/* General variables*/
/* Color definitions */
/* Themes */
/* Color definitions end */
/* Global styles for homepage */
/* line 32, globalStyles.scss */
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 100%;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  min-width: 300px;
}

/* line 41, globalStyles.scss */
html {
  -webkit-text-size-adjust: none;
}

/* line 44, globalStyles.scss */
.floatL {
  float: left;
}

/* line 47, globalStyles.scss */
.floatR {
  float: right;
}

/* line 54, globalStyles.scss */
a:active,
a:focus {
  text-decoration: underline;
  outline: medium none;
}

/* Listener */
/* line 60, globalStyles.scss */
#readspeaker_button1 a {
  text-decoration: none;
}

/* Structure styles */
/* line 65, globalStyles.scss */
body.ond {
  background-color: #f4f4f4;
}

/* line 68, globalStyles.scss */
.adaptive-wrapper {
  background: url("../images/bg_repeater.gif") repeat-x top left #f4f4f4;
}
/* line 71, globalStyles.scss */
.adaptive-wrapper .adaptive-stage {
  max-width: 962px;
  margin: 0 auto;
}
/* line 75, globalStyles.scss */
.adaptive-wrapper .adaptive-stage header {
  z-index: 10000;
}
/* line 82, globalStyles.scss */
.adaptive-wrapper .adaptive-stage header .adaptive-sub-navigation .sub-nav li a {
  font-family: Helvetica,Arial,Verdana,sans-serif;
}
/* line 90, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body {
  float: left;
  /* Youth styles */
}
/* line 94, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .latest-news li {
  padding: 13px 0 12px;
}
/* line 97, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .latest-news li a {
  line-height: 1.5em;
}
/* line 105, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter h2, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter h2 {
  background-color: #e42126;
  margin-bottom: 10px;
  color: #fff;
}
/* line 111, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter p, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter p {
  padding: 0 10px 10px;
  font-size: 14px;
}
/* line 116, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter h3, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter h3 {
  background-color: #333;
  color: #fff;
  border-radius: 0;
  font-size: 0.875em;
  font-weight: bold;
  height: auto;
  line-height: 1.7em;
  padding: 2px 0 1px 10px;
  margin-bottom: 0;
  cursor: pointer;
}
/* line 128, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter h3 .expand, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter h3 .expand {
  background: url("../images/customwidgets/accordion_white.png") no-repeat scroll 0 -12px;
  float: right;
  height: 12px;
  margin-top: 5px;
  padding: 0 10px 0 0;
  width: 15px;
}
/* line 137, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter h3 .expand.open, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter h3 .expand.open {
  background-position: 0 0;
}
/* line 142, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter .optionsBtn, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter .optionsBtn {
  color: #e42126;
  font-weight: bold;
  text-decoration: none;
}
/* line 147, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter .optionsBtn:hover, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter .optionsBtn:hover {
  text-decoration: underline;
}
/* line 153, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter form fieldset, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter form fieldset {
  margin: 0 auto 20px;
  width: 140px;
}
/* line 158, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter form .moreOptions, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter form .moreOptions {
  display: none;
  overflow: hidden;
  border-top: 1px solid #C2C2C2;
  padding: 20px 10px;
  text-align: center;
}
/* line 165, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter form .moreOptions .fields, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter form .moreOptions .fields {
  float: left;
}
/* line 169, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter form .moreOptions label, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter form .moreOptions label {
  font-weight: bold;
  font-size: 14px;
  padding-right: 5px;
}
/* line 175, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter form .moreOptions label, .adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter form .moreOptions input, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter form .moreOptions label, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter form .moreOptions input {
  margin-top: 8px;
}
/* line 179, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter form .moreOptions input, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter form .moreOptions input {
  margin-right: 15px;
  background-color: #fef4f4;
  border: solid 1px #C2C2C2;
  width: 80px;
  padding: 2px 5px;
  font-weight: bold;
  border-radius: 0;
  -webkit-appearance: none;
  outline-width: 0;
}
/* line 191, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter form .moreOptions .archiveBtn, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter form .moreOptions .archiveBtn {
  float: right;
  margin: 0;
}
/* line 197, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter form .sbHolder, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter form .sbHolder {
  width: 140px;
}
/* line 200, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter form .sbHolder .sbSelector, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter form .sbHolder .sbSelector {
  line-height: 14px;
  width: 120px;
}
/* line 205, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter form .sbHolder .sbOptions, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter form .sbHolder .sbOptions {
  width: 138px;
}
/* line 208, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter form .sbHolder .sbOptions li, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter form .sbHolder .sbOptions li {
  border-bottom: 1px solid #EEEEEE;
}
/* line 211, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter form .sbHolder .sbOptions li a, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter form .sbHolder .sbOptions li a {
  margin: 0;
  padding: 0;
  line-height: 14px;
}
/* line 221, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter p, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter p {
  margin: 0;
}
/* line 225, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent {
  /* Youth tables */
  /* Squad list */
}
/* line 226, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent .preloader, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent .preloader {
  margin: 20px;
  text-align: center;
}
/* line 231, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent .youth-fixtures, .adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent .youth-results, .adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent .youth-squad, .adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent .results, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent .youth-fixtures, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent .youth-results, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent .youth-squad, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent .results {
  border-bottom: 3px solid #e42126;
  margin-bottom: 17px;
}
/* line 237, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent table, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
  /*margin-top: 20px;*/
}
/* line 243, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent table tbody, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent table tbody {
  /*border-top: 1px solid #c2c2c2;*/
}
/* line 247, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent table tbody tr:first-child td, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent table tbody tr:first-child td {
  padding-top: 20px;
  background-color: #f4f4f4;
  padding-bottom: 8px;
  border-bottom: 0;
  font-weight: bold;
}
/* line 255, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent table tbody tr:last-child td, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent table tbody tr:last-child td {
  border-bottom: 0;
}
/* line 259, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent table tbody tr td, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent table tbody tr td {
  width: 20%;
  padding: 16px 10px 13px;
  border-bottom: 1px dotted #c2c2c2;
}
/* line 264, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent table tbody tr td.teams, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent table tbody tr td.teams {
  font-weight: bold;
  text-align: center;
  width: 80%;
}
/* line 275, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent #squad tr td, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent #squad tr td {
  width: 33.3%;
}
/* line 281, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent #squad, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent #squad {
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
  /*margin-top: 20px;*/
}
/* line 287, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent #squad ul, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent #squad ul {
  font-size: 14px;
  overflow: hidden;
}
/* line 291, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent #squad ul li, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent #squad ul li {
  padding: 0 0 0 55px;
  line-height: 14px;
  width: 23%;
  float: left;
  height: 45px;
  background: url("../images/customwidgets/placeholder.jpg") no-repeat 8px 0;
}
/* line 299, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent #squad ul li:first-child, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent #squad ul li:first-child {
  width: 100%;
  float: none;
  clear: both;
  padding: 0;
  margin-bottom: 5px;
  background-image: none;
}
/* line 308, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent #squad ul li h4, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent #squad ul li h4 {
  background-color: #f4f4f4;
  padding: 20px 0 8px 10px;
  border-bottom: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0;
}
/* line 318, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent #squad ul li span, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent #squad ul li span {
  position: relative;
  top: 12px;
}
/* line 325, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter #teamstat-ajaxContent #squad.womens ul li, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter #teamstat-ajaxContent #squad.womens ul li {
  background: url("../images/customwidgets/placeholder_female.jpg") no-repeat 8px 0;
}
/* line 334, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body .container_3 .container_3 .grid_2 {
  margin: 0;
}
/* line 341, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-body, .adaptive-wrapper .adaptive-stage .adaptive-footer, .adaptive-wrapper .adaptive-stage .adaptive-sponsors {
  background: white;
  padding: 20px 0;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
}
/* line 348, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .article-sub-nav header {
  z-index: 1;
}
/* line 351, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .article-sub-nav header a {
  text-decoration: none;
  color: #333333;
}
/* line 355, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .article-sub-nav header a .mainHeader {
  width: 359px;
  height: 57px;
}
/* line 362, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-footer {
  padding: 5px 10px 20px;
}
/* line 366, globalStyles.scss */
.adaptive-wrapper .adaptive-stage .adaptive-sponsors {
  padding: 0 0 20px;
  float: left;
  border-bottom: 1px solid #C9C9C9;
}

