/* Color definitions */
/* Themes */
/* Color definitions end */
/* General variables*/
/* General variables end*/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

.adaptive-wrapper .adaptive-stage .adaptive-body {
  border: none;
}

.adaptive-wrapper .adaptive-stage .adaptive-footer {
  float: none;
  border: none;
  padding: 5px 0 20px 0;
}
.adaptive-wrapper .adaptive-stage .adaptive-footer a {
  font-family: Arial;
}

a:active,
a:focus {
  text-decoration: underline;
  outline: medium none;
}

.adaptive-wrapper .adaptive-stage {
  max-width: 600px !important;
  min-width: 320px;
}
.adaptive-wrapper .adaptive-stage .adaptive-body {
  float: none;
  padding: 15px 10px;
  /* Youth styles */
  /* Tournament styles */
}
.adaptive-wrapper .adaptive-stage .adaptive-body section {
  /*border-bottom: 1px solid #ddd;*/
}
.adaptive-wrapper .adaptive-stage .adaptive-body .news-section {
  border-bottom: none;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter {
  margin-top: 20px;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter {
  /* Placeholder images removed for mobile */
}
.adaptive-wrapper .adaptive-stage .adaptive-body .youth-filter h2, .adaptive-wrapper .adaptive-stage .adaptive-body .results-filter h2 {
  color: #FFFFFF;
  font-size: 1.181em;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 0;
  padding-left: 7px;
}
.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-left: 10px;
  background-image: none!important;
  width: 30%;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .results-filter .moreOptions .fields {
  float: none!important;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .results-filter .moreOptions .fields label {
  display: inline-block;
  text-align: right;
  width: 75px;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .results-filter .moreOptions .archiveBtn {
  margin: 20px 0 0!important;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .tournament h2.widgetHeader {
  font-size: 14px!important;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .tournament .accordion .expand {
  margin-top: 0;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .tournament .opta-standings {
  border-bottom: 3px solid #A01E21!important;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .tournament .opta-standings table tr:last-child {
  border-bottom: 0!important;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .discipline {
  border: none;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .discipline ul {
  width: 98%;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .discipline ul li, .adaptive-wrapper .adaptive-stage .adaptive-body .discipline ul li a {
  width: 100%;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .discipline ul h2, .adaptive-wrapper .adaptive-stage .adaptive-body .discipline ul p {
  display: block;
  float: none;
  width: 95%;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .discipline ul .icon {
  padding: 8px 0 0 0;
  margin-bottom: 10px;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .mod-roa-content ul.mod-newsList.searchResults {
  width: 98%;
  padding-bottom: 5px;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .mod-roa-content ul.mod-newsList.searchResults li, .adaptive-wrapper .adaptive-stage .adaptive-body .mod-roa-content ul.mod-newsList.searchResults li a {
  width: 100%;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .mod-roa-content ul.mod-newsList.searchResults h2, .adaptive-wrapper .adaptive-stage .adaptive-body .mod-roa-content ul.mod-newsList.searchResults p {
  display: block;
  float: none;
  width: 95%;
}
.adaptive-wrapper .adaptive-stage .adaptive-body .mod-roa-content ul.mod-newsList.searchResults .icon {
  padding: 8px 0 0 0;
}

/* Sub Nav styles */
/* Navigation styles */
.adaptive-sub-navigation {
  position: relative;
  padding-top: 80px;
  margin: 0 0 7px!important;
}

.adaptive-sub-navigation .primary-nav, .adaptive-sub-navigation .secondary-nav {
  color: white;
}
.adaptive-sub-navigation .primary-nav li a:link,
.adaptive-sub-navigation .primary-nav li a:visited,
.adaptive-sub-navigation .primary-nav li a:hover,
.adaptive-sub-navigation .primary-nav li a:active, .adaptive-sub-navigation .secondary-nav li a:link,
.adaptive-sub-navigation .secondary-nav li a:visited,
.adaptive-sub-navigation .secondary-nav li a:hover,
.adaptive-sub-navigation .secondary-nav li a:active {
  color: white;
  text-decoration: none;
}

.svg .adaptive-sub-navigation .primary-nav.active li a span {
  background: url(../../../images/svg/icon_close.svg) no-repeat;
}
.svg .adaptive-sub-navigation .primary-nav li a span {
  background: url(../../../images/svg/icon_open.svg) no-repeat 0 0;
  background-size: 11px auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 12px;
  height: 10px;
}

.adaptive-sub-navigation .primary-nav {
  background: black;
  border-bottom: 1px solid #474747;
  padding: 0 10px;
  height: 30px;
}
.adaptive-sub-navigation .primary-nav li {
  cursor: pointer;
  line-height: 2em;
  float: none;
  width: 100%;
  text-align: left;
}
.adaptive-sub-navigation .primary-nav li a {
  display: block;
  line-height: 2em;
}
.adaptive-sub-navigation .primary-nav li.innerList {
  float: right;
}
.adaptive-sub-navigation .primary-nav li.innerList ul li {
  border-left: 1px solid #474747;
}
.adaptive-sub-navigation .primary-nav li.innerList ul li:first-child + li + li + li, .adaptive-sub-navigation .primary-nav li.innerList ul li:first-child + li {
  display: none;
}
.adaptive-sub-navigation .primary-nav li.innerList ul li:first-child + li + li + li span {
  display: none;
}
.adaptive-sub-navigation .primary-nav li.innerList ul li.active {
  border-bottom: 1px solid black;
}
.adaptive-sub-navigation .primary-nav li.innerList ul li.last-item.active {
  background-color: black;
  border-bottom: 1px solid black;
}
.adaptive-sub-navigation .primary-nav li.innerList ul li:hover {
  background-color: black;
}

.svg .adaptive-sub-navigation .secondary-nav li {
  float: left;
  display: inline;
}
.svg .adaptive-sub-navigation .secondary-nav li.active span {
  background: url(../../../images/svg/icon_close.svg) no-repeat;
  background-size: 11px auto;
  background-position: 10px 12px;
}
.svg .adaptive-sub-navigation .secondary-nav li a span {
  background: url(../../../images/svg/icon_open.svg) no-repeat;
  background-size: 11px auto;
  background-position: 10px 12px;
}

.adaptive-sub-navigation .secondary-nav {
  display: none;
  height: auto;
  z-index: 100;
  background: #333333;
  width: 100%;
  position: absolute;
  text-align: left;
  /* themes */
  /* themes end */
}
.adaptive-sub-navigation .secondary-nav li .sub-nav {
  display: none;
  border-top: 1px solid #474747;
  margin-left: 20px;
}
.adaptive-sub-navigation .secondary-nav li .sub-nav li {
  border-bottom: none;
  border-top: 1px solid #474747;
  background: #333333;
}
.adaptive-sub-navigation .secondary-nav li .sub-nav li:first-child {
  border: none;
}
.adaptive-sub-navigation .secondary-nav li .sub-nav li a {
  /*height: 34px;
  padding: 15px 0 0 10px;*/
  font-family: Helvetica,Arial,Verdana,sans-serif;
  font-size: 15px;
}
.adaptive-sub-navigation .secondary-nav li.england.active, .adaptive-sub-navigation .secondary-nav li.england:hover, .adaptive-sub-navigation .secondary-nav li.england .sub-nav li:hover {
  background-color: #a01e21;
}
.adaptive-sub-navigation .secondary-nav li.active, .adaptive-sub-navigation .secondary-nav li:hover, .adaptive-sub-navigation .secondary-nav li .sub-nav li:hover {
  background-color: black;
}
.adaptive-sub-navigation .secondary-nav li.team.active, .adaptive-sub-navigation .secondary-nav li.team:hover, .adaptive-sub-navigation .secondary-nav li.team .sub-nav li:hover {
  background-color: black;
}
.adaptive-sub-navigation .secondary-nav li.news.active, .adaptive-sub-navigation .secondary-nav li.news:hover, .adaptive-sub-navigation .secondary-nav li.news .sub-nav li:hover {
  background-color: black;
}
.adaptive-sub-navigation .secondary-nav li.fixtures.active, .adaptive-sub-navigation .secondary-nav li.fixtures:hover, .adaptive-sub-navigation .secondary-nav li.fixtures .sub-nav li:hover {
  background-color: black;
}
.adaptive-sub-navigation .secondary-nav li.results.active, .adaptive-sub-navigation .secondary-nav li.results:hover, .adaptive-sub-navigation .secondary-nav li.results .sub-nav li:hover {
  background-color: black;
}
.adaptive-sub-navigation .secondary-nav li.tables.active, .adaptive-sub-navigation .secondary-nav li.tables:hover, .adaptive-sub-navigation .secondary-nav li.tables .sub-nav li:hover {
  background-color: black;
}
.adaptive-sub-navigation .secondary-nav li.players.active, .adaptive-sub-navigation .secondary-nav li.players:hover, .adaptive-sub-navigation .secondary-nav li.players .sub-nav li:hover {
  background-color: black;
}
.adaptive-sub-navigation .secondary-nav li {
  display: block;
  float: none;
  width: 100%;
  border-bottom: 1px solid #474747;
  cursor: pointer;
}
.adaptive-sub-navigation .secondary-nav li a {
  height: 100%;
  display: block;
  position: relative;
  padding-left: 10px;
}
.adaptive-sub-navigation .secondary-nav li a span {
  position: absolute;
  right: 2px;
  top: 8px;
  height: 30px;
  width: 30px;
}

.article-sub-nav .header {
  float: left;
  margin: 0 0 15px 0;
}
.article-sub-nav .header h1 {
  float: left;
}
.article-sub-nav .header h1 .logo {
  float: left;
  padding-right: 12px;
  max-width: 55px;
}
.article-sub-nav .header h2 {
  float: left;
  line-height: 1;
  margin: 7px 0 0;
}
.article-sub-nav .header h2 a {
  text-decoration: none;
  color: #333;
  font-size: 45px;
}
.article-sub-nav h2 {
  text-align: left;
  font-size: 1.500em;
  margin-bottom: 15px;
}

/* Sub Nav styles end */
/* Main Body styles Article Page */
.adaptive-body .mobile-top {
  margin-bottom: -4px;
}

.article-container .slider {
  float: left;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.article-container .slider .rslides_nav {
  background: url("../../../images/bg_repeater_transp.png") repeat scroll 0 0 transparent;
  height: 45px;
  left: 0;
  margin-top: -25px;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  top: 52%;
  width: 44px;
  z-index: 3;
}
.article-container .slider .rslides_nav span {
  background: url("../../../images/svg/icon-sprite.svg") no-repeat scroll 0 0/16em auto transparent;
  background-position: -3px 0;
  display: block;
  height: 25px;
  margin: 0 auto;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
}
.article-container .slider .rslides_nav:active {
  opacity: 1;
}
.article-container .slider .rslides_nav.next {
  background-position: right top;
  left: auto;
  right: 0;
}
.article-container .slider .rslides_nav.next span {
  background-position: 0 -91px;
}
.article-container .article-inner-sidebar {
  float: left;
}
.article-container .article-inner-sidebar li {
  font-size: 0.875em;
  line-height: 1.5em;
}
.article-container .article-inner-sidebar li span {
  font-weight: bold;
}
.article-container .article-inner-sidebar li span a {
  text-decoration: none;
  color: #333;
}
.article-container .article-inner-sidebar li.date {
  line-height: 2.5;
  margin-bottom: 5px;
}
.article-container .article-share .shareBtn {
  background-color: #333;
  color: #fff;
  float: right;
  padding: 10px 20px;
  cursor: pointer;
}
.article-container .article-share span {
  background: url("../../../images/svg/icon-sprite.svg") no-repeat;
  image-rendering: optimizequality;
  background-position: 58px -266px;
  background-size: 10em auto;
  float: left;
  height:20px;
  width: 75px;
  padding: 0 4px;
  font-weight: bold;
}
.article-container .article-share ul {
  display: none;
  background-color: #ededed;
  border: solid 1px #bcbcbc;
  padding: 18px 61px 20px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  width: 176px;
  z-index: 101;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.article-container .article-share ul li {
  line-height: 2.3em;
}
.article-container .article-share ul li:first-child {
  line-height: 1;
  margin-bottom: 20px;
}
.article-container .article-share ul li a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
}
.article-container .article-share ul li a:hover {
  color: #fff;
}
.article-container .article-share ul li a:visited {
  color: #fff;
}
.article-container .article-share ul .socialBtn {
  background-color: #333;
  width: 180px;
  height: 37px;
  margin-bottom: 10px;
  color: #fff;
}
.article-container .article-share ul .closeBtn {
  background-color: none;
  border: 1px solid #cecece;
  cursor: pointer;
  width: 178px;
}
.article-container .article-hero {
  margin-bottom: 18px;
}
.article-container .article-hero h1 {
  font-size: 24px;
  margin: 17px 0 16px;
}
.article-container .article-hero .video-holder .videoPlaceholder {
  display: none;
}
.article-container .article-hero .video-holder .videoPlaceholder.no-overlay {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.article-container .article-hero .video-holder .videoPlaceholder.no-overlay iframe,
.article-container .article-hero .video-holder .videoPlaceholder.no-overlay object,
.article-container .article-hero .video-holder .videoPlaceholder.no-overlay embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-container .article-hero .video-holder .videoContainer {
  cursor: pointer;
  position: relative;
  background-color: #333;
  width: 100%;
  height: 100%;
}
.article-container .article-hero .video-holder .videoContainer img {
  width: 100%;
}
.article-container .article-hero .video-holder .videoContainer .news-video-icon {
  background-color: #333333;
  bottom: 0;
  height: 33px!important;
  left: 0;
  position: absolute;
  width: 33px!important;
}
.article-container .article-hero .video-holder p {
  background-color: #EDEDED;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.1;
  padding: 7px 10px;
}
.article-container .article-hero .header {
  height: 65px;
}
.article-container .article-hero .header h1 {
  float: left;
}
.article-container .article-hero .header h1 .logo {
  float: left;
  padding-right: 12px;
  max-width: 55px;
}
.article-container .article-hero .header h2 {
  float: left;
  line-height: 1;
  margin: 7px 0 0;
}
.article-container .article-hero .header h2 a {
  text-decoration: none;
  color: #333;
  font-size: 45px;
}
.article-container .article-hero h2 {
  text-align: left;
  font-size: 1.500em;
  margin-bottom: 15px;
}
.article-container .article-body {
  clear: left;
}
.article-container .article-body h2 {
  font-size: 1em;
}
.article-container .article-body p.bintro {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
}
.article-container .article-body .inline-feature {
  max-width: 100%;
}
.article-container .article-body .inline-feature .videoPlaceholder {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.article-container .article-body .inline-feature .videoPlaceholder iframe,
.article-container .article-body .inline-feature .videoPlaceholder object,
.article-container .article-body .inline-feature .videoPlaceholder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-container .article-body .inline-feature .videoPlaceholder.no-overlay {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.article-container .article-body .inline-feature .videoPlaceholder.no-overlay iframe,
.article-container .article-body .inline-feature .videoPlaceholder.no-overlay object,
.article-container .article-body .inline-feature .videoPlaceholder.no-overlay embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-container .article-body .inline-feature .videoContainer {
  height: auto;
  width: 100%;
}
.article-container .article-body .inline-feature .videoContainer .news-video-icon {
  background-color: #333333;
  bottom: 0;
  height: 33px !important;
  left: 0;
  position: absolute;
  width: 33px !important;
}
.article-container .article-body .inline-feature .videoContainer img {
  height: auto;
  width: 100%;
}
.article-container .article-body .article-feature {
  margin: 0 auto;
  padding: 0 0 15px;
  width: 100%;
}
.article-container .article-body .article-feature.full-width {
  /*width: 300px;*/
  margin: 0 auto;
  padding: 0 20px;
}
.article-container .article-body .article-feature.full-width .list {
  margin-top: 10px;
}
.article-container .article-body .article-feature.full-width .list h3 {
  margin-bottom: 5px;
}
.article-container .article-body .article-feature .inner-feature {
  max-width: 100%;
}
.article-container .article-body .article-feature .inner-feature p {
  margin-bottom: 0;
}
.article-container .article-body .article-feature.media {
  padding: 0;
  max-width: 100%;
}
.article-container .article-body .article-feature.media p {
  font-size: 0.625em;
}
.article-container .article-body .article-feature.media .inner-feature {
  max-width: 100%;
  max-height: 100%;
}

/* Latest news styles */
.article-single-column .news-pods {
  margin-bottom: 20px;
}
.article-single-column .news-pods h3 {
  padding: 0 10px;
  font-size: 1.250em;
  color: #fff;
  margin-bottom: 0;
  padding-top: 6px;
  font-weight: normal;
  line-height: 1.7em;
  background-color: #333333;
}
.article-single-column .news-pods ul {
  border-top: none;
  padding: 20px 0 !important;
}
.article-single-column .news-pods ul li {
  font-size: 1em;
  padding: 15px 0 !important;
  line-height: 1.1em;
  font-weight: bold;
  width: 100% !important;
  border-top: 1px dotted #C9C9C9;
}
.article-single-column .news-pods ul li:first-child {
  border-top: none;
}
.article-single-column .news-pods ul li a {
  padding-left: 3px;
  display: inline-block;
  line-height: 1.1em !important;
}
.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 {
  color: #02264C;
  text-decoration: none;
}
.article-single-column .news-pods.latest-news {
  margin-bottom: 0;
}
.article-single-column .news-pods.latest-news ul li {
  font-size: 1em;
  padding: 18px 0;
}
.article-single-column .news-pods.latest-news ul li .video-icon {
  padding: 1px 0 0 25px;
}
.article-single-column .search-box {
  float: left;
  background-color: #ededed;
  border: 1px solid #c9c9c9;
  padding: 2%;
  margin: 17px 0;
  width: 96%;
}
.article-single-column .search-box h3 {
  font-size: 22px;
  margin-bottom: 11px;
  line-height: 1;
  color: #02264C;
  font-weight: normal;
}
.article-single-column .search-box input.text {
  width: 197px;
  border: 1px solid #c9c9c9;
  padding: 7px 10px;
  float: left;
  margin-right: 10px;
  margin-top: 0;
  -webkit-appearance: none;
  border-radius: 0;
  height: 17px;
}
.article-single-column .search-box input.searchBtn {
  border: none;
  padding: 0;
  margin: 0;
  width: 43px;
  height: 32px;
  text-indent: -99999em;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  background: #333333 url("../../../images/svg/icon-sprite.svg") no-repeat scroll -140px -162px/200px auto;
}

.svg .article-single-column .news-pods.latest-news ul li .video-icon {
  background: url("../../../images/svg/icon-sprite.svg") no-repeat;
  background-size: 12em auto;
  background-position: -127px -97px;
}

/* Main body styles end */
/* Main body styles Homepage */
.adaptive-body .main-body {
  padding: 5px 0 20px;
  width: 100%;
  margin: 0 auto;
}
.adaptive-body .main-body section {
  border: none;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper {
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  max-width: none;
  float: none;
  width: 100% !important;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper:first-child {
  padding-top: 0;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper h1, .adaptive-body .main-body .latest-headlines .headline-wrapper h2 {
  margin-bottom: 8px;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper h1, .adaptive-body .main-body .latest-headlines .headline-wrapper h2, .adaptive-body .main-body .latest-headlines .headline-wrapper h3 {
  line-height: 1em;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper h1 {
  font-size: 1.5em;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper h2 {
  font-size: 1.313em;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper h3 {
  font-size: 0.875em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper h3 a {
  text-decoration: none;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper .image-wrapper {
  font-size: 1em;
  line-height: 1em;
  color: #333;
  text-decoration: none;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper .image-wrapper img {
  max-width: 100%;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper ul {
  margin-bottom: 11px;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper ul li {
  line-height: 2em;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper ul li a {
  font-size: 0.875em;
  color: #02264C;
  font-weight: bold;
  text-decoration: none;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper ul li a.video-icon, .adaptive-body .main-body .latest-headlines .headline-wrapper ul li a.gallery-icon {
  padding-left: 30px;
}
.adaptive-body .main-body .latest-headlines .headline-wrapper p {
  font-size: 1em;
  line-height: 1.35em;
  font-weight: bold;
  margin: 5px 0 7px;
}
.adaptive-body .main-body .latest-headlines .sub-headlines .headline-wrapper {
  border-top: 1px solid #ddd;
  border-bottom: none;
  padding-top: 17px;
}
.adaptive-body .main-body .latest-headlines .sub-headlines .headline-wrapper.last-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
}
.adaptive-body .main-body .latest-headlines .sub-headlines .headline-wrapper p {
  font-size: 0.750em;
  font-weight: normal;
  margin-bottom: 16px;
}
.adaptive-body .main-body .inline-mobile-promo {
  padding: 20px 0 19px;
  text-align: center;
}
.adaptive-body .main-body .inline-mobile-promo.last-promo {
  padding-top: 0;
}
.adaptive-body .main-body .videos {
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  float: left;
}
.adaptive-body .main-body .videos h2 {
  background-color: #02264C !important;
  color: #ffffff !important;
  font-size: 1.181em;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0 0 0 7px !important;
  text-align: left;
  line-height: 1.8em;
}
.adaptive-body .main-body .videos h3 {
  font-size: 0.875em;
  line-height: 1.5em;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.adaptive-body .main-body .videos li {
  width: 140px;
  float: left;
  margin-left: 15px;
  padding-top: 10px;
  position: relative;
}
.adaptive-body .main-body .videos li:first-child {
  margin: 0;
}
.adaptive-body .main-body .videos li h3 a {
  white-space: nowrap;
}
.adaptive-body .main-body .videos li a {
  color: #333;
  text-decoration: none;
}
.adaptive-body .main-body .videos li a img {
  max-width: 140px;
  height: 79px;
  float: left;
  margin-bottom: 12px;
}
.adaptive-body .main-body .videos li a .news-video-icon {
  position: absolute;
  top: 87px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #333;
}
.adaptive-body .main-body .videos li h4 {
  font-size: 1.28em;
  line-height: 1em;
  margin: 0;
}

.svg .adaptive-body .gallery-icon {
  background-position: -108px -143px;
  background-size: 143px auto;
}
.svg .adaptive-body .text-icon {
  background-position: -78px -229px;
}
.svg .adaptive-body .sub-headlines .gallery-icon {
  background-position: -108px -145px;
}
.svg .adaptive-body .news-video-icon {
  background: url("../../../images/svg/icon-sprite.svg") no-repeat;
  background-size: 176px auto!important;
  background-position: -124px -23px !important;
}

.svg .adaptive-body .video-icon {
  background-position: -127px -98px;
  background-size: 169px auto;
}

/* Main body homepage end */
/* Desktop Button */
.desktopBtn {
  background-color: #333;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin: 20px 0 20px 10px;
}

/****************************/
/* Colors for pages */
/****************************/
.other-leagues-theme .article-container .article-hero .header h1 .logo,
.fa-theme .article-container .article-hero .header h1 .logo,
.myfootball-theme .article-container .article-hero .header h1 .logo,
.governance-theme .article-container .article-hero .header h1 .logo,
.womens-theme .article-container .article-hero .header h1 .logo,
.fa-vase-theme .article-container .article-hero .header h1 .logo,
.fa-youth-theme .article-container .article-hero .header h1 .logo {
  max-width: 45px;
}

.fa-community-theme .article-container .article-hero .header h1 .logo {
  max-width: 105px;
}

.svg .adaptive-body .header h2,
.adaptive-body .header h2 a {
  text-indent: -99999em;
  line-height: 1.5em;
  display: block;
}

/* FA */
.svg .fa-theme .adaptive-body .header h2 {
  background: url("../../../images/svg/hdr_thefa_mobile.svg") no-repeat;
  background-size: 192px auto;
  width: 205px;
  height: 60px;
  margin-top: 1px!important;
  font-size: 24px!important;
}
.svg .fa-theme .adaptive-body .header .adaptive-sub-navigation {
  padding-top: 90px;
}

.svg .fa-cup-theme .article-sub-nav .header h1 .logo {
  max-width: 135px;
}
.svg .fa-cup-theme .adaptive-body .header h2 {
  background: url("../../../images/svg/hdr_thefacup.svg") no-repeat;
  background-size: 144px auto;
  margin-top: 20px;
  width: 145px;
  font-size: 24px!important;
}
.svg .fa-cup-theme .adaptive-body .header h2 a {
  line-height: 0.5em;
}

.fa-cup-theme .article-container .article-hero .header h1 .logo {
  max-width: 130px;
  padding-right: 5px;
}

.uefa-u17-theme .article-container .article-hero .header h1 .logo {
  max-width: 155px;
}

/* England */
.svg .england-theme .adaptive-body .header h2 {
  background: url("../../../images/svg/hdr_england.svg") no-repeat;
  background-size: 216px auto;
  width: 220px;
}

.england-theme .article-container .article-hero .header h1 .logo {
  padding-right: 5px;
}

/* Womens */
.svg .womens-theme .adaptive-body .header h2 {
  background: url("../../../images/svg/hdr_womens_mobile.svg") no-repeat;
  background-size: 180px auto;
  height: 60px;
  margin-top: 1px!important;
  font-size: 24px!important;
  width: 190px;
}
.svg .womens-theme .adaptive-body .header .adaptive-sub-navigation {
  padding-top: 90px;
}

/* SGP */
.svg .sgp-theme .adaptive-body .header {
  height: 70px;
}
.svg .sgp-theme .adaptive-body .header .adaptive-sub-navigation {
  padding-top: 40px;
}
.svg .sgp-theme .adaptive-stage .adaptive-body .article-sub-nav {
  padding: 0 !important;
}
.svg .sgp-theme .adaptive-body .header h1 {
  background: url("../../../images/svg/hdr_sgp.svg") no-repeat;
  background-size: 216px auto;
  /*height: 25px;*/
  margin-top: 0;
  text-indent: -99999em;
  width: 275px;
}

/* MyFootball */
.svg .myfootball-theme .adaptive-body .header h2 {
  background: url("../../../images/svg/hdr_myfootball_mobile.svg") no-repeat;
  background-size: 9em auto;
  width: 220px;
  margin-top: 0;
  height: 60px;
  margin-top: 0!important;
  font-size: 24px!important;
}

.svg .nosvg.myfootball-theme .adaptive-body .header h2 {
  background: none;
  width: 320px;
}
.svg .nosvg.myfootball-theme .adaptive-body .header h2 a {
  text-indent: 0;
  font-size: 36px!important;
  line-height: 36px!important;
}

/* Governance */
.svg .governance-theme .adaptive-body .header h2 {
  background: url("../../../images/svg/hdr_governance_mobile.svg") no-repeat;
  background-size: 216px auto;
  width: 220px;
  margin-top: 1px!important;
  font-size: 24px!important;
  height: 60px;
}
.svg .governance-theme .adaptive-body .header .adaptive-sub-navigation {
  padding-top: 90px;
}

/* Others */
.other-leagues-theme .adaptive-body .header h2,
.other-leagues-theme .adaptive-body .header h2 a {
  color: #002D62;
  text-indent: 0;
  font-family: FSJackBold;
  font-size: 18px;
  line-height: 1;
  padding-top: 6px;
}
.other-leagues-theme .adaptive-sub-navigation {
  padding-top: 90px;
}

.fa-youth-theme .adaptive-body .header h2,
.fa-youth-theme .adaptive-body .header h2 a {
  color: #ED232B;
  text-indent: 0;
  font-family: FSJackBold;
  font-size: 16px;
  line-height: 1;
  padding-top: 5px;
}
.fa-youth-theme .adaptive-sub-navigation {
  padding-top: 83px;
}

.fa-community-theme .adaptive-body .header h2,
.fa-community-theme .adaptive-body .header h2 a {
  color: #ED232B;
  text-indent: 0;
  font-family: FSJackBold;
  font-size: 24px;
  line-height: 1;
  margin-top: 0;
}
.fa-community-theme .adaptive-sub-navigation {
  padding-top: 45px;
}

.fa-vase-theme .adaptive-body .header h2,
.fa-vase-theme .adaptive-body .header h2 a {
  color: #00703C;
  text-indent: 0;
  font-family: FSJackBold;
  font-size: 39px;
  line-height: 1;
  padding-top: 4px;
}
.fa-vase-theme .adaptive-sub-navigation {
  padding-top: 87px;
}

.fa-sunday-theme .adaptive-body .header h2,
.fa-sunday-theme .adaptive-body .header h2 a {
  color: #00703C;
  text-indent: 0;
  font-family: FSJackBold;
  font-size: 23px;
  line-height: 1;
  padding-top: 6px;
}
.fa-sunday-theme .adaptive-sub-navigation {
  padding-top: 83px;
}

.fa-trophy-theme .adaptive-body .header h2,
.fa-trophy-theme .adaptive-body .header h2 a {
  color: #00703C;
  text-indent: 0;
  font-family: FSJackBold;
  font-size: 32px;
  line-height: 1;
  padding-top: 4px;
}
.fa-trophy-theme .adaptive-sub-navigation {
  padding-top: 84px;
}

.fa-womenscup-theme .adaptive-body .header h2,
.fa-womenscup-theme .adaptive-body .header h2 a {
  color: #93278f;
  text-indent: 0;
  font-family: FSJackBold;
  font-size: 21px;
  line-height: 1;
  padding-top: 7px;
}
.fa-womenscup-theme .adaptive-sub-navigation {
  padding-top: 90px;
}

.england-theme .adaptive-sub-navigation .secondary-nav li .sub-nav li:hover {
  background-color: #a01e21;
}

/* Header fonts and styles for section / article pages */
.fa-theme .adaptive-sub-navigation .secondary-nav li a {
  font-family: FSJackRegular;
}

.fa-cup-theme .adaptive-sub-navigation .secondary-nav li a {
  font-family: FSJackRegular;
}

.england-theme .adaptive-sub-navigation .secondary-nav li a {
  font-family: FlamaBasic;
}

.womens-theme .adaptive-sub-navigation .secondary-nav li a {
  font-family: FSJoey;
}

.sgp-theme .adaptive-sub-navigation .secondary-nav li a {
  font-family: PFBeauSansPro-light;
}

.myfootball .adaptive-sub-navigation .secondary-nav li a {
  font-family: FSJackRegular;
}

.governance-theme .adaptive-sub-navigation .secondary-nav li a {
  font-family: FSJoey;
}

/* Search page specific styles */
#top_strip header .header {
  text-align: center;
}
#top_strip header .header h1 {
  float: left;
}
#top_strip header .header h1 img.logo {
  float: left;
  padding-right: 5px;
  max-width: 53px;
}
#top_strip header .header h2 {
  float: left;
  line-height: 0.9;
  margin: 0;
  width: 220px;
}
#top_strip header .header h2 a {
  text-decoration: none;
  color: #333;
  font-size: 45px;
}

/* mobile search input  */
#nav-form input#q {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Cookie Bar */
#cookiebar {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 5000;
}
#cookiebar .header {
  background: none repeat scroll 0 0 rgba(30, 30, 30, 0.95);
  padding: 10px;
  position: relative;
  color: #fff;
}
#cookiebar .content {
  display: none;
}
#cookiebar h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}
#cookiebar p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
#cookiebar p .more {
  display: none!important;
}
#cookiebar p.agree {
  margin: 10px 0 0;
  position: relative;
  right: 0;
  top: 0;
  margin-bottom: 5px;
}
#cookiebar p.agree a {
  background-color: #02264C;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
#cookiebar p.agree a:hover {
  background-color: #fff;
  color: #02264C;
}

/* Mobile footer policies */
.adaptive-footerContent .adaptive-footerTc {
  background-color: #fff;
  float: none;
  overflow: hidden;
  width: auto;
}
.adaptive-footerContent .adaptive-footerTc h4 {
  margin-left: 10px;
}
.adaptive-footerContent .adaptive-footerTc .links p, .adaptive-footerContent .adaptive-footerTc a {
  font-size: 11px !important;
  width: 200px;
  font-family: Arial;
}

/* Widget Overrides */
.custom-container {
  /* Mobile Layout */
}
.custom-container .intro {
  padding: 0 10px;
}
.custom-container .intro h2 {
  font-size: 24px!important;
  margin-bottom: 0!important;
  margin-top: 5px;
}
.custom-container .intro p {
  font-size: 16px!important;
  font-weight: normal!important;
  margin-bottom: 18px!important;
}
.custom-container .widgets{
    margin-top:30px;
}
.custom-container h2.widgetHeader, .custom-container .englandStats h2 {
  font-size: 19px!important;
  padding: 8px 10px 6px!important;
  line-height: 1!important;
}
.custom-container .widgetHeader:first-child {
  margin-top: 8px;
}
.custom-container .promo-pods {
  padding: 0 0 19px;
  text-align: center;
}
.custom-container .opta-widget-container {
  /* Player image customization - squad */
  /* Fixtures Plus */
  /* Fixtures */
  /* Match Stats */
}
.custom-container .opta-widget-container.opta-squad h2, .custom-container .opta-widget-container.opta-playerstats h2 {
  font-size: 19px!important;
  padding: 8px 10px 6px!important;
  line-height: 1!important;
}
.custom-container .opta-widget-container.opta-squad h2 span, .custom-container .opta-widget-container.opta-playerstats h2 span {
  padding: 0;
}
.custom-container .opta-widget-container .squad {
  margin: 0;
}
.custom-container .opta-widget-container .squad table {
  margin: 0;
}
.custom-container .opta-widget-container .squad table thead tr {
  padding: 0!important;
}
.custom-container .opta-widget-container .squad table thead tr th {
  border: 0;
  font-size: 14px;
  font-weight: bold;
  background-color: #f4f4f4;
  height: 33px!important;
  line-height: 40px;
  color: #333;
  width: 100%;
  display: inline-block;
  padding: 0 0 0 10px;
  text-align: left;
}
.custom-container .opta-widget-container .squad table tr {
  padding: 0 10px;
  display: block;
}
.custom-container .opta-widget-container .squad table tr:first-child {
  padding-top: 10px;
}
.custom-container .opta-widget-container .squad table tr:last-child {
  padding-bottom: 10px;
}
.custom-container .opta-widget-container .squad table tr .jersey, .custom-container .opta-widget-container .squad table tr .image-spacer {
  display: none;
}
.custom-container .opta-widget-container .squad table tr .player a, .custom-container .opta-widget-container .squad table tr .name a {
  color: #333333;
}
.custom-container .opta-widget-container .squad table tr .player a:hover, .custom-container .opta-widget-container .squad table tr .name a:hover {
  color: #333333;
}
.custom-container .opta-widget-container .squad table tr .name {
  position: relative;
  height: 44px;
  display: inline-block;
  width: 50%;
  padding: 0;
}
.custom-container .opta-widget-container .squad table tr .name img {
  height: 54px;
  margin: 1px 12px 0 4px;
  max-width: 100%;
  border: 0!important;
}
.custom-container .opta-widget-container .squad table tr .name .overlay {
  background: url("../../../images/customwidgets/circle_overlay.png") no-repeat 0 0;
  width: 44px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
}
.custom-container .opta-widget-container .fixtures-plus-grid {
  float: none!important;
}
.custom-container .opta-widget-container .fixtures-plus-grid .fixture {
  float: none;
  margin: 0 auto 20px!important;
}
.custom-container .opta-widget-container .fixtures-plus-grid .fixture:last-child {
  margin-bottom: 0!important;
}
.custom-container .opta-widget-container .fixtures-plus-list tr.subgrouping td, .custom-container .opta-widget-container .fixtures-plus.narrow tr.subgrouping td {
  background-color: #333;
  font-size: 14px;
  font-weight: bold;
  height: 33px;
  line-height: 34px;
  padding: 0 10px;
}
.custom-container .opta-widget-container .fixtures-plus-list .scoreline .match-time span,
.custom-container .opta-widget-container .fixtures-plus-list .scoreline td div, .custom-container .opta-widget-container .fixtures-plus.narrow .scoreline .match-time span,
.custom-container .opta-widget-container .fixtures-plus.narrow .scoreline td div {
  font-size: 14px;
}
.custom-container .opta-widget-container .fixtures-plus-list .scoreline td, .custom-container .opta-widget-container .fixtures-plus.narrow .scoreline td {
  border: 0;
  padding: 15px 3px 10px!important;
}
.custom-container .opta-widget-container .fixtures-plus-list .scoreline .match-time, .custom-container .opta-widget-container .fixtures-plus.narrow .scoreline .match-time {
  /*padding-left: 10px!important;*/
}
.custom-container .opta-widget-container .fixtures-plus-list .scoreline .match-time span, .custom-container .opta-widget-container .fixtures-plus.narrow .scoreline .match-time span {
  /*background: url("../../../images/customwidgets/stopwatch.svg") 0 2px no-repeat;
  padding-top: 4px;*/
  background: none;
  padding: 0;
}
.custom-container .opta-widget-container .fixtures-plus-list .scoreline .match-time span abbr, .custom-container .opta-widget-container .fixtures-plus.narrow .scoreline .match-time span abbr {
  margin-top: 0;
}
.custom-container .opta-widget-container .fixtures-plus-list .scoreline .home-team-name .team-name, .custom-container .opta-widget-container .fixtures-plus.narrow .scoreline .home-team-name .team-name {
  padding-right: 46px!important;
}
.custom-container .opta-widget-container .fixtures-plus-list .scoreline .home-team-name .crest, .custom-container .opta-widget-container .fixtures-plus.narrow .scoreline .home-team-name .crest {
  right: 10px!important;
}
.custom-container .opta-widget-container .fixtures-plus-list .scoreline .away-team-name .team-name, .custom-container .opta-widget-container .fixtures-plus.narrow .scoreline .away-team-name .team-name {
  padding-left: 46px!important;
}
.custom-container .opta-widget-container .fixtures-plus-list .scoreline .away-team-name .crest, .custom-container .opta-widget-container .fixtures-plus.narrow .scoreline .away-team-name .crest {
  left: 10px!important;
}
.custom-container .opta-widget-container .fixtures-plus-list .scoreline .standout, .custom-container .opta-widget-container .fixtures-plus-list .scoreline td div, .custom-container .opta-widget-container .fixtures-plus.narrow .scoreline .standout, .custom-container .opta-widget-container .fixtures-plus.narrow .scoreline td div {
  color: #333;
  vertical-align: text-bottom;
}
.custom-container .opta-widget-container .fixtures-plus-list .grouping:first-child td, .custom-container .opta-widget-container .fixtures-plus.narrow .grouping:first-child td {
  border-top: 0;
}
.custom-container .opta-widget-container .fixtures-plus-list .grouping td, .custom-container .opta-widget-container .fixtures-plus.narrow .grouping td {
  background-color: #f4f4f4;
  border-radius: 0;
  border-top: 1px solid #acacac;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 14px;
  margin-bottom: 0;
  padding: 20px 0 10px 10px;
}
.custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl {
  margin: 60px auto 0;
  padding: 0;
}
.custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dd, .custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dt {
  font-size: 14px;
  color: #333333;
}
.custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dd span, .custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dt span {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dd .home-percentage, .custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dd .away-percentage, .custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dt .home-percentage, .custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dt .away-percentage {
  background: none;
  height: 5px;
  padding-top: 5px;
  font-size: 1px;
}
.custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dd .home-percentage, .custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dt .home-percentage {
  background-color: #a01e21;
  color: #a01e21;
}
.custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dd .away-percentage, .custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dt .away-percentage {
  background-color: #2268af;
  color: #2268af;
}
.custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dd .stat-home span, .custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dt .stat-home span {
  text-align: right;
  padding-right: 10px;
}
.custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dd .stat-away span, .custom-container .opta-widget-container.opta-matchstats .matchstats-teamstats-container dl dt .stat-away span {
  text-align: left;
  padding-left: 10px;
}
.custom-container .opta-widget-container.opta-matchstats .playerstats-container table {
  border-bottom: 1px solid #acacac;
}
.custom-container .opta-widget-container.opta-matchstats .playerstats-container table th {
  background: 0;
  background-color: #F4F4F4;
  padding: 50px 10px 10px;
  border: 0;
  font-size: 14px;
  color: #333333;
  height: auto;
  line-height: 14px;
}
.custom-container .opta-widget-container.opta-matchstats .playerstats-container table td {
  font-size: 14px;
  color: #333333;
  padding: 10px;
  height: auto!important;
  vertical-align: middle;
}
.custom-container .opta-widget-container.opta-matchstats .playerstats-container table td span a {
  font-size: 14px;
  font-weight: normal;
}
.custom-container .opta-widget-container.opta-matchstats .playerstats-container table td.name .player {
  top: 0;
}
.custom-container .opta-widget-container.opta-matchstats .playerstats-container table .jersey, .custom-container .opta-widget-container.opta-matchstats .playerstats-container table .image-spacer {
  display: none;
}
.custom-container .opta-widget-container.opta-matchstats .playerstats-container .category-key {
  padding-left: 10px;
}
.custom-container .opta-widget-container.opta-matchstats .playerstats-container .category-key dd, .custom-container .opta-widget-container.opta-matchstats .playerstats-container .category-key dt {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}
.custom-container .opta-widget-container.opta-matchstats .playerstats-container .playerstats-filter {
  left: 10px;
  top: 10px;
  right: auto;
}
.custom-container.mobileLayout {
  width: 100%;
  /* Custom England stats*/
}
.custom-container.mobileLayout .signin.account {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.custom-container.mobileLayout .signin.account.blue-branding h2 {
  background: #02264C !important;
}
.custom-container.mobileLayout .signin.account .social-signin-container.top {
  float: left;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.custom-container.mobileLayout .signin.account .social-signin-container form {
  width: 100%;
}
.custom-container.mobileLayout .englandStats {
  border-bottom: 3px solid #a01e21;
  margin-bottom: 0;
}
.custom-container.mobileLayout .englandStats h2 {
  background-color: #A01E21;
  border-radius: 0;
  font-family: FlamaBasic;
  font-size: 1.25em;
  font-weight: normal;
  height: auto;
  line-height: 1.7em;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 6px;
  color: #fff;
}
.custom-container.mobileLayout .englandStats .capStats {
  float: none;
  margin: 0 auto;
  border-bottom: 1px dotted #acacac;
  min-height: 283px;
}
.custom-container.mobileLayout .englandStats .capStats ul {
  bottom: 10px;
}
.custom-container.mobileLayout .englandStats .capStats ul, .custom-container.mobileLayout .englandStats .info ul {
  left: 0;
  width: auto;
}
.custom-container.mobileLayout .englandStats .dividerHr {
  border-bottom: 1px dotted #acacac;
  bottom: 88px;
  display: block;
  position: relative;
  width: 290px;
  margin: 0 auto;
}
.custom-container.mobileLayout .englandStats .info {
  padding: 10px 0;
  min-height: 245px;
  float: none;
  width: 290px;
  margin: 0 auto;
}
.custom-container.mobileLayout .englandStats .info .debut, .custom-container.mobileLayout .englandStats .info .lastMatch {
  width: 100%;
  padding-left: 10px;
}
.custom-container.mobileLayout .englandStats .info .debut h3, .custom-container.mobileLayout .englandStats .info .lastMatch h3 {
  margin-top: 0;
}
.custom-container.mobileLayout .englandStats .info .debut img, .custom-container.mobileLayout .englandStats .info .debut .details, .custom-container.mobileLayout .englandStats .info .lastMatch img, .custom-container.mobileLayout .englandStats .info .lastMatch .details {
  float: left;
}
.custom-container.mobileLayout .englandStats .info .debut .details, .custom-container.mobileLayout .englandStats .info .lastMatch .details {
  margin-left: 15px;
}
.custom-container.mobileLayout .englandStats .info .lastMatch {
  border-bottom: 1px dotted #c9c9c9;
  padding-bottom: 18px;
}
.custom-container.mobileLayout .englandStats .info .debut {
  padding-top: 5px;
}
.custom-container.mobileLayout .englandStats .info ul {
  position: relative;
  display: inline-block;
  top: 15px;
  padding-bottom: 10px;
}
.custom-container.mobileLayout .englandStats .info ul li:first-child {
  padding-left: 0;
}
.custom-container.mobileLayout .opta-widget-container.opta-playerstats h2 {
  background-color: #A01E21;
  border-radius: 0;
  font-family: FlamaBasic;
  font-size: 1.25em;
  font-weight: normal;
  height: auto;
  line-height: 1.7em;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 6px;
}
.custom-container.mobileLayout .opta-widget-container.opta-playerstats .playerstats {
  padding: 10px 10px 0;
}
.custom-container.mobileLayout .opta-widget-container.opta-playerstats .playerstats dl {
  border: 0;
  width: 100%;
}
.custom-container.mobileLayout .opta-widget-container.opta-playerstats .playerstats dl dd, .custom-container.mobileLayout .opta-widget-container.opta-playerstats .playerstats dl dt {
  border: 0;
  font-size: 16px;
  background: none;
  padding-left: 0;
  text-indent: 0;
}
.custom-container.mobileLayout .opta-widget-container.opta-playerprofile {
  margin-top: 5px;
}
.custom-container.mobileLayout .opta-widget-container.opta-playerprofile .profile-container .playerprofile .team-logo {
  position: relative;
  border-right: 0;
  left: auto;
  margin: 0 auto;
  height: 135px;
}
.custom-container.mobileLayout .opta-widget-container.opta-playerprofile .profile-container .playerprofile dl {
  border-top: 1px dotted #C9C9C9;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 18px 0 0 0;
}
.custom-container.mobileLayout .opta-widget-container.opta-playerprofile .profile-container .playerprofile dl .playerName {
  font-size: 24px;
}
.custom-container.mobileLayout .opta-widget-container.opta-playerprofile .profile-container .playerprofile dl dt, .custom-container.mobileLayout .opta-widget-container.opta-playerprofile .profile-container .playerprofile dl dd {
  display: inline-block;
  float: none;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 0;
}
.custom-container.mobileLayout .opta-widget-container.opta-standings .opta-dropdown {
  background: none repeat scroll 0 0 #f4f4f4;
  height: 45px;
}
.custom-container.mobileLayout .opta-widget-container.opta-standings .opta-dropdown span {
  background: none repeat scroll 0 0 #333;
  font-size: 14px;
  height: 15px;
  left: 7px;
  padding: 5px 0 5px 10px;
  position: relative;
  text-indent: 0;
  top: 10px;
  color: #fff;
  width: 100px;
}
.custom-container.mobileLayout .opta-widget-container.opta-standings .opta-dropdown span span {
  background: url("../../../images/customwidgets/selecticon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 8px;
  outline: medium none;
  position: absolute;
  right: 0;
  top: 8px;
  left: auto;
  padding: 0;
  width: 16px;
}
.custom-container.mobileLayout .opta-widget-container.opta-standings .opta-dropdown.active span > span {
  background-position: 0 -8px;
}
.custom-container.mobileLayout .opta-widget-container.opta-standings .opta-dropdown .tabs-nav {
  background-color: #333;
  border: 1px solid #333;
  left: 7px;
  width: 108px;
  box-sizing: content-box;
  padding: 0;
  z-index: 0;
}
.custom-container.mobileLayout .opta-widget-container.opta-standings .opta-dropdown .tabs-nav li {
  height: 15px;
  line-height: 14px;
  padding: 5px 0;
  width: 100%;
  box-sizing: content-box;
  border-bottom: 1px solid #eee;
}
.custom-container.mobileLayout .opta-widget-container.opta-standings .opta-dropdown .tabs-nav li:last-child {
  border: 0;
}
.custom-container.mobileLayout .opta-widget-container.opta-standings .opta-dropdown .tabs-nav li a {
  padding: 0;
  color: #fff;
  font-weight: normal;
  line-height: 14px;
}
.custom-container.mobileLayout .opta-widget-container.opta-standings .opta-dropdown .tabs-nav li:hover {
  background-color: #fef4f4;
}
.custom-container.mobileLayout .opta-widget-container.opta-standings .opta-dropdown .tabs-nav li:hover a {
  color: #333;
  background: none;
}

/* St George's Park Homepage */
.sgp-theme .grid_1-inner > article.ad-box,
.sgp-theme .twinBlockOuter,
.sgp-theme .twinBlock article {
  width: 100% !important;
}
.sgp-theme .twinBlock img {
  width: 100%;
}
.sgp-theme .mod-calendar {
  width: 100% !important;
}
.sgp-theme .mod-calendar .blockInner {
  width: 95.45% !important;
  padding: 0 2% !important;
}

/* Signin Controls */
.signupControl {
  width: 100%;
}
.signupControl h2.themed-header {
  padding: 2% !important;
  text-align: left;
  margin-bottom: 15px;
  width: 96% !important;
}
.signupControl h2.themed-header .subheading {
  display: none;
}
.signupControl .social-signin-container.top {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.signupControl .social-signin-container form {
  width: 100% !important;
}
.signupControl .social-btn {
  width: 100% !important;
  margin: 5px 0 !important;
}
.signupControl .labelWrapperSmall {
  width: 100% !important;
  margin-top: 15px;
}
.signupControl .labelWrapperSmall:first-child {
  margin-top: 0;
}
.signupControl .labelWrapper {
  width: 100% !important;
}
.signupControl .display {
  display: none !important;
}
.signupControl .prettycheckbox label {
  width: 80% !important;
  position: relative;
  top: -3px;
}

/* Play Football */
.iya-theme .container-12,
.iya-theme .container_3,
.iya-theme .column-4 {
  max-width: 600px !important;
  width: 100% !important;
}
.iya-theme .grid_1, .iya-theme .grid_2, .iya-theme .grid_3 {
  margin: 0 !important;
  width: 100% !important;
}
.iya-theme .container-12 .column-4 {
  min-height: auto !important;
  border-bottom: 1px dashed #ccc;
  padding-top: 25px;
}
.iya-theme .inyourarea {
  margin-top: 0;
  min-height: 600px;
  padding: 0;
  text-align: center;
  width: 100% !important;
  position: relative !important;
  max-width: 600px;
  /* Pagination */
}
.iya-theme .inyourarea .formRow.iya-campaign {
  background-position: 0 0;
  height: 666px;
  top:0;
}
.iya-theme .inyourarea .formRow.iya-campaign.results {
  top: 0;
  /*
  background:#0C193A;
  background-image:none;
  */
}
.iya-theme .inyourarea .formRow.iya-campaign.results h2.iya-header {
  padding-top: 40px;
}
.iya-theme .inyourarea .topbar-brand-strip {
  position: relative;
  z-index: 1;
}
.iya-theme .inyourarea .iya-top-bar {
  background: #00813e;
  position: absolute;
  right: 0;
  float: none;
  text-align: left;
  width: auto;
  padding: 0 30px;
}
.iya-theme .inyourarea .arrow-down {
  display: none;
}
.iya-theme .inyourarea #about-info h2 {
  margin: 0 0 10px 0;
  padding: 0;
}
.iya-theme .inyourarea .about {
  padding: 0 3%;
  width: 94% !important;
  line-height: 1.5em;
}
.iya-theme .inyourarea .iya-divider {
  padding: 15px 0;
}
.iya-theme .inyourarea .column-4 .iya-clubs-txt {
  padding: 0 15px;
  margin: 0 !important;
  font-size: 1em !important;
}
.iya-theme .inyourarea hr {
  width: 100%;
}
.iya-theme .inyourarea .select-box-wrapper {
  display: block;
  margin: 0 auto 15px;
  max-width: 320px;
}
.iya-theme .inyourarea .select-box-wrapper .custom-dropdown::before {
  width: 42px;
}
.iya-theme .inyourarea .select-box-wrapper label {
  width: 44px;
  padding-right: 0;
  margin: 0 5px 0 10px;
  float: left;
}
.iya-theme .inyourarea .select-box-wrapper input {
  float: left;
  width: 241px;
}
.iya-theme .inyourarea .select-box-wrapper button.iyasearch {
  right: 10px;
}
.iya-theme .inyourarea .select-box-wrapper .iya-location {
  right: 11px;
  margin-top: 42px;
}
.iya-theme .inyourarea .select-box-wrapper.age {
  margin: 0 5px;
}
.iya-theme .inyourarea .column-4 .button {
  position: static !important;
  left: auto !important;
  margin: 25px auto !important;
}
.iya-theme .inyourarea .column-4 .button:hover {
  background: #00813e !important;
}
.iya-theme .inyourarea .seo-link {
  float: left;
  width: 100%;
  text-align: center;
  padding: 25px 0;
  font-weight: bold;
  text-decoration: underline;
}
.iya-theme .inyourarea .iya-filter-header {
  display: none;
}
.iya-theme .inyourarea .iya-mobile-filterby {
  width: 115px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  position: relative;
  top: 46px;
  z-index: 100;
  background-image: none !important;
  background: #00813e;
  color: #fff;
}
.iya-theme .inyourarea .iya-mobile-filterby span::after {
  content: "\002B";
  font-family: Arial;
  font-weight: bold;
  border: 0;
  background: #333;
  color: #fff;
  height: 34px;
  width: 30px;
  float: right;
}
.iya-theme .inyourarea .iya-mobile-filterby:hover {
  cursor: pointer;
  background: #00813e;
}
.iya-theme .inyourarea .iya-mobile-filterby.expand {
  background: #00813e;
}
.iya-theme .inyourarea .iya-mobile-filterby.expand span::after {
  content: "\2013";
  font-family: Arial;
  font-weight: bold;
  border: 0;
  background: #333;
  color: #fff;
  height: 34px;
  width: 30px;
  float: right;
}
.iya-theme .inyourarea .iyaresults {
  border-bottom: 1px solid #ccc;
}
.iya-theme .inyourarea .iyaresults .iya-detail-share {
  border: none;
  margin: 0 auto;
  float: none;
  height: 40px;
}
.iya-theme .inyourarea .iya-results-text {
  display: none;
}
.iya-theme .inyourarea .iya-results .iya-results-header {
  margin: -20px 0 15px 0;
  width: 100%;
  position: relative;
  padding: 0;
  height: auto;
}
.iya-theme .inyourarea .iya-results #tabs {
  margin: 0 2%;
  width: 96%;
}
.iya-theme .inyourarea .iya-results ul.iya-results-list li {
  width: 100% !important;
}
.iya-theme .inyourarea .iya-results #tabs #fragment-1,
.iya-theme .inyourarea .iya-results #tabs #fragment-2 {
  width: 100%;
}
.iya-theme .inyourarea .iya-results ul.iya-results-list li:first-child {
  margin-top: -1px;
}
.iya-theme .inyourarea .iya-results ul.iya-results-list li .iya-type-logo {
  background-position: center 15px;
  margin: 0 auto;
  min-height: auto;
  padding-top: 85px;
  background-size: 65px;
  width: 103px;
}
.iya-theme .inyourarea .iya-results ul.iya-results-list li .iya-type-venue {
  width: 66%;
}
.iya-theme .inyourarea .iya-results ul.iya-results-list li .iya-type-logo .iya-sessions {
  width: 85px;
  margin: 0 auto;
  font-size: 0.8em;
}
.iya-theme .inyourarea .iya-results ul.iya-results-list li .iya-type-venue h2 {
  font-size: 1.3em !important;
}
.iya-theme .inyourarea .iya-results ul.iya-results-list li .iya-type-venue p {
  font-size: 1em;
  font-weight: bold;
}
.iya-theme .inyourarea .iya-results ul.iya-results-minor-list li .iya-type-minor-venue {
  width: 78%;
}
.iya-theme .inyourarea .iya-results ul.iya-results-minor-list li .iya-type-minor-venue h2 {
  font-size: 1.3em !important;
}
.iya-theme .inyourarea .iya-results ul.iya-results-minor-list li .iya-type-minor-details {
  width: 305px;
  float: none;
}
.iya-theme .inyourarea .iya-results ul.iya-results-minor-list li .iya-type-minor-details .iya-minor-location {
  float: none;
}
.iya-theme .inyourarea .iya-results ul.iya-results-minor-list li .iya-type-minor-details ul li.detail-container.icons-result-footballer {
  display: none;
}
.iya-theme .inyourarea .iya-results ul.iya-results-minor-list li .iya-type-minor-details ul {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-left: 68px;
}
.iya-theme .inyourarea .iya-results ul.iya-results-minor-list li .iya-icons {
  padding-left: 0;
}
.iya-theme .inyourarea .iya-results ul.iya-results-minor-list li .iya-type-minor-details ul li.detail-container {
  height: auto;
}
.iya-theme .inyourarea .iya-results ul.iya-results-minor-list li .iya-type-minor-details ul li.detail-container .icons-result-location {
  width: 21px;
}
.iya-theme .inyourarea .iya-results .iya-provider-sessions .iya-session .session-info {
  margin: 0 3%;
  width: 94%;
  padding: 15px 0;
}
.iya-theme .inyourarea .iya-results .iya-provider-sessions .iya-session .session-info ul {
  padding: 0;
  width: 75%;
}
.iya-theme .inyourarea .iya-results .iya-provider-sessions .iya-session .session-details {
  border-left: none;
  border-top: 1px solid #c9c9c9;
  margin: 0 3%;
  width: 94%;
  padding: 10px 0;
}
.iya-theme .inyourarea .iya-results .iya-provider-sessions .iya-session .session-details ul {
  padding: 0;
  width: 75%;
}
.iya-theme .inyourarea .iya-results-minor-list li:first-child .iya-type-minor-color {
  top: 10px;
}
.iya-theme .inyourarea .filters {
  display: none;
  width: 96%;
  margin: 42px auto 0;
  padding: 10px 0 90px;
  background: #ededed;
  border: 1px solid #ccc;
}
.iya-theme .inyourarea .grid_1.iya-filter {
  width: 100%;
  float: left;
  background-repeat: none;
  position: relative;
  top: -30px;
}
.iya-theme .inyourarea .grid_1.iya-filter.provider-details {
  top: 0;
  margin: 0 2% !important;
  width: 96% !important;
}
.iya-theme .inyourarea .grid_1.iya-filter .labelWrapperSmall {
  float: left;
  margin-left: 10px;
}
.iya-theme .inyourarea .grid_1.iya-filter .labelWrapperSmall.from {
  margin-left: 0px;
}
.iya-theme .inyourarea .grid_1.iya-filter .labelWrapperSmall .input-text {
  width: 117px;
}
.iya-theme .inyourarea .iya-filter li a {
  font-size: 0.95em;
}
.iya-theme .inyourarea .iya-mobile-filterby,
.iya-theme .inyourarea .iya-mobile-results-text {
  display: block;
}
.iya-theme .inyourarea .iya-mobile-filterby {
  position: relative;
  top: 53px;
  margin: 0 0 0 2%;
  z-index: 2;
}
.iya-theme .inyourarea .iya-mobile-results-text {
  width: 100px !important;
  float: left;
  margin-left: 10px;
}
.iya-theme .inyourarea .iya-sort-container {
  width: 188px;
  position: static;
  float: right;
}
.iya-theme .inyourarea .mobile-link {
  display: block;
  float: right;
  height: 35px;
  width: 115px;
  margin: 7px 2% 0 0;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}
.iya-theme .inyourarea .mobile-link .iya-keycodes {
  float: right;
  height: 35px;
  width: 115px;
}
.iya-theme .inyourarea .iya-sort-container .iya-keycodes {
  display: none;
}
.iya-theme .inyourarea .iya-sort-container .filter-dropdown {
  top: 0px !important;
}
.iya-theme .inyourarea .iya-sort-container .filter-dropdown option {
  padding: 5px;
}
.iya-theme .inyourarea .select-box-wrapper.sort {
  position: static;
}
.iya-theme .inyourarea .iya-keycodes-anchor {
  position: absolute;
  top: -48px;
  right: 10px;
}
.iya-theme .inyourarea .iya-filter .daterange {
  margin-left: 10px;
}
.iya-theme .inyourarea .iya-type-logo.faclub {
  background-size: 50px !important;
}
.iya-theme .inyourarea .iya-type-logo.peoplescup {
  background-size: 45px !important;
}
.iya-theme .inyourarea ul.pagination {
  height: 60px;
  position: relative;
  width: 100%;
  border-top: 1px solid #ccc;
}
.iya-theme .inyourarea ul.pagination li {
  display: none;
}
.iya-theme .inyourarea ul.pagination li.prev {
  display: block;
  position: absolute;
  left: 0;
}
.iya-theme .inyourarea ul.pagination li.next {
  display: block;
  position: absolute;
  right: 0;
}
.iya-theme .inyourarea ul.pagination li a {
  background: #00813e;
  color: #fff;
  width: 70px !important;
}
.iya-theme .inyourarea ul.pagination li a:first-child {
  margin: 5px 0;
}
.iya-theme .inyourarea ul.pagination li a:hover {
  background: #333;
}
.iya-theme .inyourarea #map-canvas {
  width: 100% !important;
  margin-bottom: 20px;
}
.iya-theme .inyourarea .iya-details .iya-details-venue {
  width: 95.5%;
  margin: 0 2%;
  padding: 0;
}
.iya-theme .inyourarea .iya-details .iya-details-venue .iya-type {
  width: 100%;
  float: left;
}
.iya-theme .inyourarea .iya-details .iya-details-venue .iya-type-logo {
  margin-top: 10px;
  padding: 0;
  width: 80px;
  min-height: 80px;
  height: 80px;
  background-size: 100% !important;
}
.iya-theme .inyourarea .iya-details .iya-details-venue #iya-map {
  width: 100%;
  overflow-y: hidden;
  height: 250px;
  position: static;
  float: left;
  border-top: 2px solid #ccc;
}
.iya-theme .inyourarea .iya-details .iya-details-venue .iya-type-venue {
  width: 72%;
}
.iya-theme .inyourarea .iya-details .iya-details-venue .iya-type-venue .iya-type-details {
  width: 100%;
}
.iya-theme .inyourarea .iya-details .iya-details-venue .iya-type-venue .iya-type-details ul li.detail-container {
  height: auto;
}
.iya-theme .inyourarea .iya-details .iya-details-venue .iya-type-venue .iya-type-details ul li.detail-container .socialBtns {
  float: left;
}
.iya-theme .inyourarea .iya-details .iya-type-logo.faclub {
  background-size: 72% !important;
  height: 90px;
  background-position: 12px 0;
}
.iya-theme .inyourarea .iya-details .iya-type-logo.faskills, .iya-theme .inyourarea .iya-details .iya-type-logo.justplay {
  height: 85px;
}
.iya-theme .inyourarea .iya-details .iya-type-logo.peoplescup {
  background-size: 75% !important;
  height: 100px;
  background-position: 11px 0;
}
.iya-theme .inyourarea .iya-details .iya-type-logo.fageneral {
  background-size: 75% !important;
  height: 100px;
  background-position: 11px 0;
}
.iya-theme .inyourarea .teams {
  margin: 0 2% !important;
  width: 96% !important;
}
.iya-theme .inyourarea .teams .iya-results li .iya-team-type {
  width: 92%;
  margin: 0 4%;
  padding: 5px 0 10px 0;
}
.iya-theme .inyourarea .teams .iya-results li .iya-team-type h4 {
  line-height: 1.5em;
}
.iya-theme .inyourarea .teams .iya-results li .iya-team-type-details {
  border: none;
  border-top: 1px solid #ccc;
  width: 92%;
  margin: 0 4%;
  padding: 10px 0 5px 0;
}
.iya-theme .inyourarea .teams .iya-results li .iya-team-type-details h5 {
  font-size: 1em;
  margin: -2px 0 3px 0;
}
.iya-theme .inyourarea .teams .iya-results li .iya-team-type-details p {
  margin-bottom: 5px;
}

/* SEO page */
.iya-theme .iya-seo .formRow {
  background-position: 0 0 !important;
}
.iya-theme .iya-seo .formRow.iya-campaign.results {
  height: 215px;
  margin: 0;
  padding: 0;
}
.iya-theme .iya-seo .formRow #seo-towns {
  width: 94%;
  float: left;
  padding: 3% 0;
  margin: 3% 3% 0;
  text-align: left;
  min-height: auto;
  max-width: 574px;
}
.iya-theme .iya-seo .formRow #seo-towns ul li {
  width: 100%;
}
.iya-theme .iya-seo .formRow #seo-towns a#all-towns-btn {
  margin-bottom: 10px;
}
.iya-theme .iya-seo .formRow #seo-types {
  width: 94%;
  float: left;
  padding: 0 0 3% 0;
  margin: 3% 3% 0;
  text-align: left;
  min-height: auto;
  max-width: 574px;
}
.iya-theme .iya-seo .formRow #seo-types ul li {
  width: 100%;
  position: relative;
}
.iya-theme .iya-seo #seo-results ul li {
  width: 94%;
  margin: 0 3%;
  padding: 10px 0 10px 0;
  position: relative;
  height: 125px;
}
.iya-theme .iya-seo #seo-results .iya-type-minor-color {
  top: 10px;
  bottom: 0;
  position: absolute;
  height: 125px;
  left: 0;
}
.iya-theme .iya-seo #seo-results .iya-type-minor-details ul {
  margin-left: 56px;
  margin-top: -15px;
}

@media only screen and (width: 320px) {
  .iya-theme .container-12,
  .iya-theme .container_3 {
    max-width: 320px !important;
    width: 100% !important;
  }
  .iya-theme h2.iya-header {
    padding-top: 175px !important;
  }
  .iya-theme .iya-campaign.results h2.iya-header {
    padding-top: 40px !important;
  }
  .iya-theme .select-box-wrapper.sort span {
    right: -4px !important;
  }
  .iya-theme .inyourarea .iya-details .iya-details-venue .iya-type-venue {
    width: 93%;
    padding-right: 0;
  }
}
@media only screen and (width: 360px) {
  .iya-theme .container-12,
  .iya-theme .container_3 {
    max-width: 360px !important;
    width: 100% !important;
  }
  .iya-theme h2.iya-header {
    padding-top: 175px !important;
  }
  .iya-theme .iya-campaign.results h2.iya-header {
    padding-top: 40px !important;
  }
  .iya-theme .select-box-wrapper.sort span {
    right: -3px !important;
  }
  .iya-theme .inyourarea .iya-details .iya-details-venue .iya-type-venue {
    width: 94%;
    padding-right: 0;
  }
}
@media only screen and (width: 375px) {
  .select-box-wrapper.sort span {
    right: -3px !important;
  }

  .iya-theme .inyourarea .iya-details .iya-details-venue .iya-type-venue {
    width: 94%;
    padding-right: 0;
  }
}
@media only screen and (width: 414px) {
  .select-box-wrapper.sort span {
    right: -2px !important;
  }

  .iya-theme .inyourarea .iya-details .iya-details-venue .iya-type-venue {
    width: 95%;
    padding-right: 0;
  }
}
@media only screen and (width: 480px) {
  .iya-theme .inyourarea {
    width: 480px !important;
  }
  .iya-theme .inyourarea .iya-details .iya-details-venue .iya-type-venue {
    width: 95%;
    padding-right: 0;
  }

  .select-box-wrapper.sort span {
    right: 0 !important;
  }
}
@media only screen and (max-width: 736px) {
  .iya-theme .iya-sort-container .custom-dropdown::before {
    top: 2px !important;
    right: 10px;
  }

  .iya-sort-container .custom-dropdown::after {
    right: 25px !important;
    top: 18px !important;
  }
}
/* Prettycheckbox mobile fix to show tick when selected */
.prettycheckbox a.checked {
  background-image: url("../../../images/icon-checked.png");
  background-position: 0 0;
}

/* playFootball results book/contact */
.iya-theme #divBookSseFootball .details-form label,
.iya-theme #divContactSseFootball .details-form label,
.iya-theme #divBookSseFootball .details-form input,
.iya-theme #divContactSseFootball .details-form input {
    float: none !important;
    display: block;
}
.iya-theme #divBookSseFootball .details-form input,
.iya-theme #divContactSseFootball .details-form input {
    width: 100%;
}
.iya-theme #divBookSseFootball .details-form label,
.iya-theme #divContactSseFootball .details-form label {
    line-height: 18px;
    margin-bottom: 2px;
}
.iya-theme .inyourarea .details-form h2 {
    color: #333;
}

#divBookSseFootball .button,
#divContactSseFootball .button {
    margin-left: 0 !important;
}
