/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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: 1px 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
.suppress_field input {
    width: 15px;
    height: 15px;
    margin-right: 12px !important;
}
.suppress_field label {
    width: unset !important;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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;
  }
  select {
    background: #fff !important;
  }
  .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('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.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-yen:before {
  content: "\00a5";
}
.glyphicon-ruble: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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
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: thin dotted;
  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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
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: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.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;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > 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 #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .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);
  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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 0px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #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: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
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 solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px;
}
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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 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;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.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 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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: #ffffff;
  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 {
  text-align: center;
  margin-bottom: 5px;
}
.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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  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;
    visibility: visible !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-left: 0;
    padding-right: 0;
  }
}
.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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
@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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@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;
}
.navbar-brand {
  float: left;
  padding: 15px 0px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.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: 0px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  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: 7.5px 0px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  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);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  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: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@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: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  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: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.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 {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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: #ffffff;
  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;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.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 {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.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 {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.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 {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.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: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-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-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  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 #dddddd;
  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-right-radius: 3px;
  border-top-left-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-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-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-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-left-radius: 3px;
  border-bottom-right-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 #dddddd;
}
.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 {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  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: #ffffff;
}
.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.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);
  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: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.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-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.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 {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -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: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
  left: auto;
  right: 0;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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;
}
.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;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 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-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
.fa {
  margin-right: 0.2em;
}
body {
  background-color: #f2f0eb;
  color: #474747;
  font-family: sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
div,
section {
  overflow: hidden;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
h1 {
  font-family: sans-serif;
  color: #000000;
  font-size: 54px;
}
h2 {
  font-family: sans-serif;
  font-size: 50px;
  font-weight: 800;
}
h3 {
  font-family: sans-serif;
  font-size: 22px;
  font-weight: 800;
}
h4 {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 600;
}
p {
  font-family: sans-serif;
  font-size: 16px;
}
ul,
li {
  font-family: sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
}
table thead {
  background-color: #faf9f7;
  border-bottom: 1px solid #cfcdc9;
  border-top: 1px solid #cfcdc9;
}
table tbody tr {
  border-bottom: 1px solid #cfcdc9;
  border-top: 1px solid #cfcdc9;
}
table tbody tr td {
  font-weight: 300;
  line-height: 2.1em !important;
}
table tr td:first-child {
  padding-left: 10px;
}
table tr td:last-child {
  padding-right: 10px;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
.container {
  overflow: initial;
}
.col-top {
  margin-bottom: -1000px;
  padding-bottom: 1000px;
}
a.light-green-btn {
  background-color: #b6d01f;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block !important;
  text-align: center;
}
#server-messages {
  background-color: #f2f0eb;
  border-top: 1px solid #797979;
  margin-top: 2em;
  padding: 2em 20em 1em;
}
#server-messages .alert-success {
  background-color: #f2f5cc;
  border-color: #b6d01f;
  color: #6B9C35;
  margin: 10px 0;
}
#server-messages .alert-success .fa-check {
  color: #6B9C35;
  float: left;
  padding-bottom: 3.2em;
  margin-right: 0.6em;
  margin-top: 0.2em;
}
.breadcrumbs {
  backface-visibility: hidden;
  background-color: #00943c;
  margin: 0;
  padding: 0 30px;
  position: relative;
  z-index: 1000;
}
.breadcrumbs ul {
  margin: 0;
  padding: 1.2em 0;
}
.breadcrumbs ul li {
  color: #ffffff;
  display: inline;
  font-family: sans-serif;
  font-size: 13px;
}
.breadcrumbs ul li a {
  color: #ffffff;
  display: inline-block;
  margin-right: 1em;
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.breadcrumbs ul li span {
  display: inline-block;
  margin-right: 1em;
}
.block-overlay {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  opacity: 1;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  visibility: hidden;
  width: 100%;
  z-index: 2001;
}
.block-overlay.enabled {
  visibility: visible;
}
.body-block-scroll {
  overflow: hidden;
}
.gaussian-blur {
  filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  -webkit-filter: blur(2px);
}
#where-can-i-play-popup {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 430px;
  left: 50%;
  margin-left: -298px;
  overflow: visible;
  position: absolute;
  text-align: center;
  top: 50px;
  width: 596px;
  z-index: 10000;
}
#where-can-i-play-popup p {
  margin: 0;
}
#where-can-i-play-popup p.title {
  color: #00ab47;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -3px;
  padding-top: 15px;
}
#where-can-i-play-popup p .close-btn {
  color: #e2e2e2;
  font-size: 0.8em;
  position: absolute;
  right: 15px;
  top: 5px;
}
#where-can-i-play-popup p .close-btn:active,
#where-can-i-play-popup p .close-btn:focus,
#where-can-i-play-popup p .close-btn:hover {
  color: #00ab47;
}
#where-can-i-play-popup div {
  overflow: visible;
  position: relative;
}
#where-can-i-play-popup div img {
  left: 50%;
  margin-left: -181.5px;
  position: absolute;
  top: -20px;
}
#where-can-i-play-popup div.input-field {
  top: 110px;
}
#where-can-i-play-popup div.input-field input[type="text"] {
  border: 1px solid #959595;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #727272;
  font-weight: 800;
  padding: 11.5px 15px;
  width: 360px;
}
#where-can-i-play-popup div.input-field .search-btn {
  color: #ffffff;
  background-color: #ff8400;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  font-size: 15px;
  font-weight: 800;
  padding: 7px 20px;
  position: absolute;
  right: 125px;
  top: 5.5px;
}
#where-can-i-play-popup div.input-field .search-btn:active,
#where-can-i-play-popup div.input-field .search-btn:focus,
#where-can-i-play-popup div.input-field .search-btn:hover {
  background-color: #ffab08;
}
.tt-menu {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin: 12px 0;
  padding: 8px 16px;
  text-align: left;
  width: 100%;
}
.tt-selectable {
  cursor: default;
}
.tt-selectable:hover {
  background-color: #e7e7e7;
}
.google-map-marker-label {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #00ab47;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #00ab47;
  font-size: 12px;
  font-weight: 800;
  overflow: visible !important;
  padding: 2px 6.5px 1px;
  text-align: center;
  width: auto;
  white-space: nowrap;
}
#enquiry-form-popup {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  left: 50%;
  margin-left: -350px;
  overflow: visible;
  position: absolute;
  text-align: center;
  top: 50px;
  width: 700px;
  z-index: 10000;
}
#enquiry-form-popup p.title {
  color: #00ab47;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -2px;
  padding-top: 15px;
}
#enquiry-form-popup p .close-btn {
  color: #e2e2e2;
  font-size: 0.8em;
  position: absolute;
  right: 15px;
  top: 5px;
}
#enquiry-form-popup p .close-btn:active,
#enquiry-form-popup p .close-btn:focus,
#enquiry-form-popup p .close-btn:hover {
  color: #00ab47;
}
#enquiry-form-popup .form-content-section {
  padding: 1em 6em 2em;
}
#enquiry-form-popup .form-content-section .alert .fa {
  font-size: 1.2em;
  margin: 0;
  position: relative;
  top: 1px;
}
#enquiry-form-popup .form-content-section .alert p {
  padding-bottom: 0;
  text-align: left;
}
#enquiry-form-popup .form-content-section .alert-success p {
  color: #6B9C35;
}
#enquiry-form-popup .form-content-section .alert-danger p {
  color: #a94442;
}
#enquiry-form-popup .form-content-section .alert-error {
  background-color: transparent;
  border-color: transparent !important;
  color: #a94442;
  display: block;
  margin: 8px 0 20px;
  padding-left: 30%;
  text-align: left;
  word-break: break-all;
}
#enquiry-form-popup .form-content-section p {
  font-size: 14px;
  line-height: 2em;
  padding-bottom: 1em;
  text-align: center;
}
#enquiry-form-popup .form-content-section label {
  float: left;
  text-align: left;
  width: 30%;
}
#enquiry-form-popup .form-content-section .form-control {
  display: inline-block;
  float: left;
  margin-bottom: 5px;
  width: 70%;
}
#enquiry-form-popup .form-content-section .age {
  width: 20%;
}
#enquiry-form-popup .form-content-section .form-group.no-label {
  margin-bottom: 0;
  padding-left: 30%;
}
#enquiry-form-popup .form-content-section .form-group.no-label .input-group {
  overflow: visible;
}
#enquiry-form-popup .form-content-section .form-group.no-label .input-group label {
  float: none;
  width: 100%;
}
#enquiry-form-popup .form-content-section .form-group.no-label .input-group-addon,
#enquiry-form-popup .form-content-section .form-group.no-label .input-group-addon:hover {
  background-color: inherit;
  border: 0;
  padding-bottom: 0;
}
#enquiry-form-popup .form-content-section .form-group.no-label a {
  color: #ff8400;
  text-decoration: underline;
}
#enquiry-form-popup .form-content-section .form-group.no-label a:active,
#enquiry-form-popup .form-content-section .form-group.no-label a:focus,
#enquiry-form-popup .form-content-section .form-group.no-label a:hover {
  text-decoration: none;
}
#enquiry-form-popup .form-content-section .cta-btns {
  padding-left: 30%;
  padding-top: 0.5em;
  text-align: left;
}
#enquiry-form-popup .form-content-section .cta-btns a {
  background-color: #00b149;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-weight: 800;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  width: 170px;
}
#enquiry-form-popup .form-content-section .cta-btns a:active,
#enquiry-form-popup .form-content-section .cta-btns a:focus,
#enquiry-form-popup .form-content-section .cta-btns a:hover {
  background-color: #00c953;
}
#enquiry-form-popup .form-content-section .cta-btns a.processing {
  cursor: default;
  pointer-events: none;
}
#enquiry-form-popup .form-content-section .cta-btns a.processing .fa-angle-right {
  display: none;
}
#enquiry-form-popup .form-content-section .cta-btns a.processing .fa-spinner {
  display: inline;
}
#enquiry-form-popup .form-content-section .cta-btns a.processing:active,
#enquiry-form-popup .form-content-section .cta-btns a.processing:focus,
#enquiry-form-popup .form-content-section .cta-btns a.processing:hover {
  background-color: #00c953;
}
#enquiry-form-popup .form-content-section .cta-btns a span {
  color: #ffffff;
  font-size: 1.2em;
  position: absolute;
  right: 10px;
  top: 12px;
}
#enquiry-form-popup .form-content-section .cta-btns a .fa-angle-right {
  font-size: 1.5em;
  font-weight: 600;
  top: 8px;
}
#enquiry-form-popup .form-content-section .cta-btns a .fa-spinner {
  display: none;
}
#video-modal {
  backface-visibility: hidden;
  background-color: #1a1a1a;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  left: 50%;
  overflow: visible;
  position: absolute;
  text-align: center;
  top: -1000px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 900px;
  z-index: -10000;
}
#video-modal.display {
  top: 50px;
  z-index: 10000;
}
#video-modal .close-btn {
  color: #e2e2e2;
  font-size: 1.7em;
  position: absolute;
  right: 15px;
  top: 5px;
}
#video-modal .close-btn:active,
#video-modal .close-btn:focus,
#video-modal .close-btn:hover {
  color: #00ab47;
}
#video-modal .close-btn .fa {
  margin: 0;
}
#video-modal .video-container {
  height: 0;
  margin: 45px 2px 45px 0;
  padding-bottom: 56.25%;
  position: relative;
}
#video-modal .BrightcoveExperience {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#mobile {
  display: none;
}
#mobile p:first-child {
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
#mobile p:first-child a {
  background-color: #00b149;
  color: #ffffff;
  display: block;
  padding: 5px 0;
}
@media (max-width: 991px) {
  #mobile {
    display: block;
  }
  #video-modal {
    display: none;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
  #where-can-i-play-popup {
    margin-left: -230px;
    width: 460px;
  }
  #where-can-i-play-popup p.title {
    font-size: 46px;
  }
  #where-can-i-play-popup div img {
    top: -10px;
  }
  #where-can-i-play-popup div.input-field .search-btn {
    right: 55px;
  }
  #enquiry-form-popup {
    margin-left: -210px;
    width: 420px;
  }
  #enquiry-form-popup .form-content-section {
    padding: 1em 2em 2em;
  }
  #enquiry-form-popup .form-content-section .form-group {
    margin-bottom: 5px;
    text-align: left;
  }
  #enquiry-form-popup .form-content-section label {
    float: none;
    width: 100%;
  }
  #enquiry-form-popup .form-content-section .form-control {
    float: none;
    width: 100%;
  }
  #enquiry-form-popup .form-content-section .age {
    width: 20%;
  }
  #enquiry-form-popup .form-content-section .input-group.checkbox {
    margin-top: 0.5em;
  }
  #enquiry-form-popup .form-content-section .form-group:nth-of-type(7) {
    padding-left: 0;
  }
  #enquiry-form-popup .form-content-section .cta-btns {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  #where-can-i-play-popup {
    height: 340px;
    margin-left: -150px;
    width: 300px;
  }
  #where-can-i-play-popup p.title {
    font-size: 30px;
  }
  #where-can-i-play-popup p .close-btn .fa {
    margin: 0;
  }
  #where-can-i-play-popup div img {
    margin-left: -140px;
    top: 10px;
    width: 280px;
  }
  #where-can-i-play-popup div.input-field input[type=text] {
    width: 280px;
  }
  #where-can-i-play-popup div.input-field .search-btn {
    right: 15px;
  }
  #enquiry-form-popup {
    margin-left: -140px;
    width: 280px;
  }
  #enquiry-form-popup .form-content-section {
    padding: 1em 1em 2em;
  }
}
header {
  background-color: #ffffff;
  border-top: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 75px;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 2000;
}
header:after {
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.65) 0%, rgba(102, 102, 102, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102, 102, 102, 0.65)), color-stop(100%, rgba(102, 102, 102, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.65) 0%, rgba(102, 102, 102, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.65) 0%, rgba(102, 102, 102, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.65) 0%, rgba(102, 102, 102, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0.65) 0%, rgba(102, 102, 102, 0) 100%);
  /* W3C */
  content: '';
  bottom: -5px;
  height: 5px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
header.mobile-nav-open {
  position: relative;
}
header > div:first-child {
  overflow: visible;
}
header #desktop {
  transition: all 0.3s linear;
  opacity: 1;
}
header .container {
  height: inherit;
  overflow: visible;
  padding: 0;
}
header nav {
  float: none;
}
header nav a {
  opacity: 1;
  transition: initial;
  -moz-transition: initial;
  -o-transition: initial;
  -webkit-transition: initial;
  display: inline;
  font-weight: normal;
  height: auto;
  padding-top: 0;
  position: static;
  text-align: start;
  text-transform: none;
}
header nav a.active,
header nav a:hover {
  opacity: 1;
  background-color: transparent;
}
header > div > nav > div.row {
  overflow: visible;
}
header > div > nav > div.row > div.col-lg-1.col-md-1.hidden-sm.hidden-xs {
  overflow: visible;
}
header > div > nav > div.row > div.col-lg-11.col-md-11.hidden-sm.hidden-xs {
  overflow: visible;
}
header #site-logo {
  float: left;
  margin-left: -14px;
  position: relative;
  width: 100px;
  z-index: 100;
}
header #site-logo img {
  width: 100px;
}
header .nav-list {
  float: left;
}
header .nav-list li {
  display: inline-block;
  float: none;
  height: auto;
  margin-left: 25px;
  position: relative;
  vertical-align: top;
  width: 125px;
}
header .nav-list li a {
  color: #000000;
  display: block;
  font-weight: 500;
  height: 75px;
  padding: 16px 35px 16px 20px;
  word-spacing: 10000px;
}
header .nav-list li a:active,
header .nav-list li a:focus,
header .nav-list li a:hover {
  border-bottom: 5px solid #009900;
}
header .nav-list li a .fa {
  color: #959595;
  font-size: 1.2em;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 17px;
}
header .nav-list li a.current:after {
  border-bottom: 5px solid #009900;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}
header .nav-list li .sub-nav {
  border: 1px solid #e2e2e2;
  display: none;
  left: 0px;
  position: absolute;
  top: 75px;
  width: 300px;
  z-index: 0;
}
header .nav-list li .sub-nav li {
  background-color: #ffffff;
  display: block;
  font-size: 13px;
  margin: 0;
  width: auto;
}
header .nav-list li .sub-nav li a {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 500;
  height: auto;
  padding: 20px 20px 20px 70px;
  word-spacing: normal;
}
header .nav-list li .sub-nav li a:active,
header .nav-list li .sub-nav li a:focus,
header .nav-list li .sub-nav li a:hover {
  background-color: #009900;
  color: #ffffff;
}
header .nav-list li .sub-nav li img {
  left: 5px;
  position: absolute;
  top: 0;
  width: 58px;
}
header .nav-list li .sub-nav li .in2cricket {
  top: 0;
  width: 45px;
}
header .nav-list li .sub-nav li .t20blast {
  left: 8px;
  top: 10px;
  width: 60px;
}
header .nav-list li .sub-nav li .compare {
  left: 18px;
  top: 13px;
  width: 35px;
}
header .nav-list li .sub-nav li:last-child a {
  border-bottom: none;
}
header .nav-list li .sub-nav:before {
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.65) 0%, rgba(102, 102, 102, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102, 102, 102, 0.65)), color-stop(100%, rgba(102, 102, 102, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.65) 0%, rgba(102, 102, 102, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.65) 0%, rgba(102, 102, 102, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.65) 0%, rgba(102, 102, 102, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0.65) 0%, rgba(102, 102, 102, 0) 100%);
  /* W3C */
  content: '';
  height: 5px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 1;
}
header .nav-list li:hover .sub-nav {
  display: block;
}
header .nav-list li:first-child a {
  word-spacing: normal;
}
header .nav-list-sec {
  float: right;
  height: 75px;
  list-style: none;
  position: relative;
}
header .nav-list-sec li {
  display: inline-block;
  position: relative;
}
header .nav-list-sec li a {
  background-color: #00b149;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-weight: 800;
  line-height: 2em;
  margin: 17.5px 9px 17.5px 0;
  min-width: 250px;
  padding: 5px 20px;
}
header .nav-list-sec li a:active,
header .nav-list-sec li a:focus,
header .nav-list-sec li a:hover {
  background-color: #00c953;
}
header .nav-list-sec li a span {
  float: right;
  font-size: 1.5em;
  margin-right: 0;
  position: relative;
  top: 3px;
}
header #mobile {
  display: none;
}
header #mobile nav {
  height: auto;
  width: auto;
}
header #mobile p:first-child {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
header #mobile p:first-child a {
  background-color: #00b149;
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 5px 0;
  text-align: center;
}
header #mobile .nav-list-sec {
  padding-top: 3px;
}
header #mobile .nav-list-sec li a {
  border: none;
  margin: 0;
  min-width: 0;
  text-align: right;
}
header #mobile .nav-list-sec li a .fa {
  float: none;
  font-size: 2em;
  top: 5px;
}
header #mobile #hamburger {
  background-color: #ffffff;
  display: inline-block;
  height: 32px;
  left: 5px;
  padding: 0;
  position: relative;
  top: 10px;
  transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  width: 50px;
}
header #mobile #hamburger .patty {
  background-color: #00b149;
  display: block;
  height: 4px;
  left: 10px;
  position: absolute;
  top: 14px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 26px;
}
header #mobile #hamburger .patty:after,
header #mobile #hamburger .patty:before {
  background-color: #00b149;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 26px;
}
header #mobile #hamburger .patty:after {
  top: 9px;
}
header #mobile #hamburger .patty:before {
  top: -9px;
}
header #mobile #hamburger.open .patty {
  background-color: transparent;
}
header #mobile #hamburger.open .patty:after {
  top: 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