/* SideBar Governance mob & desktop styles */
/* line 376, globalStyles.scss */
.adaptive-body .archiveBtn {
  margin: 20px 0 20px 0;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #C9C9C9;
  display: block !important;
}
/* line 383, globalStyles.scss */
.adaptive-body .archiveBtn a {
  color: #fff;
  text-decoration: none;
  background-color: #333333;
  padding: 10px 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
/* line 395, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats a {
  text-decoration: none;
  color: #333;
}
/* line 399, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats a:hover {
  text-decoration: underline;
}
/* line 404, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats h2 {
  background-color: #333333;
  color: #FFFFFF;
  font-size: 1.375em;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 0;
  padding: 0 10px;
  height: 40px;
}
/* line 414, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats h2 a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  float: right;
  padding-top: 5px;
}
/* line 421, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats h2 a:hover {
  text-decoration: underline;
}
/* line 427, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table {
  border: solid 1px #c9c9c9;
  border-top: none;
  width: 100%;
  text-align: left;
}
/* line 433, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table thead {
  background-color: #ededed;
}
/* line 436, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table thead th {
  border-bottom: 1px solid #d7d7d7;
  font-weight: bold;
  padding: 0 0 0 9px;
  font-size: 0.85em;
}
/* line 443, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table thead th {
  width: 38%;
  border-right: solid 1px #d7d7d7;
}
/* line 445, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table thead th + th {
  width: 35%;
  border-right: solid 1px #d7d7d7;
}
/* line 447, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table thead th + th + th {
  width: 27%;
  border-right: none;
  text-align: center;
  padding: 0;
}
/* line 450, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table th, .adaptive-body .article-single-column .gov-stats table td {
  height: 48px;
  vertical-align: middle;
  text-align: left;
}
/* line 458, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table tbody tr td {
  font-size: 0.875em;
  padding-left: 9px;
  border-bottom: 1px dotted #dbdbdb;
}
/* line 468, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table.fairplay thead th {
  width: 60%;
}
/* line 471, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table.fairplay thead th span {
  float: left;
  position: relative;
  top: 5px;
  line-height: 15px;
}
/* line 477, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table.fairplay thead th span.card {
  width: 16px;
  height: 22px;
  border: solid 1px #c9c9c9;
  float: left;
  display: block;
  margin-left: 7px;
  top: 0;
}
/* line 489, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table.fairplay thead th + th {
  width: 20%;
  padding-left: 9px;
}
/* line 493, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table.fairplay thead th + th .card {
  background-color: #ffde00;
}
/* line 498, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table.fairplay thead th + th + th {
  width: 20%;
}
/* line 501, globalStyles.scss */
.adaptive-body .article-single-column .gov-stats table.fairplay thead th + th + th .card {
  background-color: #ff0000;
}

/* Main Body styles Article Page */
/* line 515, globalStyles.scss */
.article-container img {
  max-width: 100%;
}
/* line 519, globalStyles.scss */
.article-container .article-inner-sidebar {
  width: 160px;
}
/* line 522, globalStyles.scss */
.article-container .article-inner-sidebar li {
  line-height: 1.5em;
}
/* line 525, globalStyles.scss */
.article-container .article-inner-sidebar.date {
  line-height: 1.8em;
}
/* line 529, globalStyles.scss */
.article-container .article-body {
  /* Added to allow free text within an article */
  /* Added to allow quotes within an article */
}
/* line 531, globalStyles.scss */
.article-container .article-body h2 {
  font-size: 1.250em;
  margin-bottom: 15px;
}
/* line 536, globalStyles.scss */
.article-container .article-body p {
  font-size: 0.875em;
  line-height: 1.5em;
  margin-bottom: 15px;
}
/* line 541, globalStyles.scss */
.article-container .article-body p strong {
  font-weight: bold;
}
/* line 545, globalStyles.scss */
.article-container .article-body p a:hover {
  text-decoration: underline;
}
/* line 550, globalStyles.scss */
.article-container .article-body ul {
  margin: 0 0 15px 15px;
}
/* line 553, globalStyles.scss */
.article-container .article-body ul li {
  font-size: 0.875em;
  line-height: 1.5em;
  margin: 0;
  list-style: disc;
}
/* line 561, globalStyles.scss */
.article-container .article-body .inline-feature {
  display: block;
  clear: both;
  max-width: 460px;
}
/* line 566, globalStyles.scss */
.article-container .article-body .inline-feature h3 {
  font-size: 18px;
}
/* line 570, globalStyles.scss */
.article-container .article-body .inline-feature p, .article-container .article-body .inline-feature li {
  font-size: 0.750em;
  font-weight: bold;
  padding: 7px 10px;
  line-height: 1;
  background-color: #ededed;
}
/* line 578, globalStyles.scss */
.article-container .article-body .inline-feature img {
  display: block;
}
/* line 582, globalStyles.scss */
.article-container .article-body .inline-feature .videoContainer {
  position: relative;
  cursor: pointer;
  height: 260px;
  width: 458px;
}
/* line 588, globalStyles.scss */
.article-container .article-body .inline-feature .videoContainer img {
  height: 260px;
  width: 458px;
}
/* line 593, globalStyles.scss */
.article-container .article-body .inline-feature .videoContainer .news-video-icon {
  background-color: #333333;
  bottom: 0;
  height: 33px;
  left: 0;
  position: absolute;
  width: 33px;
}
/* line 603, globalStyles.scss */
.article-container .article-body .inline-feature .videoPlaceholder {
  height: 260px;
  display: none;
}
/* line 612, globalStyles.scss */
.article-container .article-body .article-feature.fact .inner-feature a {
  display: inline;
}
/* line 620, globalStyles.scss */
.article-container .article-body .article-feature.quote .inner-feature a {
  display: inline;
}
/* line 626, globalStyles.scss */
.article-container .article-body .article-feature {
  width: 300px;
  overflow: hidden;
}
/* line 630, globalStyles.scss */
.article-container .article-body .article-feature.full-width {
  width: 620px;
  padding: 10px 20px 10px 0;
}
/* line 634, globalStyles.scss */
.article-container .article-body .article-feature.full-width .list {
  float: left;
  width: 300px;
}
/* line 638, globalStyles.scss */
.article-container .article-body .article-feature.full-width .list h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 15px;
}
/* line 644, globalStyles.scss */
.article-container .article-body .article-feature.full-width .list p {
  padding: 0;
  font-weight: normal;
  line-height: 1.5em;
}
/* line 651, globalStyles.scss */
.article-container .article-body .article-feature.full-width .inner-feature {
  width: 300px;
  margin-right: 20px;
  float: left;
}
/* line 656, globalStyles.scss */
.article-container .article-body .article-feature.full-width .inner-feature p {
  margin-bottom: 0;
}
/* line 660, globalStyles.scss */
.article-container .article-body .article-feature.full-width .inner-feature img {
  width: 300px;
  height: 169px;
  display: block;
}
/* line 669, globalStyles.scss */
.article-container .article-body .article-feature.fact .inner-feature, .article-container .article-body .article-feature.quote .inner-feature {
  background-color: #ededed;
  padding: 13px 20px 16px;
  border-top: 6px solid #333;
}
/* line 674, globalStyles.scss */
.article-container .article-body .article-feature.fact .inner-feature h3, .article-container .article-body .article-feature.fact .inner-feature p, .article-container .article-body .article-feature.fact .inner-feature li, .article-container .article-body .article-feature.quote .inner-feature h3, .article-container .article-body .article-feature.quote .inner-feature p, .article-container .article-body .article-feature.quote .inner-feature li {
  line-height: 1.6em;
  margin-bottom: 0;
}
/* line 679, globalStyles.scss */
.article-container .article-body .article-feature.fact .inner-feature p.quote, .article-container .article-body .article-feature.quote .inner-feature p.quote {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 8px;
}
/* line 686, globalStyles.scss */
.article-container .article-body .article-feature.fact .inner-feature span, .article-container .article-body .article-feature.quote .inner-feature span {
  font-weight: bold;
}
/* line 693, globalStyles.scss */
.article-container .article-body .article-feature.quote .inner-feature {
  padding-bottom: 10px;
}
/* line 699, globalStyles.scss */
.article-container .article-body .article-feature.bullets ul {
  padding-left: 14px;
}
/* line 702, globalStyles.scss */
.article-container .article-body .article-feature.bullets ul li {
  list-style: disc;
}
/* line 709, globalStyles.scss */
.article-container .article-body .article-feature.media p {
  padding: 7px 10px;
  font-weight: bold;
  line-height: 1;
}
/* line 715, globalStyles.scss */
.article-container .article-body .article-feature.media img {
  width: 300px;
  height: 169px;
}
/* line 723, globalStyles.scss */
.article-container .article-body .article-feature.promo .inner-feature a {
  height: auto;
}
/* line 726, globalStyles.scss */
.article-container .article-body .article-feature.promo .inner-feature a img {
  height: auto;
}
/* line 735, globalStyles.scss */
.article-container .article-body .article-feature .inner-feature {
  display: block;
}
/* line 738, globalStyles.scss */
.article-container .article-body .article-feature .inner-feature h3 {
  font-size: 18px;
  margin-bottom: 5px!important;
  line-height: 1.2!important;
}
/* line 744, globalStyles.scss */
.article-container .article-body .article-feature .inner-feature p, .article-container .article-body .article-feature .inner-feature li {
  font-size: 0.750em;
  background-color: #ededed;
}
/* line 749, globalStyles.scss */
.article-container .article-body .article-feature .inner-feature a {
  display: block;
  height: 169px;
  width: 300px;
}
/* line 761, globalStyles.scss */
.article-container .article-body .article-feature .videoContainer {
  position: relative;
  cursor: pointer;
  width: 300px;
  height: 169px;
}
/* line 767, globalStyles.scss */
.article-container .article-body .article-feature .videoContainer img {
  width: 300px;
  height: 169px;
}
/* line 772, globalStyles.scss */
.article-container .article-body .article-feature .videoContainer .news-video-icon {
  background-color: #333333;
  bottom: 0;
  height: 33px;
  left: 0;
  position: absolute;
  width: 33px;
}
/* line 782, globalStyles.scss */
.article-container .article-body .article-feature .videoPlaceholder {
  height: 169px;
  display: none;
}

/* generic icons*/
/* line 795, globalStyles.scss */
.svg .adaptive-body .video-icon,
.svg .adaptive-body .gallery-icon,
.svg .adaptive-body .text-icon {
  padding: 3px 0 0 25px;
  background: url("../images/svg/icon-sprite.svg") no-repeat;
}
/* line 799, globalStyles.scss */
.svg .adaptive-body .text-icon {
  background-position: -78px -231px;
  background-size: 175px auto;
}
/* line 803, globalStyles.scss */
.svg .adaptive-body .video-icon {
  background-size: 169px auto;
  background-position: -127px -100px;
}
/* line 807, globalStyles.scss */
.svg .adaptive-body .gallery-icon {
  background-position: -116px -156px;
  background-size: 153px auto;
}
/* line 813, globalStyles.scss */
.svg .adaptive-body .videoContainer .news-video-icon {
  background: url("../images/svg/icon-sprite.svg") no-repeat;
  background-size: 11em auto;
  background-position: -124px -23px;
}
/* line 822, globalStyles.scss */
.svg .adaptive-body .article-hero .video-holder .videoContainer .news-video-icon,
.svg .adaptive-body .inline-feature .videoContainer .news-video-icon {
  background: url("../images/svg/icon-sprite.svg") no-repeat;
  background-size: 17em auto;
  background-position: -192px -36px;
  background-color: #333;
  width: 51px;
  height: 51px;
}

/* line 833, globalStyles.scss */
.svg .ff-svg {
  background-image: url("../images/svg/icon-sprite-ff.svg") !important;
}

/* Account only */
/* line 838, globalStyles.scss */
.svg .account .svg-bg {
  background-image: url("../images/svg/icon-sprite.svg") !important;
}

/* line 841, globalStyles.scss */
.no-svg .account .prettycheckbox span {
  background-image: url("../images/icon-sprite.png") !important;
}
/* line 844, globalStyles.scss */
.no-svg .account .prettycheckbox span.checked {
  background-position: -279px 2px;
}

