/*! normalize.css v3.0.0 | 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,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
.clear {
    clear:both;
}
[hidden],
template {
  display: none;
}
a {
  background: 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;
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  width: 100%;
}
td,
th {
  padding: 1px;
}
* {
  -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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f1f1f1;
  min-width:320px;
  overflow-x: hidden;
  word-wrap: break-word;
}
#pageContent {
  position: relative;
  z-index: 1;
  left: 0;
}
.mobileSubNav span {
 float: left;
}
#wrapper {
  height: auto;
  min-height: 100%;
  max-width: 1202px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
}
.container {
  border-bottom: 6px solid #007934;
}
.full {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.img-responsive {
  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;
  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;
}
div.textCentre {
  text-align: center;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.triangle {
  display: inline-block;
  width: .6em;
  height: 20px;
  position: relative;
  float: right;
  top: 8px;
}
.tag {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 12px solid #007934;
}
.triangle:before {
  right: 0;
  border-width: .4em 0 .4em .4em;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #444444;
}
.triangle:after,
.triangle:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.triangle:after {
  left: 0;
  border-width: .4em 0 .4em .4em;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f1f1f1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-family: 'hibs';
}
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: #999999;
}
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: 200;
  line-height: 1.4;
}

.block a.padded {
text-align: left;
}

#lnksMatch {
color: #333;
}


@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
  padding: 0 10px;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.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: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.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;
}
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 #999999;
}
.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: #999999;
}
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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
@font-face {
  font-family: 'hibs';
  src: url('../fonts/gillsans.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  url('../fonts/gillsans.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: 'hibs-bold';
  src: url('../fonts/gillsans-bold.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  url('../fonts/gillsans-bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 765px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 765px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 765px) {
  .row {
    margin-top: 15px;
  }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}
.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: 0%;
}
.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: 0%;
}
.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: 0%;
  }
  .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: 0%;
  }
  .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: 765px) {
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }
}
.wrapper {
  width: 1184px;
  margin: 0 auto;
}
#wrapper,
.wrapper {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 479px) {
  #wrapper,
  .wrapper {
    width: 310px;
  }
}
@media (min-width: 480px) and (max-width: 764px) {
  #wrapper,
  .wrapper {
    width: 480px;
  }
}
@media (min-width: 765px) and (max-width: 979px) {
  #wrapper,
  .wrapper {
    width: 755px;
  }
}
@media (min-width: 980px) and (max-width: 1269px) {
  #wrapper,
  .wrapper {
    width: 970px;
  }
}
@media (min-width: 765px) {
  .content-area {
    width: 450px;
  }
}
@media (min-width: 980px) {
  .content-area {
    width: 665px;
  }
}
@media (min-width: 1270px) {
  .content-area {
    width: 897px;
  }
}
.quick-nav {
  padding: 0;
  width: 275px;
}
.quick-nav .small-row {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.quick-nav .small-row > div {
  width: 130px;
  height: 130px;
  -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
}
.quick-nav .small-row > div:nth-child(odd) {
  margin-right: 15px;
}
@media (max-width: 764px) {
  .quick-nav, .desktopTickets {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media (max-width: 980px) {
  .desktopTickets {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media (min-width: 979px) {
	.mobileTickets{
		position: absolute;
	    width: 1px;
	    height: 1px;
	    margin: -1px;
	    padding: 0;
	    overflow: hidden;
	    clip: rect(0, 0, 0, 0);
	    border: 0;
	}
}
@media (max-width: 979px) {
  .content-area > div {
    width: 100%;
    display: block;
  }
}
.content-area {
  float: left;
}
@media (max-width: 764px) {
  .content-area {
    width: 100%;
  }
}
@media (min-width: 765px) {
  .content-area section {
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
  }
}
@media (min-width: 764px) {
  .content-area section {
    margin-right: 15px;
  }
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}
/** SLIDE BUTTONS
===================================*/
div#bx-pager {
  width: 100%;
  height: 100%;
}
div#bx-pager a {
  display: block;
  color: #023b34;
  text-transform: uppercase;
  padding: 15px 10px;
  font-weight: bold;
}
div#bx-pager a:nth-child(odd) {
  background: rgba(150, 175, 171, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(168, 196, 193, 0.9)), color-stop(100%, rgba(150, 175, 171, 0.9)));
  background: -webkit-linear-gradient(top, rgba(168, 196, 193, 0.9) 0%, rgba(150, 175, 171, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(168, 196, 193, 0.9)), to(rgba(150, 175, 171, 0.9)));
  background: linear-gradient(to bottom, rgba(168, 196, 193, 0.9) 0%, rgba(150, 175, 171, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6a8c4c1', endColorstr='#e696afab', GradientType=0);
}
div#bx-pager a:nth-child(even) {
  background: rgba(217, 226, 225, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(217, 226, 225, 0.9)), color-stop(100%, rgba(195, 201, 200, 0.9)));
  background: -webkit-linear-gradient(top, rgba(217, 226, 225, 0.9) 0%, rgba(195, 201, 200, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 226, 225, 0.9)), to(rgba(195, 201, 200, 0.9)));
  background: linear-gradient(to bottom, rgba(217, 226, 225, 0.9) 0%, rgba(195, 201, 200, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d9e2e1', endColorstr='#e6c3c9c8', GradientType=0);
}
div#bx-pager .active {
  background: rgba(2, 59, 52, 0.9) !important;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(2, 59, 52, 0.9)), color-stop(100%, rgba(2, 30, 16, 0.9)));
  background: -webkit-linear-gradient(top, rgba(2, 59, 52, 0.9) 0%, rgba(2, 30, 16, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 59, 52, 0.9)), to(rgba(2, 30, 16, 0.9)));
  background: linear-gradient(to bottom, rgba(2, 59, 52, 0.9) 0%, rgba(2, 30, 16, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6023b34', endColorstr='#e6021e10', GradientType=0);
}
ul.userRegister span > p {
font-size: 0.85em;
text-align: justify; font-weight:normal;
}
ul.userRegister p {
font-size: 12px;
}
@media(max-width:980px){
  ul.userRegister span > p {
	font-size: 0.75em;
	text-align: justify; font-weight:normal;
	}
}
@media (min-width: 765px) {
  div#bx-pager {
    position: absolute;
    top: 0;
    right: 0;
    width: 227px;
    max-height: 255px;
  }
  div#bx-pager a {
    height: 25%;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  div#bx-pager a p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 980px) {
  div#bx-pager {
    max-height: 328px;
  }
}
@media (min-width: 1270px) {
  div#bx-pager {
    max-height: 405px;
  }
}
/** THEME
===================================*/
ul.bxslider li{
  cursor: pointer;
}

