/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0px;
  padding: 0px;
}
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;
}
[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;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .container {
    width: 75rem;
  }
}
@media (min-width: 992px) {
  .container {
    width: 97rem;
  }
}
@media (min-width: 1220px) {
  .container {
    width: 117rem;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.col-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1220px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
* {
  -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;
}
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}
body {
  font-family: 'Open Sans', 'proxima-nova-soft', Helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.846;
  color: #555555;
  background-color: #555555;
  height: 100%;
}
.site-container {
  max-width: 1300px;
  margin: 0 auto;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00aeef;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #0076a3;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: -2px;
}
.alternative-links a,
a.alt-link-color {
  color: #555555;
  text-decoration: none;
}
.alternative-links a:hover,
a.alt-link-color:hover,
.alternative-links a:focus,
a.alt-link-color:focus {
  color: #0076a3;
  text-decoration: underline;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  border: 0;
  border-top: 1px solid #eeeeee;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #00aeef;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1 {
  font-size: 36px;
  font-size: 3.6rem;
}
h2,
.h2 {
  font-size: 30px;
  font-size: 3rem;
}
h3,
.h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
h4,
.h4 {
  margin-top: 1.2em;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1.3rem;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.lead {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4;
}
.small-paragraph {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.bold {
  font-weight: 700;
}
small,
.small {
  font-size: 0.7em;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left,
.TextLeft {
  text-align: left;
}
.text-right,
.TextRight {
  text-align: right;
}
.text-center,
.centerAlign {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00aeef;
}
a.text-primary:hover {
  color: #0089bc;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #ea2457;
}
a.text-warning:hover {
  color: #c81342;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding-left: 2rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-primary > ul,
ul.list-primary {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  list-style: none;
  padding-left: 0;
}
.list-primary li {
  padding-left: 2rem;
  background: url('../images/bullets/arrow-primary.png') no-repeat left center;
}
.list-primary li a {
  color: #777777;
  text-decoration: none;
}
.list-primary li a:hover,
.list-primary li a:active {
  text-decoration: underline;
}
.list-primary li.Highlighted a {
  color: #00aeef;
}
ul.list-unstyled,
.list-unstyled ul {
  padding-left: 0;
  list-style: none;
}
ul.list-unstyled ul li,
.list-unstyled ul ul li {
  margin-left: 1em;
}
.list-unstyled li.Highlighted a {
  color: #00aeef;
}
.list-inline {
  margin-left: -5px;
}
ulul.list-inline,
ul.list-inline ul,
ul.list-inline ul,
.list-inline ul ul {
  padding-left: 0;
  list-style: none;
}
ulul.list-inline ul li,
ul.list-inline ul ul li,
ul.list-inline ul ul li,
.list-inline ul ul ul li {
  margin-left: 1em;
}
ul.list-inline li.Highlighted a,
.list-inline ul li.Highlighted a {
  color: #00aeef;
}
ul.list-inline > li,
.list-inline ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline li.Highlighted a {
  color: #00aeef;
}
dl {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
dt,
dd {
  line-height: 1.846;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 1.2rem 2.4rem;
  margin: 0 0 2.4rem;
  font-size: 1.625rem;
  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.846;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 2.4rem;
  font-style: normal;
  line-height: 1.846;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.6rem 1.2rem;
  font-size: 1.3rem;
  line-height: 1.846;
  border-radius: 0.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #f3f3f3;
  border-color: #999993;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #b7b7b2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f3f3f3;
  border-color: #999993;
}
.btn-default .badge {
  color: #f3f3f3;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #00aeef;
  border-color: #00aeef;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #23c3ff;
  border-color: #2dc6ff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00aeef;
  border-color: #00aeef;
}
.btn-primary .badge {
  color: #00aeef;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #80c780;
  border-color: #87cb87;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #85d0e7;
  border-color: #8ed4e8;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ea2457;
  border-color: #ea2457;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ee537b;
  border-color: #ef5c82;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ea2457;
  border-color: #ea2457;
}
.btn-warning .badge {
  color: #ea2457;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #e27c79;
  border-color: #e48481;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn--listen-live {
  vertical-align: bottom;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 1rem 2rem;
}
.btn--listen-live:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 2rem;
  height: 2rem;
  margin-left: 0.6em;
  background-image: url('../images/icons/icon-play-light-@2x.png');
  background-size: cover;
}
@media (min-width: 795px) {
  .btn--listen-live:after {
    margin-left: 1em;
  }
}
.btn-link {
  color: #00aeef;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0076a3;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 1rem 1.6rem;
  font-size: 1.8rem;
  line-height: 1.33;
  border-radius: 0.6rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-xs {
  padding: 0.1rem 0.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-icon {
  vertical-align: top;
}
.icon-only {
  margin-top: 0px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 2.4rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label,
.control-label,
.EditingFormLabel {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.5rem;
  font-weight: bold;
  white-space: nowrap;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 1.6rem;
  font-size: 1.3rem;
  line-height: 1.846;
  color: #555555;
}
.form-control,
.DropDownList {
  /*
    REVIEW Not sure if this is the best approach for Kentico. There are a few web parts that
    have inline form layouts without using .form-inline, so we need to treat all forms as
    inline, then setup block level form controls when needed, per web part/layout.

    display: block;
    width: 100%;
    */
  display: inline-block;
  width: 100%;
  max-width: 30rem;
  height: 3.8rem;
  padding: 0.6rem 1.2rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0.4rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus,
.DropDownList:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder,
.DropDownList::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.DropDownList:-ms-input-placeholder {
  color: #aaaaaa;
}
.form-control::-webkit-input-placeholder,
.DropDownList::-webkit-input-placeholder {
  color: #aaaaaa;
}
.form-control.has-placeholder,
.DropDownList.has-placeholder {
  color: #aaaaaa;
}
.form-control[disabled],
.DropDownList[disabled],
.form-control[readonly],
.DropDownList[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .DropDownList {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control,
textarea.DropDownList {
  overflow: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
select.form-control,
select.DropDownList {
  width: auto;
  max-width: 28rem;
}
.control-group-inline .form-control,
.control-group-inline .DropDownList,
.editing-form-control-nested-control .form-control,
.editing-form-control-nested-control .DropDownList {
  display: inline-block;
}
input[type="file"] {
  padding: 0.6rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0.4rem;
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 3.8rem;
  line-height: 1.846 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.846;
}
.form-group {
  margin-bottom: 15px;
}
.form-group.is-required label:after {
  content: "*";
  color: tomato;
}
.EditingFormTable td {
  padding-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 6px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 2.4rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.ie .radio,
.ie .checkbox,
.Gecko .radio,
.Gecko .checkbox {
  margin-top: 4px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.checkbox-inline input[type="checkbox"],
.radio-list-horizontal input[type="radio"],
.checkbox-list-horizontal input[type="checkbox"] {
  margin-top: 4px \9;
}
.radio input[type="radio"] + label,
.checkbox input[type="checkbox"] + label,
.radio-inline input[type="radio"] + label,
.checkbox-inline input[type="checkbox"] + label,
.radio-list-horizontal input[type="radio"] + label,
.checkbox-list-horizontal input[type="checkbox"] + label {
  margin-left: 4px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline,
.radio-list-horizontal label,
.checkbox-list-horizontal label {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline,
.radio-list-horizontal label + input[type="radio"],
.checkbox-list-horizontal label + input[type="checkbox"] {
  margin-top: 0;
  margin-left: 12px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
.radio-list-horizontal label.disabled,
.checkbox-list-horizontal label.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-list-horizontal label,
fieldset[disabled] .checkbox-list-horizontal label {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
table.radio,
table.checkbox {
  margin-top: 0;
  display: table;
}
table.ContentRadioButtonList input[type="radio"],
table.ContentCheckBoxList input[type="checkbox"] {
  margin-left: 8px;
}
.form-control-static,
.form-control-text {
  display: inline-block;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-text.input-lg,
.form-control-static.input-sm,
.form-control-text.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 2.2rem;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 2.2rem;
  line-height: 2.2rem;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 5.2rem;
  padding: 1rem 1.6rem;
  font-size: 1.8rem;
  line-height: 1.33;
  border-radius: 0.6rem;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 5.2rem;
  line-height: 5.2rem;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 4.75rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 5.2rem;
  height: 5.2rem;
  line-height: 5.2rem;
}
.input-sm + .form-control-feedback {
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ea2457;
}
.has-warning .form-control {
  border-color: #ea2457;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #c81342;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3819e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3819e;
}
.has-warning .input-group-addon {
  color: #ea2457;
  border-color: #ea2457;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #ea2457;
}
.has-error .help-block,
.Error .help-block,
.has-error .control-label,
.Error .control-label,
.has-error .radio,
.Error .radio,
.has-error .checkbox,
.Error .checkbox,
.has-error .radio-inline,
.Error .radio-inline,
.has-error .checkbox-inline,
.Error .checkbox-inline,
.has-error.radio label,
.Error.radio label,
.has-error.checkbox label,
.Error.checkbox label,
.has-error.radio-inline label,
.Error.radio-inline label,
.has-error.checkbox-inline label,
.Error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control,
.Error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.Error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon,
.Error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback,
.Error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 7.4rem;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
.EditingFormTable td {
  vertical-align: top;
}
.EditingFormTable td .EditingFormLabel {
  display: block;
  text-align: right;
  margin-bottom: 0;
  padding-top: 0.7rem;
  padding-right: 1.5rem;
}
.EditingFormTable {
  width: 100%;
  max-width: 60rem;
}
.ErrorMessage,
.ErrorLabel,
.CMSValidator {
  display: inline-block;
  margin: 1em 0;
  color: #ea2457;
}
.form-control-error,
.ErrorLabel,
.LineErrorLabel,
.EditingFormErrorLabel {
  display: inline-block;
  margin-left: 4px;
  color: #ea2457 !important;
}
.EditingFormErrorLabel {
  padding-top: 0.6rem;
}
.EditMode .ErrorLabel,
.PreviewMode .ErrorLabel {
  display: inline !important;
}
.CaptchaTable {
  border-collapse: collapse;
}
.CaptchaTable td {
  padding: 2px !important;
}
.CaptchaTextBox {
  width: 75px !important;
  height: 31px;
}
.CaptchaTextBoxSmall {
  width: 15px !important;
  margin-left: 5px;
  margin-right: 5px;
  height: 31px;
}
.CaptchaQuestion {
  min-width: 100px;
}
.CaptchaAfterText {
  padding: 10px;
  min-width: 170px;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.6rem;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 4rem;
}
@media (min-width: 768px) {
  .form-horizontal .control-label,
  .form-horizontal .EditingFormLabel {
    text-align: right;
    margin-bottom: 0;
    padding-top: 0.6rem;
  }
  .form-horizontal .editing-form-label-cell {
    padding-right: 1.5rem;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 1.5rem;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 2.33rem;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 1.5rem;
  }
}
table td label {
  margin-bottom: 0;
  padding-right: 1.5rem;
}
table td input[type="submit"] {
  position: relative;
  top: -1px;
}
/* overriding default styles for textbox */
.ForumNewPost .TextareaItem {
  width: 400px;
  height: 150px;
  line-height: normal;
}
.forumSearch input[type=text] {
  width: 170px;
}
.CartContentTable .input-number {
  width: 47px !important;
}
.CartStepPanel .country-selector .control-group-inline {
  margin-top: 5px;
}
.EditingFormTable .DropDownField,
.UniGridHeader .ContentDropdown,
.MessagingBox .DropDownFieldSmall,
.UnigridPagerPageSize select,
.ForumExtendedSearch .DropDownList,
.SearchDialog .DropDownField,
.ForumExtendedSearch .DropDownList,
.BlockContent select,
.CntRatingDrpList,
.CMSSearchDialogSearchModeDropDownList,
.CMSSearchDialogSearchScopeDropDownList,
.DropDownField {
  width: 666px;
  border-color: tomato;
}
.MessagingBox .DropDownFieldSmall {
  width: 170px;
}
.UniGridHeader .ContentDropdown {
  padding-top: 0px !important;
}
.ContentBody .UniGridHead {
  height: 38px !important;
}
.UniGridHeader .ContentDropdown,
.UnigridPagerPageSize select {
  width: 80px;
}
.CtxContainer .SepContextButton {
  background: url('~/CMSPages/GetResource.ashx?image=CMSModules/CMS_Content/EditMenu/16/arrow.png') no-repeat center center;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ContentEditMenu .CheckBoxField {
  position: relative;
  top: 5px;
}
.EditingFormTable .CalendarIcon {
  margin-left: 10px;
}
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.contact-form {
  margin-bottom: 2rem;
}
@font-face {
  font-family: 'Core-icons';
  src: url('../../dist/fonts/core-icons/Core-icons.eot');
  src: url('../../dist/fonts/core-icons/Core-icons.svg#Core-icons') format('svg'), url('../../dist/fonts/core-icons/Core-icons.eot?#iefix') format('embedded-opentype'), url('../../dist/fonts/core-icons/Core-icons.ttf') format('truetype'), url('../../dist/fonts/core-icons/Core-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  font-family: 'Core-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  vertical-align: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before {
  content: "\e619";
}
.icon-only:before {
  content: none !important;
}
.img-ico img {
  padding: 0;
  margin-right: 0.65rem;
}
.icon-crosshair {
  position: relative;
  display: inline-block;
}
.icon-crosshair:before {
  content: "\e71b";
  color: #fff;
  position: absolute;
  left: 0;
  display: inline-block;
}
.icon-crosshair:after {
  content: "\e71f";
  position: absolute;
  left: 0;
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.85714286em;
}
.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.icon--spin {
  -webkit-animation: icon--spin 0.6s infinite linear;
  animation: icon--spin 0.6s infinite linear;
}
@-webkit-keyframes icon--spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon--spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #ffffff;
}
.icon-checklist:before {
  content: "\e61b";
}
.icon-watch:before {
  content: "\e601";
}
.icon-permission-list:before {
  content: "\e634";
}
.icon-users:before {
  content: "\e602";
}
.icon-brand-youtube:before {
  content: "\e659";
}
.icon-user-frame:before {
  content: "\e604";
}
.icon-brand-pinterest:before {
  content: "\e6e3";
}
.icon-user:before {
  content: "\e605";
}
.icon-brand-open-id:before {
  content: "\e6e4";
}
.icon-two-rectangles-v:before {
  content: "\e606";
}
.icon-brand-linkedin:before {
  content: "\e6e5";
}
.icon-two-rectangles-h:before {
  content: "\e607";
}
.icon-brand-google-plus:before {
  content: "\e6e6";
}
.icon-t-shirt:before {
  content: "\e608";
}
.icon-xml-tag:before {
  content: "\e6e7";
}
.icon-truck:before {
  content: "\e609";
}
.icon-trophy:before {
  content: "\e60a";
}
.icon-rss:before {
  content: "\e6e9";
}
.icon-triangle-right:before {
  content: "\e60b";
}
.icon-restriction-list:before {
  content: "\e6ea";
}
.icon-translate:before {
  content: "\e60c";
}
.icon-qr-code:before {
  content: "\e6eb";
}
.icon-times-circle:before {
  content: "\e60d";
}
.icon-lock-unlocked:before {
  content: "\e6ec";
}
.icon-times:before {
  content: "\e60e";
}
.icon-dollar-sign:before {
  content: "\e6ed";
}
.icon-tag:before {
  content: "\e60f";
}
.icon-tablet:before {
  content: "\e610";
}
.icon-doc-ban-sign:before {
  content: "\e6ef";
}
.icon-cb-check-disabled:before {
  content: "\e6f0";
}
.icon-table:before {
  content: "\e612";
}
.icon-carousel:before {
  content: "\e6f1";
}
.icon-star-semi:before {
  content: "\e613";
}
.icon-bubble-times:before {
  content: "\e6f2";
}
.icon-star-full:before {
  content: "\e614";
}
.icon-bubble-o:before {
  content: "\e6f3";
}
.icon-star-empty:before {
  content: "\e615";
}
.icon-arrows-crooked:before {
  content: "\e6f4";
}
.icon-staging-scheme:before {
  content: "\e616";
}
.icon-shopping-cart:before {
  content: "\e6f5";
}
.icon-square-dashed-line:before {
  content: "\e617";
}
.icon-highlighter:before {
  content: "\e6f6";
}
.icon-square-dashed:before {
  content: "\e618";
}
.icon-cookie:before {
  content: "\e6f7";
}
.icon-square:before {
  content: "\e619";
}
.icon-software-package:before {
  content: "\e61c";
}
.icon-smartphone:before {
  content: "\e61d";
}
.icon-scissors:before {
  content: "\e61f";
}
.icon-rotate-right:before {
  content: "\e620";
}
.icon-rotate-left:before {
  content: "\e621";
}
.icon-rotate-double-right:before {
  content: "\e622";
}
.icon-ribbon:before {
  content: "\e624";
}
.icon-rectangle-paragraph:before {
  content: "\e625";
}
.icon-rb-uncheck:before {
  content: "\e626";
}
.icon-rb-check-sign:before {
  content: "\e627";
}
.icon-question-circle:before {
  content: "\e629";
}
.icon-project-scheme:before {
  content: "\e62b";
}
.icon-process-scheme:before {
  content: "\e62c";
}
.icon-plus-square:before {
  content: "\e62d";
}
.icon-plus-circle:before {
  content: "\e62e";
}
.icon-plus:before {
  content: "\e62f";
}
.icon-placeholder:before {
  content: "\e630";
}
.icon-piechart:before {
  content: "\e631";
}
.icon-pictures:before {
  content: "\e632";
}
.icon-picture:before {
  content: "\e633";
}
.icon-perfume:before {
  content: "\e635";
}
.icon-percent-sign:before {
  content: "\e638";
}
.icon-pda:before {
  content: "\e639";
}
.icon-pc:before {
  content: "\e63a";
}
.icon-pause:before {
  content: "\e63b";
}
.icon-parent-children-scheme:before {
  content: "\e63c";
}
.icon-paperclip:before {
  content: "\e63d";
}
.icon-pants:before {
  content: "\e63e";
}
.icon-palette:before {
  content: "\e63f";
}
.icon-organisational-scheme:before {
  content: "\e640";
}
.icon-notebook:before {
  content: "\e642";
}
.icon-newspaper:before {
  content: "\e643";
}
.icon-mug:before {
  content: "\e644";
}
.icon-monitor-smartphone:before {
  content: "\e645";
}
.icon-monitor:before {
  content: "\e646";
}
.icon-modal-question:before {
  content: "\e647";
}
.icon-modal-minimize:before {
  content: "\e648";
}
.icon-modal-maximize:before {
  content: "\e649";
}
.icon-modal-close:before {
  content: "\e64a";
}
.icon-minus-circle:before {
  content: "\e64b";
}
.icon-microphone:before {
  content: "\e64d";
}
.icon-messages:before {
  content: "\e64e";
}
.icon-message:before {
  content: "\e64f";
}
.icon-menu:before {
  content: "\e650";
}
.icon-media-player:before {
  content: "\e651";
}
.icon-mask:before {
  content: "\e652";
}
.icon-map-marker:before {
  content: "\e653";
}
.icon-map:before {
  content: "\e654";
}
.icon-magnifier-plus:before {
  content: "\e655";
}
.icon-magnifier-minus:before {
  content: "\e656";
}
.icon-magnifier:before {
  content: "\e657";
}
.icon-lock:before {
  content: "\e658";
}
.icon-life-belt:before {
  content: "\e65a";
}
.icon-laptop:before {
  content: "\e65d";
}
.icon-key:before {
  content: "\e65e";
}
.icon-kentico:before {
  content: "\e65f";
}
.icon-invoice:before {
  content: "\e660";
}
.icon-integration-scheme:before {
  content: "\e661";
}
.icon-i-circle:before {
  content: "\e664";
}
.icon-chevron-up-square:before {
  content: "\e665";
}
.icon-chevron-up-circle:before {
  content: "\e666";
}
.icon-chevron-up:before {
  content: "\e667";
}
.icon-chevron-right-square:before {
  content: "\e668";
}
.icon-chevron-right:before {
  content: "\e669";
}
.icon-chevron-left-square:before {
  content: "\e66a";
}
.icon-chevron-left-circle:before {
  content: "\e66b";
}
.icon-chevron-left:before {
  content: "\e66c";
}
.icon-chevron-down-square:before {
  content: "\e66d";
}
.icon-chevron-down-circle:before {
  content: "\e66e";
}
.icon-chevron-down:before {
  content: "\e66f";
}
.icon-chevron-double-up:before {
  content: "\e670";
}
.icon-chevron-double-right:before {
  content: "\e671";
}
.icon-chevron-double-left:before {
  content: "\e672";
}
.icon-chevron-double-down:before {
  content: "\e673";
}
.icon-checklist2:before {
  content: "\e674";
}
.icon-check-circle:before {
  content: "\e675";
}
.icon-check:before {
  content: "\e676";
}
.icon-tags:before {
  content: "\e678";
}
.icon-shoe-women:before {
  content: "\e679";
}
.icon-printer:before {
  content: "\e67a";
}
.icon-parent-child-scheme:before {
  content: "\e67b";
}
.icon-minus-square:before {
  content: "\e67c";
}
.icon-light-bulb:before {
  content: "\e67d";
}
.icon-chevron-right-circle:before {
  content: "\e67e";
}
.icon-chain:before {
  content: "\e67f";
}
.icon-home:before {
  content: "\e680";
}
.icon-heartshake:before {
  content: "\e681";
}
.icon-half-arrows-right-left:before {
  content: "\e683";
}
.icon-graph:before {
  content: "\e684";
}
.icon-funnel:before {
  content: "\e687";
}
.icon-form:before {
  content: "\e689";
}
.icon-flag-cross:before {
  content: "\e68e";
}
.icon-flag:before {
  content: "\e68f";
}
.icon-factory:before {
  content: "\e690";
}
.icon-exclamation-triangle:before {
  content: "\e693";
}
.icon-ellipsis:before {
  content: "\e694";
}
.icon-ekg-line:before {
  content: "\e695";
}
.icon-edit:before {
  content: "\e696";
}
.icon-earth:before {
  content: "\e698";
}
.icon-drawers:before {
  content: "\e699";
}
.icon-doc-paste:before {
  content: "\e69a";
}
.icon-doc-o:before {
  content: "\e69c";
}
.icon-doc-move:before {
  content: "\e69d";
}
.icon-doc-copy:before {
  content: "\e69e";
}
.icon-doc:before {
  content: "\e69f";
}
.icon-database:before {
  content: "\e6a0";
}
.icon-cup:before {
  content: "\e6a2";
}
.icon-compass:before {
  content: "\e6a4";
}
.icon-cogwheel-square:before {
  content: "\e6a5";
}
.icon-cogwheels:before {
  content: "\e6a6";
}
.icon-cogwheel:before {
  content: "\e6a7";
}
.icon-clipboard-list:before {
  content: "\e6a9";
}
.icon-clipboard-checklist:before {
  content: "\e6aa";
}
.icon-circle-square:before {
  content: "\e6ab";
}
.icon-circle:before {
  content: "\e6ac";
}
.icon-cb-uncheck:before {
  content: "\e6ad";
}
.icon-cb-check-sign:before {
  content: "\e6b0";
}
.icon-caret-up:before {
  content: "\e6b2";
}
.icon-caret-right-down:before {
  content: "\e6b3";
}
.icon-caret-right:before {
  content: "\e6b4";
}
.icon-caret-left:before {
  content: "\e6b5";
}
.icon-caret-down:before {
  content: "\e6b6";
}
.icon-camera:before {
  content: "\e6b7";
}
.icon-calendar-number:before {
  content: "\e6b8";
}
.icon-calendar:before {
  content: "\e6b9";
}
.icon-bullseye:before {
  content: "\e6ba";
}
.icon-building-block:before {
  content: "\e6bb";
}
.icon-building:before {
  content: "\e6bc";
}
.icon-bug:before {
  content: "\e6bd";
}
.icon-bucket-shovel:before {
  content: "\e6be";
}
.icon-bubbles:before {
  content: "\e6c1";
}
.icon-bubble-censored:before {
  content: "\e6c2";
}
.icon-bubble:before {
  content: "\e6c3";
}
.icon-brush:before {
  content: "\e6c4";
}
.icon-broom:before {
  content: "\e6c5";
}
.icon-briefcase:before {
  content: "\e6c6";
}
.icon-brand-twitter:before {
  content: "\e6c7";
}
.icon-brand-google:before {
  content: "\e6c8";
}
.icon-brand-facebook:before {
  content: "\e6c9";
}
.icon-brand-bing:before {
  content: "\e6ca";
}
.icon-braces:before {
  content: "\e6cb";
}
.icon-boxes:before {
  content: "\e6cc";
}
.icon-box-cart:before {
  content: "\e6cd";
}
.icon-box:before {
  content: "\e6ce";
}
.icon-bin:before {
  content: "\e6d0";
}
.icon-ban-sign:before {
  content: "\e6d1";
}
.icon-badge:before {
  content: "\e6d2";
}
.icon-arrow-up-line:before {
  content: "\e6d3";
}
.icon-arrows-v:before {
  content: "\e6d4";
}
.icon-arrows-h:before {
  content: "\e6d5";
}
.icon-arrows:before {
  content: "\e6d7";
}
.icon-arrow-right-top-square:before {
  content: "\e6d8";
}
.icon-arrow-right-rect:before {
  content: "\e6d9";
}
.icon-arrow-right:before {
  content: "\e6da";
}
.icon-arrow-left-rect:before {
  content: "\e6db";
}
.icon-arrow-left:before {
  content: "\e6dc";
}
.icon-arrow-down-line:before {
  content: "\e6dd";
}
.icon-arrow-double-right:before {
  content: "\e6de";
}
.icon-arrow-double-left:before {
  content: "\e6df";
}
.icon-breadcrumb:before {
  content: "\e6f9";
}
.icon-clock:before {
  content: "\e6a8";
}
.icon-collapse-scheme:before {
  content: "\e700";
}
.icon-cloud:before {
  content: "\e701";
}
.icon-cb-check-preview:before {
  content: "\e702";
}
.icon-arrow-u-right:before {
  content: "\e703";
}
.icon-accordion:before {
  content: "\e704";
}
.icon-arrow-u-left:before {
  content: "\e677";
}
.icon-two-squares-line:before {
  content: "\e706";
}
.icon-money-bill:before {
  content: "\e708";
}
.icon-puzzle:before {
  content: "\e62a";
}
.icon-wizard-stick:before {
  content: "\e6fa";
}
.icon-tab:before {
  content: "\e6fb";
}
.icon-lines-rectangle-o:before {
  content: "\e6fd";
}
.icon-doc-arrows:before {
  content: "\e6fe";
}
.icon-dialog-window:before {
  content: "\e6ff";
}
.icon-l-text-col:before {
  content: "\e685";
}
.icon-l-menu-text-col:before {
  content: "\e69b";
}
.icon-l-menu-cols-3:before {
  content: "\e6e8";
}
.icon-l-logotype-menu-v-col:before {
  content: "\e6fc";
}
.icon-l-logotype-menu-h-col:before {
  content: "\e70c";
}
.icon-l-header-cols-3-footer:before {
  content: "\e70d";
}
.icon-l-cols-80-20:before {
  content: "\e70e";
}
.icon-l-cols-20-80:before {
  content: "\e70f";
}
.icon-l-cols-4:before {
  content: "\e710";
}
.icon-l-cols-3:before {
  content: "\e711";
}
.icon-l-cols-2:before {
  content: "\e712";
}
.icon-doc-user:before {
  content: "\e714";
}
.icon-bezier-scheme:before {
  content: "\e717";
}
.icon-file:before {
  content: "\e719";
}
.icon-note:before {
  content: "\e71c";
}
.icon-piechart-lines:before {
  content: "\e71d";
}
.icon-pin:before {
  content: "\e71e";
}
.icon-l-article-map:before {
  content: "\e721";
}
.icon-l-calendar-number-article:before {
  content: "\e722";
}
.icon-l-forms-2:before {
  content: "\e723";
}
.icon-l-header-cols-2-footer:before {
  content: "\e724";
}
.icon-l-header-list-img:before {
  content: "\e725";
}
.icon-l-header-menu-text:before {
  content: "\e726";
}
.icon-l-header-text:before {
  content: "\e727";
}
.icon-l-list-article:before {
  content: "\e728";
}
.icon-l-lightbox:before {
  content: "\e729";
}
.icon-l-img-3-cols-3:before {
  content: "\e72a";
}
.icon-l-img-2-cols-3:before {
  content: "\e72b";
}
.icon-l-text:before {
  content: "\e72c";
}
.icon-l-rows-4:before {
  content: "\e72d";
}
.icon-l-rows-3:before {
  content: "\e72e";
}
.icon-l-rows-2:before {
  content: "\e72f";
}
.icon-l-menu-text-col-bottom:before {
  content: "\e730";
}
.icon-l-menu-text:before {
  content: "\e731";
}
.icon-l-menu-list-img-col:before {
  content: "\e732";
}
.icon-l-menu-list-img:before {
  content: "\e733";
}
.icon-l-menu-list:before {
  content: "\e734";
}
.icon-l-menu-cols-2:before {
  content: "\e735";
}
.icon-l-logotype-menu-col-footer:before {
  content: "\e736";
}
.icon-l-list-title:before {
  content: "\e737";
}
.icon-l-list-img-article:before {
  content: "\e738";
}
.icon-l-list-article-col:before {
  content: "\e739";
}
.icon-tree-structure:before {
  content: "\e73a";
}
.icon-vb:before {
  content: "\e716";
}
.icon-dialog-window-cogwheel:before {
  content: "\e71a";
}
.icon-crosshair-o:before {
  content: "\e71b";
}
.icon-crosshair-f:before {
  content: "\e71f";
}
.icon-caret-right-aligned-left:before {
  content: "\e720";
}
.icon-caret-left-aligned-right:before {
  content: "\e73b";
}
.icon-gauge:before {
  content: "\e686";
}
.icon-c-sharp:before {
  content: "\e718";
}
.icon-tab-vertical:before {
  content: "\e73c";
}
.icon-right-double-quotation-mark:before {
  content: "\e73d";
}
.icon-braces-octothorpe:before {
  content: "\e740";
}
.icon-outdent:before {
  content: "\e741";
}
.icon-indent:before {
  content: "\e742";
}
.icon-i:before {
  content: "\e743";
}
.icon-expand:before {
  content: "\e744";
}
.icon-collapse:before {
  content: "\e745";
}
.icon-b:before {
  content: "\e746";
}
.icon-u:before {
  content: "\e747";
}
.icon-s:before {
  content: "\e748";
}
.icon-x:before {
  content: "\e749";
}
.icon-t-f:before {
  content: "\e74a";
}
.icon-t:before {
  content: "\e74b";
}
.icon-parent-child-scheme-2:before {
  content: "\e74c";
}
.icon-parent-child-scheme2:before {
  content: "\e74d";
}
.icon-doc-torn:before {
  content: "\e750";
}
.icon-f:before {
  content: "\e74e";
}
.icon-a-lowercase:before {
  content: "\e74f";
}
.icon-circle-slashed:before {
  content: "\e751";
}
.icon-one:before {
  content: "\e752";
}
.icon-diamond:before {
  content: "\e756";
}
.icon-choice-user-scheme:before {
  content: "\e753";
}
.icon-arrow-crooked-right:before {
  content: "\e6e0";
}
.icon-arrow-crooked-left:before {
  content: "\e6e1";
}
.icon-choice-single-scheme:before {
  content: "\e755";
}
.icon-choice-multi-scheme:before {
  content: "\e757";
}
.icon-rectangle-o-h:before {
  content: "\e758";
}
.icon-rectangle-o-v:before {
  content: "\e759";
}
.icon-book-opened:before {
  content: "\e6cf";
}
.icon-e-book:before {
  content: "\e697";
}
.icon-hat-moustache:before {
  content: "\e75a";
}
.icon-spinner:before {
  content: "\e61a";
}
.icon-wireframe:before {
  content: "\e600";
}
.icon-layouts:before {
  content: "\e65b";
}
.icon-layout:before {
  content: "\e65c";
}
.icon-id-card:before {
  content: "\e663";
}
.icon-id-cards:before {
  content: "\e662";
}
.icon-l-grid-3-2:before {
  content: "\e611";
}
.icon-l-grid-2-2:before {
  content: "\e628";
}
.icon-l-cols-70-30:before {
  content: "\e637";
}
.icon-l-cols-30-70:before {
  content: "\e641";
}
.icon-l-cols-25-50-25:before {
  content: "\e688";
}
.icon-l-cols-20-60-20:before {
  content: "\e6a1";
}
.icon-file-pdf:before {
  content: "\e6a3";
}
.icon-eye:before {
  content: "\e692";
}
.icon-eye-slash:before {
  content: "\e691";
}
.icon-list:before {
  content: "\e6f8";
}
.icon-user-checkbox:before {
  content: "\e603";
}
.icon-folder-opened:before {
  content: "\e68a";
}
.icon-folder:before {
  content: "\e68d";
}
.icon-folder-o:before {
  content: "\e68b";
}
.icon-folder-belt:before {
  content: "\e715";
}
.icon-folder-clock:before {
  content: "\e68c";
}
.icon-rectangle-a:before {
  content: "\e61e";
}
.icon-rectangle-a-o:before {
  content: "\e623";
}
.icon-clapperboard:before {
  content: "\e636";
}
.icon-arrow-up:before {
  content: "\e64c";
}
.icon-arrow-down:before {
  content: "\e682";
}
.icon-external-link:before {
  content: "\e6d8";
}
/*
// help icon (?) click to review more info
.icon-help {
  border: 1px solid @link-color;
  border-radius: 20px;
  line-height: 1;

  &:before {
    .icon(@icon-modal-question);
  }

  &:hover {
    text-decoration: none;
    border-color: @link-hover-color;
  }
}
*/
.icon-color-green {
  color: #5cb85c;
}
.icon-color-red {
  color: #d9534f;
}
.site-header {
  overflow-x: hidden;
  border-bottom: 5px solid #5bcbf5;
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f7f7f7 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f7f7f7 100%);
  background-image: linear-gradient(to bottom, #ffffff 20%, #f7f7f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
}
.site-header .site-header_container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 117rem;
}
@media (min-width: 768px) {
  .site-header .site-header_container {
    min-height: 16rem;
  }
}
.site-branding {
  position: relative;
  z-index: 1010;
  float: left;
  display: block;
  margin: 0.5rem 1rem;
  width: 6.6rem;
  height: 6.6rem;
  background: url("../images/site-branding--sm-2x.png") top no-repeat;
  background-size: 100%;
}
.site-branding:focus,
.site-branding:hover {
  text-decoration: none;
}
.site-branding > img {
  display: block;
  max-width: 66px;
}
@media (min-width: 768px) {
  .site-branding {
    position: absolute;
    top: 3.5rem;
    left: 3.2rem;
    width: 11rem;
    height: 11rem;
    background: url("../images/site-branding.png") top no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 875px) {
  .site-branding {
    top: 0.5rem;
    left: 3.2rem;
    width: 14rem;
    height: 14rem;
  }
}
@media (min-width: 1066px) {
  .site-branding {
    left: 0;
  }
}
.DesignMode .site-branding {
  float: none;
}
.site-promo {
  position: relative;
  width: 160px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .site-promo {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .site-promo {
    position: absolute;
    display: block;
    top: auto;
    bottom: 4.5rem;
    right: 35rem;
    width: auto;
  }
}
@media (min-width: 992px) {
  .site-promo {
    right: 47rem;
  }
}
@media (min-width: 1220px) {
  .site-promo {
    right: 47rem;
  }
}
.site-promo .btn--listen-live {
  margin-bottom: -2px;
}
@media (max-width: 1220px) {
  .site-promo .btn--listen-live {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .site-promo .btn--listen-live {
    margin-top: 18px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .site-promo .btn--listen-live {
    font-size: 16px;
    padding: 7px 5px;
    margin-top: 22px;
  }
  .site-promo .btn--listen-live:after {
    width: 16px;
    height: 16px;
  }
}
.site-alt-nav {
  position: absolute;
  top: 1.8rem;
  right: 6.2rem;
}
@media (min-width: 768px) {
  .site-alt-nav {
    top: auto;
    bottom: 4.5rem;
    right: 0;
  }
}
@media (min-width: 992px) {
  .DesignMode .site-alt-nav {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
@media (min-width: 768px) {
  .site-search {
    float: left;
    margin-right: 2rem;
    width: 210px;
  }
}
@media (min-width: 992px) {
  .site-search {
    width: 330px;
  }
}
@media (min-width: 1220px) {
  .site-search {
    width: 330px;
  }
}
.site-social {
  float: left;
}
.site-social .social-link {
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  float: left;
  background: url('../images/sprites.png') no-repeat;
  background-size: 140px 140px;
  margin: 0 4px;
}
.site-social .social-link.twitter {
  background-position: 0 0;
}
.site-social .social-link.facebook {
  background-position: -48px 0;
}
@media (max-width: 768px) {
  .site-social {
    display: none;
  }
}
.site-navigation-toggle {
  position: absolute;
  top: 1.8rem;
  right: 0;
}
.DesignMode .site-navigation-toggle {
  position: relative;
  top: auto;
  right: auto;
}
.site-navigation {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 768px) {
  .site-navigation {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.site-navbar {
  background-color: #00aeef;
  width: 100%;
  position: relative;
}
.site-navbar ul {
  list-style: none;
  padding-left: 0;
  margin: 5px 2rem;
}
.site-navbar ul > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 1rem 1.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.site-navbar ul > li > a:focus,
.site-navbar ul > li > a:hover {
  background-color: #0089bc;
}
.site-navbar .Highlighted > a {
  background-color: #5bcbf5;
}
.site-navbar .Highlighted > a:focus,
.site-navbar .Highlighted > a:hover {
  background-color: #5bcbf5;
}
@media (min-width: 768px) {
  .site-navbar {
    float: left;
  }
  .site-navbar ul {
    float: right;
    margin: 0;
  }
  .site-navbar ul > li {
    float: left;
  }
  .site-navbar ul > li > a {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .site-navbar .menu-item--home {
    display: none;
  }
}
@media (min-width: 880px) {
  .site-navbar ul {
    padding-left: 0;
  }
  .site-navbar ul > li > a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .site-navbar .menu-item--home {
    display: block;
  }
}
@media (min-width: 992px) {
  .site-navbar ul {
    padding-left: 50px;
  }
  .site-navbar ul > li > a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1220px) {
  .site-navbar ul {
    padding-left: 200px;
  }
  .site-navbar ul > li > a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .site-navbar:before {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: "";
    font-size: 0;
    line-height: 0;
    width: 0;
    border: 0;
    border-bottom: 34px solid #fff;
    border-right: 34px solid #00aeef;
  }
  .site-navbar:after {
    content: "";
    background-color: #00aeef;
    position: absolute;
    top: 0;
    left: 100%;
    height: 34px;
    width: 100%;
  }
}
.site-body {
  padding: 2rem 0;
  background-color: #fff;
}
.site-body img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .site-body {
    padding: 4rem 0;
  }
}
.site-footer {
  padding: 2.0rem 0;
  border-top: 2px solid #d5e5ee;
  background-image: -webkit-linear-gradient(top, #ededed 0%, #f7f7f7 20%);
  background-image: -o-linear-gradient(top, #ededed 0%, #f7f7f7 20%);
  background-image: linear-gradient(to bottom, #ededed 0%, #f7f7f7 20%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#fff7f7f7', GradientType=0);
}
.site-footer a {
  color: #777777;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .searchBox {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .social-icons-footer-mobile {
  display: none;
}
.site-footer .social-icons-footer-mobile a {
  display: inline-block;
  float: none;
}
@media (max-width: 768px) {
  .site-footer .social-icons-footer-mobile {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: -20px;
    text-align: center;
  }
}
.site-footer__container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.site-footer__container:before,
.site-footer__container:after {
  content: " ";
  display: table;
}
.site-footer__container:after {
  clear: both;
}
.site-footer__container:before,
.site-footer__container:after {
  content: " ";
  display: table;
}
.site-footer__container:after {
  clear: both;
}
.site-copyright {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
.site-copyright > em {
  font-style: normal;
  font-weight: 700;
  color: #00aeef;
}
@media (min-width: 768px) {
  .site-copyright {
    float: left;
    margin-bottom: 0;
  }
}
.site-footer-nav ul,
ul .site-footer-nav {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.site-footer-nav li {
  display: inline-block;
}
.site-footer-nav li + li {
  margin-left: 10px;
}
.site-footer-nav .menu-item--subscribe a {
  display: inline-block;
  padding-top: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #00aeef;
}
@media (min-width: 768px) {
  .site-footer-nav ul,
  ul .site-footer-nav {
    float: right;
  }
  .site-footer-nav li {
    display: inline-block;
  }
  .site-footer-nav li + li {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .site-footer-nav {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.site-footer-search {
  margin-bottom: 1.6rem;
}
.site-foot-feature {
  background-color: #ddd;
}
.campaigns {
  margin-bottom: 4rem;
}
.campaign-year-title {
  padding-bottom: 0.8rem;
  margin-top: 2.2em;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #00aeef;
  border-bottom: 1px solid #a3e6ff;
}
@media (min-width: 768px) {
  .campaign-year-title {
    margin-top: 2.6em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.campaigns--current .campaign-year-title {
  display: none;
}
.campaign-wrapper {
  overflow: hidden;
  margin: 1.3rem 0;
}
.campaign-wrapper:before,
.campaign-wrapper:after {
  content: " ";
  display: table;
}
.campaign-wrapper:after {
  clear: both;
}
.campaign-wrapper:before,
.campaign-wrapper:after {
  content: " ";
  display: table;
}
.campaign-wrapper:after {
  clear: both;
}
div[data-toggle].campaign-wrapper {
  cursor: pointer;
}
@media (min-width: 768px) {
  .campaign-wrapper {
    margin: 2rem 0;
  }
}
.campaign-wrapper .campaign-title {
  margin: 0;
}
.campaign-label {
  overflow: hidden;
  display: block;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #555555;
  font-weight: 300;
}
.campaign-label .campaign-label__text {
  line-height: 1.3 !important;
  display: inline-block;
  vertical-align: middle;
}
.campaign-thumbnail + .campaign-label {
  line-height: 5rem;
  height: 5rem;
}
div[data-toggle] .campaign-label:hover,
div[data-toggle] .campaign-label:focus {
  color: #0076a3;
}
@media (min-width: 768px) {
  .campaign-label {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .campaign-thumbnail + .campaign-label {
    line-height: 8rem;
    height: 8rem;
  }
}
.campaign-thumbnail {
  float: left;
  max-width: 5rem;
  max-height: 5rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .campaign-thumbnail {
    max-width: 8rem;
    max-height: 8rem;
    margin-right: 2rem;
  }
}
.campaign-title {
  overflow: hidden;
  display: block;
  margin: 2rem 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  color: #555555;
  font-weight: 300;
}
@media (min-width: 768px) {
  .campaign-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.campaign-content {
  text-align: center;
}
.campaign-audio {
  display: none;
  vertical-align: top;
  width: 101px;
  margin: 0 5px 10px;
  padding: 0.6rem 0;
  background-color: #f7f7f7;
  border: 1px solid #d5e5ee;
  border-bottom-width: 3px;
}
.campaign-audio-wrapper .campaign-audio {
  display: inline-block;
}
.campaign-audio__player {
  margin: 4px 5px;
}
.campaign-audio__name {
  display: table;
  width: 100%;
  padding: 0 4px;
  line-height: 1.3;
  min-height: 4em;
  height: 4em;
  font-weight: 400;
  text-align: center;
}
.campaign-audio__name span {
  display: table-cell;
  vertical-align: middle;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.first-column {
  width: 28.6rem;
}
.main-column-10 {
  width: 10%;
}
.main-column-20 {
  width: 20%;
}
.main-column-30 {
  width: 30%;
}
.main-column-40 {
  width: 40%;
}
.main-column-50 {
  width: 50%;
}
.main-column-60 {
  width: 60%;
}
.main-column-70 {
  width: 70%;
}
.main-column-80 {
  width: 80%;
}
.main-column-90 {
  width: 90%;
}
.main-column-100 {
  width: 100%;
}
.filling-column {
  width: 100%;
}
.table {
  width: 100%;
  margin-bottom: 1.3rem;
  font-family: 'Open Sans', 'proxima-nova-soft', Helvetica, sans-serif;
  font-size: 1.3rem;
  white-space: nowrap;
  border-collapse: collapse;
}
.table.rows-middle-vertical-align td,
.table.rows-middle-vertical-align td.unigrid-actions {
  vertical-align: middle;
}
.table .SelectableItem {
  color: #00aeef;
  text-decoration: underline;
  cursor: pointer;
}
.table .SelectableItem:hover {
  text-decoration: none;
}
.table .table-header-action {
  color: #00aeef;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.846;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  color: #262524;
  font-weight: bold;
  background-color: #e5e5e5;
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > thead > tr > th.unigrid-actions-header-empty .unigrid-menu-panel {
  padding: 0.1625rem;
}
.table > thead > tr > th i {
  color: #a3a2a2;
  padding: 0 0 0 1rem;
  cursor: pointer;
  vertical-align: baseline;
}
.table > thead > tr > th i.icon-menu {
  padding: 0 1rem 0 0;
}
.table > thead > tr > th i.icon-caret-up {
  vertical-align: bottom;
}
.table > thead > tr > th a {
  cursor: pointer;
  color: #262524;
}
.table > thead > tr > th a:hover {
  text-decoration: none;
}
.table thead .with-filter th {
  line-height: 2.6rem;
}
.table tbody > tr {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid transparent;
}
.table tbody > tr > td.unigrid-actions {
  vertical-align: top;
  padding: 0.325rem 0.65rem;
}
.table tbody > tr > td.Translated,
.table tbody > tr > td.Outdated,
.table tbody > tr > td.NotAvailable {
  line-height: 1.3rem;
}
.table tbody > tr:hover > td {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.table tbody > tr:hover td.Translated,
.table tbody > tr:hover td.Outdated,
.table tbody > tr:hover td.NotAvailable {
  border: none;
}
.table tbody .highlighted {
  background-color: #f4eac9;
}
.table tbody [class^="cms-icon-"],
.table tbody [class*=" cms-icon-"] {
  padding: 0;
}
.table tbody input[type="text"] {
  height: 1.7875rem;
  padding-top: 0;
  padding-bottom: 0;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #fff;
}
.table .table table tbody > tr:hover > td {
  border: none;
}
.table .radio,
.table .checkbox {
  margin: 0;
  padding: 0;
}
.table .radio label,
.table .checkbox label {
  margin: 0;
  padding: 0;
}
.table .radio label:before,
.table .checkbox label:before {
  margin: 0;
  vertical-align: middle;
}
.table .radio label:before,
.table .checkbox label:before,
.table .radio label:after,
.table .checkbox label:after {
  bottom: 0.1625rem;
  top: auto;
}
.table-width-30 {
  width: 30%;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-buttons {
  background-color: #e5e5e5;
  padding: 1.3rem;
  margin-bottom: 0.1625rem;
}
.table-filter-simple-link {
  padding-top: 2.85rem;
}
.table-bulk {
  width: 1.625rem;
}
.permission-matrix .content-before {
  background-color: #d7ebbf;
}
.permission-matrix td:first-child,
.permission-matrix th:first-child {
  text-align: left;
}
.permission-matrix td,
.permission-matrix th {
  text-align: center;
}
.permission-matrix .warning-icon {
  cursor: default;
  color: #ea2457;
  padding: 0;
}
.table .icon-doctype,
.table .icon-file-default,
.table .icon-folder {
  padding-right: 1rem;
  color: #403e3d;
}
.table .warning-icon {
  margin-left: 0.65rem;
}
.close {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.site-body .site-search {
  margin: 2rem 0;
}
.search-results {
  margin: 2rem 0;
}
.search-result {
  font-size: 13px;
  font-size: 1.3rem;
}
.search-result + .search-result {
  margin-top: 30px;
}
.search-result a,
.search-result a:hover,
.search-result a:focus {
  text-decoration: none;
}
.search-result .matched-term {
  padding: 0 3px;
  color: inherit;
  background-color: #DEFBEC;
  border-bottom: 1px solid #93ECBE;
  border-radius: 6px;
}
.search-result__title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
.search-result__content {
  margin-top: 10px;
}
.search-result__meta {
  margin-top: 10px;
}
.search-result__relevance {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  width: 72px;
  height: 8px;
  line-height: 8px;
  background-color: #eeeeee;
  border: solid 1px #68e4a4;
}
.search-result__relevance > .bar {
  height: 6px;
  line-height: 8px;
  background-color: #93ECBE;
}
.search-result__url {
  color: #00aeef;
}
.search-result__date {
  display: none;
  color: #777777;
  font-size: 1.1rem;
}
.search-result__content .highlight,
.search-result__url .highlight {
  background-color: #5cb85c;
  color: #fff;
  border-radius: 4px;
  padding: 0 1px;
}
.store-finder-filters {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .store-finder-filters {
    text-align: center;
  }
}
.store-finder-filters .btn-filter {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
  min-width: 8rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #9ddcf9;
  border-color: #9ddcf9;
}
.store-finder-filters .btn-filter:hover,
.store-finder-filters .btn-filter:focus,
.store-finder-filters .btn-filter.focus,
.store-finder-filters .btn-filter:active,
.store-finder-filters .btn-filter.active,
.open > .dropdown-toggle.store-finder-filters .btn-filter {
  color: #ffffff;
  background-color: #cdedfc;
  border-color: #d7f1fd;
}
.store-finder-filters .btn-filter:active,
.store-finder-filters .btn-filter.active,
.open > .dropdown-toggle.store-finder-filters .btn-filter {
  background-image: none;
}
.store-finder-filters .btn-filter.disabled,
.store-finder-filters .btn-filter[disabled],
fieldset[disabled] .store-finder-filters .btn-filter,
.store-finder-filters .btn-filter.disabled:hover,
.store-finder-filters .btn-filter[disabled]:hover,
fieldset[disabled] .store-finder-filters .btn-filter:hover,
.store-finder-filters .btn-filter.disabled:focus,
.store-finder-filters .btn-filter[disabled]:focus,
fieldset[disabled] .store-finder-filters .btn-filter:focus,
.store-finder-filters .btn-filter.disabled.focus,
.store-finder-filters .btn-filter[disabled].focus,
fieldset[disabled] .store-finder-filters .btn-filter.focus,
.store-finder-filters .btn-filter.disabled:active,
.store-finder-filters .btn-filter[disabled]:active,
fieldset[disabled] .store-finder-filters .btn-filter:active,
.store-finder-filters .btn-filter.disabled.active,
.store-finder-filters .btn-filter[disabled].active,
fieldset[disabled] .store-finder-filters .btn-filter.active {
  background-color: #9ddcf9;
  border-color: #9ddcf9;
}
.store-finder-filters .btn-filter .badge {
  color: #9ddcf9;
  background-color: #ffffff;
}
.store-finder-filters .btn-filter.active {
  background-color: #00aeef;
}
.national-retailers-list .retailer-info {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 10rem;
}
.national-retailers-list .retailer-info img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 480px) {
  .national-retailers-list .retailer-info {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .national-retailers-list .retailer-info {
    width: 25%;
  }
}
.online-retailers-list {
  margin: 1.6rem 0;
}
.online-retailers-list .retailer-info {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  padding-right: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 480px) {
  .online-retailers-list .retailer-info {
    width: 50%;
  }
}
@media (min-width: 620px) {
  .online-retailers-list .retailer-info {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .online-retailers-list .retailer-info {
    width: 25%;
  }
}
.online-retailers-list .retailer-info__name {
  color: #555555;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.online-retailers-list .retailer-info__website {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
}
.speciality-retailers-list {
  margin: 1.6rem 0;
}
.speciality-retailers-list .retailer-info {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  padding-right: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 480px) {
  .speciality-retailers-list .retailer-info {
    width: 50%;
  }
}
@media (min-width: 620px) {
  .speciality-retailers-list .retailer-info {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .speciality-retailers-list .retailer-info {
    width: 25%;
  }
}
.speciality-retailers-list .retailer-info__name {
  color: #555555;
  margin: 0 0 0.6rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.speciality-retailers-list .retailer-info__location {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  color: #555555;
}
.speciality-retailers-list .retailer-info__website {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
}
.coverage-interactive-map {
  margin-bottom: 2rem;
}
img[usemap],
map area {
  outline: none;
}
.stations-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.stations-list-item {
  border-bottom: 1px solid #eeeeee;
  padding: 1rem 0;
  font-size: 0;
}
.stations-list-item .station-logo {
  vertical-align: top;
  display: inline-block;
  width: 24%;
  padding-right: 1%;
}
.stations-list-item .station-logo img {
  vertical-align: initial;
  max-width: 100%;
}
.stations-list-item .station-details {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  padding-left: 1.2rem;
}
.stations-list-item .station-name {
  margin: 0.5em 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.stations-list-item .station-summary {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0.5em 0;
}
.stations-list-item .station-link {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3;
  text-decoration: none;
  margin: 0.5em 0;
}
.stations-list-item .station-link:hover,
.stations-list-item .station-link:active {
  text-decoration: underline;
}
.stations-list-item .station-link:after {
  font-family: 'Core-icons';
  content: "\e67f";
  display: inline-block;
  padding-left: 0.7rem;
  font-size: 0.8em;
}
.stations-list-item .station-controls {
  vertical-align: top;
  display: inline-block;
  padding-top: 0.8rem;
  width: 25%;
  text-transform: uppercase;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
.stations-list-item .station-controls button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  padding: 0.6rem 0;
  min-width: 7rem;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 0.4rem;
  border: 1px solid #00aeef;
  background-color: #00aeef;
}
.stations-list-item .station-controls button.is-playing {
  text-indent: -9999px;
  background: #222222 url('../images/_demo/pause.png') no-repeat center center;
  background-size: 2.4rem;
}
/*TODO*/
.online-radio-region-filter {
  margin-bottom: 2rem;
}
.online-radio-region-filter select.form-control {
  display: block;
  width: 100%;
}
.products-info {
  position: relative;
}
.product-info {
  cursor: pointer;
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: 2rem;
  width: 100%;
  transition: width 500ms;
  padding: 1rem;
  padding-bottom: 2rem;
  border: 1px solid transparent;
}
@media (min-width: 480px) and (max-width: 767px) {
  .product-info {
    margin-bottom: 2rem;
    width: 50%;
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info {
    margin-bottom: 2rem;
    width: 50%;
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .product-info {
    margin-bottom: 2rem;
    width: 33.333%;
    padding: 1rem;
  }
}
.product-info .product-info__image {
  position: relative;
  width: 100%;
  height: 13rem;
}
.product-info .product-info__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 992px) {
  .product-info .product-info__image {
    height: 20rem;
  }
}
.modal .product-info__image {
  text-align: center;
}
.product-info__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 0.6rem;
}
.modal .product-info__title {
  font-size: 28px;
  font-size: 2.8rem;
}
.product-info__website {
  text-decoration: none;
}
.product-info__taxonomy {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.product-info__taxonomy li {
  display: inline-block;
  margin-right: 15px;
}
.btn-filter-toggle {
  color: #ffffff;
  background-color: #00aeef;
  border-color: #00aeef;
  margin-bottom: 2rem;
}
.btn-filter-toggle:hover,
.btn-filter-toggle:focus,
.btn-filter-toggle.focus,
.btn-filter-toggle:active,
.btn-filter-toggle.active,
.open > .dropdown-toggle.btn-filter-toggle {
  color: #ffffff;
  background-color: #23c3ff;
  border-color: #2dc6ff;
}
.btn-filter-toggle:active,
.btn-filter-toggle.active,
.open > .dropdown-toggle.btn-filter-toggle {
  background-image: none;
}
.btn-filter-toggle.disabled,
.btn-filter-toggle[disabled],
fieldset[disabled] .btn-filter-toggle,
.btn-filter-toggle.disabled:hover,
.btn-filter-toggle[disabled]:hover,
fieldset[disabled] .btn-filter-toggle:hover,
.btn-filter-toggle.disabled:focus,
.btn-filter-toggle[disabled]:focus,
fieldset[disabled] .btn-filter-toggle:focus,
.btn-filter-toggle.disabled.focus,
.btn-filter-toggle[disabled].focus,
fieldset[disabled] .btn-filter-toggle.focus,
.btn-filter-toggle.disabled:active,
.btn-filter-toggle[disabled]:active,
fieldset[disabled] .btn-filter-toggle:active,
.btn-filter-toggle.disabled.active,
.btn-filter-toggle[disabled].active,
fieldset[disabled] .btn-filter-toggle.active {
  background-color: #00aeef;
  border-color: #00aeef;
}
.btn-filter-toggle .badge {
  color: #00aeef;
  background-color: #ffffff;
}
.product-filters-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.product-filters-collapse.in {
  overflow-y: auto;
}
.product-filters-collapse h3 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .product-filters-collapse {
    width: 100%;
    border-top: 0;
    box-shadow: none;
  }
  .product-filters-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .product-filters-collapse.in {
    overflow-y: visible;
  }
}
.filter-links {
  margin: 1rem 0;
}
h3 + .filter-links {
  margin-top: -2rem;
}
ul.filter-links {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
ul.filter-links .filter-link {
  text-decoration: none;
  color: #00729C;
}
ul.filter-links .filter-link--selected {
  font-weight: bold;
  color: #00aeef;
}
ul.filter-links .aspNetDisabled {
  display: none;
  text-decoration: line-through;
  color: #BBB;
}
.hotspot-search .twitter-typeahead {
  display: block;
  width: 100%;
}
.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: 100%;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 1rem;
  padding: 12px 9px;
  color: transparent;
  background-color: #00aeef;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.4rem;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.nav-sidebar {
  min-width: 260px;
  border: 1px solid #eeeeee;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.nav-sidebar ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
}
.nav-sidebar ul a {
  padding: 0.6rem 1.68rem;
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
  border-bottom: 1px solid #eeeeee;
  background-color: #f9f9f9;
  text-decoration: none;
  color: #555555;
  display: block;
}
.nav-sidebar li > ul {
  font-size: 1.3rem;
  margin-top: 1px;
}
.nav-sidebar li > ul a {
  border: none;
  background-color: #fff;
  padding-left: 2.4rem;
  transition: background-color 0.5s ease;
}
.nav-sidebar li > ul a:hover {
  background-color: #f9f9f9;
}
.nav ul,
ul.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav li {
  position: relative;
  display: block;
}
.nav li > a {
  position: relative;
  display: block;
  text-decoration: none;
}
.nav li.disabled > a {
  color: #777777;
}
.nav li.disabled > a:hover,
.nav li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00aeef;
}
.nav .nav-divider {
  height: 1px;
  margin: 0.2rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav li > a > img {
  max-width: none;
}
.nav-list {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 1em;
  padding: 1.5rem;
  background-color: #f7f7f7;
  border: 1px solid #d5e5ee;
  border-radius: 3px;
}
.nav-list ul,
ul.nav-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-list li > span,
.nav-list li > a {
  display: inline-block;
  padding: 0.2 0;
  color: #00729C;
}
.nav-list li > a:hover {
  background-color: transparent;
}
.nav-list li.Highlighted > span,
.nav-list li.Highlighted > a {
  color: #00aeef;
}
.nav-list ul ul li {
  font-size: 13px;
  font-size: 1.3rem;
}
.nav-list ul ul li > span,
.nav-list ul ul li > a {
  padding-left: 1em;
}
.nav-list ul ul + li {
  margin-left: 0;
}
.nav-list .nav-list-title {
  display: block;
  margin: -1.5rem -1.5rem 0.6rem;
  padding: 1rem 1.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  color: inherit;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #eef8fc;
  border-color: #d5e5ee;
}
.listen-live-link a {
  padding-right: 2rem;
  background: url('../images/icons/icon-play-dark-@2x.png') no-repeat right center;
  background-size: 1.4rem 1.4rem;
  font-weight: 400;
}
.nav-inline ul,
.nav-inline--mini ul {
  margin-left: -10px;
}
.nav-inline li,
.nav-inline--mini li {
  float: left;
  margin-left: 10px;
}
.nav-inline--mini {
  font-size: 14px;
}
.nav-inline__title,
.nav-inline__title--mini {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}
.nav-inline__title--mini {
  font-size: 14px;
}
.sitemap ul {
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.sitemap ul li {
  list-style: none;
  color: #ddd;
}
.sitemap ul li:before {
  font-size: 1rem;
  font-family: 'Core-icons';
  content: "\e669";
  display: inline-block;
  padding-right: 0.7rem;
}
.sitemap ul a {
  text-decoration: none;
}
.sitemap ul ul {
  padding-left: 1.6em;
  font-size: 12px;
  font-size: 1.2rem;
}
.pagination {
  margin: 2rem 0;
  clear: both;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination a {
  text-decoration: none;
}
.pagination .page,
.pagination .page-group {
  display: inline-block;
  padding: 0.4em 1em;
  border: 1px solid #eeeeee;
  background-color: #fbfbfb;
}
.pagination .page:before,
.pagination .page-group:before,
.pagination .page:after,
.pagination .page-group:after {
  font-family: "Core-icons";
  font-size: .8em;
}
.pagination .page:before,
.pagination .page-group:before {
  padding-right: 5px;
}
.pagination .page:after,
.pagination .page-group:after {
  padding-left: 5px;
}
.pagination .current-page {
  font-weight: 700;
}
.pagination .previous-page:before {
  content: "\e66c";
}
.pagination .next-page:after {
  content: "\e669";
}
.pagination .first-page:before {
  content: "\e672";
}
.pagination .last-page:after {
  content: "\e671";
}
.pagination .direct-page {
  border: 1px solid tomato;
}
.pagination .pages-of-page {
  display: block;
}
.pagination-controls:before,
.pagination-output:before,
.pagination-controls:after,
.pagination-output:after {
  content: " ";
  display: table;
}
.pagination-controls:after,
.pagination-output:after {
  clear: both;
}
.pagination-controls:before,
.pagination-output:before,
.pagination-controls:after,
.pagination-output:after {
  content: " ";
  display: table;
}
.pagination-controls:after,
.pagination-output:after {
  clear: both;
}
.pagination-controls--next-prev-only .previous-page,
.pagination-controls--next-prev-only .next-page {
  min-width: 100px;
}
.pagination-output {
  margin-top: 1em;
}
.pagination-default .page,
.pagination-default .page-group {
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #d5e5ee;
}
.pagination-default .page:focus,
.pagination-default .page-group:focus,
.pagination-default .page:active:focus,
.pagination-default .page-group:active:focus,
.pagination-default .page.active:focus,
.pagination-default .page-group.active:focus {
  outline: none;
  outline-offset: -2px;
  outline: 0;
}
.pagination-default .page:hover,
.pagination-default .page-group:hover,
.pagination-default .page:focus,
.pagination-default .page-group:focus {
  background-color: #ebebeb;
  text-decoration: none;
  outline: 0;
}
.pagination-default .current-page,
.pagination-default .current-page:hover,
.pagination-default .current-page:focus {
  font-weight: 700;
  background-color: #cfcfcf;
  border-color: #9fc3d8;
}
.pagination-default .page-seperator {
  display: none;
}
.pagination-default .page-seperator + .page {
  border-left: 0;
}
.pagination-items-per-page {
  text-align: right;
  font-size: 0;
  font-family: Arial;
}
.pagination-items-per-page label {
  display: inline-block;
  font-size: 1.3rem;
  padding-top: 8px;
}
.pagination-items-per-page select.form-control {
  display: inline-block;
  margin-left: 0.65rem;
  width: 90px;
  vertical-align: top;
}
.pagination-pages {
  float: left;
}
.pagination-list {
  list-style-type: none;
}
.pagination-list:before,
.pagination-list:after {
  content: " ";
  display: table;
}
.pagination-list:after {
  clear: both;
}
.pagination-list:before,
.pagination-list:after {
  content: " ";
  display: table;
}
.pagination-list:after {
  clear: both;
}
.pagination-list li {
  float: left;
  margin: 5px;
  display: block;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  padding: 0.6rem 1rem;
  line-height: 1.846;
  border: 1px solid transparent;
  border-radius: 0.4rem 0.4rem 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.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;
  font-weight: 700;
}
.tab-content {
  padding: 1.6rem 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.EditMode .tab-content > .tab-pane,
.DesignMode .tab-content > .tab-pane {
  display: block;
}
.breadcrumbs__link,
.CMSBreadCrumbsLink {
  color: #777777;
  text-decoration: none;
}
.breadcrumbs__link:hover,
.CMSBreadCrumbsLink:hover {
  color: #555555;
}
.breadcrumbs__current-item,
.CMSBreadCrumbsCurrentItem {
  color: #555555;
}
.breadcrumbs {
  padding: 10px 1.2rem;
  margin: 0 -1.2rem 0.6rem;
  font-size: 1.1rem;
  border-bottom: 1px solid #eeeeee;
  color: #d7d7d7;
}
#site-main-menu {
  display: none;
}
@media (min-width: 768px) {
  #site-main-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  #mobile-site-main-menu {
    display: none !important;
  }
}
.owl-carousel .owl-wrapper:after:before,
.owl-carousel .owl-wrapper:after:after {
  content: " ";
  display: table;
}
.owl-carousel .owl-wrapper:after:after {
  clear: both;
}
.owl-carousel .owl-wrapper:after:before,
.owl-carousel .owl-wrapper:after:after {
  content: " ";
  display: table;
}
.owl-carousel .owl-wrapper:after:after {
  clear: both;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url('../images/cursors/grabbing.png') 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-theme--banners {
  position: relative;
  margin: 0;
  padding: 0;
}
.owl-theme--banners .owl-wrapper-outer {
  z-index: 1000;
}
.owl-theme--banners .owl-pagination {
  z-index: 4000;
  position: absolute;
  top: -0.8rem;
  right: 2rem;
  line-height: 1;
}
.owl-theme--banners .owl-pagination .owl-page {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #5bcbf5;
  margin-left: 1.2rem;
}
.owl-theme--banners .owl-pagination .owl-page:hover,
.owl-theme--banners .owl-pagination .owl-page:focus,
.owl-theme--banners .owl-pagination .owl-page.active {
  border: 1px solid #8bdaf8;
}
@media (min-width: 768px) {
  .owl-theme--banners .owl-pagination {
    top: 0.6rem;
  }
  .owl-theme--banners .owl-pagination .owl-page {
    border-color: #555555;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  }
  .owl-theme--banners .owl-pagination .owl-page:hover,
  .owl-theme--banners .owl-pagination .owl-page:focus,
  .owl-theme--banners .owl-pagination .owl-page.active {
    border-color: #fff;
  }
}
.stations-carousel_loading {
  display: block;
  text-align: center;
  margin: 2rem 0;
  padding: 0 4.2rem;
}
.owl-theme--stations-carousel {
  position: relative;
  margin: 2rem 0;
  padding: 0 4.2rem;
}
.owl-theme--stations-carousel .owl-wrapper-outer {
  z-index: 1000;
}
.owl-theme--stations-carousel .owl-controls {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  text-align: center;
}
.owl-theme--stations-carousel .owl-controls .owl-buttons {
  position: absolute;
  width: 100%;
  top: 50%;
}
.owl-theme--stations-carousel .owl-controls .owl-buttons .owl-prev,
.owl-theme--stations-carousel .owl-controls .owl-buttons .owl-next {
  font-size: 0;
  background: url('../images/sprites/carousel-arrows.png') no-repeat 0 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: #FFF;
  display: inline-block;
  zoom: 1;
  opacity: 0.5;
}
.owl-theme--stations-carousel .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme--stations-carousel .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  text-decoration: none;
}
.owl-theme--stations-carousel .owl-controls .owl-buttons .owl-prev {
  float: left;
  margin-left: 0.5rem;
}
.owl-theme--stations-carousel .owl-controls .owl-buttons .owl-next {
  float: right;
  margin-right: 0.5rem;
  background-position: -30px 0;
}
.owl-theme--stations-carousel .owl-controls .owl-pagination {
  position: absolute;
  width: 100%;
  top: 100%;
  padding-top: 1rem;
}
.owl-theme--stations-carousel .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-theme--stations-carousel .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 7px;
  opacity: 0.6;
  border-radius: 100%;
  background: #ddd;
}
.owl-theme--stations-carousel .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}
.owl-theme--stations-carousel .owl-controls .owl-page.active span,
.owl-theme--stations-carousel .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
}
.owl-theme--stations-carousel .station-item {
  position: relative;
  float: left;
  width: 100%;
  height: 120px;
  text-align: center;
}
.owl-theme--stations-carousel .station-item .station-item__logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-item.loading {
  min-height: 150px;
  background: url('${imgpath}/loaders/AjaxLoader.gif') no-repeat center center;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  margin: 10px auto;
  width: 100%;
  max-width: 660px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
    border-radius: 0.6rem;
  }
}
@media (min-width: 992px) {
  .modal-content {
    border-radius: 0.6rem;
  }
}
@media (min-width: 1220px) {
  .modal-content {
    border-radius: 0.6rem;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4040;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal .close {
  top: 15px;
  right: 15px;
}
.modal-body {
  position: relative;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 30px;
  }
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.modal--campaigns {
  text-align: left;
}
.modal--campaigns .modal-dialog {
  width: 100%;
  max-width: 530px;
}
.modal--campaigns .modal-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.modal.modal--video-player {
  text-align: left;
}
.modal.modal--video-player .modal-dialog {
  width: 100%;
  max-width: 1218px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.modal.modal--video-player .modal-body {
  padding: 0;
  background-color: #000;
}
.modal.modal--video-player .close {
  background-image: url("/DigitalRadioPlus/media/DRP_Media/Images/icon-close.png");
  opacity: 1;
  text-shadow: none;
}
.modal-videos {
  top: 25%;
}
.modal--dab-vehicle {
  text-align: left;
}
.modal--dab-vehicle .modal-dialog {
  width: 100%;
  max-width: 530px;
}
.modal--dab-vehicle .modal-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.DesignMode .collapse {
  display: block;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-list-item {
  font-size: 0;
  padding-bottom: 2rem;
}
.news-list-item + .news-list-item {
  padding-top: 3rem;
  border-top: 1px solid #eeeeee;
}
.news-list-item .news-item-image {
  vertical-align: top;
  margin-bottom: 2rem;
  border-radius: 10px;
  overflow: hidden;
}
.news-list-item .news-item-image img {
  vertical-align: initial;
  width: 100%;
  height: auto;
}
.news-list-item .news-item-content {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
}
.news-list-item .news-release-date {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0.2em;
  color: #a2a2a2;
}
.news-list-item .news-title {
  margin-top: 0;
  margin-bottom: 0.2em;
}
.news-list-item .news-title a {
  text-decoration: none;
}
.news-list-item .news-text {
  position: relative;
  max-height: 7rem;
  overflow: hidden;
}
.news-list-item .news-text:after {
  display: block;
  content: "";
  min-height: 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.news-list-item .news-text img {
  display: none;
}
.news-list-item .news-text p {
  margin-bottom: 0;
}
.news-list-item .news-text p.lead {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.846;
}
.news-list-item .news-item-content .read-more {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  color: #777777;
}
.news-list-item .news-item-content .read-more:hover,
.news-list-item .news-item-content .read-more:focus {
  color: #0076a3;
}
@media (min-width: 768px) {
  .news-list-item .news-item-image {
    display: inline-block;
    width: 25%;
  }
  .news-list-item .news-item-content {
    vertical-align: top;
    display: inline-block;
    width: 75%;
    padding-left: 3%;
  }
}
.news-archive-list > ul,
ul.news-archive-list {
  margin-bottom: 0;
}
.news-article .news-article-image {
  display: block;
  float: left;
  margin-bottom: 1em;
  border-radius: 10px;
  overflow: hidden;
}
.news-article .news-article-image img {
  max-width: 100%;
  height: auto;
}
.news-article .news-article-release-date {
  display: block;
  color: #777777;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
  color: #a2a2a2;
}
.news-article .news-article-title {
  margin-top: 0;
  margin-bottom: 0.2em;
}
.news-article .news-article-text {
  display: block;
  clear: both;
}
.faq {
  margin-bottom: 1rem;
  border-bottom: 1px dashed #ddd;
}
.faq-question {
  display: block;
  padding-left: 2rem;
  margin-bottom: 1em;
  color: #333333;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.faq-question:focus {
  color: #333333;
}
.faq-question:before {
  color: #00aeef;
  font-family: 'Core-icons';
  content: "\e64b";
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 0.8em;
  margin-left: -2rem;
}
.faq-question.collapsed:before {
  content: "\e62e";
}
.faq-answer {
  margin-left: 2rem;
}
.video {
  display: block;
  overflow: hidden;
  margin-bottom: 4rem;
}
.video__cover-image {
  position: relative;
  cursor: pointer;
  margin-bottom: 1em;
  overflow: hidden;
}
.video__cover-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.video__cover-image__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video__title {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.video__description {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.video__watch-video,
.video__external-video-link {
  display: inline-block;
  margin-right: 6px;
}
.modal-body .video__external-video-link {
  margin-top: 10px;
}
.video__player-title {
  display: block;
  margin-top: 0;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #00aeef;
  margin-top: 1.2em;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1.3rem;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1em 0 0;
  font-weight: 700;
  text-decoration: none;
}
.video__player-title small,
.video__player-title .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
@media (min-width: 768px) {
  .video__cover-image {
    float: left;
    width: 270px;
    height: 152px;
  }
  .video__cover-image img.cover-image--youtube {
    margin-top: -25px;
  }
  .video__cover-image + .video__text {
    margin-left: 290px;
  }
}
.form-contact .form-group,
.form-newsletter-subscription .form-group {
  clear: left;
  overflow: hidden;
}
.form-contact .form-group.offset label,
.form-newsletter-subscription .form-group.offset label {
  display: block;
  font-weight: 400;
  white-space: normal;
}
.form-contact .ErrorLabel,
.form-newsletter-subscription .ErrorLabel {
  display: block;
  margin-bottom: 0.8rem;
  margin-left: 0;
}
.form-contact .EditingFormErrorLabel,
.form-newsletter-subscription .EditingFormErrorLabel {
  display: none;
}
.form-contact .editing-form-control-nested-control .form-control,
.form-newsletter-subscription .editing-form-control-nested-control .form-control {
  width: 100%;
}
.form-contact label[id$="_lblSecurityCode"],
.form-newsletter-subscription label[id$="_lblSecurityCode"] {
  display: none !important;
}
@media (min-width: 992px) {
  .form-contact .EditingFormLabel,
  .form-newsletter-subscription .EditingFormLabel {
    float: left;
    width: 15rem;
    padding-right: 1rem;
  }
  .form-contact .editing-form-control-nested-control,
  .form-newsletter-subscription .editing-form-control-nested-control {
    float: left;
    width: 40rem;
  }
  .form-contact .form-group.offset,
  .form-newsletter-subscription .form-group.offset {
    margin-left: 15rem;
  }
  .form-contact .FormButton,
  .form-newsletter-subscription .FormButton {
    margin-left: 15rem;
  }
}
.form-newsletter {
  position: fixed;
  z-index: 3010;
  top: 22rem;
  left: -36rem;
  width: 36rem;
  padding: 2rem;
  background-color: #eee;
  -webkit-transition: left 200ms;
  -o-transition: left 200ms;
  transition: left 200ms;
}
@media screen and (max-height: 430px) {
  .form-newsletter {
    top: 20%;
  }
}
@media (max-width: 1367px) {
  .form-newsletter {
    position: absolute;
    top: 0;
  }
}
.DesignMode .form-newsletter,
.EditMode .form-newsletter {
  left: 0;
}
.form-newsletter.is-opened {
  left: 0;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.55);
  -webkit-transition: left 400ms;
  -o-transition: left 400ms;
  transition: left 400ms;
}
.form-newsletter .form-newsletter-toggle {
  display: none;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  padding: 0;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 3.2rem;
  width: 16rem;
  text-transform: uppercase;
  background-color: #00aeef;
  color: #fff;
}
.form-newsletter .form-newsletter-toggle:hover {
  background-color: #04bbff;
}
.form-newsletter .form-newsletter-toggle:active,
.form-newsletter .form-newsletter-toggle:focus {
  outline: 0;
}
.form-newsletter .form-newsletter-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.6rem;
  line-height: 1;
  text-decoration: none;
}
.form-newsletter .form-newsletter-close:hover,
.form-newsletter .form-newsletter-close:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.DesignMode .form-newsletter,
.EditMode .form-newsletter {
  position: relative;
  top: auto;
}
.form-newsletter .form-group {
  clear: left;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.form-newsletter .form-group.offset {
  margin-left: 9rem;
}
.form-newsletter .form-group.offset label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  width: 100%;
  white-space: normal;
}
.form-newsletter label,
.form-newsletter .EditingFormLabel {
  float: left;
  width: 9rem;
  padding-right: .6rem;
  font-weight: 400;
}
.form-newsletter .ErrorLabel {
  display: block;
  margin-bottom: 0.8rem;
  margin-left: 0;
}
.form-newsletter .EditingFormErrorLabel {
  display: none;
}
.form-newsletter .editing-form-control-nested-control {
  float: left;
  width: 23rem;
}
.form-newsletter .editing-form-control-nested-control .form-control {
  width: 100%;
}
.form-newsletter label[id$="_lblSecurityCode"] {
  display: none;
}
.form-newsletter a#recaptcha_audio_play_again {
  position: absolute;
  right: 0;
  top: 59px;
}
.form-newsletter a#recaptcha_audio_download {
  position: absolute;
  right: 0;
  bottom: -60px;
}
.form-newsletter input[type="submit"] {
  float: right;
}
.searchBox {
  position: relative;
}
.page--search-results .searchBox {
  max-width: 480px;
}
.searchBox .form-control {
  width: 100%;
  max-width: 100%;
  padding-right: 3.6rem;
}
.searchBox .btn-search-icon {
  position: absolute;
  top: 30px;
  right: 8px;
  text-indent: -9999px;
  border: 0;
  background: transparent url('../images/icons/icon-search.png') no-repeat center center;
  opacity: 0.5;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.searchBox .btn-search-icon:hover {
  opacity: 1;
}
.searchBox .btn-search-icon:active,
.searchBox .btn-search-icon.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .searchBox .form-control {
    width: 100%;
  }
}
.well {
  min-height: 2.0rem;
  padding: 1.2rem;
  margin-bottom: 2.0rem;
  background-color: #fdfdfd;
  border: 1px solid #ebebeb;
  border-radius: 0.4rem;
  -webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.1);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 2.2rem;
  border-radius: 0.6rem;
}
.well-sm {
  padding: 0.8rem;
  border-radius: 0.3rem;
}
.panel {
  position: relative;
  margin-bottom: 2.4rem;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 1.5rem;
}
.panel-heading {
  display: block;
  margin: 0;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -0.6rem;
  border-top-left-radius: -0.6rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  color: inherit;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-heading > a {
  color: inherit;
}
.panel-heading:hover,
.panel-heading:focus {
  color: inherit;
}
.panel-footer {
  padding: 1rem 1.5rem;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -0.6rem;
  border-bottom-left-radius: -0.6rem;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -0.6rem;
  border-top-left-radius: -0.6rem;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -0.6rem;
  border-bottom-left-radius: -0.6rem;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
/*
.panel {
  > .table,
  > .table-responsive > .table {
    margin-bottom: 0;
  }
  // Add border top radius for first one
  > .table:first-child,
  > .table-responsive:first-child > .table:first-child {
    .border-top-radius((@panel-border-radius - 1));

    > thead:first-child,
    > tbody:first-child {
      > tr:first-child {
        td:first-child,
        th:first-child {
          border-top-left-radius: (@panel-border-radius - 1);
        }
        td:last-child,
        th:last-child {
          border-top-right-radius: (@panel-border-radius - 1);
        }
      }
    }
  }
  // Add border bottom radius for last one
  > .table:last-child,
  > .table-responsive:last-child > .table:last-child {
    .border-bottom-radius((@panel-border-radius - 1));

    > tbody:last-child,
    > tfoot:last-child {
      > tr:last-child {
        td:first-child,
        th:first-child {
          border-bottom-left-radius: (@panel-border-radius - 1);
        }
        td:last-child,
        th:last-child {
          border-bottom-right-radius: (@panel-border-radius - 1);
        }
      }
    }
  }
  > .panel-body + .table,
  > .panel-body + .table-responsive {
    border-top: 1px solid @table-border-color;
  }
  > .table > tbody:first-child > tr:first-child th,
  > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
  }
  > .table-bordered,
  > .table-responsive > .table-bordered {
    border: 0;
    > thead,
    > tbody,
    > tfoot {
      > tr {
        > th:first-child,
        > td:first-child {
          border-left: 0;
        }
        > th:last-child,
        > td:last-child {
          border-right: 0;
        }
      }
    }
    > thead,
    > tbody {
      > tr:first-child {
        > td,
        > th {
          border-bottom: 0;
        }
      }
    }
    > tbody,
    > tfoot {
      > tr:last-child {
        > td,
        > th {
          border-bottom: 0;
        }
      }
    }
  }
  > .table-responsive {
    border: 0;
    margin-bottom: 0;
  }
}
*/
.panel-group {
  margin-bottom: 2.4rem;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0.4rem;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #d5e5ee;
  background-color: #fbfbfb;
}
.panel-default > .panel-heading {
  color: inherit;
  background-color: #eef8fc;
  border-color: #d5e5ee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d5e5ee;
}
.panel-default > .panel-heading .badge {
  color: #eef8fc;
  background-color: inherit;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d5e5ee;
}
.panel-primary {
  border-color: #00aeef;
  background-color: #fbfbfb;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #00aeef;
  border-color: #00aeef;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00aeef;
}
.panel-primary > .panel-heading .badge {
  color: #00aeef;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00aeef;
}
.panel-subtle {
  border-color: #e5e5e5;
  background-color: #fbfbfb;
  border-style: dashed;
}
.panel-subtle > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}
.panel-subtle > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e5e5e5;
}
.panel-subtle > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-subtle > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e5e5e5;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 2.4rem;
  margin-bottom: 2.4rem;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 1.1rem;
  line-height: 2.4rem;
  color: #ffffff;
  text-align: center;
  background-color: #00aeef;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ea2457;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
@-webkit-keyframes indicator-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes indicator-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.indicator {
  overflow: hidden;
  height: 1.4rem;
  margin-bottom: 1rem;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.indicator-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 1.1rem;
  line-height: 2.4rem;
  color: #ffffff;
  text-align: center;
  background-color: #00aeef;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.indicator-striped .indicator-bar,
.indicator-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.indicator.animate .indicator-bar,
.indicator-bar.animate {
  -webkit-animation: indicator-bar-stripes 2s linear infinite;
  -o-animation: indicator-bar-stripes 2s linear infinite;
  animation: indicator-bar-stripes 2s linear infinite;
}
.indicator-bar-verygood {
  background-color: #7fdd52;
}
.indicator-striped .indicator-bar-verygood {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.useful-links {
  margin: 2rem 0;
}
.useful-link {
  display: block;
  padding-left: 3rem;
  min-height: 16px;
  margin-bottom: 1rem;
  background: url('../images/icons/icon-link.png') no-repeat left top;
  text-decoration: none;
  color: #555555;
}
.useful-link__link {
  display: inline-block;
}
.useful-link__description {
  width: 80%;
  font-size: 12px;
  font-size: 1.2rem;
}
.reports-container-title {
  clear: left;
  padding-bottom: 0.8rem;
  margin-top: 2.2em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00aeef;
  border-bottom: 1px solid #a3e6ff;
}
@media (min-width: 768px) {
  .reports-container-title {
    margin-top: 2.6em;
  }
}
.report-links {
  margin: 2rem 0;
}
.report-link {
  display: block;
  float: left;
  width: 50%;
  padding-right: 1.5rem;
  margin-bottom: 3em;
}
.report-link:before,
.report-link:after {
  content: " ";
  display: table;
}
.report-link:after {
  clear: both;
}
.report-link:before,
.report-link:after {
  content: " ";
  display: table;
}
.report-link:after {
  clear: both;
}
a.report-link {
  text-decoration: none;
  color: #555555;
}
a.report-link:hover,
a.report-link:active {
  color: #00aeef;
  border-color: #00aeef;
}
@media (min-width: 480px) {
  .report-link {
    width: 33.333%;
    padding-right: 1.5rem;
    margin-bottom: 3em;
  }
}
.report-link__image {
  border: 1px solid #ddd;
}
.report-link__image:hover,
.report-link__image:active {
  border-color: inherit;
}
.report-link__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.report-link__text {
  margin-top: 0.6em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 700;
}
.dab-vehicles-list {
  margin: 2rem 0;
  text-align: center;
}
.dab-vehicle-logo {
  display: inline-block;
  width: 140px;
}
div[data-toggle].dab-vehicle-logo {
  cursor: pointer;
}
@media (min-width: 480px) {
  .dab-vehicle-logo {
    width: 100%;
    max-width: 170px;
  }
}
.featured-items {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.6rem;
  background-color: #555555;
  border-top: 1px solid #999999;
}
@media (min-width: 992px) {
  .featured-items {
    margin-bottom: 1rem;
  }
}
.featured-item {
  position: relative;
  float: left;
  width: 50%;
  height: 14rem;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  border: 1px solid #999999;
  border-top: 0;
}
.featured-item + .featured-item {
  border-left: 0;
}
.featured-item:hover .featured-item__text {
  height: 35%;
  -webkit-transition: height 350ms ease;
  -o-transition: height 350ms ease;
  transition: height 350ms ease;
}
@media (min-width: 768px) {
  .featured-item {
    width: 33.333%;
    height: 20rem;
  }
}
@media (min-width: 992px) {
  .featured-item {
    width: 33.333%;
    height: 25rem;
  }
}
@media (min-width: 1220px) {
  .featured-item {
    width: 33.333%;
    height: 30rem;
  }
}
a {
  text-decoration: none;
}
.featured-item__title {
  display: block;
  margin: 0;
  padding: 1rem 0.6rem;
  width: 100%;
  min-height: 4.8rem;
  font-family: inherit;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 992px) {
  .featured-item__title {
    padding: 1.2rem;
    min-height: auto;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.featured-item__description {
  display: none;
  padding: 0 1.2rem 1.2rem;
}
@media (min-width: 992px) {
  .featured-item__description {
    display: block;
  }
}
.featured-item__text {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 100%;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.1;
  background-color: rgba(0, 40, 56, 0.7);
  border-bottom: 1px solid #999999;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (min-width: 992px) {
  .featured-item__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    height: 4rem;
  }
}
.banners {
  margin-top: -2rem;
  background-color: #333;
}
@media (min-width: 768px) {
  .banners {
    margin-top: -4rem;
  }
}
.banner {
  height: auto;
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
}
/*TODO*/
#pausehide {
  display: none;
}
#radio-player {
  position: absolute;
}
.radio-player {
  overflow: hidden;
  margin-bottom: 1em;
  max-width: 27rem;
  background: #D0EBF6;
  border: 2px solid #E5F1F6;
  border-radius: 10px;
}
.radio-player .station-logo {
  position: relative;
  width: 100%;
  height: 13rem;
  padding: 10px;
  background: white;
}
.radio-player .station-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 992px) {
  .radio-player .station-logo {
    height: 13rem;
  }
}
.radio-player .pane {
  padding: 10px;
}
.radio-player .controls {
  float: left;
  width: 20%;
  margin-bottom: 10px;
  color: #01adf3;
}
.radio-player .controls .play,
.radio-player .controls .pause {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 4px;
}
.radio-player .controls .play {
  background: #00aeef url('../images/_demo/play.png') no-repeat center center;
}
.radio-player .controls .pause {
  background: #222222 url('../images/_demo/pause.png') no-repeat center center;
}
.radio-player .text {
  float: right;
  width: 75%;
  margin-bottom: 10px;
}
.radio-player .text .station-name {
  display: block;
  margin: 5px 0;
  text-align: right;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.radio-player .text .station-callout {
  display: block;
  margin: 0;
  text-align: right;
  color: #3692b7;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.3;
}
/*#Examples section/Abuse report#*/
.abuse-report textarea.form-control {
  width: 100%;
}
/*
 * Project: CirclePlayer
 * http: //www.jplayer.org
 *
 * Copyright (c) 2012 Happyworm Ltd
 *
 * Author: Silvia Benvenuti
 * Edited by: Mark J Panaghiston
 * Date: 2nd October 2012
 * Artwork inspired by: http: //forrst.com/posts/Untitled-CJz
 */
.cp-jplayer {
  width: 0;
  height: 0;
  display: inline;
}
.cp-container {
  position: relative;
  width: 89px;
  height: 89px;
  padding: 18px;
  background: url("../images/skinsets/circleplayer/bgr.png") 0 0 no-repeat;
  background-size: 89px 89px;
  background-color: #ECE7E3;
  border-radius: 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*@media (min-width: @screen-xs-min) {
        width: 178px; // size of background image
        height: 178px; // size of background image
        padding: 36px; // push controls to center of container
        background-size: 178px 178px;
    }*/
  /* FALLBACK for .progress
     * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
     * (It needs the container selector to work. Or use div)
     */
  /* This is needed when progress is greater than 50% or for fallback */
}
.cp-container:focus {
  border: none;
  outline: 0;
}
.cp-container .cp-buffer-1,
.cp-container .cp-buffer-2,
.cp-container .cp-progress-1,
.cp-container .cp-progress-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  clip: rect(0, 26px, 52px, 0);
  border-radius: 26px;
  /*@media (min-width: @screen-xs-min) {
            width: 104px;
            height: 104px;
            clip: rect(0, 52px, 104px, 0);
            border-radius: 52px;
        }*/
}
.cp-container .cp-buffer-1,
.cp-container .cp-buffer-2 {
  background: url("../images/skinsets/circleplayer/buffer.png") 0 0 no-repeat;
  background-size: 52px 52px;
  /*@media (min-width: @screen-xs-min) {
            background-size: 104px 104px;
        }*/
}
.cp-container .cp-container .cp-fallback {
  background: url("../images/skinsets/circleplayer/progress_sprite.jpg") no-repeat;
  background-size: 52px 52px;
  background-position: 0 52px;
  /*@media (min-width: @screen-xs-min) {
            background-size: 104px 104px;
            background-position: 0 104px;
        }*/
}
.cp-container .cp-progress-1,
.cp-container .cp-progress-2 {
  background: url("../images/skinsets/circleplayer/progress.png") 0 0 no-repeat;
  background-size: 52px 52px;
  background-position: 0 0;
  /*@media (min-width: @screen-xs-min) {
            background-size: 104px 104px;
        }*/
}
.cp-container .cp-buffer-holder,
.cp-container .cp-progress-holder,
.cp-container .cp-circle-control {
  position: absolute;
  width: 52px;
  height: 52px;
  /*@media (min-width: @screen-xs-min) {
            width: 104px;
            height: 104px;
        }*/
}
.cp-container .cp-circle-control {
  cursor: pointer;
}
.cp-container .cp-buffer-holder,
.cp-container .cp-progress-holder {
  display: none;
  clip: rect(0, 52px, 52px, 26px);
  /*@media (min-width: @screen-xs-min) {
            clip: rect(0, 104px, 104px, 52px);
        }*/
}
.cp-container .cp-buffer-holder.cp-gt50,
.cp-container .cp-progress-holder.cp-gt50,
.cp-container .cp-progress-1.cp-fallback {
  clip: rect(auto, auto, auto, auto);
}
.cp-container .cp-controls {
  margin: 0;
  padding: 14px;
  /*@media (min-width: @screen-xs-min) {
            padding: 28px;
        }*/
}
.cp-container .cp-controls li {
  list-style-type: none;
  display: block;
  position: absolute;
}
.cp-container .cp-controls li a {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  z-index: 1;
  cursor: pointer;
  background: url("../images/skinsets/circleplayer/controls.png") 0 0 no-repeat;
  background-size: 50px 50px;
  /*@media (min-width: @screen-xs-min) {
            width: 50px;
            height: 50px;
            background-size: 100px 100px;

            &.cp-play {
                background-position: 0 0;
            }
            &.cp-play:hover {
                background-position: -50px 0;
            }
            &.cp-pause {
                background-position: 0 -50px;
            }
            &.cp-pause:hover {
                background-position: -50px -50px;
            }
        }*/
}
.cp-container .cp-controls li a.cp-play {
  background-position: 0 0;
}
.cp-container .cp-controls li a.cp-play:hover {
  background-position: -25px 0;
}
.cp-container .cp-controls li a.cp-pause {
  background-position: 0 -25px;
}
.cp-container .cp-controls li a.cp-pause:hover {
  background-position: -25px -25px;
}
#australia-map-svg {
  display: none;
}
#australia-map-svg a {
  cursor: pointer;
  fill: #9ddcf9;
}
#australia-map-svg a.active,
#australia-map-svg a:hover,
#australia-map-svg a:focus {
  fill: #00aeef;
}
@media (min-width: 768px) {
  #australia-map-svg {
    display: block;
  }
}
.tt-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.tt-query,
.tt-hint {
  outline: none;
}
.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-dropdown-menu {
  width: 100%;
  margin-top: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 0.6rem 1.2rem;
  font-size: 1.3rem;
  line-height: 1.846;
  color: #555555;
}
.tt-suggestion.tt-selectable {
  /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
  cursor: pointer;
}
.tt-suggestion.tt-selectable:hover,
.tt-suggestion.tt-selectable:focus,
.tt-suggestion.tt-selectable.tt-cursor {
  background-color: rgba(0, 0, 0, 0.1);
}
.tt-custom-loading-msg {
  text-align: center;
  border: 1px dashed #ddd;
  padding: 1rem;
  margin: 1em 0;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.product-filters-collapse:before,
.product-filters-collapse:after,
.navbar-collapse:before,
.navbar-collapse:after,
.nav ul:before,
.nav ul:after,
ul.nav:before,
ul.nav:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.dl-horizontal dd:after,
.product-filters-collapse:after,
.navbar-collapse:after,
.nav ul:after,
ul.nav:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right,
.floatRight,
.RightAlign {
  float: right !important;
}
.pull-left,
.floatLeft,
.LeftAlign {
  float: left !important;
}
.hide,
.invisible,
.HiddenButton {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.mg-b-0 {
  margin-bottom: 0 !important;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0.6rem;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.846;
  background-color: #555555;
  border: 1px solid #dddddd;
  border-radius: 0.4rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1220px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pull-right.till-xs {
    float: none !important;
  }
}
@media (max-width: 991px) {
  .pull-right.till-sm {
    float: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive--16x9 {
  padding-bottom: 56.25%;
}
.embed-responsive--4x3 {
  padding-bottom: 75%;
}
.embed-responsive__item,
iframe,
embed,
object,
video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
iframe[title="recaptcha widget"] {
  position: relative;
}
.EditMode .site-social,
.DesignMode .site-social {
  position: relative;
  top: auto;
  right: auto;
}
.DesignMode .form-newsletter {
  display: none;
}
.WebPartError {
  border: 1px dashed red;
  background-color: #FFEEEE;
  padding: 0.6em 1em;
}


.tooltip {
    display: block;
	color: #00729c;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.42857;
    opacity: 0;
    position: absolute;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: 1070;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    background-color: #fbfbfb;
	
    border-radius: 4px;
    color: #00729c;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
}
.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #fbfbfb;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
    border-top-color: #fbfbfb;
    border-width: 5px 5px 0;
    bottom: 0;
    margin-bottom: -5px;
    right: 5px;
}
.tooltip.top-right .tooltip-arrow {
    border-top-color: #fbfbfb;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #fbfbfb;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #fbfbfb;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fbfbfb;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #fbfbfb;
    border-width: 0 5px 5px;
    margin-top: -5px;
    right: 5px;
    top: 0;
}
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #fbfbfb;
    border-width: 0 5px 5px;
    left: 5px;
    margin-top: -5px;
    top: 0;
}

.FirefoxSupport .modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
    padding: 15px;
}

.FirefoxSupport .modal-dialog {
 background-color: #fbfbfb;
  position: relative;
  margin: 0 auto;
  top: 25%;
  top:50% !important;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  width:30%;
  height:30%;
}
.FirefoxSupport .modal-content {
  min-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0; 
}
.FirefoxSupport .modal-body {
  position:absolute;
  top: 60px; // height of header
  bottom:45px;  // height of footer
  
  left:0;
  right:0;
  overflow-y:auto;
}
.FirefoxSupport .modal-footer {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}