/* generic colors */
/* line 853, globalStyles.scss */
.article-single-column .news-pods ul li a:link, .article-single-column .news-pods ul li a:visited,
.article-single-column .news-pods ul li a:hover, .article-single-column .news-pods ul li a:active,
.article-container .article-body p a,
.flexslider .slides .slidecontent a {
  color: #015CA8;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 2px;
}

/* line 860, globalStyles.scss */
.flexslider .slides .slidecontent ul li a:hover {
  text-decoration: underline;
}

/* AddThis temp placeholder I believe so remove before launch */
/* line 865, globalStyles.scss */
.socialBtns {
  margin-bottom: 15px!important;
  text-align: right;
  width: 100%;
  margin-top: 5px;
  float: right;
  position: relative;
  right: -10px;
}
/* line 874, globalStyles.scss */
.socialBtns .pw-button {
  float: right;
}
/* line 878, globalStyles.scss */
.socialBtns .emailBtn {
  float: right;
  background: url("../images/btn_email.png") no-repeat;
  text-indent: -99999em;
  text-align: left;
  display: block;
  width: 62px;
  height: 20px;
  margin-right: 10px;
}
/* line 890, globalStyles.scss */
.socialBtns .emailBtn.active {
  height: 38px;
}

/* Overlay */
/* line 898, globalStyles.scss */
.mobile-overlay {
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/* Video wrapper*/
/* line 910, globalStyles.scss */
#video-wrapper {
  overflow: hidden;
  width: 620px;
  padding: 0;
  margin: 20px 0 0;
  position: relative;
  z-index: 0;
}
/* line 918, globalStyles.scss */
#video-wrapper p {
  background-color: #ededed;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0;
  padding: 3px 10px;
}

/* Carousel */
/* line 930, globalStyles.scss */
.svg #slideshow-controls span, .svg #slideshow-promo-controls span {
  background: url("../images/svg/icon-sprite.svg") no-repeat;
  background-size: 16em auto;
}

/* line 935, globalStyles.scss */
#slideshow-wrapper {
  width: 620px;
  padding: 0;
  margin: 20px 0;
  position: relative;
  z-index: 0;
}
/* line 942, globalStyles.scss */
#slideshow-wrapper #slideshow {
  overflow: hidden;
  padding: 0;
  list-style-type: none;
  height: 347px;
}
/* line 948, globalStyles.scss */
#slideshow-wrapper #slideshow img {
  width: 620px;
  height: 349px;
  position: static!important;
}
/* line 954, globalStyles.scss */
#slideshow-wrapper #slideshow li {
  padding: 0px;
  line-height: 0;
  list-style-type: none;
  height: 347px;
  width: 620px;
}
/* line 961, globalStyles.scss */
#slideshow-wrapper #slideshow li span.caption {
  background: url("../images/bg_repeater_transp.png") repeat;
  display: block;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  font-size: 0.875em;
  font-weight: bold;
}
/* line 973, globalStyles.scss */
#slideshow-wrapper #slideshow li span.caption p {
  padding: 0 20px;
  margin: 0;
  line-height: 2;
}
/* line 978, globalStyles.scss */
#slideshow-wrapper #slideshow li span.caption p .img-source {
  float: right;
  padding-right: 1px;
}
/* line 988, globalStyles.scss */
#slideshow-wrapper #slideshow-controls #prev, #slideshow-wrapper #slideshow-controls #promo-prev, #slideshow-wrapper #slideshow-controls #next, #slideshow-wrapper #slideshow-controls #promo-next {
  position: absolute;
  top: 155px;
  z-index: 101;
  width: 44px;
  height: 45px;
  text-indent: -99999em;
  background: url("../images/bg_repeater_transp.png") repeat;
}
/* line 997, globalStyles.scss */
#slideshow-wrapper #slideshow-controls #prev span, #slideshow-wrapper #slideshow-controls #promo-prev span, #slideshow-wrapper #slideshow-controls #next span, #slideshow-wrapper #slideshow-controls #promo-next span {
  display: block;
  height: 25px;
  margin: 0 auto;
  position: relative;
  top: 10px;
  width: 20px;
}
/* line 1006, globalStyles.scss */
#slideshow-wrapper #slideshow-controls #prev, #slideshow-wrapper #slideshow-controls #promo-prev {
  left: 10px;
}
/* line 1009, globalStyles.scss */
#slideshow-wrapper #slideshow-controls #prev span, #slideshow-wrapper #slideshow-controls #promo-prev span {
  background-position: -3px 0;
}
/* line 1013, globalStyles.scss */
#slideshow-wrapper #slideshow-controls #next, #slideshow-wrapper #slideshow-controls #promo-next {
  right: 10px;
}
/* line 1016, globalStyles.scss */
#slideshow-wrapper #slideshow-controls #next span, #slideshow-wrapper #slideshow-controls #promo-next span {
  background-position: 0 -91px;
}

/* line 1023, globalStyles.scss */
.sideCarousel {
  position: relative;
}
/* line 1026, globalStyles.scss */
.sideCarousel #promo-prev, .sideCarousel #promo-next {
  position: absolute;
  top: 130px;
  z-index: 101;
  width: 44px;
  height: 45px;
  text-indent: -99999em;
  background: url("../images/bg_repeater_transp.png") repeat;
}
/* line 1035, globalStyles.scss */
.sideCarousel #promo-prev span, .sideCarousel #promo-next span {
  display: block;
  height: 25px;
  margin: 0 auto;
  position: relative;
  top: 10px;
  width: 20px;
}
/* line 1044, globalStyles.scss */
.sideCarousel #promo-prev {
  left: 0;
}
/* line 1047, globalStyles.scss */
.sideCarousel #promo-prev span {
  background-position: -3px 0;
}
/* line 1051, globalStyles.scss */
.sideCarousel #promo-next {
  right: 0;
}
/* line 1054, globalStyles.scss */
.sideCarousel #promo-next span {
  background-position: 0 -91px;
}

/* line 1060, globalStyles.scss */
.wrapp {
  width: 620px;
  margin: 0 auto;
  position: relative;
}
/* line 1065, globalStyles.scss */
.wrapp #slide-pager {
  height: 69px;
  max-width: 620px;
}
/* line 1069, globalStyles.scss */
.wrapp #slide-pager ul {
  list-style-type: none;
  margin: 0 auto!important;
  padding: 0;
  clear: both;
}
/* line 1075, globalStyles.scss */
.wrapp #slide-pager ul li {
  margin-right: 17px;
  height: 69px!important;
}
/* line 1079, globalStyles.scss */
.wrapp #slide-pager ul li.activeSlide {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 5px solid #333333;
}
/* line 1085, globalStyles.scss */
.wrapp #slide-pager ul li.activeSlide img {
  position: relative;
  top: -5px;
  left: -5px;
}
/* line 1092, globalStyles.scss */
.wrapp #slide-pager ul li img {
  max-width: 123px;
  width: 123px;
  min-height: 69px;
  display: block;
}
/* line 1099, globalStyles.scss */
.wrapp #slide-pager ul li:last-child {
  margin-right: 0;
}
/* line 1108, globalStyles.scss */
.wrapp #slide-pager_prev,
.wrapp #slide-pager_next {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 25px;
  height: 100%;
  text-indent: -99999em;
  background: url("../images/bg_repeater_transp.png") repeat;
}
/* line 1117, globalStyles.scss */
.wrapp #slide-pager_prev.disabled,
.wrapp #slide-pager_next.disabled {
  background: none;
}
/* line 1120, globalStyles.scss */
.wrapp #slide-pager_prev.disabled span,
.wrapp #slide-pager_next.disabled span {
  background: none;
}
/* line 1125, globalStyles.scss */
.wrapp #slide-pager_prev span,
.wrapp #slide-pager_next span {
  margin: 0 auto;
  position: relative;
  top: 27px;
  width: 13px;
  height: 16px;
  display: block;
}
/* line 1136, globalStyles.scss */
.wrapp #slide-pager_prev {
  left: 0;
}
/* line 1140, globalStyles.scss */
.wrapp #slide-pager_next {
  right: 0;
}

/* line 1148, globalStyles.scss */
.svg .wrapp #slide-pager_prev span,
.svg .wrapp #slide-pager_next span {
  background: url("../images/svg/icon-sprite.svg") no-repeat;
  background-size: 10em auto;
}
/* line 1154, globalStyles.scss */
.svg .wrapp #slide-pager_prev.disabled span,
.svg .wrapp #slide-pager_next.disabled span {
  background: none!important;
  /* override FF js svg load */
}
/* line 1161, globalStyles.scss */
.svg .wrapp #slide-pager_prev span {
  background-position: -1px -1px;
}
/* line 1167, globalStyles.scss */
.svg .wrapp #slide-pager_next span {
  background-position: 0 -58px;
}

/* Brightcover styles*/
/* line 1174, globalStyles.scss */
#BCLcontainingBlock {
  width: 100%;
}

/* line 1178, globalStyles.scss */
.BCLvideoWrapper {
  position: relative;
  padding-top: 1px;
  padding-bottom: 56.25%;
  height: 0px;
}

/* line 1185, globalStyles.scss */
* html .BCLvideoWrapper {
  margin-bottom: 45px;
  margin-top: 0;
  width: 100%;
  height: 100%;
}