header #mobile #hamburger.open .patty:before {
  top: 0;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mobile-nav-panel {
  background: none;
  display: table;
  height: 0px;
  position: absolute;
  top: 90px;
  transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  width: 100%;
  z-index: 1000;
}
.mobile-nav-panel ul {
  display: table-cell;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  transform: perspective(600px) rotateX(10deg);
  -moz-transform: perspective(600px) rotateX(10deg);
  -webkit-transform: perspective(600px) rotateX(10deg);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
  vertical-align: middle;
  visibility: hidden;
  width: 100%;
}
.mobile-nav-panel ul li a {
  color: #ffffff;
  display: inline-block;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1em;
  padding: 10px 0;
  width: 100%;
}
.mobile-nav-panel ul li a:active,
.mobile-nav-panel ul li a:focus,
.mobile-nav-panel ul li a:hover {
  background-color: #ffffff;
  color: #00511a;
}
.mobile-nav-panel.open {
  background-color: #00b149 !important;
  background-color: rgba(0, 177, 73, 0.9) !important;
}
.mobile-nav-panel.open.in2cricket {
  background-color: #00b149 !important;
  background-color: rgba(0, 177, 73, 0.9) !important;
}
.mobile-nav-panel.open.t20-blast {
  background-color: #d5df00 !important;
  background-color: rgba(213, 223, 0, 0.9) !important;
}
.mobile-nav-panel.open ul {
  opacity: 1;
  top: 60px;
  transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -webkit-transform: perspective(600px) rotateX(0deg);
  visibility: visible;
}
.main-content-area {
  backface-visibility: hidden;
  padding-top: 75px;
}
.main-content-area.forms {
  background-color: #f2f0eb;
  padding-top: 0;
}
.main-content-area.mobile-nav-open {
  padding-top: 0;
}
@media (max-width: 1199px) {
  header .nav-list-sec li a {
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .mobile-nav-panel {
    display: none !important;
  }
}
@media (max-width: 991px) {
  header {
    height: 90px;
  }
  header #desktop {
    display: none;
  }
  header #mobile {
    display: block;
  }
  header #mobile .nav-list-sec {
    height: 60px;
  }
  header #mobile .nav-list-sec li a {
    margin: 1px 0 0;
  }
  header #mobile .nav-list-sec li a span:first-child {
    float: none;
    font-size: 1em;
    margin: 0;
    top: 0;
  }
  header #mobile .nav-list-sec li a .fa {
    float: right;
    font-size: 1.5em;
    margin-left: 1em;
    top: 3px;
  }
  header #site-logo {
    margin: -25px 0 0;
    width: 120px;
    z-index: 10000;
  }
  header #site-logo img {
    width: 120px;
  }
  header #site-logo img.in2cricket {
    margin-left: 20px;
    margin-top: 10px;
    width: 60px;
  }
  header #site-logo img.t20-blast {
    margin-top: 20px;
    width: 135px;
  }
  .main-content-area {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  header #site-logo img {
    width: 100px;
  }
  header #mobile .nav-list-sec li a {
    margin: 0;
    padding: 1.5px 10.5px;
  }
  header #mobile .nav-list-sec li a span:first-child {
    display: none;
  }
  header #mobile .nav-list-sec li a .fa {
    float: none;
    margin-left: 0;
    top: 2px;
  }
  header #mobile .nav-list-sec li:first-child {
    height: 35px;
    padding: 0;
    position: relative;
    text-align: center;
    top: -3px;
  }
  header #mobile .nav-list-sec li:first-child a {
    height: 35px;
    position: relative;
    top: 4px;
    width: 35px;
  }
}
@media (max-width: 480px) {
  .mobile-nav-panel.open ul {
    top: 20px;
  }
  .mobile-nav-panel ul {
    transform: perspective(600px) rotateX(20deg);
    -moz-transform: perspective(600px) rotateX(20deg);
    -webkit-transform: perspective(600px) rotateX(20deg);
  }
  .mobile-nav-panel ul li a {
    font-size: 24px;
  }
}
#milo-sponsor-section {
  background-color: #00b149;
  overflow: visible;
  padding: 7px 0 13px;
  position: relative;
  z-index: 1000;
}
#milo-sponsor-section h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 200;
  line-height: 142px;
  text-align: center;
}
#milo-sponsor-section h2 img {
  display: inline;
  height: 82px;
  margin: 0 10px;
  width: 112px;
}
#footer-explore-section {
  background-color: #00b149;
  border-top: 1px solid #23c15b;
  padding: 30px 0;
  position: relative;
  z-index: 1000;
}
#footer-explore-section h2 {
  color: #ffffff;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -1.5px;
  margin: 0 0 40px;
}
#footer-explore-section h2 span {
  display: none;
}
#footer-explore-section p {
  font-size: 12px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 0;
}
#footer-explore-section p.section-title {
  font-size: 14px;
  font-weight: 600;
}
#footer-explore-section p a {
  color: #ffffff;
}
#footer-explore-section p a:active,
#footer-explore-section p a:focus,
#footer-explore-section p a:hover {
  text-decoration: underline;
}
#footer-explore-section p a span {
  display: none;
}
#footer-explore-section .margin-top {
  margin-top: 2em;
}
footer {
  padding: 3em 30px 0;
  position: relative;
  z-index: 1000;
}
footer .sponsors {
  margin-bottom: 2em;
}
footer .sponsors img {
  display: none;
}
footer .sponsors p {
  color: #1b4496;
  font-size: 1.9em;
  font-weight: 300;
  margin: 0;
}
footer .copyright-section {
  border-bottom: 1px solid #959595;
  border-top: 1px solid #959595;
  padding: 20px 0;
}
footer .copyright-section .lhs {
  float: left;
}
footer .copyright-section .lhs img {
  width: 55px;
}
footer .copyright-section .rhs {
  float: right;
}
footer .copyright-section img {
  float: left;
  margin-left: 10px;
  width: 100px;
}
footer .copyright-section p {
  color: #959595;
  float: left;
  font-size: 11px;
  padding-left: 40px;
  margin: 9px 0;
}
footer .disclaimers {
  color: #959595;
  margin-bottom: 20px;
  padding-top: 5px;
  text-align: right;
}
footer .disclaimers ul {
  float: right;
  list-style-type: none;
  text-align: center;
}
footer .disclaimers ul li {
  display: inline;
  font-size: 11px;
  margin-left: 1em;
}
footer .disclaimers a {
  color: #959595;
}
footer .disclaimers a:active,
footer .disclaimers a:focus,
footer .disclaimers a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  #footer-explore-section {
    padding: 2em 0 20px;
  }
  #footer-explore-section h2 {
    font-size: 30px;
    font-weight: 800;
    padding: 0 30px;
    text-align: center;
  }
  #footer-explore-section h2 span {
    display: inline;
  }
  #footer-explore-section .container {
    width: 100%;
  }
  #footer-explore-section .col-xs-12:nth-of-type(2) p.section-title {
    border-top: 1px solid #23c15b;
  }
  #footer-explore-section .col-xs-12:nth-last-of-type(1) p.section-title {
    border-bottom: 1px solid #23c15b;
  }
  #footer-explore-section .col-xs-12 p {
    display: none;
  }
  #footer-explore-section .col-xs-12 p.section-title {
    display: block;
  }
  #footer-explore-section .col-xs-12 p a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    padding: 7px 30px;
    text-align: left;
  }
  #footer-explore-section .col-xs-12 p a:active,
  #footer-explore-section .col-xs-12 p a:focus,
  #footer-explore-section .col-xs-12 p a:hover {
    color: #00b149;
    text-decoration: none;
  }
  #footer-explore-section .col-xs-12 p a:active span,
  #footer-explore-section .col-xs-12 p a:focus span,
  #footer-explore-section .col-xs-12 p a:hover span {
    color: #00b149;
  }
  #footer-explore-section .col-xs-12 p a span {
    color: #ffffff;
    display: inline;
    float: right;
    font-size: 1.2em;
    font-weight: 800;
    margin-top: 0.2em;
  }
  #footer-explore-section p:active,
  #footer-explore-section p:focus,
  #footer-explore-section p:hover {
    background-color: #eae8e9;
  }
  footer.container {
    width: 100%;
  }
  footer .sponsors {
    margin: 2em 0;
    text-align: center;
  }
  footer .sponsors img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    width: 120px;
  }
  footer .sponsors p {
    display: block;
    padding: 0 16px;
  }
  footer .copyright-section {
    border: none;
    padding-bottom: 0px;
    text-align: center;
  }
  footer .copyright-section img {
    float: none;
    margin-left: 0;
    width: 120px;
  }
  footer .copyright-section p {
    float: none;
    margin: 30px 0 9px;
    padding: 0;
    text-align: center;
  }
  footer .disclaimers {
    margin: 0 0 20px;
    padding: 5px 16px 0;
    text-align: center;
  }
  footer .disclaimers ul {
    float: none;
  }
  footer .disclaimers ul li {
    margin-left: 0.3em;
  }
}
@media (max-width: 767px) {
  #milo-sponsor-section {
    padding: 37px 0 40px;
  }
  #milo-sponsor-section h2 {
    line-height: 1.1em;
  }
  #milo-sponsor-section h2 img {
    display: block;
    margin: 10px auto;
  }
}
.homepage-panel {
  overflow: visible;
  position: relative;
  text-align: center;
}
.homepage-panel:before {
  border: 2px solid #ffffff;
  bottom: -2px;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.homepage-panel.green {
  background-color: #66cc66;
}
.homepage-panel.mid-light-grey {
  background-color: #f2f0eb;
}
.homepage-panel.light-grey {
  background-color: #e2e2e2;
}
.homepage-panel.white {
  background-color: #ffffff;
}
.homepage-panel .inner-container {
  margin: 0 auto;
  position: relative;
  width: 450px;
  z-index: 2;
}
.homepage-panel .green-btn:active,
.homepage-panel .mid-dark-grey-btn:active,
.homepage-panel .green-btn:focus,
.homepage-panel .mid-dark-grey-btn:focus,
.homepage-panel .green-btn:hover,
.homepage-panel .mid-dark-grey-btn:hover {
  background-color: #00c953 !important;
}
.homepage-panel .next-section {
  background-color: lightgrey;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  bottom: -23px;
  color: #ffffff;
  content: '\f078';
  font-family: 'FontAwesome';
  font-size: 30px;
  height: 46px;
  left: 50%;
  overflow: visible;
  position: absolute;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 46px;
  z-index: 1;
}
.homepage-panel .next-section .fa {
  left: 50%;
  margin: 0;
  margin-left: -9.5px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}
#homepage-panel-1 {
  height: 290px;
  overflow: visible;
}
#homepage-panel-1 h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -3px;
  position: relative;
}
#homepage-panel-1 h1 img {
  height: 102px;
  position: absolute;
  right: 210px;
  top: -15px;
}
#homepage-panel-1 p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 100;
  margin: 0 0 0.5em;
}
#homepage-panel-1 div {
  overflow: visible;
}
#homepage-panel-1 .middle {
  height: 290px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 30%);
  -ms-transform: translate(-50%, 30%);
  -webkit-transform: translate(-50%, 30%);
  width: 100%;
}
#homepage-secondary-nav-mobile {
  display: none;
}
#homepage-secondary-nav-mobile .mobile-text {
  color: #ffffff;
  min-height: 300px;
  padding: 20px 16px;
  position: relative;
  text-align: center;
}
#homepage-secondary-nav-mobile .mobile-text h1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  left: 50%;
  padding: 0 16px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}
