/**
 * Variable Overrides.
 *
 * Modify this file to override the Bootstrap Framework variables. You can copy
 * these variables directly from ../bootstrap/less/variables.less to this file.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  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: 22px;
  margin-bottom: 22px;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 45px;
}
h2,
.h2 {
  font-size: 35px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
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 {
  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;
  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: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
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: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  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;
}
@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;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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: 16.5px;
    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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
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: 16px;
  line-height: 1.42857143;
  color: #CCCCCC;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #CCCCCC;
  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);
  -moz-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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
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: 38px;
  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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.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: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  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: 33px;
  height: 33px;
  line-height: 33px;
}
.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);
  -moz-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;
  -moz-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);
  -moz-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;
  -moz-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);
  -moz-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;
  -moz-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: 27px;
}
.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: 29px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #CCCCCC;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.container:before,
.container:after,
.profile-detail .personal-info .view-badge-of-accomplishments-show .view-content:before,
.profile-detail .personal-info .view-badge-of-accomplishments-show .view-content:after,
.profile-detail .group-info .view-badge-of-accomplishments-show .view-content:before,
.profile-detail .group-info .view-badge-of-accomplishments-show .view-content:after,
.profile-detail .view-colleges-of-interest-athlete .view-content:before,
.profile-detail .view-colleges-of-interest-athlete .view-content:after,
.search-players .player .view-badge-of-accomplishments-show .view-content:before,
.search-players .player .view-badge-of-accomplishments-show .view-content:after,
.trade-card-border .trade-card:before,
.trade-card-border .trade-card:after,
.coach-trade-card .trade-card:before,
.coach-trade-card .trade-card:after,
.page-payments .section .payment-details-credit .cc-row:before,
.page-payments .section .payment-details-credit .cc-row:after,
.page-baseball-payments .section .payment-details-credit .cc-row:before,
.page-baseball-payments .section .payment-details-credit .cc-row:after,
body.page-signup.page-signup-y1act .region-content .section .payment-details-credit .cc-row:before,
body.page-signup.page-signup-y1act .region-content .section .payment-details-credit .cc-row:after,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section .payment-details-credit .cc-row:before,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section .payment-details-credit .cc-row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.container:after,
.profile-detail .personal-info .view-badge-of-accomplishments-show .view-content:after,
.profile-detail .group-info .view-badge-of-accomplishments-show .view-content:after,
.profile-detail .view-colleges-of-interest-athlete .view-content:after,
.search-players .player .view-badge-of-accomplishments-show .view-content:after,
.trade-card-border .trade-card:after,
.coach-trade-card .trade-card:after,
.page-payments .section .payment-details-credit .cc-row:after,
.page-baseball-payments .section .payment-details-credit .cc-row:after,
body.page-signup.page-signup-y1act .region-content .section .payment-details-credit .cc-row:after,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section .payment-details-credit .cc-row: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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap Big Grid v0.2.0
 * Copyright 2013 BenWhitehead
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
@media (min-width: 1366px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1920px) {
  .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12 {
    float: left;
  }
  .col-fhd-12 {
    width: 100%;
  }
  .col-fhd-11 {
    width: 91.66666667%;
  }
  .col-fhd-10 {
    width: 83.33333333%;
  }
  .col-fhd-9 {
    width: 75%;
  }
  .col-fhd-8 {
    width: 66.66666667%;
  }
  .col-fhd-7 {
    width: 58.33333333%;
  }
  .col-fhd-6 {
    width: 50%;
  }
  .col-fhd-5 {
    width: 41.66666667%;
  }
  .col-fhd-4 {
    width: 33.33333333%;
  }
  .col-fhd-3 {
    width: 25%;
  }
  .col-fhd-2 {
    width: 16.66666667%;
  }
  .col-fhd-1 {
    width: 8.33333333%;
  }
  .col-fhd-pull-12 {
    right: 100%;
  }
  .col-fhd-pull-11 {
    right: 91.66666667%;
  }
  .col-fhd-pull-10 {
    right: 83.33333333%;
  }
  .col-fhd-pull-9 {
    right: 75%;
  }
  .col-fhd-pull-8 {
    right: 66.66666667%;
  }
  .col-fhd-pull-7 {
    right: 58.33333333%;
  }
  .col-fhd-pull-6 {
    right: 50%;
  }
  .col-fhd-pull-5 {
    right: 41.66666667%;
  }
  .col-fhd-pull-4 {
    right: 33.33333333%;
  }
  .col-fhd-pull-3 {
    right: 25%;
  }
  .col-fhd-pull-2 {
    right: 16.66666667%;
  }
  .col-fhd-pull-1 {
    right: 8.33333333%;
  }
  .col-fhd-pull-0 {
    right: auto;
  }
  .col-fhd-push-12 {
    left: 100%;
  }
  .col-fhd-push-11 {
    left: 91.66666667%;
  }
  .col-fhd-push-10 {
    left: 83.33333333%;
  }
  .col-fhd-push-9 {
    left: 75%;
  }
  .col-fhd-push-8 {
    left: 66.66666667%;
  }
  .col-fhd-push-7 {
    left: 58.33333333%;
  }
  .col-fhd-push-6 {
    left: 50%;
  }
  .col-fhd-push-5 {
    left: 41.66666667%;
  }
  .col-fhd-push-4 {
    left: 33.33333333%;
  }
  .col-fhd-push-3 {
    left: 25%;
  }
  .col-fhd-push-2 {
    left: 16.66666667%;
  }
  .col-fhd-push-1 {
    left: 8.33333333%;
  }
  .col-fhd-push-0 {
    left: auto;
  }
  .col-fhd-offset-12 {
    margin-left: 100%;
  }
  .col-fhd-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-fhd-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-fhd-offset-9 {
    margin-left: 75%;
  }
  .col-fhd-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-fhd-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-fhd-offset-6 {
    margin-left: 50%;
  }
  .col-fhd-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-fhd-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-fhd-offset-3 {
    margin-left: 25%;
  }
  .col-fhd-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-fhd-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-fhd-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 2560px) {
  .col-rt-1, .col-rt-2, .col-rt-3, .col-rt-4, .col-rt-5, .col-rt-6, .col-rt-7, .col-rt-8, .col-rt-9, .col-rt-10, .col-rt-11, .col-rt-12 {
    float: left;
  }
  .col-rt-12 {
    width: 100%;
  }
  .col-rt-11 {
    width: 91.66666667%;
  }
  .col-rt-10 {
    width: 83.33333333%;
  }
  .col-rt-9 {
    width: 75%;
  }
  .col-rt-8 {
    width: 66.66666667%;
  }
  .col-rt-7 {
    width: 58.33333333%;
  }
  .col-rt-6 {
    width: 50%;
  }
  .col-rt-5 {
    width: 41.66666667%;
  }
  .col-rt-4 {
    width: 33.33333333%;
  }
  .col-rt-3 {
    width: 25%;
  }
  .col-rt-2 {
    width: 16.66666667%;
  }
  .col-rt-1 {
    width: 8.33333333%;
  }
  .col-rt-pull-12 {
    right: 100%;
  }
  .col-rt-pull-11 {
    right: 91.66666667%;
  }
  .col-rt-pull-10 {
    right: 83.33333333%;
  }
  .col-rt-pull-9 {
    right: 75%;
  }
  .col-rt-pull-8 {
    right: 66.66666667%;
  }
  .col-rt-pull-7 {
    right: 58.33333333%;
  }
  .col-rt-pull-6 {
    right: 50%;
  }
  .col-rt-pull-5 {
    right: 41.66666667%;
  }
  .col-rt-pull-4 {
    right: 33.33333333%;
  }
  .col-rt-pull-3 {
    right: 25%;
  }
  .col-rt-pull-2 {
    right: 16.66666667%;
  }
  .col-rt-pull-1 {
    right: 8.33333333%;
  }
  .col-rt-pull-0 {
    right: auto;
  }
  .col-rt-push-12 {
    left: 100%;
  }
  .col-rt-push-11 {
    left: 91.66666667%;
  }
  .col-rt-push-10 {
    left: 83.33333333%;
  }
  .col-rt-push-9 {
    left: 75%;
  }
  .col-rt-push-8 {
    left: 66.66666667%;
  }
  .col-rt-push-7 {
    left: 58.33333333%;
  }
  .col-rt-push-6 {
    left: 50%;
  }
  .col-rt-push-5 {
    left: 41.66666667%;
  }
  .col-rt-push-4 {
    left: 33.33333333%;
  }
  .col-rt-push-3 {
    left: 25%;
  }
  .col-rt-push-2 {
    left: 16.66666667%;
  }
  .col-rt-push-1 {
    left: 8.33333333%;
  }
  .col-rt-push-0 {
    left: auto;
  }
  .col-rt-offset-12 {
    margin-left: 100%;
  }
  .col-rt-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-rt-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-rt-offset-9 {
    margin-left: 75%;
  }
  .col-rt-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-rt-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-rt-offset-6 {
    margin-left: 50%;
  }
  .col-rt-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-rt-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-rt-offset-3 {
    margin-left: 25%;
  }
  .col-rt-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-rt-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-rt-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 2880px) {
  .col-rt15-1, .col-rt15-2, .col-rt15-3, .col-rt15-4, .col-rt15-5, .col-rt15-6, .col-rt15-7, .col-rt15-8, .col-rt15-9, .col-rt15-10, .col-rt15-11, .col-rt15-12 {
    float: left;
  }
  .col-rt15-12 {
    width: 100%;
  }
  .col-rt15-11 {
    width: 91.66666667%;
  }
  .col-rt15-10 {
    width: 83.33333333%;
  }
  .col-rt15-9 {
    width: 75%;
  }
  .col-rt15-8 {
    width: 66.66666667%;
  }
  .col-rt15-7 {
    width: 58.33333333%;
  }
  .col-rt15-6 {
    width: 50%;
  }
  .col-rt15-5 {
    width: 41.66666667%;
  }
  .col-rt15-4 {
    width: 33.33333333%;
  }
  .col-rt15-3 {
    width: 25%;
  }
  .col-rt15-2 {
    width: 16.66666667%;
  }
  .col-rt15-1 {
    width: 8.33333333%;
  }
  .col-rt15-pull-12 {
    right: 100%;
  }
  .col-rt15-pull-11 {
    right: 91.66666667%;
  }
  .col-rt15-pull-10 {
    right: 83.33333333%;
  }
  .col-rt15-pull-9 {
    right: 75%;
  }
  .col-rt15-pull-8 {
    right: 66.66666667%;
  }
  .col-rt15-pull-7 {
    right: 58.33333333%;
  }
  .col-rt15-pull-6 {
    right: 50%;
  }
  .col-rt15-pull-5 {
    right: 41.66666667%;
  }
  .col-rt15-pull-4 {
    right: 33.33333333%;
  }
  .col-rt15-pull-3 {
    right: 25%;
  }
  .col-rt15-pull-2 {
    right: 16.66666667%;
  }
  .col-rt15-pull-1 {
    right: 8.33333333%;
  }
  .col-rt15-pull-0 {
    right: auto;
  }
  .col-rt15-push-12 {
    left: 100%;
  }
  .col-rt15-push-11 {
    left: 91.66666667%;
  }
  .col-rt15-push-10 {
    left: 83.33333333%;
  }
  .col-rt15-push-9 {
    left: 75%;
  }
  .col-rt15-push-8 {
    left: 66.66666667%;
  }
  .col-rt15-push-7 {
    left: 58.33333333%;
  }
  .col-rt15-push-6 {
    left: 50%;
  }
  .col-rt15-push-5 {
    left: 41.66666667%;
  }
  .col-rt15-push-4 {
    left: 33.33333333%;
  }
  .col-rt15-push-3 {
    left: 25%;
  }
  .col-rt15-push-2 {
    left: 16.66666667%;
  }
  .col-rt15-push-1 {
    left: 8.33333333%;
  }
  .col-rt15-push-0 {
    left: auto;
  }
  .col-rt15-offset-12 {
    margin-left: 100%;
  }
  .col-rt15-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-rt15-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-rt15-offset-9 {
    margin-left: 75%;
  }
  .col-rt15-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-rt15-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-rt15-offset-6 {
    margin-left: 50%;
  }
  .col-rt15-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-rt15-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-rt15-offset-3 {
    margin-left: 25%;
  }
  .col-rt15-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-rt15-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-rt15-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 3840px) {
  .col-uhd-1, .col-uhd-2, .col-uhd-3, .col-uhd-4, .col-uhd-5, .col-uhd-6, .col-uhd-7, .col-uhd-8, .col-uhd-9, .col-uhd-10, .col-uhd-11, .col-uhd-12 {
    float: left;
  }
  .col-uhd-12 {
    width: 100%;
  }
  .col-uhd-11 {
    width: 91.66666667%;
  }
  .col-uhd-10 {
    width: 83.33333333%;
  }
  .col-uhd-9 {
    width: 75%;
  }
  .col-uhd-8 {
    width: 66.66666667%;
  }
  .col-uhd-7 {
    width: 58.33333333%;
  }
  .col-uhd-6 {
    width: 50%;
  }
  .col-uhd-5 {
    width: 41.66666667%;
  }
  .col-uhd-4 {
    width: 33.33333333%;
  }
  .col-uhd-3 {
    width: 25%;
  }
  .col-uhd-2 {
    width: 16.66666667%;
  }
  .col-uhd-1 {
    width: 8.33333333%;
  }
  .col-uhd-pull-12 {
    right: 100%;
  }
  .col-uhd-pull-11 {
    right: 91.66666667%;
  }
  .col-uhd-pull-10 {
    right: 83.33333333%;
  }
  .col-uhd-pull-9 {
    right: 75%;
  }
  .col-uhd-pull-8 {
    right: 66.66666667%;
  }
  .col-uhd-pull-7 {
    right: 58.33333333%;
  }
  .col-uhd-pull-6 {
    right: 50%;
  }
  .col-uhd-pull-5 {
    right: 41.66666667%;
  }
  .col-uhd-pull-4 {
    right: 33.33333333%;
  }
  .col-uhd-pull-3 {
    right: 25%;
  }
  .col-uhd-pull-2 {
    right: 16.66666667%;
  }
  .col-uhd-pull-1 {
    right: 8.33333333%;
  }
  .col-uhd-pull-0 {
    right: auto;
  }
  .col-uhd-push-12 {
    left: 100%;
  }
  .col-uhd-push-11 {
    left: 91.66666667%;
  }
  .col-uhd-push-10 {
    left: 83.33333333%;
  }
  .col-uhd-push-9 {
    left: 75%;
  }
  .col-uhd-push-8 {
    left: 66.66666667%;
  }
  .col-uhd-push-7 {
    left: 58.33333333%;
  }
  .col-uhd-push-6 {
    left: 50%;
  }
  .col-uhd-push-5 {
    left: 41.66666667%;
  }
  .col-uhd-push-4 {
    left: 33.33333333%;
  }
  .col-uhd-push-3 {
    left: 25%;
  }
  .col-uhd-push-2 {
    left: 16.66666667%;
  }
  .col-uhd-push-1 {
    left: 8.33333333%;
  }
  .col-uhd-push-0 {
    left: auto;
  }
  .col-uhd-offset-12 {
    margin-left: 100%;
  }
  .col-uhd-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-uhd-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-uhd-offset-9 {
    margin-left: 75%;
  }
  .col-uhd-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-uhd-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-uhd-offset-6 {
    margin-left: 50%;
  }
  .col-uhd-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-uhd-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-uhd-offset-3 {
    margin-left: 25%;
  }
  .col-uhd-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-uhd-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-uhd-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 4096px) {
  .col-4k-1, .col-4k-2, .col-4k-3, .col-4k-4, .col-4k-5, .col-4k-6, .col-4k-7, .col-4k-8, .col-4k-9, .col-4k-10, .col-4k-11, .col-4k-12 {
    float: left;
  }
  .col-4k-12 {
    width: 100%;
  }
  .col-4k-11 {
    width: 91.66666667%;
  }
  .col-4k-10 {
    width: 83.33333333%;
  }
  .col-4k-9 {
    width: 75%;
  }
  .col-4k-8 {
    width: 66.66666667%;
  }
  .col-4k-7 {
    width: 58.33333333%;
  }
  .col-4k-6 {
    width: 50%;
  }
  .col-4k-5 {
    width: 41.66666667%;
  }
  .col-4k-4 {
    width: 33.33333333%;
  }
  .col-4k-3 {
    width: 25%;
  }
  .col-4k-2 {
    width: 16.66666667%;
  }
  .col-4k-1 {
    width: 8.33333333%;
  }
  .col-4k-pull-12 {
    right: 100%;
  }
  .col-4k-pull-11 {
    right: 91.66666667%;
  }
  .col-4k-pull-10 {
    right: 83.33333333%;
  }
  .col-4k-pull-9 {
    right: 75%;
  }
  .col-4k-pull-8 {
    right: 66.66666667%;
  }
  .col-4k-pull-7 {
    right: 58.33333333%;
  }
  .col-4k-pull-6 {
    right: 50%;
  }
  .col-4k-pull-5 {
    right: 41.66666667%;
  }
  .col-4k-pull-4 {
    right: 33.33333333%;
  }
  .col-4k-pull-3 {
    right: 25%;
  }
  .col-4k-pull-2 {
    right: 16.66666667%;
  }
  .col-4k-pull-1 {
    right: 8.33333333%;
  }
  .col-4k-pull-0 {
    right: auto;
  }
  .col-4k-push-12 {
    left: 100%;
  }
  .col-4k-push-11 {
    left: 91.66666667%;
  }
  .col-4k-push-10 {
    left: 83.33333333%;
  }
  .col-4k-push-9 {
    left: 75%;
  }
  .col-4k-push-8 {
    left: 66.66666667%;
  }
  .col-4k-push-7 {
    left: 58.33333333%;
  }
  .col-4k-push-6 {
    left: 50%;
  }
  .col-4k-push-5 {
    left: 41.66666667%;
  }
  .col-4k-push-4 {
    left: 33.33333333%;
  }
  .col-4k-push-3 {
    left: 25%;
  }
  .col-4k-push-2 {
    left: 16.66666667%;
  }
  .col-4k-push-1 {
    left: 8.33333333%;
  }
  .col-4k-push-0 {
    left: auto;
  }
  .col-4k-offset-12 {
    margin-left: 100%;
  }
  .col-4k-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-4k-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-4k-offset-9 {
    margin-left: 75%;
  }
  .col-4k-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-4k-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-4k-offset-6 {
    margin-left: 50%;
  }
  .col-4k-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-4k-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-4k-offset-3 {
    margin-left: 25%;
  }
  .col-4k-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-4k-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-4k-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 8192px) {
  .col-8k-1, .col-8k-2, .col-8k-3, .col-8k-4, .col-8k-5, .col-8k-6, .col-8k-7, .col-8k-8, .col-8k-9, .col-8k-10, .col-8k-11, .col-8k-12 {
    float: left;
  }
  .col-8k-12 {
    width: 100%;
  }
  .col-8k-11 {
    width: 91.66666667%;
  }
  .col-8k-10 {
    width: 83.33333333%;
  }
  .col-8k-9 {
    width: 75%;
  }
  .col-8k-8 {
    width: 66.66666667%;
  }
  .col-8k-7 {
    width: 58.33333333%;
  }
  .col-8k-6 {
    width: 50%;
  }
  .col-8k-5 {
    width: 41.66666667%;
  }
  .col-8k-4 {
    width: 33.33333333%;
  }
  .col-8k-3 {
    width: 25%;
  }
  .col-8k-2 {
    width: 16.66666667%;
  }
  .col-8k-1 {
    width: 8.33333333%;
  }
  .col-8k-pull-12 {
    right: 100%;
  }
  .col-8k-pull-11 {
    right: 91.66666667%;
  }
  .col-8k-pull-10 {
    right: 83.33333333%;
  }
  .col-8k-pull-9 {
    right: 75%;
  }
  .col-8k-pull-8 {
    right: 66.66666667%;
  }
  .col-8k-pull-7 {
    right: 58.33333333%;
  }
  .col-8k-pull-6 {
    right: 50%;
  }
  .col-8k-pull-5 {
    right: 41.66666667%;
  }
  .col-8k-pull-4 {
    right: 33.33333333%;
  }
  .col-8k-pull-3 {
    right: 25%;
  }
  .col-8k-pull-2 {
    right: 16.66666667%;
  }
  .col-8k-pull-1 {
    right: 8.33333333%;
  }
  .col-8k-pull-0 {
    right: auto;
  }
  .col-8k-push-12 {
    left: 100%;
  }
  .col-8k-push-11 {
    left: 91.66666667%;
  }
  .col-8k-push-10 {
    left: 83.33333333%;
  }
  .col-8k-push-9 {
    left: 75%;
  }
  .col-8k-push-8 {
    left: 66.66666667%;
  }
  .col-8k-push-7 {
    left: 58.33333333%;
  }
  .col-8k-push-6 {
    left: 50%;
  }
  .col-8k-push-5 {
    left: 41.66666667%;
  }
  .col-8k-push-4 {
    left: 33.33333333%;
  }
  .col-8k-push-3 {
    left: 25%;
  }
  .col-8k-push-2 {
    left: 16.66666667%;
  }
  .col-8k-push-1 {
    left: 8.33333333%;
  }
  .col-8k-push-0 {
    left: auto;
  }
  .col-8k-offset-12 {
    margin-left: 100%;
  }
  .col-8k-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-8k-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-8k-offset-9 {
    margin-left: 75%;
  }
  .col-8k-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-8k-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-8k-offset-6 {
    margin-left: 50%;
  }
  .col-8k-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-8k-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-8k-offset-3 {
    margin-left: 25%;
  }
  .col-8k-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-8k-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-8k-offset-0 {
    margin-left: 0%;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1366px) {
  .container {
    width: 1336px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1890px;
  }
}
@media (min-width: 2560px) {
  .container {
    width: 2530px;
  }
}
@media (min-width: 2880px) {
  .container {
    width: 2850px;
  }
}
@media (min-width: 3840px) {
  .container {
    width: 3870px;
  }
}
@media (min-width: 4096px) {
  .container {
    width: 4066px;
  }
}
@media (min-width: 8192px) {
  .container {
    width: 8162px;
  }
}
.visible-xlg,
.visible-fhd,
.visible-rt,
.visible-rt15,
.visible-uhd,
.visible-4k,
.visible-8k {
  display: none !important;
}
.visible-xlg-block,
.visible-xlg-inline,
.visible-xlg-inline-block,
.visible-fhd-block,
.visible-fhd-inline,
.visible-fhd-inline-block,
.visible-rt-block,
.visible-rt-inline,
.visible-rt-inline-block,
.visible-rt15-block,
.visible-rt15-inline,
.visible-rt15-inline-block,
.visible-uhd-block,
.visible-uhd-inline,
.visible-uhd-inline-block,
.visible-4k-block,
.visible-4k-inline,
.visible-4k-inline-block .visible-8k-block,
.visible-8k-inline,
.visible-8k-inline-block {
  display: none !important;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .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) and (max-width: 1365px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-xlg {
    display: block !important;
  }
  table.visible-xlg {
    display: table !important;
  }
  tr.visible-xlg {
    display: table-row !important;
  }
  th.visible-xlg,
  td.visible-xlg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-xlg-block {
    display: block !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-xlg-inline {
    display: inline !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-xlg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-fhd {
    display: block !important;
  }
  table.visible-fhd {
    display: table !important;
  }
  tr.visible-fhd {
    display: table-row !important;
  }
  th.visible-fhd,
  td.visible-fhd {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-fhd-block {
    display: block !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-fhd-inline {
    display: inline !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-fhd-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-rt {
    display: block !important;
  }
  table.visible-rt {
    display: table !important;
  }
  tr.visible-rt {
    display: table-row !important;
  }
  th.visible-rt,
  td.visible-rt {
    display: table-cell !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-rt-block {
    display: block !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-rt-inline {
    display: inline !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-rt-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-rt15 {
    display: block !important;
  }
  table.visible-rt15 {
    display: table !important;
  }
  tr.visible-rt15 {
    display: table-row !important;
  }
  th.visible-rt15,
  td.visible-rt15 {
    display: table-cell !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-rt15-block {
    display: block !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-rt15-inline {
    display: inline !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-rt15-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-uhd {
    display: block !important;
  }
  table.visible-uhd {
    display: table !important;
  }
  tr.visible-uhd {
    display: table-row !important;
  }
  th.visible-uhd,
  td.visible-uhd {
    display: table-cell !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-uhd-block {
    display: block !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-uhd-inline {
    display: inline !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-uhd-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-4k {
    display: block !important;
  }
  table.visible-4k {
    display: table !important;
  }
  tr.visible-4k {
    display: table-row !important;
  }
  th.visible-4k,
  td.visible-4k {
    display: table-cell !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-4k-block {
    display: block !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-4k-inline {
    display: inline !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-4k-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-rt15 {
    display: block !important;
  }
  table.visible-rt15 {
    display: table !important;
  }
  tr.visible-rt15 {
    display: table-row !important;
  }
  th.visible-rt15,
  td.visible-rt15 {
    display: table-cell !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-rt15-block {
    display: block !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-rt15-inline {
    display: inline !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-rt15-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: block !important;
  }
  table.hidden-lg {
    display: table !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .hidden-xlg {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-fhd {
    display: none !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .hidden-rt {
    display: none !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-rt15 {
    display: none !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-uhd {
    display: none !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-4k {
    display: none !important;
  }
}
@media (min-width: 8192px) {
  .hidden-8k {
    display: none !important;
  }
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
html.js input.form-autocomplete {
  background-image: none;
}
html.js .autocomplete-throbber {
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 0 2px;
  width: 15px;
}
html.js .autocomplete-throbber.throbbing {
  background-position: 100% -18px;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container,
.navbar.container-fluid {
  margin-top: 20px;
}
.navbar.container > .container,
.navbar.container-fluid > .container-fluid {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto;
}
.modal-backdrop {
  z-index: 1610;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.region-sidebar-first .block:first-child h2.block-title,
.region-sidebar-second .block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar #block-search-form .input-group-btn {
  width: auto;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #a94442;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
  display: inherit;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-actions {
  clear: both;
}
.managed-files.table td:first-child {
  width: 100%;
}
div.image-widget-data {
  float: none;
  overflow: hidden;
}
table.sticky-header {
  z-index: 1;
}
.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}
.text-format-wrapper {
  margin-bottom: 15px;
}
.text-format-wrapper > .form-type-textarea,
.text-format-wrapper .filter-wrapper {
  margin-bottom: 0;
}
.filter-wrapper {
  border-radius: 0 0 4px 4px;
}
.filter-wrapper .panel-body {
  padding: 7px;
}
.filter-wrapper .form-type-select {
  min-width: 30%;
}
.filter-wrapper .form-type-select .filter-list {
  width: 100%;
}
.filter-help {
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .filter-help {
    float: right;
  }
}
.filter-help .glyphicon {
  margin: 0 5px 0 0;
  vertical-align: text-top;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #a94442;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}
.form-group.error,
.form-group.has-error {
  background: none;
}
.form-group.error label,
.form-group.has-error label,
.form-group.error .control-label,
.form-group.has-error .control-label {
  color: #a94442;
  font-weight: 600;
}
.form-group.error input,
.form-group.has-error input,
.form-group.error textarea,
.form-group.has-error textarea,
.form-group.error select,
.form-group.has-error select,
.form-group.error .uneditable-input,
.form-group.has-error .uneditable-input {
  color: #CCCCCC;
}
.form-group.error .help-block,
.form-group.has-error .help-block,
.form-group.error .help-inline,
.form-group.has-error .help-inline {
  color: #777777;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.form-type-password-confirm {
  position: relative;
}
.form-type-password-confirm label {
  display: block;
}
.form-type-password-confirm label .label {
  float: right;
}
.form-type-password-confirm .password-help {
  padding-left: 2em;
}
@media (min-width: 768px) {
  .form-type-password-confirm .password-help {
    border-left: 1px solid #ddd;
    left: 50%;
    margin-left: 15px;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .form-type-password-confirm .password-help {
    left: 33.33333333%;
  }
}
.form-type-password-confirm .progress {
  background: transparent;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 4px;
  margin: -5px 0px 0;
}
.form-type-password-confirm .form-type-password {
  clear: left;
}
.form-type-password-confirm .form-control-feedback {
  right: 15px;
}
.form-type-password-confirm .help-block {
  clear: both;
}
ul.pagination li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #777777;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #337ab7;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.form-autocomplete .dropdown a {
  white-space: normal;
}
.ajax-progress-bar {
  border-radius: 0 0 4px 4px;
  border: 1px solid #ccc;
  margin: -1px 0 0;
  padding: 6px 12px;
  width: 100%;
}
.ajax-progress-bar .progress {
  height: 8px;
  margin: 0;
}
.ajax-progress-bar .percentage,
.ajax-progress-bar .message {
  color: #777777;
  font-size: 14px;
  line-height: 1em;
  margin: 5px 0 0;
  padding: 0;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 14px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
.views-exposed-form .views-exposed-widget .btn {
  margin-top: 1.8em;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: bold;
}
.alert-success a,
.alert-success a:hover,
.alert-success a:focus {
  color: #2b542c;
}
.alert-info a,
.alert-info a:hover,
.alert-info a:focus {
  color: #245269;
}
.alert-warning a,
.alert-warning a:hover,
.alert-warning a:focus {
  color: #66512c;
}
.alert-danger a,
.alert-danger a:hover,
.alert-danger a:focus {
  color: #843534;
}
div.image-style-new,
div.image-style-new div {
  display: block;
}
div.image-style-new div.input-group {
  display: table;
}
td.module,
.table-striped > tbody > tr:nth-child(odd) > td.module,
.table > tbody > tr > td.module {
  background: #ddd;
  font-weight: 700;
}
.book-toc > .dropdown-menu {
  overflow: hidden;
}
.book-toc > .dropdown-menu > .dropdown-header {
  white-space: nowrap;
}
.book-toc > .dropdown-menu > li:nth-child(1) > a {
  font-weight: bold;
}
.book-toc > .dropdown-menu .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
.book-toc > .dropdown-menu .dropdown-menu > li {
  padding-left: 20px;
}
.book-toc > .dropdown-menu .dropdown-menu > li > a {
  margin-left: -40px;
  padding-left: 60px;
}
#features-filter .form-item.form-type-checkbox {
  padding-left: 20px;
}
fieldset.features-export-component {
  font-size: 14px;
}
html.js #features-export-form fieldset.features-export-component,
fieldset.features-export-component {
  margin: 0 0 11px;
}
fieldset.features-export-component .panel-heading {
  padding: 5px 10px;
}
fieldset.features-export-component .panel-heading a.panel-title {
  font-size: 14px;
  font-weight: 500;
  margin: -5px -10px;
  padding: 5px 10px;
}
fieldset.features-export-component .panel-body {
  padding: 0 10px;
}
div.features-export-list {
  margin: -11px 0 10px;
  padding: 0 10px;
}
fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
  line-height: 1em;
  margin: 5px 5px 5px 0 !important;
  min-height: 0;
  padding: 3px 3px 3px 25px!important;
}
fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
div.features-export-list .form-type-checkbox input[type=checkbox] {
  margin-top: 0;
}
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
  top: 39px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
    left: 240px;
    left: 24rem;
  }
}
.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
  z-index: 1032;
}
.navbar-administration #navbar-administration .navbar-tray {
  z-index: 1031;
}
body.navbar-is-fixed-top.navbar-administration {
  padding-top: 103px!important;
}
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
  padding-top: 143px!important;
}
body.navbar-tray-open.navbar-vertical.navbar-fixed {
  margin-left: 240px;
  margin-left: 24rem;
}
#navbar-administration.navbar-oriented .navbar-tray-vertical {
  width: 24rem;
}
/* custom css for desktop */
@font-face {
  font-family: 'youth1-icons';
  src: url('../fonts/youth1-icons.eot?y92pmn');
  src: url('../fonts/youth1-icons.eot?y92pmn#iefix') format('embedded-opentype'), url('../fonts/youth1-icons.ttf?y92pmn') format('truetype'), url('../fonts/youth1-icons.woff?y92pmn') format('woff'), url('../fonts/youth1-icons.svg?y92pmn#youth1-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="y1-icon-"],
[class*=" y1-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'youth1-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.y1-icon-podcast:before {
  content: "\e967";
}
.y1-icon-hudl:before {
  content: "\e966";
}
.y1-icon-exercise-12979:before,
.y1-icon-weave-agility-without-ball:before {
  content: "\e95e";
}
.y1-icon-exercise-12977:before,
.y1-icon-ball-striking-velocity:before {
  content: "\e964";
}
.y1-icon-exercise-12978:before,
.y1-icon-weave-agility-with-ball:before {
  content: "\e965";
}
.y1-icon-shape:before {
  content: "\e95f";
}
.y1-icon-link-people:before {
  content: "\e960";
}
.y1-icon-job-search:before {
  content: "\e961";
}
.y1-icon-group:before {
  content: "\e962";
}
.y1-icon-bar-chart:before {
  content: "\e963";
}
.y1-icon-mail:before {
  content: "\e95a";
}
.y1-icon-newspaper:before {
  content: "\e95b";
}
.y1-icon-growth:before {
  content: "\e95c";
}
.y1-icon-sprint:before {
  content: "\e95d";
}
.y1-icon-shopping-bag:before {
  content: "\e959";
}
.y1-icon-exercise-11327:before,
.y1-icon-exercise-14374:before,
.y1-icon-exercise-14375:before,
.y1-icon-exercise-14376:before,
.y1-icon-exercise-14377:before,
.y1-icon-overhand-velocity:before {
  content: "\e957";
}
.y1-icon-star:before {
  content: "\e953";
}
.y1-icon-best-class:before {
  content: "\e954";
}
.y1-icon-certified:before {
  content: "\e955";
}
.y1-icon-hashtag:before {
  content: "\e956";
}
.y1-icon-play:before {
  content: "\e958";
}
.y1-icon-exercise-10521:before,
.y1-icon-approach-vertical:before {
  content: "\e94f";
}
.y1-icon-exercise-10512:before,
.y1-icon-lane-agility:before {
  content: "\e950";
}
.y1-icon-exercise-10511:before,
.y1-icon-reactive-shuttle:before {
  content: "\e951";
}
.y1-icon-exercise-10510:before,
.y1-icon-3-4-court-sprint:before {
  content: "\e952";
}
.y1-icon-exercise-10438:before,
.y1-icon-pro-agility-drill:before {
  content: "\e94e";
}
.y1-icon-link:before {
  content: "\e94a";
}
.y1-icon-medicine-ball:before {
  content: "\e94b";
}
.y1-icon-exercise-8780:before,
.y1-icon-pull-ups:before {
  content: "\e94c";
}
.y1-icon-exercise-8781:before,
.y1-icon-push-ups:before {
  content: "\e94d";
}
.y1-icon-exercise-8756:before,
.y1-icon-exercise-8761:before,
.y1-icon-exercise-8762:before,
.y1-icon-cone:before {
  content: "\e93f";
}
.y1-icon-exercise-8751:before,
.y1-icon-exercise-8754:before,
.y1-icon-yd-shuttle:before {
  content: "\e941";
}
.y1-icon-exercise-12976:before,
.y1-icon-exercise-8752:before,
.y1-icon-exercise-8753:before,
.y1-icon-yard-dash:before {
  content: "\e943";
}
.y1-icon-exercise-8759:before,
.y1-icon-exercise-8757:before,
.y1-icon-broad-jump:before {
  content: "\e944";
}
.y1-icon-height:before {
  content: "\e945";
}
.y1-icon-exercise-8758:before,
.y1-icon-exercise-8755:before,
.y1-icon-exercise-8760:before,
.y1-icon-medicine:before {
  content: "\e946";
}
.y1-icon-exercise-8763:before,
.y1-icon-vertical:before {
  content: "\e947";
}
.y1-icon-weight:before {
  content: "\e948";
}
.y1-icon-wingspan:before {
  content: "\e949";
}
.y1-icon-cart:before {
  content: "\e93d";
}
.y1-icon-dislike:before {
  content: "\e93e";
}
.y1-icon-like:before {
  content: "\e940";
}
.y1-icon-news2:before {
  content: "\e942";
}
.y1-icon-featured:before {
  content: "\e93b";
}
.y1-icon-premium:before {
  content: "\e93c";
}
.y1-icon-clipboard:before {
  content: "\e939";
}
.y1-icon-flash:before {
  content: "\e93a";
}
.y1-icon-quote2:before {
  content: "\e938";
}
.y1-icon-quote:before {
  content: "\e937";
}
.y1-icon-shape-arizona:before {
  content: "\e932";
  color: #fff;
}
.y1-icon-shape-colorado:before {
  content: "\e933";
  color: #fff;
}
.y1-icon-shape-oregon:before {
  content: "\e934";
  color: #fff;
}
.y1-icon-shape-utah:before {
  content: "\e935";
  color: #fff;
}
.y1-icon-shape-washington:before {
  content: "\e936";
  color: #fff;
}
.y1-icon-past-events:before {
  content: "\e930";
}
.y1-icon-upcoming-events:before {
  content: "\e931";
}
.y1-icon-check:before {
  content: "\e92f";
}
.y1-icon-distribution:before {
  content: "\e926";
}
.y1-icon-build:before {
  content: "\e927";
}
.y1-icon-calendar-2:before {
  content: "\e928";
}
.y1-icon-content:before {
  content: "\e929";
}
.y1-icon-creation:before {
  content: "\e92a";
}
.y1-icon-newsletter:before {
  content: "\e92b";
}
.y1-icon-promote:before {
  content: "\e92c";
}
.y1-icon-website:before {
  content: "\e92d";
}
.y1-icon-phone-website:before {
  content: "\e92e";
}
.y1-icon-placeholder:before {
  content: "\e924";
}
.y1-icon-news:before {
  content: "\e925";
}
.y1-icon-tip-trainning:before {
  content: "\e921";
}
.y1-icon-medal:before {
  content: "\e923";
}
.y1-icon-equipment:before {
  content: "\e91b";
}
.y1-icon-favorite:before {
  content: "\e91c";
}
.y1-icon-fitness:before {
  content: "\e91d";
}
.y1-icon-y1on1:before {
  content: "\e91e";
}
.y1-icon-handshake:before {
  content: "\e91f";
}
.y1-icon-videos:before {
  content: "\e920";
}
.y1-icon-calendar:before {
  content: "\e922";
}
.y1-icon-youtube:before {
  content: "\e91a";
}
.y1-icon-tick:before {
  content: "\e919";
}
.y1-icon-filter:before {
  content: "\e918";
}
.y1-icon-location:before {
  content: "\e917";
}
.y1-icon-baseball:before {
  content: "\e90c";
}
.y1-icon-basketball:before {
  content: "\e90d";
}
.y1-icon-football:before {
  content: "\e90e";
}
.y1-icon-hockey:before {
  content: "\e90f";
}
.y1-icon-lacrosse:before {
  content: "\e910";
}
.y1-icon-soccer:before {
  content: "\e911";
}
.y1-icon-softball:before {
  content: "\e912";
}
.y1-icon-tennis:before {
  content: "\e913";
}
.y1-icon-track:before {
  content: "\e914";
}
.y1-icon-volleyball:before {
  content: "\e915";
}
.y1-icon-wrestling:before {
  content: "\e916";
}
.y1-icon-video:before {
  content: "\e900";
}
.y1-icon-account:before {
  content: "\e901";
}
.y1-icon-arrow:before {
  content: "\e902";
}
.y1-icon-close:before {
  content: "\e903";
}
.y1-icon-comment:before {
  content: "\e904";
}
.y1-icon-facebook:before {
  content: "\e905";
}
.y1-icon-googleplus:before {
  content: "\e906";
}
.y1-icon-instagram:before {
  content: "\e907";
}
.y1-icon-profile:before {
  content: "\e908";
}
.y1-icon-search:before {
  content: "\e909";
}
.y1-icon-twitter:before {
  content: "\e90a";
}
.y1-icon-user:before {
  content: "\e90b";
}
html {
  height: 100%;
}
body {
  background-color: #e7e7e7;
  font-family: 'Roboto', sans-serif;
  min-height: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  body.html.admin-menu {
    margin-top: 49px !important;
  }
}
@media (max-width: 480px) {
  body.html.admin-menu {
    margin-top: 93px !important;
  }
}
img {
  height: auto;
  max-width: 100%;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #ff4600;
  text-decoration: none;
}
a:focus {
  color: #ff4600;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
h2,
h3,
h4,
.block-title {
  font-family: 'Roboto Condensed', sans-serif;
}
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}
h1 {
  font-size: 25px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 45px;
  }
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 16px;
}
h1.page-header {
  padding: 0px 15px;
  border-bottom: none;
  font-weight: bold;
}
.default-link {
  color: #ff4600;
  text-decoration: none;
  background-color: transparent;
}
.line-through {
  text-decoration: line-through;
}
section.block-youth1-custom-blocks {
  background-color: #191919;
}
@media (min-width: 992px) {
  section.block-youth1-custom-blocks {
    background: none;
  }
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333 !important;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333 !important;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333 !important;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #333333 !important;
}
.table > thead > tr > th {
  border-bottom: none;
}
header .container-fluid {
  padding: 0px;
}
.main-container {
  padding-top: 0;
  padding-bottom: 280px;
}
@media (min-width: 768px) {
  .main-container {
    padding-top: 20px;
  }
}
@media (min-width: 580px) {
  .main-container {
    padding-bottom: 215px;
  }
}
.breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.y1-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.bg-black {
  background-color: #191919;
  color: #ffffff;
}
.bg-orange {
  background-color: #ff4600;
  color: #ffffff;
}
.bg-dark-grey {
  background-color: #5d5d5d;
  color: #ffffff;
}
.btn.y1 {
  padding: 12px 20px;
  color: #ff4600;
  border: none;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: none;
  border-radius: 5px;
  white-space: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #ff4600;
}
.btn.y1:hover {
  background: #ff4600;
  color: #ffffff;
}
.btn.y1.bg-black {
  color: #ffffff;
  background: #191919;
  border-color: #191919;
}
.btn.y1.bg-black:hover {
  background: #ff4600;
  border-color: #ff4600;
}
.btn.y1.bg-orange {
  color: #ffffff;
}
.btn.y1.bg-orange:hover {
  background-color: #191919;
  border-color: #191919;
}
.btn.y1.btn-lg {
  padding: 17px 20px;
}
.btn.y1.btn-sm {
  padding: 5px 10px;
}
iframe {
  max-width: 100%;
}
/* header */
.caret {
  position: absolute;
  right: -35px;
  top: 3px;
  z-index: 10;
  border-left: 7px dashed;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
}
.page-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  padding: 25px 20px;
  border: none;
  margin: 0;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 45px;
    margin: 0;
    padding: 40px 15px 60px;
    line-height: 45px;
  }
}
header .navbar-header {
  float: left;
}
header a {
  color: #ffffff;
  text-transform: uppercase;
}
header .navbar-collapse {
  padding: 0px;
}
header #block-youth1-custom-blocks-youth1-header-cta {
  height: 90px;
  background: #000 url(../images/joinus-cta.jpg) top center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  header #block-youth1-custom-blocks-youth1-header-cta {
    height: 320px;
  }
}
header #block-youth1-custom-blocks-youth1-header-cta .header-ads-big-image {
  margin-top: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  header #block-youth1-custom-blocks-youth1-header-cta .header-ads-big-image {
    margin-top: 115px;
  }
}
header #block-youth1-custom-blocks-youth1-header-cta .header-ads-big-image .text {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.08px;
  font-style: italic;
  line-height: 26.8px;
  font-weight: bold;
}
@media (min-width: 768px) {
  header #block-youth1-custom-blocks-youth1-header-cta .header-ads-big-image .text {
    font-size: 36px;
  }
}
header #block-youth1-custom-blocks-youth1-header-cta .header-ads-big-image .text span {
  color: #ff4600;
}
header #block-youth1-custom-blocks-youth1-header-cta .header-ads-big-image a {
  margin-top: 0;
  background: #ff4600;
  -webkit-box-shadow: 0px 2px 0px 0px #892700;
  -moz-box-shadow: 0px 2px 0px 0px #892700;
  box-shadow: 0px 2px 0px 0px #892700;
  padding: 11px 60px;
  font-size: 20px;
}
@media (min-width: 768px) {
  header #block-youth1-custom-blocks-youth1-header-cta .header-ads-big-image a {
    margin-top: 25px;
  }
}
header #block-youth1-custom-blocks-youth1-header-cta .close-ads {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.6);
  padding: 3px 3px 0;
}
@media (min-width: 768px) {
  header #block-youth1-custom-blocks-youth1-header-cta .close-ads {
    top: 23px;
    right: 23px;
    padding: 5px 5px 2px;
  }
}
header #block-youth1-custom-blocks-youth1-header-cta .video-ads-baseball {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
header #block-youth1-custom-blocks-youth1-header-cta .video-ads-baseball .link-ads-baseball {
  position: absolute;
  width: 256px;
  border: 2px #ffffff solid;
  border-radius: 3px;
  top: 69%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 37px;
  text-align: center;
  z-index: 1;
  animation: show-button-ads 3s;
}
@keyframes show-button-ads {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header #block-youth1-custom-blocks-youth1-header-cta .video-ads-baseball .link-ads-baseball .text-button-ads {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.5px;
}
header #block-youth1-custom-blocks-youth1-header-cta .video-ads-baseball .link-ads-baseball:hover {
  background-color: #ffffff;
}
header #block-youth1-custom-blocks-youth1-header-cta .video-ads-baseball .link-ads-baseball:hover .text-button-ads {
  color: #191919;
}
@media (min-width: 768px) {
  header #block-youth1-custom-blocks-youth1-header-cta .video-ads-baseball .link-ads-baseball {
    top: 64%;
  }
}
header #block-youth1-custom-blocks-youth1-header-cta .video-ads-baseball #video-player-baseball {
  width: 100%;
  border: none;
  height: 291px;
  transform: scale(1.8);
}
@media (min-width: 768px) {
  header #block-youth1-custom-blocks-youth1-header-cta .video-ads-baseball #video-player-baseball {
    height: 625px;
    transform: scale(1.5);
  }
}
@media (min-width: 992px) {
  header #block-youth1-custom-blocks-youth1-header-cta .video-ads-baseball #video-player-baseball {
    transform: scale(1.2);
  }
}
@media (min-width: 1200px) {
  header #block-youth1-custom-blocks-youth1-header-cta .video-ads-baseball #video-player-baseball {
    transform: scale(1.8);
  }
}
@media (min-width: 2560px) {
  header #block-youth1-custom-blocks-youth1-header-cta .video-ads-baseball #video-player-baseball {
    transform: scale(2);
    height: 350px;
  }
}
header #block-youth1-custom-blocks-youth1-header-cta.section-ads-baseball {
  overflow: hidden;
  height: 293px;
}
@media (min-width: 768px) {
  header #block-youth1-custom-blocks-youth1-header-cta.section-ads-baseball {
    height: 635px;
  }
}
@media (min-width: 2560px) {
  header #block-youth1-custom-blocks-youth1-header-cta.section-ads-baseball {
    height: 386px;
  }
}
header #block-views-header-banner-advertisement-ads .header-ads-image {
  background-repeat: no-repeat;
  height: auto;
  text-align: center;
  position: relative;
}
header #block-views-header-banner-advertisement-ads .header-ads-image img.header-img-hidden {
  visibility: hidden;
  width: 100%;
}
header #block-views-header-banner-advertisement-ads .header-ads-image .header-ads-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  height: auto;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -35px;
}
header #block-views-header-banner-advertisement-ads .header-ads-image .header-ads-image-container .header-ads-image-wrap {
  width: 100%;
}
header #block-views-header-banner-advertisement-ads .header-ads-image .header-ads-image-container .header-ads-image-wrap .text {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.08px;
  font-style: italic;
  line-height: 27px;
  font-weight: bold;
}
@media (min-width: 768px) {
  header #block-views-header-banner-advertisement-ads .header-ads-image .header-ads-image-container .header-ads-image-wrap .text {
    font-size: 36px;
  }
}
header #block-views-header-banner-advertisement-ads .header-ads-image .header-ads-image-container .header-ads-image-wrap .text span {
  color: #ff4600;
}
header #block-views-header-banner-advertisement-ads .header-ads-image .header-ads-image-container .header-ads-image-wrap a {
  margin-top: 0;
  background: #ff4600;
  -webkit-box-shadow: 0px 2px 0px 0px #892700;
  -moz-box-shadow: 0px 2px 0px 0px #892700;
  box-shadow: 0px 2px 0px 0px #892700;
  padding: 11px 30px;
  font-size: 20px;
}
@media (min-width: 768px) {
  header #block-views-header-banner-advertisement-ads .header-ads-image .header-ads-image-container .header-ads-image-wrap a {
    margin-top: 25px;
    padding: 11px 60px;
  }
}
header #block-views-header-banner-advertisement-ads .header-ads-image .header-ads-image-container.hide-cta-button {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
header #block-views-header-banner-advertisement-ads .close-ads {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.6);
  padding: 3px 3px 0;
}
@media (min-width: 768px) {
  header #block-views-header-banner-advertisement-ads .close-ads {
    top: 23px;
    right: 23px;
    padding: 5px 5px 2px;
  }
}
header #block-youth1-custom-blocks-youth1-header-cta-premium .close-ads {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  padding: 3px 3px 0;
}
@media (min-width: 768px) {
  header #block-youth1-custom-blocks-youth1-header-cta-premium .close-ads {
    top: 23px;
    right: 23px;
    padding: 5px 5px 2px;
  }
}
header #block-youth1-custom-blocks-youth1-header-cta-premium a.btn {
  margin-top: 0;
  background: #ff4600;
  -webkit-box-shadow: 0px 2px 0px 0px #892700;
  -moz-box-shadow: 0px 2px 0px 0px #892700;
  box-shadow: 0px 2px 0px 0px #892700;
  font-size: 20px;
  padding: 11px 0px;
}
header #block-youth1-custom-blocks-youth1-header-cta-premium .bg-image {
  padding: 40px 15px 20px;
}
header .main-menu {
  height: auto;
  background: #191919;
  /* main menu */
  /* navigation on the right */
}
@media (min-width: 992px) {
  header .main-menu {
    height: 50px;
  }
}
header .main-menu .navbar-btn {
  margin: 0px;
}
header .main-menu .navbar-btn img {
  height: 40px;
  width: auto;
}
@media (min-width: 768px) {
  header .main-menu .navbar-btn img {
    height: 50px;
  }
}
header .main-menu .menu {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
}
@media (max-width: 1199px) and (min-width: 992px) {
  header .main-menu .menu {
    margin-left: 45px;
  }
}
header .main-menu .menu img.y1act-img {
  height: 18px;
  width: auto;
}
header .main-menu .menu img.y1act-img.parent {
  height: 28px;
  margin-top: -4px;
  margin-bottom: -4px;
}
header .main-menu .menu a {
  font-size: 16px;
}
header .main-menu .menu a:hover {
  color: #ff4600;
  text-decoration: none;
  background-color: transparent;
}
header .main-menu .menu a:focus {
  color: #ff4600;
  text-decoration: none;
  background-color: transparent;
}
header .main-menu .menu a.y1-menu-new:after {
  content: '';
  display: block;
  background-image: url('../images/new.svg');
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0px;
  right: 5px;
}
header .main-menu .menu li.dropdown.open .dropdown-toggle {
  color: #ff4600;
}
header .main-menu .menu li.dropdown.open li.dropdown .dropdown-toggle {
  color: #333333;
}
header .main-menu .menu li.dropdown.open li.dropdown.open .dropdown-toggle {
  color: #ff4600;
}
header .main-menu .menu li.points.mobile {
  background-color: #ff4600;
}
header .main-menu .menu li.points.mobile a {
  width: 125px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  color: #ffffff;
}
header .main-menu .menu li.points.mobile a .col-icon {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
}
header .main-menu .menu li.points.mobile a .col-text {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  margin-top: 5px;
}
header .main-menu .menu li.points.mobile a .col-text span {
  display: block;
  line-height: 20px;
  text-align: center;
}
header .main-menu .menu li.points.mobile a .col-text span.text-points {
  font-size: 14px;
}
header .main-menu .menu ul.dropdown-menu,
header .main-menu .menu div.dropdown-menu {
  margin: 0;
  left: 0;
  width: 100%;
  position: relative;
  background: #ffffff;
  border-radius: 0;
}
@media (min-width: 992px) {
  header .main-menu .menu ul.dropdown-menu,
  header .main-menu .menu div.dropdown-menu {
    min-width: 180px;
    left: 50%;
    margin-left: -90px;
    position: absolute;
  }
  header .main-menu .menu ul.dropdown-menu:before,
  header .main-menu .menu div.dropdown-menu:before {
    border: 7px solid transparent;
    position: absolute;
    display: inline-block;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ffffff;
    top: -7px;
    right: 50%;
    margin-right: -7px;
  }
}
header .main-menu .menu ul.dropdown-menu a,
header .main-menu .menu div.dropdown-menu a {
  font-size: 15px;
  text-transform: inherit;
  color: #191919;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  white-space: normal;
}
header .main-menu .menu ul.dropdown-menu a > i,
header .main-menu .menu div.dropdown-menu a > i {
  width: 20px;
  margin-right: 10px;
  display: inline-block;
}
header .main-menu .menu ul.dropdown-menu a:hover,
header .main-menu .menu div.dropdown-menu a:hover {
  color: #ff4600;
  text-decoration: none;
  background-color: transparent;
}
header .main-menu .menu ul.dropdown-menu a.forgot_password,
header .main-menu .menu div.dropdown-menu a.forgot_password {
  font-size: 14px;
  text-decoration: underline;
  font-weight: normal;
}
header .main-menu .menu ul.dropdown-menu a.user_info_logout,
header .main-menu .menu div.dropdown-menu a.user_info_logout {
  text-transform: capitalize;
  line-height: 16px;
  float: right;
  padding: 0;
  font-weight: normal;
}
header .main-menu .menu ul.dropdown-menu ul.user_info_list a,
header .main-menu .menu div.dropdown-menu ul.user_info_list a {
  font-weight: normal;
  padding: 0;
}
header .main-menu .menu ul.dropdown-menu ul.user_info_list a .y1-icon-account,
header .main-menu .menu div.dropdown-menu ul.user_info_list a .y1-icon-account,
header .main-menu .menu ul.dropdown-menu ul.user_info_list a .y1-icon-profile,
header .main-menu .menu div.dropdown-menu ul.user_info_list a .y1-icon-profile {
  margin-right: 15px;
  margin-left: 10px;
  vertical-align: text-top;
  font-size: 18px;
}
header .main-menu .menu ul.dropdown-menu .dropdown.open a .y1-icon-arrow,
header .main-menu .menu div.dropdown-menu .dropdown.open a .y1-icon-arrow {
  display: inline-block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 992px) {
  header .main-menu .menu ul.dropdown-menu .dropdown.open a .y1-icon-arrow,
  header .main-menu .menu div.dropdown-menu .dropdown.open a .y1-icon-arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
header .main-menu .menu ul li.dropdown,
header .main-menu .menu div li.dropdown {
  position: initial;
  border-top: 1px solid #eeeeee;
}
header .main-menu .menu div.dropdown-menu {
  position: absolute;
}
header .main-menu .menu div.dropdown-menu:before {
  border: 7px solid transparent;
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ffffff;
  top: -7px;
  right: 50%;
  margin-right: -7px;
}
header .main-menu .menu ul.dropdown-submenu {
  position: relative;
  left: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
@media (min-width: 992px) {
  header .main-menu .menu ul.dropdown-submenu {
    padding: 0px 5px;
    right: auto;
    left: 170px;
    top: 0;
    position: absolute;
    display: none;
    width: 460px;
    background: #ffffff;
    float: left;
    -webkit-box-shadow: 0 0 1px 1px #c2c2c2;
    -moz-box-shadow: 0 0 1px 1px #c2c2c2;
    box-shadow: 0 0 1px 1px #c2c2c2;
  }
}
header .main-menu .menu ul.dropdown-submenu li a {
  color: #000000;
}
header .main-menu .menu ul.dropdown-submenu li a:hover {
  color: #ff4600;
  text-decoration: none;
  background-color: transparent;
}
header .main-menu .menu ul.dropdown-submenu ul.sport-state {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 992px) {
  header .main-menu .menu ul.dropdown-submenu ul.sport-state {
    padding: 5px 20px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
  }
}
header .main-menu .menu ul li {
  list-style: none;
}
header .main-menu .menu ul li span.y1-icon-arrow {
  float: right;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 30px;
  font-size: 10px;
}
header .main-menu .region-navigation {
  float: right;
}
header .main-menu .region-navigation .navbar-nav {
  margin: 0;
}
header .main-menu .region-navigation .navbar-nav > li {
  float: left;
  border-right: 1px solid #333333;
}
header .main-menu .region-navigation .navbar-nav > li div.dropdown-menu {
  right: -86px;
}
@media (min-width: 768px) {
  header .main-menu .region-navigation .navbar-nav > li div.dropdown-menu {
    right: -94px;
  }
}
@media (min-width: 992px) {
  header .main-menu .region-navigation .navbar-nav > li div.dropdown-menu {
    right: -50px;
  }
}
@media (max-width: 398px) {
  header .main-menu .region-navigation .navbar-nav > li div.dropdown-menu.nav-non-premium {
    right: -42px;
  }
}
@media (max-width: 398px) {
  header .main-menu .region-navigation .navbar-nav > li div.dropdown-menu.nav-non-premium:before {
    right: 57px;
  }
}
header .main-menu .region-navigation .navbar-nav > li.points {
  background-color: #ff4600;
  border: none;
}
header .main-menu .region-navigation .navbar-nav > li.points a {
  color: #ffffff;
  padding: 0 10px;
  font-size: 15px;
}
header .main-menu .region-navigation .navbar-nav > li.points a span {
  margin-right: 5px;
}
header .main-menu .region-navigation .navbar-nav > li.points a span.text-points {
  margin-right: 0;
}
header .main-menu .region-navigation .navbar-nav > li.points a [class^="y1-icon-"] {
  padding-right: 5px;
  font-size: 24px;
  vertical-align: text-top;
}
header .main-menu .region-navigation .navbar-nav > li.points a .col-icon {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
header .main-menu .region-navigation .navbar-nav > li.points a .col-text {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  margin-top: 5px;
}
header .main-menu .region-navigation .navbar-nav > li.points a .col-text span {
  display: block;
  line-height: 20px;
  text-align: center;
  margin: 0;
  font-size: 18px;
}
header .main-menu .region-navigation .navbar-nav > li.points a .col-text span.text-points {
  font-size: 14px;
}
header .main-menu .region-navigation .y1-icon-user {
  display: none;
}
@media (min-width: 768px) {
  header .main-menu .region-navigation .y1-icon-user {
    display: inline-block;
  }
}
header .main-menu .region-navigation li div.dropdown-menu {
  right: -48px;
  left: inherit;
  padding: 15px;
  width: 320px;
}
header .main-menu .region-navigation li div.dropdown-menu:before {
  right: 101px;
}
@media (min-width: 768px) {
  header .main-menu .region-navigation li div.dropdown-menu:before {
    right: 113px;
  }
}
@media (min-width: 992px) {
  header .main-menu .region-navigation li div.dropdown-menu:before {
    right: 69px;
  }
}
header .main-menu .region-navigation li a {
  color: #ffffff;
  padding: 0px 11px;
  line-height: 40px;
  font-size: 18px;
}
@media (min-width: 768px) {
  header .main-menu .region-navigation li a {
    line-height: 50px;
    padding: 0 15px;
  }
}
header .main-menu .region-navigation li a.dropdown-toggle {
  /*border-right: 1px solid @gray-color;*/
}
header .main-menu .region-navigation li a span.txt-user {
  text-transform: initial;
  font-size: 14px;
  margin: 0;
}
@media (min-width: 768px) {
  header .main-menu .region-navigation li a span.txt-user {
    font-size: 18px;
    margin-left: 10px;
  }
}
header .main-menu .region-navigation li a span.icon-profile,
header .main-menu .region-navigation li a span.icon-account {
  color: #ff4600;
}
header .main-menu .region-navigation li.profile-icon a {
  padding: 0 9px 0 5px;
}
@media (min-width: 768px) {
  header .main-menu .region-navigation li.profile-icon a {
    padding: 0 14px 0 10px;
  }
}
header .main-menu .region-navigation li.authenticated_member_icon > a,
header .main-menu .region-navigation li.premium_member_icon > a,
header .main-menu .region-navigation li.profile-picture-as-icon > a {
  color: #ff4600;
}
header .main-menu .region-navigation li.authenticated_member_icon div.dropdown-menu,
header .main-menu .region-navigation li.premium_member_icon div.dropdown-menu,
header .main-menu .region-navigation li.profile-picture-as-icon div.dropdown-menu {
  width: 240px;
}
header .main-menu .region-navigation li.authenticated_member_icon div.dropdown-menu:before,
header .main-menu .region-navigation li.premium_member_icon div.dropdown-menu:before,
header .main-menu .region-navigation li.profile-picture-as-icon div.dropdown-menu:before {
  right: 101px;
  top: -5px;
}
@media (min-width: 768px) {
  header .main-menu .region-navigation li.authenticated_member_icon div.dropdown-menu:before,
  header .main-menu .region-navigation li.premium_member_icon div.dropdown-menu:before,
  header .main-menu .region-navigation li.profile-picture-as-icon div.dropdown-menu:before {
    right: 113px;
    top: -7px;
  }
}
@media (min-width: 992px) {
  header .main-menu .region-navigation li.authenticated_member_icon div.dropdown-menu:before,
  header .main-menu .region-navigation li.premium_member_icon div.dropdown-menu:before,
  header .main-menu .region-navigation li.profile-picture-as-icon div.dropdown-menu:before {
    right: 70px;
  }
}
header .main-menu .region-navigation .get-youth1premium {
  background-color: #ff4600;
}
header .main-menu .region-navigation .get-youth1premium a {
  font-weight: 600;
}
header .main-menu .region-navigation .get-youth1premium a:hover {
  color: #ffffff;
}
header .mobile-nav {
  display: block;
  float: right;
}
@media (min-width: 992px) {
  header .mobile-nav {
    display: none;
  }
}
header .mobile-nav .navbar-toggle {
  padding: 3px 10px;
  margin-right: 0px;
}
header .mobile-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  header .mobile-nav .navbar-toggle {
    display: block;
    padding: 8px 10px;
  }
}
header .mobile-nav .y1-icon-close {
  display: none;
  color: #ffffff;
  width: 22px;
}
header .mobile-nav .icon-mobile {
  display: inline-block;
  padding: 0px 10px;
}
header .mobile-nav .icon-mobile a {
  line-height: 40px;
  color: #ffffff;
  padding: 0px;
  font-size: 16px;
}
@media (min-width: 768px) {
  header .mobile-nav .icon-mobile a {
    line-height: 50px;
    font-size: 22px;
    padding: 0px 15px;
  }
}
header .mobile-nav .icon-mobile a span {
  margin-right: 0px;
}
header .mobile-nav .icon-mobile a span.txt-user {
  margin-left: 10px;
}
header .mobile-nav .icon-mobile a span.y1-icon-user {
  display: none;
}
header .mobile-nav.mobile-nav-padding .y1-icon-close {
  display: block;
}
header .mobile-nav.mobile-nav-padding .icon-bar {
  display: none;
}
header .mobile-nav .search_form {
  border: 1px solid #ffffff;
  border-top: none;
  border-bottom: none;
}
header .mobile-nav .region-navigation {
  float: left;
}
header .mobile-nav .region-navigation ul {
  margin: 0px;
  padding: 0px;
}
header .mobile-nav .region-navigation ul li {
  float: left;
}
header .mobile-nav .region-navigation ul li a {
  line-height: 40px;
  font-size: 18px;
  padding: 0 10px;
}
header .mobile-nav .region-navigation ul li a span.y1-icon-user {
  display: none;
}
header .navbar-collapse {
  background: #222222;
  box-shadow: none;
  border: none;
  width: 100%;
}
@media (min-width: 992px) {
  header .navbar-collapse {
    background: #191919;
  }
}
header .navbar-collapse.collapse {
  display: none !important;
}
@media (min-width: 992px) {
  header .navbar-collapse.collapse {
    display: block !important;
  }
}
header .navbar-collapse.in {
  display: block !important;
}
nav .navbar-nav,
nav .navbar-nav > li {
  float: none;
  overflow: hidden;
}
@media (min-width: 992px) {
  nav .navbar-nav,
  nav .navbar-nav > li {
    float: left;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  nav .navbar-nav > a,
  nav .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
nav .navbar-nav li.dropdown a .caret {
  display: inline-block;
  float: right;
  border: none;
  width: 20px;
  height: 20px;
  font-family: 'youth1-icons';
  font-size: 9px;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
}
nav .navbar-nav li.dropdown a .caret:before {
  content: "\e902";
}
@media (min-width: 992px) {
  nav .navbar-nav li.dropdown a .caret {
    display: none;
  }
}
nav .navbar-nav li.dropdown.open a .caret {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  nav .navbar-nav li.dropdown.open a .caret {
    display: none;
  }
}
/* footer */
footer {
  border-top: none !important;
  text-align: center;
}
footer.footer {
  background-color: #030303;
  padding: 20px 0px;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
}
@media (min-width: 580px) {
  footer.footer {
    height: 215px;
  }
}
footer section {
  background: none;
}
footer img {
  margin: 0 auto;
}
footer img.logo-footer {
  width: auto;
  height: 50px;
}
footer a {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
footer p {
  color: #737373;
  font-size: 12px;
  line-height: 24px;
}
footer #block-menu-menu-youth1-footer ul li {
  display: block;
}
@media (min-width: 570px) {
  footer #block-menu-menu-youth1-footer ul li {
    display: inline-block;
  }
}
footer #block-menu-menu-youth1-footer ul li a:hover {
  background-color: transparent;
}
footer #block-menu-menu-youth1-footer ul.nav a {
  padding: 5px 15px;
  font-family: 'Roboto Condensed', sans-serif;
}
@media (min-width: 570px) {
  footer #block-menu-menu-youth1-footer ul.nav a {
    padding: 15px;
  }
}
footer ul.social-links {
  padding: 0px;
  padding-top: 25px;
  margin: 0px;
}
footer ul.social-links li {
  display: inline-block;
  padding: 0px 25px;
}
footer ul.social-links li a {
  text-decoration: none;
}
footer ul.social-links li span {
  color: #737373;
  font-size: 18px;
}
footer ul.social-links li span.icon-fb:hover {
  color: #ff4600;
}
footer ul.social-links li span.icon-tw:hover {
  color: #ff4600;
}
footer ul.social-links li span.icon-gg:hover {
  color: #ff4600;
}
footer ul.social-links li span.icon-ins:hover {
  color: #ff4600;
}
/* Section login*/
.login-section h3 {
  text-transform: uppercase;
  color: #191919;
  margin: 0 0 15px 0;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
.login-section .form-item-name label,
.login-section .form-item-pass label {
  display: none;
}
.login-section .form-item-remember-me {
  display: inline-block;
  width: 50%;
  margin: 0 0 20px 0;
}
.login-section form {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
}
.login-section .signinto-your-account button.btn-login {
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  font-size: 18px;
}
.login-section .signinto-your-account button.btn-login:hover {
  background: #191919;
}
.login-section .create-account {
  padding: 15px 0 10px 0;
}
.login-section .create-account span {
  text-align: center;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.login-section .create-account .btn.y1.bg-signup {
  background: #ff4600;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 18px;
}
.login-section .create-account .btn.y1.bg-signup:hover {
  background: #191919;
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 45px;
  border-radius: 3px;
  font-size: 16px;
  color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #ff4600;
  -webkit-box-shadow: 0 0 8px rgba(255, 70, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(255, 70, 0, 0.6);
  box-shadow: 0 0 8px rgba(255, 70, 0, 0.6);
}
.form-control.input-arrow {
  background-image: url("../images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 16px;
}
.user_info_section h2,
.user_info_section .create-account {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  color: #a1a1a1;
}
.user_info_section .create-account span.subcription_press_pass {
  color: #ff4600;
  display: block;
  font-weight: bold;
}
.user_info_section .create-account .btn.y1 {
  line-height: 40px;
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0px 2px 0px 0px #892700;
  background: #ff4600;
  font-weight: bold;
  padding-left: 14px;
  padding-right: 14px;
}
.user_info_section .create-account .btn.y1:hover {
  background: #191919;
  color: #ffffff;
}
.user_info_section .create-account .btn img {
  max-width: 138px;
}
.user_info_section .points {
  border-bottom: 1px solid #E8E8E8;
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.user_info_section .points a span {
  color: #ff4600;
  font-weight: bold;
  margin-right: 5px;
  font-size: 18px;
}
.user_info_section .points a [class^="y1-icon-"] {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 24px;
  font-weight: normal;
  vertical-align: text-bottom;
}
.section-search {
  position: relative;
}
.section-search .header-search-form {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.header-search-form form.form-search {
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 15px;
}
.header-search-form form.form-search input,
.header-search-form form.form-search button {
  background: none;
  border: none;
  font-size: 20px;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-search-form form.form-search .form-actions {
  margin: 0;
}
.block-youth1-custom-blocks a[aria-expanded^="false"] .y1-icon-close {
  display: none;
}
.block-youth1-custom-blocks a[aria-expanded^="true"] .y1-icon-close {
  display: inline;
}
.block-youth1-custom-blocks a[aria-expanded^="true"] .y1-icon-search {
  display: none;
}
.block-youth1-custom-blocks .menu .dropdown-menu {
  position: absolute;
  right: -92px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.block-youth1-custom-blocks .menu li .dropdown-menu-icon:after {
  display: inline-block;
  margin-left: 8px;
  vertical-align: 2px;
  content: "";
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
@media (min-width: 768px) {
  .block-youth1-custom-blocks .menu li .dropdown-menu-icon:after {
    margin-left: 10px;
    vertical-align: 3px;
  }
}
.block-youth1-custom-blocks .menu li.profile-picture-as-icon a span.txt-user {
  display: none;
}
@media (min-width: 992px) {
  .block-youth1-custom-blocks .menu li.profile-picture-as-icon a span.txt-user {
    display: inline-block;
  }
}
.profile_picture_small_header img {
  height: 22px;
}
@media (min-width: 768px) {
  .profile_picture_small_header img {
    height: 30px;
  }
}
/* Sidebar */
@media (max-width: 767px) {
  aside.col-md-4 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .region-sidebar-first {
    margin-top: 20px;
  }
}
.region-sidebar-first section {
  margin-bottom: 5px;
  padding: 15px 20px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .region-sidebar-first section {
    margin-bottom: 20px;
    padding: 15px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  }
}
.region-sidebar-first section#block-views-featured-team-block {
  padding: 15px 0;
}
.region-sidebar-first section#block-views-featured-team-block h2.block-title {
  padding: 0 15px 10px;
}
.region-sidebar-first section#block-block-58,
.region-sidebar-first section#block-block-46,
.region-sidebar-first section#block-block-81,
.region-sidebar-first section.sb-no-padding {
  padding: 0;
}
.region-sidebar-first h2.block-title {
  font-size: 18px;
  color: #ff4600;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 20px;
}
.region-sidebar-first h2.block-title a {
  color: #ff4600;
}
.region-sidebar-first h2.block-title .y1act-img {
  height: 24px;
}
@media (max-width: 991px) {
  .node-type-article #block-system-main {
    margin-top: 20px;
  }
}
.node-type-article #block-system-main section {
  margin-bottom: 5px;
  padding: 15px 20px;
  background-color: #ffffff;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .node-type-article #block-system-main section {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 15px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  }
}
.node-type-article #block-system-main section#block-views-featured-team-block {
  padding: 15px 0;
}
.node-type-article #block-system-main section#block-views-featured-team-block h2.block-title {
  padding: 0 15px 10px;
}
.node-type-article #block-system-main section#block-block-58,
.node-type-article #block-system-main section#block-block-46,
.node-type-article #block-system-main section#block-block-81,
.node-type-article #block-system-main section.sb-no-padding {
  padding: 0;
}
@media (min-width: 768px) {
  .node-type-article #block-system-main section:last-child {
    margin-bottom: 0px;
  }
}
.node-type-article #block-system-main h2.block-title {
  font-size: 18px;
  color: #ff4600;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 20px;
}
.node-type-article #block-system-main h2.block-title a {
  color: #ff4600;
}
.node-type-article #block-system-main h2.block-title .y1act-img {
  height: 24px;
}
.view-youth1on1 .views-field-title,
.view-spotlight-articles .views-field-title {
  margin: 10px 0 15px;
}
.view-youth1on1 .views-field-title a,
.view-spotlight-articles .views-field-title a {
  font-weight: 500;
  font-size: 14px;
}
.view-youth1on1 .views-row-last .views-field-title,
.view-spotlight-articles .views-row-last .views-field-title {
  margin-bottom: 0;
}
.view-youth1on1 .view-header,
.view-spotlight-articles .view-header {
  color: #9b9b9b;
  margin-bottom: 10px;
  font-size: 12px;
}
.view-youth1on1 .featured-spotlight-articles-footer,
.view-spotlight-articles .featured-spotlight-articles-footer {
  padding: 10px 15px;
}
.view-youth1on1 .featured-spotlight-articles-footer h2,
.view-spotlight-articles .featured-spotlight-articles-footer h2 {
  font-size: 18px;
  color: #ff4600;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  padding: 0 15px 15px;
  font-weight: bold;
}
.view-new-to-locker-room .views-row,
.view-display-id-newest_coach_profiles .views-row {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.view-new-to-locker-room .profile-image,
.view-display-id-newest_coach_profiles .profile-image {
  float: left;
  margin-right: 16px;
}
.view-new-to-locker-room .profile-image img,
.view-display-id-newest_coach_profiles .profile-image img {
  border-radius: 5px;
}
.view-new-to-locker-room .profile-description,
.view-display-id-newest_coach_profiles .profile-description {
  min-height: 70px;
  display: table;
}
.view-new-to-locker-room .profile-description a,
.view-display-id-newest_coach_profiles .profile-description a {
  display: table-cell;
  vertical-align: middle;
}
.view-new-to-locker-room .profile-description .profile-title,
.view-display-id-newest_coach_profiles .profile-description .profile-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}
.view-new-to-locker-room .profile-description .profile-sports-type,
.view-display-id-newest_coach_profiles .profile-description .profile-sports-type {
  font-size: 13px;
  color: #9b9b9b;
}
.view-new-to-locker-room .link,
.view-display-id-newest_coach_profiles .link {
  margin-bottom: 10px;
}
.view-main-navigation-display .featured-team-footer {
  padding: 10px 15px;
}
.view-main-navigation-display .featured-team-footer h2 {
  font-size: 18px;
  color: #ff4600;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  padding: 0 15px 15px;
  font-weight: bold;
}
.view-featured-team .views-row {
  padding: 5px 15px 15px;
  overflow: hidden;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
.view-featured-team .views-row.views-row-last {
  padding: 0 15px;
  border: none;
}
.view-featured-team .team-image {
  float: right;
  overflow: hidden;
  margin-top: 5px;
}
.view-featured-team .team-image img {
  max-height: 50px;
  width: auto;
}
.view-featured-team .team-title {
  text-transform: uppercase;
}
.view-featured-team .team-title a {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.view-featured-team .team-sports-type {
  font-size: 13px;
  color: #9b9b9b;
  font-family: 'Roboto', sans-serif;
}
.view-featured-team .featured-team-footer {
  padding: 10px 15px;
}
.view-featured-team .featured-team-footer h2 {
  font-size: 18px;
  color: #ff4600;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  padding: 0 15px 15px;
  font-weight: bold;
}
.featured-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.featured-video .embedded-video,
.featured-video .player,
.featured-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-image {
  display: block;
  position: relative;
}
.featured-image img {
  width: 100%;
}
.featured-image .premium_tag_premium {
  background-image: url(../images/premium-for-mobile_small.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: 50px;
  left: -5px;
  position: absolute;
  width: 116px;
  bottom: 8px;
}
@media (min-width: 768px) {
  .featured-image .premium_tag_premium {
    background-image: url(../images/premium_article_tag_small.png);
    left: -15px;
  }
}
.block-articles .no-padding.col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .block-articles .no-padding.col-sm-12 {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.block-articles .no-padding.col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .block-articles .no-padding.col-sm-6 {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.block-articles .no-padding.col-xs-6.col-xs-first {
  padding-left: 15px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .block-articles .no-padding.col-xs-6.col-xs-first {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.block-articles .no-padding.col-xs-6.col-xs-last {
  padding-left: 7px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .block-articles .no-padding.col-xs-6.col-xs-last {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.block-articles .block-sport-article {
  clear: both;
  display: block;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .block-articles .block-sport-article {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
  }
}
.block-articles .block-sport-article .block-title {
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  margin: 15px 0 10px;
}
.block-articles .block-sport-article .title {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  padding: 10px 0;
  line-height: 19px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .block-articles .block-sport-article .title {
    min-height: 80px;
  }
}
.block-articles .block-sport-article .box-body-desc {
  padding: 15px;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
}
@media (min-width: 768px) {
  .block-articles .block-sport-article .box-body-desc {
    padding: 15px 0;
  }
}
.block-articles .block-sport-article .title-post {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
}
@media (min-width: 992px) {
  .block-articles .block-sport-article .title-post {
    font-size: 26px;
    line-height: 33px;
  }
}
.block-articles .block-sport-article .summary-post {
  font-size: 16px;
  line-height: 22px;
  color: #9b9b9b;
}
.block-articles .block-sport-article .view-display-id-block_other_articles {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .block-articles .block-sport-article .view-display-id-block_other_articles {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-articles .block-sport-article .view-display-id-block_other_articles .views-row {
  width: 50%;
  float: left;
  padding: 0 7px;
}
@media (min-width: 768px) {
  .block-articles .block-sport-article .view-display-id-block_other_articles .views-row {
    width: 25%;
  }
}
.block-articles .block-sport-article .view-display-id-block_other_articles .views-row.views-row-odd {
  clear: left;
}
@media (min-width: 768px) {
  .block-articles .block-sport-article .view-display-id-block_other_articles .views-row.views-row-odd {
    clear: none;
  }
  .block-articles .block-sport-article .view-display-id-block_other_articles .views-row.views-row-odd.views-row-5 {
    clear: left;
  }
}
.front .col-md-9 {
  padding: 0;
  background: transparent;
}
@media (min-width: 768px) {
  .front .col-md-9 {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .front .col-md-9 {
    padding: 0 15px 0 5px;
  }
}
.front .node-page {
  display: none;
}
.region-highlighted {
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.region-highlighted h2.block-title {
  font-size: 18px;
  color: #ff4600;
  font-weight: bold;
  margin-top: 0;
}
.region-highlighted #block-views-youth1-breaking-news-left-block {
  background: transparent;
  position: relative;
}
@media (min-width: 768px) {
  .region-highlighted #block-views-youth1-breaking-news-left-block {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .region-highlighted #block-views-youth1-breaking-news-left-block {
    float: left;
    width: 66.66666667%;
  }
}
.region-highlighted #block-views-youth1-breaking-news-left-block .view-youth1-breaking-news-left {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .region-highlighted #block-views-youth1-breaking-news-left-block .view-youth1-breaking-news-left {
    background: transparent;
    padding-right: 20px;
  }
}
.region-highlighted #block-views-youth1-breaking-news-left-block:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20px;
  top: 0;
  background-color: #191919;
  display: block;
}
.region-highlighted #block-views-calendar-of-events-block {
  background: #ffffff;
  padding: 15px 0;
}
.region-highlighted #block-views-calendar-of-events-block h2 {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .region-highlighted #block-views-calendar-of-events-block {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .region-highlighted #block-views-calendar-of-events-block {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .region-highlighted #block-views-calendar-of-events-block {
    float: left;
    width: 33.33333333%;
  }
}
.region-highlighted .view-youth1-breaking-news-left .views-field-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  background: #191919;
  padding: 20px;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) {
  .region-highlighted .view-youth1-breaking-news-left .views-field-title {
    font-size: 30px;
    line-height: 40px;
    padding: 40px 20px;
  }
}
@media (min-width: 1200px) {
  .region-highlighted .view-youth1-breaking-news-left .views-field-title {
    padding: 20px;
  }
}
.region-highlighted .view-youth1-breaking-news-left .views-field-title a {
  color: #ffffff;
}
.region-highlighted .view-youth1-breaking-news-left .views-field-title a:hover {
  color: #ff4600;
}
.region-highlighted .view-calendar-of-events .views-field-event-calendar-date {
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 5px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.region-highlighted .view-calendar-of-events .views-row {
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .region-highlighted .view-calendar-of-events .views-row {
    padding: 5px 15px;
  }
}
.region-highlighted .view-calendar-of-events .views-row.views-row-last {
  border: none;
  padding-bottom: 0;
}
.region-highlighted .view-calendar-of-events .views-field-field-event-logo {
  float: left;
  width: 50px;
  margin-right: 12px;
}
.region-highlighted .view-calendar-of-events .views-field-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  overflow: hidden;
  text-transform: uppercase;
}
.highlighted.full-width #block-views-youth1-breaking-news-left-block {
  width: 100%;
}
.highlighted.full-width #block-views-youth1-breaking-news-left-block .view-youth1-breaking-news-left {
  padding-right: 0;
}
.no-padding {
  padding: 0;
}
.bg-sport {
  height: 300px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
}
.bg-gray {
  background-image: linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
}
.bg-football {
  background-image: url("../images/bg-football.png"), linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
}
.bg-baseball {
  background-image: url("../images/bg-baseball.png"), linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
}
.bg-basketball {
  background-image: url("../images/bg-basketball.png"), linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
}
.bg-hockey {
  background-image: url("../images/bg-hockey.png"), linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
}
.bg-lacrosse {
  background-image: url("../images/bg-lacrosse.png"), linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
}
.bg-soccer {
  background-image: url("../images/bg-soccer.png"), linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
}
.bg-softball {
  background-image: url("../images/bg-softball.png"), linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
}
.bg-tennis {
  background-image: url("../images/bg-tennis.png"), linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
}
.bg-track {
  background-image: url("../images/bg-track.png"), linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
}
.bg-volleyball {
  background-image: url("../images/bg-volleyball.png"), linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
}
.bg-wrestling {
  background-image: url("../images/bg-wrestling.png"), linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
}
.fix-container-sport {
  margin-top: -300px;
}
.page-events .bg-sport,
.page-sport .bg-sport {
  height: 90px;
  background-size: contain;
}
@media (min-width: 768px) {
  .page-events .bg-sport,
  .page-sport .bg-sport {
    height: 300px;
  }
}
.page-events .fix-container-sport,
.page-sport .fix-container-sport {
  margin-top: -83px;
}
@media (min-width: 768px) {
  .page-events .fix-container-sport,
  .page-sport .fix-container-sport {
    margin-top: -300px;
  }
}
/*Article*/
.node-type-article .main-container section.col-md-8,
.node-type-affiliate-articles .main-container section.col-md-8 {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .node-type-article .main-container section.col-md-8,
  .node-type-affiliate-articles .main-container section.col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .node-type-article .main-container section.col-md-8,
  .node-type-affiliate-articles .main-container section.col-md-8 {
    padding-right: 5px;
  }
}
.node-type-article .wrapper-content .featured-image,
.node-type-affiliate-articles .wrapper-content .featured-image {
  background: #ffffff;
}
.node-type-article .wrapper-content .featured-image img,
.node-type-affiliate-articles .wrapper-content .featured-image img {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .node-type-article .wrapper-content .featured-image img,
  .node-type-affiliate-articles .wrapper-content .featured-image img {
    margin-top: 25px;
  }
}
.node-type-article .wrapper-content .featured-image a,
.node-type-affiliate-articles .wrapper-content .featured-image a {
  display: block;
  position: relative;
}
.node-type-article .wrapper-content .featured-image .premium-flag,
.node-type-affiliate-articles .wrapper-content .featured-image .premium-flag {
  background-image: url(../images/premium-flag-right-small.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: 50px;
  right: 0;
  position: absolute;
  width: 116px;
  top: 0;
}
.node-type-article h1.page-header,
.node-type-affiliate-articles h1.page-header {
  font-weight: bold;
  color: #ffffff;
  border: none;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  margin: 10px 0 0 0;
}
@media (min-width: 768px) {
  .node-type-article h1.page-header,
  .node-type-affiliate-articles h1.page-header {
    font-size: 45px;
    line-height: 54px;
    margin: 0;
  }
}
.node-type-article #infscr-loading,
.node-type-affiliate-articles #infscr-loading {
  display: none !important;
}
.node-type-article .socials,
.node-type-affiliate-articles .socials {
  margin-top: 5px;
  float: left;
}
@media (min-width: 768px) {
  .node-type-article .socials,
  .node-type-affiliate-articles .socials {
    float: right;
  }
}
.node-type-article .socials .counting-comments,
.node-type-affiliate-articles .socials .counting-comments {
  width: 62px;
  height: 30px;
  line-height: 30px;
  border-radius: 34px;
  background: #ff4600;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}
@media (min-width: 768px) {
  .node-type-article .socials .counting-comments,
  .node-type-affiliate-articles .socials .counting-comments {
    width: 75px;
    height: 37px;
    line-height: 37px;
  }
}
.node-type-article .socials .counting-shares,
.node-type-affiliate-articles .socials .counting-shares {
  color: #ffffff;
  display: inline-block;
  margin-left: 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .node-type-article .socials .counting-shares,
  .node-type-affiliate-articles .socials .counting-shares {
    font-size: 17px;
    line-height: 18px;
  }
}
.node-type-article .socials a,
.node-type-affiliate-articles .socials a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .node-type-article .socials a,
  .node-type-affiliate-articles .socials a {
    margin-left: 15px;
    margin-right: 0;
  }
}
.node-type-article .socials a span,
.node-type-affiliate-articles .socials a span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  border-radius: 100%;
  font-size: 20px;
  color: #707070;
  display: block;
}
@media (min-width: 768px) {
  .node-type-article .socials a span,
  .node-type-affiliate-articles .socials a span {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.node-type-article .socials a span:hover,
.node-type-affiliate-articles .socials a span:hover {
  color: #ffffff;
}
.node-type-article .socials a span.y1-icon-facebook:hover,
.node-type-affiliate-articles .socials a span.y1-icon-facebook:hover {
  background: #3a5998;
}
.node-type-article .socials a span.y1-icon-twitter:hover,
.node-type-affiliate-articles .socials a span.y1-icon-twitter:hover {
  background: #55acee;
}
.node-type-article .socials a span.y1-icon-googleplus:hover,
.node-type-affiliate-articles .socials a span.y1-icon-googleplus:hover {
  background: #c83737;
}
.node-type-article .article-content,
.node-type-affiliate-articles .article-content {
  padding: 15px 15px 0;
  background: #ffffff;
}
@media (min-width: 768px) {
  .node-type-article .article-content,
  .node-type-affiliate-articles .article-content {
    padding: 20px 20px 0;
  }
}
.node-type-article .article-content .content,
.node-type-affiliate-articles .article-content .content {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) {
  .node-type-article .article-content .content,
  .node-type-affiliate-articles .article-content .content {
    padding-bottom: 25px;
  }
}
.node-type-article .article-content .content a,
.node-type-affiliate-articles .article-content .content a {
  color: #ff4600;
}
.node-type-article .article-content .content .create-account,
.node-type-affiliate-articles .article-content .content .create-account {
  text-align: center;
}
.node-type-article .article-content .content .create-account a,
.node-type-affiliate-articles .article-content .content .create-account a {
  color: #ffffff;
}
.node-type-article .article-content .content .create-account a img,
.node-type-affiliate-articles .article-content .content .create-account a img {
  margin-right: 5px;
  height: 20px;
}
.node-type-article .article-content .content.infinite-content,
.node-type-affiliate-articles .article-content .content.infinite-content {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.node-type-article .article-content .content.infinite-content:after,
.node-type-affiliate-articles .article-content .content.infinite-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.node-type-article .article-content .content h3,
.node-type-affiliate-articles .article-content .content h3 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}
.node-type-article .article-content .content h4,
.node-type-affiliate-articles .article-content .content h4 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
}
.node-type-article .article-content .content h5,
.node-type-affiliate-articles .article-content .content h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.node-type-article .article-content .button-read-more,
.node-type-affiliate-articles .article-content .button-read-more {
  margin-top: 10px;
  margin-bottom: -10px;
}
.node-type-article .article-content .button-read-more a:hover,
.node-type-affiliate-articles .article-content .button-read-more a:hover {
  color: #ffffff;
}
.node-type-article .article-content .list-affiliate-products,
.node-type-affiliate-articles .article-content .list-affiliate-products {
  border-top: 1px solid #E8E8E8;
  border-bottom: none;
  margin-top: 20px;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product {
  border-bottom: 2px solid #E8E8E8;
  padding-bottom: 50px;
  padding-top: 20px;
  position: relative;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product:last-child,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product:last-child {
  border: none;
  padding-bottom: 30px;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-image,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-image {
  border: 1px solid #E8E8E8;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.11);
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-image img,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-image img {
  margin: 0 auto;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-title .field-item,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-title .field-item {
  font-size: 25px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-description,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-description {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 20px;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-pros,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-pros,
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-cons,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-cons {
  display: flex;
  color: #737373;
  margin-bottom: 25px;
  font-size: 14px;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-pros span,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-pros span,
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-cons span,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-cons span {
  margin-right: 15px;
  font-size: 32px;
  border-radius: 100%;
  color: #ffffff;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-pros .field-items .field-item:before,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-pros .field-items .field-item:before,
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-cons .field-items .field-item:before,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-cons .field-items .field-item:before {
  content: ".";
  margin-right: 3px;
  font-size: 35px;
  line-height: 6px;
  vertical-align: top;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-pros span,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-pros span {
  background-color: #55b128;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-cons span,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-cons span {
  background-color: #ff4600;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-rating,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-rating {
  font-size: 17px;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-rating .field-name-field-product-rating,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-rating .field-name-field-product-rating {
  display: inline-block;
  font-size: 20px;
  color: #d71717;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-affiliate-link,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-affiliate-link {
  text-align: right;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-affiliate-link .btn-affiliate,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-affiliate-link .btn-affiliate {
  background-color: #55b128;
  border-radius: 5px;
  color: #ffffff;
  line-height: 21px;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-affiliate-link .btn-affiliate:before,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-affiliate-link .btn-affiliate:before {
  content: "\e93d";
  font-family: 'youth1-icons';
  font-size: 21px;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .product-affiliate-link .btn-affiliate:hover,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .product-affiliate-link .btn-affiliate:hover {
  background-color: #439a19;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .youth1-top-pick,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .youth1-top-pick {
  background-color: #ff4600;
  color: #ffffff;
  position: absolute;
  left: -10px;
  top: 16px;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .youth1-top-pick span,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .youth1-top-pick span {
  padding: 6px 14px 6px 10px;
  position: relative;
  display: block;
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .youth1-top-pick span:after,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .youth1-top-pick span:after {
  position: absolute;
  bottom: -10px;
  left: -11px;
  width: 0px;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 11px solid transparent;
  border-right: 10px solid #ff4600;
  content: "";
}
.node-type-article .article-content .list-affiliate-products .node-affiliate-product .youth1-top-pick span img,
.node-type-affiliate-articles .article-content .list-affiliate-products .node-affiliate-product .youth1-top-pick span img {
  display: inline-block;
  width: 96px;
  margin-right: 5px;
}
.node-type-article .metadata-info,
.node-type-affiliate-articles .metadata-info {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .node-type-article .metadata-info,
  .node-type-affiliate-articles .metadata-info {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.node-type-article .metadata-info.bottom .socials a span,
.node-type-affiliate-articles .metadata-info.bottom .socials a span {
  color: #ffffff;
}
.node-type-article .metadata-info.bottom .socials a span.y1-icon-facebook,
.node-type-affiliate-articles .metadata-info.bottom .socials a span.y1-icon-facebook {
  background: #3a5998;
}
.node-type-article .metadata-info.bottom .socials a span.y1-icon-twitter,
.node-type-affiliate-articles .metadata-info.bottom .socials a span.y1-icon-twitter {
  background: #55acee;
}
.node-type-article .metadata-info.bottom .socials a span.y1-icon-googleplus,
.node-type-affiliate-articles .metadata-info.bottom .socials a span.y1-icon-googleplus {
  background: #c83737;
}
.node-type-article .metadata-info.bottom .socials .counting-shares,
.node-type-affiliate-articles .metadata-info.bottom .socials .counting-shares {
  color: #191919;
}
.node-type-article .metadata-info.bottom .author-info,
.node-type-affiliate-articles .metadata-info.bottom .author-info {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .node-type-article .metadata-info.bottom .author-info,
  .node-type-affiliate-articles .metadata-info.bottom .author-info {
    margin-top: 0;
  }
}
.node-type-article .metadata-info.bottom .author-info .full-name-twitter-posted .author-name,
.node-type-affiliate-articles .metadata-info.bottom .author-info .full-name-twitter-posted .author-name {
  color: #191919;
}
.node-type-article .metadata-info.bottom .author-info .full-name-twitter-posted .twitter-link,
.node-type-affiliate-articles .metadata-info.bottom .author-info .full-name-twitter-posted .twitter-link {
  color: #90c9f4;
}
.node-type-article .metadata-info.bottom .author-info .full-name-twitter-posted .posted,
.node-type-affiliate-articles .metadata-info.bottom .author-info .full-name-twitter-posted .posted {
  color: #a0a0a0;
}
.node-type-article .metadata-info .author-info,
.node-type-affiliate-articles .metadata-info .author-info {
  margin-bottom: 15px;
  overflow: hidden;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
}
@media (min-width: 768px) {
  .node-type-article .metadata-info .author-info,
  .node-type-affiliate-articles .metadata-info .author-info {
    margin-bottom: 0;
  }
}
.node-type-article .metadata-info .author-info > a,
.node-type-affiliate-articles .metadata-info .author-info > a {
  float: left;
}
.node-type-article .metadata-info .author-info img,
.node-type-affiliate-articles .metadata-info .author-info img {
  width: 46px;
  height: 46px;
  margin-right: 15px;
  border-radius: 5px;
}
.node-type-article .metadata-info .author-info .full-name-twitter-posted,
.node-type-affiliate-articles .metadata-info .author-info .full-name-twitter-posted {
  float: left;
  margin-top: 5px;
}
.node-type-article .metadata-info .author-info .full-name-twitter-posted .author-name,
.node-type-affiliate-articles .metadata-info .author-info .full-name-twitter-posted .author-name {
  text-transform: uppercase;
  margin-right: 10px;
  color: #ffffff;
  font-weight: bold;
}
.node-type-article .metadata-info .author-info .full-name-twitter-posted .twitter-link,
.node-type-affiliate-articles .metadata-info .author-info .full-name-twitter-posted .twitter-link,
.node-type-article .metadata-info .author-info .full-name-twitter-posted .posted,
.node-type-affiliate-articles .metadata-info .author-info .full-name-twitter-posted .posted {
  color: #cdcdcd;
}
.node-type-article .metadata-info .author-info .full-name-twitter-posted .posted,
.node-type-affiliate-articles .metadata-info .author-info .full-name-twitter-posted .posted {
  display: block;
}
.node-type-article .facebook-comments .btn-facebook,
.node-type-affiliate-articles .facebook-comments .btn-facebook {
  font-size: 18px;
  text-transform: uppercase;
  color: #ff4600;
  padding: 15px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
}
.node-type-article .facebook-comments .btn-facebook:hover,
.node-type-affiliate-articles .facebook-comments .btn-facebook:hover {
  background: #ffffff;
}
.node-type-article .facebook-comments .facebook-comments-content,
.node-type-affiliate-articles .facebook-comments .facebook-comments-content {
  display: none;
  background: #ffffff;
}
.node-type-article .facebook-comments .facebook-comments-content iframe,
.node-type-affiliate-articles .facebook-comments .facebook-comments-content iframe {
  /* use important because it can override style inline of iframe */
  width: 100% !important;
}
.node-type-article .related-article,
.node-type-affiliate-articles .related-article {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .node-type-article .related-article,
  .node-type-affiliate-articles .related-article {
    padding-left: 0;
    padding-right: 0;
  }
}
.node-type-article .related-article h3,
.node-type-affiliate-articles .related-article h3 {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}
.node-type-article .related-article .view-similar-article .views-field-title,
.node-type-affiliate-articles .related-article .view-similar-article .views-field-title {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .node-type-article .related-article .view-similar-article .views-field-title,
  .node-type-affiliate-articles .related-article .view-similar-article .views-field-title {
    margin-top: 10px;
    display: inline-block;
  }
}
.node-type-article .related-article .view-similar-article .views-field-field-featured-image,
.node-type-affiliate-articles .related-article .view-similar-article .views-field-field-featured-image {
  position: relative;
  width: 35%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .node-type-article .related-article .view-similar-article .views-field-field-featured-image,
  .node-type-affiliate-articles .related-article .view-similar-article .views-field-field-featured-image {
    width: 100%;
    margin: 0;
  }
}
.node-type-article .related-article .view-similar-article .views-field-field-featured-image span.icon-video,
.node-type-affiliate-articles .related-article .view-similar-article .views-field-field-featured-image span.icon-video {
  position: absolute;
  top: 10px;
  left: 14px;
  color: #ff4600;
  background: #ffffff;
  border-radius: 16px;
  font-size: 23px;
  line-height: 20px;
}
.node-type-article h2.title-more-article,
.node-type-affiliate-articles h2.title-more-article {
  font-weight: bold;
  color: #ff4600;
  border: none;
  font-size: 24px;
  line-height: 30px;
  margin: 10px 0 0 0;
  padding: 15px 15px 0;
}
@media (min-width: 768px) {
  .node-type-article h2.title-more-article,
  .node-type-affiliate-articles h2.title-more-article {
    font-size: 45px;
    line-height: 54px;
    margin: 0;
    padding: 25px 30px 0;
  }
}
.node-type-article h2.title-more-article a,
.node-type-affiliate-articles h2.title-more-article a {
  color: #ff4600;
}
.node-type-article article:first-child h2.title-more-article,
.node-type-affiliate-articles article:first-child h2.title-more-article {
  display: none;
}
.node-type-article article:first-child .featured-image img,
.node-type-affiliate-articles article:first-child .featured-image img {
  margin-top: 0;
}
.node-type-article .infinite-scroll-bar,
.node-type-affiliate-articles .infinite-scroll-bar {
  display: none;
}
.node-type-article .share-fb,
.node-type-affiliate-articles .share-fb {
  padding: 0px;
}
.node-type-article .non-premium-user-content,
.node-type-affiliate-articles .non-premium-user-content {
  position: relative;
  padding: 0 15px;
}
.node-type-article .non-premium-user-content .non-premium-user:after,
.node-type-affiliate-articles .non-premium-user-content .non-premium-user:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, white);
}
.page-profile-athlete .fix-container-sport,
.page-update-team-roster .fix-container-sport,
.taxonomy-team .fix-container-sport {
  margin-top: -280px;
}
@media (min-width: 768px) {
  .page-profile-athlete .fix-container-sport,
  .page-update-team-roster .fix-container-sport,
  .taxonomy-team .fix-container-sport {
    margin-top: -260px;
  }
}
.page-profile-athlete .tabs--primary,
.page-update-team-roster .tabs--primary,
.taxonomy-team .tabs--primary,
.page-profile-athlete .page-header,
.page-update-team-roster .page-header,
.taxonomy-team .page-header {
  display: none;
}
.page-profile-athlete #cboxWrapper #cboxClose,
.page-update-team-roster #cboxWrapper #cboxClose,
.taxonomy-team #cboxWrapper #cboxClose {
  background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -25px 0px;
}
.page-profile-athlete .profile-detail .left-profile-content .personal-info li.premium,
.page-update-team-roster .profile-detail .left-profile-content .personal-info li.premium,
.taxonomy-team .profile-detail .left-profile-content .personal-info li.premium {
  text-align: center;
}
.page-profile-athlete .profile-detail .left-profile-content .personal-info li.premium img,
.page-update-team-roster .profile-detail .left-profile-content .personal-info li.premium img,
.taxonomy-team .profile-detail .left-profile-content .personal-info li.premium img {
  max-width: 120px;
}
.page-profile-athlete .profile-detail .left-profile-content .personal-info li.premium img.premium-logo,
.page-update-team-roster .profile-detail .left-profile-content .personal-info li.premium img.premium-logo,
.taxonomy-team .profile-detail .left-profile-content .personal-info li.premium img.premium-logo {
  width: 115px;
}
.page-profile-athlete .profile-detail .right-profile-content .player-info li.premium,
.page-update-team-roster .profile-detail .right-profile-content .player-info li.premium,
.taxonomy-team .profile-detail .right-profile-content .player-info li.premium {
  text-align: center;
}
.page-profile-athlete .profile-detail .right-profile-content .player-info li.premium img,
.page-update-team-roster .profile-detail .right-profile-content .player-info li.premium img,
.taxonomy-team .profile-detail .right-profile-content .player-info li.premium img {
  max-width: 120px;
}
.page-profile-athlete .profile-detail .right-profile-content .player-info li.premium img.premium-logo,
.page-update-team-roster .profile-detail .right-profile-content .player-info li.premium img.premium-logo,
.taxonomy-team .profile-detail .right-profile-content .player-info li.premium img.premium-logo {
  width: 115px;
}
.page-profile-athlete .profile-detail .pageviews,
.page-update-team-roster .profile-detail .pageviews,
.taxonomy-team .profile-detail .pageviews {
  color: #5d5d5d;
  margin-bottom: 10px;
}
.page-profile-athlete .profile-detail .pageviews .number-of-pageviews,
.page-update-team-roster .profile-detail .pageviews .number-of-pageviews,
.taxonomy-team .profile-detail .pageviews .number-of-pageviews {
  font-weight: bold;
  font-size: 16px;
  color: #191919;
}
.page-profile-athlete .profile-detail .y1-icon-check,
.page-update-team-roster .profile-detail .y1-icon-check,
.taxonomy-team .profile-detail .y1-icon-check,
.page-profile-athlete .profile-detail .verified,
.page-update-team-roster .profile-detail .verified,
.taxonomy-team .profile-detail .verified {
  font-size: 16px;
  color: #ff4600;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-profile-athlete .profile-detail .y1-icon-check,
  .page-update-team-roster .profile-detail .y1-icon-check,
  .taxonomy-team .profile-detail .y1-icon-check,
  .page-profile-athlete .profile-detail .verified,
  .page-update-team-roster .profile-detail .verified,
  .taxonomy-team .profile-detail .verified {
    font-size: 20px;
  }
}
.page-profile-athlete .profile-detail .socials,
.page-update-team-roster .profile-detail .socials,
.taxonomy-team .profile-detail .socials {
  margin-bottom: 10px;
}
.page-profile-athlete .profile-detail .socials span,
.page-update-team-roster .profile-detail .socials span,
.taxonomy-team .profile-detail .socials span {
  color: #5d5d5d;
}
.page-profile-athlete .profile-detail .badges_of_accomplishment .badges-link,
.page-update-team-roster .profile-detail .badges_of_accomplishment .badges-link,
.taxonomy-team .profile-detail .badges_of_accomplishment .badges-link {
  margin-top: 15px;
  display: block;
  font-size: 16px;
}
.page-profile-athlete-edit .fix-container-sport,
.page-update-team-roster .fix-container-sport,
.taxonomy-team.page-taxonomy-term-edit .fix-container-sport {
  margin-top: -300px;
}
@media (min-width: 768px) {
  .page-profile-athlete-edit .fix-container-sport,
  .page-update-team-roster .fix-container-sport,
  .taxonomy-team.page-taxonomy-term-edit .fix-container-sport {
    margin-top: -260px;
  }
}
@media (max-width: 767px) {
  .page-profile-athlete-edit .section-player,
  .page-update-team-roster .section-player,
  .page-taxonomy-term-edit.taxonomy-team .section-player {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-profile-athlete-edit .edit-profile-nav .list-group-item,
.page-update-team-roster .edit-profile-nav .list-group-item,
.page-taxonomy-term-edit.taxonomy-team .edit-profile-nav .list-group-item {
  cursor: pointer;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #191919;
  text-transform: uppercase;
  font-weight: bold;
  border-color: #E8E8E8;
}
.page-profile-athlete-edit .edit-profile-nav .list-group-item.active,
.page-update-team-roster .edit-profile-nav .list-group-item.active,
.page-taxonomy-term-edit.taxonomy-team .edit-profile-nav .list-group-item.active {
  background-color: #d8d8d8;
  color: #ff4600;
  border-color: #E8E8E8;
}
.page-profile-athlete-edit .edit-profile-nav .list-group-item.active:hover,
.page-update-team-roster .edit-profile-nav .list-group-item.active:hover,
.page-taxonomy-term-edit.taxonomy-team .edit-profile-nav .list-group-item.active:hover,
.page-profile-athlete-edit .edit-profile-nav .list-group-item.active:focus,
.page-update-team-roster .edit-profile-nav .list-group-item.active:focus,
.page-taxonomy-term-edit.taxonomy-team .edit-profile-nav .list-group-item.active:focus {
  background-color: #d8d8d8;
}
.page-profile-athlete-edit .edit-profile-nav a,
.page-update-team-roster .edit-profile-nav a,
.page-taxonomy-term-edit.taxonomy-team .edit-profile-nav a {
  display: block;
}
.page-profile-athlete-edit .region-content .block.block-block,
.page-update-team-roster .region-content .block.block-block,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-block,
.page-profile-athlete-edit .region-content .block.block-youth1-custom-blocks,
.page-update-team-roster .region-content .block.block-youth1-custom-blocks,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-youth1-custom-blocks,
.page-profile-athlete-edit .region-content .block.block-youth1-user-profile,
.page-update-team-roster .region-content .block.block-youth1-user-profile,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-youth1-user-profile {
  width: 100%;
}
@media (min-width: 768px) {
  .page-profile-athlete-edit .region-content .block.block-block,
  .page-update-team-roster .region-content .block.block-block,
  .page-taxonomy-term-edit.taxonomy-team .region-content .block.block-block,
  .page-profile-athlete-edit .region-content .block.block-youth1-custom-blocks,
  .page-update-team-roster .region-content .block.block-youth1-custom-blocks,
  .page-taxonomy-term-edit.taxonomy-team .region-content .block.block-youth1-custom-blocks,
  .page-profile-athlete-edit .region-content .block.block-youth1-user-profile,
  .page-update-team-roster .region-content .block.block-youth1-user-profile,
  .page-taxonomy-term-edit.taxonomy-team .region-content .block.block-youth1-user-profile {
    width: 25%;
    float: left;
  }
}
.page-profile-athlete-edit .region-content .block.block-block .btn-group,
.page-update-team-roster .region-content .block.block-block .btn-group,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-block .btn-group,
.page-profile-athlete-edit .region-content .block.block-youth1-custom-blocks .btn-group,
.page-update-team-roster .region-content .block.block-youth1-custom-blocks .btn-group,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-youth1-custom-blocks .btn-group,
.page-profile-athlete-edit .region-content .block.block-youth1-user-profile .btn-group,
.page-update-team-roster .region-content .block.block-youth1-user-profile .btn-group,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-youth1-user-profile .btn-group {
  width: 100%;
  -webkit-box-shadow: 0px 0px 21px -5px #000000;
  -moz-box-shadow: 0px 0px 21px -5px #000000;
  box-shadow: 0px 0px 21px -5px #000000;
}
.page-profile-athlete-edit .region-content .block.block-block .btn-group button,
.page-update-team-roster .region-content .block.block-block .btn-group button,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-block .btn-group button,
.page-profile-athlete-edit .region-content .block.block-youth1-custom-blocks .btn-group button,
.page-update-team-roster .region-content .block.block-youth1-custom-blocks .btn-group button,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-youth1-custom-blocks .btn-group button,
.page-profile-athlete-edit .region-content .block.block-youth1-user-profile .btn-group button,
.page-update-team-roster .region-content .block.block-youth1-user-profile .btn-group button,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-youth1-user-profile .btn-group button {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 14px 20px;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff4600;
  background: #ffffff;
}
.page-profile-athlete-edit .region-content .block.block-block .btn-group button span,
.page-update-team-roster .region-content .block.block-block .btn-group button span,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-block .btn-group button span,
.page-profile-athlete-edit .region-content .block.block-youth1-custom-blocks .btn-group button span,
.page-update-team-roster .region-content .block.block-youth1-custom-blocks .btn-group button span,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-youth1-custom-blocks .btn-group button span,
.page-profile-athlete-edit .region-content .block.block-youth1-user-profile .btn-group button span,
.page-update-team-roster .region-content .block.block-youth1-user-profile .btn-group button span,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-youth1-user-profile .btn-group button span {
  float: right;
  color: initial;
  font-size: 12px;
  margin-top: 5px;
}
.page-profile-athlete-edit .region-content .block.block-block .btn-group .edit-profile-nav,
.page-update-team-roster .region-content .block.block-block .btn-group .edit-profile-nav,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-block .btn-group .edit-profile-nav,
.page-profile-athlete-edit .region-content .block.block-youth1-custom-blocks .btn-group .edit-profile-nav,
.page-update-team-roster .region-content .block.block-youth1-custom-blocks .btn-group .edit-profile-nav,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-youth1-custom-blocks .btn-group .edit-profile-nav,
.page-profile-athlete-edit .region-content .block.block-youth1-user-profile .btn-group .edit-profile-nav,
.page-update-team-roster .region-content .block.block-youth1-user-profile .btn-group .edit-profile-nav,
.page-taxonomy-term-edit.taxonomy-team .region-content .block.block-youth1-user-profile .btn-group .edit-profile-nav {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.page-profile-athlete-edit #block-system-main,
.page-update-team-roster #block-system-main,
.page-taxonomy-term-edit.taxonomy-team #block-system-main {
  width: 100%;
  padding-left: 0;
}
@media (min-width: 768px) {
  .page-profile-athlete-edit #block-system-main,
  .page-update-team-roster #block-system-main,
  .page-taxonomy-term-edit.taxonomy-team #block-system-main {
    float: right;
    width: 75%;
    padding-left: 20px;
  }
}
[type="radio"],
[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}
[type="radio"] + span.check:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
  border-radius: 100%;
  border: 5px solid #ffffff;
  box-shadow: 0 0 0 1px #ff4600;
  margin-right: 0.75em;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
[type="radio"]:checked + span.check:before {
  background: #ff4600;
}
[type="checkbox"] + span.check:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
  -webkit-box-shadow: 0 0 0 1px #CCCCCC;
  -moz-box-shadow: 0 0 0 1px #CCCCCC;
  box-shadow: 0 0 0 1px #CCCCCC;
  margin-right: 0.75em;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
[type="checkbox"]:checked + span.check:before {
  background: #ff4600;
  box-shadow: 0 0 0 1px #ff4600;
}
[type="checkbox"].error + span.check:before {
  box-shadow: 0 0 0 1px #a94442;
}
.sign-in-block [type="radio"]:checked + span.check:before {
  background: none;
}
.sign-in-block [type="checkbox"] + span.check:before {
  content: none;
}
.sign-in-block [type="radio"],
.sign-in-block [type="checkbox"] {
  position: absolute;
  visibility: initial;
}
.edit-player-profile > div,
.edit-team-profile > div {
  background-color: #ffffff;
}
.edit-player-profile .btn,
.edit-team-profile .btn {
  padding: 8px 12px;
}
.edit-player-profile td.field-multiple-drag,
.edit-team-profile td.field-multiple-drag {
  display: none;
}
.edit-player-profile .draggable a.tabledrag-handle,
.edit-team-profile .draggable a.tabledrag-handle {
  display: none;
}
.edit-player-profile .multipage-pane-title,
.edit-team-profile .multipage-pane-title,
.edit-player-profile .field-name-field-height,
.edit-team-profile .field-name-field-height,
.edit-player-profile .sticky-header,
.edit-team-profile .sticky-header {
  display: none;
}
.edit-player-profile .multipage-pane-wrapper,
.edit-team-profile .multipage-pane-wrapper {
  padding-bottom: 30px;
}
.edit-player-profile .field-type-markup,
.edit-team-profile .field-type-markup {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.edit-player-profile .field-type-markup .head-title,
.edit-team-profile .field-type-markup .head-title {
  font-size: 18px;
  line-height: 38px;
  color: #ff4600;
  padding: 8px 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
.edit-player-profile .field-type-markup.field-name-field-head-school,
.edit-team-profile .field-type-markup.field-name-field-head-school,
.edit-player-profile .field-type-markup.field-name-field-head-sports,
.edit-team-profile .field-type-markup.field-name-field-head-sports {
  margin: 0;
}
.edit-player-profile .multipage-controls-list,
.edit-team-profile .multipage-controls-list {
  display: none;
}
.edit-player-profile .form-group > .control-label,
.edit-team-profile .form-group > .control-label {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #000;
  padding-right: 5px;
}
.edit-player-profile .panel-title,
.edit-team-profile .panel-title {
  font-size: 15px;
  line-height: 15px;
}
.edit-player-profile .group-personal-info .form-group.form-item,
.edit-team-profile .group-personal-info .form-group.form-item {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .edit-player-profile .group-personal-info .form-group.form-item,
  .edit-team-profile .group-personal-info .form-group.form-item {
    padding: 0;
  }
}
.edit-player-profile .group-personal-info .form-group > .control-label,
.edit-team-profile .group-personal-info .form-group > .control-label {
  width: 100%;
  text-align: left;
  padding: 0;
}
@media (min-width: 992px) {
  .edit-player-profile .group-personal-info .form-group > .control-label,
  .edit-team-profile .group-personal-info .form-group > .control-label {
    width: 25%;
    text-align: right;
    padding-top: 7px;
  }
}
.edit-player-profile .group-personal-info .form-group > .control-label.element-invisible,
.edit-team-profile .group-personal-info .form-group > .control-label.element-invisible {
  display: none;
}
.edit-player-profile .group-personal-info .form-group.form-item-profile-athlete-newsletter-preferences,
.edit-team-profile .group-personal-info .form-group.form-item-profile-athlete-newsletter-preferences {
  padding: 0px 15px;
  border-bottom: 1px solid #E8E8E8;
}
@media (min-width: 768px) {
  .edit-player-profile .group-personal-info .form-group.form-item-profile-athlete-newsletter-preferences,
  .edit-team-profile .group-personal-info .form-group.form-item-profile-athlete-newsletter-preferences {
    padding: 10px 100px 20px;
  }
}
.edit-player-profile .group-personal-info .form-group.form-item-profile-athlete-newsletter-preferences .form-type-checkbox,
.edit-team-profile .group-personal-info .form-group.form-item-profile-athlete-newsletter-preferences .form-type-checkbox {
  margin: 0 0 10px;
  width: 25%;
}
@media (min-width: 992px) {
  .edit-player-profile .group-personal-info .form-group.form-item-profile-athlete-newsletter-preferences .form-type-checkbox,
  .edit-team-profile .group-personal-info .form-group.form-item-profile-athlete-newsletter-preferences .form-type-checkbox {
    width: 16.6667%;
  }
}
.edit-player-profile .group-personal-info .form-group.form-item-profile-athlete-newsletter-preferences .form-type-checkbox .control-label,
.edit-team-profile .group-personal-info .form-group.form-item-profile-athlete-newsletter-preferences .form-type-checkbox .control-label {
  width: 100%;
  padding: 0;
  text-align: center;
}
.edit-player-profile .group-personal-info .form-group.form-item-profile-athlete-newsletter-preferences .form-type-checkbox .check,
.edit-team-profile .group-personal-info .form-group.form-item-profile-athlete-newsletter-preferences .form-type-checkbox .check {
  display: block;
  color: #353535;
  font-family: 'Roboto', sans-serif;
}
.edit-player-profile .group-personal-info .form-group.form-item-profile-athlete-newsletter-preferences .form-type-checkbox .check:before,
.edit-team-profile .group-personal-info .form-group.form-item-profile-athlete-newsletter-preferences .form-type-checkbox .check:before {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.edit-player-profile .group-personal-info .field-name-field-affirming,
.edit-team-profile .group-personal-info .field-name-field-affirming {
  padding: 0;
}
@media (min-width: 992px) {
  .edit-player-profile .group-personal-info .field-name-field-affirming,
  .edit-team-profile .group-personal-info .field-name-field-affirming {
    margin-left: 25%;
  }
}
.edit-player-profile .group-personal-info .field-name-field-affirming .form-item-profile-athlete-field-affirming-und,
.edit-team-profile .group-personal-info .field-name-field-affirming .form-item-profile-athlete-field-affirming-und {
  padding: 0;
}
.edit-player-profile .group-personal-info .field-name-field-affirming .form-item-profile-athlete-field-affirming-und label,
.edit-team-profile .group-personal-info .field-name-field-affirming .form-item-profile-athlete-field-affirming-und label {
  text-align: left;
  width: 100%;
  padding: 7px 22px 0px 22px;
}
.edit-player-profile .group-personal-info .field-name-field-affirming .form-item-profile-athlete-field-affirming-und label .coppa-text,
.edit-team-profile .group-personal-info .field-name-field-affirming .form-item-profile-athlete-field-affirming-und label .coppa-text {
  color: #ff4600;
  font-weight: bold;
}
@media (min-width: 992px) {
  .edit-player-profile .group-personal-info .field-name-field-affirming .form-item-profile-athlete-field-affirming-und label,
  .edit-team-profile .group-personal-info .field-name-field-affirming .form-item-profile-athlete-field-affirming-und label {
    padding: 4px 17px 0px 17px;
  }
}
.edit-player-profile .group-personal-info .field-name-field-state .col-sm-9,
.edit-team-profile .group-personal-info .field-name-field-state .col-sm-9 {
  width: 100%;
}
.edit-player-profile .group-personal-info .field-name-field-state .select-or-other .form-item-profile-athlete-field-state-und-select,
.edit-team-profile .group-personal-info .field-name-field-state .select-or-other .form-item-profile-athlete-field-state-und-select,
.edit-player-profile .group-personal-info .field-name-field-state .select-or-other .form-item-profile-athlete-field-state-und-other,
.edit-team-profile .group-personal-info .field-name-field-state .select-or-other .form-item-profile-athlete-field-state-und-other {
  padding: 0;
}
.edit-player-profile .group-personal-info .form-control,
.edit-team-profile .group-personal-info .form-control,
.edit-player-profile .group-personal-info .date-form-element-content,
.edit-team-profile .group-personal-info .date-form-element-content {
  width: 100%;
}
@media (min-width: 992px) {
  .edit-player-profile .group-personal-info .form-control,
  .edit-team-profile .group-personal-info .form-control,
  .edit-player-profile .group-personal-info .date-form-element-content,
  .edit-team-profile .group-personal-info .date-form-element-content {
    width: 65%;
    display: inline-block;
    margin-left: 15px;
  }
}
.edit-player-profile .group-personal-info .help-block,
.edit-team-profile .group-personal-info .help-block {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  display: block;
  float: left;
}
@media (min-width: 992px) {
  .edit-player-profile .group-personal-info .help-block,
  .edit-team-profile .group-personal-info .help-block {
    width: 65%;
    margin-left: 25%;
    padding-left: 15px;
  }
}
.edit-player-profile .group-personal-info .link-field-url .form-group.form-item,
.edit-team-profile .group-personal-info .link-field-url .form-group.form-item {
  padding: 0;
}
.edit-player-profile .group-personal-info .field-name-field-height-feet,
.edit-team-profile .group-personal-info .field-name-field-height-feet,
.edit-player-profile .group-personal-info .field-name-field-height-inch,
.edit-team-profile .group-personal-info .field-name-field-height-inch {
  width: 50%;
  display: inline-block;
}
@media (min-width: 992px) {
  .edit-player-profile .group-personal-info .field-name-field-height-feet,
  .edit-team-profile .group-personal-info .field-name-field-height-feet,
  .edit-player-profile .group-personal-info .field-name-field-height-inch,
  .edit-team-profile .group-personal-info .field-name-field-height-inch {
    width: 46%;
  }
}
@media (min-width: 992px) {
  .edit-player-profile .group-personal-info .field-name-field-height-feet .control-label,
  .edit-team-profile .group-personal-info .field-name-field-height-feet .control-label,
  .edit-player-profile .group-personal-info .field-name-field-height-inch .control-label,
  .edit-team-profile .group-personal-info .field-name-field-height-inch .control-label {
    width: 58%;
    display: inline-block;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .edit-player-profile .group-personal-info .field-name-field-height-feet .form-control,
  .edit-team-profile .group-personal-info .field-name-field-height-feet .form-control,
  .edit-player-profile .group-personal-info .field-name-field-height-inch .form-control,
  .edit-team-profile .group-personal-info .field-name-field-height-inch .form-control {
    width: 42%;
    display: inline-block;
    margin-left: 0;
  }
}
.edit-player-profile .group-personal-info .field-name-field-facebook-profile,
.edit-team-profile .group-personal-info .field-name-field-facebook-profile,
.edit-player-profile .group-personal-info .field-name-field-instagram-handle,
.edit-team-profile .group-personal-info .field-name-field-instagram-handle,
.edit-player-profile .group-personal-info .field-name-field-twitter-handle,
.edit-team-profile .group-personal-info .field-name-field-twitter-handle {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .edit-player-profile .group-personal-info .field-name-field-facebook-profile,
  .edit-team-profile .group-personal-info .field-name-field-facebook-profile,
  .edit-player-profile .group-personal-info .field-name-field-instagram-handle,
  .edit-team-profile .group-personal-info .field-name-field-instagram-handle,
  .edit-player-profile .group-personal-info .field-name-field-twitter-handle,
  .edit-team-profile .group-personal-info .field-name-field-twitter-handle {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .edit-player-profile .group-personal-info .field-name-field-gender .form-radios,
  .edit-team-profile .group-personal-info .field-name-field-gender .form-radios {
    clear: both;
  }
}
.edit-player-profile .group-personal-info .field-name-field-gender .form-type-radio,
.edit-team-profile .group-personal-info .field-name-field-gender .form-type-radio {
  display: inline;
}
.edit-player-profile .group-personal-info .field-name-field-gender .form-type-radio .control-label,
.edit-team-profile .group-personal-info .field-name-field-gender .form-type-radio .control-label {
  width: auto;
  text-align: left;
}
@media (max-width: 991px) {
  .edit-player-profile .group-personal-info .field-name-field-gender .form-type-radio .control-label,
  .edit-team-profile .group-personal-info .field-name-field-gender .form-type-radio .control-label {
    padding-left: 0;
  }
}
.edit-player-profile .group-personal-info .date-form-element-content .form-group.form-item,
.edit-team-profile .group-personal-info .date-form-element-content .form-group.form-item {
  padding: 0;
}
.edit-player-profile .group-personal-info .field-name-field-head-ncsa-informations,
.edit-team-profile .group-personal-info .field-name-field-head-ncsa-informations {
  border: none;
  margin-bottom: 0;
}
.edit-player-profile .group-personal-info .field-name-field-head-ncsa-informations .ncsa-intro,
.edit-team-profile .group-personal-info .field-name-field-head-ncsa-informations .ncsa-intro {
  margin: 20px 0;
  color: #191919;
}
.edit-player-profile .group-personal-info .field-name-field-head-ncsa-informations .ncsa-intro img,
.edit-team-profile .group-personal-info .field-name-field-head-ncsa-informations .ncsa-intro img {
  padding: 0;
}
.edit-player-profile .group-personal-info .field-name-field-head-ncsa-informations .ncsa-intro .description,
.edit-team-profile .group-personal-info .field-name-field-head-ncsa-informations .ncsa-intro .description {
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: justify;
}
.edit-player-profile .group-personal-info .form-item-profile-athlete-ncsa-checkbox,
.edit-team-profile .group-personal-info .form-item-profile-athlete-ncsa-checkbox {
  padding-top: 0;
  margin-bottom: 15px;
}
.edit-player-profile .group-personal-info .form-item-profile-athlete-ncsa-checkbox .control-label,
.edit-team-profile .group-personal-info .form-item-profile-athlete-ncsa-checkbox .control-label {
  font-weight: bold;
}
@media (min-width: 768px) {
  .edit-player-profile .group-personal-info .form-item-profile-athlete-ncsa-checkbox .control-label,
  .edit-team-profile .group-personal-info .form-item-profile-athlete-ncsa-checkbox .control-label {
    padding-top: 0;
  }
}
.edit-player-profile .group-personal-info .ncsa-group-form,
.edit-team-profile .group-personal-info .ncsa-group-form {
  margin-top: 25px;
}
.edit-player-profile .field-name-field-review-by-youth1,
.edit-team-profile .field-name-field-review-by-youth1 {
  margin-top: 20px;
}
.edit-player-profile .form-item-profile-athlete-field-reviewed-und label.control-label,
.edit-team-profile .form-item-profile-athlete-field-reviewed-und label.control-label,
.edit-player-profile .form-item-profile-athlete-field-private-mode-und label.control-label,
.edit-team-profile .form-item-profile-athlete-field-private-mode-und label.control-label {
  width: 100%;
  padding-left: 20px;
  text-align: left;
}
.edit-player-profile .form-item-profile-athlete-field-reviewed-und .help-block,
.edit-team-profile .form-item-profile-athlete-field-reviewed-und .help-block,
.edit-player-profile .form-item-profile-athlete-field-private-mode-und .help-block,
.edit-team-profile .form-item-profile-athlete-field-private-mode-und .help-block {
  padding: 5px 20px 0;
  clear: both;
  width: 100%;
  margin-left: 0;
}
.edit-player-profile span.form-required,
.edit-team-profile span.form-required {
  color: #ff4600;
}
.edit-player-profile .date-form-element-content-multiline,
.edit-team-profile .date-form-element-content-multiline {
  border: none;
  padding: 0;
}
.edit-player-profile .date-form-element-content-multiline .container-inline-date .form-item,
.edit-team-profile .date-form-element-content-multiline .container-inline-date .form-item {
  margin-right: 10px;
}
.edit-player-profile .date-form-element-content-multiline .container-inline-date .form-item select,
.edit-team-profile .date-form-element-content-multiline .container-inline-date .form-item select {
  margin-right: 20px;
  margin-left: 0;
  width: 100%;
}
.edit-player-profile .form-control,
.edit-team-profile .form-control {
  height: 35px;
}
.edit-player-profile .form-select,
.edit-team-profile .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url("../images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 16px;
}
.edit-player-profile .form-select[multiple="multiple"],
.edit-team-profile .form-select[multiple="multiple"] {
  background: none;
}
.edit-player-profile .form-actions,
.edit-team-profile .form-actions {
  padding: 10px 0 20px;
  border-top: 1px solid #E8E8E8;
}
@media (min-width: 768px) {
  .edit-player-profile .form-actions,
  .edit-team-profile .form-actions {
    padding: 20px 0 40px;
  }
}
.edit-player-profile .form-actions button,
.edit-team-profile .form-actions button {
  width: 220px;
  padding: 10px 12px;
  margin: 10px 5px 0 0;
}
.edit-player-profile .field-name-field-college-of-interest .form-control,
.edit-team-profile .field-name-field-college-of-interest .form-control,
.edit-player-profile .field-name-field-my-dream-goal-where-do-you .form-control,
.edit-team-profile .field-name-field-my-dream-goal-where-do-you .form-control,
.edit-player-profile .field-name-field-my-individual-season-goal- .form-control,
.edit-team-profile .field-name-field-my-individual-season-goal- .form-control,
.edit-player-profile .field-name-field-about-me-tell-us-what-sets .form-control,
.edit-team-profile .field-name-field-about-me-tell-us-what-sets .form-control,
.edit-player-profile .field-name-field-strengths .form-control,
.edit-team-profile .field-name-field-strengths .form-control,
.edit-player-profile .field-name-field-weaknesses .form-control,
.edit-team-profile .field-name-field-weaknesses .form-control {
  height: 230px;
}
.edit-player-profile .panel,
.edit-team-profile .panel {
  border: none;
  box-shadow: none;
}
.edit-player-profile .panel .panel-heading,
.edit-team-profile .panel .panel-heading {
  display: none;
}
.edit-player-profile .field-name-field-heighlighted-video .tabledrag-toggle-weight-wrapper,
.edit-team-profile .field-name-field-heighlighted-video .tabledrag-toggle-weight-wrapper,
.edit-player-profile .field-name-field-school .tabledrag-toggle-weight-wrapper,
.edit-team-profile .field-name-field-school .tabledrag-toggle-weight-wrapper {
  display: none;
}
.edit-player-profile .field-name-field-heighlighted-video table.sticky-table thead,
.edit-team-profile .field-name-field-heighlighted-video table.sticky-table thead,
.edit-player-profile .field-name-field-school table.sticky-table thead,
.edit-team-profile .field-name-field-school table.sticky-table thead {
  display: none;
}
.edit-player-profile .field-name-field-school .table-responsive,
.edit-team-profile .field-name-field-school .table-responsive {
  border: none;
}
.edit-player-profile .field-name-field-school table.sticky-table td,
.edit-team-profile .field-name-field-school table.sticky-table td {
  padding: 8px 20px;
}
@media (min-width: 992px) {
  .edit-player-profile .field-name-field-school table.sticky-table td,
  .edit-team-profile .field-name-field-school table.sticky-table td {
    padding: 8px 15px;
  }
}
.edit-player-profile .field-name-field-school .field-name-field-school-name,
.edit-team-profile .field-name-field-school .field-name-field-school-name,
.edit-player-profile .field-name-field-school .field-name-field-grade-point-avg,
.edit-team-profile .field-name-field-school .field-name-field-grade-point-avg {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .edit-player-profile .field-name-field-school .field-name-field-school-name,
  .edit-team-profile .field-name-field-school .field-name-field-school-name,
  .edit-player-profile .field-name-field-school .field-name-field-grade-point-avg,
  .edit-team-profile .field-name-field-school .field-name-field-grade-point-avg {
    width: 65%;
    display: inline-block;
  }
}
.edit-player-profile .field-name-field-school .field-name-field-school-name .control-label,
.edit-team-profile .field-name-field-school .field-name-field-school-name .control-label,
.edit-player-profile .field-name-field-school .field-name-field-grade-point-avg .control-label,
.edit-team-profile .field-name-field-school .field-name-field-grade-point-avg .control-label {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
}
@media (min-width: 992px) {
  .edit-player-profile .field-name-field-school .field-name-field-school-name .control-label,
  .edit-team-profile .field-name-field-school .field-name-field-school-name .control-label,
  .edit-player-profile .field-name-field-school .field-name-field-grade-point-avg .control-label,
  .edit-team-profile .field-name-field-school .field-name-field-grade-point-avg .control-label {
    width: 27%;
    display: inline-block;
    padding-top: 7px;
  }
}
.edit-player-profile .field-name-field-school .field-name-field-school-name .form-control,
.edit-team-profile .field-name-field-school .field-name-field-school-name .form-control,
.edit-player-profile .field-name-field-school .field-name-field-grade-point-avg .form-control,
.edit-team-profile .field-name-field-school .field-name-field-grade-point-avg .form-control {
  width: 100%;
}
@media (min-width: 992px) {
  .edit-player-profile .field-name-field-school .field-name-field-school-name .form-control,
  .edit-team-profile .field-name-field-school .field-name-field-school-name .form-control,
  .edit-player-profile .field-name-field-school .field-name-field-grade-point-avg .form-control,
  .edit-team-profile .field-name-field-school .field-name-field-grade-point-avg .form-control {
    width: 60%;
    display: inline-block;
  }
}
.edit-player-profile .field-name-field-school .field-name-field-graduation-year,
.edit-team-profile .field-name-field-school .field-name-field-graduation-year {
  width: 35%;
  vertical-align: top;
  display: inline-block;
}
.edit-player-profile .field-name-field-school .field-name-field-graduation-year:before,
.edit-team-profile .field-name-field-school .field-name-field-graduation-year:before {
  display: none;
}
.edit-player-profile .field-name-field-school .field-name-field-graduation-year div,
.edit-team-profile .field-name-field-school .field-name-field-graduation-year div {
  width: 100%;
  padding: 0;
}
.edit-player-profile .field-name-field-school .field-name-field-graduation-year div:before,
.edit-team-profile .field-name-field-school .field-name-field-graduation-year div:before {
  display: block;
}
.edit-player-profile .field-name-field-school .field-name-field-graduation-year .panel-heading,
.edit-team-profile .field-name-field-school .field-name-field-graduation-year .panel-heading {
  border: none;
  background: none;
  width: 100%;
  padding: 5px 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .edit-player-profile .field-name-field-school .field-name-field-graduation-year .panel-heading,
  .edit-team-profile .field-name-field-school .field-name-field-graduation-year .panel-heading {
    padding: 0;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .edit-player-profile .field-name-field-school .field-name-field-graduation-year .panel-heading,
  .edit-team-profile .field-name-field-school .field-name-field-graduation-year .panel-heading {
    padding: 6px 10px;
  }
}
.edit-player-profile .field-name-field-school .field-name-field-graduation-year .panel-body,
.edit-team-profile .field-name-field-school .field-name-field-graduation-year .panel-body {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .edit-player-profile .field-name-field-school .field-name-field-graduation-year .panel-body,
  .edit-team-profile .field-name-field-school .field-name-field-graduation-year .panel-body {
    width: 40%;
    display: inline-block;
  }
}
.edit-player-profile .field-name-field-school .field-name-field-graduation-year .panel-body .control-label,
.edit-team-profile .field-name-field-school .field-name-field-graduation-year .panel-body .control-label {
  display: none;
}
.edit-player-profile .field-name-field-school .field-name-field-graduation-year .panel,
.edit-team-profile .field-name-field-school .field-name-field-graduation-year .panel {
  background: none;
  box-shadow: none;
}
.edit-player-profile .field-name-field-school .field-name-field-school-session,
.edit-team-profile .field-name-field-school .field-name-field-school-session {
  display: none;
}
.edit-player-profile .field-name-field-school button.btn-danger,
.edit-team-profile .field-name-field-school button.btn-danger {
  font-size: 0;
  background: none;
  border: none;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .edit-player-profile .field-name-field-school button.btn-danger,
  .edit-team-profile .field-name-field-school button.btn-danger {
    padding: 17px;
  }
}
.edit-player-profile .field-name-field-school button.btn-danger:after,
.edit-team-profile .field-name-field-school button.btn-danger:after {
  content: "\e903";
  font-family: 'youth1-icons' !important;
  font-size: 11px;
  color: #989898;
}
.edit-player-profile .field-name-field-school table.sticky-table td,
.edit-team-profile .field-name-field-school table.sticky-table td {
  position: relative;
  border: none;
}
.edit-player-profile .field-add-more-submit,
.edit-team-profile .field-add-more-submit {
  background: none;
  color: #191919;
  border-color: #c4c4c4;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin-left: 20px;
}
.edit-player-profile .group-goals .form-group.form-item,
.edit-team-profile .group-goals .form-group.form-item {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .edit-player-profile .group-goals .form-group.form-item,
  .edit-team-profile .group-goals .form-group.form-item {
    padding: 0;
  }
}
.edit-player-profile .group-goals .form-group > .control-label,
.edit-team-profile .group-goals .form-group > .control-label {
  width: 100%;
  text-align: left;
  padding: 0;
}
@media (min-width: 992px) {
  .edit-player-profile .group-goals .form-group > .control-label,
  .edit-team-profile .group-goals .form-group > .control-label {
    width: 25%;
    text-align: right;
    padding-right: 5px;
  }
}
.edit-player-profile .group-goals .form-group .grippie,
.edit-team-profile .group-goals .form-group .grippie {
  display: none;
}
.edit-player-profile .group-goals .form-group .form-control,
.edit-team-profile .group-goals .form-group .form-control {
  width: 100%;
  display: block;
  margin-left: 0;
}
@media (min-width: 992px) {
  .edit-player-profile .group-goals .form-group .form-control,
  .edit-team-profile .group-goals .form-group .form-control {
    width: 65%;
    margin-left: 15px;
    display: inline-block;
  }
}
.edit-player-profile .group-goals .help-block,
.edit-team-profile .group-goals .help-block {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .edit-player-profile .group-goals .help-block,
  .edit-team-profile .group-goals .help-block {
    width: 65%;
    margin-left: 25%;
    padding-left: 15px;
  }
}
.edit-player-profile .group-goals .table-responsive,
.edit-team-profile .group-goals .table-responsive {
  border: none;
}
.edit-player-profile .group-achievements .tabledrag-toggle-weight-wrapper,
.edit-team-profile .group-achievements .tabledrag-toggle-weight-wrapper,
.edit-player-profile .group-achievements .field-honors-tooltips-wrapper,
.edit-team-profile .group-achievements .field-honors-tooltips-wrapper {
  display: none;
}
.edit-player-profile .group-achievements .field-name-field-head-articles-about-me,
.edit-team-profile .group-achievements .field-name-field-head-articles-about-me {
  margin-bottom: 0;
}
.edit-player-profile .group-achievements .field-name-field-honor-award,
.edit-team-profile .group-achievements .field-name-field-honor-award {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .edit-player-profile .group-achievements .field-name-field-honor-award,
  .edit-team-profile .group-achievements .field-name-field-honor-award {
    width: 60%;
    display: inline-block;
  }
}
.edit-player-profile .group-achievements .field-name-field-honor-award .control-label,
.edit-team-profile .group-achievements .field-name-field-honor-award .control-label {
  width: 100%;
  padding-left: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .edit-player-profile .group-achievements .field-name-field-honor-award .control-label,
  .edit-team-profile .group-achievements .field-name-field-honor-award .control-label {
    display: inline-block;
    width: 25%;
    text-align: right;
  }
}
.edit-player-profile .group-achievements .field-name-field-honor-award .form-control,
.edit-team-profile .group-achievements .field-name-field-honor-award .form-control {
  width: 100%;
}
@media (min-width: 992px) {
  .edit-player-profile .group-achievements .field-name-field-honor-award .form-control,
  .edit-team-profile .group-achievements .field-name-field-honor-award .form-control {
    width: 75%;
  }
}
.edit-player-profile .group-achievements .field-name-field-year-of-honor,
.edit-team-profile .group-achievements .field-name-field-year-of-honor {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 768px) {
  .edit-player-profile .group-achievements .field-name-field-year-of-honor,
  .edit-team-profile .group-achievements .field-name-field-year-of-honor {
    width: 40%;
  }
}
.edit-player-profile .group-achievements .field-name-field-year-of-honor .panel,
.edit-team-profile .group-achievements .field-name-field-year-of-honor .panel {
  background: none;
  box-shadow: none;
}
.edit-player-profile .group-achievements .field-name-field-year-of-honor .panel-heading,
.edit-team-profile .group-achievements .field-name-field-year-of-honor .panel-heading {
  display: inline-block;
  padding: 4px 10px 4px 0;
  border: none;
  text-align: left;
  background: none;
  width: 100%;
}
@media (min-width: 768px) {
  .edit-player-profile .group-achievements .field-name-field-year-of-honor .panel-heading,
  .edit-team-profile .group-achievements .field-name-field-year-of-honor .panel-heading {
    width: 117px;
  }
}
@media (min-width: 992px) {
  .edit-player-profile .group-achievements .field-name-field-year-of-honor .panel-heading,
  .edit-team-profile .group-achievements .field-name-field-year-of-honor .panel-heading {
    text-align: right;
  }
}
.edit-player-profile .group-achievements .field-name-field-year-of-honor .panel-body,
.edit-team-profile .group-achievements .field-name-field-year-of-honor .panel-body {
  padding: 0;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .edit-player-profile .group-achievements .field-name-field-year-of-honor .panel-body,
  .edit-team-profile .group-achievements .field-name-field-year-of-honor .panel-body {
    width: 125px;
    display: inline-block;
  }
}
.edit-player-profile .group-achievements .field-name-field-year-of-honor .panel-body .date-padding,
.edit-team-profile .group-achievements .field-name-field-year-of-honor .panel-body .date-padding {
  padding: 0;
}
.edit-player-profile .group-achievements .field-name-field-year-of-honor .panel-body .date-padding .control-label,
.edit-team-profile .group-achievements .field-name-field-year-of-honor .panel-body .date-padding .control-label {
  display: none;
}
.edit-player-profile .group-achievements .field-name-field-year-of-honor .panel-body .date-padding .form-control,
.edit-team-profile .group-achievements .field-name-field-year-of-honor .panel-body .date-padding .form-control {
  width: 100%;
}
.edit-player-profile .group-achievements .field-name-field-year-of-honor .panel-body .date-padding .help-block,
.edit-team-profile .group-achievements .field-name-field-year-of-honor .panel-body .date-padding .help-block {
  display: none;
}
.edit-player-profile .group-achievements .sticky-table thead,
.edit-team-profile .group-achievements .sticky-table thead {
  display: none;
}
.edit-player-profile .group-achievements .sticky-table td,
.edit-team-profile .group-achievements .sticky-table td {
  position: relative;
  border: none;
  padding: 8px 20px 8px 5px;
}
@media (min-width: 992px) {
  .edit-player-profile .group-achievements .sticky-table td,
  .edit-team-profile .group-achievements .sticky-table td {
    padding: 8px;
  }
}
.edit-player-profile .group-achievements .field-name-field-honors button.btn-danger,
.edit-team-profile .group-achievements .field-name-field-honors button.btn-danger {
  font-size: 0;
  background: none;
  border: none;
  padding: 17px;
  position: absolute;
  top: 0;
  right: 0;
}
.edit-player-profile .group-achievements .field-name-field-honors button.btn-danger:after,
.edit-team-profile .group-achievements .field-name-field-honors button.btn-danger:after {
  content: "\e903";
  font-family: 'youth1-icons' !important;
  font-size: 11px;
  color: #989898;
}
.edit-player-profile .group-achievements .field-name-field-honors .field-multiple-drag,
.edit-team-profile .group-achievements .field-name-field-honors .field-multiple-drag {
  display: block;
  padding: 8px;
  margin-top: 8px;
}
.edit-player-profile .group-achievements .field-name-field-honors .draggable a.tabledrag-handle,
.edit-team-profile .group-achievements .field-name-field-honors .draggable a.tabledrag-handle {
  display: block;
  height: 22px;
}
.edit-player-profile .group-achievements .field-name-field-head-honors,
.edit-team-profile .group-achievements .field-name-field-head-honors {
  margin-bottom: 0;
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column {
  width: 100%;
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column.link-field-title,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column.link-field-title {
  display: none;
}
@media (min-width: 768px) {
  .edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column.link-field-title,
  .edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column.link-field-title {
    margin-bottom: 10px;
  }
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column .control-label,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column .control-label {
  width: 100%;
  text-align: left;
  padding-left: 0;
}
@media (min-width: 768px) {
  .edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column .control-label,
  .edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column .control-label {
    width: 20%;
    text-align: right;
  }
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column .form-control,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column .form-control {
  width: 100%;
}
@media (min-width: 768px) {
  .edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column .form-control,
  .edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column .form-control {
    width: 80%;
  }
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column .help-block,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column .help-block {
  display: none;
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block {
  margin-top: 8px;
  margin-bottom: 0;
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .control-label,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .control-label {
  display: none;
}
@media (min-width: 768px) {
  .edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .control-label,
  .edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .control-label {
    display: block;
  }
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .article-about-me-buttons,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .article-about-me-buttons {
  display: inline-block;
  position: relative;
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .article-about-me-buttons .loader-icon,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .article-about-me-buttons .loader-icon {
  height: 36px;
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .article-about-me-buttons .loader-icon:before,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .article-about-me-buttons .loader-icon:before,
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .article-about-me-buttons .loader-icon:after,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .article-about-me-buttons .loader-icon:after {
  top: 4px;
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .featured-title,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .featured-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  padding: 10px 0;
  white-space: initial;
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .featured-title a,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .featured-title a {
  color: #333333;
  text-decoration: none;
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .featured-title a:hover,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .featured-title a:hover {
  color: #ff4600;
  text-decoration: none;
}
@media (min-width: 768px) {
  .edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .article-about-me,
  .edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .article-about-me {
    width: 80%;
    display: inline-block;
  }
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .article-about-me .error,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .link-field-column.article-about-me-block .article-about-me .error {
  padding: 5px;
  white-space: pre-line;
}
.edit-player-profile .group-achievements .field-name-field-articles-about-me .multiple-fields-remove-button,
.edit-team-profile .group-achievements .field-name-field-articles-about-me .multiple-fields-remove-button {
  display: none;
}
@media (min-width: 768px) {
  .edit-player-profile .group-achievements .field-name-field-badges-of-accomplishment .form-type-checkboxes,
  .edit-team-profile .group-achievements .field-name-field-badges-of-accomplishment .form-type-checkboxes,
  .edit-player-profile .group-achievements .field-name-field-badge-of-accomplishment .form-type-checkboxes,
  .edit-team-profile .group-achievements .field-name-field-badge-of-accomplishment .form-type-checkboxes {
    columns: 2;
  }
}
.edit-player-profile .group-achievements .field-name-field-badges-of-accomplishment .form-type-checkboxes > .control-label,
.edit-team-profile .group-achievements .field-name-field-badges-of-accomplishment .form-type-checkboxes > .control-label,
.edit-player-profile .group-achievements .field-name-field-badge-of-accomplishment .form-type-checkboxes > .control-label,
.edit-team-profile .group-achievements .field-name-field-badge-of-accomplishment .form-type-checkboxes > .control-label {
  display: none;
}
.edit-player-profile .group-achievements .field-name-field-badges-of-accomplishment .form-type-checkbox,
.edit-team-profile .group-achievements .field-name-field-badges-of-accomplishment .form-type-checkbox,
.edit-player-profile .group-achievements .field-name-field-badge-of-accomplishment .form-type-checkbox,
.edit-team-profile .group-achievements .field-name-field-badge-of-accomplishment .form-type-checkbox {
  width: 100%;
  display: inline-grid;
}
.edit-player-profile .group-achievements .field-name-field-badges-of-accomplishment .form-type-checkbox .control-label,
.edit-team-profile .group-achievements .field-name-field-badges-of-accomplishment .form-type-checkbox .control-label,
.edit-player-profile .group-achievements .field-name-field-badge-of-accomplishment .form-type-checkbox .control-label,
.edit-team-profile .group-achievements .field-name-field-badge-of-accomplishment .form-type-checkbox .control-label {
  width: 100%;
  text-align: left;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 0;
}
.edit-player-profile .group-achievements .table-responsive,
.edit-team-profile .group-achievements .table-responsive {
  border: none;
}
.edit-player-profile .group-achievements .field-name-field-badge-of-accomplishment,
.edit-team-profile .group-achievements .field-name-field-badge-of-accomplishment {
  padding: 15px;
}
.edit-player-profile .group-media,
.edit-team-profile .group-media {
  margin-bottom: 30px;
}
.edit-player-profile .group-media .table-responsive,
.edit-team-profile .group-media .table-responsive {
  border: none;
}
.edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-title,
.edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-title {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-title,
  .edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-title {
    width: 50%;
    display: inline-block;
  }
}
.edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-title .control-label,
.edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-title .control-label {
  width: 100%;
  text-align: left;
  padding-left: 0;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-title .control-label,
  .edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-title .control-label {
    width: 24%;
    display: inline-block;
    text-align: right;
    padding-top: 7px;
  }
}
.edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-title .form-control,
.edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-title .form-control {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-title .form-control,
  .edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-title .form-control {
    width: 76%;
    display: inline-block;
  }
}
.edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url,
.edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url {
  width: 100%;
  display: block;
  margin: 0;
}
@media (min-width: 992px) {
  .edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url,
  .edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url {
    width: 45%;
    display: inline-block;
  }
}
.edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .control-label,
.edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .control-label {
  width: 100%;
  text-align: left;
  font-size: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .control-label,
  .edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .control-label {
    width: 20%;
    text-align: right;
  }
}
.edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .control-label:before,
.edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .control-label:before {
  content: "URL";
  font-size: 15px;
}
.edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .form-control,
.edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .form-control {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .form-control,
  .edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .form-control {
    width: 80%;
    display: inline-block;
  }
}
.edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .panel,
.edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .panel {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .panel .help-block,
.edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .panel .help-block {
  position: absolute;
  left: 20px;
  top: 0;
}
@media (max-width: 991px) {
  .edit-player-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .panel .panel-body,
  .edit-team-profile .group-media .field-name-field-heighlighted-video .field-name-field-video-url .panel .panel-body {
    padding: 0;
  }
}
.edit-player-profile .group-media .field-name-field-heighlighted-video table tr td,
.edit-team-profile .group-media .field-name-field-heighlighted-video table tr td {
  padding: 8px 20px;
}
@media (min-width: 992px) {
  .edit-player-profile .group-media .field-name-field-heighlighted-video table tr td,
  .edit-team-profile .group-media .field-name-field-heighlighted-video table tr td {
    padding: 8px;
  }
}
.edit-player-profile .group-media .sticky-table td,
.edit-team-profile .group-media .sticky-table td {
  position: relative;
  border: none;
}
.edit-player-profile .group-media button.btn-danger,
.edit-team-profile .group-media button.btn-danger {
  font-size: 0;
  background: none;
  border: none;
  padding: 17px;
  position: absolute;
  top: 15px;
  right: 5px;
}
.edit-player-profile .group-media button.btn-danger:after,
.edit-team-profile .group-media button.btn-danger:after {
  content: "\e903";
  font-family: 'youth1-icons' !important;
  font-size: 11px;
  color: #989898;
}
.edit-player-profile .group-media .field-name-field-head-highlighted-video,
.edit-team-profile .group-media .field-name-field-head-highlighted-video {
  margin-bottom: 0;
}
.edit-player-profile .group-media .field-name-field-pictures-for-clipboard .table-responsive,
.edit-team-profile .group-media .field-name-field-pictures-for-clipboard .table-responsive {
  border: none;
}
@media (max-width: 767px) {
  .edit-player-profile .group-media .field-name-field-pictures-for-clipboard .image-widget-data,
  .edit-team-profile .group-media .field-name-field-pictures-for-clipboard .image-widget-data {
    display: block;
    clear: both;
  }
}
.edit-player-profile .group-media .field-name-field-pictures-for-clipboard .image-widget-data .input-group .input-group-btn .btn,
.edit-team-profile .group-media .field-name-field-pictures-for-clipboard .image-widget-data .input-group .input-group-btn .btn {
  height: 35px;
  padding: 5px 12px;
  background-color: #ff4600;
  border-color: #ff4600;
  color: #ffffff;
}
.edit-player-profile .group-media .field-name-field-pictures-for-clipboard .image-preview img,
.edit-team-profile .group-media .field-name-field-pictures-for-clipboard .image-preview img {
  max-width: 80px;
}
@media (min-width: 768px) {
  .edit-player-profile .group-media .field-name-field-pictures-for-clipboard .image-preview img,
  .edit-team-profile .group-media .field-name-field-pictures-for-clipboard .image-preview img {
    max-width: 200px;
  }
}
.edit-player-profile .group-media .field-name-field-pictures-for-clipboard .tabledrag-toggle-weight-wrapper,
.edit-team-profile .group-media .field-name-field-pictures-for-clipboard .tabledrag-toggle-weight-wrapper,
.edit-player-profile .group-media .field-name-field-pictures-for-clipboard .control-label,
.edit-team-profile .group-media .field-name-field-pictures-for-clipboard .control-label {
  display: none;
}
.edit-player-profile .group-media .field-name-field-pictures-for-clipboard table > thead,
.edit-team-profile .group-media .field-name-field-pictures-for-clipboard table > thead {
  display: none;
}
.edit-player-profile .group-media .field-name-field-pictures-for-clipboard .panel-body,
.edit-team-profile .group-media .field-name-field-pictures-for-clipboard .panel-body {
  padding: 20px;
}
.edit-player-profile .group-media .field-name-field-pictures-for-clipboard .draggable a.tabledrag-handle,
.edit-team-profile .group-media .field-name-field-pictures-for-clipboard .draggable a.tabledrag-handle {
  display: block;
  height: 22px;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport [id^="field-primary-sport-values"] > tbody > tr > td.field-multiple-drag,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport [id^="field-primary-sport-values"] > tbody > tr > td.field-multiple-drag {
  display: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .sticky-table thead,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .sticky-table thead {
  display: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .table-responsive,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .table-responsive {
  border: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .tabledrag-toggle-weight-wrapper,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .tabledrag-toggle-weight-wrapper {
  display: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr:first-child > td,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr:first-child > td {
  border-top: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td {
  padding: 15px 20px;
  position: relative;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td > button.btn-danger,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td > button.btn-danger {
  position: absolute;
  bottom: 50px;
  right: 30px;
  background: #ffffff;
  color: #191919;
  padding: 4px 12px;
  font-weight: bold;
  border-color: #c4c4c4;
}
@media (min-width: 768px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td > button.btn-danger,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td > button.btn-danger {
    right: 40px;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td > .ajax-new-content > button.btn-danger,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td > .ajax-new-content > button.btn-danger {
  position: absolute;
  bottom: 50px;
  right: 30px;
  background: #ffffff;
  color: #191919;
  padding: 4px 12px;
  font-weight: bold;
  border-color: #c4c4c4;
}
@media (min-width: 768px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td > .ajax-new-content > button.btn-danger,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td > .ajax-new-content > button.btn-danger {
    right: 40px;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .field-name-field-team-term,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .field-name-field-team-term {
  margin-top: 15px;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .table > tbody > tr > td,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .table > tbody > tr > td {
  padding: 8px 10px;
  border-top: 1px solid #E8E8E8;
}
@media (min-width: 768px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .table > tbody > tr > td,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .table > tbody > tr > td {
    padding: 8px 20px;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .table > tbody > tr > td .field-name-field-season + button,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .table > tbody > tr > td .field-name-field-season + button {
  display: inline-block;
  float: right;
  border: none;
  background: none;
  color: #e72929;
  font-size: 12px;
  font-weight: normal;
  bottom: 0;
  right: 0;
  position: relative;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .table > tbody > tr > td:first-child,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .table > tbody > tr > td:first-child {
  padding: 8px 0;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .table > tbody > tr:first-child > td,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .table > tbody > tr:first-child > td {
  border-top: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .field-add-more-submit,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .field-add-more-submit {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .field-add-more-submit,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .table > tbody > tr > td .field-add-more-submit {
    margin-left: 20px;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type {
    display: inline-block;
    width: 50%;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .control-label,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .control-label {
  width: 100%;
  padding: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .control-label,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .control-label {
    display: inline-block;
    width: 11%;
    padding-top: 7px;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .form-control,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .form-control {
  width: 100%;
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .form-control,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .form-control {
    display: inline-block;
    width: 89%;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type + div,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type + div {
  display: block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type + div,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type + div {
    display: inline-block;
    width: 50%;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .input-group,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .input-group {
  width: 100%;
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .input-group,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .input-group {
    width: 70%;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .input-group .form-control,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .input-group .form-control {
  width: 100%;
  border-radius: 3px;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .input-group .input-group-addon,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-sports-type .input-group .input-group-addon {
  display: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-field-position .control-label,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-field-position .control-label {
  width: 100%;
  padding: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-field-position .control-label,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-field-position .control-label {
    display: inline-block;
    width: 30%;
    padding-top: 7px;
    padding-left: 15px;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-field-position .form-control,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-field-position .form-control {
  width: 100%;
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-field-position .form-control,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-field-position .form-control {
    display: inline-block;
    width: 70%;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-field-position .form-control[multiple],
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-field-position .form-control[multiple] {
  height: auto;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team {
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 2px 40px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 40px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 40px 0 rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding-bottom: 20px;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team table > tbody > tr,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team table > tbody > tr {
  background: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team table > tbody > tr > td,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team table > tbody > tr > td {
  border: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .sticky-table thead,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .sticky-table thead {
  /*display: block;*/
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-term .control-label,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-term .control-label,
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .control-label,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .control-label {
  width: 100%;
  padding: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-term .control-label,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-term .control-label,
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .control-label,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .control-label {
    display: inline-block;
    width: 10%;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-term .help-block,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-term .help-block,
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .help-block,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .help-block {
  margin: 0;
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-term .help-block,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-term .help-block,
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .help-block,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .help-block {
    margin-left: 10%;
  }
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-term .control-label,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-term .control-label {
    width: 15%;
  }
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .control-label,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .control-label {
    width: 28%;
  }
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .help-block,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .help-block {
    margin-left: 28%;
  }
}
@media (max-width: 767px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .image-widget-data,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .image-widget-data {
    display: block;
    clear: both;
  }
}
@media (max-width: 991px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .image-widget-data,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .image-widget-data {
    overflow: visible;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .image-widget-data .input-group,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .image-widget-data .input-group {
  width: 208px;
  height: 40px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  position: relative;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .image-widget-data .input-group:before,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .image-widget-data .input-group:before {
  content: "Upload New Picture";
  line-height: 40px;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .image-widget-data .input-group .form-file,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .image-widget-data .input-group .form-file {
  opacity: 0;
  position: absolute;
  top: -50px;
  width: 326px;
  height: 200px;
  cursor: pointer;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .image-widget-data .input-group .input-group-btn,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .image-widget-data .input-group .input-group-btn {
  display: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .image-widget-data button.btn-danger,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-team-image .image-widget-data button.btn-danger {
  background: #ffffff;
  color: #191919;
  padding: 4px 12px;
  font-weight: bold;
  border-color: #c4c4c4;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season {
  width: 100%;
}
@media (min-width: 768px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season {
    display: inline-block;
    width: 50%;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .date-float,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .date-float {
  display: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .panel,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .panel-heading,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .panel-heading {
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 6px;
  text-align: left;
  padding-left: 0;
}
@media (min-width: 768px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .panel-heading,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .panel-heading {
    width: 30%;
    display: inline-block;
    text-align: right;
    padding: 6px;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .panel-body,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .panel-body {
  width: 100%;
  display: block;
  padding: 0;
}
@media (min-width: 768px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .panel-body,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .panel-body {
    width: 70%;
    display: inline-block;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .panel-body .help-block,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .panel-body .help-block {
  display: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .container-inline-date,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .container-inline-date {
  display: inline-block;
  clear: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .container-inline-date.start-date-wrapper,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .container-inline-date.start-date-wrapper {
  width: 40%;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .container-inline-date.end-date-wrapper,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .container-inline-date.end-date-wrapper {
  width: 60%;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .container-inline-date.end-date-wrapper .control-label,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .container-inline-date.end-date-wrapper .control-label {
  width: 40px;
  padding: 6px;
  float: left;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .container-inline-date .form-type-select > .control-label,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .container-inline-date .form-type-select > .control-label {
  display: none;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .container-inline-date .form-type-select .date-year .form-control,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .container-inline-date .form-type-select .date-year .form-control {
  width: 80px;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .container-inline-date .date-padding,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-season .container-inline-date .date-padding {
  padding: 0;
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-email,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-email,
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-name,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-name {
  width: 100%;
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-email,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-email,
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-name,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-name {
    display: inline-block;
    width: 50%;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-email .control-label,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-email .control-label,
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-name .control-label,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-name .control-label {
  width: 100%;
  text-align: left;
  padding: 0;
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-email .control-label,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-email .control-label,
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-name .control-label,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-name .control-label {
    display: inline-block;
    width: 30%;
    padding-top: 7px;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-email .form-control,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-email .form-control,
.edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-name .form-control,
.edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-name .form-control {
  width: 100%;
}
@media (min-width: 992px) {
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-email .form-control,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-email .form-control,
  .edit-player-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-name .form-control,
  .edit-team-profile .group-sports-teams .field-name-field-primary-sport .field-name-field-team .field-name-field-coach-name .form-control {
    display: inline-block;
    width: 70%;
  }
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture {
  padding: 0 20px;
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture .control-label,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture .control-label {
  display: none;
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture .imagefield-crop-preview,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture .imagefield-crop-preview {
  margin-bottom: 25px;
  overflow-x: auto;
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture .imagefield-crop-preview .description,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture .imagefield-crop-preview .description {
  display: none;
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture .imagefield-crop-cropbox,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture .imagefield-crop-cropbox {
  overflow-x: auto;
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture span.file,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture span.file {
  display: none;
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture .form-type-managed-file,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture .form-type-managed-file {
  position: relative;
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture .rotate-profile,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture .rotate-profile {
  padding: 10px 0 30px;
}
@media (min-width: 768px) {
  .edit-player-profile .group-profile-picture .field-name-field-profile-picture .rotate-profile,
  .edit-team-profile .group-profile-picture .field-name-field-profile-picture .rotate-profile {
    padding: 10px 0;
  }
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture .rotate-profile a,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture .rotate-profile a {
  font-size: 18px;
  font-weight: bold;
  color: #ff4600;
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture button.btn-danger,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture button.btn-danger {
  color: #333333;
  background: #ffffff;
  font-weight: bold;
  border-color: #c4c4c4;
  padding: 4px 30px;
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture button.btn-primary,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture button.btn-primary {
  color: #333333;
  background-color: #ffffff;
  border-color: #CCCCCC;
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture button.btn-primary:hover,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture button.btn-primary:hover {
  background-color: #E8E8E8;
  border-color: #adadad;
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture .imagefield-crop-widget .imagefield-crop-cropbox img.cropbox,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture .imagefield-crop-widget .imagefield-crop-cropbox img.cropbox {
  max-width: none;
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture .imagefield-crop-widget button,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture .imagefield-crop-widget button {
  margin-top: 10px;
}
.edit-player-profile .group-profile-picture .field-name-field-profile-picture .imagefield-crop-widget button.ajax-processed,
.edit-team-profile .group-profile-picture .field-name-field-profile-picture .imagefield-crop-widget button.ajax-processed {
  padding: 5px 12px;
}
.edit-player-profile .group-profile-picture .field-name-field-profile-video .control-label,
.edit-team-profile .group-profile-picture .field-name-field-profile-video .control-label {
  width: 100%;
  text-align: left;
  padding-left: 0;
}
@media (min-width: 768px) {
  .edit-player-profile .group-profile-picture .field-name-field-profile-video .control-label,
  .edit-team-profile .group-profile-picture .field-name-field-profile-video .control-label {
    width: 20%;
    text-align: right;
  }
}
.edit-player-profile .group-profile-picture .field-name-field-profile-video .form-control,
.edit-team-profile .group-profile-picture .field-name-field-profile-video .form-control {
  width: 100%;
}
@media (min-width: 768px) {
  .edit-player-profile .group-profile-picture .field-name-field-profile-video .form-control,
  .edit-team-profile .group-profile-picture .field-name-field-profile-video .form-control {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .edit-player-profile .group-profile-picture .field-name-field-profile-video .help-block,
  .edit-team-profile .group-profile-picture .field-name-field-profile-video .help-block {
    margin-left: 20%;
  }
}
.edit-player-profile .group-scouting-report .form-group.form-item,
.edit-team-profile .group-scouting-report .form-group.form-item {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .edit-player-profile .group-scouting-report .form-group.form-item,
  .edit-team-profile .group-scouting-report .form-group.form-item {
    padding: 0;
  }
}
.edit-player-profile .group-scouting-report .form-group > .control-label,
.edit-team-profile .group-scouting-report .form-group > .control-label {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .edit-player-profile .group-scouting-report .form-group > .control-label,
  .edit-team-profile .group-scouting-report .form-group > .control-label {
    width: 25%;
    text-align: right;
    padding-right: 5px;
  }
}
.edit-player-profile .group-scouting-report .form-group .grippie,
.edit-team-profile .group-scouting-report .form-group .grippie {
  display: none;
}
.edit-player-profile .group-scouting-report .form-group .form-control,
.edit-team-profile .group-scouting-report .form-group .form-control {
  width: 100%;
  display: block;
  margin-left: 0;
}
@media (min-width: 992px) {
  .edit-player-profile .group-scouting-report .form-group .form-control,
  .edit-team-profile .group-scouting-report .form-group .form-control {
    width: 65%;
    margin-left: 15px;
    display: inline-block;
  }
}
.edit-player-profile .group-scouting-report .form-group .date-form-element-content,
.edit-team-profile .group-scouting-report .form-group .date-form-element-content {
  width: 100%;
}
@media (min-width: 992px) {
  .edit-player-profile .group-scouting-report .form-group .date-form-element-content,
  .edit-team-profile .group-scouting-report .form-group .date-form-element-content {
    width: 65%;
    display: inline-block;
    margin-left: 15px;
  }
}
.edit-player-profile .group-scouting-report .form-group .date-form-element-content .form-item,
.edit-team-profile .group-scouting-report .form-group .date-form-element-content .form-item {
  padding: 0;
}
.edit-player-profile .group-coach-page .form-group.form-item,
.edit-team-profile .group-coach-page .form-group.form-item {
  padding: 0 20px;
}
.edit-player-profile .group-coach-page .form-group.form-item-profile-coach-newsletter-preferences,
.edit-team-profile .group-coach-page .form-group.form-item-profile-coach-newsletter-preferences {
  padding: 0 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .edit-player-profile .group-coach-page .form-group.form-item-profile-coach-newsletter-preferences,
  .edit-team-profile .group-coach-page .form-group.form-item-profile-coach-newsletter-preferences {
    padding: 10px 80px;
  }
}
.edit-player-profile .group-coach-page .form-group.form-item-profile-coach-newsletter-preferences .form-type-checkbox,
.edit-team-profile .group-coach-page .form-group.form-item-profile-coach-newsletter-preferences .form-type-checkbox {
  margin: 0 0 10px;
  width: 25%;
}
@media (min-width: 992px) {
  .edit-player-profile .group-coach-page .form-group.form-item-profile-coach-newsletter-preferences .form-type-checkbox,
  .edit-team-profile .group-coach-page .form-group.form-item-profile-coach-newsletter-preferences .form-type-checkbox {
    width: 16.6667%;
  }
}
.edit-player-profile .group-coach-page .form-group.form-item-profile-coach-newsletter-preferences .form-type-checkbox .control-label,
.edit-team-profile .group-coach-page .form-group.form-item-profile-coach-newsletter-preferences .form-type-checkbox .control-label {
  width: 100%;
  padding: 0;
  text-align: center;
}
.edit-player-profile .group-coach-page .form-group.form-item-profile-coach-newsletter-preferences .form-type-checkbox .check,
.edit-team-profile .group-coach-page .form-group.form-item-profile-coach-newsletter-preferences .form-type-checkbox .check {
  display: block;
  color: #353535;
  font-family: 'Roboto', sans-serif;
}
.edit-player-profile .group-coach-page .form-group.form-item-profile-coach-newsletter-preferences .form-type-checkbox .check:before,
.edit-team-profile .group-coach-page .form-group.form-item-profile-coach-newsletter-preferences .form-type-checkbox .check:before {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .edit-player-profile .group-coach-page .form-group > .control-label,
  .edit-team-profile .group-coach-page .form-group > .control-label {
    width: 25%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .edit-player-profile .group-coach-page .form-group .form-control,
  .edit-team-profile .group-coach-page .form-group .form-control {
    width: 65%;
    display: inline-block;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .edit-player-profile .group-coach-page .form-group .help-block,
  .edit-team-profile .group-coach-page .form-group .help-block {
    width: 65%;
    margin-left: 25%;
    padding-left: 20px;
  }
}
.edit-player-profile .group-coach-page .form-group .form-type-managed-file .control-label,
.edit-team-profile .group-coach-page .form-group .form-type-managed-file .control-label {
  vertical-align: top;
}
.edit-player-profile .group-coach-page .form-group .form-type-managed-file .rotate-profile,
.edit-team-profile .group-coach-page .form-group .form-type-managed-file .rotate-profile {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .edit-player-profile .group-coach-page .form-group .form-type-managed-file .rotate-profile,
  .edit-team-profile .group-coach-page .form-group .form-type-managed-file .rotate-profile {
    margin-left: 25%;
    padding-left: 20px;
  }
}
.edit-player-profile .group-coach-page .form-group .form-type-managed-file .rotate-profile a,
.edit-team-profile .group-coach-page .form-group .form-type-managed-file .rotate-profile a {
  font-size: 18px;
  font-weight: bold;
  color: #ff4600;
}
@media (min-width: 992px) {
  .edit-player-profile .group-coach-page .form-group .form-managed-file,
  .edit-team-profile .group-coach-page .form-group .form-managed-file {
    width: 65%;
    display: inline-block;
    padding-left: 15px;
  }
}
.edit-player-profile .group-coach-page .form-group .form-managed-file span.file,
.edit-team-profile .group-coach-page .form-group .form-managed-file span.file {
  display: none;
}
.edit-player-profile .group-coach-page .form-group .form-managed-file .form-file,
.edit-team-profile .group-coach-page .form-group .form-managed-file .form-file {
  margin-left: 0;
}
.edit-player-profile .group-coach-page .form-group .form-managed-file .btn-primary,
.edit-team-profile .group-coach-page .form-group .form-managed-file .btn-primary {
  display: block;
  clear: both;
  margin-top: 5px;
  padding: 5px 12px;
  color: #333333;
  background-color: #ffffff;
  border-color: #CCCCCC;
}
.edit-player-profile .group-coach-page .form-group .form-managed-file .btn-primary:hover,
.edit-team-profile .group-coach-page .form-group .form-managed-file .btn-primary:hover {
  background-color: #E8E8E8;
  border-color: #adadad;
}
.edit-player-profile .group-coach-page .form-group.field-name-field-profile-picture .imagefield-crop-preview,
.edit-team-profile .group-coach-page .form-group.field-name-field-profile-picture .imagefield-crop-preview {
  overflow-x: auto;
  margin-bottom: 25px;
}
.edit-player-profile .group-coach-page .form-group.field-name-field-profile-picture .imagefield-crop-preview .description,
.edit-team-profile .group-coach-page .form-group.field-name-field-profile-picture .imagefield-crop-preview .description {
  display: none;
}
.edit-player-profile .group-coach-page .form-group.field-name-field-profile-picture .imagefield-crop-cropbox,
.edit-team-profile .group-coach-page .form-group.field-name-field-profile-picture .imagefield-crop-cropbox {
  overflow-x: auto;
  margin-bottom: 10px;
}
.edit-player-profile .group-coach-page .form-group.field-name-field-profile-picture .imagefield-crop-cropbox img.cropbox,
.edit-team-profile .group-coach-page .form-group.field-name-field-profile-picture .imagefield-crop-cropbox img.cropbox {
  max-width: none;
}
.edit-player-profile .group-coach-page .form-group.field-name-field-profile-picture button.btn-danger,
.edit-team-profile .group-coach-page .form-group.field-name-field-profile-picture button.btn-danger {
  color: #333333;
  background: #ffffff;
  font-weight: bold;
  border-color: #c4c4c4;
  padding: 4px 30px;
}
.edit-player-profile .group-team-page .field-name-field-current-team-term,
.edit-team-profile .group-team-page .field-name-field-current-team-term {
  display: none;
}
.edit-player-profile .group-team-page .form-group.form-item,
.edit-team-profile .group-team-page .form-group.form-item {
  padding: 0 20px;
}
.edit-player-profile .group-team-page .view-coach-current-teams-status,
.edit-team-profile .group-team-page .view-coach-current-teams-status {
  padding: 0 20px;
}
.edit-player-profile .group-team-page .view-coach-current-teams-status .view-header h3,
.edit-team-profile .group-team-page .view-coach-current-teams-status .view-header h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
}
.edit-player-profile .group-team-page .table-responsive,
.edit-team-profile .group-team-page .table-responsive {
  border: none;
}
.edit-player-profile .group-team-page .btn,
.edit-team-profile .group-team-page .btn {
  background: none;
  color: #191919;
  border-color: #c4c4c4;
  font-weight: bold;
  margin-left: 20px;
}
.edit-player-profile .group-retired-teams .field-name-field-previous-teams,
.edit-team-profile .group-retired-teams .field-name-field-previous-teams {
  display: none;
}
.edit-player-profile .group-retired-teams .form-group.form-item,
.edit-team-profile .group-retired-teams .form-group.form-item {
  padding: 0 20px;
}
.edit-player-profile .group-retired-teams .view-coach-previous-teams-status,
.edit-team-profile .group-retired-teams .view-coach-previous-teams-status {
  padding: 0 20px;
}
.edit-player-profile .group-retired-teams .view-coach-previous-teams-status .view-header h3,
.edit-team-profile .group-retired-teams .view-coach-previous-teams-status .view-header h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
}
.edit-player-profile .group-retired-teams .table-responsive,
.edit-team-profile .group-retired-teams .table-responsive {
  border: none;
}
.edit-player-profile .group-retired-teams .btn,
.edit-team-profile .group-retired-teams .btn {
  background: none;
  color: #191919;
  border-color: #c4c4c4;
  font-weight: bold;
  margin-left: 20px;
}
.edit-player-profile h3.red-small,
.edit-team-profile h3.red-small {
  color: #ff4600;
  padding: 15px 20px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
}
.edit-player-profile .field-name-field-refer-a-friend,
.edit-team-profile .field-name-field-refer-a-friend {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .edit-player-profile .field-name-field-refer-a-friend,
  .edit-team-profile .field-name-field-refer-a-friend {
    padding: 0 20px;
  }
}
.edit-player-profile .field-name-field-refer-a-friend label,
.edit-team-profile .field-name-field-refer-a-friend label {
  width: 100%;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #000000;
  padding: 0;
  text-align: left;
}
.edit-player-profile .field-name-field-refer-a-friend .form-item,
.edit-team-profile .field-name-field-refer-a-friend .form-item {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .edit-player-profile .field-name-field-refer-a-friend .form-item,
  .edit-team-profile .field-name-field-refer-a-friend .form-item {
    padding: 0;
  }
}
.edit-player-profile .field-name-field-refer-a-friend .tabledrag-toggle-weight-wrapper,
.edit-team-profile .field-name-field-refer-a-friend .tabledrag-toggle-weight-wrapper {
  display: none;
}
.edit-player-profile .field-name-field-refer-a-friend .form-control,
.edit-team-profile .field-name-field-refer-a-friend .form-control {
  width: 100%;
  margin-left: 0;
}
.edit-player-profile .field-name-field-refer-a-friend .table > thead > tr > th,
.edit-team-profile .field-name-field-refer-a-friend .table > thead > tr > th,
.edit-player-profile .field-name-field-refer-a-friend .table > tbody > tr > td,
.edit-team-profile .field-name-field-refer-a-friend .table > tbody > tr > td {
  border: none;
}
.edit-player-profile .field-name-field-refer-a-friend .field-add-more-submit,
.edit-team-profile .field-name-field-refer-a-friend .field-add-more-submit {
  margin: 20px 0;
}
.edit-player-profile .redirect-list,
.edit-team-profile .redirect-list {
  display: none;
}
.profile-detail .profile-image {
  position: relative;
}
.profile-detail .profile-image img {
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .profile-detail .profile-image img {
    max-width: 200px;
  }
}
.profile-detail .profile-image p {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .profile-detail .profile-image p {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .profile-detail .profile-image p {
    top: 50%;
    left: 50%;
    width: 180px;
    height: 80px;
    margin-left: -90px;
    margin-top: -40px;
  }
}
.profile-detail .profile-image p a {
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 3px;
}
@media (min-width: 992px) {
  .profile-detail .profile-image p a {
    padding: 10px;
    font-size: 16px;
  }
}
.profile-detail .profile-image p a:hover {
  color: #ff4600;
}
.profile-detail .profile-image .btn-edit-photo {
  width: 23px;
  height: 22px;
  padding: 5px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .profile-detail .profile-image .btn-edit-photo {
    width: 31px;
    height: 30px;
    padding: 7px;
    font-size: 16px;
  }
}
.profile-detail .profile-image .btn-edit-photo span.y1-icon-instagram {
  float: left;
  margin: 2px 5px 0 0;
}
.profile-detail .profile-image .btn-edit-photo span.text-update {
  display: inline-block;
  overflow: hidden;
  width: 0;
}
@media (min-width: 768px) {
  .profile-detail .profile-image .btn-edit-photo span.text-update {
    font-size: 14px;
  }
}
.profile-detail .profile-image .btn-edit-photo:hover {
  color: #333333;
  width: auto;
}
.profile-detail .profile-image .btn-edit-photo:hover span.text-update {
  width: 100%;
  transition: 1s;
}
.profile-detail .info {
  overflow: hidden;
  margin-bottom: 20px;
}
.profile-detail .info h1 {
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 12px 0;
  display: block;
  font-size: 24px;
}
@media (min-width: 768px) {
  .profile-detail .info h1 {
    padding: 25px 0px;
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .profile-detail .info h1 {
    padding: 35px 5px;
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .profile-detail .info h1.no-login {
    padding: 20px 5px;
  }
}
.profile-detail .info .profile-avatar {
  padding-right: 0;
}
.profile-detail .info .socials-share-links {
  text-align: left;
}
.profile-detail .info .signup-link {
  overflow: hidden;
}
@media (min-width: 768px) {
  .profile-detail .info .signup-link a {
    float: right;
  }
}
.profile-detail .signup-coach {
  padding: 15px;
}
.profile-detail .personal-info {
  background: #ffffff;
  padding: 0 15px;
}
.profile-detail .personal-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-detail .personal-info ul li {
  padding: 10px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #E8E8E8;
  overflow: hidden;
}
.profile-detail .personal-info ul li.verified-player {
  border-bottom: none;
  padding-bottom: 0px;
}
.profile-detail .personal-info ul li label {
  font-weight: bold;
  line-height: 23px;
  text-transform: uppercase;
  margin: 0;
}
.profile-detail .personal-info ul li span {
  color: #333333;
}
.profile-detail .personal-info ul li span i {
  margin-right: 10px;
}
.profile-detail .personal-info ul li span.socials-links a {
  display: inline-block;
  margin-left: 5px;
}
.profile-detail .personal-info ul li span.socials-links a span {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: block;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}
.profile-detail .personal-info ul li span.socials-links a span.y1-icon-facebook {
  background: #3a5998;
}
.profile-detail .personal-info ul li span.socials-links a span.y1-icon-twitter {
  background: #55acee;
}
.profile-detail .personal-info ul li span.socials-links a span.y1-icon-instagram {
  background: #125688;
}
.profile-detail .personal-info ul li span.socials-links a span.y1-icon-hudl {
  background: #fe6200;
}
.profile-detail .personal-info ul li span.verified {
  color: #ff4600;
}
.profile-detail .personal-info ul li .other-sport {
  overflow: hidden;
}
.profile-detail .personal-info ul li:last-child {
  border: none;
}
.profile-detail .personal-info ul li .link-edit-profile {
  margin: 20px 0;
}
.profile-detail .personal-info ul li .link-edit-profile .btn-request-scouting {
  font-size: 16px;
}
.profile-detail .personal-info .view-badge-of-accomplishments-show .view-content {
  margin-right: -5px;
  margin-left: -5px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.profile-detail .personal-info .view-badge-of-accomplishments-show .views-row {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.profile-detail .nav-tabs {
  margin-bottom: 0;
  padding-left: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  border-bottom: none;
}
@media (min-width: 768px) {
  .profile-detail .nav-tabs {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .profile-detail .nav-tabs {
    font-size: 15px;
  }
}
.profile-detail .nav-tabs li {
  margin-bottom: 0;
  float: none;
}
@media (min-width: 375px) {
  .profile-detail .nav-tabs li {
    float: left;
  }
}
.profile-detail .nav-tabs li a {
  color: #ffffff;
  margin-right: 15px;
  border-radius: 0;
  border-bottom: 1px solid #868686;
  padding: 10px;
  background-color: #525252;
}
@media (min-width: 375px) {
  .profile-detail .nav-tabs li a {
    border-radius: 2px 2px 0 0;
    border: 1px solid transparent;
    padding: 10px 9px;
    margin-right: 5px;
  }
}
@media (min-width: 375px) and (min-width: 456px) {
  .profile-detail .nav-tabs li a {
    padding: 10px 15px;
    margin-right: 10px;
  }
}
.profile-detail .nav-tabs li a:hover {
  background-color: #ffffff;
  color: #333333;
  border-color: #E8E8E8;
}
@media (min-width: 375px) {
  .profile-detail .nav-tabs li a:hover {
    border-bottom-color: transparent;
  }
}
.profile-detail .nav-tabs li.active a {
  border-bottom: 1px solid #E8E8E8;
  background-color: #ffffff;
  color: #333333;
}
@media (min-width: 375px) {
  .profile-detail .nav-tabs li.active a {
    border-bottom-color: transparent;
  }
}
.profile-detail .group-info {
  margin-bottom: 7px;
  background: #ffffff;
  padding: 0 0 20px;
  clear: both;
  overflow: hidden;
}
.profile-detail .group-info h2.block-title {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding: 16px 0;
}
.profile-detail .group-info a.btn-edit-this,
.profile-detail .group-info button.btn-edit-this {
  padding: 5px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 0.5;
  border-radius: 3px;
  text-transform: none;
}
.profile-detail .group-info a.btn-edit-this.y1act,
.profile-detail .group-info button.btn-edit-this.y1act {
  margin: 2px;
}
.profile-detail .group-info .view-badge-of-accomplishments-show .view-content {
  margin-right: -5px;
  margin-left: -5px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.profile-detail .group-info .view-badge-of-accomplishments-show .views-row {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .profile-detail .group-info .view-badge-of-accomplishments-show .views-row {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .profile-detail .group-info .view-badge-of-accomplishments-show .views-row {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .profile-detail .group-info .view-badge-of-accomplishments-show .badges-6 {
    clear: both;
  }
}
.profile-detail .group-info .table-responsive {
  border: none;
}
.profile-detail .view-athlete-profile-media-gallery-heighlighted-video-article .video-title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 22px;
  font-size: 14px;
  padding: 10px 0 15px;
}
@media (min-width: 768px) {
  .profile-detail .view-athlete-profile-media-gallery-heighlighted-video-article .view-content {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 768px) {
  .profile-detail .view-athlete-profile-media-gallery-heighlighted-video-article .views-row {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .profile-detail .view-athlete-profile-media-gallery-heighlighted-video-article .views-row {
    float: left;
    width: 33.33333333%;
  }
}
.profile-detail .view-athlete-profile-media-gallery-heighlighted-video-article.view-display-id-block_2 .views-row {
  width: 100%;
  padding: 0;
}
.profile-detail .view-athlete-profile-media-gallery-heighlighted-video-article.view-display-id-block_2 .view-content {
  margin: 0;
}
.profile-detail .view-athlete-profile-media-gallery-heighlighted-video-article.view-display-id-block_2 ul {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .profile-detail .view-athlete-profile-media-gallery-heighlighted-video-article.view-display-id-block_2 ul {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.profile-detail .view-athlete-profile-media-gallery-heighlighted-video-article.view-display-id-block_2 ul li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .profile-detail .view-athlete-profile-media-gallery-heighlighted-video-article.view-display-id-block_2 ul li {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .profile-detail .view-athlete-profile-media-gallery-heighlighted-video-article.view-display-id-block_2 ul li {
    float: left;
    width: 25%;
  }
}
.profile-detail .view-article-about-me .article-item {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.profile-detail .view-article-about-me .article-item .featured-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.profile-detail .view-article-about-me .article-item .featured-image {
  padding: 0;
  padding-top: 25%;
  position: relative;
  height: 0;
}
.profile-detail .view-article-about-me .article-item .featured-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.profile-detail .view-article-about-me .article-item .featured-image a img {
  margin: 0 auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.profile-detail .view-article-about-me .article-item .parent-column {
  display: table;
  height: 100%;
}
.profile-detail .view-article-about-me .article-item .parent-column a {
  display: table-cell;
  vertical-align: middle;
}
.profile-detail .group-honors .honors-list {
  font-family: 'Roboto', sans-serif;
}
.profile-detail .group-honors .honors-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-detail .group-honors .honors-list ul li {
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 0;
}
.profile-detail .group-honors .honors-list ul li.head-title {
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0;
}
.profile-detail .group-honors .honors-list ul li:last-child {
  border: none;
}
.profile-detail .view-colleges-of-interest-athlete ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-detail .view-colleges-of-interest-athlete .view-content {
  margin-right: -5px;
  margin-left: -5px;
}
.profile-detail .view-colleges-of-interest-athlete .views-row {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .profile-detail .view-colleges-of-interest-athlete .views-row {
    float: left;
    width: 16.66666667%;
  }
}
.profile-detail .view-profile-goals .views-field {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 20px;
}
.profile-detail .view-profile-goals .views-field.views-field-field-about-me-tell-us-what-sets {
  border: none;
  padding-bottom: 0;
}
.profile-detail .view-profile-goals .views-field .field-content {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
}
.profile-detail .view-profile-goals .views-label {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding: 16px 0;
  display: block;
}
.profile-detail .view-athlete-s-multiple-team-show .badges-team a {
  font-size: 12px;
  color: #9b9b9b;
}
.profile-detail .view-athlete-s-multiple-team-show .badges-team a:hover {
  color: #ff4600;
}
.profile-detail .socials-share-links {
  text-align: right;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .profile-detail .socials-share-links {
    margin-bottom: -42px;
    padding: 10px 0;
    margin-top: 0;
  }
}
.profile-detail .socials-share-links h4 {
  margin: 0;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
.profile-detail .socials-share-links span {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  color: #6b6b6b;
  margin-left: 5px;
}
.profile-detail .scouting-report-blocks .scouting-report-block {
  border-bottom: 1px solid #E8E8E8;
  padding: 15px 0;
}
.profile-detail .scouting-report-blocks .scouting-report-block:last-child {
  border: none;
}
.profile-detail .scouting-report-blocks .scouting-report-block label {
  margin-bottom: 0;
  font-size: 14px;
}
.profile-detail .scouting-report-blocks .scouting-report-block .writer-name a {
  color: #ff4600;
  font-weight: bold;
}
.profile-detail .column-left {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-detail .column-left {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .profile-detail .column-left {
    padding-left: 15px;
    padding-right: 0;
  }
}
.profile-detail .column-left .info {
  margin: 0;
}
@media (max-width: 991px) {
  .profile-detail .column-left .info {
    padding: 0 10px 20px;
  }
}
@media (max-width: 991px) {
  .profile-detail .column-left .info .profile-avatar {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .profile-detail .column-left .info .profile-avatar {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .profile-detail .column-left .info .full-name {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .profile-detail .column-left .info .full-name {
    float: left;
    width: 66.66666667%;
  }
}
.profile-detail .column-right {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-detail .column-right {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .profile-detail .column-right {
    padding-left: 0;
  }
}
.profile-detail .left-profile-content {
  height: 100%;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .profile-detail .left-profile-content {
    border-right: 1px solid #E8E8E8;
  }
}
@media (min-width: 992px) {
  .profile-detail .left-profile-content .profile-image,
  .profile-detail .left-profile-content .featured-video {
    margin: 0 -1px 0 0;
  }
}
.profile-detail .left-profile-content .profile-image {
  margin: 0 -1px 0 0;
}
@media (min-width: 992px) {
  .profile-detail .left-profile-content .badges-4 {
    clear: both;
  }
}
.profile-detail .right-profile-content {
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .profile-detail .right-profile-content .badges-4 {
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .profile-detail .right-profile-content .badges-6 {
    clear: both;
  }
}
.profile-detail .tab-content {
  padding: 0 20px;
  background-color: #ffffff;
  min-height: 200px;
}
.profile-detail .tab-content .tab-pane {
  background-color: #f3f3f3;
}
@media (min-width: 992px) {
  .profile-detail .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.profile-detail .coach-info .current-teams {
  margin-bottom: 10px;
}
.profile-detail .coach-info .current-teams .list-group-item {
  border-left: none;
  border-right: none;
  padding: 10px 20px;
  border-color: #E8E8E8;
}
.profile-detail .coach-info .current-teams .list-group-item.active,
.profile-detail .coach-info .current-teams .list-group-item:hover {
  background-color: #f5f5f5;
  color: #ff4600;
  font-weight: bold;
}
.profile-detail .coach-info .current-teams label {
  padding: 10px 20px 5px;
}
.profile-detail .coach-info label {
  font-weight: bold;
  line-height: 23px;
  text-transform: uppercase;
  margin: 0;
}
.profile-detail .coach-info .no-current-teams {
  padding: 0 20px;
}
.profile-detail .coach-info .former-teams {
  list-style: none;
  padding: 0 20px;
}
.profile-detail .coach-info .former-teams .team-name {
  margin: 5px 0;
}
.profile-detail .coach-info .former-teams .link-edit-profile {
  padding: 20px 0;
}
.profile-detail .team-info h1.block-title {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-top: 15px;
}
.profile-detail .team-info h1.block-title a {
  color: #ff4600;
}
.profile-detail .team-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-detail .team-info ul li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 0;
}
.profile-detail .team-info ul li:last-child {
  border: none;
}
.profile-detail .team-info ul li.head-coaches a {
  color: #ff4600;
}
.profile-detail .team-info ul label {
  margin: 0;
}
.profile-detail .team-info .team-image {
  margin-top: 15px;
}
.profile-detail .team-info .team-image img {
  max-width: 150px;
}
.profile-detail .team-info .view-team-roster .table-responsive {
  border: none;
}
.profile-detail .team-info .edit-team {
  margin: 10px 0;
}
.profile-detail .tab-empty {
  display: none;
}
.profile-detail .tab-empty.enable-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .profile-detail .tab-empty.enable-mobile {
    display: block !important;
  }
  table.profile-detail .tab-empty.enable-mobile {
    display: table !important;
  }
  tr.profile-detail .tab-empty.enable-mobile {
    display: table-row !important;
  }
  th.profile-detail .tab-empty.enable-mobile,
  td.profile-detail .tab-empty.enable-mobile {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-detail .tab-empty.enable-mobile {
    display: block !important;
  }
  table.profile-detail .tab-empty.enable-mobile {
    display: table !important;
  }
  tr.profile-detail .tab-empty.enable-mobile {
    display: table-row !important;
  }
  th.profile-detail .tab-empty.enable-mobile,
  td.profile-detail .tab-empty.enable-mobile {
    display: table-cell !important;
  }
}
.profile-detail .tab-empty.active {
  display: block;
}
.profile-detail.limited-profile {
  padding-bottom: 40px;
}
.profile-detail.limited-profile .limited-img {
  max-width: 300px;
  margin: 0 auto;
}
.profile-detail.limited-profile .limited-img .profile-image img {
  max-width: 300px;
}
.profile-detail.limited-profile .profile-name {
  text-align: center;
  padding: 20px 5px 0;
  font-size: 36px;
  font-weight: bold;
}
.profile-detail.limited-profile .create-account {
  text-align: center;
}
.profile-detail.limited-profile .create-account .bg-orange {
  padding: 5px 20px;
}
.profile-detail.limited-profile .verified-profile {
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .profile-detail .view-spotlight-video-interview {
    width: 50%;
  }
}
.video-uploaded {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-uploaded .embedded-video,
.video-uploaded .player,
.video-uploaded iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.profile-completed-yet {
  min-height: 500px;
  background-color: #ffffff;
  text-align: center;
}
.profile-completed-yet h3 {
  padding: 20px;
}
.profile-completed-yet div {
  margin-bottom: 20px;
}
/* Style for event page */
.page-events h1.page-header,
.node-type-event-calendar h1.page-header {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  padding: 25px 20px;
  border: none;
  margin: 0;
}
@media (min-width: 768px) {
  .page-events h1.page-header,
  .node-type-event-calendar h1.page-header {
    font-size: 45px;
    margin: 0;
    padding: 40px 15px 60px;
    line-height: 45px;
  }
}
.page-events h1 .y1-icon,
.node-type-event-calendar h1 .y1-icon {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .section-events {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .section-events {
    padding-right: 5px;
  }
}
.section-events .region-content {
  background-color: #ffffff;
}
.section-events .region-content .view-events-view .views-row {
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 0px;
  overflow: hidden;
  float: none;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-events .region-content .view-events-view .views-row {
    padding: 20px 10px;
  }
}
@media (min-width: 992px) {
  .section-events .region-content .view-events-view .views-row .col-md-4 {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .section-events .region-content .view-events-view .views-row .col-md-10 {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .section-events .region-content .view-events-view .views-row .col-md-10 {
    padding-left: 5px;
  }
}
.section-events .region-content .view-events-view .views-row .featured-image {
  padding: 0;
  margin-bottom: 15px;
  overflow: hidden;
}
.section-events .region-content .view-events-view .views-row .featured-image img {
  margin-right: 10px;
  max-width: 80px;
}
@media (min-width: 768px) {
  .section-events .region-content .view-events-view .views-row .featured-image img {
    margin-right: 15px;
    max-width: 120px;
  }
}
.section-events .region-content .view-events-view .views-row .featured-image:after {
  content: " ";
  background: #ff4600;
  position: absolute;
  width: 100%;
  height: 5px;
  top: 40%;
}
.section-events .region-content .view-events-view .views-row .event-date {
  font-weight: bold;
  color: #333333;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  padding: 5px;
  margin: 0 auto;
  float: none;
  font-size: 18px;
  line-height: 20px;
  width: 62px;
  height: 70px;
}
@media (min-width: 768px) {
  .section-events .region-content .view-events-view .views-row .event-date {
    font-size: 22px;
    width: 80px;
    height: 100px;
    line-height: 28px;
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .section-events .region-content .view-events-view .views-row .event-date {
    float: left;
  }
}
.section-events .region-content .view-events-view .views-row .event-date span.date-month {
  text-transform: uppercase;
  display: block;
  margin-bottom: 0px;
}
.section-events .region-content .view-events-view .views-row .event-date span.date-year {
  font-weight: normal;
  font-size: 14px;
  color: #CCCCCC;
}
@media (min-width: 768px) {
  .section-events .region-content .view-events-view .views-row .event-date span.date-year {
    font-size: 16px;
  }
}
.section-events .region-content .view-events-view .views-row .featured_event {
  background-color: #ff4600;
  color: #ffffff;
}
.section-events .region-content .view-events-view .views-row .featured_event span.date-year {
  color: #ffffff;
}
.section-events .region-content .view-events-view .views-row .event-logo {
  text-align: center;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .section-events .region-content .view-events-view .views-row .event-logo {
    margin-top: 15px;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .section-events .region-content .view-events-view .views-row .event-logo {
    margin-top: 0;
    margin-left: 13px;
  }
}
@media (min-width: 1200px) {
  .section-events .region-content .view-events-view .views-row .event-logo {
    margin-left: 8.33333%;
  }
}
.section-events .region-content .view-events-view .views-row .event-logo span {
  display: inline-block;
  margin: 10px 0;
  font-size: 40px;
}
@media (min-width: 768px) {
  .section-events .region-content .view-events-view .views-row .event-logo span {
    margin: 15px 0;
    font-size: 50px;
  }
}
.section-events .region-content .view-events-view .views-row .event-detail {
  text-align: left;
}
.section-events .region-content .view-events-view .views-row .event-detail .event-title a {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}
@media (min-width: 768px) {
  .section-events .region-content .view-events-view .views-row .event-detail .event-title a {
    font-size: 25px;
    line-height: 30px;
  }
}
.section-events .region-content .view-events-view .views-row .event-detail .event-location {
  font-size: 16px;
  color: #ff4600;
  text-align: left;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .section-events .region-content .view-events-view .views-row .event-detail .event-location {
    font-size: 18px;
  }
}
.section-events .region-content .view-events-view .views-row .event-detail .event-location .y1-icon-location {
  margin-right: 5px;
  float: left;
}
.section-events .region-content .view-events-view .views-row .event-detail .event-location span {
  overflow: hidden;
  display: block;
}
.section-events .region-content .view-events-view .views-row .event-detail .event-desc {
  color: #9b9b9b;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .section-events .region-content .view-events-view .views-row .event-detail .event-desc {
    line-height: 24px;
  }
}
/* Style for node type event page */
@media (max-width: 767px) {
  .node-type-event-calendar .bg-sport {
    background-image: linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
  }
}
@media (max-width: 767px) {
  .node-type-event-calendar section.col-md-8 {
    padding: 0;
  }
}
.node-type-event-calendar .region-content {
  background-color: #ffffff;
  text-align: center;
  padding: 35px 20px;
}
.node-type-event-calendar .region-content .event-logo {
  margin-bottom: 10px;
}
.node-type-event-calendar .region-content .event-logo img {
  width: 194px;
  height: auto;
}
@media (min-width: 768px) {
  .node-type-event-calendar .region-content .event-logo img {
    width: 334px;
    height: auto;
  }
}
.node-type-event-calendar .region-content .event-website {
  font-size: 22px;
  color: #030303;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .node-type-event-calendar .region-content .event-website {
    font-size: 25px;
  }
}
.node-type-event-calendar .region-content .event-date {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .node-type-event-calendar .region-content .event-date {
    font-size: 25px;
  }
}
.node-type-event-calendar .region-content .event-location {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #ff4600;
  line-height: 30px;
}
@media (min-width: 768px) {
  .node-type-event-calendar .region-content .event-location {
    font-size: 22px;
  }
}
.node-type-event-calendar .region-content .event-line {
  margin: 20px auto;
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
}
.node-type-event-calendar .region-content .event-description {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #9b9b9b;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: left;
}
.node-type-event-calendar .region-content .visit-event-page {
  margin-top: 10px;
}
.node-type-event-calendar .region-content .visit-event-page a {
  color: #ff4600;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
@media (min-width: 768px) {
  .node-type-event-calendar .region-content .visit-event-page a {
    font-size: 22px;
  }
}
.node-type-event-calendar .region-content .visit-event-page a:hover {
  color: #191919;
}
/* Style for sport page, mobile first */
#block-views-calendar-of-events-sport-events {
  display: none;
}
@media (min-width: 768px) {
  #block-views-calendar-of-events-sport-events {
    display: block;
  }
}
#block-views-calendar-of-events-featured {
  padding: 0;
}
@media (min-width: 768px) {
  #block-views-calendar-of-events-featured {
    display: none;
  }
}
#block-views-calendar-of-events-sport-events,
#block-views-calendar-of-events-featured {
  background: #ffffff;
  padding: 15px 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #block-views-calendar-of-events-sport-events,
  #block-views-calendar-of-events-featured {
    margin-bottom: 20px;
  }
}
#block-views-calendar-of-events-sport-events h2,
#block-views-calendar-of-events-featured h2 {
  padding: 0 15px;
  font-size: 20px;
  color: #ff4600;
  font-weight: bold;
  margin-top: 0;
}
#block-views-calendar-of-events-sport-events .view-calendar-of-events .view-content .views-row,
#block-views-calendar-of-events-featured .view-calendar-of-events .view-content .views-row {
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 15px;
  overflow: hidden;
}
#block-views-calendar-of-events-sport-events .view-calendar-of-events .view-content .views-row .views-field-event-calendar-date,
#block-views-calendar-of-events-featured .view-calendar-of-events .view-content .views-row .views-field-event-calendar-date {
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#block-views-calendar-of-events-sport-events .view-calendar-of-events .view-content .views-row .views-field-field-event-logo,
#block-views-calendar-of-events-featured .view-calendar-of-events .view-content .views-row .views-field-field-event-logo {
  float: left;
  width: 60px;
  margin-right: 15px;
}
#block-views-calendar-of-events-sport-events .view-calendar-of-events .view-content .views-row .views-field-title,
#block-views-calendar-of-events-featured .view-calendar-of-events .view-content .views-row .views-field-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
}
#block-views-calendar-of-events-sport-events .view-calendar-of-events .view-content .views-row-last,
#block-views-calendar-of-events-featured .view-calendar-of-events .view-content .views-row-last {
  border-bottom: none;
}
.section-sports {
  padding: 0;
}
@media (min-width: 768px) {
  .section-sports {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .section-sports {
    padding-right: 5px;
  }
}
.section-sports .view-featured-article-show {
  background-color: #ffffff;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .section-sports .view-featured-article-show {
    margin-bottom: 0;
  }
}
.section-sports .view-featured-article-show .title-sport {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding: 15px;
  font-size: 25px;
  margin: 0;
}
@media (min-width: 768px) {
  .section-sports .view-featured-article-show .title-sport {
    font-size: 35px;
    padding: 20px 25px;
    line-height: 42px;
  }
}
.section-sports .view-featured-article-show .body-sport {
  padding: 0px 15px 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  color: #9b9b9b;
  font-size: 16px;
}
@media (min-width: 768px) {
  .section-sports .view-featured-article-show .body-sport {
    padding: 0 25px 30px;
  }
}
@media (min-width: 768px) {
  .section-sports .view-main-navigation-display {
    background-color: #ffffff;
    padding-bottom: 20px;
    border-top: 1px solid #e1e1e1;
  }
}
.section-sports .view-main-navigation-display .views-row {
  background-color: #ffffff;
  margin-bottom: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-sports .view-main-navigation-display .views-row {
    margin-bottom: 0;
    padding: 25px;
    border-bottom: 1px solid #E8E8E8;
  }
}
.section-sports .view-main-navigation-display .views-row .post_image {
  padding: 0;
}
@media (min-width: 768px) {
  .section-sports .view-main-navigation-display .views-row .post_image {
    padding-right: 0;
  }
}
.section-sports .view-main-navigation-display .views-row .post_details {
  padding-top: 12px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .section-sports .view-main-navigation-display .views-row .post_details {
    padding: 0 0 0 20px;
  }
}
.section-sports .view-main-navigation-display .views-row .post_details .post_title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-sports .view-main-navigation-display .views-row .post_details .post_title {
    margin-top: 0;
    font-size: 25px;
    line-height: 31px;
  }
}
.section-sports .view-main-navigation-display .views-row .post_details .box_body_desc {
  color: #9b9b9b;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  font-size: 16px;
}
.section-sports .view-main-navigation-display .views-row-last {
  border-bottom: none;
}
/* Style for sign up page */
body.page-signup .content-signup {
  overflow: hidden;
  padding-top: 0;
}
body.page-signup .content-signup .bg-header-signup-mobile {
  height: 250px;
  background-image: url("../images/bg-signup.jpg"), linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
  background-size: cover;
}
@media (min-width: 768px) {
  body.page-signup .content-signup .bg-header-signup-mobile {
    display: none;
  }
}
body.page-signup .content-signup .signup {
  padding: 20px 30px;
  margin: 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  body.page-signup .content-signup .signup {
    width: 330px;
    margin-top: 100px;
    padding: 20px;
    float: right;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  body.page-signup .content-signup .signup {
    width: 400px;
    margin-right: 120px;
  }
}
body.page-signup .content-signup .signup .sign-up-title {
  color: #191919;
}
body.page-signup .content-signup .signup .sign-up-title h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 5px auto;
  font-weight: bold;
}
@media (min-width: 768px) {
  body.page-signup .content-signup .signup .sign-up-title h3 {
    line-height: 30px;
    font-size: 25px;
  }
}
body.page-signup .content-signup .signup .sign-up-title .sign-in {
  margin-top: 15px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
body.page-signup .content-signup .signup .sign-up-title .sign-in a {
  color: #ff4600;
}
body.page-signup .content-signup .signup .status-message {
  margin-top: 10px;
  margin-bottom: -5px;
}
body.page-signup .content-signup .signup .sign-up-form {
  padding: 0 15px;
}
@media (min-width: 768px) {
  body.page-signup .content-signup .signup .sign-up-form {
    padding: 0;
  }
}
body.page-signup .content-signup .signup .sign-up-form .new-signup-common-block {
  margin-bottom: 15px;
}
body.page-signup .content-signup .signup .sign-up-form .form-label {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #191919;
}
@media (min-width: 768px) {
  body.page-signup .content-signup .signup .sign-up-form .form-label {
    font-size: 17px;
  }
}
body.page-signup .content-signup .signup .sign-up-form .form-submit {
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  background-color: #ff4600;
  color: #ffffff;
  font-size: 22px;
}
@media (min-width: 768px) {
  body.page-signup .content-signup .signup .sign-up-form .form-submit {
    width: 92%;
  }
}
body.page-signup .content-signup .organization-signup .signup-box {
  padding: 20px;
}
body.page-signup .content-signup .organization-signup .signup-box h2 {
  color: #191919;
  font-weight: bold;
}
@media (min-width: 768px) {
  body.page-signup .content-signup .organization-signup .signup-box h2 {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  body.page-signup .content-signup .organization-signup .signup-box {
    width: 330px;
    margin-top: 80px;
    padding: 0;
    float: right;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  body.page-signup .content-signup .organization-signup .signup-box {
    margin-right: 120px;
    width: 400px;
  }
}
body.page-signup .content-signup .organization-signup .signup {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  body.page-signup .content-signup .organization-signup .signup {
    margin-top: 10px;
  }
}
body.page-signup.page-college-recruiting-wizard-payment {
  background: none;
}
body.page-signup.signup-test-1 .content-signup .bg-header-signup-mobile {
  background-image: url("../images/ab-bg-signup.png"), linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
}
@media (min-width: 768px) {
  body.page-signup.signup-test-1 .content-signup .bg-header-signup-mobile {
    display: none;
  }
}
/* Style for organization page*/
.taxonomy-organizations .bg-sport {
  display: none;
}
@media (min-width: 768px) {
  .taxonomy-organizations .bg-sport {
    display: block;
  }
}
.taxonomy-organizations .fix-container-sport {
  margin-top: 0;
}
.taxonomy-organizations .fix-container-sport .page-header {
  display: none;
}
@media (min-width: 768px) {
  .taxonomy-organizations .fix-container-sport {
    margin-top: -200px;
  }
}
#block-views-calendar-of-events-og-mobile {
  margin: 10px 0;
}
@media (min-width: 768px) {
  #block-views-calendar-of-events-og-mobile {
    display: none;
  }
}
#block-views-calendar-of-events-og-mobile .view-all-events {
  padding: 15px;
}
#block-views-calendar-of-events-featured,
#block-views-calendar-of-events-block,
#block-views-calendar-of-events-og-mobile,
#block-views-calendar-of-events-og-desktop,
#block-views-calendar-of-events-sport-events {
  background-color: #ffffff;
}
#block-views-calendar-of-events-featured h2.block-title,
#block-views-calendar-of-events-block h2.block-title,
#block-views-calendar-of-events-og-mobile h2.block-title,
#block-views-calendar-of-events-og-desktop h2.block-title,
#block-views-calendar-of-events-sport-events h2.block-title {
  font-size: 20px;
  color: #ff4600;
  font-weight: bold;
  margin-top: 15px;
  padding: 0 15px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  #block-views-calendar-of-events-featured h2.block-title,
  #block-views-calendar-of-events-block h2.block-title,
  #block-views-calendar-of-events-og-mobile h2.block-title,
  #block-views-calendar-of-events-og-desktop h2.block-title,
  #block-views-calendar-of-events-sport-events h2.block-title {
    margin-top: 0;
  }
}
#block-views-calendar-of-events-featured .views-row,
#block-views-calendar-of-events-block .views-row,
#block-views-calendar-of-events-og-mobile .views-row,
#block-views-calendar-of-events-og-desktop .views-row,
#block-views-calendar-of-events-sport-events .views-row {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
  overflow: hidden;
  padding: 15px;
}
#block-views-calendar-of-events-featured .views-row .event-date,
#block-views-calendar-of-events-block .views-row .event-date,
#block-views-calendar-of-events-og-mobile .views-row .event-date,
#block-views-calendar-of-events-og-desktop .views-row .event-date,
#block-views-calendar-of-events-sport-events .views-row .event-date {
  font-weight: bold;
  color: #333333;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  text-align: center;
  padding: 5px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  width: 50px;
  height: 50px;
}
#block-views-calendar-of-events-featured .views-row .event-date span.date-month,
#block-views-calendar-of-events-block .views-row .event-date span.date-month,
#block-views-calendar-of-events-og-mobile .views-row .event-date span.date-month,
#block-views-calendar-of-events-og-desktop .views-row .event-date span.date-month,
#block-views-calendar-of-events-sport-events .views-row .event-date span.date-month {
  text-transform: uppercase;
  display: block;
  margin-bottom: 0px;
}
#block-views-calendar-of-events-featured .views-row .event-detail,
#block-views-calendar-of-events-block .views-row .event-detail,
#block-views-calendar-of-events-og-mobile .views-row .event-detail,
#block-views-calendar-of-events-og-desktop .views-row .event-detail,
#block-views-calendar-of-events-sport-events .views-row .event-detail {
  text-align: left;
  padding-left: 65px;
}
#block-views-calendar-of-events-featured .views-row .event-detail .event-title a,
#block-views-calendar-of-events-block .views-row .event-detail .event-title a,
#block-views-calendar-of-events-og-mobile .views-row .event-detail .event-title a,
#block-views-calendar-of-events-og-desktop .views-row .event-detail .event-title a,
#block-views-calendar-of-events-sport-events .views-row .event-detail .event-title a {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  word-wrap: break-word;
}
#block-views-calendar-of-events-featured .views-row .event-detail .event-location,
#block-views-calendar-of-events-block .views-row .event-detail .event-location,
#block-views-calendar-of-events-og-mobile .views-row .event-detail .event-location,
#block-views-calendar-of-events-og-desktop .views-row .event-detail .event-location,
#block-views-calendar-of-events-sport-events .views-row .event-detail .event-location {
  font-size: 13px;
  color: #ff4600;
  text-align: left;
  margin-top: 8px;
}
#block-views-calendar-of-events-featured .views-row .event-detail .event-location .y1-icon-location,
#block-views-calendar-of-events-block .views-row .event-detail .event-location .y1-icon-location,
#block-views-calendar-of-events-og-mobile .views-row .event-detail .event-location .y1-icon-location,
#block-views-calendar-of-events-og-desktop .views-row .event-detail .event-location .y1-icon-location,
#block-views-calendar-of-events-sport-events .views-row .event-detail .event-location .y1-icon-location {
  margin-right: 5px;
  float: left;
}
#block-views-calendar-of-events-featured .views-row .event-detail .event-location span,
#block-views-calendar-of-events-block .views-row .event-detail .event-location span,
#block-views-calendar-of-events-og-mobile .views-row .event-detail .event-location span,
#block-views-calendar-of-events-og-desktop .views-row .event-detail .event-location span,
#block-views-calendar-of-events-sport-events .views-row .event-detail .event-location span {
  overflow: hidden;
  display: block;
  word-wrap: break-word;
}
#block-views-calendar-of-events-featured .views-row-last,
#block-views-calendar-of-events-block .views-row-last,
#block-views-calendar-of-events-og-mobile .views-row-last,
#block-views-calendar-of-events-og-desktop .views-row-last,
#block-views-calendar-of-events-sport-events .views-row-last {
  border-bottom: none;
}
#block-views-calendar-of-events-og-desktop {
  display: none;
}
@media (min-width: 768px) {
  #block-views-calendar-of-events-og-desktop {
    display: block;
  }
}
#block-views-calendar-of-events-og-desktop h2 {
  padding: 0 !important;
}
#block-views-calendar-of-events-og-desktop .views-row {
  padding: 15px 0;
}
.section-organizations {
  padding: 0;
}
@media (min-width: 768px) {
  .section-organizations {
    padding-left: 15px ;
    padding-right: 15px;
  }
}
.section-organizations .block-system {
  background-color: #ffffff;
  padding: 15px;
}
.section-organizations .block-system .vocabulary-organizations {
  margin-top: 30px;
}
.section-organizations .block-system .vocabulary-organizations img {
  text-align: center;
  width: 130px;
  height: auto;
}
@media (min-width: 768px) {
  .section-organizations .block-system .vocabulary-organizations img {
    width: 250px;
  }
}
.section-organizations .block-system .vocabulary-organizations .organization-title {
  font-weight: bold;
  font-size: 35px;
  color: #333333;
  line-height: 32px;
  margin: 25px 0 15px 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
}
.section-organizations .block-system .vocabulary-organizations .organization-description {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  margin-bottom: 10px;
}
.section-organizations .block-system .vocabulary-organizations .organization-border {
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 10px;
}
.section-organizations .block-system .vocabulary-organizations .organization-website a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #ff4600;
}
.section-organizations .block-system .vocabulary-organizations .organization-website .field-name-field-website-url {
  display: inline-block;
}
@media (min-width: 768px) {
  .section-organizations #block-views-main-navigation-display-og-art {
    background-color: #ffffff;
  }
}
.section-organizations #block-views-main-navigation-display-og-art h2.block-title {
  display: none;
}
@media (min-width: 768px) {
  .section-organizations #block-views-main-navigation-display-og-art h2.block-title {
    font-size: 20px;
    color: #ff4600;
    font-weight: bold;
    margin-top: 15px;
    padding: 0 15px;
    display: block;
  }
}
.section-organizations #block-views-main-navigation-display-og-art .views-row {
  background-color: #ffffff;
  padding-bottom: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-organizations #block-views-main-navigation-display-og-art .views-row {
    padding: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #E8E8E8;
  }
}
.section-organizations #block-views-main-navigation-display-og-art .views-row .post_image {
  padding: 0;
}
.section-organizations #block-views-main-navigation-display-og-art .views-row .post_details .post_title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .section-organizations #block-views-main-navigation-display-og-art .views-row .post_details .post_title {
    margin-top: 0;
  }
}
.section-organizations #block-views-main-navigation-display-og-art .views-row .post_details .box_body_desc {
  color: #9b9b9b;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.section-organizations #block-views-main-navigation-display-og-art .views-row-last {
  border-bottom: none;
}
/* Style for pagination */
.pagination {
  margin: 20px 0px 15px 0px;
}
.pagination li {
  font-size: 12px;
}
@media (min-width: 768px) {
  .pagination li {
    font-size: 20px;
  }
}
.pagination li a {
  color: #191919;
  width: 35px;
  height: 27px;
}
@media (min-width: 768px) {
  .pagination li a {
    width: 55px;
    height: 40px;
  }
}
.pagination li a:hover {
  color: #191919;
}
.pagination li.prev a {
  margin-right: 7px;
}
@media (min-width: 768px) {
  .pagination li.prev a {
    margin-right: 15px;
  }
}
.pagination li.next a {
  margin-left: 7px;
}
@media (min-width: 768px) {
  .pagination li.next a {
    margin-left: 15px;
  }
}
.pagination li.active span,
.pagination li.active span:hover {
  color: #ffffff;
  background-color: #191919;
  width: 35px;
  height: 27px;
}
@media (min-width: 768px) {
  .pagination li.active span,
  .pagination li.active span:hover {
    width: 55px;
    height: 40px;
  }
}
.pagination li.pager-ellipsis {
  display: none;
}
/* search players */
.search-players .search-players-nav {
  background-color: #ffffff;
  height: 55px;
  -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
}
.search-players .search-players-nav ul {
  margin: 0px;
  padding: 0px;
}
.search-players .search-players-nav ul li {
  list-style: none;
  height: 55px;
  line-height: 55px;
  padding-left: 0px;
  padding-right: 20px;
}
.search-players .search-players-nav ul li.filter-icon {
  padding-right: 0px;
}
@media (max-width: 480px) {
  .search-players .search-players-nav ul li {
    padding-right: 17px;
  }
}
@media (min-width: 768px) {
  .search-players .search-players-nav ul li {
    padding-left: 15px;
  }
  .search-players .search-players-nav ul li.filter-icon {
    display: none;
  }
}
.search-players .search-players-nav ul li a {
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.search-players .search-players-nav ul li a.active {
  font-weight: bold;
  color: #ff4600;
}
.search-players .search-players-nav ul li a .txt-filter {
  text-transform: capitalize;
  margin-left: 10px;
}
.search-players .search-players-nav ul li a i {
  font-size: 16px;
  vertical-align: middle;
}
.search-players .search-players-nav .new-profile-link {
  margin-top: 6px;
}
.search-players .search-players-nav .new-profile-link a {
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 0 0 #892700;
  padding: 10px 25px;
}
.search-players .list-sport {
  overflow: hidden;
  background-color: #ffffff;
  border-top: 1px solid #E8E8E8;
  -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
}
.search-players .filter-icon a {
  margin: 0px;
}
.search-players .block-filter-mobile {
  padding: 0px 15px;
  background-color: #ffffff;
  border-top: 1px solid #E8E8E8;
  position: relative;
}
@media (min-width: 768px) {
  .search-players .block-filter-mobile {
    display: none !important;
  }
}
.search-players .block-filter-mobile:before,
.search-players .block-filter-mobile:after {
  bottom: 100%;
  right: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.search-players .block-filter-mobile:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-right: 2px;
}
.search-players .block-filter-mobile:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #E8E8E8;
  border-width: 10px;
  margin-left: -8px;
}
@media (min-width: 768px) {
  .search-players .mobile {
    display: none;
  }
}
.search-players .sport-navigation-mobile {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url("../images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 16px;
  width: 100%;
  height: 55px;
  font-weight: bold;
  font-size: 16px;
  border: none;
  padding: 0 15px;
}
.search-players .sport-navigation-mobile:focus {
  border: none;
  box-shadow: none;
}
.search-players .content-top a {
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 0 0 #892700;
  padding: 10px 25px;
}
.search-players .content-top .sport-name {
  display: none;
}
.search-players .content-top .new-profile-link {
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}
@media (min-width: 768px) {
  .search-players .content-top .sport-name {
    width: 100%;
    display: inline-block;
    padding: 0 10px 20px;
  }
  .search-players .content-top .sport-name h1.page-header {
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
    padding: 0;
  }
  .search-players .content-top .new-profile-link {
    width: 50%;
    text-align: right;
    display: inline-block;
    padding: 0px;
    float: right;
  }
}
.search-players .view-y1-athletes .view-content {
  background-color: #ffffff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .search-players .view-y1-athletes .view-content {
    background-color: transparent;
  }
}
.search-players .view-y1-athletes .view-content .views-row {
  border-bottom: 1px solid #CCCCCC;
}
@media (min-width: 768px) {
  .search-players .view-y1-athletes .view-content .views-row {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .search-players .view-y1-athletes .basic-info {
    min-height: 450px;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .search-players .view-y1-athletes .basic-info {
    min-height: 475px;
  }
}
@media (max-width: 768px) {
  .search-players .view-y1-athletes .basic-info .badges-4 {
    clear: both;
  }
}
@media (min-width: 992px) {
  .search-players .view-y1-athletes .basic-info .badges-4 {
    clear: both;
  }
}
.search-players .view-y1-athletes .pageviews {
  padding: 15px 0;
  border-top: 1px solid #E8E8E8;
  font-size: 14px;
  color: #CCCCCC;
}
@media (min-width: 768px) {
  .search-players .view-y1-athletes .pageviews {
    font-size: 16px;
    padding: 15px;
    border-top: 1px solid #CCCCCC;
  }
}
.search-players .view-y1-athletes .pageviews .number-of-pageviews {
  color: #191919;
  font-weight: bold;
}
.search-players .view-y1-coaches .view-content {
  background-color: #ffffff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .search-players .view-y1-coaches .view-content {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .search-players .view-y1-coaches .basic-info {
    min-height: 445px;
  }
}
@media (min-width: 1200px) {
  .search-players .view-y1-coaches .basic-info {
    min-height: 465px;
  }
}
.search-players .view-featured-team .view-content {
  background-color: #ffffff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .search-players .view-featured-team .view-content {
    background-color: transparent;
  }
}
.search-players .view-featured-team .view-content .views-row {
  padding: 0 15px;
  margin-bottom: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  .search-players .view-featured-team .view-content .views-row {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .search-players .view-featured-team .basic-info {
    min-height: 490px;
  }
}
@media (min-width: 1200px) {
  .search-players .view-featured-team .basic-info {
    min-height: 520px;
  }
}
.search-players .view-featured-team .basic-info .other-info .team-hometown {
  color: #CCCCCC;
  margin: 5px 0 10px 0;
}
.search-players .view-featured-team .basic-info .other-info .label-sport {
  margin-top: 10px;
}
.search-players .view-featured-team .basic-info .other-info .team-sport {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .search-players .player {
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.search-players .player .avatar {
  padding: 0px;
}
.search-players .player .avatar img {
  height: auto;
  width: 100%;
}
.search-players .player .private-text {
  width: 100%;
  background-color: #ff4600;
  padding: 5px;
  clear: left;
  text-align: center;
  color: #ffffff;
}
.search-players .player .player-name {
  font-weight: bold;
  text-transform: uppercase;
}
.search-players .player .player-name h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 17px;
}
.search-players .player .player-name h4 a {
  color: #ff4600;
}
.search-players .player .player-hometown {
  font-size: 14px;
  color: #9d9d9d;
}
.search-players .player .player-premium img {
  max-width: 90px;
}
.search-players .player .player-sport-type {
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}
.search-players .player .player-team,
.search-players .player .badges_of_accomplishment,
.search-players .player .badge_of_accomplishment,
.search-players .player .my-press {
  padding-top: 10px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .search-players .player .player-team,
  .search-players .player .badges_of_accomplishment,
  .search-players .player .badge_of_accomplishment,
  .search-players .player .my-press {
    font-size: 14px;
  }
}
.search-players .player .player-team .team-label,
.search-players .player .badges_of_accomplishment .team-label,
.search-players .player .badge_of_accomplishment .team-label,
.search-players .player .my-press .team-label {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
.search-players .player .player-team .view-more-teams,
.search-players .player .badges_of_accomplishment .view-more-teams,
.search-players .player .badge_of_accomplishment .view-more-teams,
.search-players .player .my-press .view-more-teams {
  color: #ff4600;
}
.search-players .player .my-press hr {
  margin-top: 11px;
  margin-bottom: 11px;
}
.search-players .player .my-press .view-content .views-row {
  padding: 0;
}
.search-players .player .my-press .view-content .views-row .featured-title a {
  color: #ff4600;
  font-weight: 500;
  font-size: 16px;
}
.search-players .player .my-press .view-content .views-row .featured-title a:hover {
  color: #000;
}
.search-players .player .other-teams {
  display: none;
}
.search-players .player .other-info {
  padding: 0px 0px 0px 15px;
}
@media (min-width: 768px) {
  .search-players .player .other-info {
    padding: 15px 20px 0px 20px ;
  }
}
.search-players .player .basic-info {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .search-players .player .basic-info {
    padding: 0px 10px 10px;
  }
}
.search-players .player .view-badge-of-accomplishments-show .view-content {
  margin-right: -5px;
  margin-left: -5px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.search-players .player .view-badge-of-accomplishments-show .views-row {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.search-players .views-widget-filter-name {
  width: 100%;
}
.search-players .views-exposed-widget {
  padding: 15px 0px 0px 0px;
}
.search-players .views-exposed-widget .form-control {
  height: 35px;
  font-weight: normal;
  color: #333;
  font-size: 14px;
}
.search-players .views-exposed-widget.views-widget-filter-field_field_position_tid {
  display: block;
  width: 100%;
}
.search-players .views-widget-filter-field_graduation_year_value {
  float: right;
  width: 58%;
}
.search-players .views-widget-filter-field_graduation_year_value .form-item {
  margin-right: 0px;
}
.search-players .views-widget-filter-field_graduation_year_value .form-type-date-select {
  float: right;
}
.search-players .views-widget-filter-field_graduation_year_value div {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .search-players .views-widget-filter-field_graduation_year_value {
    width: 100%;
  }
}
.search-players .views-widget-filter-field_state_usa_value {
  width: 40%;
}
.search-players .views-widget-filter-field_state_usa_value .form-item {
  margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .search-players .views-widget-filter-field_state_usa_value {
    width: 100%;
  }
}
.search-players .views-widget-filter-field_state_value {
  width: 100%;
}
.search-players .views-submit-button {
  padding-top: 20px;
  padding-bottom: 10px;
  float: right;
}
.search-players .views-submit-button .btn {
  margin: 0px;
  background-color: #ffffff;
  color: #ff4600;
  border: 1px solid #ff4600;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 38px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .search-players .views-submit-button .btn {
    padding: 5px 20px;
  }
}
.search-players .views-reset-button {
  padding-top: 20px;
}
.search-players .views-reset-button .btn {
  margin: 0px;
  color: #333333;
  border: none;
  background-color: #ffffff;
  font-size: 14px;
}
.search-players .views-reset-button .btn:before {
  content: "\e903";
  font-family: 'youth1-icons' !important;
  font-size: 11px;
  color: #333;
  padding-right: 5px;
}
.search-players .filter-sidebar .content {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07);
}
.search-players .filter-sidebar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url("../images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 16px;
  width: 100%;
  height: 55px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .search-players .filter-sidebar {
    padding-right: 5px;
  }
}
.search-players .filter-sidebar span.filter-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.search-players .profile-link {
  display: none;
}
@media (min-width: 768px) {
  .search-players .profile-link {
    display: block;
  }
}
.search-players .view-profile-link {
  text-align: center;
  padding: 20px 0px 0px 0px;
}
@media (min-width: 768px) {
  .search-players .view-profile-link {
    padding: 20px 10px 0px 10px;
  }
}
.search-players .view-profile-link a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 45px;
  color: #9d9d9d;
  background-color: #f6f6f6;
  display: block;
}
.search-players .view-profile-link a:hover {
  color: #ff4600;
}
@media (min-width: 768px) {
  .search-players .search-player-content .row {
    margin: 0px -10px;
  }
  .search-players .search-player-content .views-row {
    padding: 0px 10px;
  }
}
.search-players span.nav-title {
  padding: 15px 15px 0px 15px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.search-players .filter-profiles {
  padding: 5px 15px;
  display: block;
}
@media (min-width: 768px) {
  .search-players .filter-profiles {
    padding: 5px 8px;
  }
}
@media (min-width: 1200px) {
  .search-players .filter-profiles {
    padding: 5px 15px;
  }
}
.search-players .filter-profiles.active {
  color: #ff4600;
}
.search-players .filter-profiles.mobile {
  background-color: #ffffff;
  display: block;
  border-top: 1px solid #E8E8E8;
}
@media (min-width: 768px) {
  .search-players .filter-profiles.mobile {
    display: none;
  }
}
.search-players .filter-profiles img {
  margin-right: 5px;
}
.search-players .filter-profiles span {
  font-weight: bold;
  display: inline-block;
  width: 25px;
  text-align: center;
  margin: 6px 5px 6px 0;
}
.search-players .filter-profiles span.y1-icon-flash {
  margin-top: 2px;
}
.search-players .sport-navigation .nav {
  padding: 10px 15px;
  border-bottom: 1px solid #E8E8E8;
}
.search-players .sport-navigation .active a {
  color: #ff4600;
  font-weight: bold;
}
.search-players .sport-navigation a {
  font-size: 16px;
}
.search-players .sport-navigation a span {
  font-weight: bold;
  display: inline-block;
  width: 30px;
}
/* Style for list partners page */
.page-partners .main-container {
  padding-top: 0;
}
.page-partners .main-container .view-partners {
  padding-top: 35px;
  background-color: #ffffff;
}
.page-partners .main-container .view-partners .view-header .partner-title {
  padding-left: 15px;
}
.page-partners .main-container .view-partners .view-header .partner-title h2 {
  font-weight: bold;
  font-size: 35px;
  color: #333333;
  line-height: 30px;
}
.page-partners .main-container .view-partners .view-header .partner-title p {
  margin: 20px auto;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
}
.page-partners .main-container .view-partners .view-header .partner-title p a {
  color: #ff4600;
}
.page-partners .main-container .view-partners .view-header hr {
  border-top: 1px solid #CCCCCC;
}
.page-partners .main-container .view-partners .view-filters .views-widget-filter-field_sports_type_tid {
  display: none;
}
.page-partners .main-container .view-partners .view-filters .views-submit-button {
  margin-top: -50px;
  margin-left: 15px;
  float: left;
}
@media (min-width: 768px) {
  .page-partners .main-container .view-partners .view-filters .views-submit-button {
    float: right;
    margin: -160px 0 0;
  }
}
.page-partners .main-container .view-partners .view-filters .views-submit-button span.caret {
  right: 0;
  top: 0;
  margin-left: 10px;
  position: relative;
  color: #CCCCCC;
}
.page-partners .main-container .view-partners .view-filters .views-submit-button .dropdown {
  margin-top: 0;
}
.page-partners .main-container .view-partners .view-filters .views-submit-button .dropdown .btn-primary {
  background-color: #ffffff;
  color: #191919;
  border-color: #CCCCCC;
  margin-bottom: 8px;
}
.page-partners .main-container .view-partners .view-filters .views-submit-button .dropdown ul a:hover {
  color: #ff4600;
  background-color: #ffffff;
}
.page-partners .main-container .view-partners .view-content {
  overflow: hidden;
}
.page-partners .main-container .view-partners .view-content .views-row {
  min-height: 330px;
  margin-bottom: 10px;
}
.page-partners .main-container .view-partners .view-content .views-row .views-field-field-organization-logo {
  min-height: 260px;
  padding: 10px;
  background: #ffffff;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.page-partners .main-container .view-partners .view-content .views-row .views-field-field-organization-logo .field-content {
  height: 240px;
  text-align: center;
  width: 100%;
}
.page-partners .main-container .view-partners .view-content .views-row .views-field-field-organization-logo .field-content a {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
}
.page-partners .main-container .view-partners .view-content .views-row .views-field-field-organization-logo .field-content a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.page-partners .main-container .view-partners .view-content .views-row .views-field-name {
  background: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-top: 0;
  padding: 10px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* Styles for badges page */
.page-badges .main-container {
  padding-top: 0;
}
.page-badges .main-container .view-youth1-badges {
  padding-top: 35px;
  background-color: #ffffff;
}
.page-badges .main-container .view-youth1-badges .view-header .badges-title {
  padding-left: 15px;
}
.page-badges .main-container .view-youth1-badges .view-header .badges-title h2 {
  font-weight: bold;
  font-size: 35px;
  color: #333333;
  line-height: 30px;
}
.page-badges .main-container .view-youth1-badges .view-header .badges-title p {
  margin: 20px auto;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
}
.page-badges .main-container .view-youth1-badges .view-header .badges-title p a {
  color: #ff4600;
}
.page-badges .main-container .view-youth1-badges .view-header hr {
  border-top: 1px solid #CCCCCC;
}
.page-badges .main-container .view-youth1-badges .view-content {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.page-badges .main-container .view-youth1-badges .view-content .views-row {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.page-badges .main-container .view-youth1-badges .view-content .views-row .views-field-field-image {
  min-height: 250px;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 10px;
  background: #ffffff;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@media (min-width: 992px) {
  .page-badges .main-container .view-youth1-badges .view-content .views-row .views-field-field-image {
    min-height: 130px;
  }
}
@media (min-width: 1200px) {
  .page-badges .main-container .view-youth1-badges .view-content .views-row .views-field-field-image {
    min-height: 170px;
  }
}
.page-badges .main-container .view-youth1-badges .view-content .views-row .views-field-field-image .field-content {
  text-align: center;
  width: 100%;
}
.page-badges .main-container .view-youth1-badges .view-content .views-row .views-field-field-image .field-content a {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
}
.page-badges .main-container .view-youth1-badges .view-content .views-row .views-field-field-image .field-content a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  height: 100%;
  max-width: 100%;
}
.page-badges .main-container .view-youth1-badges .view-content .views-row .views-field-field-image .field-content > img {
  margin: 0 auto;
}
.page-badges .main-container .view-youth1-badges .view-content .views-row .views-field-name {
  background: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-top: 0;
  padding: 10px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  flex-direction: column;
  display: flex;
  flex: 1 0 auto;
  height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .page-badges .main-container .view-youth1-badges .view-content .views-row .views-field-name {
    font-size: 13px;
    padding: 10px 2px;
  }
}
/*Profile coach*/
@media (min-width: 768px) {
  .page-profile-coach-edit .region-content {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 768px) {
  .page-profile-coach-edit .region-content .block-youth1-custom-blocks {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-profile-coach-edit .region-content .block-youth1-custom-blocks {
    float: left;
    width: 25%;
  }
}
.page-profile-coach-edit .region-content .block-youth1-custom-blocks .btn-group {
  width: 100%;
  -webkit-box-shadow: 0px 0px 21px -5px #000000;
  -moz-box-shadow: 0px 0px 21px -5px #000000;
  box-shadow: 0px 0px 21px -5px #000000;
}
.page-profile-coach-edit .region-content .block-youth1-custom-blocks .btn-group button {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 14px 20px;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff4600;
  background: #ffffff;
}
.page-profile-coach-edit .region-content .block-youth1-custom-blocks .btn-group button span {
  float: right;
  color: initial;
  font-size: 12px;
  margin-top: 5px;
}
.page-profile-coach-edit .region-content .block-youth1-custom-blocks .btn-group .edit-profile-nav {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
@media (min-width: 768px) {
  .page-profile-coach-edit .region-content #block-system-main {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-profile-coach-edit .region-content #block-system-main {
    float: left;
    width: 75%;
  }
}
.page-profile-coach-edit .region-content #block-system-main .form-item-profile-coach-field-state-und-select,
.page-profile-coach-edit .region-content #block-system-main .form-item-profile-coach-field-state-und-other {
  padding: 0;
}
.page-profile-coach-edit .edit-profile-nav .list-group-item {
  cursor: pointer;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #191919;
  text-transform: uppercase;
  font-weight: bold;
  border-color: #E8E8E8;
}
.page-profile-coach-edit .edit-profile-nav .list-group-item.active {
  background-color: #d8d8d8;
  color: #ff4600;
  border-color: #E8E8E8;
}
.page-profile-coach-edit .edit-profile-nav .list-group-item.active:hover,
.page-profile-coach-edit .edit-profile-nav .list-group-item.active:focus {
  background-color: #d8d8d8;
}
@media (max-width: 767px) {
  .page-profile-coach-edit .section-player {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-profile-coach.page-profile-coach-edit .fix-container-sport {
  margin-top: -300px;
}
@media (min-width: 768px) {
  .page-profile-coach.page-profile-coach-edit .fix-container-sport {
    margin-top: -260px;
  }
}
.page-profile-coach .fix-container-sport {
  margin-top: -280px;
}
@media (min-width: 768px) {
  .page-profile-coach .fix-container-sport {
    margin-top: -260px;
  }
}
.page-profile-coach .tabs--primary,
.page-profile-coach .page-header {
  display: none;
}
.page-profile-coach .right-profile-content .info h1 {
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .page-profile-coach .right-profile-content .info h1.no-login {
    padding: 20px;
  }
}
.page-profile-coach .profile-detail .left-profile-content {
  background: none;
  position: relative;
}
.page-profile-coach .profile-detail .left-profile-content .coach-info {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .page-profile-coach .left-profile-content .info {
    margin: 0 -1px 0 0;
  }
}
.trade-card-border,
.coach-trade-card {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #E8E8E8;
  max-width: 550px;
}
.trade-card-border .trade-card,
.coach-trade-card .trade-card {
  margin-right: -5px;
  margin-left: -5px;
}
@media (min-width: 768px) {
  .trade-card-border .trade-card,
  .coach-trade-card .trade-card {
    margin-right: -10px;
    margin-left: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.trade-card-border .profile,
.coach-trade-card .profile {
  display: none;
}
.trade-card-border .trade-card-bold-name,
.coach-trade-card .trade-card-bold-name {
  font-weight: bold;
  font-size: 23px;
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ff4600;
}
.trade-card-border .trade-card-bold-name.font-16,
.coach-trade-card .trade-card-bold-name.font-16 {
  text-transform: uppercase;
  font-size: 16px;
  color: #191919;
}
.trade-card-border .trade-card-row,
.coach-trade-card .trade-card-row {
  padding: 5px 0px;
  border-bottom: 1px solid #E8E8E8;
  font-size: 14px;
  overflow: hidden;
}
.trade-card-border .trade-card-row .title,
.coach-trade-card .trade-card-row .title {
  text-transform: uppercase;
  font-weight: bold;
}
.trade-card-border .trade-card-row:first-child,
.coach-trade-card .trade-card-row:first-child {
  padding-top: 25px;
}
.trade-card-border .trade-card-row:last-child,
.coach-trade-card .trade-card-row:last-child {
  border: none;
}
.trade-card-border .profile-name,
.coach-trade-card .profile-name {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .trade-card-border .profile-name,
  .coach-trade-card .profile-name {
    padding-top: 0px;
  }
}
.trade-card-border .trade-card-left,
.coach-trade-card .trade-card-left {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .trade-card-border .trade-card-left,
  .coach-trade-card .trade-card-left {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .trade-card-border .trade-card-left,
  .coach-trade-card .trade-card-left {
    float: left;
    width: 50%;
  }
}
.trade-card-border .trade-card-right,
.coach-trade-card .trade-card-right {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
}
@media (min-width: 768px) {
  .trade-card-border .trade-card-right,
  .coach-trade-card .trade-card-right {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .trade-card-border .trade-card-right,
  .coach-trade-card .trade-card-right {
    float: left;
    width: 50%;
  }
}
.trade-card-border .trade-card-right > div,
.coach-trade-card .trade-card-right > div {
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .trade-card-border .trade-card-right > div,
  .coach-trade-card .trade-card-right > div {
    margin: -1px -2px 0 0;
    padding: 15px 20px 10px 0;
    background: url(../images/trade-card-bg-img.png) no-repeat right top;
  }
}
.trade-card-border .trade-card-picture,
.coach-trade-card .trade-card-picture {
  padding: 25px 0 0;
  background: #000000;
  height: 100%;
  background: url(../images/trade-card-bg-img.png) no-repeat right top #ffffff;
  text-align: center;
  background-size: 93px;
}
@media (min-width: 768px) {
  .trade-card-border .trade-card-picture,
  .coach-trade-card .trade-card-picture {
    background: none;
    min-height: 225px;
    padding: 20px 11px 20px 20px;
  }
}
.trade-card-border .trade-card-picture img,
.coach-trade-card .trade-card-picture img {
  max-width: 150px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .trade-card-border .trade-card-picture img,
  .coach-trade-card .trade-card-picture img {
    max-width: 100%;
  }
}
.coach-trade-card .trade-card-right > div {
  background: none;
}
.coach-trade-card .trade-card-right > div.img-corner {
  position: absolute;
  right: 8px;
  top: -1px;
  width: 93px;
  z-index: 0;
  padding: 0;
  margin: 0;
}
.coach-trade-card .trade-card-row {
  padding: 8px 0;
}
.coach-trade-card .trade-card-row ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.coach-trade-card .trade-card-row ul li {
  text-align: right;
}
.coach-trade-card .trade-card-bold-name.font-16 {
  text-transform: none;
}
.coach-trade-card.premium-member .text-premium {
  color: #ff4600;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  font-weight: bold;
}
.coach-trade-card.premium-member .text-premium img {
  display: inline-block;
  width: 75px;
}
.coach-trade-card.premium-member .trade-card-row:first-child {
  padding-top: 10px;
}
.search-results .bg_with_shadow {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}
.search-results .created-date {
  padding: 10px 0px;
}
.search-results .post_details {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .search-results .post_details {
    padding-top: 0px;
  }
}
.search-results .events {
  background-color: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 15px 0;
}
.search-results .events .event-date {
  font-weight: bold;
  color: #333333;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  padding: 5px;
  margin: 0 auto;
  float: none;
  font-size: 18px;
  line-height: 20px;
  width: 62px;
  height: 70px;
}
@media (min-width: 768px) {
  .search-results .events .event-date {
    font-size: 22px;
    width: 80px;
    height: 100px;
    line-height: 28px;
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .search-results .events .event-date {
    float: left;
  }
}
.search-results .events .event-date span.date-month {
  text-transform: uppercase;
  display: block;
  margin-bottom: 0px;
}
.search-results .events .event-date span.date-year {
  font-weight: normal;
  font-size: 14px;
  color: #CCCCCC;
}
@media (min-width: 768px) {
  .search-results .events .event-date span.date-year {
    font-size: 16px;
  }
}
.search-results .events .event-logo {
  text-align: center;
  margin-top: 12px;
  padding: 0;
}
@media (min-width: 768px) {
  .search-results .events .event-logo {
    margin-top: 15px;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .search-results .events .event-logo {
    margin-top: 0;
    margin-left: 13px;
  }
}
@media (min-width: 1200px) {
  .search-results .events .event-logo {
    margin-left: 8.33333%;
  }
}
.search-results .events .event-logo span {
  display: inline-block;
  margin: 10px 0;
  font-size: 40px;
}
@media (min-width: 768px) {
  .search-results .events .event-logo span {
    margin: 15px 0;
    font-size: 50px;
  }
}
.search-results .events .event-detail {
  text-align: left;
}
.search-results .events .event-detail .event-title a {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}
@media (min-width: 768px) {
  .search-results .events .event-detail .event-title a {
    font-size: 25px;
    line-height: 30px;
  }
}
.search-results .events .event-detail .event-location {
  font-size: 16px;
  color: #ff4600;
  text-align: left;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .search-results .events .event-detail .event-location {
    font-size: 18px;
  }
}
.search-results .events .event-detail .event-location .y1-icon-location {
  margin-right: 5px;
  float: left;
}
.search-results .events .event-detail .event-location span {
  overflow: hidden;
  display: block;
}
.search-results .events .event-detail .event-desc {
  color: #9b9b9b;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .search-results .events .event-detail .event-desc {
    line-height: 24px;
  }
}
.search-trade-card-border {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.search-trade-card-border .profile {
  display: none;
}
.search-trade-card-border .profile-name {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .search-trade-card-border .profile-name {
    padding-top: 0px;
  }
}
.search-trade-card-border .trade-card-row {
  padding: 3px 0px;
}
.search-trade-card-border .trade-card-bold-name {
  font-weight: bold;
  font-size: 18px;
}
.search-trade-card-border .trade-card-left,
.search-trade-card-border .trade-card-right {
  max-width: 250px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .search-trade-card-border .trade-card-left,
  .search-trade-card-border .trade-card-right {
    max-width: none;
  }
}
.page-search .search-form button {
  padding: 10px 12px;
}
/* Style for membership page */
.page-membership {
  background-color: #ffffff;
}
.page-membership [type="radio"] + span.check:before {
  display: none;
}
.page-membership .bg-image {
  overflow: hidden;
  background: #000 url(../images/bg-membership.jpg) top center no-repeat;
  background-size: 100%;
  padding: 40px 5px 20px;
}
@media (min-width: 768px) {
  .page-membership .bg-image {
    padding: 150px 20px 20px;
  }
}
.page-membership .bg-image h2 {
  margin-bottom: 10px;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
@media (min-width: 768px) {
  .page-membership .bg-image h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.page-membership .bg-image h2.first-title {
  text-transform: none;
  color: #ff4600;
  font-size: 32px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .page-membership .bg-image h2.first-title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .page-membership .intro {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .page-membership .intro .service.grid {
    text-align: center;
  }
}
.page-membership .intro .service.grid .desc h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #ff4600;
  line-height: 28px;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
}
@media (min-width: 768px) {
  .page-membership .intro .service.grid .desc h5 {
    font-size: 18px;
  }
}
.page-membership .intro .service.grid .desc h6 {
  font-size: 14px;
  color: #9b9b9b;
}
@media (min-width: 768px) {
  .page-membership .intro .service.grid img {
    margin-bottom: 5px;
    float: none;
    padding: 0 0 15px 0;
  }
}
.page-membership .main-section {
  max-width: 1336px;
}
.view-youth1on1.view-display-id-page,
.view-spotlight-articles.view-display-id-page {
  background-color: #ffffff;
  padding: 20px;
}
/* edit team profile */
.edit-team-profile > div {
  padding-top: 15px;
}
.edit-team-profile .form-group {
  padding: 0 20px;
}
.edit-team-profile .form-group .form-group {
  padding: 0px;
}
.edit-team-profile .form-group .control-label {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .edit-team-profile .form-group .control-label {
    width: 25%;
    text-align: right;
    display: inline-block;
  }
}
.edit-team-profile .form-group .form-control {
  height: 35px;
  width: 100%;
}
@media (min-width: 992px) {
  .edit-team-profile .form-group .form-control {
    width: 65%;
    display: inline-block;
  }
}
.edit-team-profile .tabledrag-toggle-weight-wrapper {
  display: none;
}
.edit-team-profile .form-submit.y1 {
  margin: 10px 0px;
}
.edit-team-profile .imagefield-crop-preview {
  overflow-x: auto;
  margin-bottom: 25px;
}
.edit-team-profile .imagefield-crop-preview .description {
  display: none;
}
.edit-team-profile .imagefield-crop-cropbox {
  overflow-x: auto;
}
.edit-team-profile .imagefield-crop-cropbox img.cropbox {
  max-width: none;
}
@media (min-width: 992px) {
  .edit-team-profile .add-assistant-coaches .form-control,
  .edit-team-profile .field-name-field-add-team-events .form-control,
  .edit-team-profile .field-name-field-profile-picture .form-control,
  .edit-team-profile .field-name-field-upload-csv-file .form-control,
  .edit-team-profile .add-assistant-coaches .control-label,
  .edit-team-profile .field-name-field-add-team-events .control-label,
  .edit-team-profile .field-name-field-profile-picture .control-label,
  .edit-team-profile .field-name-field-upload-csv-file .control-label {
    width: 100%;
    display: block;
    text-align: left;
  }
}
.edit-team-profile .form-submit {
  background-color: #ff4600;
  border-color: #ff4600;
  color: #ffffff;
}
.edit-team-profile .form-submit:hover {
  background-color: #191919;
  border-color: #191919;
}
.edit-team-profile .field-name-field-profile-picture span.file {
  display: none;
}
.edit-team-profile .field-name-field-profile-picture .btn {
  margin: 15px 0px;
}
.edit-team-profile .field-add-more-submit {
  font-weight: normal;
  margin: 10px 0px 0px;
}
.edit-team-profile .field-name-field-upload-csv-file .input-group {
  display: block;
}
.edit-team-profile .field-name-field-upload-csv-file .input-group button {
  margin-top: 15px;
  border-radius: 4px;
}
.edit-team-profile .field-name-field-photos {
  margin-bottom: 0;
}
.edit-team-profile .field-name-field-photos .panel-heading {
  display: block;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  font-weight: bold;
}
.edit-team-profile .field-name-field-photos .panel-body {
  padding: 10px 0;
}
.edit-team-profile .field-name-field-photos .panel-body label {
  text-align: left;
}
.edit-team-profile .field-name-field-photos .panel-body .input-group {
  display: block;
}
.edit-team-profile .field-name-field-photos .panel-body .input-group input {
  width: 100%;
  margin-bottom: 10px;
}
.edit-team-profile .field-name-field-photos .panel-body .input-group button {
  border-radius: 4px;
}
.edit-profile-nav {
  margin-bottom: 0px;
}
.edit-profile-nav li.active a {
  color: #ff4600;
}
.page-update-team-roster .roster-view {
  background-color: #ffffff;
  padding: 20px;
}
.page-update-team-roster .update-roster-form {
  background-color: #ffffff;
  padding: 0px 20px 20px;
}
.page-update-team-roster .form-submit {
  background-color: #ff4600;
  border-color: #ff4600;
  color: #ffffff;
}
.page-update-team-roster .form-submit:hover {
  background-color: #191919;
  border-color: #191919;
}
.page-update-team-roster .views-row-edit-static {
  display: none;
}
.page-update-team-roster .edit-team-roster-section {
  margin-bottom: 15px;
}
.page-update-team-roster .views-field-field-profile-picture {
  display: none;
}
@media (min-width: 992px) {
  .page-update-team-roster .views-field-field-profile-picture {
    display: block;
  }
}
.view-team-roster a {
  color: #ff4600;
}
.view-team-roster .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.roster-label {
  width: 150px;
}
.asst-coaches {
  display: inline-block;
}
.asst-coaches a {
  color: #ff4600;
}
.coach-info {
  padding: 10px 0px;
  border-bottom: 1px solid #E8E8E8;
}
/* Style for points leaderboard page */
.page-points-leaderboard .main-container {
  padding: 0 0 280px 0;
  background-color: #ffffff;
}
@media (min-width: 580px) {
  .page-points-leaderboard .main-container {
    padding: 0 0 215px 0;
  }
}
@media (min-width: 768px) {
  .page-points-leaderboard .main-container {
    background: none;
    padding: 0 15px 215px 15px;
  }
}
.page-points-leaderboard .main-container .row {
  margin-right: 0;
}
.page-points-leaderboard .main-container .row .col-md-12 {
  padding-right: 0;
}
.page-points-leaderboard .main-container .row .col-md-12 .page-header {
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 50px 15px;
  text-align: center;
  font-weight: bold;
}
.page-points-leaderboard .main-container .row .col-md-12 .region-content {
  background-color: #ffffff;
}
.page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points h3 {
  padding: 0 15px;
  text-align: center;
  margin-top: 20px;
}
.page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points h3.your-points {
  font-size: 18px;
}
@media (min-width: 450px) {
  .page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points h3.your-points {
    font-size: 25px;
  }
}
.page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points h3.your-points a {
  color: #ff4600;
}
.page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points h3.your-points span {
  font-weight: bold;
}
.page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points h3.btn-earn-points .btn {
  margin-left: 15px;
  margin-bottom: 15px;
}
.page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points .header-content {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #CCCCCC;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 450px) {
  .page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points .header-content {
    padding: 15px 80px;
  }
}
@media (min-width: 768px) {
  .page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points .header-content {
    padding: 10px 150px;
  }
}
.page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points .view-content .views-row {
  padding: 0 15px;
  overflow: hidden;
}
@media (min-width: 450px) {
  .page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points .view-content .views-row {
    padding: 0 80px;
  }
}
@media (min-width: 768px) {
  .page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points .view-content .views-row {
    padding: 0 150px;
  }
}
.page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points .view-content .views-row .row-content {
  padding: 10px 0;
  border-bottom: 1px solid #E8E8E8;
}
.page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points .view-content .views-row .row-content .image {
  padding-left: 0;
}
.page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points .view-content .views-row .row-content .name {
  font-weight: bold;
}
.page-points-leaderboard .main-container .row .col-md-12 .region-content .block-system .view-youth1-points .view-content .views-row .image img {
  max-width: 60px;
}
/*Style for points detail page */
.page-points-details .main-container {
  background-color: #ffffff;
  padding-top: 0;
}
@media (min-width: 768px) {
  .page-points-details .main-container {
    background: none;
  }
}
.page-points-details .main-container .page-header {
  margin: 20px 0;
}
.page-points-details .main-container .col-md-12 {
  padding: 0;
}
@media (min-width: 768px) {
  .page-points-details .main-container .col-md-12 {
    padding: 0 15px;
  }
}
.page-points-details .main-container .col-md-12 .region-content {
  background-color: #ffffff;
}
.page-points-details .main-container .col-md-12 .region-content .youth1-hat {
  text-align: center;
  margin: 10px 0 15px 0;
  padding: 0 15px;
}
.page-points-details .main-container .col-md-12 .region-content .points-earned {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 450px) {
  .page-points-details .main-container .col-md-12 .region-content .points-earned {
    font-size: 25px;
  }
}
.page-points-details .main-container .col-md-12 .region-content .points-earned a {
  color: #ff4600;
}
.page-points-details .main-container .col-md-12 .region-content .points-earned span {
  font-weight: bold;
}
.page-points-details .main-container .col-md-12 .region-content .btn-leaderboard {
  text-align: center;
  margin: 15px 0;
}
.page-points-details .main-container .col-md-12 .region-content .btn-leaderboard a {
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 490px) {
  .page-points-details .main-container .col-md-12 .region-content .btn-leaderboard a {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .page-points-details .main-container .col-md-12 .region-content .btn-leaderboard a {
    margin-bottom: none;
  }
}
.page-points-details .main-container .col-md-12 .region-content .table-activity {
  margin-bottom: 30px;
}
.page-points-details .main-container .col-md-12 .region-content .table-activity h3 {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
}
.page-points-details .main-container .col-md-12 .region-content .table-activity .title-table {
  padding: 10px 0;
  background-color: #CCCCCC;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.page-points-details .main-container .col-md-12 .region-content .table-activity table {
  width: 100%;
}
.page-points-details .main-container .col-md-12 .region-content .table-activity table tr {
  border-bottom: 1px solid #CCCCCC;
}
.page-points-details .main-container .col-md-12 .region-content .table-activity table tr td {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
}
.page-points-details .main-container .col-md-12 .region-content .table-activity table tr td span.refer-text {
  display: block;
}
.page-points-details .main-container .col-md-12 .region-content .table-activity table tr td span.refer-link {
  text-transform: none;
}
.page-points-details .main-container .col-md-12 .region-content .table-activity table tr td span.refer-link a {
  color: #ff4600;
  text-transform: uppercase;
}
.page-points-details .main-container .col-md-12 .region-content .table-activity table tr td span.limit-point {
  display: block;
}
.page-points-details .main-container .col-md-12 .region-content .table-activity table tr td span.limit_text {
  text-transform: none;
}
.page-points-details .main-container .col-md-12 .region-content .table-prizes {
  margin-bottom: 30px;
}
.page-points-details .main-container .col-md-12 .region-content .table-prizes h3 {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
}
.page-points-details .main-container .col-md-12 .region-content .table-prizes .get-prize {
  font-size: 15px;
  padding: 0 15px 10px 15px;
}
.page-points-details .main-container .col-md-12 .region-content .table-prizes .get-prize a {
  color: #ff4600;
}
.page-points-details .main-container .col-md-12 .region-content .table-prizes .title-table {
  padding: 10px 0;
  background-color: #CCCCCC;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.page-points-details .main-container .col-md-12 .region-content .table-prizes table {
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  text-transform: uppercase;
}
.page-points-details .main-container .col-md-12 .region-content .table-prizes table tr td {
  padding: 15px;
}
.page-points-details .main-container .col-md-12 .region-content .table-prizes table tr td img {
  width: 100%;
}
.page-points-details .main-container .col-md-12 .region-content .table-prizes table tr td span.limit-point {
  display: block;
}
.page-points-details .main-container .col-md-12 .region-content .table-prizes table tr td span.limit-text {
  text-transform: none;
}
.page-points-details .main-container .col-md-12 .region-content h4 {
  padding: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.page-points-details .main-container .col-md-12 .region-content h4 a {
  color: #ff4600;
}
/* Style for user point page */
.page-user-points .main-container {
  padding-left: 0;
  padding-right: 0;
}
.page-user-points .main-container .row {
  margin-left: 0;
  margin-right: 0;
}
.page-user-points .main-container .row .col-md-8 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .page-user-points .main-container .row .col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-user-points .main-container .page-header {
  padding: 15px;
  margin-bottom: 0;
  font-weight: normal;
}
.page-user-points .main-container .region-content {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: -15px;
}
.page-user-points .main-container .region-content form table {
  font-size: 15px;
}
.page-user-points .main-container .region-content form table thead th {
  background-color: #CCCCCC;
}
.page-user-points .main-container .region-content form table tbody a {
  color: #ff4600;
}
.page-user-points .main-container .region-content form table tbody img {
  border: none;
  max-width: 100%;
  height: auto;
}
.page-user-points .main-container .region-content form table tbody tr td.userpoints-transactions-field-actions {
  text-align: center;
}
.page-user-points .main-container .region-content form .table-responsive {
  border: none;
}
.page-user-points .main-container .region-content .block-youth1-membership h2 {
  font-size: 25px;
  font-weight: bold;
}
.page-user-points .main-container .region-content .block-youth1-membership .member {
  margin: 10px 0;
}
.page-user-points .main-container .region-content .block-youth1-user-profile a {
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-user-points .main-container .region-content .block-youth1-user-profile a {
    font-size: 20px;
  }
}
/* Style for list writers page */
.page-youth1-team .main-container .page-header {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  padding: 25px 20px;
  border: none;
  margin: 0;
  color: #000000;
}
@media (min-width: 768px) {
  .page-youth1-team .main-container .page-header {
    font-size: 45px;
    margin: 0;
    padding: 40px 15px 60px;
    line-height: 45px;
  }
}
.page-youth1-team .main-container .col-md-8 {
  padding: 0;
}
@media (min-width: 768px) {
  .page-youth1-team .main-container .col-md-8 {
    padding: 15px;
    padding-top: 0;
  }
}
.page-youth1-team .main-container .col-md-8 .views-row {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.page-youth1-team .main-container .col-md-8 .views-row .name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-youth1-team .main-container .col-md-8 .views-row .name {
    text-align: left;
    font-size: 20px;
  }
}
.page-youth1-team .main-container .col-md-8 .views-row .position {
  text-align: center;
  font-size: 18px;
  color: #ff4600;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-youth1-team .main-container .col-md-8 .views-row .position {
    text-align: left;
    font-size: 20px;
  }
}
.page-youth1-team .main-container .col-md-8 .views-row .description {
  font-size: 16px;
}
.page-youth1-team .main-container .col-md-8 .views-row .writer-left {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.page-youth1-team .main-container .col-md-8 .views-row-last {
  margin-bottom: 0;
}
/* Style for writer detail page */
.page-profile-y1writer .main-container .page-header {
  display: none;
}
.page-profile-y1writer .main-container .col-md-8 {
  padding: 0;
}
@media (min-width: 768px) {
  .page-profile-y1writer .main-container .col-md-8 {
    padding: 15px;
    padding-top: 0;
  }
}
.page-profile-y1writer .main-container .writer-detail {
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
}
.page-profile-y1writer .main-container .writer-detail .profile-writer {
  background-color: #ffffff;
  border-bottom: 1px solid #ff4600;
  padding: 15px;
}
.page-profile-y1writer .main-container .writer-detail .profile-writer img {
  width: 200px;
  max-height: 200px;
  margin: 0 auto;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .page-profile-y1writer .main-container .writer-detail .profile-writer img {
    width: 190px;
    max-height: 190px;
  }
}
@media (min-width: 1200px) {
  .page-profile-y1writer .main-container .writer-detail .profile-writer img {
    width: 300px;
    max-height: 300px;
  }
}
.page-profile-y1writer .main-container .writer-detail .profile-writer .name {
  font-size: 25px;
  line-height: 25px;
  color: #ff4600;
  margin: 15px 0 3px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-profile-y1writer .main-container .writer-detail .profile-writer .name {
    font-size: 30px;
    line-height: 30px;
  }
}
.page-profile-y1writer .main-container .writer-detail .profile-writer .position {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-profile-y1writer .main-container .writer-detail .profile-writer .position {
    font-size: 20px;
  }
}
.page-profile-y1writer .main-container .writer-detail .social-network {
  background-color: #ffffff;
  padding: 15px;
}
.page-profile-y1writer .main-container .writer-detail .social-network p {
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  .page-profile-y1writer .main-container .writer-detail .social-network p {
    font-size: 20px;
  }
}
.page-profile-y1writer .main-container .writer-detail .social-network ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.page-profile-y1writer .main-container .writer-detail .social-network ul li {
  display: inline-block;
  margin: 0 12px;
}
.page-profile-y1writer .main-container .writer-detail .row-detail {
  background-color: #ffffff;
  padding: 15px;
}
@media (min-width: 768px) {
  .page-profile-y1writer .main-container .writer-detail {
    padding: 15px;
    padding-top: 0;
  }
}
.page-profile-y1writer .main-container .profile-content {
  padding: 0;
}
@media (min-width: 768px) {
  .page-profile-y1writer .main-container .profile-content {
    padding-right: 15px;
  }
}
.page-profile-y1writer .main-container .profile-content .profile-views {
  padding: 15px;
  background-color: #ffffff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-congratulation-message section.col-md-12 {
    padding: 0;
  }
}
.page-congratulation-message .main-container {
  text-align: center;
}
.page-congratulation-message .page-header,
.page-congratulation-message .region-content {
  background: #ffffff;
  margin: 0;
  padding: 20px;
}
.page-congratulation-message .page-header {
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-congratulation-message .page-header {
    margin: 0 15px;
  }
}
.page-congratulation-message .congratulation-text {
  font-size: 20px;
}
.page-congratulation-message .congratulation-notice {
  color: #ff4600;
  padding: 15px;
}
.page-congratulation-message .trade-card-border {
  margin: 0 auto;
}
.page-congratulation-message .congrats_user_id {
  display: none;
}
.page-congratulation-message .congratulation-block {
  margin-top: 20px;
}
.under-background {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -5;
  color: rgba(255, 255, 255, 0);
}
.white-background {
  background-color: #ffffff;
}
.page-sport .page-header {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  padding: 25px 20px;
  border: none;
  margin: 0;
}
@media (min-width: 768px) {
  .page-sport .page-header {
    font-size: 45px;
    margin: 0;
    padding: 40px 15px 60px;
    line-height: 45px;
  }
}
.page-sport .page-header .y1-icon {
  margin-right: 20px;
}
.page-sport .views-exposed-form {
  display: none;
}
/* Style for profile y1writer edit page */
.page-profile-y1writer-edit [type="radio"] + span.check:before {
  width: 13px;
  height: 13px;
  border: 3px solid #ffffff;
}
.page-profile-y1writer-edit [type="radio"]:checked + span.check:before {
  background-color: #ff4600;
}
.page-profile-y1writer-edit .main-container {
  margin-top: 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .page-profile-y1writer-edit .main-container {
    background: none;
  }
}
.page-profile-y1writer-edit .main-container .row {
  margin: 0;
}
.page-profile-y1writer-edit .main-container .row .page-header {
  display: block;
  background-color: #ffffff;
  padding: 15px 0;
  margin: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-profile-y1writer-edit .main-container .row .page-header {
    padding: 15px;
  }
}
.page-profile-y1writer-edit .main-container .row .col-md-12 {
  padding: 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .page-profile-y1writer-edit .main-container .row .col-md-12 {
    padding: 15px;
  }
}
.page-profile-y1writer-edit .main-container .row .col-md-12 label {
  font-size: 15px;
}
.page-profile-y1writer-edit .main-container .row .col-md-12 .image-widget-data .input-group {
  display: block;
}
.page-profile-y1writer-edit .main-container .row .col-md-12 .image-widget-data .input-group input {
  border-radius: 3px;
  margin-bottom: 10px;
}
.page-profile-y1writer-edit .main-container .row .col-md-12 .image-widget-data .input-group button {
  margin-left: 0;
  border-radius: 5px;
  background-color: #ff4600;
  border-color: #ff4600;
  color: #ffffff;
}
.page-profile-y1writer-edit .main-container .row .col-md-12 .field-type-text-with-summary {
  margin: 10px auto;
}
.page-profile-y1writer-edit .main-container .row .col-md-12 .field-type-text-with-summary a {
  color: #ff4600;
}
.page-profile-y1writer-edit .main-container .row .col-md-12 .field-type-text-with-summary .wysiwyg-toggle-wrapper {
  margin: 10px 0;
}
.page-profile-y1writer-edit .main-container .row .col-md-12 .field-type-text-with-summary .filter-wrapper {
  padding: 20px;
}
.page-profile-y1writer-edit .main-container .row .col-md-12 .form-actions {
  float: right;
  margin: 20px 0;
}
.page-profile-y1writer-edit .main-container .row .col-md-12 .form-actions button {
  background-color: #ff4600;
  border-color: #ff4600;
}
/* Style for user edit simplenews page */
.page-user-edit-simplenews .col-md-8 .pagination li a,
.page-user-edit .col-md-8 .pagination li a {
  width: 95px;
  height: 35px;
  text-align: center;
}
.page-user-edit-simplenews .col-md-8 .pagination > .active > a,
.page-user-edit .col-md-8 .pagination > .active > a {
  background-color: #ff4600;
  border-color: #ff4600;
}
.page-user-edit-simplenews .col-md-8 .region-content,
.page-user-edit .col-md-8 .region-content {
  background: #ffffff;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .page-user-edit-simplenews .col-md-8 .region-content,
  .page-user-edit .col-md-8 .region-content {
    padding: 15px;
  }
}
.page-user-edit-simplenews .col-md-8 .region-content .form-actions button,
.page-user-edit .col-md-8 .region-content .form-actions button {
  background-color: #ff4600;
  border-color: #ff4600;
}
.page-user-edit-simplenews .form-group {
  margin-bottom: 0;
}
/* Style for user edit page */
.page-user-edit #edit-cancel {
  background: none;
  margin-left: 15px;
}
.page-rankings .elite-header-section1,
.page-rankings .f450-intro-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-rankings .elite-header-cta {
  margin-top: 20px;
}
.page-rankings .elite-header-cta a {
  color: #ff4600;
}
.page-rankings .page-header {
  margin: 0 15px;
  border: none;
  background: #ffffff;
  padding: 20px;
  font-weight: bold;
  font-size: 30px;
}
@media (min-width: 768px) {
  .page-rankings .page-header {
    font-size: 45px;
  }
}
.page-rankings section > .region-content {
  background: #ffffff;
}
.page-rankings .view-y1-rankings-base-page {
  overflow: hidden;
  padding-bottom: 20px;
}
.page-rankings .view-y1-rankings-base-page .state-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0;
}
.page-rankings .view-y1-rankings-base-page .featured-image,
.page-rankings .view-y1-rankings-base-page .views-row {
  margin-bottom: 15px;
}
@media (min-width: 540px) {
  .page-rankings .view-y1-rankings-base-page .classes {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 540px) {
  .page-rankings .view-y1-rankings-base-page .classes .views-row {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.page-rankings .view-y1-rankings-filter-page {
  overflow: hidden;
  padding-bottom: 20px;
}
.page-rankings.page-rankings-hockey .view-y1-rankings .rankings-image img {
  max-height: 267px;
  width: auto;
}
.elite-class-list {
  list-style: none;
  padding: 0 15px;
  margin: 0;
}
.elite-class-list li {
  padding: 15px;
}
@media (min-width: 768px) {
  .elite-class-list li {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .elite-class-list li {
    float: left;
    width: 50%;
  }
}
.elite-class-list li .elite-image {
  position: relative;
  text-align: center;
}
.elite-class-list li .elite-image img {
  width: 100%;
  height: auto;
}
.elite-class-list .elite-image-pop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  padding: 70px 0 0;
}
@media (min-width: 600px) {
  .elite-class-list .elite-image-pop.elite-image-pop-basketball {
    padding: 140px 0 0;
    line-height: 45px;
  }
}
@media (min-width: 768px) {
  .elite-class-list .elite-image-pop.elite-image-pop-basketball {
    padding: 65px 0 0;
  }
}
@media (min-width: 992px) {
  .elite-class-list .elite-image-pop.elite-image-pop-basketball {
    padding: 110px 0 0;
  }
}
@media (min-width: 1200px) {
  .elite-class-list .elite-image-pop.elite-image-pop-basketball {
    padding: 140px 0 0;
  }
}
@media (min-width: 1200px) {
  .elite-class-list .elite-image-pop {
    font-size: 55px;
    line-height: 65px;
    text-shadow: -1px 0 black, 0 4px black, 1px 0 black, 0 -1px black;
  }
}
.view-y1-rankings {
  margin-bottom: 50px;
}
.view-y1-rankings .other-list {
  text-align: right;
  margin-bottom: 20px;
  padding: 0 15px;
}
.view-y1-rankings .other-list label {
  text-transform: uppercase;
}
.view-y1-rankings .other-list ul {
  display: inline-block;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.view-y1-rankings .other-list ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #E8E8E8;
  padding: 0 5px;
}
.view-y1-rankings .y1-rankings-intro {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  margin-bottom: 50px;
}
.view-y1-rankings .rankings-logo-wrapper {
  margin: 20px 0 40px 0;
}
.view-y1-rankings .rankings-cta {
  margin: 0 0 50px 0;
}
.view-y1-rankings .rankings-cta h3 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
}
.view-y1-rankings .rankings-cta a {
  color: #ff4600;
}
.view-y1-rankings .athlete-ranking-header h2 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
.view-y1-rankings .view-profile-trade-card .trade-card-border {
  margin: 0 auto;
}
.view-y1-rankings .views-field h3 {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.view-y1-rankings .ranked-athlete {
  margin-bottom: 20px;
}
.view-y1-rankings .non-premium-rankings-cta.create-account {
  text-align: center;
}
.view-y1-rankings .non-premium-rankings-cta.create-account a img {
  margin-right: 5px;
  height: 20px;
}
.view-y1-rankings .create-account .upper-text {
  display: block;
}
.view-y1-rankings .views-row {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .view-y1-rankings .views-row {
    padding: 0;
  }
}
.view-y1-rankings .non-premium-user-content {
  position: relative;
  padding: 0 15px;
}
.view-y1-rankings .non-premium-user-content .non-premium-user:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, white);
}
.view-y1-rankings .rankings-image img {
  margin: 0 auto 20px;
}
.view-y1-rankings.view-display-id-next_up_watchlist .rankings-logo-wrapper img.img-responsive {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* Contact us page*/
@media (max-width: 767px) {
  .section-webform {
    padding: 0;
  }
}
.node-type-webform .page-header {
  margin: 0;
  padding: 15px;
  background: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .node-type-webform .page-header {
    font-size: 45px;
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  .node-type-webform .page-header {
    margin: 0 15px 15px;
  }
}
.node-type-webform .region-content {
  background: #ffffff;
  padding: 15px;
}
.node-type-webform .webform-client-form .form-inline .form-control {
  width: 100%;
}
.node-type-webform .webform-client-form .form-textarea-wrapper .form-textarea {
  height: 250px;
}
.contact-us-block .contact-us-small-block {
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 0;
  font-weight: bold;
}
.contact-us-block .contact-us-small-block h4 {
  text-transform: uppercase;
  color: #ff4600;
  margin-bottom: 10px;
  font-weight: bold;
}
.contact-us-block .contact-us-small-block h5 {
  display: inline-block;
  color: #ff4600;
}
.contact-us-block .contact-us-small-block.social-icons {
  border: none;
}
.contact-us-block .social-icons a {
  font-size: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.contact-us-block .social-icons a span {
  width: 45px;
  height: 45px;
  display: block;
  color: #ffffff;
  border-radius: 5px;
  line-height: 45px;
}
.contact-us-block .social-icons a span.y1-icon-facebook {
  background: #3a5998;
}
.contact-us-block .social-icons a span.y1-icon-twitter {
  background: #55acee;
}
.contact-us-block .social-icons a span.y1-icon-instagram {
  background: #125688;
}
.contact-us-block .social-icons a span.y1-icon-youtube {
  background: #c83737;
}
.sitemap-menu {
  border-bottom: 1px solid #E8E8E8;
  float: left;
  height: 320px;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 0 0 10px;
  width: 48.5%;
}
.get-covered {
  position: relative;
}
.get-covered .get-covered-overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: -4px;
  margin: 0 !important;
  position: absolute;
  top: 0px;
  width: 103% !important;
  z-index: 1;
}
.get-covered .get-covered-overlay .upgrade-press-pass {
  margin: 35% auto 0;
  text-align: center;
}
.get-covered .get-covered-overlay .upgrade-press-pass a {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px;
  background-color: #ffffff;
}
.get-covered .get-covered-overlay .upgrade-press-pass a:hover {
  background-color: #ff4600;
}
.get-covered .get-covered-overlay-null .upgrade-press-pass {
  display: none;
}
.page-youth1-player-of-the-week .webform-nominate-button {
  margin: 20px 0px;
}
.page-youth1-player-of-the-week .player-title {
  padding: 20px 0px 0px;
}
@media (min-width: 768px) {
  .page-youth1-player-of-the-week .player-title {
    padding: 0px;
  }
}
/* Page refer players */
.page-refer-players .main-container {
  background: #ffffff;
}
@media (min-width: 768px) {
  .page-refer-players {
    background: none;
  }
}
.page-refer-players .page-header {
  font-weight: bold;
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 0;
  font-size: 24px;
}
@media (min-width: 768px) {
  .page-refer-players .page-header {
    padding: 15px;
    margin: 15px 15px 0;
    font-size: 45px;
  }
}
.page-refer-players .region-content {
  background-color: #ffffff;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .page-refer-players .region-content {
    padding: 15px;
  }
}
.page-refer-players .region-content .form-radios .form-type-radio {
  width: 100px;
  display: inline-block;
}
.page-refer-players .region-content .form-radios .radio label,
.page-refer-players .region-content .form-radios .checkbox label {
  padding-left: 0;
}
.page-refer-players .region-content .form-actions {
  margin-bottom: 20px;
}
.page-refer-players .region-content .form-actions .form-submit {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .page-refer-players .region-content .form-actions .form-submit {
    font-size: 18px;
    padding: 15px 30px;
  }
}
.page-refer-players .region-content .view-refered-players table thead {
  background: #CCCCCC;
}
.node-type-page .node-page {
  background-color: #ffffff;
  padding: 20px;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .node-type-page .node-page {
    padding: 15px;
  }
}
.node-type-page .page-header {
  padding-top: 20px;
  font-weight: bold;
  font-size: 24px;
}
@media (min-width: 768px) {
  .node-type-page .page-header {
    font-size: 45px;
  }
}
/*Y1 writer block*/
#block-views-youth1-writer-block-editor {
  padding: 0;
}
.view-display-id-block_editor {
  text-align: center;
  text-transform: uppercase;
}
.view-display-id-block_editor .profile-writer {
  border-bottom: 2px solid #ff4600;
  padding: 15px 15px 25px;
}
.view-display-id-block_editor .profile-writer .avatar img {
  border: 2px solid #E8E8E8;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.view-display-id-block_editor .profile-writer .name {
  font-size: 29px;
  line-height: 29px;
  margin: 15px 0 3px;
}
.view-display-id-block_editor .profile-writer .name a {
  color: #ff4600;
}
.view-display-id-block_editor .social-network {
  background: #e3e5e7;
  padding: 10px 0 20px;
}
.view-display-id-block_editor .social-network p {
  padding: 0 0 10px;
  margin: 0;
  color: #626262;
}
.view-display-id-block_editor .social-network ul.social-profile {
  list-style: none;
  padding: 0;
}
.view-display-id-block_editor .social-network ul.social-profile li {
  display: inline-block;
  margin: 0 12px;
}
.view-all-events {
  padding: 15px 15px 0px;
  text-align: center;
  width: 100%;
  bottom: 20px;
}
.pager-load-more .pager-next a {
  padding: 12px 20px;
  color: #ff4600;
  border: none;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: none;
  border-radius: 5px;
  white-space: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #ff4600;
}
.pager-load-more .pager-next a:hover {
  background: #ff4600;
  color: #ffffff;
}
/* Youth1 coach CTA block */
.region-sidebar-first #block-youth1-custom-blocks-youth1-coach-cta {
  padding: 0;
}
.coach-cta {
  background-image: url(../images/bg-coach-cta.jpg);
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.coach-cta h3 {
  font-size: 30px;
  color: #ffffff;
  line-height: 54px;
  margin-top: 10px;
  margin-bottom: 50px;
  font-weight: bold;
}
.coach-cta h3 span {
  font-size: 50px;
}
.coach-cta h4 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.coach-cta h4 span {
  font-size: 18px;
}
.coach-cta ul {
  text-align: left;
  font-size: 20px;
  list-style: none;
  padding: 0 0 0 20px;
  margin-top: 40px;
  margin-bottom: 130px;
}
.coach-cta ul li {
  background-image: url(../images/icon-list-style.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0 5px;
  margin: 10px 0;
  line-height: 22px;
}
.page-user.account-setting-page .page-header,
.page-node-44544.account-setting-page .page-header {
  display: none;
}
.page-user.account-setting-page .region-sidebar-second #block-block-82 .message-profile-info,
.page-node-44544.account-setting-page .region-sidebar-second #block-block-82 .message-profile-info {
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
}
.page-user.account-setting-page .region-sidebar-second #block-block-82 .img-profile-account-setting img,
.page-node-44544.account-setting-page .region-sidebar-second #block-block-82 .img-profile-account-setting img {
  width: 100%;
}
.page-user.account-setting-page .region-sidebar-second #block-block-82 .profile-name-box,
.page-node-44544.account-setting-page .region-sidebar-second #block-block-82 .profile-name-box {
  text-align: center;
  margin-top: 10px;
}
.page-user.account-setting-page .region-sidebar-second #block-block-82 .profile-name-box .profile-name,
.page-node-44544.account-setting-page .region-sidebar-second #block-block-82 .profile-name-box .profile-name {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 26px;
}
.page-user.account-setting-page .region-sidebar-second #block-block-82 .view-profile-button,
.page-node-44544.account-setting-page .region-sidebar-second #block-block-82 .view-profile-button,
.page-user.account-setting-page .region-sidebar-second #block-block-82 .edit-profile-button,
.page-node-44544.account-setting-page .region-sidebar-second #block-block-82 .edit-profile-button {
  margin: 20px 0;
  line-height: 30px;
  font-weight: bold;
  display: block;
}
.page-user.account-setting-page .region-sidebar-second #block-block-82 .view-profile-button:hover,
.page-node-44544.account-setting-page .region-sidebar-second #block-block-82 .view-profile-button:hover,
.page-user.account-setting-page .region-sidebar-second #block-block-82 .edit-profile-button:hover,
.page-node-44544.account-setting-page .region-sidebar-second #block-block-82 .edit-profile-button:hover {
  background-color: #191919;
  color: #ffffff;
}
.page-user.account-setting-page .region-sidebar-second #block-block-82 .change-profile-button,
.page-node-44544.account-setting-page .region-sidebar-second #block-block-82 .change-profile-button {
  white-space: normal;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  line-height: 30px;
  display: block;
  margin-bottom: 20px;
}
.page-user.account-setting-page .region-sidebar-second #block-block-82 .change-profile-button:hover,
.page-node-44544.account-setting-page .region-sidebar-second #block-block-82 .change-profile-button:hover {
  color: #ff4600;
}
.page-user .region-content,
.page-node-44544 .region-content {
  padding: 15px;
  margin: 0px -15px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .page-user .region-content,
  .page-node-44544 .region-content {
    margin: 0px;
  }
}
.page-user .region-content a,
.page-node-44544 .region-content a {
  color: #ff4600;
}
.page-user .region-content.account-setting,
.page-node-44544 .region-content.account-setting {
  padding: 0px;
}
.page-user .region-content.account-setting .btn-account-setting,
.page-node-44544 .region-content.account-setting .btn-account-setting {
  display: inline-block;
  padding: 9px 20px;
  border-radius: 5px;
  border: 1px solid #868686;
  color: #333333;
}
.page-user .region-content.account-setting .btn-account-setting:hover,
.page-node-44544 .region-content.account-setting .btn-account-setting:hover {
  background-color: #191919;
  color: #ffffff;
}
.page-user .region-content.account-setting .btn-cta,
.page-node-44544 .region-content.account-setting .btn-cta {
  background-color: #ff4600;
  color: #ffffff;
  border: none;
}
.page-user .region-content.account-setting .btn-cta:hover,
.page-node-44544 .region-content.account-setting .btn-cta:hover {
  background-color: #191919;
}
.page-user .region-content.account-setting .account-setting-block,
.page-node-44544 .region-content.account-setting .account-setting-block {
  padding: 20px;
  border-bottom: 1px solid #E8E8E8;
}
.page-user .region-content.account-setting .account-setting-label,
.page-node-44544 .region-content.account-setting .account-setting-label {
  color: #ff4600;
  font-weight: bold;
  font-size: 20px;
}
.page-user .region-content.account-setting .membership-info-block span,
.page-node-44544 .region-content.account-setting .membership-info-block span {
  font-size: 18px;
}
.page-user .region-content.account-setting .membership-info-block span.plan-text,
.page-node-44544 .region-content.account-setting .membership-info-block span.plan-text,
.page-user .region-content.account-setting .membership-info-block span.next-plan-text,
.page-node-44544 .region-content.account-setting .membership-info-block span.next-plan-text {
  font-weight: bold;
  text-transform: uppercase;
}
.page-user .region-content.account-setting .membership-info-block .youth1-premium-img,
.page-node-44544 .region-content.account-setting .membership-info-block .youth1-premium-img {
  width: 200px;
  padding-bottom: 4px;
}
.page-user .region-content.account-setting .membership-info-block .membership-level-logo,
.page-node-44544 .region-content.account-setting .membership-info-block .membership-level-logo {
  margin-bottom: 20px;
}
.page-user .region-content.account-setting .membership-info-block .membership-button-box,
.page-node-44544 .region-content.account-setting .membership-info-block .membership-button-box {
  margin-top: 18px;
}
.page-user .region-content.account-setting .membership-info-block .membership-button-box .upgrade-membership-button,
.page-node-44544 .region-content.account-setting .membership-info-block .membership-button-box .upgrade-membership-button,
.page-user .region-content.account-setting .membership-info-block .membership-button-box .downgrade-membership-button,
.page-node-44544 .region-content.account-setting .membership-info-block .membership-button-box .downgrade-membership-button {
  margin: 10px 10px 0 0;
}
@media (min-width: 768px) {
  .page-user .region-content.account-setting .membership-info-block .membership-button-box .upgrade-membership-button,
  .page-node-44544 .region-content.account-setting .membership-info-block .membership-button-box .upgrade-membership-button,
  .page-user .region-content.account-setting .membership-info-block .membership-button-box .downgrade-membership-button,
  .page-node-44544 .region-content.account-setting .membership-info-block .membership-button-box .downgrade-membership-button {
    margin: 0 10px 0 0;
  }
}
.page-user .region-content.account-setting .membership-info-block .membership-button-box .downgrade-membership-button,
.page-node-44544 .region-content.account-setting .membership-info-block .membership-button-box .downgrade-membership-button {
  border-color: #CCCCCC;
  opacity: .65;
}
.page-user .region-content.account-setting .membership-info-block .membership-button-box .upgrade-membership-button,
.page-node-44544 .region-content.account-setting .membership-info-block .membership-button-box .upgrade-membership-button {
  background-color: #ff4600;
  color: #ffffff;
  border: none;
}
.page-user .region-content.account-setting .membership-info-block .membership-button-box .upgrade-membership-button:hover,
.page-node-44544 .region-content.account-setting .membership-info-block .membership-button-box .upgrade-membership-button:hover {
  background-color: #191919;
}
.page-user .region-content.account-setting .membership-info-block .membership-button-box .cancel-membership,
.page-node-44544 .region-content.account-setting .membership-info-block .membership-button-box .cancel-membership {
  color: #333333;
  text-decoration: underline;
}
.page-user .region-content.account-setting .membership-info-block .membership-button-box .cancel-membership:hover,
.page-node-44544 .region-content.account-setting .membership-info-block .membership-button-box .cancel-membership:hover {
  color: #ff4600;
}
@media (min-width: 768px) {
  .page-user .region-content.account-setting .membership-info-block .membership-button-box .cancel-membership,
  .page-node-44544 .region-content.account-setting .membership-info-block .membership-button-box .cancel-membership {
    margin-top: 10px;
  }
}
.page-user .region-content.account-setting .payment-info-block .payment-label,
.page-node-44544 .region-content.account-setting .payment-info-block .payment-label {
  margin: 0 0 8px 5px;
}
.page-user .region-content.account-setting .payment-info-block .payment-label .icon-payment-info:before,
.page-node-44544 .region-content.account-setting .payment-info-block .payment-label .icon-payment-info:before {
  position: relative;
  font-size: 19px;
  left: -7px;
}
.page-user .region-content.account-setting .payment-info-block .payment-text,
.page-node-44544 .region-content.account-setting .payment-info-block .payment-text {
  margin: 0;
}
.page-user .region-content.account-setting .payment-info-block .payment-text .mess-payment-info,
.page-node-44544 .region-content.account-setting .payment-info-block .payment-text .mess-payment-info {
  color: #ff4600;
}
.page-user .region-content.account-setting .payment-info-block .membership-button-box a,
.page-node-44544 .region-content.account-setting .payment-info-block .membership-button-box a {
  margin: 13px 10px 0 0;
}
.page-user .region-content.account-setting .your-childs-block,
.page-node-44544 .region-content.account-setting .your-childs-block {
  padding: 20px 20px 7px 20px;
}
.page-user .region-content.account-setting .your-childs-block .your-childs-label,
.page-node-44544 .region-content.account-setting .your-childs-block .your-childs-label {
  margin: 0 0 15px 5px;
}
.page-user .region-content.account-setting .your-childs-block .your-childs-label .icon-sprint-info:before,
.page-node-44544 .region-content.account-setting .your-childs-block .your-childs-label .icon-sprint-info:before {
  position: relative;
  font-size: 20px;
  left: -5px;
}
.page-user .region-content.account-setting .your-childs-block .item-list ul,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul {
  list-style: none;
  padding-left: 0px;
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item {
  margin-bottom: 20px;
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box,
  .page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box {
    width: 50%;
  }
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .image-profile-child,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .image-profile-child {
  width: 70px;
  border-radius: 4px;
  vertical-align: top;
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info {
  display: inline-block;
  padding-left: 10px;
  width: calc(100% - 84px);
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info .name-child,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info .name-child {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info .name-child a,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info .name-child a {
  color: #191919;
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info .name-child a:hover,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info .name-child a:hover {
  color: #ff4600;
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info .mail-child,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info .mail-child {
  display: block;
  color: #5d5d5d;
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info .mail-child,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info .mail-child,
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info .name-child,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info .name-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info .plan-child,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .child-info-box .child-info .plan-child {
  margin-top: 10px;
  padding: 7px 15px;
  background-color: #edeef0;
  border-radius: 3px;
  display: inline-block;
  color: #868686;
}
@media (min-width: 1200px) {
  .page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .membership-button-box,
  .page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .membership-button-box {
    width: 49%;
    display: inline-block;
    text-align: right;
  }
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .membership-button-box a,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .membership-button-box a {
  margin: 13px 10px 0 0;
  font-weight: bold;
  box-sizing: border-box;
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .membership-button-box .upgrade-membership,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .membership-button-box .upgrade-membership {
  background-color: #ff4600;
  color: #ffffff;
  border: none;
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .membership-button-box .upgrade-membership:hover,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .membership-button-box .upgrade-membership:hover {
  background-color: #191919;
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .membership-button-box .cancel-membership,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .membership-button-box .cancel-membership {
  margin-right: 0;
  text-decoration: underline;
  color: #191919;
}
.page-user .region-content.account-setting .your-childs-block .item-list ul .child-info-item .membership-button-box .cancel-membership:hover,
.page-node-44544 .region-content.account-setting .your-childs-block .item-list ul .child-info-item .membership-button-box .cancel-membership:hover {
  color: #ff4600;
}
.page-user .region-content.account-setting .your-childs-block .create-athlete,
.page-node-44544 .region-content.account-setting .your-childs-block .create-athlete {
  margin: 15px 0px 13px 0px;
}
.page-user .region-content.account-setting .email-info-block,
.page-node-44544 .region-content.account-setting .email-info-block {
  position: relative;
}
.page-user .region-content.account-setting .email-info-block .email-info-label,
.page-node-44544 .region-content.account-setting .email-info-block .email-info-label {
  margin: 0 0 8px 7px;
}
.page-user .region-content.account-setting .email-info-block .email-info-label .icon-email-info:before,
.page-node-44544 .region-content.account-setting .email-info-block .email-info-label .icon-email-info:before {
  position: relative;
  font-size: 16px;
  left: -7px;
}
.page-user .region-content.account-setting .email-info-block .update-email-button,
.page-node-44544 .region-content.account-setting .email-info-block .update-email-button {
  margin-top: 15px;
}
.page-user .region-content.account-setting .email-info-block .update-email-button a,
.page-node-44544 .region-content.account-setting .email-info-block .update-email-button a {
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-user .region-content.account-setting .email-info-block .update-email-button,
  .page-node-44544 .region-content.account-setting .email-info-block .update-email-button {
    position: absolute;
    top: 28px;
    right: 20px;
    display: inline-block;
    margin-top: 0px;
  }
}
.page-user .region-content.account-setting .newletters-info-block,
.page-node-44544 .region-content.account-setting .newletters-info-block {
  padding: 20px 20px 0 20px;
}
.page-user .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form,
.page-node-44544 .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form {
  margin-top: 70px;
  text-align: center;
}
.page-user .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form #edit-sports-interest .form-item,
.page-node-44544 .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form #edit-sports-interest .form-item {
  width: 33.33%;
  display: inline-block;
  margin-bottom: 60px;
}
.page-user .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form #edit-sports-interest .form-item .control-label,
.page-node-44544 .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form #edit-sports-interest .form-item .control-label {
  padding-left: 0px;
}
.page-user .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form #edit-sports-interest .form-item .form-checkbox,
.page-node-44544 .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form #edit-sports-interest .form-item .form-checkbox {
  cursor: pointer;
  visibility: visible;
  top: -38px;
  left: 50%;
  transform: translate(50%);
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-user .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form #edit-sports-interest .form-item .form-checkbox:checked,
.page-node-44544 .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form #edit-sports-interest .form-item .form-checkbox:checked {
  background-color: #ff4600;
  border: none;
}
@media (min-width: 768px) {
  .page-user .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form #edit-sports-interest .form-item,
  .page-node-44544 .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form #edit-sports-interest .form-item {
    width: 16.6%;
  }
}
.page-user .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form #edit-subscribe,
.page-node-44544 .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form #edit-subscribe {
  line-height: 29px;
  font-size: 18px;
  margin-bottom: 25px;
  border: none;
}
.page-user .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form #edit-subscribe:hover,
.page-node-44544 .region-content.account-setting .newletters-info-block #youth1-user-profile-newletter-account-setting-form #edit-subscribe:hover {
  background-color: #191919;
}
.page-user .region-content.account-setting .newletters-info-block .newletter-label,
.page-node-44544 .region-content.account-setting .newletters-info-block .newletter-label {
  margin-left: 10px;
}
.page-user .region-content.account-setting .newletters-info-block .newletter-label .icon-newletter-info:before,
.page-node-44544 .region-content.account-setting .newletters-info-block .newletter-label .icon-newletter-info:before {
  position: relative;
  left: -9px;
  font-size: 17px;
}
.page-user .region-content.account-setting .point-info-block,
.page-node-44544 .region-content.account-setting .point-info-block {
  position: relative;
}
.page-user .region-content.account-setting .point-info-block .icon-point-info:before,
.page-node-44544 .region-content.account-setting .point-info-block .icon-point-info:before {
  color: #ff4600;
  font-size: 18px;
  position: absolute;
}
.page-user .region-content.account-setting .point-info-block h3,
.page-node-44544 .region-content.account-setting .point-info-block h3 {
  color: #ff4600;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 10px 30px;
}
.page-user .region-content.account-setting .point-info-block .userpoints-points,
.page-node-44544 .region-content.account-setting .point-info-block .userpoints-points {
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .page-user .region-content.account-setting .point-info-block .userpoints-points,
  .page-node-44544 .region-content.account-setting .point-info-block .userpoints-points {
    display: 50%;
  }
}
.page-user .region-content.account-setting .point-info-block .userpoints-total,
.page-node-44544 .region-content.account-setting .point-info-block .userpoints-total {
  font-weight: bold;
  margin-top: 15px;
}
.page-user .region-content.account-setting .point-info-block .userpoints-links,
.page-node-44544 .region-content.account-setting .point-info-block .userpoints-links {
  list-style-type: none;
  font-weight: bold;
  padding-left: 0;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .page-user .region-content.account-setting .point-info-block .userpoints-links,
  .page-node-44544 .region-content.account-setting .point-info-block .userpoints-links {
    position: absolute;
    right: 18px;
    top: 0;
    text-align: right;
  }
}
.page-user .region-content.account-setting .point-info-block .userpoints-links li,
.page-node-44544 .region-content.account-setting .point-info-block .userpoints-links li {
  margin-bottom: 10px;
}
.page-user .region-content.account-setting .point-info-block .userpoints-links li a,
.page-node-44544 .region-content.account-setting .point-info-block .userpoints-links li a {
  display: inline-block;
  padding: 9px 20px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #868686;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
}
.page-user .region-content.account-setting .point-info-block .userpoints-links li a:hover,
.page-node-44544 .region-content.account-setting .point-info-block .userpoints-links li a:hover {
  background-color: #191919;
  color: #ffffff;
}
.page-user .region-content.account-setting .point-info-block .userpoints-links .userpoints-adjust,
.page-node-44544 .region-content.account-setting .point-info-block .userpoints-links .userpoints-adjust {
  display: none;
}
.page-user .page-header,
.page-node-44544 .page-header {
  font-size: 25px;
  padding-top: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-user .page-header,
  .page-node-44544 .page-header {
    font-size: 45px;
  }
}
.page-user #edit-newsletters .checkbox label,
.page-node-44544 #edit-newsletters .checkbox label {
  padding-left: 0px;
}
.page-user .block-youth1-membership .member,
.page-node-44544 .block-youth1-membership .member {
  padding: 10px 0px 5px;
}
.page-user .block-youth1-membership .block-title,
.page-node-44544 .block-youth1-membership .block-title {
  font-size: 20px;
  font-weight: bold;
}
.page-user.not-logged-in .nav-tabs > li,
.page-node-44544.not-logged-in .nav-tabs > li {
  width: 100%;
  border: 1px solid #E8E8E8;
}
@media (min-width: 520px) {
  .page-user.not-logged-in .nav-tabs > li,
  .page-node-44544.not-logged-in .nav-tabs > li {
    width: auto;
  }
}
.page-user.not-logged-in .nav-tabs > li > a,
.page-node-44544.not-logged-in .nav-tabs > li > a {
  background: #ffffff;
  border-radius: 0;
  padding: 8px 15px;
}
@media (min-width: 520px) {
  .page-user.not-logged-in .nav-tabs > li > a,
  .page-node-44544.not-logged-in .nav-tabs > li > a {
    border-radius: 4px 4px 0 0;
  }
}
.page-user.not-logged-in .nav-tabs > li > a:hover,
.page-node-44544.not-logged-in .nav-tabs > li > a:hover {
  border-radius: 0;
  border-color: #ffffff;
}
.page-user.not-logged-in .nav-tabs > li.active a,
.page-node-44544.not-logged-in .nav-tabs > li.active a {
  background: #ff4600;
  color: #ffffff;
  border-color: #ff4600;
}
.page-user .form-item-remember-me .control-label,
.page-node-44544 .form-item-remember-me .control-label {
  padding-left: 0;
}
.page-user a.forgot_password,
.page-node-44544 a.forgot_password {
  margin-bottom: 10px;
  display: block;
}
.page-user .form-submit,
.page-node-44544 .form-submit {
  width: 200px;
}
.icon-video a {
  position: relative;
  display: block;
}
.icon-video a:before {
  position: absolute;
  content: "\e900";
  font-family: 'youth1-icons';
  font-size: 22px;
  color: #ff4600;
  background: #ffffff;
  border-radius: 50%;
  line-height: 22px;
  top: 8px;
  left: 15px;
}
@media (max-width: 767px) {
  .icon-video a.colorbox {
    display: none;
  }
}
#cboxContent #cboxLoadedContent {
  margin: 0;
}
#cboxWrapper {
  background-color: transparent;
}
#cboxWrapper .embedded-video {
  padding: 40px 15px 8px 15px;
  background-color: #ffffff;
  border-radius: 5px;
}
/* Block freelance writers*/
#block-views-youth1-writer-freelance-writers h2 {
  margin: 40px 0 20px;
  font-weight: bold;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #block-views-youth1-writer-freelance-writers h2 {
    padding: 0;
  }
}
/* Style for view empty*/
.view-empty {
  padding: 15px;
}
.syndicated a {
  color: #ff4600;
}
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}
#block-youth1-custom-blocks-filter-sport-articles-by-tags,
#block-youth1-custom-blocks-event-tabs {
  padding: 0;
}
#block-youth1-custom-blocks-filter-sport-articles-by-tags .btn-group,
#block-youth1-custom-blocks-event-tabs .btn-group {
  display: initial;
}
#block-youth1-custom-blocks-filter-sport-articles-by-tags .btn-group button,
#block-youth1-custom-blocks-event-tabs .btn-group button {
  width: 100%;
  border: none;
  padding: 15px 35px;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff4600;
  background: #ffffff;
  text-align: left;
}
#block-youth1-custom-blocks-filter-sport-articles-by-tags .btn-group button span,
#block-youth1-custom-blocks-event-tabs .btn-group button span {
  float: right;
  margin-top: 5px;
}
#block-youth1-custom-blocks-filter-sport-articles-by-tags .btn-group i,
#block-youth1-custom-blocks-event-tabs .btn-group i {
  padding-right: 20px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
#block-youth1-custom-blocks-filter-sport-articles-by-tags .btn-group .dropdown-menu,
#block-youth1-custom-blocks-event-tabs .btn-group .dropdown-menu {
  width: 100%;
  border: none;
  padding: 0;
  top: 160%;
}
#block-youth1-custom-blocks-filter-sport-articles-by-tags .btn-group .dropdown-menu .list-group-item,
#block-youth1-custom-blocks-event-tabs .btn-group .dropdown-menu .list-group-item {
  border-top: 1px solid #E8E8E8;
}
#block-youth1-custom-blocks-filter-sport-articles-by-tags .btn-group .dropdown-menu .list-group-item a:hover,
#block-youth1-custom-blocks-event-tabs .btn-group .dropdown-menu .list-group-item a:hover {
  background: none;
}
#block-youth1-custom-blocks-filter-sport-articles-by-tags .btn-group .dropdown-menu li:hover,
#block-youth1-custom-blocks-event-tabs .btn-group .dropdown-menu li:hover {
  background-color: #E8E8E8;
}
#block-youth1-custom-blocks-filter-sport-articles-by-tags .btn-group .dropdown-menu .list-group-item:last-child,
#block-youth1-custom-blocks-event-tabs .btn-group .dropdown-menu .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#block-youth1-custom-blocks-filter-sport-articles-by-tags .btn-group .dropdown-menu .active,
#block-youth1-custom-blocks-event-tabs .btn-group .dropdown-menu .active {
  background-color: #E8E8E8;
  border-color: #E8E8E8;
}
#block-youth1-custom-blocks-filter-sport-articles-by-tags .btn-group .dropdown-menu .active a,
#block-youth1-custom-blocks-event-tabs .btn-group .dropdown-menu .active a {
  color: #ff4600;
}
#block-youth1-custom-blocks-filter-sport-articles-by-tags .list-group-item:first-child,
#block-youth1-custom-blocks-event-tabs .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#block-youth1-custom-blocks-list-articles-of-user .block-title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #block-youth1-custom-blocks-list-articles-of-user .block-title {
    margin-bottom: 0;
  }
}
.list-articles-user .views-row {
  background-color: #ffffff;
  margin-bottom: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .list-articles-user .views-row {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8;
  }
}
.list-articles-user .views-row .post_image {
  padding: 0;
}
@media (min-width: 768px) {
  .list-articles-user .views-row .post_image {
    padding-right: 0;
  }
}
.list-articles-user .views-row .post_details {
  padding: 0;
}
@media (min-width: 768px) {
  .list-articles-user .views-row .post_details {
    padding: 0 0 0 20px;
  }
}
.list-articles-user .views-row .post_details .post_title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .list-articles-user .views-row .post_details .post_title {
    margin-top: 0;
    font-size: 25px;
    line-height: 31px;
  }
}
.list-articles-user .views-row .post_details .post_title a {
  color: #191919;
}
.list-articles-user .views-row .post_details .post_title a:hover {
  color: #ff4600;
}
.list-articles-user .views-row .post_details .box_body_desc {
  color: #9b9b9b;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  font-size: 16px;
}
.list-articles-user .views-row-last {
  border-bottom: none;
}
section.advertise {
  background: #000 url('../images/bg-ads.jpg') top center no-repeat;
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  section.advertise {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}
@media (min-width: 992px) {
  section.advertise {
    padding-top: 90px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  section.advertise {
    background-size: 100%;
    padding-top: 150px;
    padding-bottom: 125px;
  }
}
section.advertise h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  section.advertise h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (min-width: 992px) {
  section.advertise h1 {
    font-size: 45px;
    line-height: 58px;
  }
}
@media (min-width: 1200px) {
  section.advertise h1 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
section.advertise h1 span {
  color: #ff4600;
}
section.advertise h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  section.advertise h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (min-width: 992px) {
  section.advertise h2 {
    font-size: 45px;
    line-height: 58px;
  }
}
@media (min-width: 1200px) {
  section.advertise h2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
section.advertise h2 span {
  display: block;
  color: #ff4600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  section.advertise h2 span {
    display: inline-block;
  }
}
section.advertise a {
  margin-top: 35px;
}
section.advertise a.btn.y1 {
  padding: 15px 50px;
  font-size: 22px;
  -webkit-box-shadow: 0px 2px 0px 0px #892700;
  -moz-box-shadow: 0px 2px 0px 0px #892700;
  box-shadow: 0px 2px 0px 0px #892700;
}
section.advertise.events {
  background: #191919 url(../images/bg-ads-events.jpg) center center no-repeat;
}
@media (min-width: 1200px) {
  section.advertise.events {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
section.advertise.events p {
  font-size: 20px;
  color: #fcfcfc;
  margin-top: 25px;
}
section.youthees {
  background: #000 url('../images/bg-youthees.jpg') center center no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
  background-size: cover;
}
@media (min-width: 768px) {
  section.youthees {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  section.youthees {
    padding-top: 90px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  section.youthees {
    background-size: 100%;
    padding-top: 150px;
    padding-bottom: 70px;
  }
}
section.youthees h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #ff4600;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  section.youthees h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  section.youthees h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
section.youthees h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  section.youthees h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  section.youthees h3 {
    font-size: 30px;
    line-height: 42px;
    padding: 0 100px;
  }
}
section.youthees p {
  color: #d1d1d1;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
}
@media (min-width: 768px) {
  section.youthees p {
    font-size: 18px;
  }
}
.page-advertise .main-container {
  padding-top: 0;
}
.page-advertise h3.title-section {
  font-size: 25px;
  color: #ff4600;
  font-weight: bold;
  line-height: 36px;
}
.page-advertise .section-customize,
.page-advertise .section-options,
.page-advertise .section-advertising {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .page-advertise .section-customize,
  .page-advertise .section-options,
  .page-advertise .section-advertising {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-advertise .section-customize .service .icons,
.page-advertise .section-options .service .icons,
.page-advertise .section-advertising .service .icons {
  padding: 25px 0 15px;
}
@media (min-width: 768px) {
  .page-advertise .section-customize .service .icons,
  .page-advertise .section-options .service .icons,
  .page-advertise .section-advertising .service .icons {
    padding: 50px 0 30px;
  }
}
.page-advertise .section-customize .service .icons span,
.page-advertise .section-options .service .icons span,
.page-advertise .section-advertising .service .icons span {
  font-size: 54px;
  color: #ff4600;
}
.page-advertise .section-customize .service .desc h5,
.page-advertise .section-options .service .desc h5,
.page-advertise .section-advertising .service .desc h5 {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-advertise .section-customize .service .desc h5,
  .page-advertise .section-options .service .desc h5,
  .page-advertise .section-advertising .service .desc h5 {
    margin-bottom: 20px;
  }
}
.page-advertise .section-customize .service .desc p,
.page-advertise .section-options .service .desc p,
.page-advertise .section-advertising .service .desc p {
  color: #868686;
}
.page-advertise .section-customize .service .desc a,
.page-advertise .section-options .service .desc a,
.page-advertise .section-advertising .service .desc a {
  color: #ff4600;
}
.page-advertise .section-customize {
  background: #ffffff;
}
.page-advertise .section-options {
  background: #000 url('../images/bg-ads-2-mobile.jpg') top center no-repeat;
  color: #ffffff;
  background-size: cover;
}
@media (min-width: 768px) {
  .page-advertise .section-options {
    background: #000 url('../images/bg-ads-2.jpg') top center no-repeat;
  }
}
@media (min-width: 1200px) {
  .page-advertise .section-options {
    background-size: 100%;
  }
}
.page-advertise .section-options h3.title-section {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-advertise .section-options h3.title-section {
    margin-bottom: 40px;
  }
}
.page-advertise .section-options .service .desc h5 {
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  padding: 25px 25px 0;
}
.page-advertise .section-advertising {
  background: #ffffff;
}
.page-advertise .section-advertising h3.title-section.title-platform {
  padding: 30px 0 50px;
}
.page-advertise .section-advertising .service {
  padding-bottom: 30px;
}
.page-advertise .section-advertising .service .icons {
  float: left;
  padding: 0 22px 0 0;
}
.page-advertise .section-advertising .service .icons span {
  font-size: 22px;
}
.page-advertise .section-advertising .service .desc {
  overflow: hidden;
}
.page-advertise .section-advertising .service .desc h5 {
  margin-bottom: 15px;
}
.page-advertise .section-advertising img.banner {
  padding: 25px 0;
}
.page-advertise .section-advertising h4.title-budget {
  color: #8a8a8a;
  font-family: 'Roboto', sans-serif;
  padding: 0 0 30px;
}
.page-advertise .youth1-platform .webform-submit {
  width: 100%;
  font-size: 24px;
  padding: 16px;
}
.page-advertise .section-price .price {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  border: 1px solid #dcdcdc;
  border-radius: 7px;
  padding: 20px 20px 15px;
}
@media (min-width: 768px) {
  .page-advertise .section-price .price {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .page-advertise .section-price .price {
    padding: 20px 35px 15px;
  }
}
.page-advertise .section-price .price.gold {
  background-color: #fff9e6;
  box-shadow: 0 21px 21px 0 rgba(0, 0, 0, 0.11);
  border-color: #fff2c6;
  z-index: 100;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .page-advertise .section-price .price.gold {
    transform: scaleX(1.1);
    margin: 0;
  }
}
.page-advertise .section-price .price.gold h2 {
  color: #ff4600;
}
.page-advertise .section-price .price h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
}
.page-advertise .section-price .price h2 {
  font-size: 75px;
  letter-spacing: -2.3px;
  line-height: 64px;
  padding: 17px 0;
}
@media (min-width: 768px) {
  .page-advertise .section-price .price h2 {
    font-size: 60px;
    line-height: 52px;
  }
}
@media (min-width: 1200px) {
  .page-advertise .section-price .price h2 {
    font-size: 75px;
    line-height: 60px;
  }
}
.page-advertise .section-price .price h2 span {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
  line-height: 24px;
  vertical-align: top;
}
.page-advertise .section-price .price .new-signup-ca {
  overflow: hidden;
  padding: 15px 0;
  margin-top: 0;
}
.page-advertise .section-price .price .new-signup-ca li {
  font-weight: normal;
}
.page-advertise .section-price .price .new-signup-ca li:last-child {
  border-bottom: 1px solid #E8E8E8;
}
.page-advertise .section-price .price .extra {
  color: #878787;
  font-size: 14px;
}
.page-advertise.page-advertise-events .section-customize {
  padding-top: 0;
  padding-bottom: 0;
}
.page-advertise.page-advertise-events .section-customize .title-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .page-advertise.page-advertise-events .section-customize .title-section {
    padding: 30px 80px;
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .page-advertise.page-advertise-events .section-customize .title-section {
    padding: 30px 180px;
  }
}
@media (min-width: 1200px) {
  .page-advertise.page-advertise-events .section-customize .title-section {
    padding: 30px 260px;
  }
}
.page-advertise.page-advertise-events .section-advertising h3.title-platform {
  padding: 40px 0 20px;
  color: #4c4c4c;
  clear: both;
}
.page-advertise.page-advertise-events .section-advertising h3 a {
  color: #ff4600;
}
.page-advertise.page-advertise-events .section-advertising p.travel-costs {
  margin-top: 50px;
}
/* Style for featured article block*/
#block-views-main-navigation-display-block-1,
#block-views-main-navigation-display-block-2,
#block-views-main-navigation-display-block-3,
#block-views-main-navigation-display-ruth,
#block-views-main-navigation-display-up17 {
  padding: 15px 0;
}
#block-views-main-navigation-display-block-1 .block-title,
#block-views-main-navigation-display-block-2 .block-title,
#block-views-main-navigation-display-block-3 .block-title,
#block-views-main-navigation-display-ruth .block-title,
#block-views-main-navigation-display-up17 .block-title {
  padding: 0 15px 15px 15px;
}
#block-views-main-navigation-display-block-1 .views-row,
#block-views-main-navigation-display-block-2 .views-row,
#block-views-main-navigation-display-block-3 .views-row,
#block-views-main-navigation-display-ruth .views-row,
#block-views-main-navigation-display-up17 .views-row {
  padding: 0 15px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 10px;
}
#block-views-main-navigation-display-block-1 .views-row .title-sport,
#block-views-main-navigation-display-block-2 .views-row .title-sport,
#block-views-main-navigation-display-block-3 .views-row .title-sport,
#block-views-main-navigation-display-ruth .views-row .title-sport,
#block-views-main-navigation-display-up17 .views-row .title-sport {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
#block-views-main-navigation-display-block-1 .subtitle-up17,
#block-views-main-navigation-display-block-2 .subtitle-up17,
#block-views-main-navigation-display-block-3 .subtitle-up17,
#block-views-main-navigation-display-ruth .subtitle-up17,
#block-views-main-navigation-display-up17 .subtitle-up17 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  padding: 0 15px 0 15px;
}
#block-views-main-navigation-display-block-1 .views-row-last,
#block-views-main-navigation-display-block-2 .views-row-last,
#block-views-main-navigation-display-block-3 .views-row-last,
#block-views-main-navigation-display-ruth .views-row-last,
#block-views-main-navigation-display-up17 .views-row-last {
  border-bottom: none;
}
/* Override title padding for UP17. */
#block-views-main-navigation-display-up17 .block-title {
  padding: 0 15px 0 15px;
}
/* Show featured events block on article page mobile */
.node-type-article #block-views-calendar-of-events-sport-events {
  display: block;
}
.verified-player span.verified {
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 10px;
}
.verified-player i {
  color: #ff4600;
  font-size: 18px;
}
/* Styles for newsletter banner block */
.newsletter-banner {
  background-color: #191919;
  color: #ffffff;
  padding: 0;
  min-height: 155px;
  position: fixed;
  z-index: 100;
}
@media (min-width: 768px) {
  .newsletter-banner {
    display: none;
  }
  .newsletter-banner + .newsletter-banner-top {
    display: none;
  }
}
.newsletter-banner + .newsletter-banner-top {
  background-color: #191919;
  min-height: 155px;
}
.newsletter-banner .introduce p {
  font-size: 14px;
  padding: 18px 20px 0 20px;
}
.newsletter-banner .introduce .btn {
  text-transform: none;
  font-weight: bold;
  margin: 5px 5px 18px 5px;
  padding: 15px 17px;
  font-size: 16px;
}
.newsletter-banner .introduce .btn.newsletter-banner-follow {
  -webkit-box-shadow: 0px 2px 0px 0px #892700;
  -moz-box-shadow: 0px 2px 0px 0px #892700;
  box-shadow: 0px 2px 0px 0px #892700;
}
.newsletter-banner .introduce .btn.newsletter-banner-follow:hover {
  border-color: #191919;
  background-color: #ff4600;
}
.newsletter-banner .introduce .btn.newsletter-banner-close {
  background-color: #191919;
  border: 1px solid #868686;
  color: #ffffff;
}
.newsletter-banner .introduce .btn.newsletter-banner-close:hover {
  color: #ff4600;
  border: 1px solid #ff4600;
}
.newsletter-banner .text-orange {
  color: #ff4600;
}
.newsletter-banner .subscriber-form {
  display: none;
  padding-top: 15px;
}
.newsletter-banner .subscriber-form .form-item-sports-interest {
  display: none;
}
.newsletter-banner .subscriber-form .ajax-progress-throbber {
  margin-left: 6px;
}
.newsletter-banner .subscriber-form .ajax-progress-throbber .glyphicon {
  line-height: 0;
}
.newsletter-banner .subscriber-form .btn {
  margin-bottom: 10px;
}
.newsletter-banner .subscriber-form .btn:hover {
  border-color: #191919;
  background-color: #ff4600;
}
.newsletter-banner .subscriber-form .form-item-email {
  margin: 0 17px;
}
.newsletter-banner .subscriber-form #banner_status_message {
  height: 38px;
}
.newsletter-banner .subscriber-form #banner_status_message .alert {
  padding: 5px;
  margin: 0 5px;
  background-color: initial;
  border: none;
  line-height: 32px;
}
/* End styles for newsletter banner block */
/*As seen on Youth1 page*/
.section-as-seen {
  background: #ffffff;
  padding: 15px;
}
.section-as-seen .section {
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 20px;
}
.section-as-seen .section img {
  padding: 0 20px 20px;
}
@media (max-width: 480px) {
  .section-as-seen .section img {
    padding: 15px 0;
  }
}
.section-as-seen .section > div {
  margin-bottom: 20px;
}
.section-as-seen h2 {
  font-weight: bold;
}
.page-as-seen-on-youth1 .page-header {
  display: none;
}
/* Style for organization signup page */
body.page_organization_sign_up {
  /* Override for Champion page */
}
@media (max-width: 767px) {
  body.page_organization_sign_up {
    background: #e7e7e7 !important;
  }
}
@media (min-width: 768px) {
  body.page_organization_sign_up {
    background-position: 0 50px !important;
  }
}
body.page_organization_sign_up .content-signup .bg-header-signup-mobile {
  height: 300px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -130px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  body.page_organization_sign_up .content-signup .bg-header-signup-mobile {
    display: none;
  }
}
body.page_organization_sign_up .content-signup .bg-header-signup-mobile .logo-organization-signup-mobile img {
  max-width: 160px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.page_organization_sign_up .content-signup .logo-organization-signup {
    margin-top: 80px;
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  body.page_organization_sign_up .content-signup .logo-organization-signup {
    margin-left: 120px;
  }
}
@media (min-width: 1200px) {
  body.page_organization_sign_up .content-signup .logo-organization-signup {
    margin-left: 180px;
  }
}
body.page_organization_sign_up .content-signup .logo-organization-signup img {
  max-width: 300px;
}
@media (min-width: 768px) {
  body.page_organization_sign_up .content-signup .logo-organization-signup img {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  body.page_organization_sign_up .content-signup .logo-organization-signup img {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  body.page_organization_sign_up .content-signup .organization-signup .signup-box {
    margin-top: 80px;
  }
}
body.page_organization_sign_up.page-signup-champion .content-signup .signup .sign-up-form .form-submit {
  background-color: #d4353e;
}
/* Style for user tradecard page */
.page-users-tradecard .trade-card-border .trade-card-right .trade-card-row:first-child {
  padding-top: 12px;
}
.page-users-tradecard .trade-card-border .trade-card-right .trade-card-row img.badge-image {
  width: 33.3333%;
  max-height: 80px;
  padding: 0 10px;
  margin-top: 5px;
}
.page-users-tradecard .trade-card-border .trade-card-right > div {
  position: relative;
  z-index: 1;
  background: none;
}
.page-users-tradecard .trade-card-border .trade-card-right > div.img-corner {
  position: absolute;
  right: 8px;
  top: -1px;
  width: 93px;
  z-index: 0;
  padding: 0;
  margin: 0;
}
.page-users-tradecard .trade-card-border.premium-member .text-premium {
  color: #ff4600;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  font-weight: bold;
}
.page-users-tradecard .trade-card-border.premium-member .text-premium img {
  display: inline-block;
  width: 75px;
  height: auto;
}
.page-sport .bg-article-sport-state {
  background-image: url(../images/bg-soccer.png), linear-gradient(-128deg, #073278 0%, #032764 100%);
}
.page-sport .point-title {
  line-height: 20px;
  vertical-align: text-top;
}
@media (min-width: 768px) {
  .page-sport .point-title {
    line-height: 30px;
  }
}
.page-profile-parent-fan-edit .field-name-field-head-ncsa-informations,
.page-profile-coach-edit .field-name-field-head-ncsa-informations {
  border-bottom: none;
}
.page-profile-parent-fan-edit .field-name-field-head-ncsa-informations .head-title,
.page-profile-coach-edit .field-name-field-head-ncsa-informations .head-title {
  font-size: 18px;
  line-height: 38px;
  color: #ff4600;
  font-family: 'Roboto Condensed', sans-serif;
}
.page-profile-parent-fan-edit .field-name-field-head-ncsa-informations .head-title .ncsa-intro,
.page-profile-coach-edit .field-name-field-head-ncsa-informations .head-title .ncsa-intro {
  color: #191919;
  margin-top: 15px;
}
.page-profile-parent-fan-edit .field-name-field-head-ncsa-informations .head-title .ncsa-intro img,
.page-profile-coach-edit .field-name-field-head-ncsa-informations .head-title .ncsa-intro img {
  padding: 0;
}
.page-profile-parent-fan-edit .field-name-field-head-ncsa-informations .head-title .ncsa-intro .description,
.page-profile-coach-edit .field-name-field-head-ncsa-informations .head-title .ncsa-intro .description {
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: justify;
}
.page-profile-parent-fan-edit .ncsa-group-form,
.page-profile-coach-edit .ncsa-group-form {
  margin-top: 25px;
}
.page-profile-parent-fan-edit .form-submit,
.page-profile-coach-edit .form-submit {
  margin-top: 15px;
}
.page-profile-parent-fan-edit .form-item-profile-coach-ncsa-birth-date,
.page-profile-coach-edit .form-item-profile-coach-ncsa-birth-date,
.page-profile-parent-fan-edit .form-item-profile-parent-fan-ncsa-birth-date,
.page-profile-coach-edit .form-item-profile-parent-fan-ncsa-birth-date {
  margin-bottom: 15px;
}
.page-profile-parent-fan-edit .form-item-profile-coach-ncsa-birth-date label,
.page-profile-coach-edit .form-item-profile-coach-ncsa-birth-date label,
.page-profile-parent-fan-edit .form-item-profile-parent-fan-ncsa-birth-date label,
.page-profile-coach-edit .form-item-profile-parent-fan-ncsa-birth-date label {
  float: left;
  padding-top: 7px;
  margin-right: 10px;
}
.page-profile-parent-fan-edit .form-item-profile-coach-ncsa-birth-date .date-padding div,
.page-profile-coach-edit .form-item-profile-coach-ncsa-birth-date .date-padding div,
.page-profile-parent-fan-edit .form-item-profile-parent-fan-ncsa-birth-date .date-padding div,
.page-profile-coach-edit .form-item-profile-parent-fan-ncsa-birth-date .date-padding div {
  margin-right: 5px;
}
.page-profile-parent-fan-edit .container .tabs--primary {
  display: none;
}
.page-profile-coach-edit .ncsa-group-form {
  margin: 20px;
}
.form-item-profile-parent-fan-ncsa-checkbox,
.form-item-profile-coach-ncsa-checkbox {
  margin: 0 0 20px 0;
}
.form-item-profile-parent-fan-ncsa-checkbox label,
.form-item-profile-coach-ncsa-checkbox label {
  padding: 0;
  font-weight: bold;
}
.form-item-profile-coach-ncsa-checkbox label {
  padding-left: 20px;
}
.page-payments,
.page-baseball-payments {
  background-color: #ffffff;
}
.page-payments .page-header,
.page-baseball-payments .page-header {
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-payments .page-header,
  .page-baseball-payments .page-header {
    font-size: 30px;
    padding-top: 15px;
  }
}
.page-payments .payment-card,
.page-baseball-payments .payment-card {
  margin: 15px 0px;
}
.page-payments .form-item-other-amount,
.page-baseball-payments .form-item-other-amount {
  display: none;
}
.page-payments .youth1-payments-form,
.page-baseball-payments .youth1-payments-form {
  padding-bottom: 20px;
}
.page-payments .youth1-payments-form input[type="email"]::-webkit-input-placeholder,
.page-baseball-payments .youth1-payments-form input[type="email"]::-webkit-input-placeholder,
.page-payments .youth1-payments-form input[type="number"]::-webkit-input-placeholder,
.page-baseball-payments .youth1-payments-form input[type="number"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.3 !important;
}
.page-payments .youth1-payments-form input[type="email"]::-moz-placeholder,
.page-baseball-payments .youth1-payments-form input[type="email"]::-moz-placeholder,
.page-payments .youth1-payments-form input[type="number"]::-moz-placeholder,
.page-baseball-payments .youth1-payments-form input[type="number"]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.3 !important;
}
.page-payments .youth1-payments-form input[type="email"]:-ms-input-placeholder,
.page-baseball-payments .youth1-payments-form input[type="email"]:-ms-input-placeholder,
.page-payments .youth1-payments-form input[type="number"]:-ms-input-placeholder,
.page-baseball-payments .youth1-payments-form input[type="number"]:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.3 !important;
}
.page-payments .youth1-payments-form input[type="email"]:-moz-placeholder,
.page-baseball-payments .youth1-payments-form input[type="email"]:-moz-placeholder,
.page-payments .youth1-payments-form input[type="number"]:-moz-placeholder,
.page-baseball-payments .youth1-payments-form input[type="number"]:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.3 !important;
}
.page-payments .section,
.page-baseball-payments .section {
  padding: 10px 0;
}
.page-payments .section h3,
.page-baseball-payments .section h3 {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 15px;
}
.page-payments .section .section-summary thead,
.page-baseball-payments .section .section-summary thead {
  color: #CCCCCC;
  text-transform: uppercase;
}
.page-payments .section .section-summary tbody tr td,
.page-baseball-payments .section .section-summary tbody tr td {
  font-weight: bold;
}
.page-payments .section .section-summary tfoot tr th,
.page-baseball-payments .section .section-summary tfoot tr th {
  color: #ff4600;
}
.page-payments .section .section-service,
.page-baseball-payments .section .section-service,
.page-payments .section .section-billing1,
.page-baseball-payments .section .section-billing1 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .page-payments .section .section-service,
  .page-baseball-payments .section .section-service,
  .page-payments .section .section-billing1,
  .page-baseball-payments .section .section-billing1 {
    padding-bottom: 0;
  }
}
.page-payments .section .payment-details-credit .form-group,
.page-baseball-payments .section .payment-details-credit .form-group {
  margin-bottom: 15px;
}
.page-payments .section .payment-details-credit .cc-row,
.page-baseball-payments .section .payment-details-credit .cc-row {
  margin-right: -5px;
  margin-left: -5px;
}
.page-payments .section .payment-details-credit .cc-row .cc-col,
.page-baseball-payments .section .payment-details-credit .cc-row .cc-col {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .page-payments .section .payment-details-credit .cc-row .cc-col,
  .page-baseball-payments .section .payment-details-credit .cc-row .cc-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-payments .section .payment-details-credit .cc-row .cc-col,
  .page-baseball-payments .section .payment-details-credit .cc-row .cc-col {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-payments .section .payment-details-credit .cc-row .cc-col,
  .page-baseball-payments .section .payment-details-credit .cc-row .cc-col {
    float: left;
    width: 33.33333333%;
  }
}
.page-payments .section.section-info .group-info,
.page-baseball-payments .section.section-info .group-info {
  padding-bottom: 15px;
}
.page-baseball-payments {
  background-color: #e7e7e7;
}
.page-baseball-payments .page-header {
  color: #ffffff;
  padding-bottom: 20px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .page-baseball-payments .page-header {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}
.page-baseball-payments .region-content {
  background-color: #ffffff;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .page-baseball-payments .region-content {
    padding: 20px 30px;
  }
}
.page-baseball-payments .section.section-info {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px;
}
.page-youthees .main-container {
  padding-top: 0;
}
.page-youthees .youthees-nomination-btn {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .page-youthees .youthees-nomination-btn {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .page-youthees .youthees-nomination-btn {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .page-youthees .youthees-nomination-btn {
    margin-top: 70px;
  }
}
.page-youthees .section-customize .title-section,
.page-youthees .section-category .title-section {
  font-size: 30px;
  color: #ff4600;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-youthees .section-customize {
  background-image: linear-gradient(-180deg, #ffffff 0%, rgba(237, 238, 240, 0.52) 97%);
  padding: 30px 0;
}
.page-youthees .section-customize .quote-section {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  display: flex;
}
@media (min-width: 768px) {
  .page-youthees .section-customize .quote-section {
    font-size: 23px;
    line-height: 36px;
  }
}
.page-youthees .section-customize .quote-section span {
  color: #ff4600;
  font-size: 16px;
  line-height: 36px;
  margin-right: 10px;
}
.page-youthees .section-customize .author {
  font-weight: bold;
  font-size: 21px;
  color: #ff4600;
}
.page-youthees .section-customize .category {
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  padding: 30px 0 0;
  background: #ffffff url('../images/cup.png') top right no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}
.page-youthees .section-customize .category h5 {
  padding: 20px 10px 0px;
  height: 70px;
  line-height: 20px;
}
.page-youthees .section-customize .category img {
  height: 108px;
}
.page-youthees .section-customize .info-category .sub-title {
  margin-bottom: 25px;
  font-size: 14px;
  color: #4a4a4a;
}
.page-youthees .section-customize .row-eq-height {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-youthees .section-customize .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-youthees .section-customize .row-eq-height .parent-column {
  display: table;
  height: 100%;
}
.page-youthees .section-customize .row-eq-height .child-column {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px;
}
.page-youthees .section-customize .row-eq-height p {
  font-style: italic;
  font-size: 18px;
}
.page-youthees .section-category {
  background-color: #ffffff;
  padding: 35px 0;
}
.page-youthees .section-category .list-category {
  max-width: 180px;
  margin: 0 auto;
}
.page-youthees .section-category .list-category li {
  border: none;
  padding: 6px 15px;
}
.page-youthees .section-category .list-category li span {
  width: 40px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
}
#block-youth1-user-profile-profile-type-info {
  margin-bottom: 15px;
}
.paywall-popup {
  position: fixed;
  transition: 0.5s;
  margin: 0 auto;
  bottom: -200px;
  z-index: 10;
  width: 100%;
  left: 0;
}
.paywall-popup.profiles {
  bottom: 10px;
}
.paywall-popup .container {
  background: #f7f5f5;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-bottom: -10px;
}
@media (min-width: 992px) {
  .paywall-popup .container {
    margin-bottom: 0;
  }
}
.paywall-popup .row-eq-height {
  padding-bottom: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .paywall-popup .row-eq-height {
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 36px;
  }
}
.paywall-popup .row-eq-height .column-table {
  display: table;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .paywall-popup .row-eq-height .column-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.paywall-popup .row-eq-height .column-table .text-middle {
  vertical-align: middle;
  display: table-cell;
}
@media (min-width: 768px) {
  .paywall-popup .row-eq-height .column-table .text-middle {
    width: 100%;
    display: block;
  }
}
.paywall-popup .row-eq-height .column-table .btn {
  padding: 11px 20px;
}
.paywall-popup .row-eq-height .column-table .btn:hover {
  color: #ffffff;
}
.paywall-popup .row-eq-height .article-remaining .text-middle {
  margin: 0 -15px 5px;
  background-color: #ff4600;
  display: block;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .paywall-popup .row-eq-height .article-remaining .text-middle {
    background: none;
    margin: 0;
    display: table-cell;
    text-align: center;
  }
}
.paywall-popup .row-eq-height .row-eq-height {
  padding: 0;
}
.paywall-popup .row-eq-height .number-remaining {
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  float: left;
  display: inline-block;
  padding: 0 5px 0 15px;
}
@media (min-width: 992px) {
  .paywall-popup .row-eq-height .number-remaining {
    font-size: 48px;
    color: #ff4600;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 56px;
    padding: 0;
    float: none;
  }
}
.paywall-popup .row-eq-height .text-remaining {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 992px) {
  .paywall-popup .row-eq-height .text-remaining {
    color: #1d1e1f;
    font-weight: normal;
    line-height: 20px;
  }
}
.paywall-popup .row-eq-height .help-text {
  margin-bottom: 10px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .paywall-popup .row-eq-height .help-text {
    font-size: 16px;
  }
}
.paywall-popup .row-eq-height .testimonials {
  display: flex;
}
.paywall-popup .row-eq-height .testimonials span {
  color: #d1d0cf;
  margin-right: 10px;
  padding-top: 4px;
}
.paywall-popup .row-eq-height .testimonials h5 {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}
.paywall-popup .row-eq-height .testimonials p {
  font-size: 13px;
  line-height: 20px;
  color: #9b9b9b;
  font-style: italic;
}
.paywall-popup .row-eq-height .arrow-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #adadad;
  width: 36px;
  text-align: center;
  cursor: pointer;
}
.paywall-popup .row-eq-height .arrow-button span {
  transform: rotate(90deg);
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  color: #ffffff;
  left: 0;
}
.paywall-popup .row-eq-height .col-article-remaining .mobile-arrow {
  position: absolute;
  top: 11px;
  right: 15px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .paywall-popup .row-eq-height .col-article-remaining .mobile-arrow {
    display: none;
  }
}
.paywall-popup.hide-less .container {
  background: none;
  box-shadow: none;
}
.paywall-popup.hide-less .row-eq-height {
  float: left;
  background: #f7f5f5;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.paywall-popup.hide-less .row-eq-height .arrow-button span {
  transform: rotate(-90deg);
}
.paywall-popup.hide-less .col-article-remaining {
  padding: 0 15px;
}
.paywall-popup.mobile-hide-less .row-eq-height {
  padding-bottom: 0;
}
.paywall-popup.mobile-hide-less .row-eq-height .article-remaining .text-middle {
  margin-bottom: 0;
}
.paywall-popup.mobile-hide-less .row-eq-height .mobile-arrow {
  transform: rotate(180deg);
}
.private-mode-profile .alert-warning {
  padding: 10px 15px;
  margin-bottom: 10px;
}
.private-mode-profile .info {
  margin-bottom: 10px;
}
.node-type-event-calendar .view-display-id-event_articles,
.taxonomy-organizations .view-display-id-og_art {
  overflow: hidden;
  padding-top: 30px;
  text-align: left;
}
.node-type-event-calendar .view-display-id-event_articles .post_image,
.taxonomy-organizations .view-display-id-og_art .post_image {
  padding: 0;
}
.node-type-event-calendar .view-display-id-event_articles .views-row,
.taxonomy-organizations .view-display-id-og_art .views-row {
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .node-type-event-calendar .view-display-id-event_articles .views-row,
  .taxonomy-organizations .view-display-id-og_art .views-row {
    margin-bottom: 0;
    padding: 25px 0;
    border-top: 1px solid #E8E8E8;
  }
}
.node-type-event-calendar .view-display-id-event_articles .post_details .post_title,
.taxonomy-organizations .view-display-id-og_art .post_details .post_title {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .node-type-event-calendar .view-display-id-event_articles .post_details .post_title,
  .taxonomy-organizations .view-display-id-og_art .post_details .post_title {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }
}
.node-type-event-calendar .view-display-id-event_articles .post_details .box_body_desc,
.taxonomy-organizations .view-display-id-og_art .post_details .box_body_desc {
  color: #9b9b9b;
  line-height: 22px;
  font-size: 16px;
}
.field-name-field-affiliate-products .field-collection-view {
  margin: 0;
  border-bottom: 2px solid #E8E8E8;
  padding-bottom: 50px;
}
.field-name-field-affiliate-products .field-collection-view.field-collection-view-final {
  border: none;
  padding-bottom: 0;
}
.field-name-field-affiliate-products .field-collection-view .entity-field-collection-item {
  position: relative;
}
.field-name-field-affiliate-products .field-collection-view .product-image {
  border: 1px solid #E8E8E8;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.11);
}
.field-name-field-affiliate-products .field-collection-view .product-image img {
  margin: 0 auto;
}
.field-name-field-affiliate-products .field-collection-view .product-title .field-item {
  font-size: 25px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.field-name-field-affiliate-products .field-collection-view .product-description {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 20px;
}
.field-name-field-affiliate-products .field-collection-view .product-pros,
.field-name-field-affiliate-products .field-collection-view .product-cons {
  display: flex;
  color: #737373;
  margin-bottom: 25px;
  font-size: 14px;
}
.field-name-field-affiliate-products .field-collection-view .product-pros span,
.field-name-field-affiliate-products .field-collection-view .product-cons span {
  margin-right: 15px;
  font-size: 32px;
  border-radius: 100%;
  color: #ffffff;
}
.field-name-field-affiliate-products .field-collection-view .product-pros .field-items .field-item:before,
.field-name-field-affiliate-products .field-collection-view .product-cons .field-items .field-item:before {
  content: ".";
  margin-right: 3px;
  font-size: 35px;
  line-height: 6px;
  vertical-align: top;
}
.field-name-field-affiliate-products .field-collection-view .product-pros span {
  background-color: #55b128;
}
.field-name-field-affiliate-products .field-collection-view .product-cons span {
  background-color: #ff4600;
}
.field-name-field-affiliate-products .field-collection-view .product-rating {
  font-size: 17px;
}
.field-name-field-affiliate-products .field-collection-view .product-rating .field-name-field-product-rating {
  display: inline-block;
  font-size: 20px;
  color: #d71717;
}
.field-name-field-affiliate-products .field-collection-view .product-affiliate-link {
  text-align: right;
}
.field-name-field-affiliate-products .field-collection-view .product-affiliate-link .btn-affiliate {
  background-color: #55b128;
  border-radius: 5px;
  color: #ffffff;
  line-height: 21px;
}
.field-name-field-affiliate-products .field-collection-view .product-affiliate-link .btn-affiliate:before {
  content: "\e93d";
  font-family: 'youth1-icons';
  font-size: 21px;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.field-name-field-affiliate-products .field-collection-view .product-affiliate-link .btn-affiliate:hover {
  background-color: #439a19;
}
.node-affiliate-articles .field-collection-container {
  border-top: 1px solid #E8E8E8;
  border-bottom: none;
  margin-top: 20px;
  padding-top: 10px;
}
.node-affiliate-articles .youth1-top-pick {
  background-color: #ff4600;
  color: #ffffff;
  position: absolute;
  left: -10px;
  top: -4px;
}
.node-affiliate-articles .youth1-top-pick span {
  padding: 6px 14px 6px 10px;
  position: relative;
  display: block;
}
.node-affiliate-articles .youth1-top-pick span:after {
  position: absolute;
  bottom: -10px;
  left: -11px;
  width: 0px;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 11px solid transparent;
  border-right: 10px solid #ff4600;
  content: "";
}
.node-affiliate-articles .youth1-top-pick span img {
  display: inline-block;
  width: 96px;
  margin-right: 5px;
}
.node-affiliate-articles .article-content .content {
  overflow: visible;
}
.athlete-ranking-header {
  padding-bottom: 20px;
}
.rankings-image {
  padding: 15px;
}
.page-premium-congratulations,
.page-y1act-congratulations,
.page-cancellation-landing-page,
.page-basic-discount-landing-page,
.page-checkout-congratulations {
  background-color: #ffffff;
}
.page-premium-congratulations .page-header,
.page-y1act-congratulations .page-header,
.page-cancellation-landing-page .page-header,
.page-basic-discount-landing-page .page-header,
.page-checkout-congratulations .page-header {
  display: none;
}
.page-premium-congratulations .congratulations-block,
.page-y1act-congratulations .congratulations-block,
.page-cancellation-landing-page .congratulations-block,
.page-basic-discount-landing-page .congratulations-block,
.page-checkout-congratulations .congratulations-block {
  margin-top: 40px;
}
.page-premium-congratulations .congratulations-block .congratulations-img.premium img,
.page-y1act-congratulations .congratulations-block .congratulations-img.premium img,
.page-cancellation-landing-page .congratulations-block .congratulations-img.premium img,
.page-basic-discount-landing-page .congratulations-block .congratulations-img.premium img,
.page-checkout-congratulations .congratulations-block .congratulations-img.premium img {
  width: 264px;
  height: auto;
}
.page-premium-congratulations .congratulations-block .congratulations-img.checked,
.page-y1act-congratulations .congratulations-block .congratulations-img.checked,
.page-cancellation-landing-page .congratulations-block .congratulations-img.checked,
.page-basic-discount-landing-page .congratulations-block .congratulations-img.checked,
.page-checkout-congratulations .congratulations-block .congratulations-img.checked {
  margin: 45px 0;
}
.page-premium-congratulations .congratulations-block .congratulations-img.checked img,
.page-y1act-congratulations .congratulations-block .congratulations-img.checked img,
.page-cancellation-landing-page .congratulations-block .congratulations-img.checked img,
.page-basic-discount-landing-page .congratulations-block .congratulations-img.checked img,
.page-checkout-congratulations .congratulations-block .congratulations-img.checked img {
  width: 122px;
  height: auto;
}
.page-premium-congratulations .congratulations-block .congratulation-text h2,
.page-y1act-congratulations .congratulations-block .congratulation-text h2,
.page-cancellation-landing-page .congratulations-block .congratulation-text h2,
.page-basic-discount-landing-page .congratulations-block .congratulation-text h2,
.page-checkout-congratulations .congratulations-block .congratulation-text h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.page-premium-congratulations .congratulations-block .congratulation-text h3,
.page-y1act-congratulations .congratulations-block .congratulation-text h3,
.page-cancellation-landing-page .congratulations-block .congratulation-text h3,
.page-basic-discount-landing-page .congratulations-block .congratulation-text h3,
.page-checkout-congratulations .congratulations-block .congratulation-text h3 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.page-premium-congratulations .congratulations-block .congratulation-text p,
.page-y1act-congratulations .congratulations-block .congratulation-text p,
.page-cancellation-landing-page .congratulations-block .congratulation-text p,
.page-basic-discount-landing-page .congratulations-block .congratulation-text p,
.page-checkout-congratulations .congratulations-block .congratulation-text p {
  max-width: 495px;
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.page-premium-congratulations .congratulations-block .btn,
.page-y1act-congratulations .congratulations-block .btn,
.page-cancellation-landing-page .congratulations-block .btn,
.page-basic-discount-landing-page .congratulations-block .btn,
.page-checkout-congratulations .congratulations-block .btn {
  margin-bottom: 40px;
  font-size: 21px;
  padding: 14px 30px;
}
@media (min-width: 768px) {
  .page-premium-congratulations .congratulations-block .btn,
  .page-y1act-congratulations .congratulations-block .btn,
  .page-cancellation-landing-page .congratulations-block .btn,
  .page-basic-discount-landing-page .congratulations-block .btn,
  .page-checkout-congratulations .congratulations-block .btn {
    padding: 14px 65px;
  }
}
.page-y1act-congratulations,
.page-cancellation-landing-page,
.page-basic-discount-landing-page {
  background-color: #e7e7e7;
}
.page-y1act-congratulations .main-container,
.page-cancellation-landing-page .main-container,
.page-basic-discount-landing-page .main-container {
  padding-top: 0;
}
.page-y1act-congratulations .congratulations-block-content,
.page-cancellation-landing-page .congratulations-block-content,
.page-basic-discount-landing-page .congratulations-block-content {
  background: #ffffff;
  padding: 30px 15px;
}
.page-y1act-congratulations .y1act-started .btn,
.page-cancellation-landing-page .y1act-started .btn,
.page-basic-discount-landing-page .y1act-started .btn {
  -webkit-box-shadow: 0px 2px 0px 0px #892700;
  -moz-box-shadow: 0px 2px 0px 0px #892700;
  box-shadow: 0px 2px 0px 0px #892700;
  position: relative;
  padding: 18px 60px;
  font-size: 22px;
  border-radius: 7px;
}
.page-y1act-congratulations .y1act-desc,
.page-cancellation-landing-page .y1act-desc,
.page-basic-discount-landing-page .y1act-desc {
  color: #191919;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  max-width: 950px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-desc,
  .page-cancellation-landing-page .y1act-desc,
  .page-basic-discount-landing-page .y1act-desc {
    font-size: 30px;
    line-height: 42px;
  }
}
.page-y1act-congratulations .y1act-banner,
.page-cancellation-landing-page .y1act-banner,
.page-basic-discount-landing-page .y1act-banner {
  background: rgba(0, 0, 0, 0.5) url('../images/y1act-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 15px 45px;
  position: relative;
}
.page-y1act-congratulations .y1act-banner:before,
.page-cancellation-landing-page .y1act-banner:before,
.page-basic-discount-landing-page .y1act-banner:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-y1act-congratulations .y1act-banner h2,
.page-cancellation-landing-page .y1act-banner h2,
.page-basic-discount-landing-page .y1act-banner h2 {
  font-size: 28px;
  color: #ff4600;
  line-height: 35px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-banner h2,
  .page-cancellation-landing-page .y1act-banner h2,
  .page-basic-discount-landing-page .y1act-banner h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .page-y1act-congratulations .y1act-banner h2,
  .page-cancellation-landing-page .y1act-banner h2,
  .page-basic-discount-landing-page .y1act-banner h2 {
    font-size: 50px;
    line-height: 68px;
  }
}
.page-y1act-congratulations .y1act-banner h3,
.page-cancellation-landing-page .y1act-banner h3,
.page-basic-discount-landing-page .y1act-banner h3 {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-banner h3,
  .page-cancellation-landing-page .y1act-banner h3,
  .page-basic-discount-landing-page .y1act-banner h3 {
    font-size: 60px;
    line-height: 75px;
  }
}
@media (min-width: 992px) {
  .page-y1act-congratulations .y1act-banner h3,
  .page-cancellation-landing-page .y1act-banner h3,
  .page-basic-discount-landing-page .y1act-banner h3 {
    font-size: 71px;
    line-height: 95px;
  }
}
.page-y1act-congratulations .y1act-banner ul,
.page-cancellation-landing-page .y1act-banner ul,
.page-basic-discount-landing-page .y1act-banner ul {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 20px;
}
.page-y1act-congratulations .y1act-banner ul li,
.page-cancellation-landing-page .y1act-banner ul li,
.page-basic-discount-landing-page .y1act-banner ul li {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 30px;
  counter-increment: item;
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 17px;
  color: #1c1c1c;
  padding: 12px 12px 12px 25px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-banner ul li,
  .page-cancellation-landing-page .y1act-banner ul li,
  .page-basic-discount-landing-page .y1act-banner ul li {
    padding: 20px 20px 20px 30px;
  }
}
.page-y1act-congratulations .y1act-banner ul li:before,
.page-cancellation-landing-page .y1act-banner ul li:before,
.page-basic-discount-landing-page .y1act-banner ul li:before {
  width: 30px;
  height: 30px;
  content: counter(item);
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  border-radius: 100%;
  line-height: 30px;
  margin-right: 15px;
  display: inline-block;
  min-width: 30px;
  font-weight: bold;
  background: #ff4600;
  position: absolute;
  left: -15px;
}
@media (min-width: 992px) {
  .page-y1act-congratulations .y1act-banner ul li:before,
  .page-cancellation-landing-page .y1act-banner ul li:before,
  .page-basic-discount-landing-page .y1act-banner ul li:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    left: -20px;
  }
}
.page-y1act-congratulations .y1act-banner ul li img,
.page-cancellation-landing-page .y1act-banner ul li img,
.page-basic-discount-landing-page .y1act-banner ul li img {
  height: 28px;
  margin: 0 7px;
}
.page-y1act-congratulations .y1act-banner .y1act-started .btn:after,
.page-cancellation-landing-page .y1act-banner .y1act-started .btn:after,
.page-basic-discount-landing-page .y1act-banner .y1act-started .btn:after {
  background-image: url('../images/icon-arrow.png');
  content: '';
  position: absolute;
  display: inline-block;
  top: -50%;
  background-size: 100%;
  width: 63px;
  left: 106%;
  height: 56px;
}
@media (max-width: 450px) {
  .page-y1act-congratulations .y1act-banner .y1act-started .btn:after,
  .page-cancellation-landing-page .y1act-banner .y1act-started .btn:after,
  .page-basic-discount-landing-page .y1act-banner .y1act-started .btn:after {
    display: none;
  }
}
.page-y1act-congratulations .y1act-special-offer,
.page-cancellation-landing-page .y1act-special-offer,
.page-basic-discount-landing-page .y1act-special-offer {
  margin-bottom: 30px;
  margin-top: 40px;
}
.page-y1act-congratulations .y1act-special-offer .y1act-special-offer-content,
.page-cancellation-landing-page .y1act-special-offer .y1act-special-offer-content,
.page-basic-discount-landing-page .y1act-special-offer .y1act-special-offer-content {
  background: #ffffff;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-special-offer .y1act-special-offer-content,
  .page-cancellation-landing-page .y1act-special-offer .y1act-special-offer-content,
  .page-basic-discount-landing-page .y1act-special-offer .y1act-special-offer-content {
    padding: 40px 15px;
  }
}
.page-y1act-congratulations .y1act-special-offer h3,
.page-cancellation-landing-page .y1act-special-offer h3,
.page-basic-discount-landing-page .y1act-special-offer h3 {
  font-size: 30px;
  color: #ff4600;
  line-height: 36px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-special-offer h3,
  .page-cancellation-landing-page .y1act-special-offer h3,
  .page-basic-discount-landing-page .y1act-special-offer h3 {
    font-size: 50px;
    line-height: 68px;
  }
}
.page-y1act-congratulations .y1act-special-offer img,
.page-cancellation-landing-page .y1act-special-offer img,
.page-basic-discount-landing-page .y1act-special-offer img {
  max-height: 485px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.page-y1act-congratulations .y1act-special-offer ul,
.page-cancellation-landing-page .y1act-special-offer ul,
.page-basic-discount-landing-page .y1act-special-offer ul {
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
}
.page-y1act-congratulations .y1act-special-offer ul li,
.page-cancellation-landing-page .y1act-special-offer ul li,
.page-basic-discount-landing-page .y1act-special-offer ul li {
  font-size: 18px;
  color: #191919;
  line-height: 26px;
  font-weight: bold;
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #E2E2E2;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-y1act-congratulations .y1act-special-offer ul li:last-child,
.page-cancellation-landing-page .y1act-special-offer ul li:last-child,
.page-basic-discount-landing-page .y1act-special-offer ul li:last-child {
  border: none;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-special-offer ul li,
  .page-cancellation-landing-page .y1act-special-offer ul li,
  .page-basic-discount-landing-page .y1act-special-offer ul li {
    font-size: 28px;
    line-height: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-y1act-congratulations .y1act-special-offer ul li span.text,
.page-cancellation-landing-page .y1act-special-offer ul li span.text,
.page-basic-discount-landing-page .y1act-special-offer ul li span.text {
  flex: 1;
}
.page-y1act-congratulations .y1act-special-offer ul li span.icon,
.page-cancellation-landing-page .y1act-special-offer ul li span.icon,
.page-basic-discount-landing-page .y1act-special-offer ul li span.icon {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-special-offer ul li span.icon,
  .page-cancellation-landing-page .y1act-special-offer ul li span.icon,
  .page-basic-discount-landing-page .y1act-special-offer ul li span.icon {
    width: 98px;
    height: 98px;
    line-height: 98px;
    margin-right: 28px;
  }
}
.page-y1act-congratulations .y1act-special-offer ul li span.icon i,
.page-cancellation-landing-page .y1act-special-offer ul li span.icon i,
.page-basic-discount-landing-page .y1act-special-offer ul li span.icon i {
  color: #ff4600;
  font-size: 30px;
  line-height: 50px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-special-offer ul li span.icon i,
  .page-cancellation-landing-page .y1act-special-offer ul li span.icon i,
  .page-basic-discount-landing-page .y1act-special-offer ul li span.icon i {
    font-size: 40px;
    line-height: 98px;
  }
}
.page-y1act-congratulations .y1act-special-offer .y1act-onetime-offer,
.page-cancellation-landing-page .y1act-special-offer .y1act-onetime-offer,
.page-basic-discount-landing-page .y1act-special-offer .y1act-onetime-offer {
  max-width: 1000px;
  margin: 0 auto;
}
.page-y1act-congratulations .y1act-special-offer .y1act-onetime-offer h3,
.page-cancellation-landing-page .y1act-special-offer .y1act-onetime-offer h3,
.page-basic-discount-landing-page .y1act-special-offer .y1act-onetime-offer h3 {
  color: #191919;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-special-offer .y1act-onetime-offer h3,
  .page-cancellation-landing-page .y1act-special-offer .y1act-onetime-offer h3,
  .page-basic-discount-landing-page .y1act-special-offer .y1act-onetime-offer h3 {
    font-size: 42px;
    line-height: 50px;
  }
}
.page-y1act-congratulations .y1act-special-offer .y1act-onetime-offer .y1act-started .btn,
.page-cancellation-landing-page .y1act-special-offer .y1act-onetime-offer .y1act-started .btn,
.page-basic-discount-landing-page .y1act-special-offer .y1act-onetime-offer .y1act-started .btn {
  line-height: 25px;
  text-transform: inherit;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-y1act-congratulations .y1act-bonus .y1act-bonus-content,
.page-cancellation-landing-page .y1act-bonus .y1act-bonus-content,
.page-basic-discount-landing-page .y1act-bonus .y1act-bonus-content {
  background: #ffffff;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-bonus .y1act-bonus-content,
  .page-cancellation-landing-page .y1act-bonus .y1act-bonus-content,
  .page-basic-discount-landing-page .y1act-bonus .y1act-bonus-content {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .page-y1act-congratulations .y1act-bonus .y1act-bonus-content,
  .page-cancellation-landing-page .y1act-bonus .y1act-bonus-content,
  .page-basic-discount-landing-page .y1act-bonus .y1act-bonus-content {
    padding: 60px 70px;
  }
}
.page-y1act-congratulations .y1act-bonus h3,
.page-cancellation-landing-page .y1act-bonus h3,
.page-basic-discount-landing-page .y1act-bonus h3 {
  font-size: 30px;
  color: #ff4600;
  line-height: 36px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-bonus h3,
  .page-cancellation-landing-page .y1act-bonus h3,
  .page-basic-discount-landing-page .y1act-bonus h3 {
    font-size: 50px;
    line-height: 68px;
  }
}
.page-y1act-congratulations .y1act-bonus .y1act-bonus-img,
.page-cancellation-landing-page .y1act-bonus .y1act-bonus-img,
.page-basic-discount-landing-page .y1act-bonus .y1act-bonus-img {
  text-align: right;
}
.page-y1act-congratulations .y1act-bonus .y1act-bonus-img img,
.page-cancellation-landing-page .y1act-bonus .y1act-bonus-img img,
.page-basic-discount-landing-page .y1act-bonus .y1act-bonus-img img {
  max-height: 205px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-bonus .y1act-bonus-img img,
  .page-cancellation-landing-page .y1act-bonus .y1act-bonus-img img,
  .page-basic-discount-landing-page .y1act-bonus .y1act-bonus-img img {
    float: right;
  }
}
.page-y1act-congratulations .y1act-bonus .bonus-offer,
.page-cancellation-landing-page .y1act-bonus .bonus-offer,
.page-basic-discount-landing-page .y1act-bonus .bonus-offer {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-bonus .bonus-offer,
  .page-cancellation-landing-page .y1act-bonus .bonus-offer,
  .page-basic-discount-landing-page .y1act-bonus .bonus-offer {
    text-align: left;
    margin-top: 0px;
  }
}
.page-y1act-congratulations .y1act-bonus .bonus-offer h5,
.page-cancellation-landing-page .y1act-bonus .bonus-offer h5,
.page-basic-discount-landing-page .y1act-bonus .bonus-offer h5 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-bonus .bonus-offer h5,
  .page-cancellation-landing-page .y1act-bonus .bonus-offer h5,
  .page-basic-discount-landing-page .y1act-bonus .bonus-offer h5 {
    font-size: 20px;
  }
}
.page-y1act-congratulations .y1act-bonus .bonus-offer h4,
.page-cancellation-landing-page .y1act-bonus .bonus-offer h4,
.page-basic-discount-landing-page .y1act-bonus .bonus-offer h4 {
  font-size: 26px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-bonus .bonus-offer h4,
  .page-cancellation-landing-page .y1act-bonus .bonus-offer h4,
  .page-basic-discount-landing-page .y1act-bonus .bonus-offer h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page-y1act-congratulations .y1act-bonus .bonus-offer h4.old-price,
.page-cancellation-landing-page .y1act-bonus .bonus-offer h4.old-price,
.page-basic-discount-landing-page .y1act-bonus .bonus-offer h4.old-price {
  font-weight: 500;
  font-style: italic;
  text-decoration: line-through;
}
.page-y1act-congratulations .y1act-bonus .bonus-offer h4.old-price:after,
.page-cancellation-landing-page .y1act-bonus .bonus-offer h4.old-price:after,
.page-basic-discount-landing-page .y1act-bonus .bonus-offer h4.old-price:after {
  content: "";
  width: 55px;
  height: 2px;
  background: #E8E8E8;
  display: block;
  margin: 15px auto;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-bonus .bonus-offer h4.old-price:after,
  .page-cancellation-landing-page .y1act-bonus .bonus-offer h4.old-price:after,
  .page-basic-discount-landing-page .y1act-bonus .bonus-offer h4.old-price:after {
    margin: 15px 0;
  }
}
.page-y1act-congratulations .y1act-bonus .bonus-offer h4.best-price,
.page-cancellation-landing-page .y1act-bonus .bonus-offer h4.best-price,
.page-basic-discount-landing-page .y1act-bonus .bonus-offer h4.best-price {
  font-weight: bold;
  color: #ff4600;
}
.page-y1act-congratulations .y1act-bonus .y1act-bd-dash,
.page-cancellation-landing-page .y1act-bonus .y1act-bd-dash,
.page-basic-discount-landing-page .y1act-bonus .y1act-bd-dash {
  border: 1px dashed #E8E8E8;
  border-radius: 4px;
  padding: 30px 15px;
  background: #fdfdfd;
}
@media (min-width: 992px) {
  .page-y1act-congratulations .y1act-bonus .y1act-bd-dash,
  .page-cancellation-landing-page .y1act-bonus .y1act-bd-dash,
  .page-basic-discount-landing-page .y1act-bonus .y1act-bd-dash {
    padding: 50px 30px;
  }
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-bonus .y1act-bd-dash .row,
  .page-cancellation-landing-page .y1act-bonus .y1act-bd-dash .row,
  .page-basic-discount-landing-page .y1act-bonus .y1act-bd-dash .row {
    display: flex;
    align-items: center;
  }
}
.page-y1act-congratulations .y1act-bonus.youth1-athletic .y1act-bonus-content,
.page-cancellation-landing-page .y1act-bonus.youth1-athletic .y1act-bonus-content,
.page-basic-discount-landing-page .y1act-bonus.youth1-athletic .y1act-bonus-content {
  background: #FCFCFC;
  border-top: 2px solid #e2e2e2;
}
.page-y1act-congratulations .y1act-bonus.youth1-athletic h3,
.page-cancellation-landing-page .y1act-bonus.youth1-athletic h3,
.page-basic-discount-landing-page .y1act-bonus.youth1-athletic h3 {
  font-size: 20px;
  color: #ff4600;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-bonus.youth1-athletic h3,
  .page-cancellation-landing-page .y1act-bonus.youth1-athletic h3,
  .page-basic-discount-landing-page .y1act-bonus.youth1-athletic h3 {
    font-size: 38px;
    line-height: 58px;
  }
}
.page-y1act-congratulations .y1act-bonus.youth1-athletic h3 img,
.page-cancellation-landing-page .y1act-bonus.youth1-athletic h3 img,
.page-basic-discount-landing-page .y1act-bonus.youth1-athletic h3 img {
  height: 50px;
  margin-bottom: -2px;
  display: inline-block;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-bonus.youth1-athletic h3 img,
  .page-cancellation-landing-page .y1act-bonus.youth1-athletic h3 img,
  .page-basic-discount-landing-page .y1act-bonus.youth1-athletic h3 img {
    height: 63px;
    margin-bottom: -4px;
    margin-right: -25px;
  }
}
.page-y1act-congratulations .y1act-bonus.youth1-athletic .row,
.page-cancellation-landing-page .y1act-bonus.youth1-athletic .row,
.page-basic-discount-landing-page .y1act-bonus.youth1-athletic .row {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-bonus.youth1-athletic .row,
  .page-cancellation-landing-page .y1act-bonus.youth1-athletic .row,
  .page-basic-discount-landing-page .y1act-bonus.youth1-athletic .row {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
}
.page-y1act-congratulations .y1act-bonus.youth1-athletic .bonus-offer .old-price,
.page-cancellation-landing-page .y1act-bonus.youth1-athletic .bonus-offer .old-price,
.page-basic-discount-landing-page .y1act-bonus.youth1-athletic .bonus-offer .old-price {
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  color: #191919;
}
.page-y1act-congratulations .y1act-bonus.youth1-athletic .bonus-offer .old-price:after,
.page-cancellation-landing-page .y1act-bonus.youth1-athletic .bonus-offer .old-price:after,
.page-basic-discount-landing-page .y1act-bonus.youth1-athletic .bonus-offer .old-price:after {
  display: none;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-bonus.youth1-athletic .bonus-offer .old-price,
  .page-cancellation-landing-page .y1act-bonus.youth1-athletic .bonus-offer .old-price,
  .page-basic-discount-landing-page .y1act-bonus.youth1-athletic .bonus-offer .old-price {
    font-size: 45px;
    line-height: 60px;
  }
}
.page-y1act-congratulations .y1act-bonus.youth1-athletic .bonus-offer .best-price,
.page-cancellation-landing-page .y1act-bonus.youth1-athletic .bonus-offer .best-price,
.page-basic-discount-landing-page .y1act-bonus.youth1-athletic .bonus-offer .best-price {
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-bonus.youth1-athletic .bonus-offer .best-price,
  .page-cancellation-landing-page .y1act-bonus.youth1-athletic .bonus-offer .best-price,
  .page-basic-discount-landing-page .y1act-bonus.youth1-athletic .bonus-offer .best-price {
    font-size: 55px;
    line-height: 70px;
  }
}
.page-y1act-congratulations .y1act-bonus.youth1-athletic .y1act-onetime-offer,
.page-cancellation-landing-page .y1act-bonus.youth1-athletic .y1act-onetime-offer,
.page-basic-discount-landing-page .y1act-bonus.youth1-athletic .y1act-onetime-offer {
  max-width: 1000px;
  margin: 0 auto;
}
.page-y1act-congratulations .y1act-bonus.youth1-athletic .y1act-onetime-offer .y1act-started .btn,
.page-cancellation-landing-page .y1act-bonus.youth1-athletic .y1act-onetime-offer .y1act-started .btn,
.page-basic-discount-landing-page .y1act-bonus.youth1-athletic .y1act-onetime-offer .y1act-started .btn {
  line-height: 25px;
  text-transform: inherit;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-y1act-congratulations .y1act-bonus .y1act-video-training,
.page-cancellation-landing-page .y1act-bonus .y1act-video-training,
.page-basic-discount-landing-page .y1act-bonus .y1act-video-training {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-y1act-congratulations .y1act-bonus .y1act-video-training,
  .page-cancellation-landing-page .y1act-bonus .y1act-video-training,
  .page-basic-discount-landing-page .y1act-bonus .y1act-video-training {
    margin-top: 50px;
  }
}
.most-points-block {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.most-points-block .unslider {
  overflow: auto;
  position: relative;
  margin: 0;
  padding: 0;
}
.most-points-block ul {
  position: relative;
  width: 300%;
}
.most-points-block ul > li {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
.most-points-block li,
.most-points-block ol,
.most-points-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.most-points-block .profile-item {
  margin: 0 auto;
  text-align: center;
}
.most-points-block .profile-item.profile-image {
  width: 119px;
  height: auto;
  padding: 10px 0;
}
.most-points-block .profile-item.profile-image img {
  border-radius: 50%;
}
.most-points-block .profile-item.profile-name {
  font-weight: 500;
}
.most-points-block .profile-item.profile-points {
  color: #ff4600;
  font-weight: bold;
  font-size: 22px;
}
.most-points-block .profile-item.profile-link {
  padding: 3px 0;
  margin-bottom: 10px;
}
.most-points-block .profile-item.profile-link a {
  color: #ff4600;
}
.most-points-block .profile-item.profile-link a:hover {
  color: #191919;
}
.most-points-block .profile-item.see-more-image {
  width: 170px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}
.most-points-block .unslider-arrow {
  position: absolute;
  top: 63px;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 17px;
  height: 17px;
  font-size: 17px;
  color: #ff4600;
}
.most-points-block .unslider-arrow:hover {
  color: #191919;
}
.most-points-block .unslider-arrow.next {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: auto;
  right: 0;
}
.most-points-block .unslider-arrow.prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.most-points-block .most-points-cta img {
  height: 22px;
  width: auto;
}
.view-display-id-exercises_of_athlete {
  padding-top: 0;
  margin-top: 20px;
}
.y1act-main {
  position: relative;
  margin-top: 10px;
}
.y1act-main .age-block {
  padding-bottom: 10px;
  background-color: #ffffff;
  z-index: 6;
}
.y1act-main .age-block .age {
  font-size: 21px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .y1act-main .age-block .age {
    font-size: 26px;
  }
}
.y1act-main .age-block .age-text {
  line-height: 15px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .y1act-main .age-block .age-text {
    font-size: 12px;
  }
}
.y1act-main:before {
  position: absolute;
  left: 8.33333333%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  background-color: #E8E8E8;
  z-index: 5;
}
.y1act-main .y1act-info-right {
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 6px;
}
.y1act-main .y1act-info-right .act-header-item {
  margin-bottom: 14px;
}
.y1act-main .y1act-info-right .act-info {
  font-size: 14px;
}
@media (min-width: 768px) {
  .y1act-main .y1act-info-right .act-info {
    font-size: 15px;
  }
}
.y1act-main .y1act-info-right .act-info.text-left {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .y1act-main .y1act-info-right .act-info span {
    width: auto;
  }
}
.y1act-main .y1act-info-right .act-info .info-value {
  font-weight: bold;
  color: #333333;
}
.y1act-main .y1act-info-right .act-info .info-label {
  font-weight: bold;
  color: #5d5d5d;
}
.y1act-main .y1act-info-right .act-info .percentile {
  color: #333333;
}
.y1act-main .y1act-detail:before {
  position: absolute;
  left: 8.33333333%;
  top: 15px;
  margin-left: -7px;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  z-index: 6;
  border-radius: 50%;
  border: 2px solid #191919;
}
.y1act-main .y1act-detail .detail-block {
  margin-bottom: 25px;
}
.y1act-main .y1act-detail .detail-block .score-block {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #868686;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  position: relative;
}
.y1act-main .y1act-detail .detail-block .score-block:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 17px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-right-color: #868686;
  border-width: 6px;
  background-color: #ffffff;
}
.y1act-main .y1act-detail .detail-block .score-block > .row {
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .y1act-main .y1act-detail .detail-block .score-block > .row {
    font-size: 16px;
  }
}
.y1act-main .y1act-detail .detail-block .score-block > .row .score {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  margin-right: 5px;
  margin-left: -5px;
}
.y1act-main .y1act-detail .detail-block .score-block > .row .score h4 {
  font-size: 12px;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .y1act-main .y1act-detail .detail-block .score-block > .row .score h4 {
    font-size: 13px;
  }
}
.y1act-main .y1act-detail .detail-block .score-block > .row .score span {
  font-size: 23px;
  line-height: 25px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.y1act-main .y1act-detail .list-exercise {
  padding: 0 10px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e7e7e7;
  border-top: none;
}
.y1act-main .y1act-detail .list-exercise .exercise-item {
  margin: 0;
  width: 100%;
  padding: 10px 0;
  min-height: 60px;
  font-size: 13px;
  border-top: 1px solid #E8E8E8;
  display: table;
}
@media (min-width: 768px) {
  .y1act-main .y1act-detail .list-exercise .exercise-item {
    font-size: 14px;
  }
}
.y1act-main .y1act-detail .list-exercise .exercise-item:first-child {
  border-top: none;
}
.y1act-main .y1act-detail .list-exercise .exercise-item .y1act-icon,
.y1act-main .y1act-detail .list-exercise .exercise-item .y1act-name,
.y1act-main .y1act-detail .list-exercise .exercise-item .y1act-score,
.y1act-main .y1act-detail .list-exercise .exercise-item .name-percentile {
  display: table-cell;
  vertical-align: middle;
}
.y1act-main .y1act-detail .list-exercise .exercise-item .name {
  text-transform: uppercase;
  color: #5d5d5d;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .y1act-main .y1act-detail .list-exercise .exercise-item .name {
    font-size: 16px;
  }
}
.y1act-main .y1act-detail .list-exercise .exercise-item .percentile {
  color: #5d5d5d;
}
.y1act-main .y1act-detail .list-exercise .exercise-item .y1act-score {
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .y1act-main .y1act-detail .list-exercise .exercise-item .y1act-score {
    font-size: 15px;
  }
}
.y1act-main .y1act-icon {
  color: #5d5d5d;
}
.y1act-main .y1act-icon span {
  font-size: 34px;
  margin-right: 12px;
  width: 33px;
  display: inline-block;
  text-align: center;
}
.y1act-main .y1act-icon span.y1-icon-exercise-10510:before {
  font-size: 25px;
  line-height: 34px;
}
.y1act-tab img {
  height: 23px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.y1act-no-content {
  text-align: center;
  margin-top: 35px;
}
.y1act-no-content h3 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
}
.y1act-no-content .buttons {
  text-align: center;
}
.y1act-no-content .buttons .btn {
  font-size: 16px;
  width: 310px;
  margin-top: 10px;
}
.y1act-overview .y1act-overview-label {
  margin: 20px 0;
}
.y1act-overview .y1act-overview-label img {
  width: 88px;
}
.y1act-overview .y1act-overview-label span {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ff4600;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
}
.y1act-overview .y1act-detail .overview-item {
  padding-bottom: 7px;
  border-bottom: solid 2px #E8E8E8;
}
.y1act-overview .y1act-detail .overview-item .date {
  font-weight: bold;
  font-size: 14px;
}
.y1act-overview .y1act-detail .overview-item .score h4 {
  text-transform: uppercase;
  font-size: 14px;
}
.y1act-overview .y1act-detail .overview-item .score span {
  font-size: 25px;
  font-weight: bold;
  color: #ff4600;
}
@media (min-width: 768px) {
  .y1act-overview .y1act-detail .overview-item .score {
    margin-top: -43px;
  }
  .y1act-overview .y1act-detail .overview-item .score span {
    font-size: 36px;
  }
}
.y1act-overview .y1act-detail .overview-detail {
  color: #5d5d5d;
}
.y1act-overview .y1act-detail .overview-detail .exercise-item {
  margin-top: 15px;
}
.y1act-overview .y1act-detail .overview-detail .exercise-item .y1act-icon {
  font-size: 50px;
  min-height: 71px;
}
.y1act-overview .y1act-detail .overview-detail .exercise-item .name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.y1act-overview .y1act-detail .overview-detail .exercise-item .result {
  font-weight: bold;
  font-size: 18px;
  color: #191919;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 3px 0;
}
.y1act-overview .y1act-detail .overview-detail .exercise-item .percentile {
  font-weight: bold;
}
.athlete-ranking-header:nth-child(n+1) {
  display: none;
}
@media (min-width: 768px) {
  .y1act-d1 {
    margin-top: -20px;
  }
}
.y1act-d1 .section {
  height: auto;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .y1act-d1 .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.y1act-d1 .section .container {
  max-width: 1366px;
}
@media (min-width: 768px) {
  .y1act-d1 .section .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
}
.y1act-d1 .section .row-eq-height .parent-column {
  display: table;
  height: 100%;
}
.y1act-d1 .section .row-eq-height .child-column {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .y1act-d1 .section .row-eq-height .child-column {
    padding: 10px 15px;
  }
}
.y1act-d1 .section .row-eq-height img {
  width: 100%;
}
.y1act-d1 .section p.small {
  font-size: 15px;
}
.y1act-d1 .section p.title,
.y1act-d1 .section p.subtitle {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.y1act-d1 .section p.title {
  color: #ff4600;
}
@media (min-width: 992px) {
  .y1act-d1 .section p.title {
    font-size: 36px;
  }
}
.y1act-d1 .section p.subtitle {
  color: #191919;
}
@media (min-width: 992px) {
  .y1act-d1 .section p.subtitle {
    font-size: 30px;
  }
}
.y1act-d1 .signup-form {
  max-width: 400px;
  background-color: #ffffff;
  padding: 15px 25px 25px 25px;
}
.y1act-d1 .signup-form .y1act-d1-submit button {
  font-size: 22px;
  line-height: 25px;
}
.y1act-d1 .signup-form .y1act-d1-submit button img {
  height: 29px;
  width: auto;
}
.y1act-d1 .signup-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #CCCCCC !important;
}
.y1act-d1 .signup-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCCCCC !important;
}
.y1act-d1 .signup-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #CCCCCC !important;
}
.y1act-d1 .signup-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #CCCCCC !important;
}
.y1act-d1 .text-head {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 37px;
  font-weight: bold;
  font-style: italic;
}
.y1act-d1 .section-1 {
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 768px) {
  .y1act-d1 .section-1 {
    background-position: top center;
  }
}
.y1act-d1 .section-1 video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}
@media (min-width: 1200px) {
  .y1act-d1 .section-1 video {
    width: 100%;
    height: auto;
  }
}
.y1act-d1 .section-1 .section-content {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .y1act-d1 .section-1 .section-content {
    padding: 85px 0;
  }
}
@media (min-width: 1200px) {
  .y1act-d1 .section-1 .section-content {
    padding: 80px 0;
  }
}
@media (min-width: 1366px) {
  .y1act-d1 .section-1 .section-content {
    padding: 130px 0;
  }
}
.y1act-d1 .section-1 .section-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.y1act-d1 .section-1 .compare {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  opacity: 0.9;
}
.y1act-d1 .section-1 .compare p {
  margin-bottom: 5px;
}
.y1act-d1 .section-1 .logo {
  position: relative;
  z-index: 1;
}
.y1act-d1 .section-1 .logo img {
  width: 450px;
  height: auto;
}
.y1act-d1 .section-1 .logo img.d1-logo {
  width: 125px;
}
.y1act-d1 .section-1 .logo img.zybek-logo {
  width: 245px;
}
.y1act-d1 .section-1 .head {
  position: relative;
  z-index: 1;
}
.y1act-d1 .section-1 .head .compare {
  margin-top: 49px;
}
.y1act-d1 .section-1 .head h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .y1act-d1 .section-1 .head h3 {
    font-size: 41px;
  }
}
.y1act-d1 .section-1 .form-block .signup-form {
  padding-bottom: 15px;
  margin: 0 auto;
  background: none;
}
.y1act-d1 .section-1 .form-block .signup-form .text {
  text-align: left;
}
.y1act-d1 .section-1 .form-block .signup-form .text span {
  display: block;
  color: #E8E8E8;
  opacity: 0.9;
  font-size: 15px;
}
.y1act-d1 .section-1 .form-block .signup-form .text span.login {
  margin-bottom: 10px;
}
.y1act-d1 .section-1 .form-block .signup-form .text span.login a {
  color: #ff4600;
  cursor: pointer;
}
.y1act-d1 .section-2 .container {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .y1act-d1 .section-2 .container .video {
    padding-right: 50px;
  }
}
.y1act-d1 .section-2 .container .text {
  text-align: left;
}
.y1act-d1 .section-2 .container .text .text-head {
  color: #ff4600;
  font-size: 35px;
  margin-bottom: 25px;
}
.y1act-d1 .section-2 .container .text .text-head img {
  height: 38px;
  margin-top: 5px;
}
.y1act-d1 .section-2 .container .text p {
  color: #5d5d5d;
  font-size: 20px;
  line-height: 28px;
}
.y1act-d1 .section-2 .container .text p img {
  height: 29px;
  margin-top: 5px;
}
.y1act-d1 .section-3 {
  border-top: solid 1px #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.y1act-d1 .section-3 .performance .performance-head {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 28px;
  margin-bottom: 15px;
}
.y1act-d1 .section-3 .performance .performance-head img {
  height: 48px;
  margin-top: 11px;
}
.y1act-d1 .section-3 .performance .exercises-block .y1act-icon span {
  font-size: 68px;
  color: #5d5d5d;
}
.y1act-d1 .section-3 .performance .exercises-block .name {
  margin: 15px 0;
  font-size: 19px;
  font-weight: bold;
}
.y1act-d1 .section-3 .performance .exercises-block .summary {
  color: #9b9b9b;
  font-size: 14px;
  min-height: 42px;
}
.y1act-d1 .section-3 .performance .exercises-block .item {
  margin-top: 30px;
}
.y1act-d1 .section-3 .performance .exercises-block.what-is-y1act .summary {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .y1act-d1 .section-3 .performance .exercises-block.what-is-y1act .summary {
    padding: 0 30px;
  }
}
.y1act-d1 .section-3 .performance .exercises-block.what-is-y1act .herofuel-logo {
  max-width: 200px;
}
.y1act-d1 .section-4 {
  position: relative;
  background: #191919 url('../images/y1act-background-bottom.png') top center no-repeat;
  background-size: cover;
}
.y1act-d1 .section-4 .container {
  padding-top: 47px;
  padding-bottom: 22px;
}
.y1act-d1 .section-4 .container .text-head {
  color: #ff4600;
}
.y1act-d1 .section-4 .container .text-head img {
  height: 61px;
  margin-top: 10px;
}
.y1act-d1 .section-4 .container .plan-block .plan-item {
  margin-top: 20px;
}
.y1act-d1 .section-4 .container .plan-block .number span {
  display: block;
  margin: 0 auto;
  height: 70px;
  width: 70px;
  border: solid 1px #9b9b9b;
  border-radius: 50%;
  line-height: 69px;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}
.y1act-d1 .section-4 .container .plan-block .plan-title {
  min-height: 48px;
  font-size: 19px;
  font-style: italic;
  font-weight: bold;
  line-height: 27px;
  color: #ffffff;
  margin: 20px 0;
}
.y1act-d1 .section-4 .container .plan-block .plan-title.plan-title-1 span {
  display: block;
  margin-top: 32px;
}
.y1act-d1 .section-4 .container .plan-block .plan-summary {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}
.y1act-d1 .section-4 .container .plan-block .plan-summary img {
  height: 20px;
  margin-top: 5px;
}
.y1act-d1 .section-4 .container .plan-block img {
  height: 32px;
  width: auto;
}
.y1act-d1 .section-4 .container .text-head-2 {
  color: #ffffff;
  font-size: 27px;
  font-style: italic;
  font-weight: bold;
  margin: 60px 0 50px;
}
.y1act-d1 .section-4 .container .note {
  color: #ffffff;
  opacity: 0.31;
  font-size: 13px;
}
.y1act-d1 .section-organizations {
  border-bottom: solid 1px #E8E8E8;
}
.y1act-d1 .section-organizations .container {
  padding-top: 25px;
  padding-bottom: 60px;
}
.y1act-d1 .section-organizations .container .logo {
  margin: 20px 0 40px;
}
.y1act-d1 .section-organizations .container .logo img {
  height: 100px;
  width: auto;
  padding: 0 20px;
  margin-top: 35px;
}
.y1act-d1 .section-organizations .container .logo img.irontribe-logo {
  height: 48px;
}
.y1act-d1 .section-organizations .container .text-head {
  color: #191919;
  font-style: normal;
}
.y1act-d1 .section-organizations .container .text-head img {
  height: 40px;
  width: auto;
  margin-top: 5px;
}
.y1act-d1 .section-organizations .container .description {
  max-width: 490px;
  line-height: 30px;
  margin: 0 auto;
  color: #5d5d5d;
  margin-top: 10px;
  margin-bottom: 30px;
}
.y1act-d1 .section-organizations .container .button a {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0px 3px 0px 0px #892700;
  -moz-box-shadow: 0px 3px 0px 0px #892700;
  box-shadow: 0px 3px 0px 0px #892700;
}
.y1act-d1 .section-organizations .container .button a img {
  height: 32px;
  width: auto;
  margin-top: 3px;
}
.y1act-d1 .section-5 .container {
  padding: 40px 15px 80px;
}
.y1act-d1 .section-5 .container .text-head {
  font-size: 30px;
  color: #ff4600;
}
.y1act-d1 .section-5 .container .text-head img {
  height: 45px;
  margin-top: 14px;
}
.y1act-d1 .section-5 .container .d1 {
  margin-top: 20px;
}
.y1act-d1 .section-5 .container .d1 .d1-logo {
  display: inline-block;
  vertical-align: middle;
}
.y1act-d1 .section-5 .container .d1 .d1-logo img {
  width: 100px;
  height: auto;
  margin-top: 5px;
  margin-right: 20px;
}
.y1act-d1 .section-5 .container .d1 .location {
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  vertical-align: middle;
}
.y1act-d1 .section-5 .container .d1 .location table {
  text-align: left;
}
.y1act-d1 .section-5 .container .d1 .location table td {
  padding: 1px 7px;
  font-size: 17px;
}
.y1act-d1 .section-5 .container .d1 .location table td.th {
  font-weight: bold;
}
.y1act-d1 .section-5 .container .d1-form {
  margin-top: 50px;
}
.y1act-d1 .section-5 .container .d1-form .img {
  vertical-align: top;
}
@media (min-width: 768px) {
  .y1act-d1 .section-5 .container .d1-form .img {
    display: inline-block;
    margin-right: 60px;
  }
}
.y1act-d1 .section-5 .container .d1-form .img img {
  width: auto;
  height: 272px;
}
.y1act-d1 .section-5 .container .d1-form .img.general {
  margin-right: 0;
}
.y1act-d1 .section-5 .container .d1-form .img.general img {
  width: auto;
  height: 340px;
}
.y1act-d1 .section-5 .container .d1-form .signup-form {
  display: inline-block;
  vertical-align: top;
  padding: 44px 0 0 0;
}
@media (min-width: 768px) {
  .y1act-d1 .section-5 .container .d1-form .signup-form {
    padding: 45px 15px 0 15px;
  }
}
.y1act-d1 .section-5 .container .d1-form .signup-form.button-only {
  width: 100%;
  display: block;
  margin: 0px auto;
  padding-top: 44px;
}
.y1act-d1 .section-5 .container .d1-form .signup-form .form-group {
  margin-bottom: 24px;
}
.y1act-d1 .section-choose {
  background-color: #191919;
  border: none;
  padding-bottom: 300px;
}
.y1act-d1 .section-choose .performance .exercises-block {
  margin-bottom: 30px;
}
.y1act-d1 .section-choose .performance .exercises-block .y1act-icon span {
  color: #ffffff;
}
.y1act-d1 .section-choose .performance .exercises-block .summary {
  margin-top: 20px;
}
.y1act-d1 .section-choose .signup-form {
  padding: 0;
  background: none;
}
.y1act-d1 .section-6 .d1 {
  margin-top: 20px;
}
.y1act-d1 .section-6 .d1 .d1-logo {
  display: inline-block;
  vertical-align: middle;
}
.y1act-d1 .section-6 .d1 .d1-logo img {
  width: 100px;
  height: auto;
  margin-top: 5px;
  margin-right: 20px;
}
.y1act-d1 .section-6 .d1 .location {
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  vertical-align: middle;
}
.y1act-d1 .section-6 .d1 .location table {
  text-align: left;
}
.y1act-d1 .section-6 .d1 .location table td {
  padding: 1px 7px;
  font-size: 17px;
}
.y1act-d1 .section-6 .d1 .location table td.th {
  font-weight: bold;
}
.y1act-d1 .section-6 .signup-form {
  padding: 15px 0 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .y1act-d1 .section-6 .signup-form {
    padding: 15px 0 25px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .y1act-d1 .section-8 .row-eq-height {
    margin-bottom: 0;
  }
}
.y1act-d1 .section-8 .improve-skills {
  background: url('../images/y1act-img-2.png') center center no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #ffffff;
  padding: 15px;
  margin-top: -250px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .y1act-d1 .section-8 .improve-skills {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .y1act-d1 .section-8 .improve-skills {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .y1act-d1 .section-8 .improve-skills {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
.y1act-d1 .section-8 .improve-skills .parent-column {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .y1act-d1 .section-8 .improve-skills .parent-column {
    padding: 0 70px;
  }
}
.y1act-d1 .section-8 .improve-skills .y1act-popup img {
  width: 98%;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}
.y1act-d1 .section-8 .improve-skills .y1act-popup a:hover img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.y1act-d1 .section-8 .signup-form {
  padding: 0;
}
.y1act-d1 .section-9 {
  background: #191919 url('../images/y1act-img-newsletter.png') top center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .y1act-d1 .section-9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.y1act-d1 .section-9 .y1act-icon {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 15px;
}
.y1act-d1 .section-9 .y1act-icon img {
  max-width: 250px;
}
.y1act-d1 .section-9 .summary {
  color: #9b9b9b;
}
.y1act-d1 .section-9 .exercises-block {
  max-width: 500px;
  margin: 0 auto;
}
.y1act-d1 .section-9 .exercises-block form {
  margin-top: 20px;
}
.y1act-d1 .section-9 .exercises-block form .input-group input {
  height: 44px;
  background-color: #444444;
  border-color: #444444;
  color: #9b9b9b;
}
.y1act-d1 .section-9 .exercises-block form .input-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b9b9b !important;
}
.y1act-d1 .section-9 .exercises-block form .input-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b !important;
}
.y1act-d1 .section-9 .exercises-block form .input-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b !important;
}
.y1act-d1 .section-9 .exercises-block form .input-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b !important;
}
.y1act-d1 .section-9 .exercises-block form .input-group-btn button {
  white-space: nowrap;
  font-weight: bold;
}
body.page-signup.page-signup-y1act,
body.page-signup.page-college-recruiting-wizard-payment {
  background: #ffffff;
}
@media (max-width: 767px) {
  body.page-signup.page-signup-y1act .main-container,
  body.page-signup.page-college-recruiting-wizard-payment .main-container {
    padding-bottom: 280px;
  }
}
body.page-signup.page-signup-y1act .bg-color,
body.page-signup.page-college-recruiting-wizard-payment .bg-color {
  height: auto;
  background-image: linear-gradient(-128deg, #868686 0%, #5d5d5d 100%);
  background-size: cover;
  text-align: center;
}
body.page-signup.page-signup-y1act .bg-color .logo,
body.page-signup.page-college-recruiting-wizard-payment .bg-color .logo {
  padding-top: 24px;
}
body.page-signup.page-signup-y1act .bg-color .logo .y1act-logo,
body.page-signup.page-college-recruiting-wizard-payment .bg-color .logo .y1act-logo {
  width: 160px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .bg-color .logo .y1act-logo,
  body.page-signup.page-college-recruiting-wizard-payment .bg-color .logo .y1act-logo {
    width: 300px;
  }
}
body.page-signup.page-signup-y1act .bg-color .logo .d1-logo,
body.page-signup.page-college-recruiting-wizard-payment .bg-color .logo .d1-logo {
  width: 200px;
  display: block;
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .bg-color .logo .d1-logo,
  body.page-signup.page-college-recruiting-wizard-payment .bg-color .logo .d1-logo {
    display: inline-block;
    width: 200px;
    margin-left: 200px;
  }
}
@media (min-width: 992px) {
  body.page-signup.page-signup-y1act .bg-color .logo .d1-logo,
  body.page-signup.page-college-recruiting-wizard-payment .bg-color .logo .d1-logo {
    margin-left: 250px;
    margin-right: 100px;
  }
}
body.page-signup.page-signup-y1act .bg-color .text-head,
body.page-signup.page-college-recruiting-wizard-payment .bg-color .text-head {
  margin-top: 40px;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .bg-color .text-head,
  body.page-signup.page-college-recruiting-wizard-payment .bg-color .text-head {
    margin-top: 60px;
  }
}
body.page-signup.page-signup-y1act .bg-color .text-head img,
body.page-signup.page-college-recruiting-wizard-payment .bg-color .text-head img {
  width: 150px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .bg-color .text-head img,
  body.page-signup.page-college-recruiting-wizard-payment .bg-color .text-head img {
    display: inline-block;
    width: 250px;
  }
}
body.page-signup.page-signup-y1act .bg-color .text-head .head,
body.page-signup.page-college-recruiting-wizard-payment .bg-color .text-head .head {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ff4600;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .bg-color .text-head .head,
  body.page-signup.page-college-recruiting-wizard-payment .bg-color .text-head .head {
    font-size: 37px;
    margin-left: -30px;
  }
}
body.page-signup.page-signup-y1act .bg-color .text-head .location,
body.page-signup.page-college-recruiting-wizard-payment .bg-color .text-head .location {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .bg-color .text-head .location,
  body.page-signup.page-college-recruiting-wizard-payment .bg-color .text-head .location {
    font-size: 19px;
  }
}
body.page-signup.page-signup-y1act .bg-color .summary,
body.page-signup.page-college-recruiting-wizard-payment .bg-color .summary {
  font-weight: bold;
  width: 310px;
  margin: 45px auto 0;
  padding-bottom: 10px;
}
body.page-signup.page-signup-y1act .bg-color .summary h4,
body.page-signup.page-college-recruiting-wizard-payment .bg-color .summary h4 {
  font-weight: bold;
  text-transform: uppercase;
  color: #ff4600;
  font-size: 14px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .bg-color .summary h4,
  body.page-signup.page-college-recruiting-wizard-payment .bg-color .summary h4 {
    font-size: 16px;
  }
}
body.page-signup.page-signup-y1act .bg-color .summary ul,
body.page-signup.page-college-recruiting-wizard-payment .bg-color .summary ul {
  list-style: disc;
  text-align: left;
  line-height: 22px;
}
body.page-signup.page-signup-y1act .bg-color .summary ul li,
body.page-signup.page-college-recruiting-wizard-payment .bg-color .summary ul li {
  color: #ffffff;
  font-size: 13px;
  opacity: 0.8;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .bg-color .summary ul li,
  body.page-signup.page-college-recruiting-wizard-payment .bg-color .summary ul li {
    font-size: 14px;
  }
}
body.page-signup.page-signup-y1act .bg-color .y1act-popup,
body.page-signup.page-college-recruiting-wizard-payment .bg-color .y1act-popup {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .bg-color .y1act-popup,
  body.page-signup.page-college-recruiting-wizard-payment .bg-color .y1act-popup {
    padding-bottom: 42px;
  }
}
body.page-signup.page-signup-y1act .region-content .section,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section {
  margin-top: 20px;
}
body.page-signup.page-signup-y1act .region-content .section h5,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: 'Roboto Condensed', sans-serif;
}
body.page-signup.page-signup-y1act .region-content .section h5 a,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section h5 a {
  color: #ff4600;
}
body.page-signup.page-signup-y1act .region-content .section .payment-card,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section .payment-card {
  margin-bottom: 15px;
}
body.page-signup.page-signup-y1act .region-content .section .payment-details-credit .form-group,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section .payment-details-credit .form-group {
  margin-bottom: 15px;
}
body.page-signup.page-signup-y1act .region-content .section .payment-details-credit .cc-row,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section .payment-details-credit .cc-row {
  margin-right: -5px;
  margin-left: -5px;
}
body.page-signup.page-signup-y1act .region-content .section .payment-details-credit .cc-row .cc-col,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section .payment-details-credit .cc-row .cc-col {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .region-content .section .payment-details-credit .cc-row .cc-col,
  body.page-signup.page-college-recruiting-wizard-payment .region-content .section .payment-details-credit .cc-row .cc-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .region-content .section .payment-details-credit .cc-row .cc-col,
  body.page-signup.page-college-recruiting-wizard-payment .region-content .section .payment-details-credit .cc-row .cc-col {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  body.page-signup.page-signup-y1act .region-content .section .payment-details-credit .cc-row .cc-col,
  body.page-signup.page-college-recruiting-wizard-payment .region-content .section .payment-details-credit .cc-row .cc-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  body.page-signup.page-signup-y1act .region-content .section .section-billing1,
  body.page-signup.page-college-recruiting-wizard-payment .region-content .section .section-billing1 {
    margin-bottom: 15px;
  }
}
body.page-signup.page-signup-y1act .region-content .section .section-billing2 .control-label,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section .section-billing2 .control-label {
  text-transform: uppercase;
}
body.page-signup.page-signup-y1act .region-content .section.section-payment,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section.section-payment {
  margin-bottom: 30px;
}
body.page-signup.page-signup-y1act .region-content .section-summary table thead th,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-summary table thead th {
  color: #a5a5a5;
}
body.page-signup.page-signup-y1act .region-content .section-summary table td,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-summary table td {
  font-weight: bold;
  border-top-color: #f3f3f3;
  font-size: 14px;
  white-space: normal;
}
body.page-signup.page-signup-y1act .region-content .section-summary table td .gift-message,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-summary table td .gift-message {
  color: #ff4600;
}
body.page-signup.page-signup-y1act .region-content .section-summary table tr.baseline-test span,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-summary table tr.baseline-test span {
  vertical-align: text-bottom;
}
body.page-signup.page-signup-y1act .region-content .section-summary table tr.baseline-test td.text-right,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-summary table tr.baseline-test td.text-right {
  font-size: 16px;
}
body.page-signup.page-signup-y1act .region-content .section-summary table tr.location td.text-left,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-summary table tr.location td.text-left {
  font-weight: normal !important;
  font-family: 'Roboto', sans-serif;
}
body.page-signup.page-signup-y1act .region-content .section-summary table tr.date-time td,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-summary table tr.date-time td {
  font-weight: normal !important;
  font-family: 'Roboto', sans-serif;
}
body.page-signup.page-signup-y1act .region-content .section-summary table .total,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-summary table .total {
  color: #ff4600;
  font-size: 25px;
}
body.page-signup.page-signup-y1act .region-content .section-summary table .total-origin,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-summary table .total-origin {
  text-decoration: line-through;
  font-size: 20px;
  font-weight: 100;
  line-height: 42px;
}
body.page-signup.page-signup-y1act .region-content .section-summary table tfoot th,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-summary table tfoot th {
  border: none;
}
body.page-signup.page-signup-y1act .region-content .section-sport-specific-test label,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-sport-specific-test label,
body.page-signup.page-signup-y1act .region-content .section-youth1-hat label,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-youth1-hat label,
body.page-signup.page-signup-y1act .region-content .section-youth1-t-shirt label,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-youth1-t-shirt label,
body.page-signup.page-signup-y1act .region-content .section-y1act-confirmation label,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-y1act-confirmation label {
  padding-left: 0;
}
body.page-signup.page-signup-y1act .region-content .section-youth1-hat h5,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-youth1-hat h5,
body.page-signup.page-signup-y1act .region-content .section-youth1-hat img,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-youth1-hat img {
  display: block;
  float: left;
}
body.page-signup.page-signup-y1act .region-content .section-youth1-hat img,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-youth1-hat img {
  margin-bottom: 10px;
}
body.page-signup.page-signup-y1act .region-content .section-youth1-t-shirt img,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-youth1-t-shirt img {
  height: 200px;
  margin-bottom: 10px;
}
body.page-signup.page-signup-y1act .region-content .y1act-notes,
body.page-signup.page-college-recruiting-wizard-payment .region-content .y1act-notes,
body.page-signup.page-signup-y1act .region-content .y1act_preregistration_discount_message,
body.page-signup.page-college-recruiting-wizard-payment .region-content .y1act_preregistration_discount_message {
  margin-top: 10px;
}
body.page-signup.page-signup-y1act .region-content .y1act-notes p,
body.page-signup.page-college-recruiting-wizard-payment .region-content .y1act-notes p,
body.page-signup.page-signup-y1act .region-content .y1act_preregistration_discount_message p,
body.page-signup.page-college-recruiting-wizard-payment .region-content .y1act_preregistration_discount_message p {
  padding: 12px 15px;
  border-radius: 4px;
}
body.page-signup.page-signup-y1act .region-content .section-info .form-item-birthday,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-info .form-item-birthday {
  margin-top: 10px;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .region-content .section-info .form-item-birthday,
  body.page-signup.page-college-recruiting-wizard-payment .region-content .section-info .form-item-birthday {
    margin-top: 0;
  }
}
body.page-signup.page-signup-y1act .region-content .section-info .form-item-birthday label,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-info .form-item-birthday label {
  font-weight: normal;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .region-content .section-info .form-item-birthday label,
  body.page-signup.page-college-recruiting-wizard-payment .region-content .section-info .form-item-birthday label {
    width: 80px;
  }
}
body.page-signup.page-signup-y1act .region-content .section-info .form-item-birthday div.form-control,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-info .form-item-birthday div.form-control {
  padding: 0px;
  border: none;
  display: inline-block;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .region-content .section-info .form-item-birthday div.form-control,
  body.page-signup.page-college-recruiting-wizard-payment .region-content .section-info .form-item-birthday div.form-control {
    width: 75%;
  }
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .region-content .section-info .form-item-birthday div.form-control .form-group,
  body.page-signup.page-college-recruiting-wizard-payment .region-content .section-info .form-item-birthday div.form-control .form-group {
    margin-right: 10px;
  }
}
body.page-signup.page-signup-y1act .region-content .section-info .form-item-birthday div.form-control .form-group select,
body.page-signup.page-college-recruiting-wizard-payment .region-content .section-info .form-item-birthday div.form-control .form-group select {
  width: 100%;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .region-content .section-info .form-item-birthday div.form-control .form-group select,
  body.page-signup.page-college-recruiting-wizard-payment .region-content .section-info .form-item-birthday div.form-control .form-group select {
    width: 75px;
  }
}
body.page-signup.page-signup-y1act .y1act-test-signup-form .lastname .form-group,
body.page-signup.page-college-recruiting-wizard-payment .y1act-test-signup-form .lastname .form-group {
  margin-bottom: 15px;
}
body.page-signup.page-signup-y1act .y1act-test-signup-form .additional-info span,
body.page-signup.page-college-recruiting-wizard-payment .y1act-test-signup-form .additional-info span {
  display: block;
}
body.page-signup.page-signup-y1act .y1act-test-signup-form .y1act,
body.page-signup.page-college-recruiting-wizard-payment .y1act-test-signup-form .y1act {
  width: 320px;
  height: 50px;
  padding: 10px 15px;
  border: none;
}
body.page-signup.page-signup-y1act .y1act-test-signup-form .y1act:focus,
body.page-signup.page-college-recruiting-wizard-payment .y1act-test-signup-form .y1act:focus {
  background-color: #ff4600;
}
body.page-signup.page-signup-y1act .y1act-test-signup-form .y1act:hover,
body.page-signup.page-college-recruiting-wizard-payment .y1act-test-signup-form .y1act:hover {
  background-color: #ff4600;
}
body.page-signup.page-signup-y1act .y1act-test-signup-form .access-denied,
body.page-signup.page-college-recruiting-wizard-payment .y1act-test-signup-form .access-denied {
  font-size: 18px;
  padding: 10px 0 40px;
}
body.page-signup.page-signup-y1act .y1act-test-signup-form .access-denied a,
body.page-signup.page-college-recruiting-wizard-payment .y1act-test-signup-form .access-denied a {
  color: #ff4600;
}
@media (max-width: 767px) {
  body.page-signup.page-signup-y1act .y1act-test-signup-form .form-group:last-child,
  body.page-signup.page-college-recruiting-wizard-payment .y1act-test-signup-form .form-group:last-child {
    margin-bottom: 15px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body.page-signup.page-signup-y1act .y1act-test-signup-form .billing-country,
  body.page-signup.page-college-recruiting-wizard-payment .y1act-test-signup-form .billing-country,
  body.page-signup.page-signup-y1act .y1act-test-signup-form .billing-zone,
  body.page-signup.page-college-recruiting-wizard-payment .y1act-test-signup-form .billing-zone {
    margin-bottom: 0px;
  }
}
body.page-signup.page-signup-y1act select,
body.page-signup.page-college-recruiting-wizard-payment select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url('../images/icon-arrow.svg');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 16px;
}
body.page-signup.page-signup-y1act .form-type-select .input-group,
body.page-signup.page-college-recruiting-wizard-payment .form-type-select .input-group {
  display: block;
}
body.page-signup.page-signup-y1act .form-type-select .input-group-addon,
body.page-signup.page-college-recruiting-wizard-payment .form-type-select .input-group-addon {
  display: none;
}
body.page-signup.page-signup-y1act .form-item-date,
body.page-signup.page-college-recruiting-wizard-payment .form-item-date {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .form-item-date,
  body.page-signup.page-college-recruiting-wizard-payment .form-item-date {
    margin-bottom: 0;
  }
}
body.page-signup.page-signup-y1act .form-item-date .input-group select,
body.page-signup.page-college-recruiting-wizard-payment .form-item-date .input-group select {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .form-item-date .input-group select,
  body.page-signup.page-college-recruiting-wizard-payment .form-item-date .input-group select {
    margin-bottom: 0;
  }
}
body.page-signup.page-signup-y1act .form-item-firstname,
body.page-signup.page-college-recruiting-wizard-payment .form-item-firstname {
  margin-bottom: 15px;
}
body.page-signup.page-signup-y1act .form-item-email,
body.page-signup.page-college-recruiting-wizard-payment .form-item-email {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .form-item-email,
  body.page-signup.page-college-recruiting-wizard-payment .form-item-email {
    margin-bottom: 0;
  }
}
body.page-signup.page-signup-y1act .form-item-password,
body.page-signup.page-college-recruiting-wizard-payment .form-item-password,
body.page-signup.page-signup-y1act .form-item-phone-number,
body.page-signup.page-college-recruiting-wizard-payment .form-item-phone-number,
body.page-signup.page-signup-y1act .form-item-y1act-rocky-top-location,
body.page-signup.page-college-recruiting-wizard-payment .form-item-y1act-rocky-top-location {
  margin-bottom: 15px;
}
body.page-signup.page-signup-y1act .billing-zone,
body.page-signup.page-college-recruiting-wizard-payment .billing-zone,
body.page-signup.page-signup-y1act .billing-country,
body.page-signup.page-college-recruiting-wizard-payment .billing-country {
  margin-bottom: 15px;
  display: flow-root;
}
body.page-signup.page-signup-y1act .summary-billing,
body.page-signup.page-college-recruiting-wizard-payment .summary-billing {
  background: #fff;
  border-top: none;
  margin-top: 40px;
}
body.page-signup.page-signup-y1act .summary-billing td,
body.page-signup.page-college-recruiting-wizard-payment .summary-billing td {
  border: none;
}
body.page-signup.page-signup-y1act .summary-billing h3,
body.page-signup.page-college-recruiting-wizard-payment .summary-billing h3 {
  padding-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
}
body.page-signup.page-signup-y1act .summary-billing .submit-section,
body.page-signup.page-college-recruiting-wizard-payment .summary-billing .submit-section {
  text-align: center;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .summary-billing .submit-section,
  body.page-signup.page-college-recruiting-wizard-payment .summary-billing .submit-section {
    text-align: right;
  }
}
body.page-signup.page-signup-y1act .summary-billing .submit-section button,
body.page-signup.page-college-recruiting-wizard-payment .summary-billing .submit-section button {
  width: 100%;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}
@media (min-width: 768px) {
  body.page-signup.page-signup-y1act .summary-billing .submit-section button,
  body.page-signup.page-college-recruiting-wizard-payment .summary-billing .submit-section button {
    width: 250px;
    font-size: 25px;
  }
}
body.page-signup.page-signup-y1act .summary-billing .submit-section button .loader-icon,
body.page-signup.page-college-recruiting-wizard-payment .summary-billing .submit-section button .loader-icon {
  height: 50px;
}
body.page-signup.page-signup-y1act .table-summary,
body.page-signup.page-college-recruiting-wizard-payment .table-summary {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
body.page-signup.page-signup-y1act .table-summary .total,
body.page-signup.page-college-recruiting-wizard-payment .table-summary .total {
  font-size: 25px;
}
body.page-signup.page-signup-y1act .table-summary .total-text,
body.page-signup.page-college-recruiting-wizard-payment .table-summary .total-text {
  width: 80%;
}
body.page-signup.page-signup-y1act .additional-info,
body.page-signup.page-college-recruiting-wizard-payment .additional-info {
  padding-bottom: 20px;
}
body.page-signup.page-signup-y1act .additional-info span,
body.page-signup.page-college-recruiting-wizard-payment .additional-info span {
  color: #a9a6a6;
  padding-bottom: 4px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
body.page-signup.page-signup-y1act .coupon-pane .form-group div,
body.page-signup.page-college-recruiting-wizard-payment .coupon-pane .form-group div {
  display: none;
}
body.page-signup.page-signup-y1act .coupon-pane .btn-info,
body.page-signup.page-college-recruiting-wizard-payment .coupon-pane .btn-info {
  background-color: #ff4600;
  border: none;
}
body.page-signup.page-signup-y1act .coupon-pane .is_applied,
body.page-signup.page-college-recruiting-wizard-payment .coupon-pane .is_applied {
  background: #61c459;
  color: #ffffff;
  opacity: 1;
}
body.page-signup.page-college-recruiting-wizard-payment .bg-color {
  background: none;
}
body.page-signup.page-college-recruiting-wizard-payment .bg-color .cff-logo {
  max-height: 120px;
}
.page-events .y1act-signup-button,
.node-type-event-calendar .y1act-signup-button,
.page-events .find-hotels-button,
.node-type-event-calendar .find-hotels-button,
.page-events .y1act-result,
.node-type-event-calendar .y1act-result {
  margin-top: 10px;
}
.page-events .y1act-signup-button a,
.node-type-event-calendar .y1act-signup-button a,
.page-events .find-hotels-button a,
.node-type-event-calendar .find-hotels-button a,
.page-events .y1act-result a,
.node-type-event-calendar .y1act-result a {
  font-size: 15px;
  padding: 10px;
}
@media (min-width: 768px) {
  .page-events .y1act-signup-button a,
  .node-type-event-calendar .y1act-signup-button a,
  .page-events .find-hotels-button a,
  .node-type-event-calendar .find-hotels-button a,
  .page-events .y1act-result a,
  .node-type-event-calendar .y1act-result a {
    font-size: 18px;
  }
}
.page-events .y1act-signup-button a:hover,
.node-type-event-calendar .y1act-signup-button a:hover,
.page-events .find-hotels-button a:hover,
.node-type-event-calendar .find-hotels-button a:hover,
.page-events .y1act-result a:hover,
.node-type-event-calendar .y1act-result a:hover {
  color: #ff4600;
  background-color: #ffffff;
}
.page-events .lucid-travel-help-text,
.node-type-event-calendar .lucid-travel-help-text {
  margin-top: 5px;
}
.page-events.page-events-y1act .no-result {
  text-align: center;
}
.page-events.page-events-y1act .no-result h2 {
  font-weight: bold;
  line-height: 3em;
}
/* Style for node y1act test form */
.node-y1act_individual_result-form .field-type-field-collection .tabledrag-toggle-weight-wrapper {
  display: none;
}
.node-y1act_individual_result-form .height-group {
  padding: 15px 0;
}
.node-y1act_individual_result-form .height-group .feet {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .node-y1act_individual_result-form .height-group .feet {
    padding: 15px 15px 15px 0;
  }
}
.node-y1act_individual_result-form .height-group .inches {
  padding: 15px 0;
}
.node-y1act_individual_result-form .tabbable {
  display: none;
}
.node-y1act_individual_result-form .form-actions {
  margin: 20px 0;
}
.node-y1act_individual_result-form .form-actions #edit-preview,
.node-y1act_individual_result-form .form-actions #edit-preview-changes {
  display: none;
}
.page-node-add-y1act-individual-result .views-field-field-exercises .field-collection-view-links {
  display: none;
}
.page-membership {
  background-color: #ffffff;
}
.page-membership .main-container {
  padding-top: 0;
}
.page-membership .bg-image {
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 30px;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-membership .bg-image {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.page-membership.block-membership .bg-image {
  background: #000 url(../images/bg-membership.jpg) top center no-repeat;
}
.page-membership .intro .second-title {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .page-membership .intro .second-title {
    margin-top: 70px;
  }
}
.page-membership .intro h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #191919;
  font-size: 32px;
}
.page-membership .intro h3 {
  font-size: 21px;
  color: #737373;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .page-membership .intro h3 {
    margin-top: 20px;
  }
}
.page-membership .goto-login {
  padding: 15px;
}
.page-membership .goto-login a {
  color: #ff4600;
}
.page-membership .section-plan ul {
  list-style: none;
  padding: 0;
}
.page-membership .section-plan ul.cd-pricing-wrapper {
  padding: 50px 0 25px;
}
.page-membership .section-plan .choose-plan {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .page-membership .section-plan .choose-plan {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .page-membership .section-plan .choose-plan {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .page-membership .section-plan .choose-plan .cd-pricing-list > li {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .page-membership .section-plan .choose-plan .cd-pricing-list > li {
    float: left;
    width: 25%;
  }
}
.page-membership .section-plan .choose-plan.is-anonymous-users {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .page-membership .section-plan .choose-plan.is-anonymous-users {
    float: left;
    width: 75%;
  }
}
.page-membership .section-plan .disable-choose-plan {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .page-membership .section-plan .disable-choose-plan {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .page-membership .section-plan .disable-choose-plan {
    width: 20%;
  }
}
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li {
  /*.make-md-column(5, 0);*/
}
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li:first-child {
  /*.make-md-column(12, 0);*/
  /*.make-lg-column(7, 0);*/
}
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li:first-child .cd-pricing-features li {
  border-bottom-color: transparent;
}
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li:first-child .cd-pricing-features li.youth1-tuition-rewards,
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li:first-child .cd-pricing-features li.youth1-premium-contents,
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li:first-child .cd-pricing-features li.youth1-premium-player,
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li:first-child .cd-pricing-features li.youth1-gear {
  border-right-color: transparent;
}
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li:first-child .cd-pricing-features li.youth1-tuition-rewards em,
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li:first-child .cd-pricing-features li.youth1-premium-contents em,
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li:first-child .cd-pricing-features li.youth1-premium-player em,
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li:first-child .cd-pricing-features li.youth1-gear em,
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li:first-child .cd-pricing-features li.youth1-tuition-rewards a,
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li:first-child .cd-pricing-features li.youth1-premium-contents a,
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li:first-child .cd-pricing-features li.youth1-premium-player a,
.page-membership .section-plan .disable-choose-plan .cd-pricing-list > li:first-child .cd-pricing-features li.youth1-gear a {
  color: #ff4600;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .page-membership .section-plan .disable-choose-plan .plan-title .cd-pricing-features li.youth1-tuition-rewards em {
    font-size: 13px;
  }
}
@media (min-width: 1366px) {
  .page-membership .section-plan .disable-choose-plan .plan-title .cd-pricing-features li.youth1-tuition-rewards em {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-membership .section-plan .disable-choose-plan .plan-title .cd-pricing-features li.youth1-tuition-rewards em u {
  display: block;
  font-style: italic;
}
.page-membership .section-plan .disable-choose-plan .plan-title .cd-pricing-features li.youth1-tuition-rewards,
.page-membership .section-plan .disable-choose-plan .plan-title .cd-pricing-features li.youth1-premium-contents,
.page-membership .section-plan .disable-choose-plan .plan-title .cd-pricing-features li.youth1-tuition-rewards,
.page-membership .section-plan .disable-choose-plan .plan-title .cd-pricing-features li.youth1-premium-player {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.page-membership .section-plan .disable-choose-plan .plan-title .cd-pricing-features li.youth1-tuition-rewards em,
.page-membership .section-plan .disable-choose-plan .plan-title .cd-pricing-features li.youth1-premium-contents em,
.page-membership .section-plan .disable-choose-plan .plan-title .cd-pricing-features li.youth1-tuition-rewards em,
.page-membership .section-plan .disable-choose-plan .plan-title .cd-pricing-features li.youth1-premium-player em {
  padding-bottom: 5px;
}
.page-membership .section-plan .disable-choose-plan.is-anonymous-users {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .page-membership .section-plan .disable-choose-plan.is-anonymous-users {
    float: left;
    width: 25%;
  }
}
.page-membership .section-plan .disable-choose-plan.is-anonymous-users .cd-pricing-list > li {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .page-membership .section-plan .disable-choose-plan.is-anonymous-users .cd-pricing-list > li {
    float: left;
    width: 100%;
  }
}
.page-membership .section-plan .y1-is-upgrade .disable-choose-plan {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .page-membership .section-plan .y1-is-upgrade .disable-choose-plan {
    float: left;
    width: 25%;
  }
}
.page-membership .section-plan .y1-is-upgrade .choose-plan {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .page-membership .section-plan .y1-is-upgrade .choose-plan {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .page-membership .section-plan .y1-is-upgrade .choose-plan .cd-pricing-list > li {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .page-membership .section-plan .y1-is-upgrade .choose-plan .cd-pricing-list > li {
    float: left;
    width: 33.33333333%;
  }
}
.page-membership .section-plan label {
  display: block;
}
.page-membership .section-plan .cd-pricing-header {
  height: 140px;
}
.page-membership .section-plan .cd-value {
  font-weight: bold;
  font-size: 44px;
}
@media (min-width: 1200px) {
  .page-membership .section-plan .cd-value {
    font-size: 52px;
  }
}
@media (min-width: 1366px) {
  .page-membership .section-plan .cd-value {
    font-size: 56px;
  }
}
.page-membership .section-plan .cd-duration {
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  font-weight: 400;
  display: inline-block;
}
@media (min-width: 1200px) {
  .page-membership .section-plan .cd-duration {
    font-size: 19px;
    line-height: 25px;
  }
}
.page-membership .section-plan .cd-pricing-header h2 {
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .page-membership .section-plan .cd-pricing-header .plan-description {
    min-height: 34px;
  }
}
.page-membership .section-plan .cd-description {
  font-size: 13px;
  line-height: 17px;
  color: #717171;
  font-weight: 400;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
}
.page-membership .section-plan .cd-description em {
  font-weight: bold;
  font-style: normal;
}
.page-membership .section-plan .cd-description.price-annually {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
.page-membership .section-plan .cd-currency {
  font-size: 22px;
  line-height: 29px;
  color: #3a3f54;
  vertical-align: top;
  font-weight: 400;
}
.page-membership .section-plan .cd-pricing-list .y1-plan {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 7px;
}
.page-membership .section-plan .cd-pricing-list .y1-plan.selected {
  background-color: #efefef;
}
.page-membership .section-plan .cd-pricing-list .y1-plan.selected.starter {
  background: rgba(216, 216, 216, 0.5);
  border: 1px solid #d8d8d8;
}
.page-membership .section-plan .cd-pricing-list .y1-plan.selected.basic {
  background: rgba(253, 117, 127, 0.1);
  border: 1px solid #FD757F;
}
.page-membership .section-plan .cd-pricing-list .y1-plan.selected.spotlight {
  background: rgba(0, 213, 172, 0.1);
  border: 1px solid #00D5AC;
}
.page-membership .section-plan .cd-pricing-list .y1-plan.selected.blue-chip {
  background: rgba(0, 146, 245, 0.1);
  border: 1px solid #0088F5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.page-membership .section-plan .cd-pricing-list .y1-plan.plan-not-selected {
  opacity: 0.4;
}
.page-membership .section-plan .cd-pricing-list .y1-plan.plan-not-selected .cd-select,
.page-membership .section-plan .cd-pricing-list .y1-plan.plan-not-selected label {
  cursor: not-allowed;
}
.page-membership .section-plan .cd-pricing-list .y1-plan.blue-chip ul.cd-pricing-wrapper {
  padding-top: 20px;
}
.page-membership .section-plan .cd-pricing-features li {
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 15px;
  border-right: 1px solid #E8E8E8;
}
.page-membership .section-plan .cd-pricing-features li .y1-icon-tick {
  font-weight: bold;
  color: #ff4600;
  font-size: 14px;
  line-height: 14px;
}
.page-membership .section-plan .cd-pricing-features li .y1-icon-tick.big {
  font-size: 20px;
}
.page-membership .section-plan .cd-pricing-features li .y1-icon-close {
  color: #747474;
  font-size: 12px;
}
.page-membership .section-plan .cd-pricing-features li em {
  font-weight: bold;
  font-size: 12px;
  color: #0a0f17;
  font-style: normal;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .page-membership .section-plan .cd-pricing-features li em {
    font-size: 14px;
  }
}
.page-membership .section-plan .cd-pricing-features li.youth1-tuition-rewards,
.page-membership .section-plan .cd-pricing-features li.youth1-gear {
  height: 70px;
  line-height: 70px;
  padding: 0 15px;
  font-size: 13px;
}
.page-membership .section-plan .cd-pricing-features li.youth1-tuition-rewards.title img,
.page-membership .section-plan .cd-pricing-features li.youth1-gear.title img {
  width: 103px;
}
.page-membership .section-plan .cd-pricing-features li.youth1-premium-contents {
  height: 50px;
  border-right-color: transparent;
}
.page-membership .section-plan .cd-pricing-features li.youth1-premium-contents img {
  width: 150px;
}
.page-membership .section-plan .cd-pricing-features li.youth1-premium-player {
  height: 65px;
  border-right-color: transparent;
}
.page-membership .section-plan .cd-pricing-features li.youth1-premium-player img {
  width: 150px;
}
.page-membership .section-plan .cd-pricing-features li.recruiting {
  height: 65px;
}
.page-membership .section-plan .cd-pricing-features li.recruiting p {
  margin: 0;
}
.page-membership .section-plan .cd-pricing-features li.recruiting span {
  line-height: 41px;
}
.page-membership .section-plan .cd-pricing-features li.player-spotlight-article {
  height: 65px;
}
.page-membership .section-plan .cd-pricing-features li.player-spotlight-article span.saving {
  color: #ff4600;
  font-size: 13px;
  line-height: 18px;
}
.page-membership .section-plan .cd-pricing-features li.no-border {
  border: none;
}
.page-membership .section-plan .cd-pricing-features li .popup-info {
  margin-left: 7px;
}
.page-membership .section-plan .cd-pricing-features li .popup-info span {
  font-size: 14px;
}
.page-membership .section-plan .cd-pricing-footer {
  padding: 0 15px;
  height: 44px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .page-membership .section-plan .cd-pricing-footer {
    padding: 0 20px;
  }
}
.page-membership .section-plan .cd-select {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}
.page-membership .section-plan .starter {
  /*background: #d8d8d8;*/
  /*opacity: 0.4;*/
  border-radius: 7px;
}
.page-membership .section-plan .starter .cd-pricing-header h2,
.page-membership .section-plan .starter .cd-pricing-header .cd-value {
  color: #747474;
}
.page-membership .section-plan .starter.selected .cd-pricing-header h2 {
  opacity: 0.6;
}
.page-membership .section-plan .starter.selected .cd-value,
.page-membership .section-plan .starter.selected .cd-currency,
.page-membership .section-plan .starter.selected .cd-select {
  opacity: 0.6;
}
.page-membership .section-plan .starter.selected .cd-select {
  opacity: 0.6;
}
.page-membership .section-plan .blue-chip {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.page-membership .section-plan .blue-chip .cd-pricing-header h2 {
  color: #0088F5;
  text-transform: uppercase;
}
.page-membership .section-plan .blue-chip .cd-value,
.page-membership .section-plan .blue-chip .cd-currency {
  color: #0088F5;
}
.page-membership .section-plan .blue-chip .cd-select {
  background-color: #0088F5;
  border-color: #0088F5;
}
.page-membership .section-plan .basic .cd-pricing-header h2 {
  color: #ff4600;
  text-transform: uppercase;
}
.page-membership .section-plan .basic .cd-value,
.page-membership .section-plan .basic .cd-currency {
  color: #ff4600;
}
.page-membership .section-plan .basic.selected .cd-pricing-header h2 {
  opacity: 0.6;
}
.page-membership .section-plan .basic.selected .cd-value,
.page-membership .section-plan .basic.selected .cd-currency,
.page-membership .section-plan .basic.selected .cd-select {
  opacity: 0.6;
}
.page-membership .section-plan .basic.selected .cd-select {
  opacity: 0.6;
}
.page-membership .section-plan .spotlight .cd-pricing-header h2 {
  color: #ff4600;
  text-transform: uppercase;
}
.page-membership .section-plan .spotlight .cd-value,
.page-membership .section-plan .spotlight .cd-currency {
  color: #ff4600;
}
.page-membership .section-plan .spotlight.selected .cd-pricing-header h2 {
  opacity: 0.6;
}
.page-membership .section-plan .spotlight.selected .cd-value,
.page-membership .section-plan .spotlight.selected .cd-currency,
.page-membership .section-plan .spotlight.selected .cd-select {
  opacity: 0.6;
}
.page-membership .section-plan .mobile-version {
  border-bottom: 2px solid #c9c9c9;
  padding: 20px 7px;
}
@media (min-width: 480px) {
  .page-membership .section-plan .mobile-version {
    padding: 20px 10px;
  }
}
.page-membership .section-plan .mobile-version.blue-chip {
  box-shadow: none;
}
.page-membership .section-plan .mobile-version .cd-value {
  font-size: 22px;
  line-height: 32px;
}
.page-membership .section-plan .mobile-version .cd-currency,
.page-membership .section-plan .mobile-version .cd-duration {
  font-size: 12px;
  line-height: 16px;
}
.page-membership .section-plan .mobile-version .collapse-button {
  margin-top: 5px;
}
.page-membership .section-plan .mobile-version .collapse-button span {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #3A3F54;
}
.page-membership .section-plan .mobile-version .cd-pricing-features {
  margin-bottom: 10px;
}
.page-membership .section-plan .mobile-version .cd-pricing-features li {
  padding: 12px 7px;
  border-left: 1px solid #e8e8e8;
}
.page-membership .section-plan .mobile-version .cd-pricing-features li .y1-icon-tick,
.page-membership .section-plan .mobile-version .cd-pricing-features li .y1-icon-close {
  font-weight: normal;
  margin-right: 10px;
}
.page-membership .section-plan .mobile-version .cd-pricing-features li.youth1-tuition-rewards {
  display: flex;
  align-items: center;
}
.page-membership .section-plan .mobile-version .cd-pricing-features li.youth1-tuition-rewards em {
  color: #ff4600;
  font-size: 17px;
}
.page-membership .section-plan .mobile-version .cd-pricing-features li.youth1-tuition-rewards em a {
  color: #ff4600;
}
.page-membership .section-plan .mobile-version .cd-pricing-features li.youth1-tuition-rewards em u {
  display: block;
  font-style: italic;
}
.page-membership .section-plan .mobile-version .cd-pricing-features li.youth1-premium-contents,
.page-membership .section-plan .mobile-version .cd-pricing-features li.youth1-premium-player {
  font-weight: bold;
  color: #ff4600;
  border-left: none;
}
.page-membership .section-plan .mobile-version .cd-pricing-features li.youth1-premium-player {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.page-membership .section-plan .mobile-version .cd-pricing-features li.youth1-premium-contents {
  height: unset;
}
.page-membership .section-plan .mobile-version .cd-pricing-features li.item-end {
  border: none;
}
.page-membership .section-plan .mobile-version .cd-pricing-features li.youth1-gear {
  font-size: 13px;
  line-height: normal;
}
.page-membership .section-plan .mobile-version .cd-pricing-features li span.getnoticed {
  color: #ff4600;
  font-weight: bold;
}
.page-membership .section-plan .mobile-version .cd-pricing-header h2 {
  font-size: 26px;
}
.page-membership .section-plan .mobile-version .cd-pricing-header[aria-expanded^="true"] .collapse-button span {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page-membership .section-plan .mobile-version .cd-selected {
  display: none;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  background: #ff4600;
  padding: 0 10px;
  border-radius: 10px;
}
.page-membership .section-plan .mobile-version.y1-plan {
  border-bottom: 2px solid #c9c9c9;
  border-radius: 0;
}
.page-membership .section-plan .mobile-version.y1-plan.selected {
  box-shadow: none;
  margin-top: 10px;
}
.page-membership .section-plan .mobile-version.y1-plan.selected .cd-selected {
  display: inline-block;
}
.page-membership .section-information {
  padding: 30px 0 50px;
}
.page-membership .section-information .service {
  margin-top: 20px;
}
.page-membership .section-information .service .desc {
  margin-top: 20px;
}
.page-membership .section-information .service .desc h5 {
  margin-bottom: 18px;
}
.page-membership .section-information .service .desc p {
  padding: 0 30px;
}
.article-cta {
  position: relative;
  margin: 15px 0;
}
.article-cta .article-cta-content {
  position: relative;
  padding: 10px;
  background-color: #edeef0;
  border: solid 1px #CCCCCC;
}
@media (min-width: 768px) {
  .article-cta .article-cta-content {
    padding: 40px;
  }
}
.article-cta .close {
  position: absolute;
  right: 20px;
  top: 10px;
}
.article-cta .y1-logo img {
  height: 40px;
  width: auto;
}
.article-cta .head {
  margin: 15px 0;
  font-size: 30px;
  line-height: 35px;
  color: #333333;
}
.article-cta .head .sport-news {
  font-weight: 600;
}
.article-cta .description {
  color: #333333;
  margin-bottom: 0;
}
.article-cta .cta-form:before,
.article-cta .cta-form:after {
  content: " ";
  display: table;
  clear: both;
}
.article-cta .cta-form .form-item-sports-interest {
  display: none;
}
.article-cta .cta-form #cta_status_message {
  height: 25px;
  margin: 0;
}
.article-cta .cta-form #cta_status_message .cta-alert {
  background: none;
}
.article-cta .cta-form .form-type-emailfield {
  height: 45px;
  border: solid 1px #CCCCCC;
  float: left;
}
@media (min-width: 768px) {
  .article-cta .cta-form .form-type-emailfield {
    display: inline-block;
    max-width: 50%;
    margin-bottom: 0;
  }
}
.article-cta .cta-form .form-type-emailfield input {
  border: none;
  height: 43px;
}
.article-cta .cta-form button {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 12px;
  height: 45px;
  float: left;
}
.article-cta .cta-form button:hover {
  background-color: #ff4600;
}
@media (min-width: 768px) {
  .article-cta .cta-form button {
    display: inline-block;
    width: 280px;
    max-width: 50%;
    margin-left: -1px;
  }
}
.bg-y1act-leaderboard {
  height: 200px;
}
@media (min-width: 768px) {
  .bg-y1act-leaderboard {
    height: 300px;
    overflow: hidden;
  }
}
.box-y1act-leaderboard-logo {
  position: relative;
  text-align: center;
}
@media (min-width: 480px) {
  .box-y1act-leaderboard-logo {
    display: inline-block;
    text-align: unset;
  }
}
.box-y1act-leaderboard-logo .y1act-leaderboard-logo {
  height: 80px;
  margin: 8px 0;
}
@media (min-width: 480px) {
  .box-y1act-leaderboard-logo .y1act-leaderboard-logo {
    height: 55px;
    margin: 7px 0;
  }
}
@media (min-width: 768px) {
  .box-y1act-leaderboard-logo .y1act-leaderboard-logo {
    height: 130px;
    margin-top: 17px;
  }
}
@media (min-width: 992px) {
  .box-y1act-leaderboard-logo .y1act-leaderboard-logo {
    height: 170px;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .box-y1act-leaderboard-logo .y1act-leaderboard-logo {
    height: 180px;
  }
}
.box-y1act-logo-hero {
  text-align: center;
}
@media (min-width: 480px) {
  .box-y1act-logo-hero {
    float: right;
    text-align: unset;
    display: inline-block;
  }
}
.box-y1act-logo-hero h4 {
  font-size: 30px;
  margin-top: 10px;
  font-style: italic;
  font-weight: 600;
  color: #ff4600;
}
@media (min-width: 480px) {
  .box-y1act-logo-hero h4 {
    font-size: 26px;
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .box-y1act-logo-hero h4 {
    font-size: 48px;
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  .box-y1act-logo-hero h4 {
    font-size: 60px;
    margin-top: 65px;
  }
}
@media (min-width: 1200px) {
  .box-y1act-logo-hero h4 {
    font-size: 65px;
    margin-top: 70px;
  }
}
.y1act-leaderboard {
  margin-top: -50px;
}
@media (min-width: 480px) {
  .y1act-leaderboard {
    margin-top: -103px;
  }
}
@media (min-width: 768px) {
  .y1act-leaderboard {
    margin-top: -153px;
  }
}
@media (min-width: 992px) {
  .y1act-leaderboard {
    margin-top: -120px;
  }
}
@media (min-width: 1200px) {
  .y1act-leaderboard {
    margin-top: -110px;
  }
}
.y1act-leaderboard .no-results {
  padding: 20px;
}
.y1act-leaderboard .container {
  background-color: #ffffff;
}
.y1act-leaderboard .container .view-tabs-filter-event {
  margin: 10px 0;
}
.y1act-leaderboard .container .view-tabs-leaderboard ul {
  position: relative;
  margin: 0 -15px;
  border-bottom: solid 1px #E8E8E8;
}
.y1act-leaderboard .container .view-tabs-leaderboard ul li {
  text-transform: uppercase;
  font-size: 14px;
  background-color: inherit;
}
.y1act-leaderboard .container .view-tabs-leaderboard ul li.active a,
.y1act-leaderboard .container .view-tabs-leaderboard ul li:hover a {
  color: #ff4600;
  background-color: inherit;
  border-bottom: solid 3px #ff4600;
}
.y1act-leaderboard .container .view-tabs-leaderboard ul li a {
  border: none;
  padding: 10px 10px;
  font-weight: 500;
  color: #5d5d5d;
  border-bottom: solid 3px rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .y1act-leaderboard .container .view-tabs-leaderboard ul li a {
    padding: 15px 12px;
  }
}
@media (min-width: 992px) {
  .y1act-leaderboard .container .view-tabs-leaderboard ul li a {
    padding: 25px 15px;
  }
}
.y1act-leaderboard .container .view-tabs-leaderboard ul li a img.y1act-logo-hero {
  height: 30px;
  margin: -25px 12px -25px 0;
}
.y1act-leaderboard .container .view-tabs-leaderboard .exercise-filter {
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom: -10px;
}
.y1act-leaderboard .container .view-tabs-leaderboard .exercise-filter select {
  height: 36px;
}
.y1act-leaderboard .container .form-search-leaderboard {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .y1act-leaderboard .container .form-search-leaderboard {
    display: inline-flex;
  }
}
.y1act-leaderboard .container .form-search-leaderboard .inp-name {
  height: 38px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .y1act-leaderboard .container .form-search-leaderboard .inp-name {
    margin-bottom: 0px;
  }
}
.y1act-leaderboard .container .form-search-leaderboard .btn-search {
  padding: 6px 15px;
}
@media (min-width: 768px) {
  .y1act-leaderboard .container .form-search-leaderboard .btn-search {
    margin-left: 15px;
  }
}
.y1act-leaderboard .container .form-search-leaderboard .btn-reset {
  color: #5d5d5d;
  padding: 6px 20px;
  margin-left: 10px;
}
.y1act-leaderboard .container .form-search-leaderboard .btn-reset:hover,
.y1act-leaderboard .container .form-search-leaderboard .btn-reset:focus {
  background-color: #9b9b9b;
}
.y1act-leaderboard .container .filter-section {
  text-transform: uppercase;
  margin: 10px 0;
}
.y1act-leaderboard .container .filter-section .filter-item {
  margin: 10px 0;
  padding: 0 20px 0 15px;
  display: block;
}
@media (min-width: 768px) {
  .y1act-leaderboard .container .filter-section .filter-item {
    border-right: solid 2px #E8E8E8;
    display: inline-block;
  }
}
.y1act-leaderboard .container .filter-section .filter-item:last-child {
  border-right: none;
}
.y1act-leaderboard .container .filter-section .filter-item .box-select {
  min-width: 125px;
}
@media (min-width: 768px) {
  .y1act-leaderboard .container .filter-section .filter-item .box-select {
    display: inline-block;
    max-width: 150px;
  }
}
.y1act-leaderboard .container .filter-section .filter-item .box-select .form-control {
  height: 36px;
}
.y1act-leaderboard .container .leaderboard-content {
  clear: both;
}
@media (min-width: 1200px) {
  .y1act-leaderboard .container .leaderboard-content {
    margin-top: -60px;
  }
}
.y1act-leaderboard .container .leaderboard-content .title-leaderboard {
  margin: 28px 0 10px;
  text-transform: uppercase;
  color: #191919;
  font-size: 20px;
  font-weight: bold;
  float: left;
}
@media (min-width: 768px) {
  .y1act-leaderboard .container .leaderboard-content .title-leaderboard {
    margin: 50px 0 10px;
  }
}
@media (min-width: 992px) {
  .y1act-leaderboard .container .leaderboard-content .title-leaderboard {
    font-size: 25px;
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .y1act-leaderboard .container .leaderboard-content .title-leaderboard {
    margin-top: 75px;
  }
}
.y1act-leaderboard .container .leaderboard-content .title-leaderboard a {
  margin-left: 20px;
  color: #ff4600;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard {
  clear: both;
  margin-bottom: 40px;
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .header-list-item {
  margin: 0;
  padding: 18px 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  background-color: #868686;
  color: #ffffff;
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .content-list-item .group-item-leaderboard ul {
  padding: 0;
  list-style: none;
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .content-list-item .group-item-leaderboard ul .item-leaderboard {
  padding: 12px 15px;
  border: solid 1px #E8E8E8;
  border-bottom: none;
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .content-list-item .group-item-leaderboard ul .item-leaderboard:last-child {
  border-bottom: solid 1px #E8E8E8;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 992px) {
  .y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .content-list-item .group-item-leaderboard ul .item-leaderboard .row-item {
    height: 40px;
    line-height: 40px;
  }
  .y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .content-list-item .group-item-leaderboard ul .item-leaderboard .row-item .number {
    margin-left: 14px;
  }
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .content-list-item .group-item-leaderboard ul .item-leaderboard .profile-image {
  padding: 0;
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .content-list-item .group-item-leaderboard ul .item-leaderboard .profile-image img {
  width: 40px;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .content-list-item .group-item-leaderboard ul .item-leaderboard .profile-name {
  margin-left: 5px;
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .content-list-item .group-item-leaderboard ul .item-leaderboard .progress-line-item {
  margin: 17px 0;
  height: 4px;
  background-color: #E8E8E8;
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .content-list-item .group-item-leaderboard ul .item-leaderboard .progress-line-item .progress-bar {
  background: #ff4600;
  background: linear-gradient(to right, #f9b700, #fc8900);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .content-list-item .group-item-leaderboard .table > tbody > tr > td {
  vertical-align: middle;
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .non-premium-user-content {
  position: relative;
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .non-premium-user-content .non-premium-user:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, white);
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .non-premium-rankings-cta.create-account {
  text-align: center;
}
.y1act-leaderboard .container .leaderboard-content .list-item-leaderboard .non-premium-rankings-cta.create-account a img {
  margin-right: 5px;
  height: 20px;
}
.y1act-leaderboard .container .leaderboard-content .y1act-power-index table thead {
  background: #868686;
  color: #ffffff;
}
.y1act-leaderboard .container .leaderboard-content .y1act-power-index table thead th {
  padding: 15px 8px;
}
.y1act-leaderboard .container .leaderboard-content .y1act-power-index table tbody tr td .profile-image img {
  width: 40px;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.y1act-leaderboard .container .leaderboard-content .y1act-power-index table tbody tr td .profile-name {
  margin-left: 10px;
}
.y1act-leaderboard .y1act-leaderboard-icon {
  font-size: 50px;
  margin: 0 auto;
  float: right;
  color: #5d5d5d;
}
@media (min-width: 768px) {
  .y1act-leaderboard .y1act-leaderboard-icon {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .y1act-leaderboard .y1act-leaderboard-icon {
    font-size: 100px;
    margin-right: 50px;
  }
}
/* Style for faq page */
.page-faq-page .wrap-faq-page {
  margin-top: -291px;
}
.page-faq-page .wrap-faq-page .page-header-faq {
  color: #ffffff;
}
.page-faq-page .wrap-faq-page .faq-content .faq-question-answer {
  background-color: #ffffff;
  padding: 24px 24px 24px 48px;
  border-bottom: 1px solid #E8E8E8;
}
.page-faq-page .wrap-faq-page .faq-content .faq-question-answer .faq-question {
  padding-left: 35px;
  font-weight: 500;
  position: relative;
  font-size: 16px;
}
.page-faq-page .wrap-faq-page .faq-content .faq-question-answer .faq-question:hover {
  cursor: pointer;
}
.page-faq-page .wrap-faq-page .faq-content .faq-question-answer .faq-question:hover a {
  color: #ff4600 !important;
}
.page-faq-page .wrap-faq-page .faq-content .faq-question-answer .faq-question:hover .y1-icon-arrow-faq:before {
  color: #ff4600;
}
.page-faq-page .wrap-faq-page .faq-content .faq-question-answer .faq-question a:focus {
  color: #191919;
}
.page-faq-page .wrap-faq-page .faq-content .faq-question-answer .faq-question .y1-icon-arrow-faq {
  position: absolute;
  left: -13px;
  top: 8px;
  font-size: 14px;
  color: #868686;
}
.page-faq-page .wrap-faq-page .faq-content .faq-question-answer .faq-answer {
  padding: 20px 10px 10px 35px;
  font-size: 15px;
}
.page-faq-page .wrap-faq-page .faq-content .faq-question-answer .faq-qa-visible a {
  color: #ff4600 !important;
}
.page-faq-page .wrap-faq-page .faq-content .faq-question-answer .faq-qa-visible .y1-icon-arrow-faq {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-faq-page .wrap-faq-page .faq-content .faq-question-answer .faq-qa-visible .y1-icon-arrow-faq:before {
  color: #ff4600;
}
input[type=number].y1act-registrations {
  width: 130px;
}
.page-users-location form select {
  max-height: 140px;
}
.page-users-location .form-type-date-popup > div {
  float: none;
}
/* Style for organization signup dashboard page */
.page-affiliates .total-box {
  float: right;
  list-style-type: none;
}
.page-affiliates .total-box li {
  padding-top: 10px;
}
.page-affiliates .total-box li span {
  font-weight: bold;
}
.y1-icon-exercise-10510 {
  display: inline-block;
  overflow: hidden;
}
.page-signup-free-trial-membership .region-content .section {
  padding: 10px 0;
}
.page-signup-free-trial-membership .region-content .section h3 {
  font-size: 16px;
  padding: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.page-signup-free-trial-membership .region-content .section h3 a {
  color: #ff4600;
}
.page-signup-free-trial-membership .page-header {
  font-weight: bold;
  font-size: 30px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-signup-free-trial-membership .page-header {
    font-size: 40px;
    margin-top: 0;
  }
}
.page-signup-free-trial-membership .pane-payment {
  margin-top: 15px;
}
.page-signup-free-trial-membership .pane-payment .payment-card {
  margin-bottom: 15px;
}
.page-signup-free-trial-membership .pane-payment .payment-details-credit .form-item-payment-details-cc-number {
  float: left;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .page-signup-free-trial-membership .pane-payment .payment-details-credit .form-item-payment-details-cc-number {
    width: 50%;
  }
}
.page-signup-free-trial-membership .pane-payment .payment-details-credit .form-item-payment-details-cc-exp-month,
.page-signup-free-trial-membership .pane-payment .payment-details-credit .form-item-payment-details-cc-exp-year,
.page-signup-free-trial-membership .pane-payment .payment-details-credit .form-item-payment-details-cc-cvv {
  float: left;
  width: 50%;
  clear: none;
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .page-signup-free-trial-membership .pane-payment .payment-details-credit .form-item-payment-details-cc-exp-month,
  .page-signup-free-trial-membership .pane-payment .payment-details-credit .form-item-payment-details-cc-exp-year,
  .page-signup-free-trial-membership .pane-payment .payment-details-credit .form-item-payment-details-cc-cvv {
    width: 16.666%;
    padding-left: 15px;
  }
}
.page-signup-free-trial-membership button.form-submit {
  margin-bottom: 15px;
}
/* Style for Babe Ruth Bulletin block */
#block-views-main-navigation-display-ruth {
  padding: 0;
}
#block-views-main-navigation-display-ruth .babe-ruth-header {
  position: relative;
  padding: 15px;
  background-color: #1d52a9;
}
#block-views-main-navigation-display-ruth .babe-ruth-header .babe-ruth-league-logo {
  position: absolute;
  height: 58px;
  top: 8px;
  left: 11px;
}
#block-views-main-navigation-display-ruth .babe-ruth-header .babe-ruth-title {
  position: relative;
  display: inline-block;
  padding: 12px 0 11px 68px;
}
#block-views-main-navigation-display-ruth .babe-ruth-header .babe-ruth-title .block-title {
  color: #ffffff;
  position: relative;
  padding: 0 15px 0 0;
}
#block-views-main-navigation-display-ruth .babe-ruth-header .babe-ruth-title .text-lorem {
  color: #648dc8;
}
#block-views-main-navigation-display-ruth .content {
  padding: 15px 0;
}
#block-views-main-navigation-display-ruth .content .view-content .title-sport {
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
}
/* End Babe Ruth Bulletin block */
/* Style for Top Performer block */
#block-views-top-performer-of-the-day-block {
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 15px 0;
}
#block-views-top-performer-of-the-day-block .block-title {
  display: flex;
  align-items: center;
  color: #202c65;
  background: #ffffff;
  padding: 5px 15px;
}
#block-views-top-performer-of-the-day-block .block-title:before {
  content: '';
  display: inline-block;
  width: 200px;
  background-image: url(../images/champion-logo-long.png);
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px 0 0;
}
#block-views-top-performer-of-the-day-block .views-field-field-profile-picture img,
#block-views-top-performer-of-the-day-block .views-field-field-performer-image img {
  width: 100%;
}
#block-views-top-performer-of-the-day-block .views-field-field-first-name,
#block-views-top-performer-of-the-day-block .views-field-field-field-position {
  width: 50%;
  margin-top: 20px;
}
#block-views-top-performer-of-the-day-block .views-field-field-first-name {
  padding: 0 15px;
  float: left;
  font-size: 16px;
  font-weight: bold;
}
#block-views-top-performer-of-the-day-block .views-field-field-field-position {
  float: right;
  padding-right: 8px;
}
#block-views-top-performer-of-the-day-block .views-field-field-field-position ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
#block-views-top-performer-of-the-day-block .views-field-field-performer-event {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-top: 15px;
}
#block-views-top-performer-of-the-day-block .views-field-field-performer-event .views-label {
  font-weight: bold;
  font-size: 16px;
  float: left;
  width: 50%;
}
#block-views-top-performer-of-the-day-block .views-field-field-performer-event .field-content {
  float: right;
  width: 50%;
}
#block-views-top-performer-of-the-day-block .views-field-field-performer-event .field-content a {
  color: #ff4600;
}
#block-views-top-performer-of-the-day-block .views-field-field-performer-athlete {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
}
/* Styles for Y1 rankings athlete update page */
.page-y1-rankings-athlete-update .view-y1-rankings-athlete-update .views-table tbody .views-field {
  min-width: 180px;
}
.page-y1-rankings-athlete-update .view-y1-rankings-athlete-update .views-table tbody .views-field .views-row-edit-static {
  display: none;
}
.page-y1-rankings-athlete-update .view-y1-rankings-athlete-update .views-table tbody .views-field .views-row-edit-edit .form-item .control-label {
  display: none;
}
/* End Y1 rankings athlete update page */
.page-profile-parent-fan .page-header,
.page-change-profile-type .page-header {
  margin-top: 20px;
}
.page-profile-parent-fan .region-content {
  background: #ffffff;
  padding: 15px;
}
/* Styles for create profile athlete page */
.page-create-profile-athlete #youth1-user-profile-create-profile-form .form-type-checkbox .check {
  margin-left: -18px;
}
.page-create-profile-athlete #youth1-user-profile-create-profile-form #edit-submit-button {
  margin-top: 15px;
}
/* End create profile athlete page */
/* College fit finder*/
.college-fit-finder-form .form-group {
  margin-bottom: 15px;
}
.college-fit-finder-form .form-group.form-item-billing-country,
.college-fit-finder-form .form-group.form-item-billing-zone {
  margin-bottom: 0;
}
.college-fit-finder-form .form-item-gender {
  display: inline-block;
  margin-top: 10px;
}
.college-fit-finder-form .form-item-gender .control-label {
  padding-left: 0;
  padding-right: 20px;
}
.page-college-recruiting-wizard-congratulations {
  background-color: #ffffff;
}
.cff-congratulations {
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
  padding: 30px 15px;
}
/* Switch button */
.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 20px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #666;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.on {
  display: none;
}
input:checked + .slider {
  background-color: #2ab934;
}
input:checked + .slider:before {
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
}
input:checked + .slider .on {
  display: block;
}
input:checked + .slider .off {
  display: none;
}
.on,
.off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
}
.slider.round.round {
  border-radius: 20px;
}
.slider.round.round:before {
  border-radius: 50%;
}
/*Landing pages*/
.landing-crw-content .landing-heading {
  font-size: 28px;
  color: #333333;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 34px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-heading {
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .landing-crw-content .landing-heading {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (min-width: 1200px) {
  .landing-crw-content .landing-heading {
    font-size: 42px;
    line-height: 48px;
  }
}
.landing-crw-content .landing-heading.default-link {
  color: #ff4600;
}
.landing-crw-content .landing-heading.text-center {
  text-align: center;
}
.landing-crw-content .landing-heading.uppercase {
  text-transform: uppercase;
}
.landing-crw-content .landing-img {
  text-align: center;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-img {
    text-align: right;
  }
}
.landing-crw-content .white-color {
  color: #ffffff;
}
.landing-crw-content .landing-section-0 {
  background-color: #ffffff;
}
.landing-crw-content .landing-section-0 .landing-heading {
  margin-top: 15px;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-section-0 .landing-heading {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .landing-crw-content .landing-section-0 .landing-heading {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .landing-crw-content .landing-section-0 .landing-heading {
    font-size: 40px;
    line-height: 48px;
  }
}
.landing-crw-content .landing-section-1 {
  background: url("../images/landing/001-bg-1.png") #ffffff;
  background-position: bottom center;
  padding: 30px 0 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-section-1 {
    padding: 80px 0 100px;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .landing-crw-content .landing-section-1 {
    padding: 100px 0 150px;
  }
}
.landing-crw-content .landing-section-1 .featured-video {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-section-1 .featured-video {
    margin-top: 0;
  }
}
.landing-crw-content .landing-section-1 .intro {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-section-1 .intro {
    text-align: left;
  }
}
.landing-crw-content .landing-section-1 .landing-cta {
  text-align: center;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-section-1 .landing-cta {
    text-align: left;
  }
}
.landing-crw-content .landing-section-1-5 {
  background-color: #f1f1f1;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-section-1-5 {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .landing-crw-content .landing-section-1-5 {
    padding: 80px 0;
  }
}
.landing-crw-content .landing-section-1-5 .img-circle {
  max-height: 350px;
  margin: 0 auto;
  display: block;
}
.landing-crw-content .landing-section-1-5 .testimonial {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-section-1-5 .testimonial {
    line-height: 32px;
    font-size: 25px;
  }
}
.landing-crw-content .landing-section-1-5 .landing-heading {
  margin-top: 20px;
}
.landing-crw-content .landing-section-2 {
  background: url("../images/landing/001-bg-2.png") #f7f5f5;
  background-position: 100% 100%;
  padding: 50px 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-section-2 {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .landing-crw-content .landing-section-2 {
    padding: 150px 0;
    background-size: cover;
  }
}
.landing-crw-content .landing-section-3 {
  background-image: url("../images/landing/001-bg-3.png");
  background-position: 100% 100%;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-section-3 {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .landing-crw-content .landing-section-3 {
    padding: 150px 0;
    background-size: cover;
  }
}
.landing-crw-content .landing-section-4 {
  background-color: #FF5325;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-section-4 {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .landing-crw-content .landing-section-4 {
    padding: 150px 0;
  }
}
.landing-crw-content .landing-section-5,
.landing-crw-content .landing-section-9 {
  background-color: #ffffff;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-section-5,
  .landing-crw-content .landing-section-9 {
    padding: 120px 0;
  }
}
.landing-crw-content .landing-section-6 {
  background-color: #ffffff;
}
.landing-crw-content .landing-section-6 .landing-bg-container {
  background-image: url("../images/landing/001-bg-4.png");
  background-size: 100% 100%;
  background-position: center;
  padding: 15px;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-section-6 .landing-bg-container {
    padding: 24px 60px;
  }
}
@media (min-width: 992px) {
  .landing-crw-content .landing-section-6 .landing-bg-container {
    background-size: 100% 92px;
  }
}
.landing-crw-content .landing-section-6 .landing-heading {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 24px;
  text-align: left;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-section-6 .landing-heading {
    font-size: 32px;
    line-height: 34px;
  }
}
.landing-crw-content .landing-section-6 .landing-heading img {
  margin-right: 20px;
  height: 30px;
  margin-bottom: 2px;
}
.landing-crw-content .landing-section-7 {
  background: #3E4456;
  padding: 60px 0;
}
.landing-crw-content .landing-section-7 .feature-icon {
  max-height: 300px;
  margin-bottom: 0;
  height: auto;
}
.landing-crw-content .landing-section-7 .landing-heading {
  text-align: center;
}
@media (min-width: 1200px) {
  .landing-crw-content .landing-section-7 .landing-heading {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (min-width: 1366px) {
  .landing-crw-content .landing-section-7 .landing-heading {
    padding-left: 250px;
    padding-right: 250px;
  }
}
.landing-crw-content .landing-section-8 {
  background-color: #f7f5f5;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .landing-crw-content .landing-section-8 {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .landing-crw-content .landing-section-8 {
    padding: 150px 0;
  }
}
.landing-crw-content .feature-icon {
  margin-bottom: 25px;
  margin-top: 15px;
  margin: 15px auto 25px;
  display: block;
}
@media (min-width: 768px) {
  .landing-crw-content .feature-icon {
    margin: 0 0 40px;
    height: 200px;
    display: inline-block;
  }
}
.landing-menu {
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .landing-menu {
    padding: 20px 15px;
  }
}
.landing-menu .navbar-header {
  float: none;
  text-align: center;
}
@media (min-width: 768px) {
  .landing-menu .navbar-header {
    float: left;
  }
}
.landing-menu .navbar-right {
  text-align: center;
}
@media (min-width: 768px) {
  .landing-menu .navbar-right {
    margin-right: 0;
  }
}
.landing-menu .logo {
  margin: 0;
}
.landing-menu .logo img {
  max-height: 60px;
}
.page-college-recruiting-wizard .main-container {
  padding: 0;
}
.page-college-recruiting-wizard footer {
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .page-college-recruiting-wizard footer {
    text-align: left;
  }
}
.page-college-recruiting-wizard footer p {
  color: #333333;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-college-recruiting-wizard footer p {
    margin-bottom: 0;
  }
}
.page-college-recruiting-wizard footer ul.social-links {
  padding-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .page-college-recruiting-wizard footer ul.social-links {
    text-align: right;
  }
}
.page-college-recruiting-wizard footer ul.social-links li {
  padding: 0 10px;
}
.merge-results-form h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.import-y1act-results-form {
  margin-bottom: 20px;
}
.page-y1act-results .get-result {
  padding: 15px;
}
.page-y1act-results .get-result .get-result-button a,
.page-y1act-results .get-result button {
  font-size: 16px;
  margin: 15px 5px 5px;
  padding: 12px;
}
@media (min-width: 768px) {
  .page-y1act-results .get-result .get-result-button a,
  .page-y1act-results .get-result button {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .page-y1act-results .get-result .get-result-header {
    font-size: 30px;
  }
}
.form-submit {
  position: relative;
}
.loader {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
.loader .loader-icon {
  width: 30px;
  height: 47px;
  margin: 0 auto;
  position: relative;
}
.loader .loader-icon:before,
.loader .loader-icon:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 3px solid transparent;
  border-top-color: #3498db;
}
.loader .loader-icon:before {
  z-index: 100;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite;
}
.loader .loader-icon:after {
  border: 3px solid #ccc;
}
.youth1-membership-form .panel-group .panel-heading {
  background-color: #f8f8f8;
  color: #737373;
  padding: 14px 15px 14px 0;
}
.youth1-membership-form .panel-group .panel-heading .panel-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  position: relative;
}
.youth1-membership-form .panel-group .panel-heading .panel-title:before {
  width: 4px;
  height: 100%;
  background-color: #ff4600;
  content: "";
  position: absolute;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.youth1-membership-form .panel-group .panel-heading .panel-title a,
.youth1-membership-form .panel-group .panel-heading .panel-title span {
  padding-left: 20px;
  display: block;
}
.youth1-membership-form .panel-group hr {
  width: 100%;
  display: inline-block;
}
.youth1-membership-form .panel-group .panel {
  border-radius: 0;
  border-color: #e2e2e2;
  margin-top: 20px;
}
.youth1-membership-form .panel-group .panel-body {
  padding: 10px 8px;
}
@media (min-width: 768px) {
  .youth1-membership-form .panel-group .panel-body {
    padding: 30px;
  }
}
.youth1-membership-form .panel-group .a-la-carte-options .mt-10 {
  margin-top: 10px;
}
.youth1-membership-form .panel-group .a-la-carte-options .panel {
  height: 100%;
  background-color: #f8f8f8;
  margin-top: 0;
}
.youth1-membership-form .panel-group .a-la-carte-options .a-la-carte-heading {
  font-size: 20px;
  color: #1d1e1f;
  line-height: 27px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.youth1-membership-form .panel-group .a-la-carte-options .panel-heading {
  color: #1d1e1f;
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 768px) {
  .youth1-membership-form .panel-group .a-la-carte-options .panel-heading {
    padding: 15px 20px;
  }
}
.youth1-membership-form .panel-group .a-la-carte-options .panel-heading .panel-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  display: inline-block;
}
.youth1-membership-form .panel-group .a-la-carte-options .panel-heading .panel-title:before {
  display: none;
}
.youth1-membership-form .panel-group .a-la-carte-options .panel-heading .panel-title img {
  height: 25px;
  margin-right: 5px;
}
.youth1-membership-form .panel-group .a-la-carte-options .panel-heading p.text-right {
  float: none;
  font-size: 15px;
  line-height: 22px;
  color: #3A3F54;
}
@media (min-width: 480px) {
  .youth1-membership-form .panel-group .a-la-carte-options .panel-heading p.text-right {
    float: right;
  }
}
.youth1-membership-form .panel-group .a-la-carte-options .panel-body {
  padding: 10px 10px 73px 10px;
  color: #757575;
}
@media (min-width: 768px) {
  .youth1-membership-form .panel-group .a-la-carte-options .panel-body {
    padding: 20px 20px 83px 20px;
  }
}
.youth1-membership-form .panel-group .a-la-carte-options .panel-body .form-group {
  position: absolute;
  bottom: 10px;
}
@media (min-width: 768px) {
  .youth1-membership-form .panel-group .a-la-carte-options .panel-body .form-group {
    bottom: 20px;
  }
}
.youth1-membership-form .panel-group .best-value {
  background-image: linear-gradient(-154deg, #16B2E9 0%, #0C87E9 100%);
  border: 1px solid #0C87E9;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
}
.youth1-membership-form .panel-group .cta-next {
  width: 100%;
}
@media (min-width: 480px) {
  .youth1-membership-form .panel-group .cta-next {
    width: 300px;
  }
}
.youth1-membership-form .form-item-is-annual {
  margin-bottom: 30px;
}
.youth1-membership-form .form-item-is-annual label {
  display: block;
  padding: 0;
}
.youth1-membership-form .form-item-is-annual .check {
  display: none;
}
.youth1-membership-form .form-item-spotlight-article label,
.youth1-membership-form .form-item-video-interview label,
.youth1-membership-form .form-item-vip-video label,
.youth1-membership-form .form-item-vip-evaluation label {
  padding: 0;
  margin-top: 15px;
}
.youth1-membership-form .form-item-spotlight-article label .check,
.youth1-membership-form .form-item-video-interview label .check,
.youth1-membership-form .form-item-vip-video label .check,
.youth1-membership-form .form-item-vip-evaluation label .check {
  border-radius: 5px;
  background: #ff4600;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 22px;
  width: 188px;
  text-align: center;
}
.youth1-membership-form .form-item-spotlight-article label .check:before,
.youth1-membership-form .form-item-video-interview label .check:before,
.youth1-membership-form .form-item-vip-video label .check:before,
.youth1-membership-form .form-item-vip-evaluation label .check:before {
  display: none;
}
.youth1-membership-form .form-item-coupon-apply {
  display: inline;
}
.youth1-membership-form .form-item-coupon-apply label {
  padding: 0 !important;
  margin: 10px 0 0 0;
}
.youth1-membership-form .form-item-coupon-apply label .check {
  border-radius: 5px;
  background: #ff4600;
  text-transform: uppercase;
  padding: 8px 20px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
.youth1-membership-form .form-item-coupon-apply label .check:before {
  display: none;
}
.youth1-membership-form .form-item-coupon-apply label .is_applied + .check {
  background: #61c459;
}
@media (min-width: 768px) {
  .youth1-membership-form .form-item-coupon-apply label {
    margin: 0;
  }
}
.youth1-membership-form .switcher {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f8f8f8;
  width: 345px;
  height: 50px;
  visibility: visible;
  position: relative;
  border-radius: 25px;
  outline: none;
  margin: 0 auto !important;
  display: block;
  position: relative !important;
}
.youth1-membership-form .switcher:focus {
  outline: none;
}
.youth1-membership-form .switcher:before,
.youth1-membership-form .switcher:after {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  width: 50%;
}
.youth1-membership-form .switcher:before {
  content: 'Billed Monthly';
  left: 0;
}
.youth1-membership-form .switcher:after {
  content: 'Billed Annually';
  right: 0;
}
.youth1-membership-form .switcher:not(:checked):before {
  background: #ff4600;
  color: #ffffff;
  transition: background 0.35s -0.1s, color 0.3s;
}
.youth1-membership-form .switcher:checked:after {
  background: #ff4600;
  color: #ffffff;
  transition: background 0.35s -0.1s, color 0.3s;
}
#block-youth1-custom-blocks-home-upsell-banner,
#block-youth1-custom-blocks-upsell-banner {
  clear: both;
  background: none;
  width: 100%;
}
.y1-upsell-premium {
  clear: both;
  display: block;
  padding: 10px;
}
@media (min-width: 480px) {
  .y1-upsell-premium {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .y1-upsell-premium {
    height: 60px;
    padding: 0;
    margin: 10px 0;
  }
}
.y1-upsell-premium .y1-premium-banner {
  position: relative;
  border-radius: 5px;
  padding: 0;
  height: 100%;
  text-align: center;
}
@media (min-width: 480px) {
  .y1-upsell-premium .y1-premium-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.y1-upsell-premium .button-container {
  width: 180px;
  min-width: 180px;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: none;
  outline: none;
  position: relative;
  z-index: 6;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .y1-upsell-premium .button-container {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    width: 100px;
    min-width: 100px;
  }
}
@media (min-width: 768px) {
  .y1-upsell-premium .button-container {
    width: 180px;
    min-width: 180px;
  }
}
.y1-upsell-premium .button-container .btn.y1 {
  padding: 8px 16px;
  text-transform: initial;
  border-radius: 0;
  font-weight: 600;
  background-color: #ff4600;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
}
@media (min-width: 768px) {
  .y1-upsell-premium .button-container .btn.y1 {
    font-size: 25px;
  }
}
.y1-upsell-premium .upsell-text {
  margin: 0;
  height: 100%;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1D2933;
  border-radius: 8px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 480px) {
  .y1-upsell-premium .upsell-text {
    width: calc(100% - 160px);
    padding: 0 15px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .y1-upsell-premium .upsell-text {
    width: calc(100% - 240px);
  }
}
.y1-upsell-premium .triangle {
  display: none;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-color: #ff4600;
  margin: 0;
  padding: 0;
  border-left: 10px solid #fff;
  position: relative;
}
@media (min-width: 480px) {
  .y1-upsell-premium .triangle {
    display: block;
  }
}
.y1-upsell-premium .triangle:before {
  content: '';
  border-width: 30px 10px 30px 50px;
  border-color: transparent transparent transparent #1D2933;
  display: block;
  border-style: solid;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 2;
}
.y1-upsell-premium .triangle:after {
  content: '';
  border-width: 30px 10px 30px 50px;
  border-color: transparent transparent transparent #fff;
  display: block;
  border-style: solid;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.select2-container .select2-selection--single {
  height: 35px;
  border-color: #CCCCCC;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
  font-size: 14px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 33px;
}
.select2-container .select2-results > .select2-results__options {
  max-height: 400px;
}
.a2a_svg {
  border-radius: 0 !important;
}
.a2a_floating_style {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .a2a_vertical_style {
    left: 50% !important;
    top: unset !important;
    bottom: 0;
    transform: translateX(-50%) !important;
  }
}
.a2a_vertical_style a {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .a2a_vertical_style a {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .a2a_vertical_style a .a2a_svg {
    width: 38px !important;
    line-height: 38px !important;
    height: 38px !important;
    background-size: 38px !important;
  }
}
.page-checkout .main-container {
  max-width: 960px;
  background-color: #ffffff;
}
.page-checkout .page-header {
  text-align: center;
}
.youth1-payments-checkout {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.youth1-payments-checkout .form-item-payment-details-cc-exp-month {
  width: 34%;
  float: left;
}
.youth1-payments-checkout .form-item-payment-details-cc-exp-year,
.youth1-payments-checkout .form-item-payment-details-cc-cvv {
  width: 32%;
  margin-left: 1%;
  float: left;
}
.youth1-payments-checkout .summary-pane {
  clear: both;
}
.youth1-payments-checkout .payment-card {
  margin: 5px 0px 10px;
  clear: both;
}
.youth1-payments-checkout .form-item-coupon-code {
  float: left;
  width: 200px;
  margin-right: 15px;
}
.youth1-payments-checkout .form-item-coupon-code .form-control {
  height: 41px;
}
.youth1-payments-checkout .form-item-coupon-apply {
  display: inline;
}
.youth1-payments-checkout .form-item-coupon-apply label {
  margin: 0;
  padding: 0;
}
.youth1-payments-checkout .form-item-coupon-apply label .check {
  border-radius: 5px;
  background: #ff4600;
  text-transform: uppercase;
  padding: 8px 20px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.youth1-payments-checkout .form-item-coupon-apply label .check:before {
  display: none;
}
.youth1-payments-checkout .form-submit {
  margin: 0 auto;
  width: 200px;
  display: block;
}
.youth1-payments-checkout .form-item-coupon-coupons {
  display: none;
}
.youth1-payments-checkout .form-item-subscription-confirm label {
  padding-left: 0;
}
.view-message-boards {
  background: #ffffff;
  padding: 15px;
  font-size: 15px;
}
.view-message-boards table {
  margin-top: 15px;
}
.view-message-boards table.table-striped > tbody > tr {
  background-color: unset;
}
@media (max-width: 767px) {
  .view-message-boards table thead {
    display: none;
  }
}
.view-message-boards table thead th {
  color: #757575;
  font-weight: 400;
}
.view-message-boards table tbody tr {
  background: none;
}
@media (max-width: 767px) {
  .view-message-boards table tbody tr {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
  }
}
.view-message-boards table tbody tr td {
  vertical-align: middle;
  color: #757575;
  padding: 20px 5px;
}
@media (max-width: 767px) {
  .view-message-boards table tbody tr td {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .view-message-boards table tbody .views-field-body {
    padding-bottom: 10px;
  }
}
.view-message-boards table tbody .views-field-body a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 17px;
}
.view-message-boards table tbody .views-field-uid {
  color: #1d1e1f;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .view-message-boards table tbody .views-field-uid {
    width: 100%;
    padding: 5px;
    border: none;
  }
}
.view-message-boards table tbody .views-field-uid img {
  max-width: 44px;
  border-radius: 100%;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .view-message-boards table tbody .views-field-comment-count,
  .view-message-boards table tbody .views-field-totalcount,
  .view-message-boards table tbody .views-field-last-comment-timestamp {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    white-space: nowrap;
    text-align: left;
    font-size: 13px;
    padding: 5px;
    border: none;
  }
}
.view-message-boards .pager-load-more .pager-next a {
  display: block;
}
.view-message-boards .view-header {
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .view-message-boards .view-header {
    font-size: 36px;
  }
}
.node-type-forum .back-to-message,
.node-type-highlight-video .back-to-message {
  background: #ffffff;
  padding-top: 15px;
  padding-left: 15px;
}
.node-type-forum .back-to-message .btn,
.node-type-highlight-video .back-to-message .btn {
  border: 1px solid #868686;
  font-weight: 600;
  box-shadow: none;
}
.node-type-forum .topic-header,
.node-type-highlight-video .topic-header {
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  padding: 15px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .node-type-forum .topic-header,
  .node-type-highlight-video .topic-header {
    font-size: 36px;
  }
}
.node-type-forum .region-content,
.node-type-highlight-video .region-content {
  background: #ffffff;
  padding: 15px;
}
.node-type-forum .region-content article header,
.node-type-highlight-video .region-content article header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 15px;
  align-items: center;
}
.node-type-forum .region-content article header .submitted,
.node-type-highlight-video .region-content article header .submitted {
  margin-bottom: 0;
}
.node-type-forum .region-content article header .submitted a,
.node-type-highlight-video .region-content article header .submitted a {
  color: #1d1e1f;
  text-transform: inherit;
}
.node-type-forum .region-content article header .submitted a:hover,
.node-type-highlight-video .region-content article header .submitted a:hover {
  color: #ff4600;
}
.node-type-forum .region-content article header .go-premium,
.node-type-highlight-video .region-content article header .go-premium {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .node-type-forum .region-content article header .go-premium,
  .node-type-highlight-video .region-content article header .go-premium {
    margin-top: 0;
  }
}
.node-type-forum .submitted,
.node-type-highlight-video .submitted {
  font-style: inherit;
}
.node-type-forum .submitted img,
.node-type-highlight-video .submitted img {
  width: 34px;
  border-radius: 100%;
}
.node-type-forum .comment-wrapper,
.node-type-highlight-video .comment-wrapper {
  border-top: 2px solid #e8e7e8;
}
.node-type-forum .comment-wrapper .title comment-form,
.node-type-highlight-video .comment-wrapper .title comment-form {
  display: none;
}
.node-type-forum .comment-wrapper .comment,
.node-type-highlight-video .comment-wrapper .comment {
  display: flex;
  width: 100%;
  border-top: 1px solid #e8e7e8;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 480px) {
  .node-type-forum .comment-wrapper .comment,
  .node-type-highlight-video .comment-wrapper .comment {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.node-type-forum .comment-wrapper .comment .cm-user-picture,
.node-type-highlight-video .comment-wrapper .comment .cm-user-picture {
  width: 44px;
  margin-right: 15px;
}
.node-type-forum .comment-wrapper .comment .cm-user-picture img,
.node-type-highlight-video .comment-wrapper .comment .cm-user-picture img {
  border-radius: 100%;
}
.node-type-forum .comment-wrapper .comment .content,
.node-type-highlight-video .comment-wrapper .comment .content {
  width: 100%;
}
.node-type-forum .comment-wrapper .comment .content h5,
.node-type-highlight-video .comment-wrapper .comment .content h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5px;
}
.node-type-forum .comment-wrapper .comment .content h5 .pull-right,
.node-type-highlight-video .comment-wrapper .comment .content h5 .pull-right {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #757575;
  font-weight: 500;
}
.node-type-forum .comment-wrapper .comment .links,
.node-type-highlight-video .comment-wrapper .comment .links {
  text-align: right;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  margin: 0;
}
.node-type-forum .comment-wrapper .comment .links li:empty,
.node-type-highlight-video .comment-wrapper .comment .links li:empty {
  display: none;
}
.node-type-forum .comment-wrapper .comment .links .comment-edit a:before,
.node-type-highlight-video .comment-wrapper .comment .links .comment-edit a:before {
  font-family: "Glyphicons Halflings";
  content: "\e065";
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.node-type-forum .comment-wrapper .comment .links .comment-reply,
.node-type-highlight-video .comment-wrapper .comment .links .comment-reply {
  padding-right: 0;
}
.node-type-forum .comment-wrapper .comment .links .comment-reply a:before,
.node-type-highlight-video .comment-wrapper .comment .links .comment-reply a:before {
  font-family: "Glyphicons Halflings";
  content: "\e095";
  display: inline-block;
  vertical-align: top;
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  margin-right: 5px;
}
.node-type-forum .comment-wrapper .indented,
.node-type-highlight-video .comment-wrapper .indented {
  margin-left: 10px;
  border: 1px solid #e8e7e8;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .node-type-forum .comment-wrapper .indented,
  .node-type-highlight-video .comment-wrapper .indented {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .node-type-forum .comment-wrapper .indented,
  .node-type-highlight-video .comment-wrapper .indented {
    margin-left: 55px;
  }
}
.node-type-forum .comment-wrapper .indented .comment,
.node-type-highlight-video .comment-wrapper .indented .comment {
  background: #f9f9f9;
  padding-left: 10px;
  padding-right: 10px;
}
.node-type-forum .comment-wrapper .indented .comment:first-of-type,
.node-type-highlight-video .comment-wrapper .indented .comment:first-of-type {
  border: none;
}
.node-type-forum .comment-wrapper .indented .comment .links .comment-reply,
.node-type-highlight-video .comment-wrapper .indented .comment .links .comment-reply {
  display: none;
}
.node-type-forum .comment-wrapper .indented .comment-form,
.node-type-highlight-video .comment-wrapper .indented .comment-form {
  padding: 10px;
  background: #f9f9f9;
}
.node-type-forum .comment-wrapper .comment-form .form-type-item,
.node-type-highlight-video .comment-wrapper .comment-form .form-type-item {
  display: none;
}
.node-type-forum .comment-wrapper .comment-form .form-actions,
.node-type-highlight-video .comment-wrapper .comment-form .form-actions {
  text-align: right;
}
.node-type-forum .comment-wrapper .comment-form .form-actions .form-submit,
.node-type-highlight-video .comment-wrapper .comment-form .form-actions .form-submit {
  text-transform: initial;
  padding: 8px 15px;
  line-height: 18px;
}
.node-type-forum .comment-wrapper .comment-form .text-format-wrapper .filter-wrapper,
.node-type-highlight-video .comment-wrapper .comment-form .text-format-wrapper .filter-wrapper {
  display: none;
}
.node-type-forum article .non-premium-user,
.node-type-highlight-video article .non-premium-user {
  position: relative;
}
.node-type-forum article .non-premium-user:after,
.node-type-highlight-video article .non-premium-user:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, white);
}
.node-type-forum article .non-premium-forum-cta .upper-text,
.node-type-highlight-video article .non-premium-forum-cta .upper-text {
  display: block;
}
.node-type-forum article .non-premium-forum-cta a img,
.node-type-highlight-video article .non-premium-forum-cta a img {
  margin-right: 5px;
  height: 20px;
}
.node-type-forum article .non-premium-forum-cta h4,
.node-type-highlight-video article .non-premium-forum-cta h4 {
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 25px;
}
.page-node-add-forum .node-forum-form {
  padding-bottom: 30px;
}
.page-node-add-forum .node-forum-form .tabbable {
  display: none;
}
.page-node-add-forum .node-forum-form .text-format-wrapper .filter-wrapper {
  display: none;
}
.page-node-add-highlight-video .node-highlight_video-form {
  padding-bottom: 30px;
}
.page-node-add-highlight-video .node-highlight_video-form .tabbable {
  display: none;
}
.page-node-add-highlight-video .node-highlight_video-form .text-format-wrapper .filter-wrapper {
  display: none;
}
.view-hottest-highlight {
  overflow: hidden;
  display: block;
  background: #ffffff;
}
@media (min-width: 768px) {
  .view-hottest-highlight {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.view-hottest-highlight .views-row {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E8E8E8;
}
.view-hottest-highlight .views-row.views-row-last {
  border: none;
}
.view-hottest-highlight .total-like {
  display: flex;
}
@media (min-width: 768px) {
  .view-hottest-highlight .total-like {
    display: block;
  }
}
.view-hottest-highlight .total-like .glyphicon {
  font-size: 27px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .view-hottest-highlight .total-like .glyphicon {
    margin-right: 0;
    font-size: 40px;
  }
}
.view-hottest-highlight .total-like .total-like-num {
  font-size: 20px;
  font-weight: 600;
}
.view-hottest-highlight .post_details .post_title {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .view-hottest-highlight .post_details .post_title {
    font-size: 22px;
  }
}
.view-hottest-highlight .submit-highlight {
  padding-top: 15px;
  padding-bottom: 15px;
}
.node-type-highlight-video .voting-wrapper {
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
}
.node-type-highlight-video .voting-wrapper .btnVoting {
  padding: 2px 0 2px 3px;
  height: 40px;
}
.node-type-highlight-video .voting-wrapper .btnVoting .btn-icon {
  background: none;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  width: 44px;
  height: 32px;
  text-align: center;
}
.node-type-highlight-video .voting-wrapper .btnVoting .btn-icon:before {
  content: "\e125";
}
.node-type-highlight-video .voting-wrapper .btnVoting.voted .btn-icon {
  color: #ff4600;
}
.node-type-highlight-video article.node-highlight-video footer,
.node-type-highlight-video article.node-highlight-video .comment-wrapper {
  display: none;
}
.webform-client-form-129563 .webform-component--profile-type .form-type-radio {
  display: inline-block;
  margin-right: 15px;
}
.webform-client-form-129563 .webform-component--profile-type .form-type-radio label {
  padding-left: 0;
}
.webform-client-form-129563 .form-group {
  margin-bottom: 8px;
}
.webform-client-form-129563 .form-group.col-sm-6 {
  padding: 0;
}
@media (min-width: 768px) {
  .webform-client-form-129563 .form-group.col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .webform-client-form-129563 .form-group.col-left {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .webform-client-form-129563 .form-group.col-right {
    padding-right: 0;
  }
}
.webform-client-form-129563 .webform-component--clearfix,
.webform-client-form-129563 .webform-component--clearfix1,
.webform-client-form-129563 .webform-component--clearfix2,
.webform-client-form-129563 .webform-component--clearfix3,
.webform-client-form-129563 .webform-component--clearfix4 {
  margin-bottom: 0;
}
.webform-client-form-129563 .form-control {
  height: 38px;
}