/* line 1195, globalStyles.scss */
.BCLvideoWrapper div,
.BCLvideoWrapper embed,
.BCLvideoWrapper object,
.BrightcoveExperience {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/****************************/
/* Colors for pages */
/****************************/
/* FA Homepage*/
/* line 1216, globalStyles.scss */
.thefa-theme .adaptive-sub-navigation .secondary-nav li a,
.thefa-theme .adaptive-sub-navigation .secondary-nav li .sub-nav .wrapper,
.thefa-theme .wrapp #slide-pager .activeSlide,
.thefa-theme .adaptive-body .article-body .article-feature.fact .inner-feature,
.thefa-theme .adaptive-body .article-body .article-feature.quote .inner-feature,
.thefa-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper a,
.thefa-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .image-wrapper,
.thefa-theme .article-container .article-body .inline-table h3 {
  border-color: #015ca8;
}
/* line 1235, globalStyles.scss */
.thefa-theme .article-single-column .news-pods h3,
.thefa-theme .adaptive-wrapper #carousel li.flex-active-slide,
.thefa-theme .adaptive-wrapper .main-body h2.themed-header,
.thefa-theme .adaptive-wrapper .article-single-column h2.themed-header,
.thefa-theme .adaptive-footer .newsletter-container .newsletter-email #btn-submit:hover,
.thefa-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper .news-video-icon,
.thefa-theme .adaptive-body .main-body .video-holder .videoContainer:hover .news-video-icon,
.thefa-theme .adaptive-body .videoContainer:hover .news-video-icon,
.thefa-theme .adaptive-body .article-hero .video-holder .videoContainer:hover .news-video-icon,
.thefa-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .news-video-icon,
.thefa-theme .adaptive-body .main-body .videos .latestVideos a span,
.thefa-theme .adaptive-body .main-body .video-carousel-wrapper .video-controls .pager a:hover,
.thefa-theme .adaptive-body .article-single-column .gov-stats h2,
.thefa-theme .adaptive-body .emailContainer .email_options input:hover,
.thefa-theme .adaptive-body .article-single-column .search-box input.searchBtn:hover,
.thefa-theme .adaptive-wrapper .desktopBtn:hover,
.thefa-theme .adaptive-wrapper .archiveBtn a:hover {
  background-color: #015ca8;
}
/* line 1238, globalStyles.scss */
.thefa-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews .bgFill {
  fill: #015ca8;
}
/* line 1247, globalStyles.scss */
.thefa-theme .adaptive-wrapper .main-body h2.themed-header,
.thefa-theme .adaptive-wrapper .article-single-column h2.themed-header,
.thefa-theme .adaptive-wrapper .news-pods section h2,
.thefa-theme .adaptive-body .article-single-column .gov-stats h2,
.thefa-theme .article-single-column .news-pods h3,
.thefa-theme .article-single-column .search-box h3 {
  font-family: FSJackRegular;
}
/* line 1251, globalStyles.scss */
.thefa-theme .article-single-column .search-box h3 {
  color: #015ca8;
}
/* line 1255, globalStyles.scss */
.thefa-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews h2 {
  font-family: FSJackRegular;
}

/* FA */
/* line 1269, globalStyles.scss */
.fa-theme .adaptive-sub-navigation .secondary-nav li a,
.fa-theme .adaptive-sub-navigation .secondary-nav li .sub-nav .wrapper,
.fa-theme .wrapp #slide-pager .activeSlide,
.fa-theme .adaptive-body .article-body .article-feature.fact .inner-feature,
.fa-theme .adaptive-body .article-body .article-feature.quote .inner-feature,
.fa-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper a,
.fa-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .image-wrapper,
.fa-theme .article-container .article-body .inline-table h3 {
  border-color: #002a5b;
}
/* line 1288, globalStyles.scss */
.fa-theme .article-single-column .news-pods h3,
.fa-theme .adaptive-wrapper #carousel li.flex-active-slide,
.fa-theme .adaptive-wrapper .main-body h2.themed-header,
.fa-theme .adaptive-wrapper .article-single-column h2.themed-header,
.fa-theme .adaptive-footer .newsletter-container .newsletter-email #btn-submit:hover,
.fa-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper .news-video-icon,
.fa-theme .adaptive-body .main-body .video-holder .videoContainer:hover .news-video-icon,
.fa-theme .adaptive-body .videoContainer:hover .news-video-icon,
.fa-theme .adaptive-body .article-hero .video-holder .videoContainer:hover .news-video-icon,
.fa-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .news-video-icon,
.fa-theme .adaptive-body .main-body .videos .latestVideos a span,
.fa-theme .adaptive-body .main-body .video-carousel-wrapper .video-controls .pager a:hover,
.fa-theme .adaptive-body .article-single-column .gov-stats h2,
.fa-theme .adaptive-body .emailContainer .email_options input:hover,
.fa-theme .adaptive-body .article-single-column .search-box input.searchBtn:hover,
.fa-theme .adaptive-wrapper .desktopBtn:hover,
.fa-theme .adaptive-wrapper .archiveBtn a:hover {
  background-color: #002a5b;
}
/* line 1297, globalStyles.scss */
.fa-theme .adaptive-wrapper .main-body h2.themed-header,
.fa-theme .adaptive-wrapper .article-single-column h2.themed-header,
.fa-theme .adaptive-wrapper .news-pods section h2,
.fa-theme .adaptive-body .article-single-column .gov-stats h2,
.fa-theme .article-single-column .news-pods h3,
.fa-theme .article-single-column .search-box h3 {
  font-family: FSJackRegular;
}
/* line 1301, globalStyles.scss */
.fa-theme .article-single-column .search-box h3 {
  color: #002a5b;
}
/* line 1305, globalStyles.scss */
.fa-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews h2 {
  font-family: FSJackRegular;
}
/* line 1310, globalStyles.scss */
.fa-theme .adaptive-body .article-sub-nav .body-hero .header h2,
.fa-theme .adaptive-body .article-sub-nav .body-hero .header h2 a {
  font-family: FSJackBold;
  color: #002a5b;
  font-size: 64px;
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
}
/* line 1319, globalStyles.scss */
.fa-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews .bgFill {
  fill: #002a5b;
}

/* line 1332, globalStyles.scss */
.fa-cup-theme .adaptive-sub-navigation .secondary-nav li a,
.fa-cup-theme .adaptive-sub-navigation .secondary-nav li .sub-nav .wrapper,
.fa-cup-theme .wrapp #slide-pager .activeSlide,
.fa-cup-theme .adaptive-body .article-body .article-feature.fact .inner-feature,
.fa-cup-theme .adaptive-body .article-body .article-feature.quote .inner-feature,
.fa-cup-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper a,
.fa-cup-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .image-wrapper,
.fa-cup-theme .article-container .article-body .inline-table h3 {
  border-color: #002a5b;
}
/* line 1351, globalStyles.scss */
.fa-cup-theme .article-single-column .news-pods h3,
.fa-cup-theme .adaptive-wrapper #carousel li.flex-active-slide,
.fa-cup-theme .adaptive-wrapper .main-body h2.themed-header,
.fa-cup-theme .adaptive-wrapper .article-single-column h2.themed-header,
.fa-cup-theme .adaptive-footer .newsletter-container .newsletter-email #btn-submit:hover,
.fa-cup-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper .news-video-icon,
.fa-cup-theme .adaptive-body .main-body .video-holder .videoContainer:hover .news-video-icon,
.fa-cup-theme .adaptive-body .videoContainer:hover .news-video-icon,
.fa-cup-theme .adaptive-body .article-hero .video-holder .videoContainer:hover .news-video-icon,
.fa-cup-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .news-video-icon,
.fa-cup-theme .adaptive-body .main-body .videos .latestVideos a span,
.fa-cup-theme .adaptive-body .main-body .video-carousel-wrapper .video-controls .pager a:hover,
.fa-cup-theme .adaptive-body .emailContainer .email_options input:hover,
.fa-cup-theme .adaptive-body .article-single-column .gov-stats h2,
.fa-cup-theme .adaptive-body .article-single-column .search-box input.searchBtn:hover,
.fa-cup-theme .adaptive-wrapper .desktopBtn:hover,
.fa-cup-theme .adaptive-wrapper .archiveBtn a:hover {
  background-color: #002a5b;
}
/* line 1360, globalStyles.scss */
.fa-cup-theme .adaptive-wrapper .main-body h2.themed-header,
.fa-cup-theme .adaptive-wrapper .article-single-column h2.themed-header,
.fa-cup-theme .adaptive-wrapper .news-pods section h2,
.fa-cup-theme .adaptive-body .article-single-column .gov-stats h2,
.fa-cup-theme .article-single-column .news-pods h3,
.fa-cup-theme .article-single-column .search-box h3 {
  font-family: TheFACupRegular;
  font-size: 1.25em;
}
/* line 1365, globalStyles.scss */
.fa-cup-theme .article-single-column .search-box h3 {
  color: #002a5b;
}
/* line 1369, globalStyles.scss */
.fa-cup-theme .article-single-column .search-box h3 {
  font-size: 20px;
}
/* line 1373, globalStyles.scss */
.fa-cup-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews h2 {
  font-family: TheFACupRegular;
  font-size: 1.25em;
}
/* line 1379, globalStyles.scss */
.fa-cup-theme .adaptive-body .article-sub-nav .body-hero .header h2,
.fa-cup-theme .adaptive-body .article-sub-nav .body-hero .header h2 a {
  font-family: TheFACupHeadlineRegular;
  font-size: 76px;
  color: #002a5b;
}
/* line 1385, globalStyles.scss */
.fa-cup-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews .bgFill {
  fill: #002a5b;
}

/* England */
/* line 1399, globalStyles.scss */
.england-theme .adaptive-sub-navigation .secondary-nav li a,
.england-theme .adaptive-sub-navigation .secondary-nav li .sub-nav .wrapper,
.england-theme .wrapp #slide-pager .activeSlide,
.england-theme .adaptive-body .article-body .article-feature.fact .inner-feature,
.england-theme .adaptive-body .article-body .article-feature.quote .inner-feature,
.england-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper a,
.england-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .image-wrapper,
.england-theme .article-container .article-body .inline-table h3 {
  border-color: #e42126;
}
/* line 1418, globalStyles.scss */
.england-theme .article-single-column .news-pods h3,
.england-theme .adaptive-wrapper #carousel li.flex-active-slide,
.england-theme .adaptive-wrapper .main-body h2.themed-header,
.england-theme .adaptive-wrapper .article-single-column h2.themed-header,
.england-theme .adaptive-footer .newsletter-container .newsletter-email #btn-submit:hover,
.england-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper .news-video-icon,
.england-theme .adaptive-body .main-body .video-holder .videoContainer:hover .news-video-icon,
.england-theme .adaptive-body .videoContainer:hover .news-video-icon,
.england-theme .adaptive-body .article-hero .video-holder .videoContainer:hover .news-video-icon,
.england-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .news-video-icon,
.england-theme .adaptive-body .main-body .videos .latestVideos a span,
.england-theme .adaptive-body .main-body .video-carousel-wrapper .video-controls .pager a:hover,
.england-theme .adaptive-body .emailContainer .email_options input:hover,
.england-theme .adaptive-body .article-single-column .gov-stats h2,
.england-theme .adaptive-body .article-single-column .search-box input.searchBtn:hover,
.england-theme .adaptive-wrapper .desktopBtn:hover,
.england-theme .adaptive-wrapper .archiveBtn a:hover {
  background-color: #e42126;
}
/* line 1427, globalStyles.scss */
.england-theme .adaptive-wrapper .main-body h2.themed-header,
.england-theme .adaptive-wrapper .article-single-column h2.themed-header,
.england-theme .adaptive-wrapper .news-pods section h2,
.england-theme .adaptive-body .article-single-column .gov-stats h2,
.england-theme .article-single-column .news-pods h3,
.england-theme .article-single-column .search-box h3 {
  font-family: FlamaBasic;
}
/* line 1431, globalStyles.scss */
.england-theme .article-single-column .search-box h3 {
  color: #e42126;
}
/* line 1435, globalStyles.scss */
.england-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews h2 {
  font-family: FlamaBasic;
}
/* line 1440, globalStyles.scss */
.england-theme .adaptive-body .article-sub-nav .body-hero .header h2,
.england-theme .adaptive-body .article-sub-nav .body-hero .header h2 a {
  font-family: FlamaBold;
  color: #e42126;
}
/* line 1445, globalStyles.scss */
.england-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews .bgFill {
  fill: #e42126;
}
/* line 1449, globalStyles.scss */
.england-theme .adaptive-stage .adaptive-body .article-sub-nav .body-hero .adaptive-sub-navigation {
  margin-left: -19px;
}

/* Womens */
/* line 1463, globalStyles.scss */
.womens-theme .adaptive-sub-navigation .secondary-nav li a,
.womens-theme .adaptive-sub-navigation .secondary-nav li .sub-nav .wrapper,
.womens-theme .wrapp #slide-pager .activeSlide,
.womens-theme .adaptive-body .article-body .article-feature.fact .inner-feature,
.womens-theme .adaptive-body .article-body .article-feature.quote .inner-feature,
.womens-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper a,
.womens-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .image-wrapper,
.womens-theme .article-container .article-body .inline-table h3 {
  border-color: #801c7e;
}
/* line 1482, globalStyles.scss */
.womens-theme .article-single-column .news-pods h3,
.womens-theme .adaptive-wrapper #carousel li.flex-active-slide,
.womens-theme .adaptive-wrapper .main-body h2.themed-header,
.womens-theme .adaptive-wrapper .article-single-column h2.themed-header,
.womens-theme .adaptive-footer .newsletter-container .newsletter-email #btn-submit:hover,
.womens-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper .news-video-icon,
.womens-theme .adaptive-body .main-body .video-holder .videoContainer:hover .news-video-icon,
.womens-theme .adaptive-body .videoContainer:hover .news-video-icon,
.womens-theme .adaptive-body .article-hero .video-holder .videoContainer:hover .news-video-icon,
.womens-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .news-video-icon,
.womens-theme .adaptive-body .main-body .videos .latestVideos a span,
.womens-theme .adaptive-body .article-single-column .gov-stats h2,
.womens-theme .adaptive-body .main-body .video-carousel-wrapper .video-controls .pager a:hover,
.womens-theme .adaptive-body .emailContainer .email_options input:hover,
.womens-theme .adaptive-body .article-single-column .search-box input.searchBtn:hover,
.womens-theme .adaptive-wrapper .desktopBtn:hover,
.womens-theme .adaptive-wrapper .archiveBtn a:hover {
  background-color: #801c7e;
}
/* line 1491, globalStyles.scss */
.womens-theme .adaptive-wrapper .main-body h2.themed-header,
.womens-theme .adaptive-wrapper .article-single-column h2.themed-header,
.womens-theme .adaptive-wrapper .news-pods section h2,
.womens-theme .adaptive-body .article-single-column .gov-stats h2,
.womens-theme .article-single-column .news-pods h3,
.womens-theme .article-single-column .search-box h3 {
  font-family: FSJoey;
}
/* line 1495, globalStyles.scss */
.womens-theme .article-single-column .search-box h3 {
  color: #801c7e;
}
/* line 1499, globalStyles.scss */
.womens-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews h2 {
  font-family: FSJoey;
}
/* line 1504, globalStyles.scss */
.womens-theme .adaptive-body .article-sub-nav .body-hero .header h2,
.womens-theme .adaptive-body .article-sub-nav .body-hero .header h2 a {
  font-family: pinup-reg;
  color: #801c7e;
  font-size: 64px;
  display: block;
  margin-top: -1px;
  margin-bottom: 1px;
}
/* line 1513, globalStyles.scss */
.womens-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews .bgFill {
  fill: #801c7e;
}

/* SGP */
/* line 1518, globalStyles.scss */
.sgp-theme {
  background-attachment: scroll !important;
}
/* line 1527, globalStyles.scss */
.sgp-theme .adaptive-sub-navigation .secondary-nav li a,
.sgp-theme .adaptive-sub-navigation .secondary-nav li .sub-nav .wrapper,
.sgp-theme .wrapp #slide-pager .activeSlide,
.sgp-theme .adaptive-body .article-body .article-feature.fact .inner-feature,
.sgp-theme .adaptive-body .article-body .article-feature.quote .inner-feature,
.sgp-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper a,
.sgp-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .image-wrapper,
.sgp-theme .article-container .article-body .inline-table h3 {
  border-color: #d1212d;
}
/* line 1546, globalStyles.scss */
.sgp-theme .article-single-column .news-pods h3,
.sgp-theme .adaptive-wrapper #carousel li.flex-active-slide,
.sgp-theme .adaptive-wrapper .main-body h2.themed-header,
.sgp-theme .adaptive-wrapper .article-single-column h2.themed-header,
.sgp-theme .adaptive-footer .newsletter-container .newsletter-email #btn-submit:hover,
.sgp-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper .news-video-icon,
.sgp-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .news-video-icon,
.sgp-theme .adaptive-body .main-body .video-holder .videoContainer:hover .news-video-icon,
.sgp-theme .adaptive-body .videoContainer:hover .news-video-icon,
.sgp-theme .adaptive-body .article-hero .video-holder .videoContainer:hover .news-video-icon,
.sgp-theme .adaptive-body .main-body .videos .latestVideos a span,
.sgp-theme .adaptive-body .main-body .video-carousel-wrapper .video-controls .pager a:hover,
.sgp-theme .adaptive-body .emailContainer .email_options input:hover,
.sgp-theme .adaptive-body .article-single-column .gov-stats h2,
.sgp-theme .adaptive-body .article-single-column .search-box input.searchBtn:hover,
.sgp-theme .adaptive-wrapper .desktopBtn:hover,
.sgp-theme .adaptive-wrapper .archiveBtn a:hover {
  background-color: #d1212d;
}
/* line 1555, globalStyles.scss */
.sgp-theme .adaptive-wrapper .main-body h2.themed-header,
.sgp-theme .adaptive-wrapper .article-single-column h2.themed-header,
.sgp-theme .adaptive-wrapper .news-pods section h2,
.sgp-theme .adaptive-body .article-single-column .gov-stats h2,
.sgp-theme .article-single-column .news-pods h3,
.sgp-theme .article-single-column .search-box h3 {
  font-family: PFBeauSansPro-Regular;
}
/* line 1559, globalStyles.scss */
.sgp-theme .article-single-column .search-box h3 {
  color: #d1212d;
}
/* line 1563, globalStyles.scss */
.sgp-theme .article-single-column .search-box h3 {
  font-size: 20px;
}
/* line 1567, globalStyles.scss */
.sgp-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews h2 {
  font-family: PFBeauSansPro-Regular;
}
/* line 1572, globalStyles.scss */
.sgp-theme .adaptive-body .article-sub-nav .body-hero .header h1 a,
.sgp-theme .adaptive-body .article-sub-nav .body-hero .header h2 a {
  font-family: PFBeauSansPro-Regular;
  color: #d1212d;
  display: block;
  margin-bottom: 4px;
}
/* line 1578, globalStyles.scss */
.sgp-theme .adaptive-body .article-sub-nav .body-hero .header h3 {
  font-family: PFBeauSansPro-Regular;
  color: #b2b8bd;
}
/* line 1582, globalStyles.scss */
.sgp-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews .bgFill {
  fill: #d1212d;
}
/* line 1585, globalStyles.scss */
.sgp-theme .adaptive-stage .adaptive-body .article-sub-nav .body-hero .header h3 {
  top: 29px;
}
/* line 1589, globalStyles.scss */
.sgp-theme .adaptive-stage .adaptive-body .article-sub-nav {
  padding: 0 10px;
}

/* MyFootball */
/* line 1603, globalStyles.scss */
.myfootball-theme .adaptive-sub-navigation .secondary-nav li a,
.myfootball-theme .adaptive-sub-navigation .secondary-nav li .sub-nav .wrapper,
.myfootball-theme .wrapp #slide-pager .activeSlide,
.myfootball-theme .adaptive-body .article-body .article-feature.fact .inner-feature,
.myfootball-theme .adaptive-body .article-body .article-feature.quote .inner-feature,
.myfootball-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper a,
.myfootball-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .image-wrapper,
.myfootball-theme .article-container .article-body .inline-table h3 {
  border-color: #4f842c;
}
/* line 1622, globalStyles.scss */
.myfootball-theme .article-single-column .news-pods h3,
.myfootball-theme .adaptive-wrapper #carousel li.flex-active-slide,
.myfootball-theme .adaptive-wrapper .main-body h2.themed-header,
.myfootball-theme .adaptive-wrapper .article-single-column h2.themed-header,
.myfootball-theme .adaptive-footer .newsletter-container .newsletter-email #btn-submit:hover,
.myfootball-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper .news-video-icon,
.myfootball-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .news-video-icon,
.myfootball-theme .adaptive-body .main-body .video-holder .videoContainer:hover .news-video-icon,
.myfootball-theme .adaptive-body .videoContainer:hover .news-video-icon,
.myfootball-theme .adaptive-body .article-hero .video-holder .videoContainer:hover .news-video-icon,
.myfootball-theme .adaptive-body .main-body .videos .latestVideos a span,
.myfootball-theme .adaptive-body .main-body .video-carousel-wrapper .video-controls .pager a:hover,
.myfootball-theme .adaptive-body .emailContainer .email_options input:hover,
.myfootball-theme .adaptive-body .article-single-column .gov-stats h2,
.myfootball-theme .adaptive-body .article-single-column .search-box input.searchBtn:hover,
.myfootball-theme .adaptive-wrapper .desktopBtn:hover,
.myfootball-theme .adaptive-wrapper .archiveBtn a:hover {
  background-color: #4f842c;
}
/* line 1631, globalStyles.scss */
.myfootball-theme .adaptive-wrapper .main-body h2.themed-header,
.myfootball-theme .adaptive-wrapper .article-single-column h2.themed-header,
.myfootball-theme .adaptive-wrapper .news-pods section h2,
.myfootball-theme .adaptive-body .article-single-column .gov-stats h2,
.myfootball-theme .article-single-column .news-pods h3,
.myfootball-theme .article-single-column .search-box h3 {
  font-family: FSJackRegular;
}
/* line 1635, globalStyles.scss */
.myfootball-theme .article-single-column .search-box h3 {
  color: #4f842c;
}
/* line 1639, globalStyles.scss */
.myfootball-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews h2 {
  font-family: FSJackMedium;
}
/* line 1644, globalStyles.scss */
.myfootball-theme .adaptive-body .article-sub-nav .body-hero .header h2,
.myfootball-theme .adaptive-body .article-sub-nav .body-hero .header h2 a {
  font-family: FSJackBold;
  font-size: 70px;
  color: #4f842c;
  display: block;
  margin-bottom: 10px;
  margin-top: -10px;
}
/* line 1653, globalStyles.scss */
.myfootball-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews .bgFill {
  fill: #4f842c;
}

/* Governance */
/* line 1667, globalStyles.scss */
.governance-theme .adaptive-sub-navigation .secondary-nav li a,
.governance-theme .adaptive-sub-navigation .secondary-nav li .sub-nav .wrapper,
.governance-theme .wrapp #slide-pager .activeSlide,
.governance-theme .adaptive-body .article-body .article-feature.fact .inner-feature,
.governance-theme .adaptive-body .article-body .article-feature.quote .inner-feature,
.governance-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper a,
.governance-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .image-wrapper,
.governance-theme .article-container .article-body .inline-table h3 {
  border-color: #746045;
}
/* line 1682, globalStyles.scss */
.governance-theme .adaptive-footer .newsletter-container .newsletter-email #btn-submit:hover,
.governance-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper .news-video-icon,
.governance-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .news-video-icon,
.governance-theme .adaptive-body .main-body .video-holder .videoContainer:hover .news-video-icon,
.governance-theme .adaptive-body .videoContainer:hover .news-video-icon,
.governance-theme .adaptive-body .article-hero .video-holder .videoContainer:hover .news-video-icon,
.governance-theme .adaptive-body .main-body .videos .latestVideos a span,
.governance-theme .adaptive-body .main-body .video-carousel-wrapper .video-controls .pager a:hover,
.governance-theme .adaptive-body .emailContainer .email_options input:hover,
.governance-theme .adaptive-body .article-single-column .search-box input.searchBtn:hover,
.governance-theme .adaptive-wrapper .desktopBtn:hover,
.governance-theme .adaptive-wrapper .archiveBtn a:hover {
  background-color: #746045;
}
/* line 1692, globalStyles.scss */
.governance-theme .main-body .latest-headlines .headline-wrapper .image-wrapper .news-video-icon,
.governance-theme .main-body .video-carousel-wrapper #video-carousel li a span,
.governance-theme .adaptive-wrapper #carousel li.flex-active-slide,
.governance-theme .article-single-column .news-pods h3,
.governance-theme .adaptive-wrapper .main-body h2.themed-header,
.governance-theme .adaptive-wrapper .article-single-column h2.themed-header,
.governance-theme .adaptive-body .article-single-column .gov-stats h2 {
  background-color: black;
}
/* line 1701, globalStyles.scss */
.governance-theme .adaptive-wrapper .main-body h2.themed-header,
.governance-theme .adaptive-wrapper .article-single-column h2.themed-header,
.governance-theme .adaptive-body .article-single-column .gov-stats h2,
.governance-theme .adaptive-wrapper .news-pods section h2,
.governance-theme .article-single-column .news-pods h3,
.governance-theme .article-single-column .search-box h3 {
  font-family: FSJoey;
}
/* line 1705, globalStyles.scss */
.governance-theme .article-single-column .search-box h3 {
  color: black;
}
/* line 1709, globalStyles.scss */
.governance-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews h2 {
  font-family: FSJoey;
  font-weight: normal;
  font-size: 1.375em;
}
/* line 1716, globalStyles.scss */
.governance-theme .adaptive-body .article-sub-nav .body-hero .header h2,
.governance-theme .adaptive-body .article-sub-nav .body-hero .header h2 a {
  font-family: FSJoeyHeavy;
  font-size: 64px;
  color: black;
  display: block;
  margin-top: -5px;
  margin-bottom: 5px;
}
/* line 1724, globalStyles.scss */
.governance-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews .bgFill {
  fill: black;
}
/* line 1728, globalStyles.scss */
.governance-theme .adaptive-stage .adaptive-body .article-sub-nav .body-hero .adaptive-sub-navigation {
  margin-left: -19px;
}

/* UEFA U17 */
/* line 1734, globalStyles.scss */
#themes li.uefa-u17-theme {
  background: none;
}