#homepage-secondary-nav-mobile ul {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}
#homepage-secondary-nav-mobile ul li {
  border-bottom: 1px solid #e2e2e2;
}
#homepage-secondary-nav-mobile ul li a {
  color: #333333;
  display: block;
  padding: 10px 30px;
}
#homepage-secondary-nav-mobile ul li a:active,
#homepage-secondary-nav-mobile ul li a:focus,
#homepage-secondary-nav-mobile ul li a:hover {
  background-color: #eae8e9;
}
#homepage-secondary-nav-mobile ul li a span {
  color: #00b149;
  display: inline;
  float: right;
  font-size: 1.2em;
  font-weight: 800;
}
#homepage-panel-2,
#homepage-panel-3,
#homepage-panel-4,
#homepage-panel-5,
#homepage-panel-6 {
  height: 360px;
  padding: 60px 0;
}
#homepage-panel-2 .container,
#homepage-panel-3 .container,
#homepage-panel-4 .container,
#homepage-panel-5 .container,
#homepage-panel-6 .container {
  overflow: visible;
}
#homepage-panel-2 .container .row,
#homepage-panel-3 .container .row,
#homepage-panel-4 .container .row,
#homepage-panel-5 .container .row,
#homepage-panel-6 .container .row {
  overflow: visible;
}
#homepage-panel-2 .container .row .col-lg-12.col-md-12.col-sm-12.col-xs-12,
#homepage-panel-3 .container .row .col-lg-12.col-md-12.col-sm-12.col-xs-12,
#homepage-panel-4 .container .row .col-lg-12.col-md-12.col-sm-12.col-xs-12,
#homepage-panel-5 .container .row .col-lg-12.col-md-12.col-sm-12.col-xs-12,
#homepage-panel-6 .container .row .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  overflow: visible;
}
#homepage-panel-2 h2,
#homepage-panel-3 h2,
#homepage-panel-4 h2,
#homepage-panel-5 h2,
#homepage-panel-6 h2 {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -3px;
  margin-bottom: 0.5em;
  padding-top: 73px;
}
#homepage-panel-2 p,
#homepage-panel-3 p,
#homepage-panel-4 p,
#homepage-panel-5 p,
#homepage-panel-6 p {
  font-weight: 500;
  line-height: 2.2em;
  margin-bottom: -5px;
}
#homepage-panel-2 .cta-btn,
#homepage-panel-3 .cta-btn,
#homepage-panel-4 .cta-btn,
#homepage-panel-5 .cta-btn,
#homepage-panel-6 .cta-btn {
  margin: 2em 0;
}
#homepage-panel-2 .green-btn,
#homepage-panel-3 .green-btn,
#homepage-panel-4 .green-btn,
#homepage-panel-5 .green-btn,
#homepage-panel-6 .green-btn {
  background-color: #00b149;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #ffffff;
  font-weight: 600;
  padding: 9px 20px;
}
#homepage-panel-2 .white-btn,
#homepage-panel-3 .white-btn,
#homepage-panel-4 .white-btn,
#homepage-panel-5 .white-btn,
#homepage-panel-6 .white-btn {
  background-color: #ffffff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #00b149;
  font-weight: 600;
  padding: 9px 20px;
}
#homepage-panel-2 {
  height: 500px;
}
#homepage-panel-2 h2 {
  color: #00b149;
}
#homepage-panel-2 .lhs {
  overflow: visible;
  position: absolute;
  left: -40px;
  top: -151px;
  z-index: 0;
}
#homepage-panel-2 p {
  color: #373737;
  font-size: 16px;
  font-weight: 300;
}
#homepage-panel-2 .rhs {
  overflow: visible;
  position: absolute;
  right: 0;
  top: 130px;
  width: 300px;
  z-index: 0;
}
#homepage-panel-2 .rhs p {
  background-color: #00b149;
  color: white;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  margin: 0 80px;
  padding: 5px 0;
}
#homepage-panel-2 .rhs .logos {
  overflow: visible;
}
#homepage-panel-2 .rhs .logos .in2cricket {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  display: inline;
  height: 83px;
  left: 2px;
  padding: 5px;
  position: relative;
  transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  width: 83px;
  z-index: -2;
}
#homepage-panel-2 .rhs .logos .t20blast {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  display: inline;
  height: 83px;
  left: -2px;
  padding: 5px;
  position: relative;
  transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  width: 83px;
  z-index: -1;
}
#homepage-panel-3 {
  height: 500px;
}
#homepage-panel-3 h2 {
  color: #ffffff;
}
#homepage-panel-3 p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
#homepage-panel-3 .rhs {
  overflow: visible;
  position: absolute;
  right: -60px;
  top: -187px;
  z-index: 0;
}
#homepage-panel-4 {
  height: 500px;
}
#homepage-panel-4 h2 {
  color: #00b149;
}
#homepage-panel-4 p {
  color: #373737;
  font-size: 16px;
  font-weight: 300;
}
#homepage-panel-4 .lhs {
  overflow: visible;
  position: absolute;
  left: 20px;
  top: -290px;
  z-index: 0;
}
#homepage-panel-5 {
  height: 500px;
}
#homepage-panel-5 h2 {
  color: #ffffff;
}
#homepage-panel-5 p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
#homepage-panel-5 .lhs {
  overflow: visible;
  position: absolute;
  left: -20px;
  top: 6px;
  z-index: 0;
}
#homepage-panel-5 .rhs {
  overflow: visible;
  position: absolute;
  right: -60px;
  top: 9px;
  z-index: 0;
}
#homepage-panel-6 {
  height: 500px;
}
#homepage-panel-6 h2 {
  color: #00b149;
  font-size: 60px;
  position: relative;
}
#homepage-panel-6 h2 img {
  left: 50%;
  margin-left: -0.5em;
  position: absolute;
  top: 60px;
  width: 64px;
}
#homepage-panel-6 .green-btn {
  display: inline-block;
  padding: 3.5px 0;
  width: 220px;
}
#homepage-panel-6 p:last-child {
  padding-top: 2.5em;
}
#homepage-panel-6 p:last-child img {
  width: 173px;
}
#homepage-panel-6:after {
  display: none;
}
#homepage-panel-8 {
  overflow: visible;
}
#homepage-panel-8 .promo-panel {
  background-color: #000000;
  bottom: 0;
  height: 140px;
  overflow: visible;
  padding: 10px;
  position: fixed;
  right: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 10000;
}
#homepage-panel-8 .promo-panel #promo-btn {
  background-color: #000000;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  left: -95px;
  padding: 6px 9px 6px 14px;
  text-transform: uppercase;
  top: 50px;
  position: absolute;
  z-index: 100;
}
#homepage-panel-8 .promo-panel #promo-btn .fa-chevron-right {
  color: #ffffff;
  font-size: 20px;
  margin: 0;
  padding-left: 10px;
}
#homepage-panel-8 .promo-panel #promo-btn .fa-chevron-right:before {
  left: 3px;
  position: relative;
  top: 1px;
}
#homepage-panel-8 .promo-panel #promo-btn:active span,
#homepage-panel-8 .promo-panel #promo-btn:hover span {
  color: #009900;
}
#homepage-panel-8 .promo-panel .overlay-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#homepage-panel-8 .promo-panel.closed {
  right: -870px;
}
#homepage-panel-8 .promo-panel.closed #promo-btn {
  left: -38px;
  padding: 6px 9px 6px 5px;
}
#homepage-panel-8 .promo-panel.closed #promo-btn span {
  display: none;
}
#homepage-panel-8 .promo-panel.closed #promo-btn .fa-chevron-right {
  display: inline;
}
#homepage-panel-8 .promo-panel.closed #promo-btn .fa-chevron-right:before {
  content: '\f053';
  left: -3px;
}
@media (max-width: 1199px) {
  #homepage-panel-1 h1 img {
    right: 110px;
  }
  #homepage-panel-2 .lhs {
    left: -100px;
  }
  #homepage-panel-2 .rhs {
    right: -50px;
  }
  #homepage-panel-3 .rhs {
    right: -160px;
    top: -187px;
  }
  #homepage-panel-4 .lhs {
    left: -10px;
  }
  #homepage-panel-5 .lhs {
    left: -100px;
  }
  #homepage-panel-5 .rhs {
    right: -140px;
  }
}
@media (max-width: 991px) {
  .homepage-panel .inner-container {
    width: 350px;
  }
  #homepage-panel-1 h1 {
    font-size: 48px;
  }
  #homepage-panel-1 h1 img {
    right: 65px;
    top: -23px;
  }
  #homepage-panel-1 .middle {
    height: auto;
    padding: 0 16px;
    transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
  }
  #homepage-panel-2,
  #homepage-panel-3,
  #homepage-panel-4,
  #homepage-panel-5,
  #homepage-panel-6 {
    padding: 60px 15px 0;
  }
  #homepage-panel-2 h2,
  #homepage-panel-3 h2,
  #homepage-panel-4 h2,
  #homepage-panel-5 h2,
  #homepage-panel-6 h2 {
    font-size: 30px;
    padding-top: 0;
  }
  #homepage-panel-2 {
    height: 380px;
  }
  #homepage-panel-2 .lhs {
    left: -10px;
    top: 97px;
  }
  #homepage-panel-2 .lhs img {
    width: 210px;
  }
  #homepage-panel-2 .rhs {
    right: -70px;
    top: 60px;
  }
  #homepage-panel-3 {
    height: 380px;
  }
  #homepage-panel-3 .rhs {
    right: -50px;
    top: -22px;
  }
  #homepage-panel-3 .rhs img {
    width: 220px;
  }
  #homepage-panel-4 {
    height: 380px;
  }
  #homepage-panel-4 .lhs {
    left: -10px;
    top: -224px;
  }
  #homepage-panel-4 .lhs img {
    width: 240px;
  }
  #homepage-panel-5 {
    height: 380px;
  }
  #homepage-panel-5 .lhs {
    left: -10px;
    top: 44px;
  }
  #homepage-panel-5 .lhs img {
    width: 260px;
  }
  #homepage-panel-5 .rhs {
    right: -13px;
    top: 51px;
  }
  #homepage-panel-5 .rhs img {
    width: 250px;
  }
  #homepage-panel-6 {
    height: 380px;
  }
  #homepage-panel-6 h2 {
    padding-top: 20px;
  }
  #homepage-panel-6 h2 img {
    margin-left: -1em;
    top: 0px;
  }
  #homepage-panel-8 {
    display: none;
  }
}
@media (max-width: 768px) {
  #homepage-panel-2 h2,
  #homepage-panel-3 h2,
  #homepage-panel-4 h2,
  #homepage-panel-5 h2,
  #homepage-panel-6 h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #homepage-secondary-nav-mobile {
    display: block;
  }
  #homepage-panel-1,
  #homepage-panel-2,
  #homepage-panel-3,
  #homepage-panel-4,
  #homepage-panel-5 {
    display: none;
  }
  #homepage-panel-6 {
    height: auto;
  }
  #homepage-panel-6 h2 {
    margin-bottom: 2em;
  }
  #homepage-panel-6 .green-btn {
    display: block;
    margin: 10px auto;
    width: 220px;
  }
  #homepage-panel-6 p:last-child {
    margin-bottom: 2em;
  }
}
#primary-page-introduction {
  background-color: #66cc66;
  height: 300px;
  position: relative;
  text-align: center;
}
#primary-page-introduction h1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 100;
  margin-top: 83px;
}
#primary-page-introduction p {
  color: #ffffff;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -3px;
  margin-top: -7px;
}
#primary-page-cards {
  background-color: #f2f0eb;
  overflow: visible;
}
#primary-page-cards div {
  overflow: visible;
}
#primary-page-cards .card {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 20px;
  font-weight: 300;
  margin: 0 1px 40px;
  padding: 110px 25px 50px;
  position: relative;
  top: -40px;
}
#primary-page-cards .card span {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 39px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#primary-page-cards .card span.in2cricket {
  background-color: #00ab47;
}
#primary-page-cards .card span.t20blast {
  background-color: #6d6d6d;
}
#primary-page-cards .card span.indoor {
  background-color: #281f8a;
}
#primary-page-cards .card .image-container {
  left: 50%;
  margin-left: -92px;
  position: absolute;
  top: -82px;
  width: 184px;
  z-index: 1;
}
#primary-page-cards .card .image-container.elite-mens,
#primary-page-cards .card .image-container.elite-womens,
#primary-page-cards .card .image-container.elite-indoor {
  margin-left: -85px;
  top: -60px;
}
#primary-page-cards .card .image-container.elite-mens img,
#primary-page-cards .card .image-container.elite-womens img,
#primary-page-cards .card .image-container.elite-indoor img {
  background-color: #ffffff;
  border: 2px solid #959595;
  border-radius: 100px;
  height: 170px;
  padding: 1px 0 0 1px;
  width: 170px;
}
#primary-page-cards .card .image-container.elite-mens figcaption,
#primary-page-cards .card .image-container.elite-womens figcaption,
#primary-page-cards .card .image-container.elite-indoor figcaption {
  padding: 10px 0;
}
#primary-page-cards .card p {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
}
#primary-page-cards .card .cta-btns {
  padding: 25px 0 0;
  text-align: center;
}
#primary-page-cards .card .cta-btns .btn {
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 9.5px 10px;
  width: 49%;
}
#primary-page-cards .card .cta-btns .btn.green {
  background-color: #00ab47;
}
#primary-page-cards .card .cta-btns .btn.green:hover {
  background-color: #0b5128;
}
#primary-page-cards .card .cta-btns .btn.grey {
  background-color: #6d6d6d;
}
#primary-page-cards .card .cta-btns .btn.grey:hover {
  background-color: #414141;
}
#primary-page-cards .card .cta-btns .btn.indigo {
  background-color: #281f8a;
}
#primary-page-cards .card .cta-btns .btn.indigo:hover {
  background-color: #070051;
}
#primary-page-cards .card .cta-btns .btn:nth-of-type(1) {
  margin-right: 4px;
}
#primary-page-cards .card .cta-btns.elite .grey-btn {
  width: 100%;
}
#primary-page-cards .card ul {
  list-style-type: none;
  padding-top: 20px;
}
#primary-page-cards .card ul.green li:before {
  color: #00ab47;
}
#primary-page-cards .card ul.grey li:before {
  color: #6d6d6d;
}
#primary-page-cards .card ul.indigo li:before {
  color: #281f8a;
}
#primary-page-cards .card ul li {
  border-bottom: 1px solid #e7e7e7;
  color: #4f4f4f;
  font-size: 14px;
  padding: 5px 0 5px 25px;
}
#primary-page-cards .card ul li.list-title {
  font-weight: 800;
  padding: 5px 0;
}
#primary-page-cards .card ul li.list-title.green {
  color: #00ab47;
}
#primary-page-cards .card ul li.list-title.grey {
  color: #6d6d6d;
}
#primary-page-cards .card ul li.list-title.indigo {
  color: #281f8a;
}
#primary-page-cards .card ul li.list-title:before {
  content: '';
  left: auto;
  position: static;
}
#primary-page-cards .card ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  left: 24px;
  position: absolute;
}
#primary-page-sponsor {
  background-color: #009900;
  padding: 20px 0;
}
#primary-page-sponsor .img-border {
  background-color: #ffffff;
  border-radius: 75px;
  padding: 28px 16px;
  text-align: center;
  width: 142px;
}
#primary-page-sponsor .img-border img {
  height: 82px;
  width: 112px;
}
#primary-page-sponsor h2 {
  color: #ffffff;
  font-size: 22px;
  line-height: 142px;
}
@media (max-width: 991px) {
  #primary-page-introduction {
    height: 350px;
  }
  #primary-page-introduction h1 {
    margin-top: 63px;
  }
  #primary-page-introduction p {
    line-height: 1.1em;
    margin-top: 10px;
    padding: 0 16px;
  }
  #primary-page-cards .card {
    margin-bottom: 80px;
  }
  #primary-page-cards .row .col-lg-4.col-md-4.col-sm-12.col-xs-12:last-child .card {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #primary-page-introduction {
    height: 290px;
  }
  #primary-page-introduction p {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 1.3em;
    margin-top: 5px;
  }
  #primary-page-cards {
    padding: 0 16px;
  }
  #primary-page-cards .card {
    padding: 80px 25px 20px;
  }
  #primary-page-cards .card ul {
    display: none;
  }
  #primary-page-cards .card .cta-btns {
    padding: 10px 0 0;
  }
  #primary-page-cards .card .cta-btns .btn {
    display: block;
    margin: 5px auto !important;
    width: 13em;
  }
}
@media (max-width: screen-xs) {
  #primary-page-introduction {
    height: 290px;
  }
  #primary-page-introduction h1 {
    margin-top: 63px;
  }
  #primary-page-introduction p {
    font-size: 32px;
    margin-top: 0;
  }
}
@media (max-width: 320px) {
  #primary-page-introduction {
    height: 350px;
  }
}
#secondary-page-header {
  height: 560px;
  overflow: visible;
}
#secondary-page-header div {
  overflow: visible;
}
#secondary-page-header .container {
  height: inherit;
}
#secondary-page-header .container .row {
  height: inherit;
}
#secondary-page-header .container .row .col-lg-11.col-md-12.col-sm-12.col-xs-12 {
  height: inherit;
}
#secondary-page-header .page-title {
  bottom: 233px;
  left: -5px;
  position: absolute;
  z-index: 1;
}
#secondary-page-header hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 218px;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
#secondary-page-header .inner-container {
  bottom: 40px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#secondary-page-header .inner-container p.h1 {
  display: none;
}
#secondary-page-header .inner-container p.text {
  width: 430px;
}
#secondary-page-header .inner-container p a:hover img {
  opacity: 0.8;
}
#secondary-page-header .inner-container.t20-blast {
  padding-top: 7px;
}
#secondary-page-header .inner-container.t20-blast p a {
  background-color: #d5df00;
  color: #373737;
}
#secondary-page-header .inner-container.t20-blast p a:hover {
  background-color: #f4ff0f;
}
#secondary-page-header .inner-container.in2cricket {
  padding-top: 7px;
}
#secondary-page-header .inner-container.in2cricket p a {
  background-color: #00ab47;
  color: #ffffff;
}
#secondary-page-header .inner-container.in2cricket p a:hover {
  background-color: #00c953;
}
#secondary-page-header h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -3px;
}
#secondary-page-header p {
  color: #ffffff;
  font-size: 19px;
  font-weight: 100;
}
#secondary-page-header p.text {
  line-height: 1.8em;
  padding-right: 2em;
}
#secondary-page-header p a {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  padding: 0 30px 12px 11px;
  position: relative;
}
#secondary-page-header p a span {
  position: relative;
  top: -2px;
}
#secondary-page-header p a .fa-play-circle {
  font-size: 2.5em;
  top: 6px;
}
#secondary-page-header p .cta-btn {
  display: none;
}
#secondary-page-header p:last-child {
  margin: 0;
}
#secondary-page-header .in2cricket-bg-image {
  left: 35%;
  position: absolute;
  top: -54px;
}
#secondary-page-header .t20-blast-bg-image {
  left: 50%;
  margin-left: -424.5px;
  position: absolute;
  top: -40px;
}
#secondary-page-secondary-nav-mobile {
  display: none;
}
#secondary-page-secondary-nav-mobile h2 {
  color: #555555;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.3em;
  padding: 32px 0 30px;
  text-align: center;
}
#secondary-page-secondary-nav-mobile ul {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}
#secondary-page-secondary-nav-mobile ul li {
  border-bottom: 1px solid #e2e2e2;
}
#secondary-page-secondary-nav-mobile ul li a {
  color: #333333;
  display: block;
  padding: 10px 30px;
}
#secondary-page-secondary-nav-mobile ul li a:active,
#secondary-page-secondary-nav-mobile ul li a:focus,
#secondary-page-secondary-nav-mobile ul li a:hover {
  background-color: #eae8e9;
}
#secondary-page-secondary-nav-mobile ul li a span {
  color: #00b149;
  display: inline;
  float: right;
  font-size: 1.2em;
  font-weight: 800;
}
#secondary-page-secondary-nav-mobile ul li a.cta-btn.in2cricket {
  background-color: #ff8400;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #ffffff;
  margin: 20px 16px 40px;
  padding: 10px 15px;
}
#secondary-page-secondary-nav-mobile ul li a.cta-btn.in2cricket:active,
#secondary-page-secondary-nav-mobile ul li a.cta-btn.in2cricket:focus,
#secondary-page-secondary-nav-mobile ul li a.cta-btn.in2cricket:hover {
  background-color: #ffab08;
}
#secondary-page-secondary-nav-mobile ul li a.cta-btn.in2cricket span {
  color: #ffffff;
}
#secondary-page-secondary-nav-mobile ul li a.cta-btn.t20-blast {
  background-color: #d5df00;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #373737;
  margin: 20px 16px 40px;
  padding: 10px 15px;
}
#secondary-page-secondary-nav-mobile ul li a.cta-btn.t20-blast:active,
#secondary-page-secondary-nav-mobile ul li a.cta-btn.t20-blast:focus,
#secondary-page-secondary-nav-mobile ul li a.cta-btn.t20-blast:hover {
  background-color: #f4ff0f;
}
#secondary-page-secondary-nav-mobile ul li a.cta-btn.t20-blast span {
  color: #373737;
}
#secondary-page-what-is-content {
  overflow: visible;
}
#secondary-page-what-is-content div {
  overflow: visible;
}
#secondary-page-what-is-content h2 {
  color: #555555;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.2em;
  padding: 32px 0 30px;
}
#secondary-page-what-is-content .inner-container {
  background-color: #ffffff;
  padding: 12px 10px;
}
#secondary-page-what-is-content .inner-container p {
  font-weight: 200;
  line-height: 1.5em;
  margin: 0;
}
#secondary-page-what-is-content .inner-container p.title {
  font-weight: 600;
}
#secondary-page-what-is-content .inner-container hr {
  margin: 5px 0;
}
#secondary-page-what-is-content .cta-link {
  padding: 20px 0 60px 8px;
}
#secondary-page-what-is-content .cta-link a {
  font-weight: 600;
}
#secondary-page-what-is-content .cta-link a span {
  font-weight: 600;
  margin-left: 0.3em;
  position: relative;
  top: 1px;
}
#secondary-page-what-is-content .cta-link.in2cricket a {
  color: #00b149;
}
#secondary-page-what-is-content .cta-link.in2cricket a:active,
#secondary-page-what-is-content .cta-link.in2cricket a:focus,
#secondary-page-what-is-content .cta-link.in2cricket a:hover {
  color: #00c953;
}
#secondary-page-what-is-content .cta-link.t20-blast a {
  color: #878787;
}
#secondary-page-what-is-content .cta-link.t20-blast a:active,
#secondary-page-what-is-content .cta-link.t20-blast a:focus,
#secondary-page-what-is-content .cta-link.t20-blast a:hover {
  color: #959595;
}
#secondary-page-what-is-content .img-container {
  position: absolute;
  right: -70px;
  top: -30px;
}
#secondary-page-what-is-content .img-container img {
  width: 203px;
}
#secondary-page-sign-up-content {
  height: 425px;
  overflow: visible;
}
#secondary-page-sign-up-content div {
  overflow: visible;
}
#secondary-page-sign-up-content h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.2em;
  padding: 32px 0 30px;
}
#secondary-page-sign-up-content p {
  color: #ffffff;
}
#secondary-page-sign-up-content p .cta-btn {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  display: inline-block;
  font-weight: 800;
  margin-top: 30px;
  padding: 8px 0 8px 20px;
  width: 15em;
}
#secondary-page-sign-up-content p .cta-btn.in2cricket {
  background-color: #ff8400;
  color: #ffffff;
}
#secondary-page-sign-up-content p .cta-btn.in2cricket:active,
#secondary-page-sign-up-content p .cta-btn.in2cricket:focus,
#secondary-page-sign-up-content p .cta-btn.in2cricket:hover {
  background-color: #ffab08;
}
#secondary-page-sign-up-content p .cta-btn.t20-blast {
  background-color: #d5df00;
  color: #000000;
}
#secondary-page-sign-up-content p .cta-btn.t20-blast:active,
#secondary-page-sign-up-content p .cta-btn.t20-blast:focus,
#secondary-page-sign-up-content p .cta-btn.t20-blast:hover {
  background-color: #f4ff0f;
}
#secondary-page-sign-up-content p .cta-btn span {
  float: right;
  font-size: 1.3em;
  font-weight: 600;
  padding-right: 0.5em;
}
#secondary-page-sign-up-content ul {
  padding-right: 10px;
}
#secondary-page-sign-up-content ul li {
  color: #ffffff;
  font-weight: 100;
  list-style-type: none;
  padding: 5px 0 5px 25px;
}
#secondary-page-sign-up-content ul li.list-title {
  padding: 5px 0;
}
#secondary-page-sign-up-content ul li.list-title:before {
  content: '';
  left: auto;
  position: static;
}
#secondary-page-sign-up-content ul li:before {
  color: #d5df00;
  content: '\f00c';
  font-family: 'FontAwesome';
  left: 0px;
  position: absolute;
}
#secondary-page-sign-up-content .img-pack {
  left: -60px;
  max-width: none;
  position: absolute;
  top: -130px;
}
#secondary-page-everybody-loves-content {
  height: 500px;
  overflow: visible;
}
#secondary-page-everybody-loves-content h2 {
  color: #555555;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.2em;
  padding: 32px 0 30px;
}
#secondary-page-everybody-loves-content .card {
  padding-right: 30px;
  text-align: center;
}
#secondary-page-everybody-loves-content .card .img-container {
  padding: 0 20px;
}
#secondary-page-everybody-loves-content .card p.title {
  font-weight: 800;
  padding-top: 20px;
}
#secondary-page-magic-moments {
  overflow: visible;
  padding-bottom: 2em;
}
#secondary-page-magic-moments h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.2em;
  padding: 32px 0 30px;
}
#secondary-page-magic-moments .card {
  padding-right: 30px;
}
#secondary-page-magic-moments .card .img-container {
  background-color: #ffffff;
  padding: 10px;
  position: relative;
}
#secondary-page-magic-moments .card .img-container .fa-instagram {
  bottom: 20px;
  color: #ffffff;
  left: 10px;
  font-size: 2em;
  margin: 0;
  position: absolute;
}
#secondary-page-magic-moments .card .img-container .fa-instagram:before {
  background-color: rgba(0, 177, 73, 0.7);
  padding: 10px;
}
#secondary-page-magic-moments p {
  color: #ffffff;
  padding-top: 2em;
}
#secondary-page-sport-for-all {
  height: 400px;
  overflow: visible;
}
#secondary-page-sport-for-all h2 {
  color: #555555;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.2em;
  padding: 32px 0 30px;
}
#secondary-page-sport-for-all .card {
  padding: 0 20px;
  text-align: center;
}
#secondary-page-sport-for-all .card .img-container {
  background-color: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 120px;
  margin: 0 auto 20px;
  padding: 20px 0;
  width: 120px;
}
#secondary-page-sport-for-all .card .img-container .fa-trophy {
  color: #ffffff;
  display: inline-block;
  font-size: 80px;
  margin: 0;
  overflow: visible;
  padding: 0 5px;
  text-shadow: -1px -1px 0 #66cc66, 1px -1px 0 #66cc66, -1px 1px 0 #66cc66, 1px 1px 0 #66cc66;
}
#secondary-page-sport-for-all .card p {
  line-height: 2em;
  padding: 0 40px;
}
#secondary-page-sport-for-all .card p.title {
  font-weight: 800;
  line-height: 1.4em;
  padding: 0;
}
#secondary-page-where-to-play-content {
  height: 425px;
  overflow: visible;
}
#secondary-page-where-to-play-content div {
  overflow: visible;
}
#secondary-page-where-to-play-content h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.2em;
  padding: 32px 0 30px;
}
#secondary-page-where-to-play-content p {
  color: #ffffff;
  font-weight: 100;
  line-height: 2em;
  margin-bottom: 40px;
  position: relative;
}
#secondary-page-where-to-play-content .inner-container {
  overflow: visible;
  width: 310px;
}
#secondary-page-where-to-play-content .inner-container input[type="text"] {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #373737;
  font-weight: 800;
  padding: 11.5px 15px;
  width: 360px;
}
#secondary-page-where-to-play-content .inner-container .search-btn {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  font-size: 15px;
  font-weight: 800;
  padding: 7px 20px;
  position: absolute;
  right: -45px;
  top: 5.5px;
}
#secondary-page-where-to-play-content .inner-container .search-btn.in2cricket {
  color: #ffffff;
  background-color: #ff8400;
}
#secondary-page-where-to-play-content .inner-container .search-btn.in2cricket:active,
#secondary-page-where-to-play-content .inner-container .search-btn.in2cricket:focus,
#secondary-page-where-to-play-content .inner-container .search-btn.in2cricket:hover {
  background-color: #ffab08;
}
#secondary-page-where-to-play-content .inner-container .search-btn.t20-blast {
  background-color: #d5df00;
  color: #000000;
}
#secondary-page-where-to-play-content .inner-container .search-btn.t20-blast:active,
#secondary-page-where-to-play-content .inner-container .search-btn.t20-blast:focus,
#secondary-page-where-to-play-content .inner-container .search-btn.t20-blast:hover {
  background-color: #f4ff0f;
}
#secondary-page-where-to-play-content .rhs {
  position: absolute;
}
#secondary-page-where-to-play-content .rhs.in2cricket {
  top: -10px;
  right: 0;
}
#secondary-page-where-to-play-content .rhs.t20-blast {
  top: 40px;
  right: 0;
}
#secondary-page-other-programs-content h2 {
  color: #555555;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.2em;
  padding: 32px 0 40px;
}
#secondary-page-other-programs-content div {
  overflow: visible;
}
#secondary-page-other-programs-content .card {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 20px;
  font-weight: 300;
  margin: 40px 1px;
  padding: 110px 25px 50px;
  position: relative;
}
#secondary-page-other-programs-content .card span {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 39px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#secondary-page-other-programs-content .card span.in2cricket {
  background-color: #00ab47;
}
#secondary-page-other-programs-content .card span.t20blast {
  background-color: #6d6d6d;
}
#secondary-page-other-programs-content .card span.indoor {
  background-color: #281f8a;
}
#secondary-page-other-programs-content .card .image-container {
  left: 50%;
  position: absolute;
  top: -43px;
  z-index: 1;
}
#secondary-page-other-programs-content .card .image-container.in2cricket {
  margin-left: -46px;
  width: 93px;
}
#secondary-page-other-programs-content .card .image-container.in2cricket img {
  width: 93px;
}
#secondary-page-other-programs-content .card .image-container.t20blast {
  margin-left: -107px;
  top: -47px;
  width: 213px;
}
#secondary-page-other-programs-content .card .image-container.t20blast img {
  width: 213px;
}
#secondary-page-other-programs-content .card .image-container.indoor {
  margin-left: -52px;
  width: 104px;
}
#secondary-page-other-programs-content .card .image-container.indoor img {
  width: 104px;
}
#secondary-page-other-programs-content .card p {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
}
#secondary-page-other-programs-content .card .cta-btns {
  padding: 25px 0 0;
  text-align: center;
}
#secondary-page-other-programs-content .card .cta-btns .btn {
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 9.5px 10px;
  width: 49%;
}
#secondary-page-other-programs-content .card .cta-btns .btn.green {
  background-color: #00ab47;
}
#secondary-page-other-programs-content .card .cta-btns .btn.green:hover {
  background-color: #0b5128;
}
#secondary-page-other-programs-content .card .cta-btns .btn.grey {
  background-color: #6d6d6d;
}
#secondary-page-other-programs-content .card .cta-btns .btn.grey:hover {
  background-color: #414141;
}
#secondary-page-other-programs-content .card .cta-btns .btn.indigo {
  background-color: #281f8a;
}
#secondary-page-other-programs-content .card .cta-btns .btn.indigo:hover {
  background-color: #070051;
}
#secondary-page-other-programs-content .card .cta-btns .btn:nth-of-type(1) {
  margin-right: 4px;
}
#secondary-page-other-programs-content .card .cta-btns.elite .grey-btn {
  width: 100%;
}
#secondary-page-content {
  background-color: #f2f0eb;
  overflow: visible;
}
#secondary-page-content .container {
  overflow: visible;
}
#secondary-page-content .row {
  overflow: visible;
}
#secondary-page-content .row .col-lg-7.col-md-7.col-sm-12.col-xs-12,
#secondary-page-content .row .col-lg-3.col-md-3.hidden-sm.hidden-xs {
  overflow: visible;
}
#secondary-page-content a {
  color: #49a41c;
  text-decoration: underline;
}
#secondary-page-content a:hover {
  text-decoration: none;
}
#secondary-page-content a.green-btn {
  color: #ffffff;
  text-decoration: none;
}
#secondary-page-content a.green-btn:hover {
  border: 1px solid #00511a;
  color: #00511a;
}
#secondary-page-content a.light-green-btn {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #00511a;
  font-weight: 600;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