.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bxslider/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/bxslider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/bxslider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
ul.bxslider .index{
  background: #007934;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #017439), color-stop(100%, #005c37));
  background: -webkit-linear-gradient(top, #017439 0, #005c37 100%);
  background: linear-gradient(to bottom, #017439 0, #005c37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017439', endColorstr='#005c37', GradientType=0);
  font-family: 'hibs-bold';
  padding: 10px;
}

@media (max-width: 479px) {
	ul.bxslider .index{
	  min-height: 52px;
	}
}

@media (min-width: 765px){
	ul.bxslider .index{
	  position: absolute;
	  bottom: 15px;
	  right: 20px;
	  padding: 10px 15px;
	  background: -moz-linear-gradient(top, rgba(2,59,52,0.9) 0%, rgba(2,30,16,0.9) 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,59,52,0.9)), color-stop(100%,rgba(2,30,16,0.9)));
	  background: -webkit-linear-gradient(top, rgba(2,59,52,0.9) 0%,rgba(2,30,16,0.9) 100%);
	  background: -o-linear-gradient(top, rgba(2,59,52,0.9) 0%,rgba(2,30,16,0.9) 100%);
	  background: -ms-linear-gradient(top, rgba(2,59,52,0.9) 0%,rgba(2,30,16,0.9) 100%);
	  background: linear-gradient(to bottom, rgba(2,59,52,0.9) 0%,rgba(2,30,16,0.9) 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6023b34', endColorstr='#e6021e10',GradientType=0 );
	  -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
	  box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
	  max-width: 370px;
	}
}

ul.bxslider .index h1 {
  font-size: 1.1em;
  margin: 0;
  font-family: 'hibs-bold';
  text-transform: uppercase;
}

@media (min-width: 480px){
	ul.bxslider .index h1 {
	  font-size: 1.2em;
	}
}

@media (min-width: 765px){
	ul.bxslider .index h1 {
	  font-size: 1.4em;
	  margin-bottom: 5px;
	}
}

@media (min-width: 980px){
	ul.bxslider .index h1 {
	  font-size: 1.6em;

	}
}

@media (min-width: 1270px){
	ul.bxslider .index h1 {
	  font-size: 1.8em;
	  margin-bottom: 15px;
	}
}

ul.bxslider li.newsItem{
  overflow: hidden;
  float: left;
}

ul.bxslider .readMore{
  font-size: 1em;
  text-align: right;
  display: none;
}

@media (min-width: 765px){
	ul.bxslider .readMore{
  	  display: block;
	}
}

ul.bxslider .index .readmore{
  text-align: right;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6669;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
header div#logo {
  max-width: 448px;
}
@media (max-width: 479px) {
  header {
    min-height: 56px;
    z-index: 10001;
  }
}
@media (min-width: 450px) and (max-width: 764px) {
  header {
    min-height: 56px;
    z-index: 10001;
  }
}
@media (min-width: 765px) and (max-width: 979px) {
  header {
    min-height: 116px;
  }
  span.sub-nav {
      font-size:13px;
      line-height:22px;
  }
  .fullMenu .leftMenu li {
      font-size:12px;
  }
}
header #headerContent {
  width: 100%;
}
@media (max-width: 764px) {
  header #headerContent {
    display: none;
  }
}
header nav {
  background: #017439;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #017439), color-stop(100%, #005c37));
  background: -webkit-linear-gradient(top, #017439 0%, #005c37 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#017439), to(#005c37));
  background: linear-gradient(to bottom, #017439 0%, #005c37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017439', endColorstr='#005c37', GradientType=0);
  height: 42px;
}
nav .tableWrapper {
  display: table;
  width: 100%;
}
.table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 15px;
}
nav .table {
  display: table-row;
  width: 100%;
}
nav .table li.menuItem {
  display: table-cell;
  text-align: center;
  width: 1%;
  padding: 0;
  cursor: pointer;
}
nav .table li.menuItem a{
  cursor: pointer;
}
header .nav,
nav a {
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
}
#headerContent,
footer,
#headerMobile,
.mobileNavHeader,
a.ticketLink,
a.statsLink,
a.mobiScore,
a.regBtn,
a.forgotPW,
a#loginBtn {
  background: #023b34;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #023b34), color-stop(100%, #021e10));
  background: -webkit-linear-gradient(top, #023b34 0%, #021e10 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#023b34), to(#021e10));
  background: linear-gradient(to bottom, #023b34 0%, #021e10 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023b34', endColorstr='#021e10', GradientType=0);
}
#topNav {
  padding: 15px 0;
}
#topNav ul {
  float: right;
  /* margin-right: 5px; */
  position: absolute;
  top: -50px;
  right: 0;
  margin: 20px 0 0 0;
  padding: 0;
}
#topNav ul li {
  display: inline-block;
  padding-left: 10px;
}
@media (min-width: 765px) and (max-width: 979px) {
  #topNav ul li {
    width: 150px;
  }
}
#mobileNav {
  min-height: 100%;
  background: #f1f1f1;
  position: fixed;
  color: #FFF;
  left: 0;
  top: 0;
  width: 250px;
  z-index: 1;
  display: none;
  text-transform: uppercase;
}
#mobileNav.active {
  display: block;
}
#menuLevelOne,
#menuLevelThree,
#menuLevelTwo {
  position: absolute;
  left: 250px;
  width: 250px;
  display: none;
}
#menuLevelOne {
  display: block;
  left: 0;

}
#mobileNav > ul > li,
.mobileNavHeader {
  line-height: 32px;
  color: #444444;
  font-size: 16px;
  padding: 5px 10px;
  font-family: 'hibs';
  border-bottom: 1px solid #444444;
  height: 39px;
}
#mobileNav > ul > li, header nav > ul > li{
  cursor: pointer;
}
.mobileNavHeader {
  height: 56px;
  border-bottom: none;
}
.mobileNavHeader h2 {
  margin: 10px 0 0 0;
  text-indent: -9999px;
}
#headerMobile,
#headerMobileNav,
.mobileFooter {
  display: none;
}
#headerMobile {
  position: fixed;
  width: 100%;
  top: 0;
  height: 56px;
}
@media (max-width: 764px) {
  #headerMobile {
    display: block;
    z-index: 10001;
  }
}
@media (min-wdith:979px) {
    #topNav ul {
        margin-top:38px;
    }
}
#mobileMenuIcon {
  position: absolute;
  background: url(../mobileNavHighlighted.png) no-repeat;
  margin: 18px 15px;
  width: 21px;
  height: 16px;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1002;
}
#mobileMenuIcon.active {
  background: url(../mobileNav.png) no-repeat;
}
#headerMobile .logo {
  width: 56px;
  margin: 0 auto;
  top: 4px;
  position: relative;
  text-align: center;
}
.mobileSponsorsNike {
  position: absolute;
  top: 9px;
  left: 72px;
}
ul.mobileSponsors {
  position: absolute;
  top: 0;
  right: 0px;
  width: 115px;
  margin: 13px 0 0 0;
}
@media (min-width: 765px){
	#topNav ul{
	  margin: 33px 0 0 0;
	}
}
@media (min-width: 980px){
	#topNav ul{
	  margin: 20px 0 0 0;
	}
}
ul.mobileSponsors li {
  width: 85px;
}
ul.mobileSponsors li:nth-child(2) {
  padding-left: 50px;
}
#mobileNav .copyright {
  position: relative;
  top: 400px;
  left: 10px;
  font-size: .7em;
  color: #444444;
}
#headerMobile .logo img {
  width: 56px;
}
@media (min-width: 765px) and (max-width: 979px) {
  #logo {
    max-width: 340px;
    max-height: 340px;
  }
}
.content {
  max-width: 1184px;
}
.AP-link{
  position: relative;
}
.AP-link a, .AP-link-IE{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.AP-link-IE{
 z-index:9999;
 background: #f1f1f1;
 position:fixed;
 text-align: center;
 padding-top: 30px;
}
.AP-link-IE h2{
  font-size: 23px;
  font-weight: bold;
  padding: 15px;
}
.browsers{
  width:900px;
  margin:0 auto;
  color:#fff;
  background: #005c37;
  overflow: hidden;
  border: 4px solid #023b34;;
}
.browsers p{
 width:210px;
 float:left; text-align:center;
 background: #023b34;
 margin-left: 65px;
 margin-bottom: 30px;
 padding: 15px;
}
.browsers img{
  display: block;
  text-align: center;
  margin: auto;
  width: 75px;
  margin: 10px auto
}
.fullMenu {
  display: none;
  height: 290px;
  position: absolute;
  z-index: 10000;
  background: rgba(0, 121, 52, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(2, 59, 52, 0.95)), color-stop(0%, rgba(2, 59, 52, 0.95)), color-stop(100%, rgba(2, 30, 16, 0.95)));
  background: -webkit-linear-gradient(top, rgba(2, 59, 52, 0.95) 0, rgba(2, 59, 52, 0.95) 0%, rgba(2, 30, 16, 0.95) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 59, 52, 0.95)), color-stop(0%, rgba(2, 59, 52, 0.95)), to(rgba(2, 30, 16, 0.95)));
  background: linear-gradient(to bottom, rgba(2, 59, 52, 0.95) 0, rgba(2, 59, 52, 0.95) 0%, rgba(2, 30, 16, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2023b34', endColorstr='#f2021e10', GradientType=0);
  width: 100%;
  border-bottom: 6px solid #023b34;
  left: 0;
  top: 42px;
  overflow: hidden;
  font-family: 'hibs';
}
@media (min-width: 1270px) {
  .fullMenu {
    left: -9px;
    top: 42px;
    overflow: hidden;
    min-width: 1202px;
  }
}
.fullMenu .rightMenu {
  width: 76%;
  margin-left: 4%;
  float: left;
  display: table;
  border-collapse: collapse;
}
.fullMenu .leftMenu {
  width: 20%;
  float: left;
}
.fullMenu .rightMenu ul {
  display: table-row;
}
.fullMenu .rightMenu ul.videoHibs img{
  width: 290px;
}
.fullMenu .rightMenu .menuCol3 {
  width: 33%;
  float:left;
  vertical-align: top;
  padding: 5px;
}
.fullMenu h2 {
  color: #FFF;
  font-size: 14px;
  padding: 5px 0 5px 0px;
  margin: 0px 0 10px 0;
  border-bottom: 1px solid #cdd7d6;
  border-bottom: 1px solid rgba(205, 215, 214, 0.2);
  text-align: left;
  text-transform: uppercase;
  font-family: 'hibs-bold';
}
.fullMenu .rightMenu p {
  color: #cdd7d6;
  text-align: left;
  padding: 0 0 5px;
  margin: 0;
  font-size: 14px;
}
.fullMenu .rightMenu p.max{
  max-width: 210px;
  margin: auto;
}
.fullMenu .rightMenu p a {
  color: #cdd7d6;
  text-transform: capitalize;
}
.fullMenu .leftMenu li {
  line-height: 25px;
  vertical-align: middle;
  text-align: left;
  padding: 4px 10px;
  border-top: 1px solid #cdd7d6;
  border-top: 1px solid rgba(205, 215, 214, 0.2);
}
.fullMenu .leftMenu li a {
  color: #cdd7d6;
  color: #01974C;
  font-family: 'hibs-bold';
}
.fullMenu .leftMenu li:first-child {
  border-top: none;
}
span.sub-nav {
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer
}
nav .table li.active div.highlight {
  border-bottom: 4px solid #ffffff;
  position: relative;
  bottom: 2px;
  width: 100%;
  height: 4px;
  z-index: 1003;
}
.highlight .active {
  border-bottom: 8px solid #ffffff;
  position: relative;
  bottom: 6px;
  width: 100%;
  height: 4px;
}
.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: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  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: #428bca;
}
.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: #428bca;
}
.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;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.blackPagination {
    color:#000 !important;
}
.pagination,.paginationtv,.blackPagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-left: 0;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border-top: 1px solid #d9e2e1;
  padding: 15px;
}
.blackPagination a {
    color:#000;
    padding:0 10px;
    cursor:pointer;
}
.pagination a,.paginationtv a {
  cursor:pointer;
  color: #ffffff;
  padding: 0 10px;
}
.pagination a.inactive,.blackPagination a .inactive, .paginationtv a.inactive {
  color: #d9e2e1;
}
.pagination > li,.paginationtv > li,.blackPagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span,
.paginationtv > li > a,
.paginationtv > li > span,
.blackPagination > li > a,
.blackPagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.paginationtv > li:first-child > a,
.paginationtv > li:first-child > span,
.blackPagination > li:first-child > a,
.blackPagination > 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,
.paginationtv > li:last-child > a,
.paginationtv > li:last-child > span,
.blackPagination > li:last-child > a,
.blackPagination > 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,
.paginationtv > li > a:hover,
.paginationtv > li > span:hover,
.paginationtv > li > a:focus,
.paginationtv > li > span:focus,
.blackPagination > li > a:hover,
.blackPagination > li > span:hover,
.blackPagination > li > a:focus,
.blackPagination > li > span:focus{
  color: #2a6496;
  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,
.paginationtv > .active > a,
.paginationtv > .active > span,
.paginationtv > .active > a:hover,
.paginationtv > .active > span:hover,
.paginationtv > .active > a:focus,
.paginationtv > .active > span:focus,
.blackPagination > .active > a,
.blackPagination > .active > span,
.blackPagination > .active > a:hover,
.blackPagination > .active > span:hover,
.blackPagination > .active > a:focus,
.blackPagination > .active > span:focus{
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.paginationtv > .disabled > span,
.paginationtv > .disabled > span:hover,
.paginationtv > .disabled > span:focus,
.paginationtv > .disabled > a,
.paginationtv > .disabled > a:hover,
.paginationtv > .disabled > a:focus,
.blackPagination > .disabled > span,
.blackPagination > .disabled > span:hover,
.blackPagination > .disabled > span:focus,
.blackPagination > .disabled > a,
.blackPagination > .disabled > a:hover,
.blackPagination > .disabled > a:focus{
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
footer {
  border-top: 6px solid #ffffff;
  padding: 0;
  overflow: hidden;
}
footer .col {
  float: left;
  font-size: 11px;
  width: 16.66666667%;
  padding-left: 20px;
  text-transform: uppercase;
}
footer .col h3 {
  margin: 0 0 5px 0;
}
footer .col h3 a {
  font-size: 14px;
  font-weight: bold;
}
footer .col a {
  color: #ffffff;
  font-weight: 200;
}
footer .col li {
  margin-bottom: 5px;
}
@media (max-width: 764px) {
  footer .col {
    text-align: left;
  }
  footer .col li {
    margin: 0;
    padding: 0;
  }
  footer .col h3 {
    margin: 0;
  }
  footer .col h3 a {
    font-size: 11px;
    margin: 0;
    padding: 0;
  }
  footer .col ul.col.1 {
    width: 50%;
  }
}
@media (max-width: 764px) {
  footer ul.first {
    width: 50%;
  }
  footer ul.first ul {
    text-align: left;
    margin: 0;
  }
  footer ul.first ul li {
    display: block;
  }
  footer ul.sub-menu {
    float: right;
    width: 50%;
  }
  footer ul.sub-menu ul {
    width: 100%;
  }
}
ul.col.secondary img {
  max-width: 85px;
  position: relative;
  top: 26px;
  left: -14px;
}
@media (min-width: 980px) {
	ul.col.secondary img {
	  left: 20px;
	}
}
footer ul {
  display: block;
}
footer .nav {
  padding: 10px 0;
}
@media (max-width: 764px) {
  footer ul ul.secondary {
    display: none;
  }
}
@media (max-width: 764px) {
  ul.col.secondary {
    display: none;
  }
}
ul.sponsors {
  background: #ffffff;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 0;
  padding: 10px 0;
}
ul.sponsors li,
ul.sponsors ul {
  display: inline-block;
}
ul.sponsors img {
  width: 70px;
}
ul.sponsors img.imgRN {
    width:auto;
}
@media (max-width: 765px) {
  ul.sponsors li:nth-child(1) {


  }
  ul.sponsors li:nth-child(2) {

  }
  ul.sponsors li:nth-child(2),
  ul.sponsors li:nth-child(3) {

  }
  	ul.sponsors li, ul.sponsors ul {
 	  display: inline-block;
	  margin: 0 10px;
	}
}
@media (min-width: 764px) {
  ul.sponsors ul {
    display: inline-block;
  }
  ul.sponsors ul li {
    width: 92px;
    display: inline-block;
  }
  ul.sponsors ul.secondary {
    width: auto;
	display: inline-block;
  }
  ul.sponsors ul.secondary li {
	display: inline-block;
  }
}
ul.sponsors ul.secondary li:nth-child(1) img{
  width:50px;
}
@media (min-width: 980px) {
	ul.sponsors ul li {
	  margin: 0 20px;
	}
	ul.sponsors ul li {
	  width: 80px;
	}
}
@media (min-width: 1270px) {
	ul.sponsors ul li {
	  margin: 0 31px;
	}
	ul.sponsors ul li {
	  width: 68px;
	}
}
@media (max-width: 479px) {
	ul.sponsors img {
 	  width: 62px;
	}
	ul.sponsors li, ul.sponsors ul {
	  margin: 0 6px;
	}
}
ul.col.6.secondary img {
  padding-right: 15px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav: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;
}
.hideArea					{ display:none; background-color: #eee; opacity: 0.8; position: absolute; width: 100%; height: 100%; color: #fff; top: 10px; text-align: center; vertical-align: middle; font-size: 4em; margin: -10px 0; left:0;}
.loader						{ position: relative; background: url('../images/web/loader.gif'); margin: 0 auto; width: 64px; height: 64px; top:30%;}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-color: #357ebd;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#282828));
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.quick-navigation {
  background: url("../images/web/quick-nav.jpg");
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .quick-navigation {
    background: url("../images/web/quick-nav-2x.jpg");
    -webkit-background-size: 260px 520px;
    background-size: 260px 520px;
  }
}
.quick-navigation.fixtures {
  background-position: 0 -260px;
}
.quick-navigation.tv {
  background-position: 130px 0px;
}
.quick-navigation.community {
  background-position: -130px -260px;
}
.quick-navigation.league-table {
  background-position: 0 -130px;
}
.quick-navigation.share-issue {
  background-position: 0 -130px;
}
.quick-navigation.tickets {
  background-position: 0 0;
}
.quick-navigation.shop {
  background-position: 130px -130px;
}
.quick-navigation.sponsor {
  background-position: 0px -390px;
}
.quick-navigation.lotto {
  background-position: 130px -390px;
}
section.block:last-child {
  margin-bottom: 0;
}
.gutter-b {
  margin-bottom: 15px;
}
section.block {
  background: #e5ebeb;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
section.block h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}
section.block h3 a {
  display: block;
}
section.block .padded {
  padding: 16px 20px;
}
section.block.hibs-tv{
  text-align:center;
}
section.block.hibs-tv p{
  margin:0
}
section.block.hibs-tv h2.padded{
  margin:0;
  color: #fff;
  text-align:left;
}
@media (min-width: 980px) {
  section.block .content {
    min-height: 223.5px;
  }
}
section.block .content .button {
  bottom: 4px;
  text-transform: uppercase;
  color: #007934;
  font-weight: bold;
}
section.block .content .button a{
  color: #007934;
}
section.block .content .button.top {
  display: block;
}
section.block .content .single {
  text-transform: uppercase;
  font-weight: bold;
  bottom: 4px;
}
section.block .content .left {
  left: 8px;
  position: absolute;
}
section.block .content .right {
  right: 8px;
  position: absolute;
}
@media (max-width: 979px) {
  .content {
    overflow: hidden;
  }
  .button,
  section.block .content .single {
    bottom: 0;
    margin-top: 10px;
  }
  section.block .content .left,
  .left {
    position: relative;
    float: left;
    left: 0;
  }
  section.block .content .right,
  .right {
    position: relative;
    float: right;
    right: 0;
  }
}
.right-small {
  width: 275px;
}
.right-small .recommended{
  -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
}
.recommended li{
  margin: 0 11px;
}
.other-content li, .recommended li, .tv-all-content li{
  margin-bottom: 10px;
}
.other-content ul{
  overflow: hidden
}
.other-content li,.tv-all-content li {
	float: left;
}
.other-content li:last-child,.tv-all-content li:last-child,{
	margin-bottom: 0
}
.other-content li img {
  width: 47%;
  float: left;
  margin-right: 3%;
}
.tv-all-content li img {
    max-width:200px;
    height:auto;
    float:left;
}
.tv-all-content li img {
}
.tv-all-content li {
    margin-right:10px;
}
.textWrapper {
    float:left;
    width:190px;
    margin:0 10px;
}
@media (max-width: 479px) {
	.tv-all-content ul {
	  float:left;
	}
	.tv-all-content li {
	  margin: 0 35px;
	}
	.textWrapper {
	margin:5px 0 0 0;
	}
}
@media (min-width: 765px) and (max-width: 979px) {
	.textWrapper {
      float:left;
      width:175px;
      margin:0 0 0 10px;
	}
	.tv-all-content li{
	  width:100%;
	  margin-right: 0;
	}
}
@media (min-width: 980px) and (max-width: 1270px) {
	.textWrapper {
      float:left;
      width:380px;
      margin:0 0 0 10px;
	}
}
.other-content li p {
  float: left;
  width: 50%;
}
.point, .listItem{
  cursor: pointer;
}
.other-content p, .recommended p, .tv-all-content p {
  text-transform: uppercase;
  color: #007934;
  font-weight: bold;
  margin-bottom: 4px;
}
.other-content p:nth-child(3), .recommended p:nth-child(3), .tv-all-content p:nth-child(2) {
  color: black;
  font-weight: bold;
  font-weight: normal;
  font-size: 0.8em;
}
section.block .pad,
section.block .rtearea.wideCol{
  padding: 8px;
}
section.block .rtearea.wideCol h2{
  border-bottom: 4px solid #007934;
  padding-bottom: 10px;
}
section.block .content.no-pad {
  padding: 0;
}
section.block.tvcomment {
  height: 544px;
}
.content.padded.commentArea {
  height: 349px;
  overflow: auto;
  margin: 15px 15px 0 15px;
  padding: 10px 20px;
  box-shadow: inset 0px -3px 15px rgba(0, 0, 0, 0.1);
}
.commentPost,
.commentArea span.userId {
  font-weight: bold;
}
.commentBox {
  text-align: center;
}
input#myComments {
  width: 100%;
  margin: auto;
  height: 42px;
  margin-bottom: 15px;
  padding: 0 10px;
}
@media (min-width: 480px) {
	input#myComments {
      width: 90%;
	}
}
.tv-wrapper {
  height: 160px;
  overflow: hidden;
}
.tv-wrapper img {
  width: 100%;
  top: -40px;
  position: relative;
}
.dark {
  background: #023b34;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #023b34), color-stop(100%, #021e10));
  background: -webkit-linear-gradient(top, #023b34 0%, #021e10 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#023b34), to(#021e10));
  background: linear-gradient(to bottom, #023b34 0%, #021e10 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023b34', endColorstr='#021e10', GradientType=0);
}
.dark-alt {
  background: #406b65;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #406b65), color-stop(100%, #243a3d));
  background: -webkit-linear-gradient(top, #406b65 0%, #243a3d 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#406b65), to(#243a3d));
  background: linear-gradient(to bottom, #406b65 0%, #243a3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#406b65', endColorstr='#243a3d', GradientType=0);
}
.light {
  background: #007934;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #017439), color-stop(100%, #005c37));
  background: -webkit-gradient(linear, left top, left bottom, from(#017439), to(#005c37));
  background: -webkit-linear-gradient(top, #017439 0, #005c37 100%);
  background: linear-gradient(to bottom, #017439 0, #005c37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017439', endColorstr='#005c37', GradientType=0);
}
.light-alt {
  background: #96afab;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96afab), color-stop(100%, #859b98));
  background: -webkit-linear-gradient(top, #96afab 0%, #859b98 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#96afab), to(#859b98));
  background: linear-gradient(to bottom, #96afab 0%, #859b98 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96afab', endColorstr='#859b98', GradientType=0);
}
.grey {
  background: #D9E2E1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9e2e1), color-stop(100%, #c5c9c9));
  background: -webkit-linear-gradient(top, #d9e2e1 0%, #c5c9c9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#d9e2e1), to(#c5c9c9));
  background: linear-gradient(to bottom, #d9e2e1 0%, #c5c9c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9e2e1', endColorstr='#c5c9c9', GradientType=0);
}
.last-match,
.next-match {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #023b34;
  position: relative;
}
.date,
.next-game-info {
  font-size: 12px;
  font-weight: bold;
}
ul.game-info {
  float: left;
  width: 55%;
  margin-top: 7px;
}
ul.game-info li {
  display: inline-block;
  font-size: 36px;
  line-height: normal;
  padding-right: 10px;
}
ul.game-info .result {
  color: #aaaaaa;
}
ul.kits {
  float: right;
  width: 100%;
  text-align: right;
  position: relative;
  top: -10px;
  text-align: center;
}
ul.kits li {
  display: inline-block;
  width: 55px;
  margin: 0 10px;
}
ul.kits li.versus{
  width: 20px;
  font-weight: bold;
  vertical-align: middle;
}
ul.kits li:first-child {
  margin-right: 4px;
}
.match-reports {
  max-width: 350px;
  margin: auto;
}
.next-match {
  border: none;
}
.next-match ul.kits {
  top: -3px;
}
.next-team {
  font-size: 27px;
  line-height: normal;
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 4px solid #023b34;
  padding-bottom: 5px;
}
ul.next-game-info {
  float: left;
  text-align: center;
  width: 100%;
margin: auto;
overflow: hidden;
margin-top: 5px;
clear: left;
}
ul.next-game-info li:nth-child(1),
ul.next-game-info li:nth-child(2){
  float: left;
  width: 50%;
  margin-bottom: 5px;
}
a#buynow {
width: 100%;
display: block;
float: left;
text-align: center;
margin-top: 10px;
padding: 5px;
font-weight: bold;
}
.search-nav {
  width: 100%;
}
@media (max-width: 479px) {
  .search-nav {
    width: 100%;
  }
}
.search-nav .newsSearchBar input[type=text],
.search-nav .newsSearchBar select {
  width: 100%;
}
.search-nav input,
.search-nav select,
ul.userRegister input,
ul.userRegister select,
ul.userRegister textarea,
.loginInfo input,
.modal input{
  border: 2px solid #96afab;
  width: 100%;
  margin-bottom: 10px;
  padding: 3px;
  color: black;
  border-radius: 4px;
}
#humanCheck {
  text-align: center;
  /* margin: 20px 0; */
}
@media (min-width: 480px) {
	#humanCheck {
		/* margin: 20px 0; */
	    /* height: 45px; */
	}
	#humanCheck div{
	left: 8px;
	width: 180px;
	position: relative;
	}
}
@media (min-width: 765px) {
	#humanCheck div{
	  left: 5px;
	  width: 150px;
	}
}
#humanCheck input {
  margin-top: 10px;
}
@media (min-width: 480px) {
	#humanCheck input {
	  display: block;
	  top: -44px;
	  position: relative;
	  left: 224px;
	  margin:0
	}
}
@media (min-width: 765px) {
	#humanCheck input {
	  left: 201px;
	}
}
div#messages {
  text-align: center;
}

div#messages{

	margin-top: 20px;

}
div#messages input{
	color: #fff;
	max-width: 500px;
	border: none;
}
textarea#comments{
  width:100%;
  min-height: 100px;
  border: 2px solid #96afab;
  margin-bottom: 5px;
  padding: 3px;
  border-radius: 4px;
}
@media (min-width: 480px) {
	div#messages li {
	  margin: 0;
	}
	div#messages li:first-child {
	  position: relative;
	  left: -100px;
	}
	textarea#comments {
	  position: relative;
	  right: -95px;
	  top: -20px;
	}
	textarea#comments {
	  max-width: 200px;
	}
}
@media (min-width: 765px) {
	textarea#comments{
	  right: -87px;
	}
}
@media (min-width: 980px) {
	textarea#comments, #humanCheck input{
	  min-width: 250px;
	}
	#humanCheck div {
	  width: 250px;
	}
	#humanCheck input{
	  left: 290px;
	  top: -25px;
	}
	textarea#comments {
	  right: -105px;
	}
}
@media (min-width: 1270px) {
	textarea#comments, #humanCheck input{
	  min-width: 350px;
	}
	#humanCheck input {
	  left: 340px;
	}
	#humanCheck div {
	  left: 55px;
	}
	div#messages li:first-child {
	  position: relative;
	  left: -173px;
	}
	textarea#comments {
	  right: -89px;
	}
}
.showMobile {
  padding: 10px;
}
.showMobile select {
  height: 30px;
  font-size: 12px;
}
.newsSearchBar {
  width: 100%;
  overflow: hidden;
  height: auto;
  left: 0;
  padding: 0;
}
@media (min-width: 480px) and (max-width: 764px) {
  .newsSearchBar {
    display: none;
  }
}
.newsShowHide {
  display: none;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: #cdd7d6;
  cursor: pointer;
  color: #406b65;
  width: 100%;
}
.newsShowHide p {
  margin: 0;
  padding: 15px;
}
@media (max-width: 479px) {
  .newsShowHide {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 764px) {
  .newsShowHide {
    display: block;
  }
}
.newsSearchBar {
  background: #d9e2e1;
  position: relative;
  padding: 10px;
}
.newsSearchBar input.searchBtn.newsSearchBtn {
  background: #023b34;
  border: 2px solid #023b34;
  color: #ffffff;
}
@media (max-width: 479px) {
  .newsSearchBar {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 764px) {
  .newsSearchBar {
    width: 100%;
    overflow: hidden;
    height: auto;
    left: 0;
  }
  .newsSearchBar div:nth-child(2),
  .newsSearchBar div:nth-child(3) {
    width: 48%;
    float: left;
    padding: 10px 0;
  }
  .newsSearchBar div:nth-child(2) {
    margin-right: 4%;
  }
}
@media (min-width: 765px) and (max-width: 979px) {
  .newsSearchBar {
    position: relative;
    overflow: hidden;
  }
  .newsSearchBar div:nth-child(2),
  .newsSearchBar div:nth-child(3),
  .newsSearchBar div:nth-child(4) {
    width: 36%;
    float: left;
    padding: 10px 0;
  }
  .newsSearchBar div:nth-child(4) {
    width: 20%;
    float: left;
  }
  .newsSearchBar div:nth-child(2),
  .newsSearchBar div:nth-child(3) {
    margin-right: 4%;
  }
}
@media (min-width: 980px) {
  .newsSearchBar div {
    width: 34%;
    float: left;
  }
  .newsSearchBar div:nth-child(1),
  .newsSearchBar div:nth-child(2),
  .newsSearchBar div:nth-child(3) {
    margin-right: 4%;
  }
  .newsSearchBar div:nth-child(2),
  .newsSearchBar div:nth-child(3),
  .newsSearchBar div:nth-child(4) {
    width: 22%;
  }
  .newsSearchBar div:nth-child(2),
  .newsSearchBar div:nth-child(3) {
    margin-right: 3%;
  }
  .newsSearchBar div:nth-child(4) {
    width: 10%;
  }
}
@media (min-width: 765px) {
  .showMobile {
    display: none;
  }
}
ul.newsfeed li {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(137, 162, 158, 0.1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(137, 162, 158, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(137, 162, 158, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(137, 162, 158, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a89a29e', GradientType=0);
}
@media (min-width: 480px) {
  ul.newsfeed li {
    padding: 0 15px 15px;
  }
}
ul.newsfeed li img {
  width: 100%;
}
@media (min-width: 480px) {
  ul.newsfeed li img {
    max-width: 40%;
    display: inline-block;
    float: left;
    border: 5px solid #cdd7d6;
  }
}
@media (min-width: 980px) {
  ul.newsfeed li img {
    max-width: 240px;
    float: left;
  }
}
ul.newsfeed li h1 {
  padding: 0 15px 0 15px;
  font-size: 16px;
  margin: 10px 0;
  color: #003a32;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 480px) {
	.headers {
	  float: left;
	  width: 57%;
	}
  	ul.newsfeed li h1 {
      display: inline-block;
      float: left;
      max-width: 100%;
      margin: 0 0 5px 0;
  }
}
@media (min-width: 980px) {
  ul.newsfeed li h1 {
    vertical-align: top;
    float: left;
    font-size: 20px;
  }
}
ul.newsfeed li h2 {
  padding: 0 15px;
  font-size: 12px;
  margin: 0;
  font-weight: bold;
  text-transform: capitalize;
}
.rtearea a{
	color:#000;
	font-weight:bold;
}
@media (min-width: 480px) {
  ul.newsfeed li h2 {
    display: inline-block;
    float: left;
    max-width: 100%;
	font-weight: normal;
	text-align: justify;
  }
}
@media (min-width: 980px) {
  ul.newsfeed li h2 {
    vertical-align: top;
    float: left;
    font-size: 14px;
  }
}
ul.newsfeed li:first-child {
  padding: 15px;
}
@media (max-width: 480px) {
  ul.newsfeed li:first-child {
    padding: 0 0 15px 0;
  }
}
.news-image img {
  width: 100%;
}
.news-title {
  padding: 7.5px;
  color: #ffffff;
}
@media (min-width: 980px) {
  .news-title {
    padding: 15px;
  }
}
.news-title h1 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 980px) {
  .news-title h1 {
    font-size: 25px;
  }
}
.news-title h4 {
  margin: 0;
}
.news-info {
  color: #ffffff;
  padding: 7.5px;
  overflow: hidden;
}
@media (min-width: 980px) {
  .news-info {
    padding: 7.5px 15px;
  }
  .news-info p {
    float: left;
  }
  .news-info .newsShare {
    float: right;
  }
  .news-info p,
  .news-info .newsShare {
    width: 49%;
    margin: 0;
  }
  .news-info .newsShare {
    text-align: right;
  }
}
.newsShare {
  width: 206px;
}
.newsShare {
  margin: 0;
}
div.fb-share-button.fb_iframe_widget {
  vertical-align: top;
}
.advert.bottom {
  margin-top: 15px;
}
div.newsPopular {
  float: left;
  width: 100%;
}
@media (min-width: 765px) {
  div.newsPopular {
    border-left: 1px solid #96afab;
  }
}
div.newsPopular h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 15px;
  color: #ffffff;
}
@media (min-width: 765px) {
  div.newsPopular h2 {
    border-bottom: 1px solid #96afab;
    text-align: center;
  }
}
@media (min-width: 980px) {
  div.newsPopular h2 {
    padding: 15px 25px;
  }
}
div.newsPopular ul {
  padding: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 765px) {
  div.newsPopular ul {
    padding: 15px;
  }
}
@media (min-width: 980px) {
  div.newsPopular ul {
    padding: 25px;
  }
}
div.newsPopular ul li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}
div.newsPopular img {
  max-width: 24%;
  margin-right: 3%;
  float: left;
}
@media (min-width: 765px) {
  div.newsPopular img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 3px;
  }
}
div.newsPopular h3 {
  float: left;
  font-size: 12px;
  width: 73%;
  text-transform: none;
}
@media (min-width: 480px) {
  div.newsPopular h3 {
    font-size: 14px;
  }
}
@media (min-width: 765px) {
  div.newsPopular h3 {
    width: 100%;
  }
}
@media (min-width: 765px) {
  div.col-md-12.single-news-story .col-md-8 {
    width: 100%;
    /*padding-right: 150px;*/
  }
  div.col-md-12.single-news-story .col-md-4 {
    max-width: 145px;
    float: right;
    position: relative;
    right: 0px;
  }
}
@media (min-width: 1270px) {
  div.col-md-12.single-news-story .col-md-8 {
    /*padding-right: 205px;*/
      max-width:677px;
  }
}
@media (min-width: 980px) and (max-width:1269px) {
    div.col-md-12.single-news-story .col-md-8 {
        max-width:445px;
    }
}
@media (min-width: 765px) and (max-width:979px)  {
    div.col-md-12.single-news-story .col-md-8 {
        max-width:290px;
    }
}
.secondaryNav {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
}
.secondaryNav li {
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  background: #96afab;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96afab), color-stop(100%, #859b98));
  background: -webkit-linear-gradient(top, #96afab 0%, #859b98 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#96afab), to(#859b98));
  background: linear-gradient(to bottom, #96afab 0%, #859b98 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96afab', endColorstr='#859b98', GradientType=0);
  color: #023b34;
  font-weight:bold;
}
.secondaryNav li:hover {
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(3, 20, 18, 0.4);
  box-shadow: inset 0px 0px 15px 0px rgba(3, 20, 18, 0.4);
}
.secondaryNav li:nth-child(2n) {
  background: #D9E2E1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9e2e1), color-stop(100%, #c5c9c9));
  background: -webkit-linear-gradient(top, #d9e2e1 0%, #c5c9c9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#d9e2e1), to(#c5c9c9));
  background: linear-gradient(to bottom, #d9e2e1 0%, #c5c9c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9e2e1', endColorstr='#c5c9c9', GradientType=0);
}
@media (min-width: 765px) {
  .player-stats {
    position: relative;
    top: 10px;
    right: 10px;
    -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
  }
}
@media (min-width: 980px) {
  .player-stats {
    top: 25px;
    right: 20px;
  }
}
@media (min-width: 1270px) {
  .player-stats {
    top: 70px;
    right: 40px;
  }
}
@media (min-width: 765px) {
  section.meta,
  section.gutter {
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
  }
}
.player-stats {
  color: #ffffff;
  font-weight: 300;
}
@media (min-width: 765px) {
  .player-stats {
    position: absolute;
    width: 300px;
  }
}
.player-stats table {
  width: 100%;
  color: white;
}
.player-stats tr.player-name.light {
  font-size: 20px;
  text-transform: uppercase;
}
.player-stats tr.player-name.light th {
  font-size: 30px;
  width: 10%;
  font-weight: bold;
}
.player-stats tr.player-name.light td,
.player-stats tr.player-name.light th {
  vertical-align: middle;
}
.player-stats th {
  text-align: center;
  font-weight: 500;
}
.player-stats td {
  padding: 10px 15px;
}
@media (min-width: 765px) and (max-width: 980px) {
  .player-stats td {

  }
}
.player-stats .title th {
  padding: 10px 10px 0;
  color: #aaaaaa;
  font-size: 15px;
  text-align: left;
  left: 5px;
  position: relative;
}
@media (min-width: 765px) and (max-width: 980px) {
  .player-stats .title th {
    padding: 6px 10px 0;
  }
}
.related-players .single-player {
  padding-bottom: 15px;
}
@media (max-width: 980px) and (min-width: 765px) {
  .related-players .single-player {
    padding: 0 5px;
  }
}
.single-player {
  text-align: center;
  cursor: pointer;
}
@media (max-width: 764px) {
  .single-player {
    width: 100%;
  }
}
.single-player img {

}
.single-player h2 {
  margin: 0;
  font-size: 18px;
  padding: 10px;
  margin: 0 15px 5px;
  color: #ffffff;
  position: relative;
  top: 0;
  max-width: 190px;
  margin: auto;
}
@media (max-width: 980px) and (min-width: 765px) {
  .single-player h2 {
    margin: 0 0 10px;
  }
}
.single-player div.col-md-4 {
  text-align: center;
}
@media (max-width: 764px) {
  .single-player div.col-md-4 {
    width: 100%;
    padding-top: 15px;
  }
}
.single-player {
  width: 140px;
  margin: auto;
  float: none;
}
@media (min-width: 480px) {
  .single-player {
    width: 175px;
  }
}
@media (min-width: 765px) {
  .single-player {
    width: 133px;
  }
}
@media (min-width: 980px) {
  .single-player {
    width: 190px;
  }
}
.single-player h2 {
  font-size: 12px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 8px 25px -10px #000000;
  box-shadow: 0 8px 25px -10px #000000;
}
.content-area.team-list .col-md-4 {
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 979px) {
  .content-area.team-list .col-md-4 {
    width: 50%;
  }
}
.player-bio a {
  color: #333;
  font-weight: bold;
}
@media (min-width: 980px) {
  .player-bio section.block .padded {
    padding: 30px;
  }
}
.content-area.team-list h1,
.content-area .player-bio h1,
h2.ticketsTitle,
.tickets-home .top-info,
.tickets-away .top-info,
.content-area.team-list h1{
  padding: 16px 20px;
  font-size: 18px;
  display: block;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #023b34;
  background: #D9E2E1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9e2e1), color-stop(100%, #c5c9c9));
  background: -webkit-linear-gradient(top, #d9e2e1 0%, #c5c9c9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#d9e2e1), to(#c5c9c9));
  background: linear-gradient(to bottom, #d9e2e1 0%, #c5c9c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9e2e1', endColorstr='#c5c9c9', GradientType=0);
  font-weight: bold;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 15px -3px rgba(0, 0, 0, 0.38);
  box-shadow: 0 6px 15px -3px rgba(0, 0, 0, 0.38);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.content-area.team-list.stats h1{
  margin: 0
}
table.ticketsTable tr,
table.mobileTicketsTable tr{
  /*padding: 5px 0;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;*/
  width: 100%;
}
table.ticketsTable tr{
  height: 40px;
}
table.mobileTicketsTable{
  font-size: 12px;
}
table.mobileTicketsTable img{
  width: 40px;
}
table.mobileTicketsTable>tbody>tr>td:first-child, table.mobileTicketsTable>tbody>tr>td:nth-child(2) {
  width: 66px;
  margin-right: 15px;
}
table.mobileTicketsTable>tbody>tr>td:nth-child(3) {
  padding-left: 20px;
}
table.mobileTicketsTable>tbody>tr>td:nth-child(4) {
  text-align: right;
  padding-right: 7px;
  font-weight: 700;
  width: 29%;
}
table.ticketsTable tr:nth-child(odd),
table.mobileTicketsTable tr:nth-child(odd),
table.leagueTable tr:nth-child(odd),
section.block.hibs-tv .subBox{
  background: #D9E2E1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9e2e1), color-stop(100%, #c5c9c9));
  background: -webkit-linear-gradient(top, #d9e2e1 0%, #c5c9c9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#d9e2e1), to(#c5c9c9));
  background: linear-gradient(to bottom, #d9e2e1 0%, #c5c9c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9e2e1', endColorstr='#c5c9c9', GradientType=0);

}
table.ticketsTable tr tr,
table.mobileTicketsTable tr tr{
	background: transparent !important;
	margin: 0;
	padding: 0;
}
table.ticketsTable td,
table.mobileTicketsTable td{

}
table.mobileTicketsTable td:nth-child(1), table.mobileTicketsTable td:nth-child(2) {
  text-align: center;
  width: 50px;
}
table.mobileTicketsTable td:nth-child(1),
table.mobileTicketsTable td:nth-child(2){
  text-align: center;
}
table.mobileTicketsTable table tr td{
  text-align: left !important;
}
table.mobileTicketsTable td:nth-child(3) {
  width: 50%;
  padding-left: 10px;
}
table.mobileTicketsTable table td:nth-child(1) {
  width: 100%;
}
a.ticketLink, a.statsLink, a.mobiScore {
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 15px -3px rgba(0, 0, 0, 0.38);
  box-shadow: 0 6px 15px -3px rgba(0, 0, 0, 0.38);
  font-size: 10px;
  margin-right: 10px;
  padding: 5px;
  float: right;
  min-width: 68px;
  text-align: center;
}
table.ticketsTable td:nth-child(1){
  float: left;
  width: 35px;
  margin: 5px 5px 5px;
}
table.ticketsTable td:nth-child(2){

}
table.ticketsTable td:nth-child(3){
	width: 23%;
}
table.ticketsTable td:nth-child(4){
	width: 29%;
}
table.ticketsTable td:nth-child(5){
	width: 8.5%;
}
table.ticketsTable td:nth-child(6){
	width: 6.5%;
}
table.ticketsTable td:nth-child(7){
	width: 6.5%;
}
table.ticketsTable td:nth-child(8){

}

table.ticketsTable td.small {
width: 15%;
}
table.ticketsTable td.tiny {
width: 7%;
text-align: center;
}
@media (max-width: 479px) {
	table.leagueTable{
		font-size: 0.85em;
	}
}
table.leagueTable{
	width: 100%;
}
table.leagueTable th,
table.leagueTable td{
	text-align: center;
	padding: 5px;
}
table.leagueTable th:nth-child(2),
table.leagueTable td:nth-child(2){
	text-align: left;
}
table.leagueTable th{
	background: #007934;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #017439), color-stop(100%, #005c37));
  background: -webkit-gradient(linear, left top, left bottom, from(#017439), to(#005c37));
  background: -webkit-linear-gradient(top, #017439 0, #005c37 100%);
  background: linear-gradient(to bottom, #017439 0, #005c37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017439', endColorstr='#005c37', GradientType=0);
}
table.leagueTable tr:first-child{
	color: #fff;
}
table.leagueTable tr{
	font-weight: normal !important;
}
@media (min-width: 980px) {
  .content-area.team-list h1,
  .content-area .player-bio h1 {
    padding: 16px 30px;
  }
}
.content-area.team-list h1.roster,
.content-area .player-bio h1.roster,
h2.ticketsTitle,
section.block.hibs-tv h2.padded{
  margin-bottom: 0;
  font-size: 26px;
  background: #96AFAB;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96afab), color-stop(100%, #7b908d));
  background: -webkit-gradient(linear, left top, left bottom, from(#96afab), to(#7b908d));
  background: -webkit-linear-gradient(top, #96afab 0, #7b908d 100%);
  background: linear-gradient(to bottom, #96afab 0, #7b908d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96afab', endColorstr='#7b908d', GradientType=0);
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(1, 1, 1, 0.4);
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.content-area.team-list h1.roster span,
.content-area .player-bio h1.roster span {
  color: #023b34;
}
.content-area.team-list .position,
.content-area .related-players {
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  float: left;
  width: 100%;
}
h1.teamHeader {
  margin: 0;
  padding: 15px;
}
@media (min-width: 765px) {
  .sub-nav-tv {
    background: #406b65;
  }
  .sub-nav-tv .newsSearchBar {
    background-color: transparent;
  }
  .sub-nav-tv .newsSearchBar div {
    width: auto;
  }
  .sub-nav-tv .newsSearchBar div:nth-child(1) {
    margin-right: 0;
  }
  .sub-nav-tv li,
  .sub-nav-tv a {
    display: inline-block;
    margin-right: 25px;
  }
}
.user-area {
  text-transform: uppercase;
  padding: 7.5px 15px;
  float: right;
}
.user-area > div {
  display: inline-block;
  margin: 0;
}
@media (min-width: 765px) {
  .user-area > div {
    margin-left: 25px;
  }
}
.user-area > div a {
  margin: 0;
}
@media (max-width: 764px) {
  .user-area {
    text-align: center;
    padding: 7.5px 7.5px 0 7.5px;
    float: left;
    width: 100%;
  }
  .user-area div {
    width: 48%;
    float: left;
  }
  .user-area div:first-child {
    margin-right: 4%;
  }
  .user-area .button {
    padding: 7.5px;
    float: left;
    margin: 0;
    width: 100%;
    background: #023b34;
    border-radius: 4px;
    margin-bottom: 7.5px;
  }
}
.newsSearchBar.links {
  text-transform: uppercase;
  color: #ffffff;
  float: left;
  width: auto;
  padding: 7.5px 15px;
}
@media (max-width: 764px) {
  .newsSearchBar.links .newsSearchBar.links {
    text-align: center;
    background: #d9e2e1;
  }
}
@media (max-width: 764px) {
  .newsSearchBar.links li {
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 7.5px;
    background: #ffffff;
    border: 2px solid #96afab;
    border-radius: 4px;
    color: #96afab;
    cursor: pointer;
  }
  .newsSearchBar.links li:nth-child(1) {
    width: 100%;
  }
  .newsSearchBar.links li {
    width: 48%;
  }
  .newsSearchBar.links li:nth-child(2),
  .newsSearchBar.links li:nth-child(4) {
    margin-right: 4%;
  }
}
.tv-info {
  width: 100%;
}
.tv-info .block {
  width: 100%;
}
@media (max-width: 1269px) and (min-width: 980px) {
	img.tv-box{
		width: 650px;
		height: 366px;
	}
}
.tv-info h3,
.tv-info .video-info,
.tv-info h4 {
  color: #ffffff;
}
.tv-info select {
  color: black;
}
.tv-info h4 {
  text-transform: uppercase;
  font-size: 12px;
  margin: 30px 0 7.5px 0;
}
.tv-info .video-info {
  padding: 15px;
  width: 100%;
}
.tv-info .video-info p {
  margin-bottom: 20px;
}
@media (min-width: 1270px) {
  .tv-info .video-info {
    height: 311px;
  }
}
.tv-info .video-info .col-md-4 {
  width: 275px;
}
.tv-info section.block .padded {
  padding: 15px;
}
.tv-info select {
  width: 100%;
}
@media (min-width: 1270px) {
  div.col-xs-12.col-md-4.tv-info {
    width:242px;
    float: left;
  }
}
.tags {
  text-transform: uppercase;
}
.tags li {
  display: inline-block;
  margin: 0 20px 5px 0px;
  background: #007934;
  padding: 3px 3px 3px 5px;
  font-size: 12px;
  position: relative;
}
.tags li .tag {
  position: absolute;
  top: 0;
  right: -12px;
}
@media (max-width: 979px) {
  .content-area.screen {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .content-area.screen section {
    margin-right: 0;
  }
}
.third {
  float: left;
  width: 100%;
}
@media (min-width: 765px) {
  .third section.gutter {
    margin-left: 15px;
  }
}
div.player-img {
  max-height: 400px;
  overflow: hidden;
}
div.player-img img {
  width: 100%;
}
@media (min-width: 1269px) {
    .videoWrapper,.videoP {
        width:640px;
        height:360px;
        float:left;
    }
    .tv-area{
        max-height:360px;
    }
}
.splashSmall li {
  float: left;
}
.splashSmall .splashLinks {
  margin-top: 10px;
}
.modalClose {
	position:relative;
	bottom:0;
	right:5px;
	cursor:pointer;
	float:right;
}
.modalHider {
	display:none;
    background: rgba(0, 0, 0, 0.7) !important;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	opacity:0.8;
	left:0;
}
.modalPopup {
	display:none;
	position:fixed;
	margin:auto;
	top:-150px;
	left:0;
	right:0;
	bottom:0;
	max-width: 760px;
	line-height:16px;
}
.modalContent p {
	margin:10px 0;
}
.modalCloseImg {
	background:url(../images/icons/close_button.png) no-repeat center center;
	height:40px;
	width:40px; position:absolute;
	top:-15px;
	right:-15px;
	cursor:pointer; background-size:40px;
}
.modal {
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px;
	text-align: center;
	font-size: 0.9em;
	box-shadow: rgb(0, 0, 0) 0px 2px 10px 10px;
	-webkit-box-shadow: 0 12px 30px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 12px 30px rgba(0,0,0,0.6);
	-ms-box-shadow: 0 12px 30px rgba(0,0,0,0.6);
	-o-box-shadow: 0 12px 30px rgba(0,0,0,0.6);
	box-shadow: 0 12px 30px rgba(0,0,0,0.6);
	max-width: 760px;
	background: #e5ebeb;
	padding: 20px;
}
.mainTable,  .mainTable div {
  float: left;
}
@media (max-width: 590px) {
	.modalPopup{
	  top: 100px;
	}
}
.modal img {
	max-width:100%; max-height:100%;
}
.modal table, .modal form {
	max-width:100%;
}
.modal table {
	width:100%;
	border-collapse:collapse;
}
.modal h1 {
	font-size:1.5em;
	margin:0 0 10px;
}
.modal h3 {
	color:#023b34;
	font-size:1.4em;
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
}
@media (min-width: 590px) {
	.modal h3 {
	  min-height: 47px;
	}
}
.modal table td {
	vertical-align:top
}
.modal table td:nth-child(1){
	width:52%;
	padding-left:0;
}
.modal table td:nth-child(2){
	width:50%;
}
.modal table td:nth-child(3){
	width:30%;
	vertical-align:middle;
}
.modal table.loginModal td {
	vertical-align:middle;
	padding: 10px 0;
}
.modal a {
	color:#023b34; }
.modal table.loginModal td a {

}
.modal ul.subBenefits li {
	padding:10px 0;
	border-bottom:1px solid #999;
}
.modal ul.subBenefits li:first-child {

}
.modal table.loginModalSpace { }
.modal p.regArea {
	margin-top:20px;
}
.modal p.regArea a.regBtn {
	margin-top:17px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}
a.regBtn,
a#loginBtn,
a.forgotPW{
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	display: block;
	color:#fff;

}
@media (min-width: 590px) {
	a.regBtn,
	a#loginBtn,
	a.forgotPW{
	  padding: 10px 0;

	}
}
a#loginBtn, a.forgotPW {
  width: 100%;
  text-align: center;
  margin: auto;
}
@media (min-width: 480px) {
	a#loginBtn, a.forgotPW {
 	  width: 90%;
 	}
}
a.forgotPW{
	background: #96AFAB;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96afab), color-stop(100%, #7b908d));
background: -webkit-gradient(linear, left top, left bottom, from(#96afab), to(#7b908d));
background: -webkit-linear-gradient(top, #96afab 0, #7b908d 100%);
background: linear-gradient(to bottom, #96afab 0, #7b908d 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96afab', endColorstr='#7b908d', GradientType=0);
}
a.commentLogin {
  padding: 10px;
  border-radius: 4px;
  display: block;
  text-align: center;
}
.modal input{
	margin-bottom: -4px;
}
.modal .col:first-child{
	margin-bottom: 15px;
}

@media (min-width: 590px) {
	.modal .col{
		float: left;
		width: 48%;
	}
	.modal .col:first-child{
		margin-right: 4%;
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	.modal table.loginModal td{
		width: 100% !important;
		padding: 5px 0 0 0;
		float: left;
	}
	table.loginModal.loginModalSpace{
		margin-top: 10px;
	}
}
#topNav div.login-area {
  position: absolute;
  top: -15px;
  right: 0;
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 2px solid #cdd7d6;
  border-top: none;
}
#topNav div.login-area img {
  width: 18px;
}
#topNav div.login-area ul {
  display: inline-block;
  float: none;
  position: relative;
  margin: 0;
  padding: 3px 10px;
}
#topNav div.login-area ul li {
  display: inline-block;
  width: auto;
}
#topNav div.login-area ul li:first-child {
  padding-left: 0;
}
#topNav div.login-area ul li:nth-child(3) {
  text-transform: uppercase;
  margin-left: 50px;
}
#topNav div.login-area a{
  color: #000;
}
ul.userRegister {
  padding: 15px;
  font-weight: bold;
}

ul.userRegister.selection li.last{
  width: 100%;
}

@media (max-width: 479px) {
	form#contactus li.last{
	  text-align:left
	}
}

ul.userRegister.selection li.last div{
  width: 100%;
}

ul.userRegister.selection li.last a{
  display: inline-block;
  padding: 0;
  margin-left: 5px;
}

ul.userRegister.selection input{
  display: inline-block;
  width: auto;
  margin-right: 10px;
  vertical-align: top;
  min-width: 0;
  position: relative;
  top: 3px;
}

ul.userRegister.selection div {
  display: inline-block;
}

@media (min-width: 480px) {
	ul.userRegister.selection {
  	  margin: auto;
 	  width: 400px;
	}
}

ul.userRegister.selection span{
  display: inline;
  margin: 0;
}

ul.userRegister a{
  color: #333333;
}

ul.userRegister li {
  margin-bottom: 15px;
}
ul.userRegister input, ul.userRegister select, ul.userRegister textarea {
  min-width: 200px;
  width: auto;
}
@media (max-width: 480px) {
  ul.userRegister input, ul.userRegister select, ul.userRegister textarea {
    width: 100%;
  }
}
@media (min-width: 980px) {
  ul.userRegister input, ul.userRegister select, ul.userRegister textarea {
    min-width: 250px;
  }
}
@media (min-width: 1270px) {
  ul.userRegister input, ul.userRegister select, ul.userRegister textarea {
    min-width: 350px;
  }
}
@media (max-width: 480px) {
  ul.userRegister input#resetReg {
    margin: 10px 0;
  }
}
ul.userRegister input#resetReg,
ul.userRegister input#submitReg {
  border: none;
  color: #ffffff;
  padding: 10px;
}
ul.userRegister select {
  padding: 5px 10px;
  height: 30px;
  /* margin: 0; */
  border-radius: 4px;
  background: #F8F8F8;
  color: #000;
  border: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #96AFAB;
  font-size: 12px;
  width: 63px;
  vertical-align: top;
}
@media (min-width: 980px) {
	ul.userRegister select {
		width: 80px;
	}
}
@media (min-width: 1270px) {
	ul.userRegister select {
		width: 114px
	}
}
@media (max-width: 480px) {
  ul.userRegister select {
    width: 100%;
  }
}
@media (max-width: 979px) {
	ul.userRegister.mysub span{
	  text-align:left;
	}
	ul.userRegister.mysub input{
	  width:100%;
	}
}
ul.userRegister span {
  min-width: 159px;
  display: inline-block;
  text-align: right;
  margin-right: 40px;
}
@media (min-width: 480px) {
	ul.userRegister span {
		max-width: 150px;
		vertical-align: top;
		margin-bottom: 10px;
	}
}
@media (max-width: 479px) {
  ul.userRegister span {
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
}
@media (min-width: 980px) {
  ul.userRegister span {
    min-width: 250px;
  }
}
@media (min-width: 1270px) {
  ul.userRegister span {
    min-width: 300px;
  }
}
@media (max-width: 764px) and (min-width: 480px) {
  ul.userRegister span {
    min-width: 40%;
  }
}
@media (min-width: 480px) {
	ul.userRegister.subDetails span {
  	  min-width: 220px;
	}
	ul.userRegister.subDetails input {
	  min-width: 160px;
	}
}
@media (min-width: 765px){
	ul.userRegister.subDetails span {
	  margin-right: 10px;
	}
	ul.userRegister.subDetails input {
	  min-width: 150px;
	}
}
@media (min-width: 980px){
	ul.userRegister.subDetails{
	  margin-left: 75px;
	}
	section.block.hibs-tv ul.userRegister.subDetails li{
	float:none;
	width: auto;
}
}
@media (min-width: 1270px){
	ul.userRegister.subDetails{
	  margin:0 215px
	}
}
ul.userRegister .top a {
  margin-bottom: 10px;
}
ul.userRegister .last,
ul.userRegister .top {
  text-align: center;
}
@media (min-width: 980px) {
  ul.userRegister .last input,
  ul.userRegister .top input {
    min-width: 250px;
  }
}
ul.userRegister .last a,
ul.userRegister .top a {
  border-radius: 4px;
  display: inline-block;
}
.userRegister.mysub a{
  color: #ffffff;
}
.userRegister.mysub li.alt{
  text-align: center;
  width: 100%;
}
.userRegister.mysub li.alt input, .userRegister.mysub li.alt label{
  display: inline-block;
}
.userRegister.mysub li.alt input{
  min-width: 0;
}
@media (max-width: 765px) {
  ul.userRegister .last a,
  ul.userRegister .top a {
    margin-top: 10px;
  }
}
#country{
  width: auto;
}
ul.userRegister .last a:first-child,
ul.userRegister .top a:first-child {
  margin-top: 0;
}
.loginInfo {
  margin: auto;
  max-width: 500px;
  font-weight: bold;
}
@media (max-width: 979px) {
  .loginInfo {
    margin: 0 10px;
  }
}
.loginInfo form {
  margin: 10px 0;
  display: inline-table;
  width: 100%;
}
.loginInfo span {
  min-width: 20%;
  margin-bottom: 10px;
  display: block;
}
.loginInfo a {
  padding: 10px;
  border-radius: 4px;
  width: 49%;
  float: left;
  text-align: center;
  margin-left: 2%;
}
@media (max-width: 480px) {
  .loginInfo a {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.loginInfo a:first-child {
  margin-left: 0;
}
@media (max-width: 480px) {
  .loginInfo a:first-child {
    margin-bottom: 10px;
  }
}
.loginInfo p.errorText {
  padding: 10px 10px 30px;
}
.loginInfo a.retry {
  width: 100%;
}
form#htvForgot h2{
  margin: 10px 0 20px 0;
}
form#htvForgot span, form#htvForgot input {
  display: inline-block;
  width: auto;
  margin-left: 10px;
}
@media (min-width: 480px){
form#htvForgot a#loginBtn{
  width: 49%;
  margin-left:2%;
}
form#htvForgot a#loginBtn:first-child{
  margin-left:0
}
}
p.badges {
  float:right;
}
.tickets-home .top-info p,
.tickets-away .top-info p{
  margin:0;
}
.tickets-home h2,
.tickets-away h2{
  margin:0;
  border-bottom: 4px solid #007934;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tickets-home img,
.tickets-away img {
  width: 50px;
  margin: 0 5px;
}
section.block.hibs-tv .subBox{
  padding-bottom:15px;
}
section.block.hibs-tv .subBox h2{
  font-size: 22px;
  font-weight: bold;
  margin:0 0 15px 0;
  padding:10px;
  color:white;
  background: #023b34;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #023b34), color-stop(100%, #021e10));
  background: -webkit-linear-gradient(top, #023b34 0%, #021e10 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#023b34), to(#021e10));
  background: linear-gradient(to bottom, #023b34 0%, #021e10 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023b34', endColorstr='#021e10', GradientType=0);
}
section.block.hibs-tv ul li{
  font-weight: normal;
}
section.block.hibs-tv ul li li:nth-child(2){
  margin-top:10px;
}
section.block.hibs-tv ul li li:nth-child(2),
section.block.hibs-tv ul li li:nth-child(3){
  font-weight:bold;
}
@media (min-width: 980px) {
	section.block.hibs-tv ul li{
	  width:50%;
	  float:left;
	}
	section.block.hibs-tv ul li li{
	  width:100%;
	  float:none;
	}
	section.block.hibs-tv li:nth-child(2) .subBox{
		border-left: 1px solid #023b34;
	}
}

.payments{
  margin-top: 15px;
  width: 100%;
  padding: 0 15px;
}
section.block.hibs-tv .payments p.description{
  margin-top: 15px;
  font-weight: bold;
  font-size: 12px;
}
.cards{
  width: 150px;
  margin: 15px auto;
}
@media (min-width: 980px){
	.payments{
	  float: right;
	  width: 50%;
	  margin-top: 50px;
	}
}
.stripe-button-el span{
  background: #017439 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #017439), color-stop(100%, #005C37)) !important;
  background: -webkit-linear-gradient(top, #017439 0%, #005C37 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#017439), to(#005C37)) !important;
  background: linear-gradient(to bottom, #017439 0%, #005C37 100%) !important;
  padding: 10px 15px;
  height: auto;
  line-height: 1;
  width: 100%;
}
.stripe-button-el{
  padding: 0;
  border: 0px solid rgba(0, 0, 0, 0);
  background-image: none;
  width: 100%;
}
@media (min-width: 765px){
	.stripe-button-el{
	  width:70%
	}
}
/* Flexible iFrame */
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.fixtureResults, ul.fixtureScore{
  max-width: 600px;
}

ul.fixtureResults li {
  display: table-cell;
  width: 50%;
  margin-top: 20px;
}
.teamName, .teamScore, .fixtureInfoArea p:first-child{
  font-weight: bold;
}
.teamName{
  font-size: 18px;
  margin-top: 10px;
}
.teamScore{
  font-size: 30px;
  margin: 0PX;
  position: relative;
  top: -6px;
}

.fixtureInfoArea p{
  margin: 0;
}
.fixtureInfoArea p:first-child{
  text-transform: uppercase;
  font-size: 18px
}

.fixtureInfoArea {
  margin-bottom: 15px;
  font-size: 16px;
}

.team-list ul {
  display: table;
  max-width: 600px;
  margin: auto;
  display: table;
  margin-top: 20px;
}
.team-list ul li {
  display: table-cell;
  width: 50%;
  margin-top: 20px;
}
@media (min-width: 765px){
	.team-list ul li {
	   width: 300px;
	}
}
.team-list ul li h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
#splashPage { display:none; }
.splashLinks {  padding: 20px 0 0 10px; box-sizing:border-box; -moz-box-sizing:border-box; }
.splashLinks a { position:initial; color:#000; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold; float:right; text-align:right;  }
.splashLinks a:hover { color:#000; }
.splashBig { max-width:720px; max-height:300px;  margin-bottom:20px; }
.splashBig ul { max-height:300px !important;}
.splashBig img { margin:0 !important;  width:720px; height:300px; }
.splashSmall { width:720px; margin:0 auto; height:140px; overflow:hidden; }
.splashSmall ul li { float:left; min-width:230px; text-align:center; }
.splashSmall img { width:230px; margin-right: 15px; }
.splashSmall ul li:nth-child(3n) img { margin:0; }

.mainslider { max-height: 405px; overflow: hidden; }

ul.userRegister select.dob{
   width: 64px;
   min-width: 0;
}
@media (max-width: 479px){
	ul.userRegister select.dob{
		width: 32.333%;
	}
}
@media (min-width: 767px){
	ul.userRegister select.dob{
		width: 13.33333%;
	}
}
ul.imageGallery {
    width: 100%;
    margin: 0 auto;
}
ul.imageGallery li {
    float: left;
    margin: 10px 5px;
    width: 30%;
}
ul.imageGallery li img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
#topNav ul.additional-links {
  position: absolute;
  bottom: -15px;
  top: inherit;
  right: 120px;
  background: rgba(0, 0, 0, 0.29);
}
#topNav ul.additional-links li {
  position: relative;
  /*width: 180px;*/
  width: auto;
  text-align: center;
  padding: 0;

}
#topNav ul.additional-links li a {
  font-family: 'hibs';
  color: #fff;
  font-size: 10px;
  padding: 5px 20px;
  display: inline-block;
  text-transform: uppercase;
}
li.half-triangle-left:after,
li.half-triangle-left:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top:0px;
}
li.half-triangle-left:after {

  width: 0;
  height: 0;
  right: -19px;
  border-style: solid;
  border-width: 24px 0 0 19px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.29);
}
li.half-triangle-left:before {
  width: 0;
  height: 0;
  left: -19px;
  border-style: solid;
  border-width: 0 0 24px 19px;
  border-color: transparent transparent rgba(0, 0, 0, 0.29) transparent;
}
.sponsor-logo {
  max-width: 125px;
  max-height: auto;
}
.social-icon {
  max-height: 35px;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (min-width: 768px)and (max-width: 991px) {
    .hidden-sm {
        display: none!important
    }
}