/* line 1737, globalStyles.scss */
.uefa-u17-theme {
  background: url("../images/template-bgs/uefa_U17_bg.jpg") no-repeat fixed center 0px #1a071d;
}
/* line 1746, globalStyles.scss */
.uefa-u17-theme .adaptive-sub-navigation .secondary-nav li a,
.uefa-u17-theme .adaptive-sub-navigation .secondary-nav li .sub-nav .wrapper,
.uefa-u17-theme .wrapp #slide-pager .activeSlide,
.uefa-u17-theme .adaptive-body .article-body .article-feature.fact .inner-feature,
.uefa-u17-theme .adaptive-body .article-body .article-feature.quote .inner-feature,
.uefa-u17-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper a,
.uefa-u17-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .image-wrapper {
  border-color: #777cb1;
}
/* line 1765, globalStyles.scss */
.uefa-u17-theme .article-single-column .news-pods h3,
.uefa-u17-theme .adaptive-wrapper #carousel li.flex-active-slide,
.uefa-u17-theme .adaptive-wrapper .main-body h2.themed-header,
.uefa-u17-theme .adaptive-wrapper .article-single-column h2.themed-header,
.uefa-u17-theme .adaptive-footer .newsletter-container .newsletter-email #btn-submit:hover,
.uefa-u17-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper .news-video-icon,
.uefa-u17-theme .adaptive-body .main-body .video-holder .videoContainer:hover .news-video-icon,
.uefa-u17-theme .adaptive-body .videoContainer:hover .news-video-icon,
.uefa-u17-theme .adaptive-body .article-hero .video-holder .videoContainer:hover .news-video-icon,
.uefa-u17-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .news-video-icon,
.uefa-u17-theme .adaptive-body .main-body .videos .latestVideos a span,
.uefa-u17-theme .adaptive-body .main-body .video-carousel-wrapper .video-controls .pager a:hover,
.uefa-u17-theme .adaptive-body .emailContainer .email_options input:hover,
.uefa-u17-theme .adaptive-body .article-single-column .gov-stats h2,
.uefa-u17-theme .adaptive-body .article-single-column .search-box input.searchBtn:hover,
.uefa-u17-theme .adaptive-wrapper .desktopBtn:hover,
.uefa-u17-theme .adaptive-wrapper .archiveBtn a:hover {
  background-color: #777cb1;
}
/* line 1774, globalStyles.scss */
.uefa-u17-theme .adaptive-wrapper .main-body h2.themed-header,
.uefa-u17-theme .adaptive-wrapper .article-single-column h2.themed-header,
.uefa-u17-theme .adaptive-wrapper .news-pods section h2,
.uefa-u17-theme .adaptive-body .article-single-column .gov-stats h2,
.uefa-u17-theme .article-single-column .news-pods h3,
.uefa-u17-theme .article-single-column .search-box h3 {
  font-family: uefaneo-reg;
}
/* line 1778, globalStyles.scss */
.uefa-u17-theme .article-single-column .search-box h3 {
  color: #777cb1;
}
/* line 1782, globalStyles.scss */
.uefa-u17-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews h2 {
  font-family: uefaneo-reg;
}
/* line 1787, globalStyles.scss */
.uefa-u17-theme .adaptive-body .article-sub-nav .body-hero .header h2,
.uefa-u17-theme .adaptive-body .article-sub-nav .body-hero .header h2 a {
  font-family: FlamaBold;
  color: #777cb1;
}
/* line 1792, globalStyles.scss */
.uefa-u17-theme .adaptive-wrapper .hero-carousel .sliderWrapper .topNews .bgFill {
  fill: #777cb1;
}
/* line 1797, globalStyles.scss */
.uefa-u17-theme .adaptive-footerContent .links p,
.uefa-u17-theme .adaptive-footerContent .links ul li a {
  color: #fff;
}
/* line 1801, globalStyles.scss */
.uefa-u17-theme .adaptive-stage .adaptive-body .article-sub-nav .body-hero .header h3 {
  top: 3px;
}
/* line 1805, globalStyles.scss */
.uefa-u17-theme .adaptive-body .article-sub-nav .body-hero .header h3 {
  font-family: uefaneo-bold;
  color: #777cb1;
  font-size: 28px;
  text-transform: uppercase;
}
/* line 1812, globalStyles.scss */
.uefa-u17-theme .adaptive-body .article-sub-nav .body-hero .header h2 {
  display: none;
}