#secondary-page-content a.light-green-btn:active,
#secondary-page-content a.light-green-btn:focus,
#secondary-page-content a.light-green-btn:hover {
  background-color: #00511a;
  color: #b6d01f;
}
#secondary-page-content .video-container {
  height: 0;
  margin: 2em 0;
  padding-bottom: 56.25%;
  position: relative;
}
#secondary-page-content .BrightcoveExperience {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#secondary-page-content h2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 2.1em;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
#secondary-page-content p {
  font-weight: 300;
  line-height: 2.1em;
  margin: 0 0 20px;
}
#secondary-page-content p.intro {
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
}
#secondary-page-content p.pull-quote {
  font-weight: 500;
}
#secondary-page-content ul {
  font-weight: 300;
  line-height: 2.1em;
  margin-left: 2.5em;
}
#secondary-page-content #page-content {
  overflow: visible;
  padding: 26px 0 0;
}
.secondary-page-panel {
  border-bottom: 1px solid #959595;
  overflow: visible;
  position: relative;
  text-align: center;
}
.secondary-page-panel.light-grey {
  background-color: #e2e2e2;
}
.secondary-page-panel.mid-light-grey {
  background-color: #cccccc;
}
#secondary-check-out-content {
  border-bottom: 1px solid #333333;
  text-align: left;
}
#secondary-check-out-content h2 {
  font-weight: 500;
  margin: 1em 0;
}
#secondary-check-out-content .check-out-container {
  padding-right: 20px;
}
#secondary-check-out-content ul {
  list-style-type: none;
}
#secondary-check-out-content ul li {
  line-height: 1.8em;
  margin-left: 1.5em;
}
#secondary-check-out-content ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  margin-left: -1.5em;
  padding-right: 0.5em;
}
#secondary-check-out-content .pop-circle {
  background-color: #959595;
  border-radius: 100px;
  color: #ffffff;
  padding: 38.5px 20px;
  position: relative;
  text-align: center;
  top: 70px;
  width: 140px;
}
#secondary-check-out-content .img-align {
  margin-bottom: -100px;
  position: relative;
  top: -120px;
}
#secondary-check-out-content .img-align img {
  margin: 0 auto;
}
#secondary-cricket-sport-for-all-content {
  border-bottom: 1px solid #333333;
  padding-bottom: 3em;
  text-align: left;
}
#secondary-cricket-sport-for-all-content h2 {
  font-weight: 500;
  margin: 1em 0;
}
#secondary-cricket-sport-for-all-content .fa-users {
  display: block;
  font-size: 40px;
  padding-top: 0.5em;
  text-align: center;
}
#secondary-cricket-sport-for-all-content p {
  padding-right: 3em;
}
#secondary-cricket-sport-for-all-content a {
  color: #009900;
}
#secondary-cricket-sport-for-all-content a:active,
#secondary-cricket-sport-for-all-content a:focus,
#secondary-cricket-sport-for-all-content a:hover {
  text-decoration: underline;
}
#secondary-cricket-sport-for-all-content .row > .col-lg-11.col-md-11.col-sm-12.col-xs.12 > .row:nth-child(2) {
  padding-top: 1em;
}
#secondary-cricket-sport-for-all-content .sponsor-block {
  text-align: right;
}
#secondary-cricket-sport-for-all-content .sponsor-block p {
  float: right;
  padding-right: 2em;
  text-align: left;
}
#secondary-cricket-sport-for-all-content .sponsor-block img {
  float: right;
  width: 50px;
}
#secondary-where-can-i-play-content {
  border-bottom: 1px solid #333333;
  text-align: left;
}
#secondary-where-can-i-play-content h2 {
  font-weight: 500;
  margin: 1em 0;
}
#secondary-where-can-i-play-content p {
  font-size: 24px;
  margin-top: 1em;
}
#secondary-where-can-i-play-content .input-group {
  margin: 6.5em 15em 0;
}
#secondary-where-can-i-play-content .input-group input[type="text"] {
  font-size: 18px;
  height: 50px;
}
#secondary-where-can-i-play-content .visible {
  overflow: visible;
}
#secondary-where-can-i-play-content .visible div {
  overflow: visible;
}
#secondary-where-can-i-play-content .visible div .aust-img {
  height: 200px;
  position: relative;
}
#secondary-where-can-i-play-content .visible div .aust-img img {
  opacity: 0.1;
  position: absolute;
  right: 180px;
  top: -230px;
}
#secondary-entry-level-programs-content {
  border-bottom: 1px solid #333333;
  padding: 2em 0 4em;
  text-align: left;
}
#secondary-entry-level-programs-content h2 {
  font-weight: 500;
  margin: 0 0 1em;
}
#secondary-entry-level-programs-content div {
  overflow: visible;
}
#secondary-entry-level-programs-content .info-card {
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  height: 200px;
  margin: 5em 0.2em 0;
  overflow: visible;
  padding: 0 2em;
  text-align: center;
}
#secondary-entry-level-programs-content .info-card .t20blast {
  position: relative;
  top: -65px;
  width: 250px;
}
#secondary-entry-level-programs-content .info-card .indoor {
  position: relative;
  top: -55px;
  width: 120px;
}
#secondary-entry-level-programs-content .info-card p:nth-of-type(1) {
  margin-top: -2.5em;
}
#secondary-entry-level-programs-content .info-card p a {
  background-color: #373737;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  bottom: -20px;
  color: #ffffff;
  font-weight: 600;
  left: 50%;
  padding: 10px 30px;
  position: absolute;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media (max-width: 1199px) {
  #secondary-page-header .inner-container.in2cricket p.text {
    width: 390px;
  }
  #secondary-page-header .inner-container.t20-blast p.text {
    width: 400px;
  }
  #secondary-page-header .in2cricket-bg-image {
    left: 39%;
  }
  #secondary-where-can-i-play-content .input-group {
    margin: 6.5em 10em 0 12em;
  }
  #secondary-where-can-i-play-content .visible div .aust-img img {
    right: 90px;
    top: -250px;
  }
  #secondary-entry-level-programs-content .info-card {
    height: 250px;
  }
  #secondary-entry-level-programs-content .info-card p a {
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  #secondary-page-header {
    overflow: hidden;
  }
  #secondary-page-header .page-title {
    bottom: 170px;
  }
  #secondary-page-header hr {
    display: none;
  }
  #secondary-page-header h1,
  #secondary-page-header p.h1 {
    font-size: 51px;
  }
  #secondary-page-header div {
    overflow: visible;
  }
  #secondary-page-header p a {
    display: none;
  }
  #secondary-page-header .in2cricket-bg-image {
    left: 50%;
  }
  #secondary-page-header .t20-bg-image {
    left: 60%;
    top: -40px;
  }
  #secondary-page-secondary-nav-mobile {
    display: block;
  }
  #secondary-page-what-is-content .img-container {
    right: -10px;
  }
  #secondary-page-sign-up-content {
    height: auto;
  }
  #secondary-page-sign-up-content .img-pack {
    left: -150px;
  }
  #secondary-page-sign-up-content p .cta-btn {
    margin-bottom: 20px;
    text-align: left;
  }
  #secondary-page-magic-moments {
    height: auto;
    padding-bottom: 3em;
  }
  #secondary-page-sport-for-all .card p {
    padding: 0 10px;
  }
  #secondary-page-where-to-play-content .rhs.in2cricket {
    top: 70px;
    width: 300px;
  }
  #secondary-page-other-programs-content .row .col-lg-4.col-md-4.col-sm-12.col-xs-12:last-child .card {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #secondary-page-header h1 {
    font-size: 40px;
    margin-left: 2px;
  }
}
@media (max-width: 767px) {
  #secondary-page-header {
    height: 480px;
  }
  #secondary-page-header .container {
    width: 100%;
  }
  #secondary-page-header .page-title {
    display: none;
  }
  #secondary-page-header hr {
    display: none;
  }
  #secondary-page-header .inner-container {
    bottom: 0;
    padding: 0 16px 8px;
    z-index: 1;
  }
  #secondary-page-header .inner-container.in2cricket {
    background-color: rgba(0, 177, 73, 0.9);
    width: 100%;
  }
  #secondary-page-header .inner-container.t20-blast {
    background-color: rgba(87, 87, 87, 0.9);
    width: 100%;
  }
  #secondary-page-header .inner-container hr {
    display: none;
  }
  #secondary-page-header .inner-container p {
    display: block;
    text-align: center;
  }
  #secondary-page-header .inner-container p.h1 {
    display: block;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -3px;
    margin: 6px 0 10px;
  }
  #secondary-page-header .inner-container p.text {
    font-size: 16px;
    padding: 0;
    width: 100% !important;
  }
  #secondary-page-header .inner-container p a.cta-btn {
    display: block;
    margin-top: 10px;
    padding: 7.5px 0 6.5px 25px;
    text-align: left;
  }
  #secondary-page-header .inner-container p a.cta-btn span {
    font-size: 1.5em;
    font-weight: 800;
    position: absolute;
    right: 25px;
    top: 7px;
  }
  #secondary-page-header .inner-container p a.cta-btn.in2cricket {
    background-color: #ff8400;
  }
  #secondary-page-header .inner-container p a.cta-btn.in2cricket:active,
  #secondary-page-header .inner-container p a.cta-btn.in2cricket:focus,
  #secondary-page-header .inner-container p a.cta-btn.in2cricket:hover {
    background-color: #ffab08;
  }
  #secondary-page-header .inner-container p a.cta-btn.t20-blast span {
    color: #000000;
  }
  #secondary-page-header .in2cricket-bg-image {
    left: 15%;
    top: -50px;
    width: 380px;
  }
  #secondary-page-header .t20-bg-image {
    left: 50%;
    margin-left: -320px;
    top: -22px;
    width: 640px;
  }
  #secondary-page-what-is-content,
  #secondary-page-sign-up-content,
  #secondary-page-everybody-loves-content,
  #secondary-page-magic-moments,
  #secondary-page-sport-for-all,
  #secondary-page-where-to-play-content,
  #secondary-page-other-programs-content {
    height: auto;
    padding: 0 16px;
  }
  #secondary-page-what-is-content h2,
  #secondary-page-sign-up-content h2,
  #secondary-page-everybody-loves-content h2,
  #secondary-page-magic-moments h2,
  #secondary-page-sport-for-all h2,
  #secondary-page-where-to-play-content h2,
  #secondary-page-other-programs-content h2 {
    letter-spacing: -2px;
    line-height: 1.3em;
  }
  #secondary-page-what-is-content {
    padding: 0 16px 2em;
  }
  #secondary-page-what-is-content h2 {
    text-align: center;
  }
  #secondary-page-what-is-content .inner-container p.title {
    word-break: break-all;
  }
  #secondary-page-what-is-content .inner-container div {
    height: 40px;
    position: relative;
  }
  #secondary-page-what-is-content .inner-container div p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  #secondary-page-what-is-content .img-container {
    display: none;
  }
  #secondary-page-sign-up-content {
    height: 520px;
    overflow: hidden;
    text-align: center;
  }
  #secondary-page-sign-up-content h2 {
    position: relative;
    z-index: 1;
  }
  #secondary-page-sign-up-content ul {
    position: relative;
    z-index: 1;
  }
  #secondary-page-sign-up-content ul li {
    text-align: left;
  }
  #secondary-page-sign-up-content .img-pack {
    left: auto;
    right: -70px;
    top: -240px;
    width: 370px;
    z-index: 0;
  }
  #secondary-page-sign-up-content p {
    position: relative;
    z-index: 1;
  }
  #secondary-page-sign-up-content p .cta-btn {
    bottom: -176px;
    left: 0;
    margin-bottom: 6px;
    padding: 17px 20px;
    position: absolute;
    width: 100%;
  }
  #secondary-page-everybody-loves-content {
    text-align: center;
  }
  #secondary-page-everybody-loves-content .card {
    padding-bottom: 2em;
    padding-right: 0;
  }
  #secondary-page-everybody-loves-content .card .img-container img {
    margin: 0 auto;
  }
  #secondary-page-magic-moments {
    text-align: center;
  }
  #secondary-page-magic-moments .card {
    margin: 0 auto;
    padding: 0 0 2em;
    width: 400px;
  }
  #secondary-page-magic-moments p {
    padding-bottom: 2em;
    padding-top: 0;
  }
  #secondary-page-sport-for-all {
    text-align: center;
  }
  #secondary-page-sport-for-all .card {
    padding: 0 20px 2em;
  }
  #secondary-page-where-to-play-content {
    text-align: center;
  }
  #secondary-page-where-to-play-content .inner-container {
    width: 100%;
  }
  #secondary-page-where-to-play-content .inner-container input[type=text] {
    width: 100%;
  }
  #secondary-page-where-to-play-content .inner-container .search-btn {
    right: 5px;
  }
  #secondary-page-where-to-play-content .rhs.in2cricket,
  #secondary-page-where-to-play-content .rhs.t20-blast {
    display: none;
  }
  #secondary-page-other-programs-content {
    padding-bottom: 24px;
  }
  #secondary-page-other-programs-content div {
    overflow: visible;
  }
  #secondary-page-other-programs-content h2 {
    padding-bottom: 80px;
    text-align: center;
  }
  #secondary-page-other-programs-content .card {
    padding: 80px 25px 20px;
  }
  #secondary-page-other-programs-content .card .cta-btns {
    padding: 10px 0 0;
  }
  #secondary-page-other-programs-content .card .cta-btns .btn {
    display: block;
    margin: 5px auto !important;
    width: 13em;
  }
}
@media (max-width: 480px) {
  #secondary-page-sign-up-content p .cta-btn {
    bottom: -137px;
  }
  #secondary-page-magic-moments .card {
    padding: 0 1em 2em;
    width: auto;
  }
}
#tertiary-navigation {
  background-color: #f2f0eb;
  padding-bottom: 3em;
}
#tertiary-navigation h2 {
  font-size: 15px;
  font-weight: 800;
  line-height: 2.1em;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
#tertiary-navigation ul {
  border-bottom: 1px solid #dddddd;
}
#tertiary-navigation ul li {
  border-top: 1px solid #dddddd;
  padding: 10px 0;
}
#tertiary-navigation ul li a {
  color: #49a41c;
}
#tertiary-navigation ul li a .fa {
  font-size: 1.2em;
  margin-right: 0.4em;
}
#tertiary-navigation.t20-blast ul li a {
  color: #919800;
}
@media (max-width: 768px) {
  #tertiary-navigation {
    padding: 0 16px 3em;
  }
}
#standard-page-header {
  height: 207px;
}
#standard-page-header .container {
  height: inherit;
}
#standard-page-header .container .row {
  height: inherit;
}
#standard-page-header .container .row .col-lg-11.col-md-11.col-sm-12.col-xs-12 {
  height: inherit;
}
#standard-page-header h1 {
  bottom: 23px;
  color: #ffffff;
  font-size: 65px;
  font-weight: 800;
  position: absolute;
}
#standard-page-header h1 span {
  font-size: 0.4em;
}
#standard-page-content {
  background-color: #f2f0eb;
}
#standard-page-content h2 {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 2em;
  margin: 50px 0 1.2em;
}
#standard-page-content h3 {
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  margin: 25px 0 0.5em;
}
#standard-page-content p {
  font-weight: 300;
  line-height: 2em;
  margin: 0 0 20px;
}
#standard-page-content p.intro {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8em;
  margin-top: 50px;
}
#standard-page-content p.intro + hr {
  border-top: 1px solid #e2e2e2;
  width: 80%;
}
#standard-page-content ul {
  padding-left: 2.25em;
}
#standard-page-content ul li {
  font-weight: 300;
  line-height: 2em;
}
#standard-page-content a {
  color: #49a41c;
  text-decoration: underline;
}
#standard-page-content a:active,
#standard-page-content a:focus,
#standard-page-content a:hover {
  text-decoration: none;
}
#standard-page-content table thead tr td {
  font-weight: 800;
}
#standard-page-content.t20-blast a {
  color: #919800;
}
@media (max-width: 768px) {
  #standard-page-header,
  #standard-page-content {
    padding: 0 16px;
  }
  #standard-page-header h1 {
    font-size: 32px;
    font-weight: 800;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  #standard-page-header h1 span {
    display: none;
  }
  #standard-page-content p.intro {
    text-align: center;
  }
}
@media (max-width: 480px) {
  #standard-page-header {
    height: 116px;
  }
  #standard-page-header h1 {
    font-size: 24px;
  }
  #standard-page-content h2 {
    font-size: 16px;
  }
  #standard-page-content li,
  #standard-page-content p,
  #standard-page-content p.intro {
    font-size: 16px;
  }
}
#tertiary-page-header {
  height: 207px;
  overflow: visible;
}
#tertiary-page-header div {
  overflow: visible;
}
#tertiary-page-header .container {
  height: inherit;
}
#tertiary-page-header .container .row {
  height: inherit;
}
#tertiary-page-header .container .row .col-lg-11.col-md-11.col-sm-12.col-xs-12 {
  height: inherit;
}
#tertiary-page-header .inner-container {
  bottom: 20px;
  overflow: visible;
  position: absolute;
  z-index: 1;
}
#tertiary-page-header p.h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -3px;
  margin: 0;
}
#tertiary-page-header p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 100;
  margin: 0;
}
#tertiary-page-header .t20-blast {
  left: 80%;
  position: absolute;
  top: -104px;
  width: 580px;
  z-index: -1;
}
#tertiary-page-title {
  background-color: #f2f0eb;
  overflow: visible;
}
#tertiary-page-title h1 {
  border-bottom: 1px solid #e2e2e2;
  color: #333333;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.7em;
  margin-bottom: 20px;
  padding: 44px 0 20px;
}
@media (max-width: 991px) {
  #tertiary-page-header .inner-container {
    bottom: -87px;
    position: relative;
    text-align: center;
  }
  #tertiary-page-header .t20-blast {
    display: none;
  }
}
@media (max-width: 767px) {
  #tertiary-page-header p.h1 {
    font-size: 40px;
  }
  #tertiary-page-title h1 {
    margin: 0 16px 20px;
  }
}
#elite-pathway-header {
  background-color: #cccccc;
  height: 300px;
  position: relative;
  text-align: center;
  width: 100%;
}
#elite-pathway-header div {
  overflow: visible;
}
#elite-pathway-header .row {
  height: inherit;
}
#elite-pathway-header .row > .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  height: inherit;
}
#elite-pathway-header h1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 100;
  margin-top: 83px;
}
#elite-pathway-header p {
  color: #ffffff;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -3px;
  margin-top: -7px;
}
#elite-pathway-content {
  overflow: visible;
  padding-bottom: 5em;
}
#elite-pathway-content div {
  overflow: visible;
}
#elite-pathway-content #hero-profile-img-container {
  margin-top: -100px;
  text-align: center;
}
#elite-pathway-content #hero-profile-img-container img {
  height: 174px;
  width: 153px;
}
#elite-pathway-content .row {
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
#elite-pathway-content .row-adjust {
  margin-top: -5px;
}
#elite-pathway-content .row-adjust [class*="col-"] {
  margin-top: -5px;
}
#elite-pathway-content .row-adjust-md {
  margin-top: 0;
}
#elite-pathway-content .row-adjust-md [class*=col-] {
  margin-top: 0;
}
#elite-pathway-content .col-full-height {
  display: table-cell;
  float: none !important;
  height: 100%;
  vertical-align: middle;
}
#elite-pathway-content .col-full-height:before {
  content: '';
  display: block;
  position: relative;
}
#elite-pathway-content .timeline-circle-marker {
  background-color: #ffffff;
  border: 2px solid #878787;
  border-radius: 50%;
  height: 17px;
  position: absolute;
  top: 80px;
  width: 17px;
  z-index: 1;
}
#elite-pathway-content .timeline-circle-marker.left {
  left: -8.5px;
}
#elite-pathway-content .timeline-circle-marker.right {
  right: -8.5px;
}
#elite-pathway-content .timeline-circle-marker.top-adjust {
  top: -220px;
}
#elite-pathway-content .timeline-circle-marker.large-top-adjust {
  top: -250px;
}
#elite-pathway-content .fa-trophy {
  color: #ffd700;
  display: inline-block;
  font-size: 34px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  text-shadow: -1px -1px 0 #878787, 1px -1px 0 #878787, -1px 1px 0 #878787, 1px 1px 0 #878787;
  z-index: 1;
}
#elite-pathway-content .fa-trophy.left {
  left: -21px;
}
#elite-pathway-content .fa-trophy.right {
  right: -21px;
}
#elite-pathway-content .fa-trophy.large-top-adjust {
  top: -260px;
}
#elite-pathway-content .fa-trophy.small-top-adjust {
  top: -60px;
}
#elite-pathway-content .fa-trophy.tiny-top-adjust {
  top: -10px;
}
#elite-pathway-content .timeline-intro-bubble {
  background-color: #ffffff;
  border: 1px solid #878787;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  max-width: 550px;
  margin: 0 auto;
  padding: 10px 40px;
}
#elite-pathway-content .timeline-intro-bubble p {
  line-height: 1.8em;
  text-align: center;
}
#elite-pathway-content .timeline-intro-bubble p.title {
  font-weight: 800;
}
#elite-pathway-content .bubble-container {
  margin: 0 auto;
  width: 100%;
}
#elite-pathway-content .bubble-container.left {
  border-right: 2px solid #878787;
  margin-right: -1px;
}
#elite-pathway-content .bubble-container.right {
  border-left: 2px solid #878787;
  margin-left: -1px;
}
#elite-pathway-content .bubble-container.top-adjust {
  margin-top: -300px;
}
#elite-pathway-content .bubble-container.tiny-top-adjust {
  margin-top: -50px;
}
#elite-pathway-content .bubble-container.small-top-adjust {
  margin-top: -100px;
}
#elite-pathway-content .bubble-container.large-top-adjust {
  margin-top: -300px;
}
#elite-pathway-content .timeline-bubble {
  background-color: #ffffff;
  border: 1px solid #878787;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  margin: 0 auto;
  max-width: 400px;
  padding: 20px 15px;
  position: relative;
  z-index: 1;
}
#elite-pathway-content .timeline-bubble.right:after,
#elite-pathway-content .timeline-bubble.right:before {
  border-bottom: 0;
  border-color: transparent;
  border-style: solid;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
#elite-pathway-content .timeline-bubble.right:after {
  border-right-color: #ffffff;
  border-width: 16px;
  bottom: -22px;
  left: -34px;
  margin-left: 2px;
  top: 71px;
}
#elite-pathway-content .timeline-bubble.right:before {
  border-right-color: #959595;
  border-width: 17px;
  bottom: -23px;
  left: -34px;
  top: 70px;
}
#elite-pathway-content .timeline-bubble.right.small-top-adjust:after {
  top: 41px;
}
#elite-pathway-content .timeline-bubble.right.small-top-adjust:before {
  top: 40px;
}
#elite-pathway-content .timeline-bubble.left:after,
#elite-pathway-content .timeline-bubble.left:before {
  border-bottom: 0;
  border-color: transparent;
  border-style: solid;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
#elite-pathway-content .timeline-bubble.left:after {
  border-left-color: #ffffff;
  border-width: 16px;
  bottom: -22px;
  margin-right: 2px;
  right: -34px;
  top: 71px;
}
#elite-pathway-content .timeline-bubble.left:before {
  border-left-color: #959595;
  border-width: 17px;
  bottom: -23px;
  right: -34px;
  top: 70px;
}
#elite-pathway-content .timeline-bubble.left.small-top-adjust:after {
  top: 41px;
}
#elite-pathway-content .timeline-bubble.left.small-top-adjust:before {
  top: 40px;
}
#elite-pathway-content .timeline-bubble.center-align p {
  padding: 0 50px;
  text-align: center;
}
#elite-pathway-content .timeline-bubble .img-container {
  position: relative;
}
#elite-pathway-content .timeline-bubble .img-container span {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  height: 40px;
  padding: 7px 10px 0;
  position: absolute;
  width: 100%;
}
#elite-pathway-content .timeline-bubble p {
  line-height: 1.8em;
  padding: 0 10px;
  text-align: left;
}
#elite-pathway-content .timeline-bubble p.title {
  font-size: 20px;
  font-weight: 800;
  padding-top: 5px;
}
#elite-pathway-content .timeline-bubble p.sub-title {
  font-size: 20px;
  padding-top: 5px;
}
#elite-pathway-content .timeline-bubble p.sign-off {
  padding-top: 10px;
}
#elite-pathway-content .left-col {
  border-right: 1px solid #878787;
  min-height: 50px;
}
#elite-pathway-content .right-col {
  border-left: 1px solid #878787;
  min-height: 50px;
}
@media (max-width: 1199px) {
  #elite-pathway-content .row-adjust-md {
    margin-top: -5px;
  }
  #elite-pathway-content .row-adjust-md [class*=col-] {
    margin-top: -5px;
  }
}
@media (max-width: 991px) {
  #elite-pathway-content .row-adjust-md {
    margin-top: 0;
  }
  #elite-pathway-content .row-adjust-md [class*=col-] {
    margin-top: 0;
  }
  #elite-pathway-content .timeline-bubble {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  #elite-pathway-header p {
    font-size: 40px;
    line-height: 1.2em;
  }
  #elite-pathway-content .row-adjust {
    margin-top: 0;
  }
  #elite-pathway-content .row-adjust [class*=col-] {
    margin-top: 0;
  }
  #elite-pathway-content .bubble-container.left,
  #elite-pathway-content .bubble-container.right {
    border: none;
  }
  #elite-pathway-content .bubble-container.large-top-adjust,
  #elite-pathway-content .bubble-container.small-top-adjust,
  #elite-pathway-content .bubble-container.tiny-top-adjust,
  #elite-pathway-content .bubble-container.top-adjust {
    margin-top: 0;
  }
  #elite-pathway-content .timeline-bubble {
    margin: 0 16px;
    max-width: none;
  }
  #elite-pathway-content .timeline-bubble.left:after,
  #elite-pathway-content .timeline-bubble.left:before,
  #elite-pathway-content .timeline-bubble.right:after,
  #elite-pathway-content .timeline-bubble.right:before {
    content: normal;
  }
  #elite-pathway-content .timeline-bubble .img-container span {
    text-align: center;
  }
  #elite-pathway-content .timeline-bubble p {
    text-align: center;
  }
}
#ancilliary-page-introduction {
  background-color: #cccccc;
  height: 300px;
  position: relative;
  text-align: center;
  width: 100%;
}
#ancilliary-page-introduction div {
  overflow: visible;
}
#ancilliary-page-introduction .row {
  height: inherit;
}
#ancilliary-page-introduction .row > .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  height: inherit;
}
#ancilliary-page-introduction #google-map-banner {
  height: 400px;
  position: absolute !important;
  top: 0;
  width: 100%;
}
#ancilliary-page-introduction #google-map-banner .gm-style > div:nth-of-type(2) {
  bottom: auto !important;
  top: 25px;
}
#ancilliary-page-introduction #google-map-banner .gm-style > div:nth-of-type(3) {
  bottom: auto !important;
  top: 25px;
}
#ancilliary-page-introduction #google-map-banner .gm-style > div:nth-of-type(6) {
  bottom: auto !important;
  top: 25px;
}
#ancilliary-page-introduction #google-map-banner .gm-style > div:nth-of-type(7) {
  bottom: auto !important;
  top: 25px;
}
#ancilliary-page-introduction h1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 100;
  margin-top: 83px;
}
#ancilliary-page-introduction p {
  color: #ffffff;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -3px;
  margin-top: -7px;
}
#ancilliary-page-introduction .cta-btn {
  position: absolute;
  text-align: left;
  top: 70px;
  z-index: 2;
}
#ancilliary-page-introduction .back-to-finder-btn {
  background-color: #00b149;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-weight: 800;
  left: 0;
  line-height: 2em;
  padding: 5px 20px 5px 35px;
  position: relative;
}
#ancilliary-page-introduction .back-to-finder-btn:active,
#ancilliary-page-introduction .back-to-finder-btn:focus,
#ancilliary-page-introduction .back-to-finder-btn:hover {
  background-color: #00c953;
}
#ancilliary-page-introduction .back-to-finder-btn .fa-angle-left {
  font-size: 1.6em;
  font-weight: 800;
  margin-right: 0.4em;
  position: absolute;
  left: 15px;
  top: 7px;
}
#ancilliary-page-introduction .club-pin-location {
  left: 50%;
  position: absolute;
  top: 30px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#ancilliary-page-introduction .club-pin-location.tri-down {
  background-color: #ffffff;
  border: 1px solid #959595;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: visible;
  z-index: 1;
}
#ancilliary-page-introduction .club-pin-location.tri-down:after,
#ancilliary-page-introduction .club-pin-location.tri-down:before {
  border-bottom: 0;
  border-color: transparent;
  border-style: solid;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