/* Wembley */
/* line 1826, globalStyles.scss */
.wembley-theme .adaptive-sub-navigation .secondary-nav li a,
.wembley-theme .adaptive-sub-navigation .secondary-nav li .sub-nav .wrapper,
.wembley-theme .wrapp #slide-pager .activeSlide,
.wembley-theme .adaptive-body .article-body .article-feature.fact .inner-feature,
.wembley-theme .adaptive-body .article-body .article-feature.quote .inner-feature,
.wembley-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper a,
.wembley-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .image-wrapper,
.wembley-theme .article-container .article-body .inline-table h3 {
  border-color: #00448f;
}
/* line 1845, globalStyles.scss */
.wembley-theme .article-single-column .news-pods h3,
.wembley-theme .adaptive-wrapper #carousel li.flex-active-slide,
.wembley-theme .adaptive-wrapper .main-body h2.themed-header,
.wembley-theme .adaptive-wrapper .article-single-column h2.themed-header,
.wembley-theme .adaptive-footer .newsletter-container .newsletter-email #btn-submit:hover,
.wembley-theme .adaptive-body .main-body .latest-headlines .headline-wrapper.active li.image-wrapper .news-video-icon,
.wembley-theme .adaptive-body .main-body .video-carousel-wrapper #video-carousel li.active .news-video-icon,
.wembley-theme .adaptive-body .main-body .video-holder .videoContainer:hover .news-video-icon,
.wembley-theme .adaptive-body .videoContainer:hover .news-video-icon,
.wembley-theme .adaptive-body .article-hero .video-holder .videoContainer:hover .news-video-icon,
.wembley-theme .adaptive-body .main-body .videos .latestVideos a span,
.wembley-theme .adaptive-body .main-body .video-carousel-wrapper .video-controls .pager a:hover,
.wembley-theme .adaptive-body .emailContainer .email_options input:hover,
.wembley-theme .adaptive-body .article-single-column .gov-stats h2,
.wembley-theme .adaptive-body .article-single-column .search-box input.searchBtn:hover,
.wembley-theme .adaptive-wrapper .desktopBtn:hover,
.wembley-theme .adaptive-wrapper .archiveBtn a:hover {
  background-color: #00448f;
}

/* Header colors */
/* line 1853, globalStyles.scss */
.adaptive-wrapper .main-body h3.england-headline a,
.adaptive-wrapper .main-body .videos h3.england-headline a,
.adaptive-wrapper .main-body .video-carousel-wrapper #video-carousel h3.england-headline a {
  color: #e42126;
}

/* line 1858, globalStyles.scss */
.adaptive-wrapper .main-body h3.wembley-headline a,
.adaptive-wrapper .main-body .videos h3.wembley-headline a,
.adaptive-wrapper .main-body .video-carousel-wrapper #video-carousel h3.wembley-headline a {
  color: #00448f;
}

/* line 1863, globalStyles.scss */
.adaptive-wrapper .main-body h3.governance-headline a,
.adaptive-wrapper .main-body .videos h3.governance-headline a,
.adaptive-wrapper .main-body .video-carousel-wrapper #video-carousel h3.governance-headline a {
  color: #746045;
}

/* line 1868, globalStyles.scss */
.adaptive-wrapper .main-body h3.myfootball-headline a,
.adaptive-wrapper .main-body .videos h3.myfootball-headline a,
.adaptive-wrapper .main-body .video-carousel-wrapper #video-carousel h3.myfootball-headline a {
  color: #4f842c;
}

/* line 1873, globalStyles.scss */
.adaptive-wrapper .main-body h3.sgp-headline a,
.adaptive-wrapper .main-body .videos h3.sgp-headline a,
.adaptive-wrapper .main-body .video-carousel-wrapper #video-carousel h3.sgp-headline a {
  color: #d1212d;
}

/* line 1878, globalStyles.scss */
.adaptive-wrapper .main-body h3.womens-headline a,
.adaptive-wrapper .main-body .videos h3.womens-headline a,
.adaptive-wrapper .main-body .video-carousel-wrapper #video-carousel h3.womens-headline a {
  color: #801c7e;
}

/* line 1883, globalStyles.scss */
.adaptive-wrapper .main-body h3.fa-womenscup-headline a,
.adaptive-wrapper .main-body .videos h3.fa-womenscup-headline a,
.adaptive-wrapper .main-body .video-carousel-wrapper #video-carousel h3.fa-womenscup-headline a {
  color: #801c7e;
}

/* line 1888, globalStyles.scss */
.adaptive-wrapper .main-body h3.fa-headline a,
.adaptive-wrapper .main-body .videos h3.fa-headline a,
.adaptive-wrapper .main-body .video-carousel-wrapper #video-carousel h3.fa-headline a {
  color: #002a5b;
}

/* line 1893, globalStyles.scss */
.adaptive-wrapper .main-body h3.fa-cup-headline a,
.adaptive-wrapper .main-body .videos h3.fa-cup-headline a,
.adaptive-wrapper .main-body .video-carousel-wrapper #video-carousel h3.fa-cup-headline a {
  color: #002a5b;
}

/* line 1905, globalStyles.scss */
.adaptive-wrapper .main-body h3.fa-vase a,
.adaptive-wrapper .main-body h3.fa-vase-headline a,
.adaptive-wrapper .main-body .videos h3.fa-vase-headline a,
.adaptive-wrapper .main-body .video-carousel-wrapper #video-carousel h3.fa-vase-headline a,
.adaptive-wrapper .main-body h3.fa-sunday-headline a,
.adaptive-wrapper .main-body .videos h3.fa-sunday-headline a,
.adaptive-wrapper .main-body .video-carousel-wrapper #video-carousel h3.fa-sunday-headline a,
.adaptive-wrapper .main-body h3.fa-trophy-headline a,
.adaptive-wrapper .main-body .videos h3.fa-trophy-headline a,
.adaptive-wrapper .main-body .video-carousel-wrapper #video-carousel h3.fa-trophy-headline a {
  color: #002675;
}

/* line 1910, globalStyles.scss */
.adaptive-wrapper .main-body h3.fa-youth-headline a,
.adaptive-wrapper .main-body .videos h3.fa-youth-headline a,
.adaptive-wrapper .main-body .video-carousel-wrapper #video-carousel h3.fa-youth-headline a {
  color: #ed1c24;
}

/* line 1915, globalStyles.scss */
.adaptive-wrapper .main-body h3.uefa-17-headline a,
.adaptive-wrapper .main-body .videos h3.uefa-17-headline a,
.adaptive-wrapper .main-body .video-carousel-wrapper #video-carousel h3.uefa-17-headline a {
  color: #777cb1;
}

/* Header fonts and styles for section / article pages */
/* line 1925, globalStyles.scss */
.thefa-theme header .adaptive-sub-navigation .secondary-nav li a {
  /*font-family: FSJackRegular;*/
}

/* line 1938, globalStyles.scss */
.fa-theme header .adaptive-sub-navigation .secondary-nav li a {
  /*font-family: FSJackRegular;*/
}

/* line 1951, globalStyles.scss */
.fa-cup-theme header .adaptive-sub-navigation .secondary-nav li a {
  /*font-family: TheFACupRegular;*/
}

/* line 1964, globalStyles.scss */
.england-theme header .adaptive-sub-navigation .secondary-nav li a {
  /*font-family: FlamaBasic;*/
}

/* line 1977, globalStyles.scss */
.womens-theme header .adaptive-sub-navigation .secondary-nav li a {
  /*font-family: FSJoey;*/
}

/* line 1988, globalStyles.scss */
.sgp-theme header h1 a {
  font-family: PFBeauSansPro-light;
  font-size: 60px;
}
/* line 1997, globalStyles.scss */
.sgp-theme header .adaptive-sub-navigation .secondary-nav li a {
  /*font-family: PFBeauSansPro-light;*/
}

/* line 2010, globalStyles.scss */
.myfootball-theme header .adaptive-sub-navigation .secondary-nav li a {
  /*font-family: FSJackRegular;*/
}

/* line 2023, globalStyles.scss */
.governance-theme header .adaptive-sub-navigation .secondary-nav li a {
  /*font-family: FSJoey;*/
}

/* line 2034, globalStyles.scss */
.uefa-u17-theme header .adaptive-sub-navigation .secondary-nav {
  bottom: -30px;
}
/* line 2038, globalStyles.scss */
.uefa-u17-theme header .adaptive-sub-navigation .secondary-nav li a {
  /*font-family: uefaneo-light;*/
}
/* line 2045, globalStyles.scss */
.uefa-u17-theme .adaptive-sponsors .adaptive-footerSponsors li {
  padding: 0 0 0 2px;
}
/* line 2048, globalStyles.scss */
.uefa-u17-theme .adaptive-sponsors .adaptive-footerSponsors li a {
  background: url(../images/uefa_u17_sponsors.png) no-repeat scroll 0 0 transparent;
  width: 98px;
  height: 52px;
}
/* line 2054, globalStyles.scss */
.uefa-u17-theme .adaptive-sponsors .adaptive-footerSponsors li.l2 a {
  background-position: -105px 0;
}
/* line 2058, globalStyles.scss */
.uefa-u17-theme .adaptive-sponsors .adaptive-footerSponsors li.l3 a {
  background-position: -212px 0;
}
/* line 2062, globalStyles.scss */
.uefa-u17-theme .adaptive-sponsors .adaptive-footerSponsors li.l4 a {
  background-position: -317px 0;
}
/* line 2066, globalStyles.scss */
.uefa-u17-theme .adaptive-sponsors .adaptive-footerSponsors li.l5 a {
  background-position: -422px 0;
}
/* line 2070, globalStyles.scss */
.uefa-u17-theme .adaptive-sponsors .adaptive-footerSponsors li.l6 a {
  background-position: -527px 0;
}
/* line 2074, globalStyles.scss */
.uefa-u17-theme .adaptive-sponsors .adaptive-footerSponsors li.l7 a {
  background-position: -632px 0;
}
/* line 2078, globalStyles.scss */
.uefa-u17-theme .adaptive-sponsors .adaptive-footerSponsors li.l8 a {
  background-position: -737px 0;
}
/* line 2082, globalStyles.scss */
.uefa-u17-theme .adaptive-sponsors .adaptive-footerSponsors li.l9 a {
  background-position: -842px 0;
}

/************************************************************************/
/* Styles for sponsors and copyright section used from original FA site */
/* line 2090, globalStyles.scss */
.adaptive-sponsors .adaptive-footerSponsors li a {
  background: url("../images/ond_sponsors.png") no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 40px;
  text-indent: -999em;
  width: 150px;
}

/* line 2099, globalStyles.scss */
ul.adaptive-footerSponsors {
  text-align: center;
}

/* line 2103, globalStyles.scss */
ul.adaptive-footerSponsors li {
  background: none repeat scroll 0 0 transparent;
  display: inline-block;
  padding: 0 60px 0 10px;
}

/* line 2109, globalStyles.scss */
.thefa-theme ul.adaptive-footerSponsors li {
  padding-right: 30px;
}

/* line 2114, globalStyles.scss */
.governance-theme ul.adaptive-footerSponsors li,
.myfootball-theme ul.adaptive-footerSponsors li {
  padding-right: 60px;
}

/* Budweiser */
/* line 2119, globalStyles.scss */
ul.adaptive-footerSponsors li.l2 a {
  background-position: -150px 0;
  width: 88px;
}

/* Nike */
/* line 2124, globalStyles.scss */
ul.adaptive-footerSponsors li.l3 a {
  background-position: -237px 0;
  width: 73px;
}

/* Mars */
/* line 2129, globalStyles.scss */
ul.adaptive-footerSponsors li.l4 a {
  background-position: -310px 0;
  width: 80px;
}

/* McDonalds */
/* line 2134, globalStyles.scss */
ul.adaptive-footerSponsors li.l5 a {
  background-position: -389px 0;
  width: 41px;
}