#ancilliary-page-introduction .club-pin-location.tri-down:after {
  border-top-color: inherit;
  border-width: 11px;
  bottom: -22px;
  left: 50%;
  margin-left: -11px;
}
#ancilliary-page-introduction .club-pin-location.tri-down:before {
  border-top-color: #959595;
  border-width: 12px;
  bottom: -24px;
  left: 50%;
  margin-left: -12px;
}
#ancilliary-page-introduction .club-pin-location.tri-down span {
  color: #1477a1;
  display: block;
  left: 50%;
  margin: 11px 0 0 -7px;
  position: absolute;
}
#ancilliary-page-introduction .club-pin-location img {
  padding: 8px;
  width: 150px;
}
#ancilliary-page-club-finder {
  background-color: #f2f0eb;
  overflow: visible;
}
#ancilliary-page-club-finder div {
  overflow: visible;
}
#ancilliary-page-club-finder #desktop-bg-scroller-overlay {
  display: none;
}
#ancilliary-page-club-finder #desktop-bg-scroller-overlay.enabled {
  display: block;
  height: 151px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
#ancilliary-page-club-finder #desktop-bg-scroller-overlay.bottom {
  bottom: 243px !important;
  position: absolute !important;
  top: auto !important;
}
#ancilliary-page-club-finder .search-filter-panel {
  position: relative;
}
#ancilliary-page-club-finder .search-filter-panel.enabled {
  position: fixed;
  top: 151px;
  width: 285px;
  z-index: 1000;
}
#ancilliary-page-club-finder .search-filter-panel.bottom {
  bottom: -176px;
  position: absolute;
  top: auto;
}
#ancilliary-page-club-finder .search-filter-panel .panel-group {
  border-top: 1px solid #bbbbbb;
  margin-right: 2px;
  position: relative;
  top: -51px;
}
#ancilliary-page-club-finder .search-filter-panel .filter-box {
  background-color: #ffffff;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-radius: 0;
  border-top: none;
  box-shadow: none;
  margin-top: 0;
}
#ancilliary-page-club-finder .search-filter-panel .filter-box div {
  overflow: hidden;
}
#ancilliary-page-club-finder .search-filter-panel .filter-box .panel-heading {
  background-color: #ffffff;
  border: none;
  padding: 0;
}
#ancilliary-page-club-finder .search-filter-panel .filter-box .panel-heading p {
  font-size: 12px;
  font-weight: 800;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
#ancilliary-page-club-finder .search-filter-panel .filter-box .panel-heading p .fa-angle-up {
  float: right;
  font-size: 14px;
  font-weight: 800;
  position: relative;
  top: 2px;
}
#ancilliary-page-club-finder .search-filter-panel .filter-box .panel-heading a {
  color: #373737;
  display: block;
  padding: 15px;
}
#ancilliary-page-club-finder .search-filter-panel .filter-box .panel-heading a:active,
#ancilliary-page-club-finder .search-filter-panel .filter-box .panel-heading a:focus,
#ancilliary-page-club-finder .search-filter-panel .filter-box .panel-heading a:hover {
  color: #00ab47;
}
#ancilliary-page-club-finder .search-filter-panel .filter-box .panel-heading a.collapsed p .fa-angle-up:before {
  content: '\f107';
}
#ancilliary-page-club-finder .search-filter-panel .filter-box .panel-body {
  border: none;
  padding: 0 16px 20px;
}
#ancilliary-page-club-finder .search-filter-panel .filter-box .panel-body label {
  font-size: 14px;
  font-weight: 200;
}
#ancilliary-page-club-finder .search-filter-panel .filter-box .panel-body input[type="checkbox"] {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
#ancilliary-page-club-finder .search-filter-panel .filter-box .panel-body input[type="checkbox"]:checked + label {
  color: #00ab47;
}
#ancilliary-page-club-finder .search-filter-panel .panel-group .panel:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#ancilliary-page-club-finder .search-filter-panel .panel-group .panel:last-child .panel-heading {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#ancilliary-page-club-finder .search-filter-panel .panel-group .panel:last-child a {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#ancilliary-page-club-finder .search-filter-panel #mobile-filters {
  display: none;
}
#ancilliary-page-club-finder #scroll-fix-header.enabled {
  position: fixed;
  top: 100px;
  width: 853px;
  z-index: 1000;
}
#ancilliary-page-club-finder #scroll-fix-header.enabled:after {
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.25) 0%, rgba(102, 102, 102, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102, 102, 102, 0.25)), color-stop(100%, rgba(102, 102, 102, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.25) 0%, rgba(102, 102, 102, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.25) 0%, rgba(102, 102, 102, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.25) 0%, rgba(102, 102, 102, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0.25) 0%, rgba(102, 102, 102, 0) 100%);
  /* W3C */
  content: '';
  bottom: -10px;
  height: 10px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
#ancilliary-page-club-finder #scroll-fix-header.bottom {
  bottom: 459px !important;
  top: auto !important;
}
#ancilliary-page-club-finder .card-top {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  font-weight: 300;
  margin: 0;
  padding: 50px 0 0;
  position: relative;
  top: -51px;
}
#ancilliary-page-club-finder .card-top span {
  background-color: #00ab47;
  border: 1px solid #bbbbbb;
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  height: 51px;
  left: -1px;
  padding: 13px 15px 0;
  position: absolute;
  right: -1px;
  top: -1px;
}
#ancilliary-page-club-finder .card-top .toggle-switch {
  background-color: #00511a;
  border: 2px solid #00511a;
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  height: 39px;
  position: absolute;
  right: 20px;
  top: 5px;
  width: 126px;
}
#ancilliary-page-club-finder .card-top .toggle-switch span {
  background-color: transparent;
  border: none;
  display: inline;
  font-size: 12px;
  height: auto;
  left: auto;
  position: relative;
  right: auto;
  text-transform: uppercase;
  top: 9px;
  transition: all 0.3s;
  z-index: 1;
}
#ancilliary-page-club-finder .card-top .toggle-switch span.toggle {
  background-color: #00ab47;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  height: 35px;
  position: absolute;
  top: 0;
  width: 59px;
  z-index: 0;
}
#ancilliary-page-club-finder .card-top .toggle-switch span:first-child {
  padding: 10.5px 16.5px;
}
#ancilliary-page-club-finder .card-top .toggle-switch span:nth-child(2) {
  padding: 10.5px 12.5px 10.5px 18.5px;
}
#ancilliary-page-club-finder .card-top .toggle-switch.list span.toggle {
  left: 0;
}
#ancilliary-page-club-finder .card-top .toggle-switch.map span.toggle {
  left: 59.5px;
}
#ancilliary-page-club-finder .card-top .search-filter-control {
  padding: 22px 5px;
  position: relative;
}
#ancilliary-page-club-finder .card-top .search-filter-control span {
  background-color: inherit;
  border: none;
  color: #373737;
  font-weight: 300;
  height: auto;
  left: auto;
  padding: 0;
  right: auto;
  top: auto;
  width: 100%;
}
#ancilliary-page-club-finder .card-top .search-filter-control input[type="text"] {
  border: 1px solid #bbbbbb;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #373737;
  font-weight: 800;
  padding: 11.5px 15px;
  width: 100%;
}
#ancilliary-page-club-finder .card-top .search-filter-control .search-btn .fa-search {
  background-color: #00ab47;
  border: none;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  height: auto;
  left: auto;
  margin: 0;
  padding: 10.5px 11.5px 12.5px;
  position: absolute;
  right: 11px;
  top: 28px;
  width: auto;
}
#ancilliary-page-club-finder .card-top .search-filter-content-header {
  background-color: #f0f0f0;
  padding: 9px 0 0;
}
#ancilliary-page-club-finder .card-top .search-filter-content-header .header-row:after,
#ancilliary-page-club-finder .card-top .search-filter-content-header .header-row:before {
  content: ' ';
  display: table;
}
#ancilliary-page-club-finder .card-top .search-filter-content-header .header-row:after {
  clear: both;
}
#ancilliary-page-club-finder .card-top .search-filter-content-header .filler-col {
  float: left;
  width: 40%;
}
#ancilliary-page-club-finder .card-top .search-filter-content-header .shield-col {
  float: left;
  width: 10%;
}
#ancilliary-page-club-finder .card-top .search-filter-content-header .shield-col.jnr-snr-shields {
  padding: 7px 18px 0;
}
#ancilliary-page-club-finder .col-lg-3.col-md-3.col-sm-12.col-xs-12 .card-top {
  margin-right: 2px;
}
#ancilliary-page-club-finder .col-lg-9.col-md-9.col-sm-12.col-xs-12 .card-top {
  margin-left: 2px;
}
#ancilliary-page-club-finder #club-finder-page-content {
  margin-top: -51px;
}
#ancilliary-page-club-finder #club-finder-page-content.enabled {
  margin-top: 110px;
}
#ancilliary-page-club-finder #club-finder-page-content .col-lg-3.col-md-3.col-sm-12.col-xs-12 {
  position: static;
}
#ancilliary-page-club-finder #club-finder-page-content .card-top {
  top: -156px;
}
#ancilliary-page-club-finder #club-finder-page-content .list-row {
  border-top: 1px solid #e2e2e2;
}
#ancilliary-page-club-finder #club-finder-page-content .list-row.rounded-bottom {
  border: 1px solid #bbbbbb;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top: 0;
  margin-bottom: 3em;
  margin-left: 2px;
}
#ancilliary-page-club-finder #club-finder-page-content .list-row.no-results p {
  font-size: 14px;
  margin: 0;
  padding: 40px 20px;
  text-align: center;
}
#ancilliary-page-club-finder #club-finder-page-content .list-row.no-results .fa-spinner {
  color: #00ab47;
  font-size: 30px;
  margin: 0;
}
#ancilliary-page-club-finder #club-finder-page-content .list-row:after,
#ancilliary-page-club-finder #club-finder-page-content .list-row:before {
  content: ' ';
  display: table;
}
#ancilliary-page-club-finder #club-finder-page-content .list-row:after {
  clear: both;
}
#ancilliary-page-club-finder #club-finder-page-content .list {
  background-color: #ffffff;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  display: none;
  margin-left: 2px;
}
#ancilliary-page-club-finder #club-finder-page-content .list.enabled {
  display: block;
}
#ancilliary-page-club-finder #club-finder-page-content .list .search-summary {
  display: none;
}
#ancilliary-page-club-finder #club-finder-page-content .list .list-col {
  height: 175px;
}
#ancilliary-page-club-finder #club-finder-page-content .list .list-col p.cost {
  font-size: 14px;
  margin: 10px auto 0;
  width: 100%;
}
#ancilliary-page-club-finder #club-finder-page-content .list .list-col p.date {
  font-size: 14px;
  margin: 3px auto 15px;
  width: 100%;
}
#ancilliary-page-club-finder #club-finder-page-content .list .white {
  float: left;
  padding: 20px 20px 0;
  position: relative;
  width: 40%;
}
#ancilliary-page-club-finder #club-finder-page-content .list .white p {
  font-size: 14px;
  line-height: 1.7em;
}
#ancilliary-page-club-finder #club-finder-page-content .list .white .club-name {
  color: #000000;
  font-size: 18px;
  line-height: 1.42857143;
  margin-bottom: 5px;
}
#ancilliary-page-club-finder #club-finder-page-content .list .white .club-name strong {
  font-weight: 800;
}
#ancilliary-page-club-finder #club-finder-page-content .list .white .indoor {
  font-size: 14px;
  margin: 10px auto 0;
  width: 100%;
}
#ancilliary-page-club-finder #club-finder-page-content .list .white .fa-angle-right {
  display: none;
}
#ancilliary-page-club-finder #club-finder-page-content .list .white .mobile-link-overlay {
  display: none;
}
#ancilliary-page-club-finder #club-finder-page-content .list .green {
  background-color: #dff2de;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  float: left;
  padding-top: 20px;
  position: relative;
  text-align: center;
  width: 10%;
}
#ancilliary-page-club-finder #club-finder-page-content .list .green .fa-check {
  color: #00ab47;
  margin: 0;
}
#ancilliary-page-club-finder #club-finder-page-content .list .green p {
  margin: 0;
}
#ancilliary-page-club-finder #club-finder-page-content .list .grey {
  background-color: #f0f0f0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  float: left;
  padding-top: 20px;
  position: relative;
  text-align: center;
  width: 10%;
}
#ancilliary-page-club-finder #club-finder-page-content .list .grey p {
  margin: 0;
}
#ancilliary-page-club-finder #club-finder-page-content .list .btn-col {
  float: left;
  padding: 20px 15px 0;
  width: 20%;
}
#ancilliary-page-club-finder #club-finder-page-content .list .btn-col .cta-btn {
  background-color: #ff8400;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-weight: 800;
  padding: 7px 15px;
  position: relative;
  width: 100%;
}
#ancilliary-page-club-finder #club-finder-page-content .list .btn-col .cta-btn:active,
#ancilliary-page-club-finder #club-finder-page-content .list .btn-col .cta-btn:focus,
#ancilliary-page-club-finder #club-finder-page-content .list .btn-col .cta-btn:hover {
  background-color: #ffab08;
}
#ancilliary-page-club-finder #club-finder-page-content .list .btn-col .cta-btn .fa-angle-right {
  font-size: 1.3em;
  font-weight: 800;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 7px;
}
#ancilliary-page-club-finder #club-finder-page-content .map-container {
  width: 100%;
}
#ancilliary-page-club-finder #club-finder-page-content .map-container.enabled {
  height: 500px;
  margin-top: -51px;
}
#ancilliary-page-club-finder #club-finder-page-content .map-container.enabled .map {
  visibility: visible;
}
#ancilliary-page-club-finder #club-finder-page-content .map {
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  height: 500px;
  margin-left: 2px;
  position: absolute !important;
  top: -51px;
  visibility: hidden;
  width: 99.7%;
}
#ancilliary-page-club-finder #club-finder-page-content .map div {
  overflow: visible;
}
#ancilliary-page-club-finder #club-finder-page-content .map .info-club-popup-marker p.title {
  font-weight: 800;
}
#ancilliary-page-club-finder #club-finder-page-content .map .info-club-popup-marker p a {
  background-color: #ff8400;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #ffffff;
  display: block;
  font-weight: 800;
  padding: 10px;
}
#ancilliary-page-club-finder #club-finder-page-content .map .info-club-popup-marker p a:active,
#ancilliary-page-club-finder #club-finder-page-content .map .info-club-popup-marker p a:focus,
#ancilliary-page-club-finder #club-finder-page-content .map .info-club-popup-marker p a:hover {
  background-color: #ffab08;
}
#ancilliary-page-club-finder #club-finder-page-content .map .info-club-popup-marker p a span {
  font-size: 1.3em;
  font-weight: 800;
  margin: 0;
  padding-left: 10px;
  text-align: right;
}
#ancilliary-page-club-finder #club-finder-page-content .retry {
  background-color: #f0f0f0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 18px;
  font-weight: 800;
  padding: 32px 20px;
}
#ancilliary-page-club-finder #club-finder-page-content .retry a {
  color: #00ab47;
  text-decoration: underline;
}
#ancilliary-page-club-finder #club-finder-page-content .retry a:active,
#ancilliary-page-club-finder #club-finder-page-content .retry a:focus,
#ancilliary-page-club-finder #club-finder-page-content .retry a:hover {
  text-decoration: none;
}
#ancilliary-page-club-finder #club-finder-page-content .retry-mobile {
  display: none;
}
#ancilliary-page-club-details {
  background-color: #f2f0eb;
  margin-bottom: 4em;
  overflow: visible;
}
#ancilliary-page-club-details div {
  overflow: visible;
}
#ancilliary-page-club-details .container-border {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: -1px;
  padding-bottom: 40px;
}
#ancilliary-page-club-details .card-top {
  background-color: #00ab47;
  border: 1px solid #bbbbbb;
  border-bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 -54px;
  padding: 15px 0 15.5px 16px;
  position: relative;
  top: -57px;
}
#ancilliary-page-club-details .card-top h1 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  padding: 3px 0;
}
#ancilliary-page-club-details .card-right-no-border {
  border-right: 0;
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  left: -1px;
  width: 101%;
}
#ancilliary-page-club-details .card-left-no-border {
  border-left: 0;
  border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  right: -1px;
}
#ancilliary-page-club-details .row:nth-of-type(2) {
  background-color: #ffffff;
}
#ancilliary-page-club-details .club-details-content {
  padding: 0 16px;
}
#ancilliary-page-club-details .club-details-content p {
  font-size: 13px;
  line-height: 1.7em;
  margin: 0;
}
#ancilliary-page-club-details .club-details-content p.title {
  font-size: 13px;
  font-weight: 800;
  margin: 30px 0 5px;
}
#ancilliary-page-club-details .club-details-content p span {
  background-color: #ffffff;
  border: none;
  color: #ff8400;
  font-weight: normal;
  height: auto;
  left: auto;
  padding: 0;
  position: static;
  right: auto;
  top: auto;
}
#ancilliary-page-club-details .club-details-content p a {
  color: #ff8400;
  text-decoration: underline;
}
#ancilliary-page-club-details .club-details-content p a:active,
#ancilliary-page-club-details .club-details-content p a:focus,
#ancilliary-page-club-details .club-details-content p a:hover {
  color: #ffab08;
  text-decoration: none;
}
#ancilliary-page-club-details .club-details-content p a.social-link {
  border-bottom: 1px solid #f5f5f5;
  color: #474747;
  display: block;
  padding: 5px 0 5px 2px;
  text-decoration: none;
  width: 55%;
}
#ancilliary-page-club-details .club-details-content p a.social-link span {
  color: #ff8400;
  font-size: 1.2em;
  position: relative;
  top: 1px;
}
#ancilliary-page-club-details .club-details-content p a.social-link .fa-globe {
  margin-right: 8px;
}
#ancilliary-page-club-details .club-details-content p a.social-link .fa-facebook {
  margin-left: 3px;
  margin-right: 10px;
}
#ancilliary-page-club-details .club-details-content p a.social-link .fa-twitter {
  margin-right: 6px;
}
#ancilliary-page-club-details .club-details-content p a.social-link:active,
#ancilliary-page-club-details .club-details-content p a.social-link:focus,
#ancilliary-page-club-details .club-details-content p a.social-link:hover {
  color: #ffab08;
}
#ancilliary-page-club-details .club-details-content p.title:nth-of-type(1) {
  margin-top: 20px;
}
#ancilliary-page-club-details .club-details-content ul li {
  font-size: 13px;
  line-height: 1.7em;
  margin-left: 1.5em;
}
#ancilliary-page-club-details .club-details-blurb {
  padding: 16px;
}
#ancilliary-page-club-details .club-details-blurb:before {
  background: url('../imgs/shadow.png') no-repeat left top;
  background-size: cover;
  content: '';
  height: 100%;
  left: -49px;
  position: absolute;
  top: -58.5px;
  width: 50px;
}
#ancilliary-page-club-details .club-details-blurb p {
  font-size: 14px;
  line-height: 2em;
}
#ancilliary-page-club-details .club-details-blurb p a {
  color: #ff8400;
  text-decoration: underline;
}
#ancilliary-page-club-details .club-details-blurb p a:active,
#ancilliary-page-club-details .club-details-blurb p a:focus,
#ancilliary-page-club-details .club-details-blurb p a:hover {
  text-decoration: none;
}
#ancilliary-page-club-details .club-register-details p.title {
  color: #1477a1;
  font-weight: 800;
  padding-left: 16px;
}
#ancilliary-page-club-details .club-register-details .competition-level-card {
  border: 1px solid #e2e2e2;
  border-bottom: 0;
  border-right: 0;
  padding: 2px;
}
#ancilliary-page-club-details .club-register-details .competition-level-card:after,
#ancilliary-page-club-details .club-register-details .competition-level-card:before {
  content: ' ';
  display: table;
}
#ancilliary-page-club-details .club-register-details .competition-level-card:after {
  clear: both;
}
#ancilliary-page-club-details .club-register-details .competition-level-card p {
  font-size: 13px;
  margin: 0;
}
#ancilliary-page-club-details .club-register-details .competition-level-card p.no-result {
  line-height: 2em;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .logo-col {
  background-color: #f5f5f5;
  float: left;
  height: 320px;
  width: 22%;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .logo-col img {
  position: relative;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col {
  float: left;
  height: 320px;
  padding: 24px 20px 10px;
  width: 60%;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col .viewport {
  height: 286px;
  overflow-y: auto;
  padding-right: 10px;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col .date-price p:nth-child(2) {
  font-weight: 800;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col .dow {
  text-transform: uppercase;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col .cost {
  color: #ff8400;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2em;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col .img-container {
  padding-right: 35px;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col .comp-blurb {
  line-height: 2em;
  padding-bottom: 20px;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col .coach-blurb p {
  font-size: 12px;
  line-height: 1.9em;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col .coach-blurb p.title {
  color: #474747;
  font-weight: 800;
  padding: 0;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col a {
  color: #ff8400;
  line-height: 2em;
  text-decoration: underline;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col a:active,
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col a:focus,
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col a:hover {
  text-decoration: none;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr .viewport {
  padding-right: 0;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr .date-title {
  text-align: center;
  text-transform: uppercase;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr hr {
  margin: 9px 0 10px;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr .form-group {
  margin: 0;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr input[type='radio'] {
  display: none;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr input[type='radio']:checked + label > span:after {
  visibility: visible;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr input[type='radio']:checked + label {
  color: #ff8400;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr label {
  display: table;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr label:hover > span:before {
  box-shadow: 0 0 1px 1px #959595 inset;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr label > span {
  display: table-cell;
  position: relative;
  top: -1px;
  width: 20px;
  white-space: nowrap;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr label > span:after {
  background-color: #ff8400;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 12px;
  left: -16px;
  position: relative;
  vertical-align: middle;
  visibility: hidden;
  width: 12px;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr label > span:before {
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 2px 0 #959595 inset;
  content: '';
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr .date {
  font-size: 12px;
  margin: -10px 0;
  padding: 11px 0;
  text-align: center;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr .cost {
  color: #474747;
  font-size: 13px;
  line-height: 1.3em;
  text-align: center;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr .cost span {
  color: #878787;
  margin-left: 5px;
  text-decoration: line-through;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .cta-col {
  float: left;
  height: 320px;
  padding-left: 20px;
  padding-top: 20px;
  width: 18%;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .cta-col .cta-btn {
  background-color: #ff8400;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  padding: 6px 16px 10px;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .cta-col .cta-btn span {
  font-size: 1.5em;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 0;
  position: relative;
  top: 2px;
}
#ancilliary-page-club-details .club-register-details .competition-level-card .cta-col .cta-btn:active,
#ancilliary-page-club-details .club-register-details .competition-level-card .cta-col .cta-btn:focus,
#ancilliary-page-club-details .club-register-details .competition-level-card .cta-col .cta-btn:hover {
  background-color: #ffab08;
}
#ancilliary-page-club-details .club-register-details .competition-level-card:last-child {
  border-bottom: 1px solid #bbbbbb;
}
#ancilliary-page-club-details #mobile-club-details-accordion {
  position: relative;
  top: -3px;
}
#ancilliary-page-club-details .panel {
  border-bottom: 1px solid #dddddd;
  margin: 0;
  overflow: hidden;
}
#ancilliary-page-club-details .panel div {
  overflow: hidden;
}
#ancilliary-page-club-details .panel .panel-heading {
  padding: 0;
}
#ancilliary-page-club-details .panel .panel-heading a {
  color: #474747;
  display: block;
  font-weight: 400;
  padding: 24px 15px;
  position: relative;
}
#ancilliary-page-club-details .panel .panel-heading a:active,
#ancilliary-page-club-details .panel .panel-heading a:focus,
#ancilliary-page-club-details .panel .panel-heading a:hover {
  color: #000000;
}
#ancilliary-page-club-details .panel .panel-heading a .fa-angle-down {
  font-size: 1.5em;
  font-weight: 800;
  margin: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#ancilliary-page-club-details .panel .panel-collapse {
  overflow: visible;
}
#ancilliary-page-club-details .panel .panel-body {
  background-color: #ffffff;
  overflow: visible;
  padding-bottom: 30px;
  position: relative;
}
#ancilliary-page-club-details .panel .panel-body .fa-angle-up {
  background-color: #ffffff;
  font-size: 1.5em;
  font-weight: 800;
  margin: 0;
  position: absolute;
  right: 16px;
  top: -52px;
  z-index: 1;
}
#ancilliary-page-club-details #sliding-panel-container {
  height: 450px;
  overflow: hidden;
  position: relative;
}
#ancilliary-page-club-details #sliding-panel-container.slide-active {
  height: auto;
}
#ancilliary-page-club-details #sliding-panel-container .back-panel {
  background-color: #00ab47;
}
#ancilliary-page-club-details #sliding-panel-container .back-panel a {
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 800;
  padding: 20px 40px;
  position: relative;
  z-index: 1;
}
#ancilliary-page-club-details #sliding-panel-container .back-panel a .fa-angle-left {
  font-size: 1.9em;
  font-weight: 800;
  left: 16px;
  position: absolute;
  top: 13px;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .img-container {
  text-align: center;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .img-container img {
  margin-top: -77px;
  padding-bottom: 17px;
  width: 157px;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details hr {
  margin: 10px 0;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .form-group {
  margin: 0;
  position: relative;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .form-group strong {
  display: block;
  font-weight: 600;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .form-group p.cost {
  font-size: 18px;
  font-weight: 800;
  position: absolute;
  right: 0;
  top: -5px;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details input[type='radio'] {
  display: none;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details input[type='radio']:checked + label > span:after {
  visibility: visible;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details input[type='radio']:checked + label {
  color: #ff8400;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details label {
  display: table;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding-right: 80px;
  width: 100%;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details label:hover > span:before {
  box-shadow: 0 0 1px 1px #959595 inset;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details label > span {
  display: table-cell;
  position: relative;
  top: 10px;
  width: 20px;
  white-space: nowrap;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details label > span:after {
  background-color: #ff8400;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 12px;
  left: -16px;
  position: relative;
  vertical-align: middle;
  visibility: hidden;
  width: 12px;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details label > span:before {
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 2px 0 #959595 inset;
  content: '';
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .cta-btn {
  background-color: #ff8400;
  border-radius: 50px;
  color: #ffffff !important;
  display: block;
  font-size: 20px;
  font-weight: 800;
  padding: 7px 20px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .cta-btn .fa-angle-right {
  font-size: 1.7em;
  font-weight: 800;
  position: absolute;
  right: 20px;
  top: 3px;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .cta-btn:active,
#ancilliary-page-club-details #sliding-panel-container .competition-details .cta-btn:focus,
#ancilliary-page-club-details #sliding-panel-container .competition-details .cta-btn:hover {
  background-color: #ffab08;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .competition-date-time {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -30px 30px 0;
  padding: 10px 0;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .competition-date-time p {
  font-size: 14px;
  margin: 0;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .competition-date-time p:last-child {
  font-weight: 800;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .competition-summary {
  margin: 0 30px;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .competition-summary img {
  display: inline-block;
  margin: 0;
  width: 70px;
  vertical-align: top;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .competition-summary .coach-details-container {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 10px;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .competition-summary p {
  font-size: 14px;
  margin-bottom: 3px;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .competition-summary p.blurb {
  line-height: 1.7em;
  margin-bottom: 20px;
  margin-top: 10px;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .competition-summary p.title {
  font-weight: 800;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .competition-summary p.cost {
  color: #ff8400;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .competition-summary p a {
  color: #ff8400;
  text-decoration: underline;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .competition-summary p a:active,
#ancilliary-page-club-details #sliding-panel-container .competition-details .competition-summary p a:focus,
#ancilliary-page-club-details #sliding-panel-container .competition-details .competition-summary p a:hover {
  text-decoration: none;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .junior-senior-panel {
  margin: 0 30px;
}
#ancilliary-page-club-details #sliding-panel-container .competition-details .junior-senior-panel .cta-btn {
  margin: 30px 10px 0;
}
#ancilliary-page-club-details #static-panel {
  height: 480px;
  left: 0;
  position: absolute;
  transition: left 0.25s linear;
  width: 100%;
}
#ancilliary-page-club-details #static-panel.disabled {
  overflow: visible;
  left: -100%;
  top: 0;
  width: 100%;
  z-index: 11;
}
#ancilliary-page-club-details #sliding-panel-1,
#ancilliary-page-club-details #sliding-panel-2,
#ancilliary-page-club-details #sliding-panel-3,
#ancilliary-page-club-details #sliding-panel-4 {
  background-color: #ffffff;
  left: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: left 0.25s linear;
  width: 100%;
  z-index: 10;
}
#ancilliary-page-club-details #sliding-panel-1.enabled,
#ancilliary-page-club-details #sliding-panel-2.enabled,
#ancilliary-page-club-details #sliding-panel-3.enabled,
#ancilliary-page-club-details #sliding-panel-4.enabled {
  left: 0;
  position: relative;
}
#ancilliary-page-club-details .mobile-header {
  border-bottom: 1px solid #dddddd;
  padding: 3em 0 1em;
}
#ancilliary-page-club-details .mobile-header p {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
#ancilliary-page-club-details .club-card {
  border-bottom: 1px solid #dddddd;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#ancilliary-page-club-details .club-card:after {
  clear: both;
}
#ancilliary-page-club-details .club-card .link-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#ancilliary-page-club-details .club-card .link-overlay:hover ~ .competition-container {
  text-decoration: underline;
}
#ancilliary-page-club-details .club-card .link-overlay:hover ~ .competition-container .fa-angle-right {
  color: #ffab08;
}
#ancilliary-page-club-details .club-card .img-container {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
#ancilliary-page-club-details .club-card .img-container img {
  width: 70px;
}
#ancilliary-page-club-details .club-card .competition-container {
  display: inline-block;
  font-weight: 400;
  line-height: 2.5em;
  padding-left: 10px;
  vertical-align: middle;
}
#ancilliary-page-club-details .club-card .competition-container .fa-angle-right {
  color: #ff8400;
  float: right;
  font-size: 1.5em;
  font-weight: 800;
  margin-right: 0;
  position: absolute;
  right: 16px;
  top: 22px;
}
#ancilliary-error-page-introduction {
  background-color: #cccccc;
  height: 250px;
  position: relative;
  text-align: center;
  width: 100%;
}
#ancilliary-error-page-introduction div {
  overflow: visible;
}
#ancilliary-error-page-introduction .row {
  height: inherit;
}
#ancilliary-error-page-introduction .row > .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  height: inherit;
}
#ancilliary-error-page-introduction p {
  color: #ffffff;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 60px;
}
#ancilliary-error-page-introduction h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -3px;
  margin-bottom: 10px;
  margin-top: 83px;
}
#ancilliary-page-error-content {
  min-height: 300px;
  text-align: center;
}
#ancilliary-page-error-content p {
  font-size: 30px;
  padding-top: 50px;
}
#ancilliary-page-error-content p a {
  background-color: #00b149;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 20px;
}
#ancilliary-page-error-content p a:active,
#ancilliary-page-error-content p a:focus,
#ancilliary-page-error-content p a:hover {
  background-color: #00c953;
}
@media (max-width: 1199px) {
  #ancilliary-page-club-finder #scroll-fix-header.enabled {
    width: 703px;
  }
  #ancilliary-page-club-finder .card-top .search-filter-control {
    padding: 6.5px 5px 23px;
  }
  #ancilliary-page-club-finder .card-top .search-filter-control .search-btn .fa-search {
    top: 13px;
  }
  #ancilliary-page-club-finder .search-filter-panel.enabled {
    width: 235px;
  }
  #ancilliary-page-club-finder .search-filter-panel .card-top {
    padding: 64px 0 0;
  }
  #ancilliary-page-club-finder #club-finder-page-content .card-top {
    top: -142px;
  }
  #ancilliary-page-club-finder #club-finder-page-content .card-top .search-filter-control .search-btn .fa-search {
    top: 27px;
  }
  #ancilliary-page-club-finder #club-finder-page-content .panel-group {
    top: -142px;
  }
  #ancilliary-page-club-finder #club-finder-page-content .map {
    width: 99.64%;
  }
  #ancilliary-page-club-finder #desktop-bg-scroller-overlay.bottom {
    bottom: 253px !important;
  }
  #ancilliary-page-club-details .club-register-details .competition-level-card .logo-col,
  #ancilliary-page-club-details .club-register-details .competition-level-card .detail-col,
  #ancilliary-page-club-details .club-register-details .competition-level-card .cta-col {
    height: 480px;
  }
  #ancilliary-page-club-details .club-register-details .competition-level-card .detail-col .viewport {
    height: 446px;
  }
  #ancilliary-page-club-details .club-register-details .competition-level-card .detail-col .cost {
    margin-left: -25px;
  }
  #ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr .date-title {
    padding-bottom: 10px;
  }
  #ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr hr {
    margin: 0;
  }
  #ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr .form-group {
    margin: 10px 0;
  }
  #ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr .date {
    margin: 0;
    padding: 21px 0;
  }
  #ancilliary-page-club-details .club-register-details .competition-level-card .detail-col.jnr-snr .cost {
    margin: 0;
    padding-top: 20px;
  }
  #ancilliary-page-club-details .club-register-details .competition-level-card .cta-col {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  #ancilliary-page-introduction h1 {
    margin-top: 63px;
  }
  #ancilliary-page-introduction p {
    line-height: 1.1em;
    margin-top: 10px;
    padding: 0 16px;
  }
  #ancilliary-page-introduction .cta-btn {
    left: 16px;
    top: 53px;
  }
  #ancilliary-page-introduction .back-to-finder-btn {
    font-size: 0;
    height: 42px;
    padding: 0;
    width: 42px;
  }
  #ancilliary-page-introduction .back-to-finder-btn .fa-angle-left {
    font-size: 25.6px;
    left: 14px;
    margin: 0;
    top: 8px;
  }
  #ancilliary-page-introduction .row {
    height: inherit;
  }
  #ancilliary-page-introduction .row .col-sm-12,
  #ancilliary-page-introduction .row .col-xs-12 {
    height: inherit;
  }
  #ancilliary-page-introduction .row .col-sm-12 .container,
  #ancilliary-page-introduction .row .col-xs-12 .container {
    height: inherit;
    position: relative;
  }
  #ancilliary-page-club-finder #scroll-fix-header {
    display: none;
  }
  #ancilliary-page-club-finder .col-lg-3.col-md-3.col-sm-12.col-xs-12 .search-filter-panel .card-top {
    border-bottom: 1px solid #bbbbbb;
    margin: 0;
    padding-top: 51px;
    text-align: center;
  }
  #ancilliary-page-club-finder .col-lg-3.col-md-3.col-sm-12.col-xs-12 .search-filter-panel .card-top > span {
    border: 0;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    font-size: 18px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
  }
  #ancilliary-page-club-finder .col-lg-3.col-md-3.col-sm-12.col-xs-12 .search-filter-panel .panel-group {
    display: none;
  }
  #ancilliary-page-club-finder .col-lg-3.col-md-3.col-sm-12.col-xs-12 .search-filter-panel #mobile-filters {
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    border-top: 0;
    display: block;
    margin-top: -51px;
    padding: 5px 0 0;
  }
  #ancilliary-page-club-finder .col-lg-3.col-md-3.col-sm-12.col-xs-12 .search-filter-panel #mobile-filters .form-group {
    margin-bottom: 5px;
    position: relative;
  }
  #ancilliary-page-club-finder .col-lg-3.col-md-3.col-sm-12.col-xs-12 .search-filter-panel #mobile-filters .form-group .fa-sort-desc {
    margin: 0;
    position: absolute;
    right: 11px;
    top: 3px;
  }
  #ancilliary-page-club-finder .col-lg-3.col-md-3.col-sm-12.col-xs-12 .search-filter-panel #mobile-filters .form-group select {
    border: none;
    border-bottom: 1px solid #bbbbbb;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-weight: 800;
    -webkit-appearance: none;
    padding: 6px 17px;
  }
  #ancilliary-page-club-finder .col-lg-3.col-md-3.col-sm-12.col-xs-12 .search-filter-panel #mobile-filters .form-group:nth-of-type(3) {
    margin-bottom: 0;
  }
  #ancilliary-page-club-finder .col-lg-3.col-md-3.col-sm-12.col-xs-12 .search-filter-panel #mobile-filters .form-group:nth-of-type(3) select {
    border-bottom: 0;
  }
  #ancilliary-page-club-finder .card-top .search-filter-control {
    padding: 5px;
  }
  #ancilliary-page-club-finder .card-top .search-filter-control .search-btn .fa-search {
    top: 11px;
  }
  #ancilliary-page-club-finder #club-finder-page-content {
    margin-top: 0px;
  }
  #ancilliary-page-club-finder #club-finder-page-content .list {
    background-color: #f2f0eb;
    border: none;
    display: block !important;
  }
  #ancilliary-page-club-finder #club-finder-page-content .list .search-summary {
    background-color: #f2f0eb;
    display: block;
    font-size: 18px;
    font-weight: 800;
    padding: 3em 0 1em;
    text-align: center;
  }
  #ancilliary-page-club-finder #club-finder-page-content .list .list-row {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 2px;
  }
  #ancilliary-page-club-finder #club-finder-page-content .list .list-row:hover {
    border: 1px solid #bbbbbb;
  }
  #ancilliary-page-club-finder #club-finder-page-content .list .list-col {
    height: 140px;
  }
  #ancilliary-page-club-finder #club-finder-page-content .list .green,
  #ancilliary-page-club-finder #club-finder-page-content .list .grey,
  #ancilliary-page-club-finder #club-finder-page-content .list .btn-col {
    display: none;
  }
  #ancilliary-page-club-finder #club-finder-page-content .list .white {
    padding: 20px 40px 0 20px;
    position: relative;
    width: 100%;
  }
  #ancilliary-page-club-finder #club-finder-page-content .list .white .fa-angle-right {
    color: #ff8400;
    display: inline;
    font-size: 2em;
    font-weight: 800;
    margin-top: -0.5em;
    position: absolute;
    right: 15px;
    top: 50%;
  }
  #ancilliary-page-club-finder #club-finder-page-content .list .white .mobile-link-overlay {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  #ancilliary-page-club-finder #club-finder-page-content .list-row.rounded-bottom {
    border: 0;
  }
  #ancilliary-page-club-finder #club-finder-page-content .map-container {
    display: none;
  }
  #ancilliary-page-club-finder #club-finder-page-content .retry {
    display: none;
  }
  #ancilliary-page-club-finder #club-finder-page-content .retry-mobile {
    display: block;
    font-weight: 800;
    padding: 1em 0 2em;
    text-align: center;
  }
  #ancilliary-page-club-finder #club-finder-page-content .retry-mobile a {
    color: #00ab47;
    text-decoration: underline;
  }
  #ancilliary-page-club-finder #club-finder-page-content .retry-mobile a:active,
  #ancilliary-page-club-finder #club-finder-page-content .retry-mobile a:focus,
  #ancilliary-page-club-finder #club-finder-page-content .retry-mobile a:hover {
    text-decoration: none;
  }
  #ancilliary-page-club-details .card-left-no-border {
    border-left: 1px solid #bbbbbb;
    border-top-left-radius: 20px;
    margin-left: -2px;
    right: -1px;
    text-align: center;
  }
  #ancilliary-page-club-details .card-top {
    margin-bottom: -64px;
    padding: 20px 16px 20.5px;
    top: -67px;
  }
  #ancilliary-page-club-details .club-details-content p {
    font-size: 14px;
  }
  #ancilliary-page-club-details .club-details-content p.title {
    font-size: 14px;
  }
  #ancilliary-page-club-details .club-details-content ul li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #ancilliary-page-introduction {
    height: 290px;
  }
  #ancilliary-page-introduction p {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 1.3em;
    margin-top: 5px;
  }
  #ancilliary-page-introduction #google-map-banner .gm-style > div:nth-of-type(2) {
    bottom: 176px !important;
    top: auto;
  }
  #ancilliary-page-introduction #google-map-banner .gm-style > div:nth-of-type(3) {
    bottom: 176px !important;
    top: auto;
  }
  #ancilliary-page-introduction #google-map-banner .gm-style > div:nth-of-type(6) {
    bottom: 176px !important;
    top: auto;
  }
  #ancilliary-page-introduction #google-map-banner .gm-style > div:nth-of-type(7) {
    bottom: 176px !important;
    top: auto;
  }
  #ancilliary-page-club-finder {
    padding: 0 16px;
  }
  #ancilliary-error-page-introduction {
    padding: 0 16px;
  }
  #ancilliary-error-page-introduction p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #ancilliary-page-introduction {
    height: 290px;
  }
  #ancilliary-page-introduction h1 {
    margin-top: 63px;
  }
  #ancilliary-page-introduction p {
    font-size: 32px;
    margin-top: 0;
  }
  #ancilliary-error-page-introduction p {
    top: 50px;
  }
}
@media (max-width: 320px) {
  #ancilliary-page-club-finder #club-finder-page-content .list .list-col {
    height: 180px;
  }
}
#forms-page-content {
  overflow: visible;
  padding-top: 5em;
}
#forms-page-content div {
  overflow: visible;
}
#forms-page-content a {
  color: #49a41c;
  text-decoration: underline;
}
#forms-page-content a:hover {
  text-decoration: none;
}
#forms-page-content a.green-btn {
  color: #ffffff;
  text-decoration: none;
}
#forms-page-content a.green-btn:hover {
  border: 1px solid #00511a;
  color: #00511a;
}
#forms-page-content a.orange-btn {
  background-color: #ff8400;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #ffffff;
  display: block;
  font-weight: 800;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#forms-page-content a.orange-btn:active,