/* Tesco */
/* line 2139, globalStyles.scss */
ul.adaptive-footerSponsors li.l6 a {
  background-position: -430px 0;
  width: 90px;
}

/* Carlsberg */
/* line 2144, globalStyles.scss */
ul.adaptive-footerSponsors li.l7 a {
  background-position: -522px 0;
  width: 87px;
}

/* M&S */
/* line 2149, globalStyles.scss */
ul.adaptive-footerSponsors li.l8 a {
  background-position: -611px 5px;
  width: 75px;
}

/* Nivea */
/* line 2154, globalStyles.scss */
ul.adaptive-footerSponsors li.l9 a {
  background-position: -690px 0;
  width: 50px;
}

/* Lucozade */
/* line 2159, globalStyles.scss */
ul.adaptive-footerSponsors li.l10 a {
  background-position: -764px 0;
  width: 87px;
}

/* WilliamHill */
/* line 2164, globalStyles.scss */
ul.adaptive-footerSponsors li.l11 a {
  background-position: -851px 0;
  width: 102px;
}

/* Hilton */
/* line 2169, globalStyles.scss */
ul.adaptive-footerSponsors li.l12 a {
  background-position: -952px 0;
  width: 49px;
}

/* Hampton */
/* line 2174, globalStyles.scss */
ul.adaptive-footerSponsors li.l13 a {
  background-position: -1002px 0;
  width: 53px;
}

/* Perform */
/* line 2179, globalStyles.scss */
ul.adaptive-footerSponsors li.l14 a {
  background-position: -1056px 0;
  width: 67px;
}

/* BT */
/* line 2184, globalStyles.scss */
ul.adaptive-footerSponsors li.l15 a {
  background-position: -1123px 0;
  width: 70px;
}

/* Beko */
/* line 2189, globalStyles.scss */
ul.adaptive-footerSponsors li.l16 a {
  background-position: -1195px 0;
  width: 115px;
}

/* Umbro */
/* line 2194, globalStyles.scss */
ul.adaptive-footerSponsors li.l17 a {
  background-position: -1319px 0;
  width: 70px;
}

/* Mars New */
/* line 2199, globalStyles.scss */
ul.adaptive-footerSponsors li.l18 a {
  background-position: -1396px 0;
  width: 78px;
}

/* Lucozade new */
/* line 2204, globalStyles.scss */
ul.adaptive-footerSponsors li.l19 a {
  background-position: -1478px 0;
  width: 86px;
}

/* Continental */
/* line 2209, globalStyles.scss */
ul.adaptive-footerSponsors li.l20 a {
  background-position: -1570px 0;
  width: 150px;
}

/* Technogym */
/* line 2214, globalStyles.scss */
ul.adaptive-footerSponsors li.l21 a {
  background-position: -1732px 0;
  width: 69px;
}

/* Samsung */
/* line 2219, globalStyles.scss */
ul.adaptive-footerSponsors li.l22 a {
  background-position: -1894px 0;
  width: 108px;
}

/* EE */
/* line 2224, globalStyles.scss */
ul.adaptive-footerSponsors li.l23 a {
  background-position: -1830px 0;
  width: 40px;
}

/* Panini */
/* line 2229, globalStyles.scss */
ul.adaptive-footerSponsors li.l24 a {
  background-position: -2000px 0;
  width: 119px;
}

/* Emirates */
/* line 2234, globalStyles.scss */
ul.adaptive-footerSponsors li.l25 a {
  background-position: -2120px 0 !important;
  width: 45px !important;
}

/* Big Cola */
/* globalStyles.css */
/* line 2240, globalStyles.scss */
ul.adaptive-footerSponsors li.l26 a {
  background-position: -2170px 0 !important;
  width: 30px !important;
}

/* Grahame Rob */
/* line 2245, globalStyles.scss */
ul.adaptive-footerSponsors li.l27 a {
  background-position: -2421px 0;
  width: 44px;
}

/* BT Sport */
/* line 2250, globalStyles.scss */
ul.adaptive-footerSponsors li.l27b a {
  background-position: -2200px 0;
  width: 125px;
}

/* F-marc */
/* line 2255, globalStyles.scss */
ul.adaptive-footerSponsors li.l28 a {
  background-position: -2468px 0;
  width: 42px;
}

/* SSE */
/* line 2257, globalStyles.scss */
ul.adaptive-footerSponsors li.l28b a {
  background-position: -2325px 0;
  width: 70px;
}

/* Separation Bar */
/* line 2259, globalStyles.scss */
ul.adaptive-footerSponsors li.l29 a {
  background-position: -2395px 0;
  width: 2px;
}

/* LIDL*/
/* line 2261, globalStyles.scss */
ul.adaptive-footerSponsors li.l30 a {
  background-position: -2386px 0 !important;
  width: 36px !important;
}

/* line 2262, globalStyles.scss */
ul.adaptive-footerSponsors li.last {
  padding-right: 10px;
}

/* line 2264, globalStyles.scss */
.adaptive-footerTc {
  float: left;
  padding: 5px 0 14px;
  width: 100%;
}

/* line 2269, globalStyles.scss */
.adaptive-footerContent .adaptive-footerTc h4 {
  float: left;
  margin: 0 0 10px 20px;
  padding: 0;
  position: relative;
  top: 5px;
}

/* line 2276, globalStyles.scss */
.adaptive-footerContent .adaptive-footerTc h4 a {
  background: url("../images/logos/mod-footer-TheFA-logo.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 57px;
  text-indent: -99999em;
  width: 40px;
}

/* line 2283, globalStyles.scss */
.adaptive-footerTc .links {
  float: left;
  margin-top: 15px;
  padding: 0 0 0 10px;
}

/* line 2288, globalStyles.scss */
.adaptive-footerContent .links p {
  color: #333;
  font-size: 0.688em;
  padding: 0;
  margin: 0;
  line-height: 1;
}

/* line 2295, globalStyles.scss */
.adaptive-footerContent .links ul {
  margin: 0;
}

/* line 2298, globalStyles.scss */
.adaptive-footerContent .links ul li {
  background: none repeat scroll 0 0 transparent;
  display: inline;
  height: auto;
  line-height: 1;
  padding: 0 6px 0 0;
}

/* line 2305, globalStyles.scss */
.adaptive-footerContent .links ul li a {
  cursor: pointer;
  text-decoration: none;
  font-size: 0.688em;
  color: #333;
}

/* line 2312, globalStyles.scss */
.adaptive-footerContent .links ul li a:hover {
  text-decoration: underline;
}

/* section specific sponsor styles */
/* line 2317, globalStyles.scss */
.england-theme ul.adaptive-footerSponsors li {
  padding: 0 20px 0 10px;
}

/* line 2320, globalStyles.scss */
.englandSponsorsA ul.adaptive-footerSponsors li {
  padding: 0 20px 0 10px;
}

/* line 2323, globalStyles.scss */
.englandSponsorsB ul.adaptive-footerSponsors li {
  padding: 0 0 0 10px;
}

/* line 2326, globalStyles.scss */
.sgp-theme ul.adaptive-footerSponsors {
  width: 940px;
}
/* line 2329, globalStyles.scss */
.sgp-theme ul.adaptive-footerSponsors li {
  padding: 0 0 0 25px;
}
/* line 2332, globalStyles.scss */
.sgp-theme ul.adaptive-footerSponsors li:first-child {
  padding-left: 0;
}

/************************************************************************/
/*********************************END************************************/
/* Accessibilty */
/* line 2344, globalStyles.scss */
.accessibilityBorder {
  border: solid 1px red;
}

/* line 2347, globalStyles.scss */
.accessibilityUnderline {
  text-decoration: underline!important;
}

/* line 2350, globalStyles.scss */
.accessibilityBG {
  background-color: #aeaeae!important;
}

/* Accessibility end */
/* Inline table styles */
/* line 2357, globalStyles.scss */
.article-container .article-body .inline-table h3 {
  background-color: #fff;
  font-size: 1.125em;
  margin: 0;
  border-top: 5px solid #333;
  width: 609px;
  padding: 5px 0 5px 9px;
}
/* line 2366, globalStyles.scss */
.article-container .article-body .inline-table .tableHolder {
  width: 100%;
  padding: 0 9px;
  background-color: #ededed;
}
/* line 2371, globalStyles.scss */
.article-container .article-body .inline-table .tableHolder table {
  width: 100%;
}
/* line 2374, globalStyles.scss */
.article-container .article-body .inline-table .tableHolder table thead {
  background-color: #ededed;
}
/* line 2377, globalStyles.scss */
.article-container .article-body .inline-table .tableHolder table thead th {
  font-weight: bold;
  font-size: 0.85em;
}
/* line 2383, globalStyles.scss */
.article-container .article-body .inline-table .tableHolder table thead th + th {
  width: 40%;
}
/* line 2388, globalStyles.scss */
.article-container .article-body .inline-table .tableHolder table th, .article-container .article-body .inline-table .tableHolder table td {
  height: 48px;
  vertical-align: middle;
  text-align: center;
  background-color: #ededed;
  border-bottom: 1px dotted #dbdbdb;
}
/* line 2398, globalStyles.scss */
.article-container .article-body .inline-table .tableHolder table tbody tr td {
  font-size: 0.875em;
  text-align: center;
}

/* Default Inline table styles  - To be replaced with above styles */
/* line 2409, globalStyles.scss */
.article-container .article-body table {
  border: solid 1px #c9c9c9;
  width: 100%;
}
/* line 2413, globalStyles.scss */
.article-container .article-body table thead {
  background-color: #ededed;
}
/* line 2416, globalStyles.scss */
.article-container .article-body table thead th {
  border-bottom: 1px solid #d7d7d7;
  border-right: solid 1px #d7d7d7;
  font-weight: bold;
  font-size: 0.85em;
}
/* line 2424, globalStyles.scss */
.article-container .article-body table thead th + th {
  width: 40%;
}
/* line 2429, globalStyles.scss */
.article-container .article-body table th, .article-container .article-body table td {
  height: 48px;
  vertical-align: middle;
  text-align: center;
}
/* line 2437, globalStyles.scss */
.article-container .article-body table tbody tr td {
  font-size: 0.875em;
  border-bottom: 1px dotted #dbdbdb;
  text-align: center;
}

/* New styles for Live Coverage section */
/* line 2447, globalStyles.scss */
.liveCoverage {
  border-bottom: 2px solid #E42126;
  padding: 0 0 15px;
  margin-bottom: 20px;
}