#forms-page-content a.orange-btn:focus,
#forms-page-content a.orange-btn:hover {
  background-color: #ffab08;
}
#forms-page-content a.orange-btn:nth-of-type(2) {
  margin-top: 0.5em;
}
#forms-page-content h2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 2.1em;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
#forms-page-content p {
  font-weight: 300;
  line-height: 2.1em;
  margin: 0 0 20px;
}
#forms-page-content p.intro {
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
}
#forms-page-content p.pull-quote {
  font-weight: 500;
}
#forms-page-content ul {
  font-weight: 300;
  line-height: 2.1em;
  margin-left: 2.5em;
}
#forms-page-content #page-content {
  background-color: #ffffff;
  border: 1px solid #797979;
  border-radius: 12px;
  margin-bottom: 5em;
  overflow: visible;
  padding: 2em 0 2.5em;
}
.form-page-heading-section {
  overflow: visible;
}
.form-page-heading-section div {
  overflow: visible;
}
.form-page-heading-section .logos {
  left: 50%;
  position: absolute;
  top: -75px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.form-page-heading-section .logos img:first-child {
  margin-right: 10px;
  width: 89px;
}
.form-page-heading-section .logos img:last-child {
  margin-left: 10px;
}
.form-page-heading-section .logos img.t20blast {
  width: 120px;
}
.form-page-heading-section .logos.jnr-snr {
  top: -67px;
}
.form-page-heading-section .logos.jnr-snr img:first-child {
  margin-right: 30px;
  position: relative;
  right: -7px;
  top: 5px;
  width: 70px;
}
.form-page-heading-section h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 25%;
  padding-top: 1em;
  text-align: center;
  font-style:normal;
}
.form-page-heading-section h1.margin-bottom {
  margin-bottom: 1em;
}
.form-page-heading-section h1 span {
  font-weight: 300;
}
.form-page-heading-section .form-progress-bar {
  margin-bottom: -3em;
  padding-top: 3em;
  text-align: center;
}
.form-page-heading-section .form-progress-bar div {
  display: inline-block;
  padding-right: 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.form-page-heading-section .form-progress-bar div p {
  font-size: 22px !important;
  line-height: 1.6em !important;
  padding: 10.5px 21.5px;
  text-align: center;
}
.form-page-heading-section .form-progress-bar div p:nth-child(1) {
  background-color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #959595;
  display: inline-block;
  font-weight: 600;
}
.form-page-heading-section .form-progress-bar div p:nth-child(1) span {
  border: none;
  position: static;
}
.form-page-heading-section .form-progress-bar div.active p:nth-child(1) {
  background-color: #00c953;
  border: 1px solid #00c953;
  color: #ffffff;
  padding: 11.5px 22.5px;
}
.form-page-heading-section .form-progress-bar div.completed p:nth-child(1) {
  background-color: #00b149;
  border: 1px solid #00b149;
  color: #ffffff;
  padding: 11.5px 22.5px;
}
.form-page-heading-section .form-progress-bar div:last-child {
  padding-right: 0;
}
    .form-page-heading-section .form-progress-bar span {
        border-top: 1px solid #797979;
        left: 0;
        position: absolute;
        right: 0;
        top: 80px;
        width: 58%;
        margin: 0 auto;
    }
.form-content-section {
  background-color: #f2f0eb;
  margin: 0;
  overflow: visible;
  padding: 0 18em 2em;
}
.form-content-section #server-errors {
  color: #ff0000;
}
.form-content-section #server-errors p {
  color: #ff0000;
  font-size: 15px;
}
.form-content-section #server-errors .fa {
  color: #ff0000;
}
.form-content-section fieldset {
  margin-bottom: 20px;
  margin-top: 17px;
  position: relative;
}
.form-content-section legend {
  border-bottom: 0;
  color: #959595;
  float: left;
  font-family: sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  margin: 40px 0 0.5em;
  /*padding-bottom: 1.5em;*/
  text-align: center;
  padding-left: 10%;
    padding-right: 10%;
}
.form-content-section label {
  color: #000000;
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size:18px ;
  line-height: 21px;
  margin: 15px 0 0.6em;
  width: 100%;
}
.form-content-section p {
  color: #000000;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 1.6em !important;
  margin: 0;
}
.form-content-section p.section-heading {
  border-bottom: 1px solid #959595;
  font-size: 1.3em !important;
  font-weight: 600;
  margin-bottom: 20px !important;
  padding-bottom: 18px;
  line-height: 0.6em !important;
}
.form-content-section ul {
  line-height: 1.4em;
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}
.form-content-section ul li {
  padding-bottom: 0.5em;
  padding-left: 1.4em;
}
.form-content-section ul li:before {
  background-color: #b6d01f;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  float: left;
  height: 7px;
  margin: 12px 0.8em 0 -1.4em;
  width: 7px;
}
    .form-content-section input[type=checkbox],
    .form-content-section input[type=radio] {
        margin: 0;
        width: 15px;
        height: 15px;
    }
.form-content-section input::-webkit-input-placeholder {
  position: relative;
  top: 4px;
}
    .form-content-section.confirm p {
        font-size: 16px;
        line-height: 19px !important;
    }
    .form-content-section.confirm p.section-heading {
        border-bottom: 1px solid #B9B9B9;
        font-size: 18px !important;
        line-height: 21px !important;
        font-weight: 600 !important;
        margin-bottom: 0 !important;
        padding-bottom: 18px;
        padding-top: 18px;
    }
.form-content-section.confirm ul {
  margin-bottom: 1em !important;
}
.form-content-section.confirm #personal-details {
  clear: both;
}
.form-content-section.confirm #personal-details p {
  margin-bottom: 0px;
}
.form-content-section.confirm .input-group-addon:hover {
  background-color: #eeeeee;
}
.form-content-section.success p {
  font-size: 15px;
}
.form-content-section.success div.cta-btn {
  padding: 1em 0 2em;
}
.form-content-section.success a.calendar-btn {
  background-color: #00b149;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 11px 25px;
  text-decoration: none !important;
  width: 100%;
}
.form-content-section.success a.calendar-btn:active,
.form-content-section.success a.calendar-btn:focus,
.form-content-section.success a.calendar-btn:hover {
  background-color: #00c953;
}
.form-content-section.success a.calendar-btn .fa {
  color: #ffffff !important;
  font-size: 15px;
}
.form-content-section .rhs {
  float: right;
  font-size: 15px;
  text-transform: none;
}
.form-content-section .fa {
  color: #6B9C35;
  margin-right: 0.4em;
}
    .form-content-section a.edit {
        color: #6B9C35;
        text-decoration: none !important;
    }
        .form-content-section a.edit:hover {
            color: #6B9C35 !important;
            text-decoration: underline !important;
        }
            .form-content-section a.edit:hover .fa {
                color: #6B9C35;
                text-decoration: underline !important;
            }
.form-content-section .btn-center {
  backface-visibility: hidden;
  overflow: visible;
  position: relative;
  text-align: center;
}
.form-content-section .btn-center .light-green-btn.disabled {
  background-color: #cccccc !important;
  color: #e2e2e2 !important;
  cursor: default;
}
.form-content-section .btn-center .fa-spinner {
  font-size: 1.5em;
  position: absolute;
  right: -40px;
  top: 7px;
}
.form-content-section .form-group {
  clear: both;
  overflow: visible;
  position: relative;
}
    .form-content-section .form-group p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 21px !important;
        color: #616161;
    }
        .form-content-section .form-group p:first-child {
            margin-top: 30px !important;
            font-style: normal;
            font-weight: normal;
            font-size: 18px;
            line-height: 21px !important;
            color: #000000;
        }
.form-content-section .form-group p + label {
  margin-top: 0;
}
.form-content-section .form-group input.form-control:nth-child(2n+1) {
  margin-top: 15px;
}
.form-content-section .form-group .twitter-typeahead {
  display: block !important;
}
.form-content-section .form-group .twitter-typeahead .form-control.typeahead {
  margin-top: 0;
}
.form-content-section .form-control {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: none;
  font-family: sans-serif;
  color: #000000;
  font-size: 16px;
  height: 50px;
  line-height: 19px;
  padding: 0.5em 0.7em;
}
.form-content-section .form-control:focus {
  border: 2px solid #373737;
}
.form-content-section .form-control.ccv {
  width: auto;
}
.form-content-section .form-group[class*="date-field-"] div {
  position: relative;
}
.form-content-section .form-group[class*="date-field-"] .form-control {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline;
  padding: 9px 13px;
  position: relative;
  width: auto;
  z-index: 1;
}
.form-content-section .form-group[class*="date-field-"] .form-control.day {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin: 2px 0 2px 2px;
}
.form-content-section .form-group[class*="date-field-"] .form-control.month {
  margin: 2px 0;
}
.form-content-section .form-group[class*="date-field-"] .form-control.year {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin: 2px 2px 2px 0;
}
.form-content-section .form-group[class*="date-field-"] .form-control:focus ~ .field-border {
  border-color: #373737;
}
.form-content-section .form-group[class*="date-field-"] .field-border {
  border: 2px solid #cccccc;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 260px;
}
.form-content-section .form-group[class*="date-field-"] span {
  background-color: #ffffff;
  display: inline;
  font-size: 20px;
  margin: 2px -4px;
  padding: 9px 0;
  position: relative;
  z-index: 1;
}
.form-content-section .form-group[class*="date-field-"] span.format-hint {
  background-color: #f2f0eb;
  border: 0;
  display: block;
  font-size: 15px;
  margin: 5px 0 0;
  padding: 0;
}
.form-content-section .form-group[class*="card-expiry-field-"] div {
  display: inline-block;
  position: relative;
}
.form-content-section .form-group[class*="card-expiry-field-"] .form-control {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline;
  padding: 9px 13px;
  position: relative;
  width: auto;
  z-index: 1;
}
.form-content-section .form-group[class*="card-expiry-field-"] .form-control.month {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin: 2px 0 2px 2px;
}
.form-content-section .form-group[class*="card-expiry-field-"] .form-control.year {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin: 2px 2px 2px 0;
}
.form-content-section .form-group[class*="card-expiry-field-"] .form-control:focus ~ .field-border {
  border-color: #373737;
}
.form-content-section .form-group[class*="card-expiry-field-"] .field-border {
  border: 2px solid #cccccc;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.form-content-section .form-group[class*="card-expiry-field-"] span {
  background-color: white;
  display: inline;
  font-size: 20px;
  margin: 2px -4px;
  padding: 9px 0;
  position: relative;
  z-index: 1;
}
.form-content-section .form-group[class*="card-ccv-field-"] .form-control {
  width: 7.8em;
}
.form-content-section select.form-control {
  padding: 9px 0.7em;
}
.form-content-section .input-group-btn {
  vertical-align: top;
}
.form-content-section .btn-default {
  background-color: #306c26;
  color: #ffffff;
  padding: 14px 12px;
}
.form-content-section ul.list-group {
  border: 2px solid #cccccc;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-left: 0 !important;
  padding-left: 0;
}
.form-content-section .list-group-item {
  background-color: #ffffff;
  /*padding: 8px 15px 7px;*/
  padding: 0 0 0 13px;
}
.form-content-section .list-group-item label {
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  margin: -8px 0 0 -28px;
  padding: 14px 0 14px 33px;
  position: absolute;
  width: 100%;
}
.form-content-section .list-group-item:before {
  background-color: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  content: normal;
  float: none;
  height: auto;
  margin: 0;
  width: auto;
}
.form-content-section .list-group-item input[type=checkbox] {
  position: relative;
  z-index: 1;
  margin-right: 12px;
}
.form-content-section .list-group-item input[type=checkbox]:checked + label {
  background-color: #6B9C35;
  border-color: #6B9C35;
  color: #ffffff;
  margin-top: -9px;
  padding-bottom: 16px;
  padding-top: 15px;
}
.form-content-section .list-group-item input[type=radio] {
  position: relative;
  z-index: 1;
  margin-right: 6px;
}
.form-content-section .list-group-item input[type=radio]:checked + label {
  background-color: #6B9C35;
  color: #ffffff;
  padding: 14px 0 16px 33px;
}
.form-content-section ul.list-group .list-group-item:active,
.form-content-section ul.list-group .list-group-item:focus,
.form-content-section ul.list-group .list-group-item:hover {
  border-color: #cccccc;
}
.form-content-section ul.list-group .list-group-item:first-child input[type=checkbox]:checked + label {
  border-bottom: 1px solid #cccccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: -8px;
  padding-bottom: 21px;
  padding-top: 14px;
}
.form-content-section ul.list-group .list-group-item:last-child input[type=checkbox]:checked + label {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-content-section .list-group-item:focus,
.form-content-section .list-group-item:hover {
  background-color: #6B9C35;
  border-color: #6B9C35;
  color: #ffffff;
  cursor: pointer;
}
.form-content-section .list-group-item:focus .badge,
.form-content-section .list-group-item:hover .badge {
  background-color: #6B9C35;
  color: #ffffff;
}
.form-content-section .list-group-item:focus label,
.form-content-section .list-group-item:hover label {
  color: #ffffff;
}
.form-content-section .list-group-item:focus .fa,
.form-content-section .list-group-item:hover .fa {
  color: #ffffff;
}
.form-content-section .list-group-item.active,
.form-content-section .list-group-item.active:focus,
.form-content-section .list-group-item.active:hover {
  background-color: #6B9C35;
  border-color: #6B9C35;
  cursor: pointer;
}
.form-content-section .list-group-item.active .fa,
.form-content-section .list-group-item.active:focus .fa,
.form-content-section .list-group-item.active:hover .fa {
  color: #ffffff;
}
.form-content-section .input-group-addon {
  border: 0;
  padding: 13px 12px;
  position: relative;
}
.form-content-section .input-group-addon label {
  border: 1px solid #cccccc;
  left: 0;
  margin: -13px 0 0;
  padding: 11px 0;
  position: absolute;
  width: 100%;
}
.form-content-section .input-group-addon label:hover {
  border-color: #6B9C35;
  color: #ffffff;
  cursor: pointer;
}
.form-content-section .input-group-addon:hover {
  background-color: #6B9C35;
}
.form-content-section .input-group.radio {
  overflow: visible;
}
.form-content-section .input-group.radio .input-group-addon {
  padding: 12px 12px 19px;
}
.form-content-section .input-group.radio .input-group-addon input[type=radio] {
  cursor: pointer;
  float: left;
  margin-bottom: 0;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}
.form-content-section .input-group.radio .input-group-addon input[type=radio]:checked + label {
  background-color: #6B9C35;
  border-color: #6B9C35;
  color: #ffffff;
  left: 0;
  margin: 0;
  top: -1px;
}
.form-content-section .input-group.radio .input-group-addon label {
  font-size: 16px;
  font-weight: normal;
  padding: 14px 10px 15px;
  white-space: pre-wrap;
  line-height: 19px;
  background: #fff
}
    .form-content-section .input-group.radio .input-group-addon label:hover {
        background-color: #6B9C35;
    }
.form-content-section .input-group.radio .input-group-addon:nth-child(1) label {
  border-right: 1px solid #cccccc;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
}
.form-content-section .input-group.radio .input-group-addon:last-child label {
  border-left: 1px solid #cccccc;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}
.form-content-section .input-group.radio.image .input-group-addon:hover {
  background-color: #6B9C35;
  cursor: pointer;
}
.form-content-section .input-group.radio.image .input-group-addon:hover label {
  border-color: #6B9C35;
  color: #ffffff;
}
.form-content-section .input-group.radio.image label {
  bottom: 0;
  line-height: 1.2em;
  top: 12px;
  z-index: 1;
}
.form-content-section .input-group.radio.image img {
  margin-top: 60px;
  position: relative;
}
.form-content-section .input-group.radio.image input[type=radio] {
  float: none;
}
.form-content-section .input-group.radio.image .input-group-addon:nth-child(2) label {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.form-content-section .input-group.checkbox {
  margin-top: 2em;
}
.form-content-section .input-group.checkbox .input-group-addon {
  border-width: 2px;
}
.form-content-section .input-group.checkbox .input-group-addon:last-child {
  border: 2px solid #cccccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.form-content-section .input-group.checkbox .input-group-addon:last-child label {
  border: 0;
  font-weight: normal;
  left: auto;
  line-height: 1.7em;
  max-width: none;
  padding-left: 1em;
  position: relative;
  text-align: left;
  white-space: normal;
}
.form-content-section .input-group.checkbox .input-group-addon:last-child label:hover {
  background-color: transparent;
  color: inherit;
}
.form-content-section .input-group.checkbox input[type=checkbox] {
  margin-left: -5px;
  margin-top: 4px;
}
.form-content-section #parent-guardian-details,
.form-content-section #child-details,
.form-content-section #in2cricket-skills-program-details,
.form-content-section #participant-background-information,
.form-content-section #pay-details {
  overflow: visible;
}
.form-content-section #participant-background-information p {
  font-size: 18px;
  line-height: 21px;
}
.form-content-section #kfc-big-bash-details #pack {
  padding-top: 2em;
}
.form-content-section #kfc-big-bash-details #pack img {
  margin: 0 auto;
}
.form-content-section #pay-details .logo {
  margin-bottom: 20px;
  width: 120px;
}
.form-content-section #pay-later-details p {
  color: #000;
  font-size: 18px;
}
.form-content-section #junior-reg-0,
.form-content-section #senior-reg-0 {
  padding-top: 2em;
  text-align: center;
}
.form-content-section #junior-reg-0 label {
  color: #959595;
  font-size: 24px;
  font-weight: 300;
}
.form-content-section #senior-reg-0 .forgot-link {
  color: #00b149;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 14px;
  text-decoration: none;
  text-transform: uppercase;
  top: 15px;
}
.form-content-section #senior-reg-0 .forgot-link:active,
.form-content-section #senior-reg-0 .forgot-link:focus,
.form-content-section #senior-reg-0 .forgot-link:hover {
  color: #00c953;
}
.form-content-section .horizontal-lines {
  margin-top: 1em;
  position: relative;
  text-align: center;
}
.form-content-section .horizontal-lines p {
  background-color: #f2f0eb;
  display: inline-block;
  padding: 2em 15px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.form-content-section .horizontal-lines:after {
  border-top: 1px solid #373737;
  content: '';
  left: 0;
  position: absolute;
  top: 56px;
  width: 100%;
}
.form-content-section .padding {
  margin-top: 1.4em;
}
.form-content-section .alert {
  font-family: sans-serif;
  overflow: visible;
}
.form-content-section .alert .row {
  overflow: visible;
}
.form-content-section .alert .row .col-lg-1.col-md-1.col-sm-1.col-xs-1 {
  overflow: visible;
  position: relative;
}
.form-content-section .alert .divet:after {
  border-bottom: 15px solid #b6d01f;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 22px;
  margin-left: -24px;
  margin-top: -30px;
  position: absolute;
  width: 0;
  z-index: 11000;
}
.form-content-section .alert .divet:before {
  border-bottom: 15px solid #f2f5cc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 22px;
  margin-left: -24px;
  margin-top: -28px;
  position: absolute;
  width: 0;
  z-index: 11001;
}
.form-content-section .alert .fa {
  color: rgba(106, 159, 22, 0.7);
  font-size: 1.5em;
}
.form-content-section .alert a {
  color: #000000;
  text-decoration: underline;
}
.form-content-section .alert a:hover {
  color: #000000;
  text-decoration: none;
}
.form-content-section .alert-success {
  background-color: #f2f5cc;
  border-color: #b6d01f;
  color: #000000;
  margin: 10px 0;
}
.form-content-section .alert-success.server {
  color: #6B9C35;
}
.form-content-section .alert-success .fa-check {
  color: #6B9C35;
  float: left;
}
.form-content-section .alert-danger {
  background-color: #f2dede;
  border-color: #a94442;
  color: #000000;
  margin: 10px 0;
}
.form-content-section .alert-danger.server {
  background-color: #f2dede;
  border: 1px solid #a94442;
  color: #a94442;
  margin: 10px 0;
  padding: 15px;
}
.form-content-section .alert-danger .fa-times {
  color: #a94442;
  float: left;
}
.form-content-section #share-options {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.form-content-section #share-options span {
  color: #f2f0eb;
  border-radius: 50px;
  font-size: 20px;
}
.form-content-section #share-options .fa-envelope {
  background-color: #6B9C35;
  border: 1px solid #6B9C35;
  padding: 6.5px;
}
.form-content-section #share-options .fa-envelope:hover {
  background-color: #f2f0eb;
  color: #6B9C35;
}
.form-content-section #share-options .fa-facebook {
  background-color: #425ca9;
  border: 1px solid #425ca9;
  padding: 6.5px 11px;
}
.form-content-section #share-options .fa-facebook:hover {
  background-color: #f2f0eb;
  color: #425ca9;
}
.form-content-section #share-options .fa-twitter {
  background-color: #0896e8;
  border: 1px solid #0896e8;
  padding: 6.5px 7px;
}
.form-content-section #share-options .fa-twitter:hover {
  background-color: #f2f0eb;
  color: #0896e8;
}
.form-group[class*="has-error-"] .form-control {
  border-color: #a94442;
}
.form-group[class*="has-error-"] .form-control:focus {
  box-shadow: none;
}
.form-group[class*="has-error-"] div {
  border-color: #a94442 !important;
}
.form-group[class*="has-error-"] input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group[class*="has-error-"] input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.form-group[class*="has-error-"] ul.list-group {
  border-color: #a94442 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.form-group[class*="has-error-"] .input-group-addon {
  background-color: #f2dede;
  border-color: #a94442 !important;
}
#modal-statement-section {
  height: 100%;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#modal-statement-section #modal-pop-up {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  height: 500px;
  left: 50%;
  margin-left: -250px;
  padding: 20px;
  position: fixed;
  top: 50px;
  width: 500px;
  z-index: 20;
}
#modal-statement-section #modal-pop-up .viewport {
  height: 460px;
  overflow-y: scroll;
  padding-bottom: 20px;
  padding-right: 20px;
}
#modal-statement-section #modal-pop-up .viewport .content h1 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.2em;
  padding-bottom: 1em;
  text-align: center;
}
#modal-statement-section #modal-pop-up .viewport .content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}
#modal-statement-section #modal-pop-up .viewport .content p.para-heading {
  font-weight: 800;
  padding-top: 20px;
}
#modal-statement-section #modal-pop-up .viewport .content #modal-agree-talent-btn {
  background-color: #e2e2e2;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #474747;
  cursor: default;
  display: block;
  font-weight: 800;
  margin: 20px auto;
  padding: 10px 20px;
  pointer-events: none;
  text-align: center;
  width: 150px;
}
#modal-statement-section #modal-pop-up .viewport .content #modal-agree-talent-btn.enabled {
  background-color: #00b149;
  color: #ffffff;
  cursor: auto;
  pointer-events: auto;
}
#modal-statement-section #modal-pop-up .viewport .content #modal-agree-talent-btn.enabled:active,
#modal-statement-section #modal-pop-up .viewport .content #modal-agree-talent-btn.enabled:focus,
#modal-statement-section #modal-pop-up .viewport .content #modal-agree-talent-btn.enabled:hover {
  background-color: #00c953;
}
@media (max-width: 1199px) {
  .form-content-section {
    padding: 0 10em 2em;
  }
  #server-messages {
    padding: 2em 10em 2em;
  }
}
@media (max-width: 992px) {
  .form-content-section .form-progress-bar {
    position: relative;
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
  .form-content-section .form-progress-bar.wide {
    width: 100%;
  }
  .form-content-section .form-progress-bar span {
    left: 0;
    right: 0;
  }
  .form-content-section .form-progress-bar div {
    padding-right: 2.5em;
  }
  .form-content-section legend {
    border: 0;
    position: static;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .form-page-heading-section h1 {
    font-size: 36px;
    padding: 1em 1em 0;
  }
  .form-content-section {
    padding: 0 2em 2em;
  }
  #server-messages {
    padding: 2em;
  }
}
@media screen and (max-width: 767px) {
  #forms-page-content .table-responsive {
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 767px) {
  .form-page-heading-section h1 {
    font-size: 32px;
    letter-spacing: -1px;
    margin: 0 10%;
    padding: 2.5em 0 0;
  }
  .form-page-heading-section .form-progress-bar {
    margin-bottom: -2.65em;
  }
  .form-page-heading-section .form-progress-bar span {
    top: 65px;
  }
  .form-page-heading-section .form-progress-bar div p:nth-child(1) {
    font-size: 18px !important;
    padding: 4px 13px;
  }
  .form-page-heading-section .form-progress-bar div p:nth-child(1) span {
    border: none;
    position: static;
    visibility: hidden;
  }
  .form-page-heading-section .form-progress-bar div.active p:nth-child(1),
  .form-page-heading-section .form-progress-bar div.completed p:nth-child(1) {
    padding: 5px 14px;
  }
}
@media (max-width: 493px) {
  .form-content-section .list-group-item:nth-child(3) label,
  .form-content-section .list-group-item:nth-child(3) input[type=radio]:checked + label {
    padding: 6px 5px 6px 33px;
  }
}
@media (max-width: 480px) {
  .form-page-heading-section .logos {
    top: -65px;
  }
  .form-page-heading-section .logos img:first-child {
    margin-right: 5px;
    width: 64px;
  }
  .form-page-heading-section .logos img:last-child {
    margin-left: 5px;
    width: 60px;
  }
  .form-page-heading-section h1 {
    font-size: 24px;
    letter-spacing: 0px;
    padding: 1em 0 0;
  }
  .form-page-heading-section .form-progress-bar {
    margin-bottom: -2.35em;
  }
  .form-page-heading-section .form-progress-bar span {
    top: 59px;
  }
  .form-page-heading-section .form-progress-bar div {
    padding-right: 5px;
  }
  .form-page-heading-section .form-progress-bar div p:nth-child(1) {
    font-size: 6px !important;
    padding: 8px 11px;
  }
  .form-page-heading-section .form-progress-bar div p:nth-child(1) span {
    border: none;
    position: static;
    visibility: hidden;
  }
  .form-page-heading-section .form-progress-bar div.active p:nth-child(1),
  .form-page-heading-section .form-progress-bar div.completed p:nth-child(1) {
    padding: 9px 12px;
  }
  .form-content-section .alert {
    padding: 15px 10px;
  }
  #server-messages .alert-success .fa-check {
    padding-bottom: 6em;
  }
}
@media (max-width: 344px) {
  .form-content-section .list-group-item:nth-child(3) {
    padding: 22px 15px 21px;
  }
  .form-content-section .list-group-item:nth-child(3) label,
  .form-content-section .list-group-item:nth-child(3) input[type=radio]:checked + label {
    margin: -22px 0 0 -28px;
    padding: 11px 5px 11px 33px;
  }
}
@media (max-width: 320px) {
  #server-messages .alert-success {
    word-break: break-all;
  }
  #server-messages .alert-success .fa-check {
    padding-bottom: 12em;
  }
}
#interim-forms-page-content {
  overflow: visible;
  padding-top: 5em;
}
#interim-forms-page-content div {
  overflow: visible;
}
#interim-forms-page-content div#iasfooter {
  background-color: #f2f0eb;
}
#interim-forms-page-content a {
  color: #49a41c;
  text-decoration: underline;
}
#interim-forms-page-content a:hover {
  text-decoration: none;
}
#interim-forms-page-content a.green-btn {
  color: #ffffff;
  text-decoration: none;
}
#interim-forms-page-content a.green-btn:hover {
  border: 1px solid #00511a;
  color: #00511a;
}
#interim-forms-page-content a.orange-btn {
  background-color: #ff8400;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #ffffff;
  display: block;
  font-weight: 800;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#interim-forms-page-content a.orange-btn:active,
#interim-forms-page-content a.orange-btn:focus,
#interim-forms-page-content a.orange-btn:hover {
  background-color: #ffab08;
}
#interim-forms-page-content a.orange-btn:nth-of-type(2) {
  margin-top: 0.5em;
}
#interim-forms-page-content h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.1em;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
#interim-forms-page-content p {
  font-weight: 300;
}
#interim-forms-page-content p.intro {
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
}
#interim-forms-page-content p.pull-quote {
  font-weight: 500;
}
#interim-forms-page-content ul {
  font-weight: 300;
  line-height: 2.1em;
  margin-left: 2.5em;
}
#interim-forms-page-content #page-content {
  background-color: #ffffff;
  border: 1px solid #797979;
  border-radius: 12px;
  overflow: visible;
  padding: 2em 0 2.5em;
}
.interim-form-page-heading-section {
  overflow: visible;
}
.interim-form-page-heading-section div {
  overflow: visible;
}
.interim-form-page-heading-section .logos {
  left: 50%;
  position: absolute;
  top: -75px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.interim-form-page-heading-section .logos img:first-child {
  margin-right: 10px;
  width: 89px;
}
.interim-form-page-heading-section .logos img:last-child {
  margin-left: 10px;
}
.interim-form-page-heading-section .logos img.t20blast {
  width: 120px;
}
.interim-form-page-heading-section .logos.jnr-snr {
  top: -67px;
}
.interim-form-page-heading-section .logos.jnr-snr img:first-child {
  margin-right: 30px;
  position: relative;
  right: -7px;
  top: 5px;
  width: 70px;
}
.interim-form-page-heading-section h1 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1.4em;
  margin: 0 10%;
  padding-top: 1em;
  text-align: center;
}
.interim-form-page-heading-section h1.margin-bottom {
  margin-bottom: 1em;
}
.interim-form-page-heading-section h1 span {
  font-weight: 300;
}
.interim-form-content-section {
  background-color: #f2f0eb;
  margin: 0;
  overflow: visible;
  padding: 2em 5em;
}
.interim-form-content-section table tbody tr {
  border-bottom: 0;
  border-top: 0;
}
.interim-form-content-section fieldset {
  margin-bottom: 20px;
  margin-top: 17px;
  position: relative;
}
.interim-form-content-section legend {
  border-bottom: 1px solid #e2e2e2;
  color: #959595;
  float: left;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 40px 0 0.5em;
  padding-bottom: 1.5em;
  text-align: center;
}
.interim-form-content-section label {
  color: #000000;
  font-family: sans-serif;
  font-weight: 600;
  line-height: 18px;
  margin: 15px 0 0.6em;
  width: 100%;
}
.interim-form-content-section p {
  color: #373737;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.6em !important;
  margin: 0;
}
.interim-form-content-section p.section-heading {
  border-bottom: 1px solid #959595;
  font-size: 1.3em !important;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.interim-form-content-section ul {
  line-height: 1.4em;
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}
.interim-form-content-section ul li {
  padding-bottom: 0.5em;
  padding-left: 1.4em;
}
.interim-form-content-section ul li:before {
  background-color: #b6d01f;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  float: left;
  height: 7px;
  margin: 12px 0.8em 0 -1.4em;
  width: 7px;
}
    .interim-form-content-section input[type=checkbox],
    .interim-form-content-section input[type=radio] {
        margin: 0;
    }
.interim-form-content-section input::-webkit-input-placeholder {
  position: relative;
  top: 4px;
}
.interim-form-content-section .box {
  height: 330px;
}
.interim-form-content-section #box2 a {
  font-size: 12px;
}
.interim-form-content-section .fa {
  color: #6B9C35;
  margin-right: 0.4em;
}
.interim-form-content-section .btn-center {
  backface-visibility: hidden;
  overflow: visible;
  position: relative;
  text-align: center;
}
.interim-form-content-section .btn-center .light-green-btn.disabled {
  background-color: #cccccc !important;
  color: #e2e2e2 !important;
  cursor: default;
}
.interim-form-content-section .btn-center .fa-spinner {
  font-size: 1.5em;
  position: absolute;
  right: -40px;
  top: 7px;
}
.interim-form-content-section .form-group {
  clear: both;
  overflow: visible;
  position: relative;
}
.interim-form-content-section .form-group p {
  font-size: 15px;
}
.interim-form-content-section .form-group p:first-child {
  margin-top: 30px !important;
}
.interim-form-content-section .form-group p + label {
  margin-top: 0;
}
.interim-form-content-section .form-group input.form-control:nth-child(2n+1) {
  margin-top: 15px;
}
.interim-form-content-section .form-group .twitter-typeahead {
  display: block !important;
}
.interim-form-content-section .form-group .twitter-typeahead .form-control.typeahead {
  margin-top: 0;
}
.interim-form-content-section .form-control {
  background-color: #ffffff;
  border: 2px solid #cccccc;
  box-shadow: none;
  color: #373737;
  font-family: sans-serif;
  font-size: 20px;
  height: auto;
  line-height: 18px;
  padding: 0.5em 0.7em;
}
.interim-form-content-section .form-control:focus {
  border: 2px solid #373737;
}
.interim-form-content-section .form-control.ccv {
  width: auto;
}
.interim-form-content-section .form-group[class*="date-field-"] div {
  position: relative;
}
.interim-form-content-section .form-group[class*="date-field-"] .form-control {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline;
  padding: 9px 13px;
  position: relative;
  width: auto;
  z-index: 1;
}
.interim-form-content-section .form-group[class*="date-field-"] .form-control.day {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin: 2px 0 2px 2px;
}
.interim-form-content-section .form-group[class*="date-field-"] .form-control.month {
  margin: 2px 0;
}
.interim-form-content-section .form-group[class*="date-field-"] .form-control.year {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin: 2px 2px 2px 0;
}
.interim-form-content-section .form-group[class*="date-field-"] .form-control:focus ~ .field-border {
  border-color: #373737;
}
.interim-form-content-section .form-group[class*="date-field-"] .field-border {
  border: 2px solid #cccccc;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 260px;
}
.interim-form-content-section .form-group[class*="date-field-"] span {
  background-color: #ffffff;
  display: inline;
  font-size: 20px;
  margin: 2px -4px;
  padding: 9px 0;
  position: relative;
  z-index: 1;
}
.interim-form-content-section .form-group[class*="date-field-"] span.format-hint {
  background-color: #f2f0eb;
  border: 0;
  display: block;
  font-size: 15px;
  margin: 5px 0 0;
  padding: 0;
}
.interim-form-content-section select.form-control {
  padding: 9px 0.7em;
}
.interim-form-content-section .input-group-btn {
  vertical-align: top;
}
.interim-form-content-section .btn-default {
  background-color: #306c26;
  color: #ffffff;
  padding: 14px 12px;
}
.interim-form-content-section ul.list-group {
  border: 2px solid #cccccc;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-left: 0 !important;
  padding-left: 0;
}
.interim-form-content-section .list-group-item {
  background-color: #ffffff;
  padding: 8px 15px 7px;
}
.interim-form-content-section .list-group-item label {
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  margin: -8px 0 0 -28px;
  padding: 14px 0 14px 33px;
  position: absolute;
  width: 100%;
}
.interim-form-content-section .list-group-item:before {
  background-color: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  content: normal;
  float: none;
  height: auto;
  margin: 0;
  width: auto;
}
.interim-form-content-section .list-group-item input[type=checkbox] {
  position: relative;
  z-index: 1;
}
.interim-form-content-section .list-group-item input[type=checkbox]:checked + label {
  background-color: #6B9C35;
  border-color: #6B9C35;
  color: #ffffff;
  margin-top: -9px;
  padding-bottom: 16px;
  padding-top: 15px;
}
.interim-form-content-section .list-group-item input[type=radio] {
  position: relative;
  z-index: 1;
}
.interim-form-content-section .list-group-item input[type=radio]:checked + label {
  background-color: #6B9C35;
  color: #ffffff;
  padding: 14px 0 16px 33px;
}
.interim-form-content-section ul.list-group .list-group-item:active,
.interim-form-content-section ul.list-group .list-group-item:focus,
.interim-form-content-section ul.list-group .list-group-item:hover {
  border-color: #cccccc;
}
.interim-form-content-section ul.list-group .list-group-item:first-child input[type=checkbox]:checked + label {
  border-bottom: 1px solid #cccccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: -8px;
  padding-bottom: 21px;
  padding-top: 14px;
}
.interim-form-content-section ul.list-group .list-group-item:last-child input[type=checkbox]:checked + label {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.interim-form-content-section .list-group-item:focus,
.interim-form-content-section .list-group-item:hover {
  background-color: #6B9C35;
  border-color: #6B9C35;
  color: #ffffff;
  cursor: pointer;
}
.interim-form-content-section .list-group-item:focus .badge,
.interim-form-content-section .list-group-item:hover .badge {
  background-color: #6B9C35;
  color: #ffffff;
}
.interim-form-content-section .list-group-item:focus label,
.interim-form-content-section .list-group-item:hover label {
  color: #ffffff;
}
.interim-form-content-section .list-group-item:focus .fa,
.interim-form-content-section .list-group-item:hover .fa {
  color: #ffffff;
}
.interim-form-content-section .list-group-item.active,
.interim-form-content-section .list-group-item.active:focus,
.interim-form-content-section .list-group-item.active:hover {
  background-color: #6B9C35;
  border-color: #6B9C35;
  cursor: pointer;
}
.interim-form-content-section .list-group-item.active .fa,
.interim-form-content-section .list-group-item.active:focus .fa,
.interim-form-content-section .list-group-item.active:hover .fa {
  color: #ffffff;
}
.interim-form-content-section .input-group-addon {
  border: 0;
  padding: 13px 12px;
  position: relative;
}
.interim-form-content-section .input-group-addon label {
  border: 2px solid #cccccc;
  left: 0;
  margin: -13px 0 0;
  padding: 11px 0;
  position: absolute;
  width: 100%;
}
.interim-form-content-section .input-group-addon label:hover {
  border-color: #6B9C35;
  color: #ffffff;
  cursor: pointer;
}
.interim-form-content-section .input-group-addon:hover {
  background-color: #6B9C35;
}
.interim-form-content-section .input-group.radio {
  overflow: visible;
}
.interim-form-content-section .input-group.radio .input-group-addon {
  padding: 12px 12px 19px;
}
.interim-form-content-section .input-group.radio .input-group-addon input[type=radio] {
  cursor: pointer;
  float: left;
  margin-bottom: 0;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}
.interim-form-content-section .input-group.radio .input-group-addon input[type=radio]:checked + label {
  background-color: #6B9C35;
  border-color: #6B9C35;
  color: #ffffff;
  left: 0;
  margin: 0;
  top: -1px;
}
.interim-form-content-section .input-group.radio .input-group-addon label {
  font-size: 20px;
  font-weight: 400;
  padding: 14px 10px 15px;
  white-space: pre-wrap;
}
.interim-form-content-section .input-group.radio .input-group-addon:nth-child(1) label {
  border-right: 1px solid #cccccc;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
}
.interim-form-content-section .input-group.radio .input-group-addon:last-child label {
  border-left: 1px solid #cccccc;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}
.interim-form-content-section .input-group.radio.image .input-group-addon:hover {
  background-color: #6B9C35;
  cursor: pointer;
}
.interim-form-content-section .input-group.radio.image .input-group-addon:hover label {
  border-color: #6B9C35;
  color: #ffffff;
}
.interim-form-content-section .input-group.radio.image label {
  bottom: 0;
  line-height: 1.2em;
  top: 12px;
  z-index: 1;
}
.interim-form-content-section .input-group.radio.image img {
  margin-top: 60px;
  position: relative;
}
.interim-form-content-section .input-group.radio.image input[type=radio] {
  float: none;
}
.interim-form-content-section .input-group.radio.image .input-group-addon:nth-child(2) label {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.interim-form-content-section .input-group.checkbox {
  margin-top: 2em;
}
.interim-form-content-section .input-group.checkbox .input-group-addon {
  border-width: 2px;
}
.interim-form-content-section .input-group.checkbox .input-group-addon:last-child {
  border: 2px solid #cccccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.interim-form-content-section .input-group.checkbox .input-group-addon:last-child label {
  border: 0;
  font-weight: normal;
  left: auto;
  line-height: 1.7em;
  max-width: none;
  padding-left: 1em;
  position: relative;
  text-align: left;
  white-space: normal;
}
.interim-form-content-section .input-group.checkbox .input-group-addon:last-child label:hover {
  background-color: transparent;
  color: inherit;
}
.interim-form-content-section .input-group.checkbox input[type=checkbox] {
  margin-left: -5px;
  margin-top: 4px;
}
footer {
  background-color: #f2f0eb !important;
}
@media (max-width: 1199px) {
  .interim-form-content-section {
    padding: 0 10em 2em;
  }
}
@media (max-width: 992px) {
  .interim-form-content-section legend {
    border: 0;
    position: static;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .interim-form-page-heading-section h1 {
    font-size: 36px;
    padding: 1em 1em 0;
  }
  .interim-form-content-section {
    padding: 0 2em 2em;
  }
}
@media screen and (max-width: 767px) {
  #interim-forms-page-content .table-responsive {
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 767px) {
  .interim-form-page-heading-section h1 {
    font-size: 32px;
    letter-spacing: -1px;
    margin: 0 10%;
    padding: 2.5em 0 0;
  }
}
@media (max-width: 480px) {
  .interim-form-page-heading-section h1 {
    font-size: 24px;
    letter-spacing: 0px;
    padding: 1em 0 0;
  }
}
#side-navigation {
  height: 0;
  overflow: visible;
  text-align: center;
  position: relative;
  z-index: 2;
}
#side-navigation div {
  overflow: visible;
}
#side-navigation .container {
  overflow: visible;
}
#side-navigation .container .row {
  overflow: visible;
}
#side-navigation .container .row .col-lg-3.col-md-3.hidden-sm.hidden-xs {
  overflow: visible;
}
#side-navigation ul {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#side-navigation ul.logged-in li:nth-child(2) {
  background-color: #ffffff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-top: 0;
  padding: 16px 10px;
  text-align: left;
}
#side-navigation ul.logged-in li.logged-in {
  background-color: #f6f4f0;
}
#side-navigation ul.logged-in li p {
  font-size: 0.8em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
#side-navigation ul.logged-in li p.username {
  color: #00511a;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}
#side-navigation ul.logged-in li p span {
  display: inline-block;
  font-weight: 600;
  width: 5em;
}
#side-navigation ul.logged-in li p a {
  color: #00511a;
  display: inline;
  float: right;
  font-weight: 600;
  padding: 0;
}
#side-navigation ul.logged-in li p a:active,
#side-navigation ul.logged-in li p a:focus,
#side-navigation ul.logged-in li p a:hover {
  background-color: #ffffff;
  text-decoration: underline;
}
#side-navigation ul.logged-in li p a span {
  font-weight: 600;
  width: auto;
}
#side-navigation ul li {
  font-weight: 300;
  list-style-type: none;
  text-align: left;
}
#side-navigation ul li a {
  color: #373737;
  display: block;
  padding: 10px;
  text-decoration: none;
}
#side-navigation ul li a.current,
#side-navigation ul li a:active,
#side-navigation ul li a:focus,
#side-navigation ul li a:hover {
  background-color: #b6d01f;
  color: #00511a;
}
#side-navigation ul li a.has-tertiary {
  border-bottom: 1px solid #e2e2e2;
}
#side-navigation ul li a.light-green-btn {
  background-color: #b6d01f;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #00511a;
  font-weight: 600;
}
#side-navigation ul li a.light-green-btn:active,
#side-navigation ul li a.light-green-btn:focus,
#side-navigation ul li a.light-green-btn:hover {
  background-color: #6B9C35;
  color: #ffffff;
}
#side-navigation ul li a.orange-btn {
  background-color: #ff8400 !important;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #ffffff;
  font-weight: 800;
  padding: 10px 0 10px 20px;
  text-align: left;
  width: 100%;
}
#side-navigation ul li a.orange-btn:active,
#side-navigation ul li a.orange-btn:focus,
#side-navigation ul li a.orange-btn:hover {
  background-color: #ffab08 !important;
  color: #ffffff !important;
}
#side-navigation ul li a.yellow-btn {
  background-color: #d5df00 !important;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  font-weight: 800;
  padding: 10px 0 10px 20px;
  text-align: left;
  width: 100%;
}
#side-navigation ul li a.yellow-btn:active,
#side-navigation ul li a.yellow-btn:focus,
#side-navigation ul li a.yellow-btn:hover {
  background-color: #f4ff0f !important;
}
#side-navigation ul li a span {
  display: none;
}
#side-navigation ul li a .fa {
  display: inline;
  float: right;
  font-size: 1.6em;
  font-weight: 800;
  margin: 0 0.5em 0 0;
  position: relative;
  top: -2px;
}
#side-navigation ul li:first-child {
  background-color: #005317;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-top-left-radius: 15px;
  -moz-border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
}
#side-navigation ul li:nth-child(1n+2) {
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
}
#side-navigation ul li:nth-child(2) {
  background-color: #00511a;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-top-left-radius: 15px;
  -moz-border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  padding: 16px;
  text-align: center;
}
#side-navigation ul li:last-child {
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 1.5em;
}
#side-navigation ul ul.tertiary {
  background-color: #ffffff;
  border: none;
  margin: 14px 0;
  padding: 0;
  position: static;
}
#side-navigation ul ul.tertiary li {
  border: 0;
  height: 26px;
}
#side-navigation ul ul.tertiary li a {
  color: #00511a;
  padding: 3px 10px;
}
#side-navigation ul ul.tertiary li a.current {
  background-color: transparent;
  font-weight: 600;
}
#side-navigation ul ul.tertiary li a.current span.fa {
  font-weight: 600;
}
#side-navigation ul ul.tertiary li a:active,
#side-navigation ul ul.tertiary li a:focus,
#side-navigation ul ul.tertiary li a:hover {
  background-color: transparent;
  color: #49a41c;
}
#side-navigation ul ul.tertiary li a span.fa {
  display: inline;
  margin-right: 0.6em;
}
#side-navigation ul ul.tertiary li:first-child {
  background-color: #ffffff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  height: 26px !important;
}
#side-navigation ul ul.tertiary li:nth-child(2) {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: left;
}
#side-navigation ul ul.tertiary li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  padding: 0;
}
#side-navigation.primary ul {
  margin-top: 23.45em;
}
#side-navigation.primary ul.logged-in {
  margin-top: 24.45em;
}
#side-navigation.primary ul.logged-in img {
  margin-top: -9.5em;
}
#side-navigation.primary ul.logged-in li:first-child {
  padding-bottom: 0.7em;
}
#side-navigation.primary ul.logged-in li:nth-child(2) {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#side-navigation.primary ul img {
  height: 182px;
  margin-top: -12.7em;
  width: 138px;
}
#side-navigation.primary ul li:nth-child(2) {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-top-left-radius: 15px;
  -moz-border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
}
#side-navigation.secondary ul,
#side-navigation.tertiary ul {
  margin-top: 16.65em;
}
#side-navigation.secondary ul.logged-in,
#side-navigation.tertiary ul.logged-in {
  margin-top: 10.8em;
}
#side-navigation.secondary ul.logged-in img,
#side-navigation.tertiary ul.logged-in img {
  margin: -4.5em 0 -20px;
}
#side-navigation.secondary ul.logged-in li:nth-child(1),
#side-navigation.tertiary ul.logged-in li:nth-child(1) {
  height: 44px;
}
#side-navigation.secondary ul li:nth-child(1),
#side-navigation.tertiary ul li:nth-child(1) {
  height: 60px;
}
#side-navigation.secondary ul li:nth-child(2),
#side-navigation.tertiary ul li:nth-child(2) {
  background-color: #ffffff;
}
#side-navigation.secondary ul img.in2cricket,
#side-navigation.tertiary ul img.in2cricket {
  left: 92.5px;
  margin: 0;
  position: absolute;
  top: -132px;
  width: 100px;
}
#side-navigation.secondary ul img.t20-blast,
#side-navigation.tertiary ul img.t20-blast {
  left: 12.5px;
  margin: 0;
  position: absolute;
  top: -128px;
  width: 260px;
}
#side-navigation.secondary.in2cricket ul li:nth-child(1),
#side-navigation.tertiary.in2cricket ul li:nth-child(1) {
  background-color: #ffffff;
  height: auto;
}
#side-navigation.secondary.in2cricket ul li a:active,
#side-navigation.tertiary.in2cricket ul li a:active,
#side-navigation.secondary.in2cricket ul li a:focus,
#side-navigation.tertiary.in2cricket ul li a:focus,
#side-navigation.secondary.in2cricket ul li a:hover,
#side-navigation.tertiary.in2cricket ul li a:hover {
  background-color: #e5e5e5;
  color: #373737;
}
#side-navigation.secondary.in2cricket ul li a.current,
#side-navigation.tertiary.in2cricket ul li a.current {
  background-color: #f2f0eb;
  color: #373737;
  font-weight: 400;
}
#side-navigation.secondary.t20-blast ul li:nth-child(1),
#side-navigation.tertiary.t20-blast ul li:nth-child(1) {
  background-color: #ffffff;
  height: auto;
}
#side-navigation.secondary.t20-blast ul li a:active,
#side-navigation.tertiary.t20-blast ul li a:active,
#side-navigation.secondary.t20-blast ul li a:focus,
#side-navigation.tertiary.t20-blast ul li a:focus,
#side-navigation.secondary.t20-blast ul li a:hover,
#side-navigation.tertiary.t20-blast ul li a:hover {
  background-color: #e5e5e5;
  color: #373737;
}
#side-navigation.secondary.t20-blast ul li a.current,
#side-navigation.tertiary.t20-blast ul li a.current {
  background-color: #e5e5e5;
  color: #373737;
  font-weight: 800;
}
#side-navigation.tertiary ul {
  margin-top: 10.05em;
}
#side-navigation.tertiary ul img.in2cricket {
  top: -77px;
  width: 80px;
}
#side-navigation.tertiary ul img.t20-blast {
  top: -110px;
}
#side-navigation.tertiary ul li:nth-child(2) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
}
#side-navigation.tertiary.in2cricket ul li:nth-child(1) {
  background-color: #00b149;
  height: 45px;
}
#side-navigation.tertiary.t20-blast ul li:nth-child(1) {
  background-color: #4f4f4f;
  height: 45px;
}
@media (max-width: 1199px) {
  #side-navigation.secondary ul img.in2cricket,
  #side-navigation.tertiary ul img.in2cricket {
    left: 67.5px;
  }
  #side-navigation.secondary ul img.t20-blast,
  #side-navigation.tertiary ul img.t20-blast {
    left: -12.5px;
  }
}
@media (max-width: 992px) {
  #side-navigation.primary ul {
    margin-top: 18.4em;
  }
  #side-navigation.primary ul.logged-in {
    margin-top: 19.4em;
  }
}
@media (max-width: 768px) {
  #side-navigation {
    margin: 0;
  }
  #side-navigation ul {
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-top: 0;
  }
  #side-navigation ul img {
    display: none;
  }
  #side-navigation ul li {
    border-top: 1px solid #959595;
  }
  #side-navigation ul li a span {
    color: #2c8535;
    display: inline;
    float: right;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: -0.1em;
  }
  #side-navigation ul li:first-child {
    border: none;
  }
  #side-navigation ul li:nth-child(2) {
    margin: 0;
    padding: 0;
  }
  #side-navigation ul li:nth-child(1n+2) {
    background-color: #e2e2e2;
    border-bottom: 0;
  }
  #side-navigation ul li:last-child {
    background-color: #ffffff;
    border-radius: 0;
    margin: 0;
  }
}
