.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1152px;
  z-index: -1;
}
.background .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 314px;
  -moz-transition: background-color 600ms ease-in-out;
  -webkit-transition: background-color 600ms ease-in-out;
  -o-transition: background-color 600ms ease-in-out;
  transition: background-color 600ms ease-in-out;
}
@media all and (max-width: 767px) {
  .background .top {
    height: 201px;
  }
}
.background .left {
  position: absolute;
  top: 314px;
  left: 0;
  width: 50%;
  height: 838px;
  -moz-transition: background-color 600ms ease-in-out;
  -webkit-transition: background-color 600ms ease-in-out;
  -o-transition: background-color 600ms ease-in-out;
  transition: background-color 600ms ease-in-out;
}
@media all and (max-width: 767px) {
  .background .left {
    top: 201px;
    width: 100%;
  }
}
.background .right {
  position: absolute;
  top: 314px;
  left: 50%;
  width: 50%;
  height: 838px;
  -moz-transition: background-color 600ms ease-in-out;
  -webkit-transition: background-color 600ms ease-in-out;
  -o-transition: background-color 600ms ease-in-out;
  transition: background-color 600ms ease-in-out;
}
@media all and (max-width: 767px) {
  .background .right {
    top: 201px;
    display: none;
  }
}

#filter-code,#filter-competitions,#filter-teams{
    float: left;
}
#reviews-previews #filter-competitions, 
#reviews-previews #filter-teams,
#reviews-previews .filter-center
{
	display: none;
}
#reviews-previews #filter-code
{
	float: none;
	display: inline-block;
}
.filter-menu{
    position: relative;
    margin: 0px auto;
    color: #1f7a3f;
    font-size: 16px;
    text-align: center;
}
.filter-footer{
    clear: both;
    height: 40px;
}
.filter-menu > .filter-select > div{
    background: url("../images/layout/icon-submenu-downarrow.png") no-repeat right 10px;
    padding: 0px 20px 0px 0px;
    cursor: pointer;
	display: inline-block;
}
.filter-menu > .filter-select > div > span{
    display: inline-block;
    border-bottom: 1px solid #1f7a3f;
    color: #2d7b42;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.filter-menu > .filter-select > div > span:hover {
    color: #083b11;
}
.filter-menu > .filter-select.all > div > span{
    color: #A0A0A0;
}
.filter-menu > .filter-select.all > div > span:hover{
    color: #A0A0A0;
}
.filter-menu > .filter-select.all > div > span{
    display: block;
    border-bottom: 1px solid #A0A0A0;
}
.filter-menu > .filter-select.all > div{
    background: url("../images/layout/icon-submenu-downarrow-grey.png") no-repeat right 7px;
}
.filter-menu > .filter-center{
    margin: 0px 20px 0px 20px;
    color: #b6b6b6;
    float: left;
    height:auto;
    width:auto;
}
.hide-code
{
  display: none!important;
}
.select-list {
    list-style: none;
    position: relative;
    z-index: 2000;
    margin:40px 0px 0px;
    padding: 0px;
    color: #4c4c4c;
    text-align: left;

}
.select-list > li{
    cursor: pointer;
    margin-bottom: 10px;
    white-space: nowrap;
}
.select-list.closed{
    display: none;
}
.select-list > li:hover {
    color: #2d7b42;
}


#team-list.select-list{

    left:50%;
}
#team-list.select-list.super-rugby{
    margin-left: 30px;
}
#team-list.select-list.itm-cup{
    margin-left: 10px;
}
#team-list.select-list.international{
    margin-left: 60px;
}
#team-list.select-list.rugby-championship{
    margin-left: 70px;
}
#team-list.select-list.rugby-championship{
     margin-left: 70px;
}
#team-list.select-list.nrl{
    margin-left: 70px;
}
#team-list.select-list > li{
    background: url("../images/teams/team-logos-small.png") no-repeat;
    padding-left: 40px;
    height: 26px;
}
#team-list.select-list > li.column-2{
    left:230px;
}

.standings-filter {
    padding-bottom: 32px;
}


@media all and (max-width: 1020px){
    #team-list.select-list.super-rugby,#team-list.select-list.international,#team-list.select-list.itm-cup,#team-list.select-list.nrl{
        margin-left: -190px;
    }
    #team-list.select-list.rugby-championship{
        margin-left: -60px;
    }
}

@media all and (max-width:600px) {
    .filter-menu > .filter-center{
        float: none;
        clear: both;
        visibility: hidden;
        height: 5px;
        width: 0px;
    }
    #filter-code,#filter-competitions,#filter-teams{
        float: none;
        display: inline-block;
    }
    .standings-filter {
        line-height: 1.1em;
    }
}

@media all and (max-width: 500px){
    .select-list > li {
        font-size: 15px;
    }
    #team-list.select-list > li.column-2{
        left:150px;
    }
    #team-list.select-list.super-rugby,#team-list.select-list.international,#team-list.select-list.itm-cup,#team-list.select-list.nrl{
        margin-left: -140px;
    }
    #team-list.select-list.rugby-championship{
        margin-left: -60px;
    }
}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #team-list.select-list > li{
        background: url("../images/teams/team-logos-small@2x.png") no-repeat;
        background-size: 24px 26px;
    }
    .filter-menu > .filter-select.all > div{
        background: url("../images/layout/icon-submenu-downarrow-grey@2x.png") no-repeat right 10px;
        background-size: 10px 5px;
    }
    .filter-menu > .filter-select > div{
        background: url("../images/layout/icon-submenu-downarrow@2x.png") no-repeat right 10px;
        background-size: 10px 5px;
    }
}body{padding: 0px;margin: 0px;height:100%; background-color: #ededed;}
img{border: none;}
a{text-decoration: none;}
h1{margin: 0px;font-weight: normal;}
h2{margin: 0px;}
table{
	border:0px;
	padding:0px;
	margin:0px;	
	border-collapse: collapse;
	border-spacing: 0px;
}
td{
	padding:0px;
	margin:0px;

}
tr{
	padding:0px;
	margin:0px;
}

.left{float: left;}
.right{float: right;}
.mouseNo{pointer-events:none;}
.mouseYes{pointer-events:all;}
.block{display: block;}
.inlineBlock{display: inline-block;}
.clear{clear:both;}
.hand{cursor: pointer;}
.op50{
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:0.5;
}
.op30{
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity:0.3;
}
.hide{display: none;}
.hidden{visibility: hidden;}
.center{text-align: center;}
.lowercase{text-transform: lowercase;}
.uppercase{text-transform: uppercase;}
.underline{text-decoration: underline;}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#home-new-featured-top {
    padding-bottom: 50px;
}
#home-new-featured-top .featured-article h3.large{
    padding-top: 9px;
}
#home-new-featured-top .featured-article .featured-article-related{
    clear: both;
    padding-top: 30px;
}
#home-new-featured-top .featured-article .featured-article-related .small-title{
    margin-bottom: 15px;
}
#home-new-featured-top .featured-article .featured-article-related a img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
#home-new-featured-top .featured-article .featured-article-related h3{
    line-height: 1.24;
}
#home-new-featured-top .featured-tournaments {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
#home-new-featured-top .featured-tournaments.no-border{
    border-bottom:none;
}
#home-new-featured-top .featured-tournaments ul {
    padding: 10px 0px 0px 0px;
    margin: 0px;
    list-style: none;
}
#home-new-featured-top .featured-tournaments ul[data-id="six-nations"] li[data-target="six-nations-tournament"] a,
#home-new-featured-top .featured-tournaments ul[data-id="super-rugby"] li[data-target="super-rugby-tournament"] a,
#home-new-featured-top .featured-tournaments ul[data-id="aviva-premiership"] li[data-target="aviva-premiership-tournament"] a,
#home-new-featured-top .featured-tournaments ul[data-id="top-14"] li[data-target="top-14-tournament"] a,
#home-new-featured-top .featured-tournaments ul[data-id="nrl"] li[data-target="nrl-tournament"] a {
    color: #009d69;
}
#home-new-featured-top .featured-tournaments ul li {
    font-family: "MuseoSlab-500", Arial;
    font-size: 17px;
    font-weight: normal;
    color: #444444;
    height: 36px;
    margin: 7px 0px;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
}
#home-new-featured-top .featured-tournaments ul li.icon-lions {
    background-image: url("../images/home/featured-tournament-icon-lions.png");
    background-size: 32px 35px;
}
#home-new-featured-top .featured-tournaments ul li.icon-six-nations {
    background-image: url("../images/home/featured-tournament-icon-rbs.png");
    background-size: 32px 35px;
}
#home-new-featured-top .featured-tournaments ul li.icon-nrl {
    background-image: url("../images/home/featured-tournament-icon-nrl-shield.png");
    background-size: 32px 37px;
}
#home-new-featured-top .featured-tournaments ul li.icon-super-rugby {
    background-image: url("../images/home/featured-tournament-icon-super-rugby.png");
    background-size: 32px 35px;
}
#home-new-featured-top .featured-tournaments ul li.icon-aviva-premiership {
    background-image: url("../images/home/featured-tournament-icon-aviva.png");
    background-size: 32px 34px;
}
#home-new-featured-top .featured-tournaments ul li.icon-top-14 {
    background-image: url("../images/home/featured-tournament-icon-top-14.png");
    background-size: 31px 34px;
}
#home-new-featured-top .featured-tournaments ul li a {
    float: left;
    color: #444444;
    padding: 5px 44px;
    -webkit-transition: color 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: color 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: color 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: color 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
#home-new-featured-top .featured-tournaments ul li a:hover {
    color: #009d69;
}
#home-new-featured-top .latest {
    width: 100%;
    padding-top: 50px;
}
#home-new-featured-top .latest.no-padding {
    padding-top: 0px;
}
#home-new-featured-top .latest.no-featured {
    padding-top: 0px;
}
#home-new-featured-top .latest .articles .article {
    padding-bottom: 38px;
}
#home-new-featured-top .latest .articles .article h3{
    line-height: 1.24;
}
#home-new-featured-top .matches {
    text-align: center;
}
#home-new-featured-top .matches .match {
    padding-top: 25px;
    display: block;
}
#home-new-featured-top .matches .match span{
    display: block;
}
#home-new-featured-top .matches .match .match-container {
    padding-bottom: 23px;
    border-bottom: 1px solid #e7e7e7;
}
#home-new-featured-top .matches .match.first, #home-new-featured-top .matches .match:first-child {
    padding-top: 7px;
}
#home-new-featured-top .matches .match.last, #home-new-featured-top .matches .match:last-child {
    padding-bottom: 38px;
}
#home-new-featured-top .matches .match.last .match-container, #home-new-featured-top .matches .match:last-child .match-container {
    border-bottom: none;
}
#home-new-featured-top .matches .match .type {
    font-family: "MuseoSlab-500", Arial;
    font-size: 12px;
    color: #aaaaaa;
}
#home-new-featured-top .matches .match .tournament {
    font-family: "MuseoSlab-500", Arial;
    font-size: 15px;
    color: #aaaaaa;
    margin-top: -6px;
}
#home-new-featured-top .matches .match .teams {
    position: relative;
    width: 100%;
    margin-top: 18px;
}
#home-new-featured-top .matches .match .teams .team {
    width: 47.5%;
    max-width: 110px;
    text-align: center;
    color: #444444;
}
#home-new-featured-top .matches .match .teams .left-team {
    float: left;
    line-height: 1.4!important;
}
#home-new-featured-top .matches .match .teams .right-team {
    float: right;
}
#home-new-featured-top .matches .match .teams .team img {
    width: 24px;
    height: 26px;
}
#home-new-featured-top .matches .match .teams .team span {
    display: block;
    margin-top: -4px;
    font-family: "MuseoSlab-500", Arial;
    font-weight: normal;
}
#home-new-featured-top .matches .match .date {
    clear: both;
    color: #009d69;
    padding-top: 18px;
}
.home-top-mobile-links{
    display: none;
}

@media all and (max-width: 1150px) {
    #home-new #home-new-featured-top .quarter-width {
        width: calc(50% - 23px);
    }
    #home-new #home-new-featured-top .col-2.quarter-width-left {
        float: right;
        margin-left: 0px;
        padding-right: 46px;
        padding-bottom: 72px;
    }
    #home-new #home-new-featured-top .col-3.quarter-width-right {
        float: none;
        clear: both;
        position: relative;
        width: 100%;
        margin: 0px auto;
        padding: 63px 0px 0px 0px;
        border-top: 1px solid #e7e7e7;
    }
    #home-new .col-3 .blue-link {
        position: relative;
        width: 123px;
        margin: 25px auto 0px auto;
        display: block;
    }
    #home-new .col-1.half-width {
        padding-left: 46px;
        padding-bottom: 72px;
    }
    #home-new .col-1.half-width .half-width {
        width: 100%;
    }
    #home-new .col-1 .watch-game {
        margin-top: 38px;
    }
    #home-new-featured-top .featured-tournaments {
        display: none;
    }
    #home-new-featured-top .featured-tournaments.drop-list{
        display: block;
    }
    #home-new-featured-top .latest {
        padding-top: 0px;
    }
    #home-new-featured-top .matches .match {
        float: left;
        width: 50%;
        padding: 25px 0px 0px 0px;
    }
    #home-new-featured-top .matches .match .match-container {
        position: relative;
        width: 90%;
        max-width: 254px;
        margin: 0px auto;
        padding-bottom: 31px;
    }
    #home-new-featured-top .matches .match.first, #home-new-featured-top .matches .match:first-child {
        padding: 25px 0px 0px 0px;
    }
    #home-new-featured-top .matches .match:nth-last-child(2) .match-container {
        border-bottom: none;
    }
    .home-top-mobile-links{
        display: block;
    }
    .home-top-desktop-links{
        display: none;
    }
    #home-new-featured-top .featured-article .featured-article-related{
        display: none;
    }
}

@media all and (max-width: 767px){
    #home-new .col-1.half-width {
        padding: 0px 30px;
    }
    #home-new #home-new-featured-top .col-1 {
        padding-bottom: 72px;
        border-bottom: 1px solid #e7e7e7;
    }
    #home-new #home-new-featured-top .col-2.quarter-width-left {
        float: none;
        clear: both;
        width: 100%;
        position: relative;
        padding: 72px 30px;
        border-bottom: 1px solid #e7e7e7;
    }
    #home-new-featured-top .matches .match:nth-last-child(2) .match-container {
        border-bottom: 1px solid #e7e7e7;
    }
    #home-new-featured-top .matches .match {
        width: 100%;
    }
    #home-new #home-new-featured-top .col-3.quarter-width-right {
        border-top: none;
    }

}.popup-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    z-index: 9000;
    display: none;
    color: #999;
}
#mobile-popup-container.popup-box
{
  display: none!important;
}
.popup-box .blackout {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-image: url('../images/layout/blackout-tile.png');
    background-repeat: repeat;
    cursor: pointer;
}
.popup-box .sign-in-box {
    position: relative;
    top: 150px;
    width: 90%;
    max-width: 440px;
    margin: 0px auto;
    background-color: #FFFFFF;
    z-index: 102;
    padding: 30px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    height: 550px;
}
.popup-box .sign-in-box form {
    padding: 0px 10%;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.popup-box h2 {
    font-size: 30px;
    color: #2d7b42;
    margin-bottom: 20px;
    text-align: center;
    padding: 16px 0px 20px 0px;
}
.popup-box form .formInput {
    display: block;
}
.popup-box form .formInput input {
    width: 100%;
    margin: 10px 0px;
    padding: 15px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #4c4c4c;
    display: block;
    outline: none;
    background-color: #eeeeee;
}
.popup-box form .formInput input:focus {
    background-color: #eeeeee;
}
.popup-box form .formInput input.form-error {
    color: #FFFFFF;
    background-color: #d44335;
}
.popup-box form .formInput label {
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    display: block;
    padding-top: 5px;
}
.popup-box form .formInput.chk {
    margin-top: 20px;
}
.popup-box form .formInput .checkbox-label {
    float: left;
    color: #a0a0a0;
    margin-top: 3px;
    margin-left: 7px;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
.popup-box form .formInput .checkbox-sub-label {
    float: left;
    clear: both;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 3px;
    color: #8b8989;
}
.popup-box form .checkbox-custom {
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background-image: url('../images/form/checkbox-off.png');
    cursor: pointer;
    display: block;
}
.popup-box form .checkbox-custom.on {
    background-image: url('../images/form/checkbox-on.png');
}
.popup-box .sign-in-box .sign-in-btn {
    float: left;
    clear: both;
    margin-top: 30px;
    background-color: #2d7b42;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "MuseoSans-900", Arial, sans-serif;
    font-weight: normal;
    padding: 13px 50px;
    cursor: pointer;
    -webkit-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.popup-box .sign-in-box .sign-in-btn:hover {
    background-color: #083b11;
}
.popup-box .sign-in-box .forgot-pw-btn {
    float: right;
    font-family: "MuseoSans-900", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-weight: normal;
    margin-top: 42px;
    color: #2d7b42;
}
.popup-box .sign-in-box .bottom-line {
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    text-align: center;
	  position: relative;
    top: 10px;
}
.popup-box .sign-in-box a, .sign-up-now-btn {
    color: #2d7b42;
    font-family: "MuseoSans-900", Arial, sans-serif;
    font-weight: normal;
    border-bottom: 1px solid rgba(139,137,137,0);
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    cursor: pointer;
}
.popup-box .sign-in-box .bottom-line a {
    padding-bottom: 2px;
}
.popup-box .sign-in-box a {
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.popup-box .sign-in-box a:hover, .sign-up-now-btn:hover {
    color: #083b11;
}
.popup-box .sign-in-box .forgot-pw-btn {
    color: #2d7b42;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    cursor: pointer;
}
.popup-box .sign-in-box .forgot-pw-btn:hover {
    color: #083b11;
}
.popup-box .sign-in-box .close-btn {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 19px;
    top: 19px;
    z-index: 1003;
    background-image: url('../images/form/close-btn.png');
    cursor: pointer;
}
.popup-box .sign-in-box .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
#mobile-popup-container h3.standard-title {
    font-size: 21px;
    width: 80%;
    margin-left: 10%;
    padding-top: 0px;
    padding-bottom: 52px;
}
#mobile-popup-container .download-apps .apps-content {
    padding-bottom: 0px;
}


@media all and (max-width: 767px){
    .popup-box .sign-in-box a:hover {
        border-bottom: 1px solid rgba(139,137,137,0);
    }
}

@media all and (max-width: 540px){
    .sign-in-btn {
        float: none;
        display: block;
        position: relative;
        margin: 0px auto;
    }
    .popup-box h2 span {
        display: block;
    }
    .forgot-pw-btn {
        width: 100%;
        text-align: center;
        clear: both;
        float: none;
        display: block;
        margin-top: 30px;
    }
    .popup-box form .formInput .checkbox-sub-label {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 479px){
    .popup-box .sign-in-box {
        top: 180px;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .popup-box form .checkbox-custom {
        background-image: url('../images/form/checkbox-off@2x.png');
        background-size: 24px 24px;
    }
    .popup-box form .checkbox-custom.on {
        background-image: url('../images/form/checkbox-on@2x.png');
        background-size: 24px 24px;
    }
    .popup-box .sign-in-box .close-btn {
        background-image: url('../images/form/close-btn@2x.png');
        background-size: 16px 16px;
    }
}#welcome-header {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 644px;
    z-index: 6;
}
#welcome-header #welcome-header-triangle {
    position: absolute;
    top: 0px;
    left: 243px;
    margin-left: 116px;
    width: 124px;
    height: 62px;
    background-image: url("../images/slideshow/top-triange-green.png");
    background-size: 124px 62px;
    background-repeat: no-repeat;
}
#welcome-header .slide-content {
    position: absolute;
    width: 100%;
    height: 644px;
}
#welcome-header .slide-content .copy {
    position: absolute;
    top: 220px;
    left: 55%;
    width: 40%;
    max-width: 500px;
    z-index: 10;
}
#welcome-header .slide-content .copy.temp-higher {
    top: 185px;
}
#welcome-header .slide-content .copy h1 {
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-weight: normal;
    font-size: 54px;
    line-height: 0.9;
    margin: 12px 0px;
    text-transform: uppercase;
}
#welcome-header .slide-content .copy h1.smaller {
    font-size: 49px;
}
#welcome-header.malaysia .slide-content .copy h1 {
    font-size: 46px;
}
#welcome-header .slide-content .copy h2 {
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}
#welcome-header .slide-content .copy h1, #welcome-header .slide-content .copy h2 {
    color: #2a7a40;
    text-align: center;
}
#welcome-header .slide-content .copy h3 {
    position: relative;
    width: 100%;
    max-width: 280px;
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 1;
    color: #005da0;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 17px;
}
#welcome-header .slide-content .copy .blue-button {
    font-size: 24px;
    max-width: 292px;
    border-radius: 3px;
    padding: 18px 0px;
    margin-bottom: 50px;
}
#welcome-header .slide-content .copy .blue-button.small-font {
    font-size: 24px;
    padding: 22px 0px;
}
#welcome-header .slide-content .copy .cta {
    position: relative;
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 46px auto 0px auto;
}
#welcome-header .slide-content .copy .cta .cta-subtext {
    position: relative;
    width: 100%;
    max-width: 215px;
    margin: 19px auto 0px auto;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: #0d5da3;
    background-image: url("../images/layout/cross-out.png");
    background-repeat: no-repeat;
    background-position: top left;
}
#welcome-header .slide-content .copy .cta .off-25 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 92px;
    height: 92px;
    margin-top: 13px;
    background-image: url("../images/layout/25off.png");
    background-repeat: no-repeat;
}
#welcome-header .slide-content .slide-img-container {
    position: relative;
    width: 100%;
    height: 644px;
}
#welcome-header .slide-content .slide-img-container .slide-img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 725px;
    margin-left: -719px;
}

@media all and (max-width: 1440px) {
    #welcome-header .slide-content .slide-img-container .slide-img {
        margin-left: -625px;
        width: 675px;
    }
}

@media all and (max-width: 1279px){
    #welcome-header .slide-content .copy h1 {
        font-size: 44px;
    }
    #welcome-header .slide-content .copy h1.smaller {
        font-size: 38px;
    }
    #welcome-header.malaysia .slide-content .copy h1 {
        font-size: 34px;
    }
    #welcome-header #welcome-header-triangle {
        margin-left: 5%;
    }
    #welcome-header .slide-content .copy {
        top: 150px;
    }
    #welcome-header .slide-content .copy.temp-higher {
        top: 120px;
    }
    #welcome-header .slide-content .slide-img-container .slide-img.smaller {
        margin-left: -300px;
    }
    #welcome-header, #welcome-header .slide-content, #welcome-header .slide-content .slide-img-container {
        height: 550px;
    }
    #welcome-header .slide-content .copy .cta {
        margin-top: 36px;
    }
    #welcome-header .slide-content .slide-img-container .slide-img {
        margin-left: -565px;
        width: 600px;
    }
}

@media all and (max-width: 1023px){
    #welcome-header .slide-content .copy .cta .off-25 {
        right: -45px;
    }
    #welcome-header, #welcome-header .slide-content, #welcome-header .slide-content .slide-img-container {
        height: 500px;
    }
    #welcome-header .slide-content .copy {
        top: 100px;
    }
    #welcome-header .slide-content .copy.temp-higher {
        top: 85px;
    }
    #welcome-header .slide-content .copy h1 {
        font-size: 34px;
    }
    #welcome-header .slide-content .slide-img-container {
        position: absolute;
        top: 0px;
    }
    #welcome-header {
        position: relative;
    }
    #welcome-header .slide-content .slide-img-container .slide-img {
        margin-left: -450px;
        width: 480px;
    }
}

@media all and (max-width: 920px){
    #welcome-header .slide-content .copy h1.smaller {
        font-size: 32px;
    }
    #welcome-header.malaysia .slide-content .copy h1 {
        font-size: 28px;
    }
    #welcome-header .slide-content .copy .cta {
        margin-top: 10px;
    }
    #welcome-header .slide-content .slide-img-container .slide-img.smaller {
        margin-left: -250px;
    }
    #welcome-header .slide-content .copy {
        top: 120px;
        left: 55%;
    }
    #welcome-header .slide-content .slide-img-container .slide-img {
        margin-left: -390px;
        width: 420px;
    }
    #welcome-header .slide-content .copy h1 {
        font-size: 32px;
    }
}

@media all and (max-width: 768px){
    @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        #welcome-header #welcome-header-triangle {
            background-image: url("../images/slideshow/top-triange-green@2x.png");
        }
    }
    #welcome-header .slide-content .copy .blue-button {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 767px){
    #welcome-header .slide-content .copy .cta .off-25 {
        right: 0px;
    }
    #welcome-header, #welcome-header .slide-content, #welcome-header .slide-content .slide-img-container {
        height: 900px;
    }
    #welcome-header .slide-content .copy {
        position: relative;
        left: auto;
        width: 90%;
        margin: 0px auto;
    }
    #welcome-header .slide-content .slide-img-container .slide-img {
        left: 50%;
        margin-top: 0px;
        margin-left: -390px;
        bottom: 0px;
    }
    #welcome-header .slide-content .slide-img-container .slide-img.smaller {
        margin-left: -360px;
        bottom: -50px;
    }
    #welcome-header #welcome-header-triangle {
        left: 50%;
        margin-left: -62px;
    }
    #welcome-header .slide-content .copy h1.smaller {
        font-size: 49px;
    }
    #welcome-header.malaysia .slide-content .copy h1 {
        font-size: 42px;
    }
    #welcome-header.rc .slide-content .copy {
        left: auto;
    }
    #welcome-header .slide-content .copy h1 {
        font-size: 54px;
    }
    #welcome-header .slide-content .copy h2 {
        font-size: 18px;
    }
    #welcome-header .slide-content .slide-img-container .slide-img {
        left: 50%;
        width: 600px;
        margin-left: -300px;
    }
}

@media all and (max-width: 639px) {
    #welcome-header #welcome-header-triangle {
        display: none;
    }
    #welcome-header, #welcome-header .slide-content, #welcome-header .slide-content .slide-img-container {
        height: 800px;
    }
    #welcome-header .slide-content .copy h1 {
        font-size: 44px;
    }
    #welcome-header .slide-content .slide-img-container .slide-img {
        left: 50%;
        width: 480px;
        margin-left: -240px;
    }
}

@media all and (max-width: 520px) {
    #welcome-header .slide-content .copy .cta .off-25 {
        top: 20px;
        right: -25px;
    }
    #welcome-header.malaysia .slide-content .copy h1 {
        font-size: 28px;
    }
}

@media all and (max-width: 480px) {
    #welcome-header, #welcome-header .slide-content, #welcome-header .slide-content .slide-img-container {
        height:720px;
    }
    #welcome-header .slide-content .slide-img-container .slide-img {
        width: 360px;
        margin-left: -180px;
    }
    #welcome-header .slide-content .copy {
        top: 100px;
    }
    #welcome-header .slide-content .copy h1 {
        font-size: 33px;
    }
    #welcome-header .slide-content .copy.temp-higher {
        top: 110px;
    }
    #welcome-header.malaysia .slide-content .copy .blue-button {
        margin-top: 40px;
        max-width: 260px;
    }
}

#video-container{
    position: relative;
    cursor: pointer;
    z-index: 3;
    line-height: 0;
}
.video-img-preview{
    width: 100%;
}
#play-article-video-bnt{
    width: 108px;
    height: 108px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -54px 0px 0px -54px;
    background-image: url('../images/layout/play-btn-triangle-big.png');
    background-color: #005ca0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 32px;
    -webkit-border-radius: 108px;
    -moz-border-radius: 108px;
    border-radius: 108px;
    -webkit-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
#video-container:hover #play-article-video-bnt {
    background-color: #003B7E;
}
#article-video-embed{
    display: none;
    position: relative;
    z-index: 5;
}
#article-image {
    position: relative;
    z-index: 5;
    width: 100%;

}
#article-image img{
    float: left;
    width: 100%;
}
#article-content{
    clear: both;
    padding: 80px 100px 100px;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}
#article-content a {
    color: #005BA0;
}
#article-content img {
    margin: 20px 0px 0px 0px;
    max-width: 560px;
    height: auto !important;
}
#article-content img.rp-ad-banner{
    margin: 20px 0px 30px;
}
#article-content p iframe {
    margin: 50px 0px;
    max-width: 100%;
}
#article-top-left{
    float: left;
    width: 30%;
}
#article-top-right{
    float: left;
    width: 70%;
}
#article-top-right > h1{
    font-family: "MuseoSlab-300", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #4c4c4c;
    font-size: 50px;
    line-height: 1.2;
}
.article-author-avatar .avatar{
    margin: 0px;
}
.article-author-copy{
    margin-top: 20px;
}
#article-media{
    padding: 50px 0px;
}
#article-left{
    float: left;
    width: 30%;
    color: #b2b2b2;
}
#article-right{
    float: left;
    width: 70%;
    position: relative;
    font-size: 17px;
    color: #535353;
    line-height: 1.8;
}
#article-right > h1{
    font-size: 28px;
    line-height: 1.4em;
    color: #4c4c4c;
    margin: 0px 0px 50px;
}
#article-right h3 {
    margin: 0px;
}
#article-right .caption,#article-right .wp-caption-text {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #999999;
}
#article-right p{
    font-size: 17px;
    color: #535353;
    line-height: 1.8;
    margin: 0px 0px 20px 0px;
}
.article-image-title{
    font-family: 'MuseoSlab-300';
    font-weight: normal;
    line-height: 1.9;
    padding-right: 20%;
    margin:-15px 0px 80px;
    font-style: italic;
}
.article-share{
    margin-top: 36px;
}
.article-share.mac{
    margin-top: 34px;
}
.article-share > span{
    cursor: pointer;
}
.article-share .article-share-label{
    font-family: 'MuseoSans-700';
    color: #0059a0;
    font-size: 15px;
    margin-bottom:10px;
}
.icon-twitter{
    background: url("../images/layout/reviews-social-tw@2x.png");
    width: 59px;
    height: 59px;
    display: block;
    float: left;
    margin:5px 10px;
    background-size: 100% 100%;
    cursor: pointer;
}
.icon-facebook{
    background: url("../images/layout/reviews-social-fb@2x.png");
    width: 59px;
    height: 59px;
    display: block;
    float: left;
    margin:5px 0px;
    background-size: 100% 100%;
    cursor: pointer;
}
.article-tags, .article-tags a{
    font-size: 13px;
    color: #b5cdce !important;
}
.article-back{
    background: url("../images/layout/icons-backbutton.png");
    width: 72px;
    height: 60px;
    display: none;
    position: absolute;
    top:0px;
    left: -72px;
    z-index: 7;
    cursor: pointer;
}
.playing-video .article-back {
    display: none;
}
.article-back-2 {
    position: absolute;
    height: 60px;
    top: -20px;
    left: 0px;
    z-index: 7;
    cursor: pointer;
    background: url("../images/layout/icon-back-arrow-white.png") no-repeat 0px 6px;
    padding-left: 25px;
    margin-top: -10px;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF !important;
    -webkit-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.video-close {
    position: absolute;
    height: 60px;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 7;
    cursor: pointer;
    background: url("../images/layout/icon-back-arrow-white.png") no-repeat 0px 6px;
    padding-left: 25px;
    margin-top: -30px;
    font-size: 15px;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    -webkit-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.playing-video .video-close {
    display: block;
}
.playing-video .article-back-2 {
    display: block;
}
.article-back span {
    display: none;
}
#highlights-back.article-back{
    z-index: 2003;
    display: none;
    left: 8px;
    top:190px;
}
.article-back-to{
    display: block;
    background: url("../images/layout/icon-back-arrow.png") no-repeat 0px 6px;
    padding-left: 25px;
    margin: 80px 0px 0px -25px;
    font-size: 15px;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
    color: #005BA0;
    -webkit-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.article-back-to:hover {
    color: #003b7e;
}
#video-back.article-back{
    display: none;
}
.video-close {
    background: url("../images/layout/icons-backbutton.png");
    width: 72px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0px;
    margin-top: 0px;
    left: -72px;
    z-index: 7;
    cursor: pointer;
    display: none;
}
.video-close span {
    display: none;
}
.article-blackout{
    position: fixed;
    top:0px;
    left:0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 1999;
    display: none;
    cursor: pointer;
}
.article-author{
    color: #005BA0;
    cursor: pointer;
}
.article-author:hover {
    color: #003b7e;
}
#author-bio{
    position: absolute;
    background:#f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
    z-index: 5000;
    top:0px;
    left: -50px;
    display: none;
}
#author-bio-arrow{
    position: absolute;
    top:55px;
    left: -10px;
    display: block;
    width: 10px;
    height: 12px;
}
#article-content figure{
    max-width:100%;
    padding: 0px;
    margin: 0px 0px 30px;
}
#article-content hr{
    margin-top: -7px;
}
#related-articles{
    margin: 60px 0px;
}
#related-articles h2{
    font-size: 15px;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #005BA0;
}
#related-articles .related-article{
    float: left;
    width: 48%;
    margin-top: 10px;
}
#related-articles .related-article.first{
    margin-right: 4%;
}
#related-articles .related-article img{
    width: 100%;
}
#related-articles .related-article h3{
    color: #535353;
    font-size: 17px;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 25px 0px 20px;
}
#related-articles .related-article a{
    font-size: 15px;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #005BA0;
}
.related-article-thumb{
    line-height: 0;
}
.related-article-colours .tag-colour{
    width: 50%;
}
@media all and (max-width: 1500px) {
    #video-container {
        top: 30px;
    }
    #article-image img {
        margin-top: 30px;
    }
    .video-close {
        position: absolute;
        width: 200px;
        height: 60px;
        top: 0px;
        left: 0px;
        z-index: 7;
        cursor: pointer;
        background: url("../images/layout/icon-back-arrow-white.png") no-repeat 0px 6px;
        padding-left: 25px;
        margin-top: -10px;
        font-size: 15px;
        font-family: "MuseoSans-700", Arial, sans-serif;
        font-weight: normal;
        color: #FFFFFF;
        -webkit-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -moz-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -o-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
        transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    }
    .video-close span {
        display: block;
    }
}

@media all and (max-width: 1020px) {
    #article-content img {
        max-width: 100%;
    }
}

@media all and (max-width: 1020px) {
    #article-content{
        margin-top: 30px;
        padding:5% 8% 10%;
    }
    #article-left{
        float: none;
        width: 100%;
    }
    #article-right{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    #article-right > h1{
        margin: 0px 0px 20px;
    }
    #article-top-right > h1 {
        margin-top: 30px;
    }
    .article-share{
        margin-top: -5px;
        float: right;
    }
    .article-author-avatar{
        float: left;
        margin-top: 1px;
    }
    #article-content img.avatar {
        max-width: 42px;
        height: auto;
        margin-top: 0px;
    }
    .article-author-copy{
        float: left;
        margin-left: 10px;
        margin-top: 0px;
    }
    .article-author-copy > br{

    }
    .article-back-to{
        margin: 80px 0px 0px 0px;
    }
    #article-top-left{
        float: none;
        width: 100%;
    }
    #article-top-right{
        float: none;
        width: 100%;
    }
    .article-image-title {
        float: left;
        width: 50%;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 0px;
    }
    .article-share {
        width: 100%;
    }
    .article-share-icons {
        float: right;
        width: 138px;
    }
    #article-media {
        padding: 20px 0px 20px 0px;
    }
}

@media all and (max-width: 767px) {
    .article-back{
        top: -44px;
        left: 0px;
        width: 42px;
        height: 34px;
        background-size: 42px 34px;
    }
    .article-back-2 {
        left: auto;
        right: 0px;
        display: block;
        margin-top: -10px;
    }
    .video-close {
        margin-top: 0px;
    }
    #related-articles h2 {
        text-align: center;
    }
    #related-articles .related-article h3 {
        font-size: 14px;
        text-align: center;
    }
    #related-articles .related-article a {
        display: block;
        width: 100%;
        text-align: center;
    }
    #article-top-right > h1 {
        font-size: 25px;
    }
    #article-media{
        padding: 0px 0px 20px 0px;
    }
    .article-image-title {
        width: 100%;
    }
    .article-share-icons {
        float: left;
        margin-top: 20px;
        width: 100%;
    }
    .article-share{
        margin-top: 0px;
        clear: both;
        float: left;
    }
    .article-share .article-share-label{
        float: left;
        margin: 8px 10px 0px 0px;
    }
    .article-back{

    }
    #author-bio{
        left:500%;
    }
    #play-article-video-bnt{
        width: 54px;
        height: 54px;
        background-size: 20px 16px;
        margin: -27px 0px 0px -27px;
    }
    #article-right > h1 {
        font-size: 24px;
    }
    #related-articles .related-article{
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    #related-articles .related-article.first{
        margin: 0px 0px 0px;
    }
    .icon-facebook, .icon-twitter {
        width: 26px;
        height: 26px;
        background-size: 26px 26px;
    }
    #article-content {
        margin-top: 110px;
    }
    #reviews-previews .standard-title {
        padding-bottom: 20px !important;
    }
    #reviews-previews-banner {
        margin-top: 20px !important;
    }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .icon-twitter{
        background: url("../images/layout/reviews-social-tw@2x.png");
        background-size: 100%;
    }
    .icon-facebook{
        background: url("../images/layout/reviews-social-fb@2x.png");
        background-size: 100%;
    }
    .article-back-to{
        background: url("../images/layout/icon-back-arrow@2x.png") no-repeat 0px 7px;
        background-size: 16px 10px;
    }
    #play-article-video-bnt{
        background-image: url('../images/layout/play-btn-triangle-big@2x.png');
    }
}body {
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4em;
    color: #ededed;
    min-width: 360px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
body.blue-bg {
    background-color: #1f5a9f;
    color: #1f5a9f;
}
.greyscale{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)  brightness(1.3);
}
#template {
    position: absolute;
    top: 0px;
    width: 100%;
    min-width: 360px;
    color: #888888;
}
#template.add-overflow{
    overflow-x: hidden;
}
.ie8 {
    display: none;
}
.relative-center {
    position: relative;
    margin: 0px auto;
}
.full-width {
    width: 100%;
}
.full-height {
    min-height: 100%;
}
.width-90-pc {
    width: 90%;
}
.width-80-pc {
    width: 80%;
}
.max-1360 {
    max-width: 1360px;
}
.max-1250 {
    max-width: 1250px;
}
.max-1200 {
    max-width: 1200px;
}
.max-1170 {
    max-width: 1155px;
}
.max-860 {
    max-width: 860px;
}
.max-440 {
    max-width: 440px;
}
.white-bg {
    background-color: #FFFFFF;
}
.dark-blue-bg {
    background-color: #043778;
}
.blue-text {
    color: #005DA0;
}
.brown-text {
    color: #6e2c2c !important;
}
.white-text {
    color: #FFFFFF !important;
}
.green-text {
    color: #1F7A3F !important;
}
.padding-80 {
    padding: 80px;
    -webkit-transition: padding 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: padding 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: padding 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: padding 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.starburst {
    position: absolute;
    right: 20px;
    width: 106px;
    height: 106px;
    background-image: url("../images/layout/flash-packages2.png");
    background-repeat: no-repeat;
    background-size: 106px 106px;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 30px 20px;
    z-index: 100;
}
.standard-title {
    font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    color: #ffffff;
    padding: 70px 0px;
    width: 90%;
    margin: 0 auto 60px;
}
.standard-button {
    position: relative;
    width: 90%;
    max-width: 360px;
    margin: 0px auto;
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 1em;
    padding: 24px 0px;
    cursor: pointer;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    text-align: center;
}
#search-playContainer .player 
{
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#search-playContainer .player img
{
  width: 100%;
}
#search-playContainer
{
  margin-bottom: 50px;
}
#search-playContainer .player a 
{
  background: url("../images/search-playbtn.png") 0 0 no-repeat;
  width: 213px;
  height: 124px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
}
@media (max-width: 768px)
{
  #search-playContainer .player a 
  {
    width: 107px;
    height: 62px;
  }
}
.blue-button {
    background-color: #005ca0;
    color: #ffffff;
    cursor: pointer;
}
.blue-button:hover {
    background-color: #003B7E;
}
.grey-button{
    background-color: #a0a0a0;
    color: #ffffff;
    cursor: pointer;
}
.grey-button:hover{
    background-color: #959494;

}
.green-button {
    background-color: #1f7a3f;
    color: #ffffff;
}
.green-button:hover {
    background-color: #083b11;
}
#under-or-equal-to-1250, #under-or-equal-to-1150, #under-or-equal-to-1024, #under-or-equal-to-1023, #under-or-equal-to-990, #under-or-equal-to-768, #under-or-equal-to-767, #under-or-equal-to-680, #under-or-equal-to-480 {
    display: none;
}
.number-container {
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
}
.number-container.transition-in {
    -ms-transform: scale(3,3);
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    transform: scale(3,3);
    opacity: 0;
}
.number-container img {
    position: absolute;
    display: none;
}
.number-container .number-img-1 {
    margin-left: 10px;
}
.small-button {
    background-color: #1f5c9f;
    padding: 9px 27px;
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    cursor: pointer;
    -webkit-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.small-button:hover {
    background-color: #003b7e;
}
.top-spacing {
    margin-top: 156px;
}
.bottom-spacing {
    margin-bottom: 200px;
}
.grey-box {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    max-width: 1040px;
    margin-left: -520px;
    height: 50px;
    background-color: #f6f6f6;
    z-index: -1;
}
.drag-blocker {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 110;
}

@media all and (max-width: 1310px){
    .grey-box {
        width: 90%;
        left: 5%;
        margin-left: 0px;
    }
}

@media all and (max-width: 1250px){
    #under-or-equal-to-1250 {
        display: block;
    }
}

@media all and (max-width: 1150px){
    #under-or-equal-to-1150 {
        display: block;
    }
    .standard-button {
        font-size: 20px;
    }
    .block-click .drag-blocker {
        display: block;
    }
}

@media all and (max-width: 1100px){
    .padding-80 {
        padding: 8%;
    }
}

@media all and (max-width: 1024px){
    #under-or-equal-to-1024 {
        display: block;
    }
}

@media all and (max-width: 1023px){
    #under-or-equal-to-1023 {
        display: block;
    }
    .starburst {
        right: -35px;
    }
}

@media all and (max-width: 990px) {
    #under-or-equal-to-990 {
        display: block;
    }
}

@media all and (max-width: 860px){
    .standard-button {
        font-size: 20px;
        padding: 20px 0px;
    }
}

@media all and (max-width: 768px){
    #under-or-equal-to-768 {
        display: block;
    }
    .number-container.transition-in {
        -ms-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }
    .starburst {
        margin-top: -10px;
    }
}

@media all and (max-width: 767px){
    #under-or-equal-to-767 {
        display: block;
    }
    .standard-button {
        font-size: 18px;
        padding: 24px 0px;
    }
    .standard-title {
        padding-top: 35px;
    }
    .top-spacing {
        margin-top: 106px;
    }
    .bottom-spacing {
        margin-bottom: 106px;
    }
    .starburst {
        right: -10px;
    }
}

@media all and (max-width: 680px){
    #under-or-equal-to-680 {
        display: block;
    }
}

@media all and (max-width: 560px){
    .standard-button {
        font-size: 16px;
        padding: 17px 0px;
    }
}

@media all and (max-width: 480px) {
    #under-or-equal-to-480 {
        display: block;
    }
    .starburst {
        margin-top: 0;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .starburst {
        background-image: url("../images/layout/flash-packages2@2x.png");
    }
}
.standard-slideshow {
  position: relative;
  width: 100%;
  padding-top: 70px;
  z-index: 10;
}
.standard-slideshow .slides {
  position: relative;
  width: 1320px;
  height: 508px;
  margin: 0 auto;
  padding: 70px 60px 0 60px;
}
@media all and (max-width: 1440px) {
  .standard-slideshow .slides {
    width: calc(100% - 120px);
  }
}
@media all and (max-width: 880px) {
  .standard-slideshow .slides {
    overflow: hidden;
    width: 100%;
    padding: 70px 20px 0 20px;
  }
}
@media all and (max-width: 767px) {
  .standard-slideshow .slides {
    height: 580px;
    padding: 30px 20px 0 20px;
  }
}
.standard-slideshow .slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62px;
  display: none;
}
@media all and (max-width: 767px) {
  .standard-slideshow .slides .slide {
    height: 100%;
    padding-top: 30px;
  }
}
.standard-slideshow .slides .slide .line {
  float: left;
  margin-left: 100px;
  width: 25px;
  height: 366px;
  background-color: #ffffff;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
@media all and (max-width: 1250px) {
  .standard-slideshow .slides .slide .line {
    margin-left: 0;
  }
}
@media all and (max-width: 1150px) {
  .standard-slideshow .slides .slide .line {
    width: 20px;
  }
}
@media all and (max-width: 990px) {
  .standard-slideshow .slides .slide .line {
    width: 16px;
  }
}
@media all and (max-width: 880px) {
  .standard-slideshow .slides .slide .line {
    margin-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .standard-slideshow .slides .slide .line {
    height: 230px;
  }
}
.standard-slideshow .slides .slide .copy {
  float: left;
  margin-left: 30px;
  height: 366px;
}
@media all and (max-width: 767px) {
  .standard-slideshow .slides .slide .copy {
    float: none;
    position: relative;
    height: 230px;
    padding-left: 55px;
    margin-left: 0;
  }
}
.standard-slideshow .slides .slide .copy h2,
.standard-slideshow .slides .slide .copy h3,
.standard-slideshow .slides .slide .copy p {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.standard-slideshow .slides .slide .copy h2,
.standard-slideshow .slides .slide .copy h3 {
  font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
}
.standard-slideshow .slides .slide .copy h2 {
  font-size: 50px;
}
@media all and (max-width: 1150px) {
  .standard-slideshow .slides .slide .copy h2 {
    font-size: 38px;
  }
}
@media all and (max-width: 480px) {
  .standard-slideshow .slides .slide .copy h2 {
    font-size: 28px;
  }
}
.standard-slideshow .slides .slide .copy h3 {
  font-size: 25px;
  letter-spacing: -0.1px;
  margin-top: -4px;
  margin-bottom: 2px;
}
@media all and (max-width: 1150px) {
  .standard-slideshow .slides .slide .copy h3 {
    font-size: 20px;
  }
}
.standard-slideshow .slides .slide .copy p {
  font-family: "MuseoSlab-500", Arial;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2;
}
.standard-slideshow .slides .slide .copy p.first {
  margin-top: 124px;
}
@media all and (max-width: 767px) {
  .standard-slideshow .slides .slide .copy p.first {
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  .standard-slideshow .slides .slide .copy p.first {
    margin-top: 45px;
  }
}
@media all and (max-width: 767px) {
  .standard-slideshow .slides .slide .copy p.second {
    margin-bottom: 50px;
  }
}
.standard-slideshow .slides .slide .copy .btn {
  position: absolute;
  bottom: 0;
  font-family: "Circular Std", Arial;
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  padding: 13px 21px;
  text-align: center;
  background-color: #e91f15;
  border-radius: 5px;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
@media all and (max-width: 767px) {
  .standard-slideshow .slides .slide .copy .btn {
    bottom: -5px;
  }
}
.standard-slideshow .slides .slide .slide-img {
  position: absolute;
  top: 0;
  right: 78px;
  width: 729px;
  margin-top: -8px;
}
@media all and (max-width: 1440px) {
  .standard-slideshow .slides .slide .slide-img {
    right: -60px;
  }
}
@media all and (max-width: 1150px) {
  .standard-slideshow .slides .slide .slide-img {
    top: 40px;
    width: 600px;
  }
}
@media all and (max-width: 990px) {
  .standard-slideshow .slides .slide .slide-img {
    top: 80px;
    width: 480px;
  }
}
@media all and (max-width: 880px) {
  .standard-slideshow .slides .slide .slide-img {
    right: -20px;
  }
}
@media all and (max-width: 767px) {
  .standard-slideshow .slides .slide .slide-img {
    top: auto;
    bottom: -200px;
    right: auto;
    left: 50%;
    margin-left: -180px;
    width: 360px;
    display: block !important;
  }
}
.standard-slideshow .slides #slide-0 {
  display: block;
}
.standard-slideshow .slide-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 31px;
  margin-left: 672px;
  width: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 1440px) {
  .standard-slideshow .slide-nav {
    left: auto;
    margin-left: 0;
    right: 30px;
  }
}
@media all and (max-width: 767px) {
  .standard-slideshow .slide-nav {
    display: none;
  }
}
.standard-slideshow .slide-nav .slide-dot {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 11px;
  cursor: pointer;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  background-color: #ffffff;
}
.standard-slideshow .slide-nav .slide-dot.selected {
  background-color: #2b9b68;
  cursor: default;
}
.mobile .standard-slideshow .slides .slide .copy h3,
.tablet .standard-slideshow .slides .slide .copy h3 {
  margin-top: -1px;
  margin-bottom: 6px;
}
@media all and (max-width: 767px) {
  .mobile .standard-slideshow .slides .slide .copy .btn,
  .tablet .standard-slideshow .slides .slide .copy .btn {
    bottom: -2px;
  }
}
.mac .standard-slideshow .slides .slide .copy h3 {
  margin-top: 0;
  margin-bottom: 6px;
}
@media all and (max-width: 767px) {
  .mac .standard-slideshow .slides .slide .copy .btn {
    bottom: -2px;
  }
}
#packages2 {
    z-index: 1000;
}
#packages2.sign-up {
    padding: 0px 0px 180px;
    z-index: 500;
    max-width: 100%;
    background: none !important;
}
.clear-100 {
    clear: both;
    position: relative;
    width: 100%;
    height: 100px;
}
.clear-75 {
    clear: both;
    position: relative;
    width: 100%;
    height: 75px;
}
#packages2 .standard-title {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 30px 0px 48px 0px;
    font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #1f5c9f;
}
#packages2 .standard-title.landing-2,#packages2 .standard-title.landing-4 {
    padding: 75px 0px 48px 0px;
}
#packages2 .standard-title.landing-1 {
    padding: 30px 0px 48px 0px;
}
#packages2.sign-up .standard-title {
    padding: 20px 0px 48px 0px;
}
#packages2 .packages2-container {
    position: relative;
    width: 100%;
    max-width: 826px;
    margin: 0px auto;
    z-index: 100;
}
#packages2 .packages2-container .package-col {
    width: 47.5%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    background-color: #FFFFFF;
}
#packages2 .packages2-container .package-col .package-col-content {
    position: relative;
    width: 80%;
    max-width: 310px;
    margin: 55px auto 55px auto;
}
#packages2 .packages2-container #monthly-col {
    float: left;
}
#packages2 .packages2-container #yearly-col {
    float: right;
}
#packages2 .packages2-container .package-col .package-col-content .payment-heading {
    float: left;
    width: 200px;
    margin-left: 15px;
}
#packages2 .packages2-container .package-col .package-col-content .tick {
    float: right;
    width: 38px;
    height: 37px;
    margin-top: -14px;
    margin-right: -12px;
    background-image: url('../images/layout/packages-tick-new.png');
    background-size: 38px 37px;
    background-repeat: no-repeat;
    display: none;
}
#packages2 .packages2-container .package-col.on .package-col-content .tick {
    display: block;
}
#packages2 .packages2-container .package-col .package-col-content .payment-heading h4 {
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
    color: #6d2b2c;
    margin: 0px 0px 23px 0px;
}
#packages2 .packages2-container .package-col .package-col-content .payment-heading .price-text {
    float: left;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-size: 38px;
    font-weight: normal;
    color: #6d2b2c;
}
#packages2 .packages2-container .package-col .package-col-content .payment-heading .currency {
    float: left;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-left: 6px;
    margin-top: 9px;
    color: #6d2b2c;
}
#packages2 .packages2-container .package-col .package-col-content .payment-heading .frequency {
    clear: both;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-top: 7px;
    color: #6d2b2c;
}
#packages2 .packages2-container .package-col.on .package-col-content .payment-heading h4 {
    color: #1f5c9f;
}
#packages2 .packages2-container .package-col.on .package-col-content .payment-heading .price-text, #packages2 .packages2-container .package-col.on .package-col-content .payment-heading .currency, #packages2 .packages2-container .package-col.on .package-col-content .payment-heading .frequency {
    color: #1f5c9f;
}
#packages2 .packages2-container .package-col .package-col-content table {
    width: 100%;
    margin-top: 24px;
}
#packages2 .packages2-container .package-col .package-col-content table tr td {
    text-align: left;
    margin-bottom: 8px;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    color: #888888;
}
#packages2 .packages2-container .package-col .package-col-content table tr td.point {
    width: 5px;
    background-image: url('../images/layout/point.png');
    background-repeat: no-repeat;
    background-position: left top 17px;
    background-size: 5px 4px;
}
#packages2 .packages2-container .package-col .package-col-content table tr td.copy {
    padding: 9px;
}
#packages2 .packages2-container .package-col .package-col-content table tr td .i-icon {
    float: right;
    width: 17px;
    height: 17px;
    background-image: url('../images/layout/packages-i.png');
    display: block;
    cursor: pointer;
}
#packages2 .packages2-container .package-col .package-col-content table tr td.yellow-bg span {
    color: #2d7b42;
    background-color: #ffeecd;
    padding: 9px;
    margin-left: -9px;
}
#packages2 .packages2-container .package-col .cta-button {
    position: relative;
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    width: 90%;
    max-width: 288px;
    padding: 14px 0px;
    background-color: #FFFFFF;
    color: #6d2b2c;
    border-radius: 3px;
    margin: 0px auto 47px auto;
    border: 3px solid #d9c7c7;
    display: block;
}
#packages2 .packages2-container .package-col.on .cta-button {
    background-color: #005CA0;
    color: #FFF;
    border: 3px solid #005CA0;
}
.package-page,
#packages
{
	background-color: #F5F5F5;
}
.package-page #bg-shape-2
{
	display: none!important;
}
#tournament-info {
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: -11px auto 0px auto;
    color: #b3b3b3;
    background-color: #f6f6f6;
    padding-bottom: 100px;
    z-index: 10;
}
#tournament-info h2 {
    clear: both;
    font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #b3b3b3;
    text-align: center;
    width: 90%;
    margin: 0px auto 18px auto;
    padding-top: 73px;
}
#tournament-info p {
    position: relative;
    color: #b3b3b3;
    width: 90%;
    text-align: center;
    margin: 0px auto 68px auto;
}
#tournament-info .cols-container {
    position: relative;
    width: 90%;
    max-width: 826px;
    margin: 0px auto;
}
#tournament-info .cols-container .col {
    float: left;
}
#tournament-info .cols-container .col h3 {
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
    color: #b3b3b3;
    margin: 0px 0px 13px 0px;
}
#tournament-info .cols-container .col1 {
    width: 30%;
    margin-right: 5%;
}
#tournament-info .cols-container .col2 {
    width: 30%;
    margin-right: 5%;
    text-align: center;
}
#tournament-info .cols-container .col2 .eleven {
    position: relative;
    margin: 0px auto;
    width: 98px;
    height: 84px;
    background-image: url('../images/layout/eleven.png');
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
#tournament-info .cols-container .col2 .twelve {
    position: relative;
    margin: 0px auto;
    width: 111px;
    height: 84px;
    background-image: url('../images/layout/twelve2.png');
    background-size: 111px 84px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
#tournament-info .cols-container .col2 img {
    margin-top: 20px;
    width: 100%;
    max-width: 195px;
}
#tournament-info .cols-container .col3 {
    width: 30%;
    text-align: center;
}
#tournament-info .cols-container .col3 .thirty-nine {
    position: relative;
    margin: 0px auto;
    width: 130px;
    height: 84px;
    background-image: url('../images/layout/thirty-nine.png');
    margin-bottom: 10px;
}
#tournament-info .cols-container .col3 img {
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}
#tournament-info .cols-container .col3 p {
    margin-bottom: 0px;
}
#tournament-info .cols-container .col3 .all-logos {
    width: 100%;
    max-width: 244px;
}
#tournament-info .cols-container .col table tr td {
    text-align: left;
    margin-bottom: 8px;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
}
#tournament-info .cols-container .col table tr td.point {
    width: 5px;
    background-image: url('../images/layout/point.png');
    background-repeat: no-repeat;
    background-position: left top 12px;
    background-size: 5px 4px;
}
#tournament-info .cols-container .col table tr td.copy {
    padding: 3px 9px;
}
#packages2 .international-logos {
    position: absolute;
    top: 156px;
    right: 0px;
    opacity: 0.9;
    width: 306px;
    height: 145px;
    background-color: #FFFFFF;
    background-image: url('../images/layout/international-logos.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    display: none;
}
#packages2 .rugby-logos {
    position: absolute;
    top: 196px;
    right: 0px;
    opacity: 0.9;
    width: 235px;
    height: 268px;
    background-color: #FFFFFF;
    background-image: url('../images/layout/rugby-logos.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    display: none;
}
#packages2 .league-logos {
    position: absolute;
    top: 236px;
    right: 0px;
    opacity: 0.9;
    width: 216px;
    height: 109px;
    background-color: #FFFFFF;
    background-image: url('../images/layout/league-logos.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    display: none;
}

.wrapper.variation-1 #tournament-info-container, .wrapper.variation-1 #packages2, .wrapper.variation-2 #tournament-info-container, .wrapper.variation-2 #packages2, .wrapper.variation-3 #tournament-info-container, .wrapper.variation-3 #packages2, .wrapper.variation-4 #tournament-info-container, .wrapper.variation-4 #packages2 {
    width: 90%;
    max-width: 1360px;
}


@media all and (max-width: 960px){
    #packages2 .packages2-container .package-col {
        width: 100%;
        clear: both;
        margin-bottom: 30px;
    }
    #tournament-info {
        margin-top: 0px;
    }
    #packages2 .packages2-container .package-col .package-col-content {
        width: 90%;
    }
    #packages2 .packages2-container .package-col .package-col-content .tick {
        margin-right: 0px;
    }
}

@media all and (max-width: 767px){
    #tournament-info .cols-container .col1, #tournament-info .cols-container .col2 {
        float: none;
        position: relative;
        width: 100%;
        max-width: 300px;
        clear: both;
        margin: 0px auto 100px auto;
    }
    #tournament-info .cols-container .col3 {
        float: none;
        position: relative;
        width: 100%;
        max-width: 300px;
        clear: both;
        margin: 0px auto 0px auto;
    }
    .clear-75 {
        clear: both;
        position: relative;
        width: 100%;
        height: 0px;
    }
    .clear-100{
        clear: both;
        position: relative;
        width: 100%;
        height: 30px;
    }
    #packages2 .standard-title{
        padding: 60px 0px 48px 0px;
    }
    #packages2 .standard-title.landing-1{
        padding: 50px 0px 50px 0px;
    }
    #packages2 .standard-title.landing-2 {
        padding: 30px 0px 50px 0px;
    }
    #packages2 .standard-title.landing-4 {
        padding: 30px 0px 50px 0px;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #packages2 .packages2-container .package-col .package-col-content .tick {
        background-image: url('../images/layout/packages-tick-new@2x.png');
    }
    #packages2 .packages2-container .package-col .package-col-content table tr td.point {
        background-image: url('../images/layout/point@2x.png');
    }
    #tournament-info .cols-container .col2 .eleven {
        background-image: url('../images/layout/eleven@2x.png');
        background-size: 98px 84px;
    }
    #tournament-info .cols-container .col2 .twelve {
        background-image: url('../images/layout/twelve2@2x.png');
        background-size: 111px 84px;
    }
    #tournament-info .cols-container .col3 .thirty-nine {
        background-image: url('../images/layout/thirty-nine@2x.png');
        background-size: 130px 84px;
    }
}.welcome-code {
    position: relative;
    z-index: 299;
    min-height: 950px;
}
.welcome-code.landing-2,.welcome-code.landing-3,.welcome-code.landing-5 {
    min-height: 100px !important;
}
#welcome-league.welcome-code {
    min-height: 600px;
}
.welcome-code .big-player {
    position: absolute;
    width: 73%;
    margin-top: -10%;
    margin-left: -16%;
    z-index: 3;
}
#welcome-league .big-player {
    left: 40%;
    width: 60%;
    margin-top: 50px;
    margin-left: 0px;
}
#welcome-league .big-player.IE9 {
    left: 50%;
    width: 50%;
    margin-top: 0px;
    margin-left: 0px;
}
.welcome-code .international-tests-content {
    position: relative;
    top: 0px;
    margin-top: 120px;
    width: 45%;
    left: 55%;
    text-align: center;
    z-index: 10;
}
#welcome-league .international-tests-content {
    left: 0px;
    margin-top: 0px;
}
.welcome-code .international-tests-content .number-container {
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
    width: 200px;
}
#welcome-league.welcome-code .international-tests-content .number-container {
    width: 200px;
}
#welcome-league.welcome-code .international-tests-content .number-massive-tournaments.number-container {
    width: 100px;
    margin-top: 50px;
}
.welcome-code .international-tests-content .int-tests {
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
}
.welcome-code .international-tests-content.transition-in .number-container {
    -ms-transform: scale(3,3);
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    transform: scale(3,3);
    opacity: 0;
}
.welcome-code .international-tests-content.transition-in .int-tests {
    -ms-transform: scale(3,3);
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    transform: scale(3,3);
    opacity: 0;
}
.welcome-code .international-tests-content .int-tests-p {
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    opacity: 1;
    margin-bottom: 40px;
}
.welcome-code .international-tests-content .int-tests-p.transition-in {
    opacity: 0;
}
.welcome-code h4 {
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #6E2C2C;
    line-height: 1.25em;
    letter-spacing: 3px;
    margin: 11px 0px 0px 0px;
}
.welcome-code p {
    width: 90%;
    margin: 0px 5%;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #6E2C2C;
    line-height: 1.6em;
}
.welcome-code .international-logos {
    width: 100%;
    max-width: 530px;
    margin: 0px 0px 15px 0px;
}
.welcome-code .standard-button {
    margin-top: 40px;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    opacity: 1;
}
.welcome-code .standard-button.transition-in {
    opacity: 0;
}
#triangle-shape-container {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: -300px;
    width: 100%;
    height: 1579px;
    overflow: hidden;
    z-index: -1;
}
.wrapper.variation-3 #triangle-shape-container {
    margin-top: 0px;
}
#triangle-shape-container #triangle-shape {
    position: absolute;
    margin-top: 0px;
    width: 100%;
    height: 1579px;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    background-image: url('../images/layout/middle-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
}
.welcome-code .number-container .number-column2 .number-img-0 {
    display: block;
}
.welcome-code .international-tests-content .shields-container {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 43px auto 0px auto;
}
.welcome-code .international-tests-content .shields-container .shield {
    position: absolute;
    width: 15%;
    margin-right: 2%;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
}
.welcome-code .international-tests-content .shields-container .shield-1, .welcome-code .international-tests-content .shields-container .shield-2, .welcome-code .international-tests-content .shields-container .shield-3, .welcome-code .international-tests-content .shields-container .shield-4, .welcome-code .international-tests-content .shields-container .shield-5, .welcome-code .international-tests-content .shields-container .shield-6 {
    top: 0px;
}
.welcome-code .international-tests-content .shields-container .shield-7, .welcome-code .international-tests-content .shields-container .shield-8, .welcome-code .international-tests-content .shields-container .shield-9, .welcome-code .international-tests-content .shields-container .shield-10, .welcome-code .international-tests-content .shields-container .shield-11 {
    top: 77px;
}
.welcome-code .international-tests-content .shields-container .shield-1 {
    left: 0px;
}
.welcome-code .international-tests-content .shields-container .shield-2 {
    left: 17%;
}
.welcome-code .international-tests-content .shields-container .shield-3 {
    left: 34%;
}
.welcome-code .international-tests-content .shields-container .shield-4 {
    left: 51%;
}
.welcome-code .international-tests-content .shields-container .shield-5 {
    left: 68%;
}
.welcome-code .international-tests-content .shields-container .shield-6 {
    left: 85%;
}
.welcome-code .international-tests-content .shields-container .shield-7 {
    left: 7.5%;
}
.welcome-code .international-tests-content .shields-container .shield-8 {
    left: 24.5%;
}
.welcome-code .international-tests-content .shields-container .shield-9 {
    left: 41.5%;
}
.welcome-code .international-tests-content .shields-container .shield-10 {
    left: 58.5%;
}
.welcome-code .international-tests-content .shields-container .shield-11 {
    left: 75.5%;
}
.welcome-code .international-tests-content .shields-container.league-tournament-shields .shield {
    width: 20%;
}
#welcome-league.welcome-code .international-tests-content .shields-container {
    max-width: 300px;
}
.welcome-code .international-tests-content .shields-container.league-tournament-shields .league-shield-1 {
    top: 0px;
    left: 0px;
    width: 20%;
}
.welcome-code .international-tests-content .shields-container.league-tournament-shields .league-shield-2 {
    left: 35%;
    width: 30%;
    top: 15px;
}
.welcome-code .international-tests-content .shields-container.league-tournament-shields .league-shield-3 {
    top: 0px;
    left: 80%;
    width: 20%;
}
.welcome-code .international-tests-content .shields-container .shield.transition-in {
    -ms-transform: scale(2,2);
    -moz-transform: scale(2,2);
    -webkit-transform: scale(2,2);
    transform: scale(2,2);
    opacity: 0;
}
.welcome-code .international-tests-content .shields-container .shield-6, .welcome-code .international-tests-content .shields-container .shield-11 {
    margin-right: 0px;
}
.welcome-code .number-container .number-column1 {
    position: absolute;
    top: 0px;
    left: 10px;
}
#welcome-league.welcome-code .championship-games .number-column1 {
    left: -20px !important;
}
.welcome-code .number-container .number-column2 {
    position: absolute;
    top: 0px;
    left: 86px;
}
#welcome-league.welcome-code .championship-games .number-column2 {
    left: 52px !important;
}
.welcome-code .number-container .number-column3 {
    position: absolute;
    top: 0px;
    left: 126px;
}
.welcome-code .number-container .plus {
    position: absolute;
    top: 20px;
    left: 218px;
    display: block;
}
.welcome-code .number-container {
    position: relative;
    width: 107px;
    height: 110px;
    margin: 0px auto;
}
.welcome-code .number-container.number-championship-games {
    width: 180px;
}
.welcome-code .code-heading {
    position: relative;
    width: 289px;
    height: 68px;
    margin: 0px auto;
    background-image: url('../images/layout/code-heading-bg.png');
    background-repeat: no-repeat;
    text-align: center;
    font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    color: #6e2c2c;
    padding: 20px 0px;
    margin-bottom: 85px;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.welcome-code .code-heading.transition-in {
    -ms-transform: scale(2,2);
    -moz-transform: scale(2,2);
    -webkit-transform: scale(2,2);
    transform: scale(2,2);
    opacity: 0;

}

.wrapper.variation-2 #welcome-league .international-tests-content, .wrapper.variation-3 #welcome-league .international-tests-content {
    margin-top: -200px;
    margin-bottom: 200px;
}
.wrapper.variation-2 #welcome-league .big-player {
    margin-top: 200px;
}
.wrapper.variation-3 #welcome-league .big-player {
    margin-top: -200px;
}
.wrapper.variation-3 .welcome-code .big-player {
    margin-top: -40%;
}


@media all and (max-width: 1100px){
    .welcome-code p {
        font-size: 16px;
    }
    #triangle-shape-container #triangle-shape {
        margin-top: -10%;
    }
    /*

    .welcome-code .international-tests-content {
        margin-top: -10%;
    }
    .welcome-code {
        min-height: 1250px;
    }
    */
    /*
    .welcome-code .international-tests-content .shields-container .shield-7, .welcome-code .international-tests-content .shields-container .shield-8, .welcome-code .international-tests-content .shields-container .shield-9, .welcome-code .international-tests-content .shields-container .shield-10, .welcome-code .international-tests-content .shields-container .shield-11 {
        top: 100px;
    }
    */
}

@media all and (max-width: 1024px){
    #triangle-shape-container {
        margin-top: 0px;
    }
    #triangle-shape-container #triangle-shape {
        margin-top: -20%;
    }
    #welcome-league .big-player {
        margin-top: 0px;
        left: 50%;
        width: 50%;
    }
    .welcome-code {
        min-height: 600px;
    }
    #championship-games {
        min-height: 600px;
    }
    .wrapper.variation-2 #welcome-league .international-tests-content, .wrapper.variation-3 #welcome-league .international-tests-content {
        margin-top: 0px;
    }
    .wrapper.variation-3 .welcome-code .big-player {
        margin-top: -10%;
    }
    .wrapper.variation-3 #welcome-league .big-player {
        margin-top: 100px;
    }
}

@media all and (max-width: 900px){
    .welcome-code .big-player {
        margin-left: -30%;
        width: 80%;
    }
    .welcome-code .international-tests-content {
        width: 50%;
        left: 50%;
    }
    .welcome-code {
        min-height: 1150px;
    }
    .welcome-code .international-tests-content .shields-container .shield-7, .welcome-code .international-tests-content .shields-container .shield-8, .welcome-code .international-tests-content .shields-container .shield-9, .welcome-code .international-tests-content .shields-container .shield-10, .welcome-code .international-tests-content .shields-container .shield-11 {
        top: 80px;
    }
}

@media all and (max-width: 768px){
    .welcome-code .international-tests-content.transition-in .number-container, .welcome-code .international-tests-content.transition-in .int-tests, .welcome-code .international-tests-content .shields-container .shield.transition-in {
        -ms-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }
    .welcome-code .international-tests-content .int-tests-p.transition-in, .welcome-code .standard-button.transition-in {
        opacity: 1;
    }
    .wrapper.variation-2 #welcome-league .international-tests-content{
        margin-bottom: 100px;
    }
    .wrapper.variation-3 #welcome-league .international-tests-content{
        margin-bottom:0px;
    }
}

@media all and (max-width: 767px){
    .welcome-code .big-player {
        display: none;
    }
    .welcome-code .international-tests-content {
        width: 100%;
        margin-top: 20px;
        left: 0px;
    }
    #triangle-shape-container {
        mix-blend-mode: initial;
    }
    #triangle-shape-container #triangle-shape {
        margin-top: -100px;
    }
    .welcome-code {
        margin-top: 100px;
        min-height: 600px;
        z-index: 90;
    }
    .welcome-code .international-tests-content .shields-container .shield-7, .welcome-code .international-tests-content .shields-container .shield-8, .welcome-code .international-tests-content .shields-container .shield-9, .welcome-code .international-tests-content .shields-container .shield-10, .welcome-code .international-tests-content .shields-container .shield-11 {
        top: 75px;
    }
    #welcome-league {
        margin-top: 0px;
        padding-bottom: 150px;
    }
    #championship-games {
        min-height: 600px;
    }
}

@media all and (max-width: 479px){
    .welcome-code h4 {
        font-size: 18px;
    }
    .welcome-code .international-tests-content .shields-container .shield-7, .welcome-code .international-tests-content .shields-container .shield-8, .welcome-code .international-tests-content .shields-container .shield-9, .welcome-code .international-tests-content .shields-container .shield-10, .welcome-code .international-tests-content .shields-container .shield-11 {
        top: 80px;
    }
    #triangle-shape-container #triangle-shape {
        margin-top: -120px;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .welcome-code .code-heading {
        background-image: url('../images/layout/code-heading-bg@2x.png');
        background-size: 289px 68px;
    }
}
.featured-tournament{
    background: #FFFFFF;
    padding: 96px 46px;
    margin-bottom: 80px;
}

.featured-tournament .title-logo:after{
    display: block;
    content: "";
    clear: both;
}
.featured-tournament .title-logo h2{
    font-size: 30px !important;
    float: left;
}
.featured-tournament .title-logo .featured-tournament-logo{
    float: right;
}
.featured-tournament .featured-tournament-top-items{
    position: relative;
    width: 100%;
    height: 337px;
    margin-top: 45px;
}
.featured-tournament .featured-tournament-top-items ul{
    position: absolute;
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.featured-tournament .featured-tournament-top-items ul li{
    float: left;
    width: calc(25% - 35px);
    margin-right: 46px;
}
.featured-tournament .featured-tournament-top-items ul li.first{
    display: none;
}
.featured-tournament .featured-tournament-top-items ul li.last{
    margin-right: 0px;
}
.featured-tournament .featured-tournament-top-items ul li .small-title{
    color: #444444;
}
.featured-tournament .featured-tournament-top-items ul li a,
.featured-tournament .featured-tournament-top-items ul li .featured-tournament-highlight{
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.featured-tournament .featured-tournament-top-items ul li .article-img{
    width: 100%;
    position: absolute;
    top:0px;
}
.featured-tournament .featured-tournament-top-items ul li .article-img-spacer{
    width: 100%;

}
.featured-tournament .featured-tournament-top-items ul li h3{
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-top: 20px !important;
}
.featured-tournament-featured-post:after{
    clear: both;
    content: "";
    display: block;
}
.featured-tournament-featured-post .col-1{
    float: left;
    width: calc(25% - 35px);
    margin-right: 46px;
}
.featured-tournament-featured-post a{
    color: #444444;
}
.featured-tournament-featured-post .col-2{
    float: left;
    width: calc(25% - 35px);
}
.featured-tournament-featured-post .col-2 .featured-post-avatar{
    display: block;
    margin-bottom: 15px;
    width: 120px;

}
.featured-tournament-featured-post .col-2 .featured-post-author{
    font-size: 12px;
    color: #444444;
    text-transform: uppercase;
    font-family: 'Apercu-Bold';
    line-height: 1;
    margin-bottom: 4px;
}
.featured-tournament-featured-post .col-2 .featured-post-author-location{
    font-size: 12px;
    color: #444444;
    text-transform: uppercase;
    font-family: 'Apercu-Bold';
    opacity: 0.5;
    line-height: 1;
}
.featured-tournament-featured-post .col-3{
    width:calc(50% - 23px);
    float: right;
}
.featured-tournament-featured-post .col-3 img{
    width: 100%;
}
#featured-tournament-columnists-mobile{
    display: none;
    margin-top: 80px;
}
#all-featured-tournaments-tabs{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}
#all-featured-tournaments-tabs:after{
    clear: both;
    display: block;
    content: "";
}
#all-featured-tournaments-tabs li{
    width: 25%;
    float: left;
    height: 72px;
    background-color: #eeeeee;
    color: #555555;
    font-family: 'MuseoSlab-700';
    font-size: 17px;
    padding: 17px 20px;
    line-height: 1;
    cursor: pointer;
}
#all-featured-tournaments-tabs li.selected{
    background-color: #183875;
    color: #ffffff;
    cursor: default;
}
.featured-tournament-all-news-container:after{
    clear: both;
    display: block;
    content: "";
    height: 20px;
}
.featured-tournament-all-news{
    float: left;
    display: block;
    font-family: 'FuturaPT-ExtraBold', Arial;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -0.4px;
    line-height: 1;
    color: #444444;
    text-decoration: underline;
    padding-right: 10px;
    background-image: url("../images/home/icon-link-arrow-dark.png");
    background-size: 6px 8px;
    background-repeat: no-repeat;
    background-position: center right;
    margin-top: 30px;
}
@media all and (max-width: 1150px) {
    #all-featured-tournaments-tabs{
        display: block;
    }
    .featured-tournament .title-logo{
        display: none;
    }
    #all-featured-tournaments[data-index='0'] .featured-tournament[data-index='1'],
    #all-featured-tournaments[data-index='0'] .featured-tournament[data-index='3'],
    #all-featured-tournaments[data-index='0'] .featured-tournament[data-index='2']{
        display: none;
    }
    #all-featured-tournaments[data-index='1'] .featured-tournament[data-index='0'],
    #all-featured-tournaments[data-index='1'] .featured-tournament[data-index='3'],
    #all-featured-tournaments[data-index='1'] .featured-tournament[data-index='2']{
        display: none;
    }
    #all-featured-tournaments[data-index='2'] .featured-tournament[data-index='0'],
    #all-featured-tournaments[data-index='2'] .featured-tournament[data-index='3'],
    #all-featured-tournaments[data-index='2'] .featured-tournament[data-index='1']{
        display: none;
    }
    #all-featured-tournaments[data-index='3'] .featured-tournament[data-index='0'],
    #all-featured-tournaments[data-index='3'] .featured-tournament[data-index='2'],
    #all-featured-tournaments[data-index='3'] .featured-tournament[data-index='1']{
        display: none;
    }
    #featured-tournament-banner,
    #featured-tournament-columnists{
        display: none;
    }
    #featured-tournament-columnists-mobile{
        display: block;
    }
    .featured-tournament .featured-tournament-top-items ul li{
        width: 254px;
    }
    .featured-tournament .featured-tournament-top-items ul li.first{
        display: block;
    }
    .featured-tournament-featured-post{
        display: none;
    }
    .featured-tournament {
        padding: 46px 30px;
        margin-bottom: 0px;
    }
}

@media all and (max-width: 767px) {
    .featured-tournament .featured-tournament-top-items ul li{
        margin-right: 30px;
    }
}
@media all and (max-width: 480px) {
    #all-featured-tournaments-tabs li{
        font-size: 14px;
        height: 62px;
        width: 50%;
    }
}#home {
    z-index: 20;
}
#home h2.standard-title {
    padding: 0px;
    color: #2d7b42;
}
#home h2.standard-title.games {
    float: left;
    width: auto;
    margin-left: 20px;
    text-align: left;
    font-size: 30px;
}
#home h2.standard-title.filter {
    padding: 60px 0px 40px;
    color: #2d7b42;
}
#home p {
    font-size: 17px;
    text-align: center;
    margin: 8px 0px 70px 0px;
    color: #2d7b42;
}
#home .played p {
    position: relative;
    width: 186px;
    margin: 8px auto 70px auto;
}
#home .upcoming p {
    position: relative;
    width: 186px;
    margin: 8px auto 70px auto;
}
#home .played p.right-arrow, #home .upcoming p.right-arrow {
    background: url('../images/layout/icon-fwd-arrow.png') no-repeat center right;
    background-size: 16px 10px;
}
#home p.games{
   float: right;
    margin-right: 20px;
}
#home p a {
    color: #2d7b42;
    border-bottom: 1px solid rgba(45,123,66,0);
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
#home p a:hover {
    color: #083b11;
    border-bottom: 1px solid rgba(45,123,66,1);
}
#home p.games a{
    text-align: right;
}
#home .matches .live-match{
    margin-bottom: 50px;
}
#home .matches .live-match.left {
    float: left;
    width: 48%;
}
#home .matches .live-match.right {
    float: right;
    width: 48%;
}
#home .matches .live-match .box {
    position: relative;
    width: 100%;
    height: 220px;
    background-color: #c5ddde;
}
#home .matches .live-match .box .left-player {
    position: absolute;
    bottom: 0px;
    left: 7%;
    z-index: 10;
}
#home .matches .live-match .box .right-player {
    position: absolute;
    bottom: 0px;
    right: 7%;
    z-index: 9;
}
#home .matches .team-colours {
    clear: both;
    position: relative;
    width: 100%;
}
#home .matches .team-colours .team-colour {
    float: left;
    width: 50%;
    height: 10px;
}
#home .matches .team-colours .team-colour.new-zealand {
    background-color: #060706;
}
#home .matches .team-colours .team-colour.south-africa {
    background-color: #2d482f;
}
#home .matches .team-colours .team-colour.australia {
    background-color: #eaaf0d;
}
#home .matches .team-colours .team-colour.england {
    background-color: #ebebeb;
}
#home .matches .team-colours .team-colour.scotland {
    background-color: #1f334f;
}
#home .matches .team-colours .team-colour.wales {
    background-color: #dc1a00;
}
#home .matches .team-colours .team-colour.ireland {
    background-color: #196842;
}
#home .matches .team-colours .team-colour.argentina {
    background-color: #1d519e;
}
#home .matches .team-colours .team-colour.fiji {
    background-color: #ebebeb;
}
#home .matches .team-colours .team-colour.france {
    background-color: #1c519b;
}
#home .matches .team-colours .team-colour.warriors {
    background-color: #000000;
}
#home .matches .team-colours .team-colour.titans {
    background-color: #5bc5e8;
}
#home .matches .team-colours .team-colour.bulldogs {
    background-color: #ebebeb;
}
#home .matches .team-colours .team-colour.knights {
    background-color: #00539f;
}
#home .matches .team-colours .team-colour.broncos {
    background-color: #650139;
}
#home .matches .team-colours .team-colour.raiders {
    background-color: #006740;
}
#home .matches .team-colours .team-colour.sharks {
    background-color: #499bd5;
}
#home .matches .team-colours .team-colour.sea-eagles {
    background-color: #712c48;
}
#home .matches .team-colours .team-colour.highlanders {
    background-color: #1a54a2;
}
#home .matches .team-colours .team-colour.chiefs {
    background-color: #000000;
}
#home .matches .team-colours .team-colour.stormers {
    background-color: #13214e;
}
#home .matches .team-colours .team-colour.lions {
    background-color: #e11317;
}
#home .matches .team-colours .team-colour.reds {
    background-color: #b9003a;
}
#home .matches .team-colours .team-colour.crusaders {
    background-color: #e53834;
}
#home .matches .match-info {
    position: relative;
    width: 90%;
    margin: 48px auto 0px auto;
}
#home .matches .big-name-format
{
	height: 150px;
	overflow: hidden;
}

#home .matches .small-name-format
{
	height: 111px;
	overflow: hidden;
}
#home .matches .match-info .play-btn-container {
    float: left;
    margin-top: 2px;
    width: 20%;
    height: 88px;
}
#home .matches .match-info .play-btn-container .play-btn-circle {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0px auto;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    border-radius: 54px;
    background-color: #005ca0;
    cursor: pointer;
    -webkit-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
#home .matches .match-info .play-btn-container .play-btn-circle:hover {
    background-color: #003b7e;
}
#home .matches .live-match .match-info .play-btn-container .play-btn-circle {
    background-color: #1f7a3f;
}
#home .matches .live-match .match-info .play-btn-container .play-btn-circle:hover {
    background-color: #083b11;
}
#home .matches .match-info .play-btn-container .play-btn-triangle {
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url('../images/layout/play-btn-triangle-small.png');
    background-repeat: no-repeat;
    background-position: center;
}
#home .matches .live-match .match-info .play-btn-container .play-btn-triangle {
    width: 54px;
    height: 54px;
    background-image: url('../images/layout/play-btn-triangle.png');
}
#home .matches .live-match .match-info .play-btn-container .play-btn-circle {
    width: 54px;
    height: 54px;
}
#home .upcoming .matches .small-match .match-info .play-btn-container .play-btn-circle {
    background-color: transparent;
    cursor: default;
}
#home .upcoming .matches .small-match .match-info .play-btn-container .play-btn-triangle {
    background-image: none;
}
#home .matches .match-info .team {
    float: left;
    width: 40%;
    height: 90px;
    background-repeat: no-repeat;
    background-position: top center;
}
#home .matches .match-info .team span {
    display: block;
    padding-top: 67px;
    text-align: center;
    font-size: 17px;
    color: #4C4C4C;
}
#home .time-form {
    font-size: 17px;
    text-align: center;
    color: #c3c3c3;
    font-style: normal;
    font-weight: 500;
    font-family: "museo-sans", Arial, sans-serif;
    margin: 8px 0px 70px 0px;
    margin-left: 20px;
    display: inline-block;
}
@media all and (max-width: 945px)
{
	#home .time-form
	{
		width: 100%;
		margin: 0;
	}
	#home h2.standard-title.games
	{
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	#home p.games
	{
		clear: both;
		width: 100%;
		margin: 0px;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 40px;
	}
	#home .played p.right-arrow, #home .upcoming p.right-arrow
	{
		background-position: center 45px;
	}
}
#home .matches .match-info .team.new-zealand {
    background-image: url('../images/shields/team-logos-nz.png');
}
#home .matches .match-info .team.australia {
    background-image: url('../images/shields/team-logos-australia.png');
}
#home .matches .match-info .team.south-africa {
    background-image: url('../images/shields/team-logos-sa.png');
}
#home .matches .match-info .team.england {
    background-image: url('../images/shields/team-logos-england.png');
}
#home .matches .match-info .team.wales {
    background-image: url('../images/shields/team-logos-wales.png');
}
#home .matches .match-info .team.ireland {
    background-image: url('../images/shields/team-logos-ireland.png');
}
#home .matches .match-info .team.france {
    background-image: url('../images/shields/team-logos-france.png');
}
#home .matches .match-info .team.fiji {
    background-image: url('../images/shields/team-logos-fiji.png');
}
#home .matches .match-info .team.argentina {
    background-image: url('../images/shields/team-logos-argentina.png');
}
#home .matches .match-info .team.scotland {
    background-image: url('../images/shields/team-logos-scotland.png');
}
#home .matches .match-info .team.warriors {
    background-image: url('../images/shields/warriors.png');
}
#home .matches .match-info .team.titans {
    background-image: url('../images/shields/titans.png');
}
#home .matches .match-info .team.knights {
    background-image: url('../images/shields/knights.png');
}
#home .matches .match-info .team.bulldogs {
    background-image: url('../images/shields/bulldogs.png');
}
#home .matches .match-info .team.broncos {
    background-image: url('../images/shields/broncos.png');
}
#home .matches .match-info .team.raiders {
    background-image: url('../images/shields/raiders.png');
}
#home .matches .match-info .team.sharks {
    background-image: url('../images/shields/sharks.png');
}
#home .matches .match-info .team.sea-eagles {
    background-image: url('../images/shields/sea-eagles.png');
}
#home .matches .match-info .team.highlanders {
    background-image: url('../images/shields/highlanders.png');
}
#home .matches .match-info .team.chiefs {
    background-image: url('../images/shields/chiefs.png');
}
#home .matches .match-info .team.stormers {
    background-image: url('../images/shields/stormers.png');
}
#home .matches .match-info .team.lions {
    background-image: url('../images/shields/lions.png');
}
#home .matches .match-info .team.reds {
    background-image: url('../images/shields/reds.png');
}
#home .matches .match-info .team.crusaders {
    background-image: url('../images/shields/crusaders.png');
}

#home .matches .live-match .match-info .team span {
    font-size: 22px;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
    color: #4C4C4C;
}
#home .matches .match-info .date-venue {
    padding-top: 20px;
    font-size: 14px;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
    color: #c3c3c3;
    text-align: center;
}
#home .matches .live-match .match-info .date-venue {
    font-size: 16px;
}
#home .matches .match-info .match-description {
    font-size: 13px;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
    color: #4C4C4C;
    text-align: center;
}
#home .matches .live-match .match-info .match-description {
    font-size: 15px;
}
.match-description span{
    color: #4C4C4C;
}
#home .played-upcoming {
    clear: both;
    padding-top: 50px;
}
#home .played-upcoming .matches .small-match {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 57px;
}
#home .played-upcoming .matches .small-match:nth-child(3n) {
    margin-right: 0px;
}
#home #home-footer {
    padding-top: 150px;
}
#home-content {
    background-color: #FFFFFF;
}
#home #home-footer .three-columns .column {
    float: left;
    width: 30%;
    margin-right: 5%;
}
#home #home-footer .three-columns .column.two {
    width: 65%;
}
#home #home-footer .three-columns .column.last {
    margin-right: 0px;
}
#home #home-footer h2 {
    text-align: left;
}
.latest-post, .tweets{
    margin-top: 20px;
    width: 100%;
}
.latest-post .latest-post-item{
    width: 48%;
    float: left;
    margin-top: 37px;
}
.latest-post .latest-post-item.first{
    margin-right: 4%;
}
.latest-post h3{
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #424242;
    margin: 30px 0px 20px;
}
.latest-post .excerpt{
    color: #C3C3C3;
    font-size: 14px;
}
.latest-post .link-to-post{
    color: #005BA0;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    margin: 15px 0px;
    border-bottom: 1px solid rgba(0,93,160,0);
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.latest-post .link-to-post:hover{
    color: #003b7e;
    border-bottom: 1px solid rgba(0,93,160,1);
}
.latest-post .image-link{
    position: relative;
    width: 100%;
    display: block;
}
.latest-post .image-link img{
    width: 100%;
}
.latest-post .image-link > .tag-colours {
    position: absolute;
    height: 10px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: hidden;
    width: auto;
}


.latest-post .tags{
    font-size: 13px;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    color: #b5cdce;
    margin: 0px;
}
.tweet{
    width: 275px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0px 0px 10px 0px;
    margin-bottom: 30px;
}
.tweet.last{
    border-bottom:none;
}
.tweet div.title{
    background: url("../images/layout/home-twitter-logo.png") no-repeat;
    padding: 0px 0px 0px 35px;
    line-height: 1;
    color: #1f7a3f;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    float: left;
}
.tweet div.title div{
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #A5A5A5;
    margin-top: 5px;
}
.tweet div.date{
    line-height: 1;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #A5A5A5;
    margin-top: 5px;
    float: right;
}
.tweet div.copy{
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #424242;
    margin-top: 20px;
}
.tweet a {
    color: #005DA0;
}
.tweet .twitter-link{
    color: #005DA0;
    font-size: 15px;
    display: inline;
    border-bottom: 1px solid rgba(0,93,160,0);
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.tweet .twitter-link:hover {
    color: #003b7e;
    border-bottom: 1px solid rgba(0,93,160,1);
}
.tweet .twitter-expand{
    color: #A5A5A5;
    font-size: 13px;
    display: block;
    width: 43px;
    margin-top: 20px;
    border-bottom: 1px solid rgba(165,165,165,0);
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.tweet .twitter-expand:hover {
    color: #545454;
    border-bottom: 1px solid rgba(165,165,165,1);
}
.no-games{
    color: #b2b2b2;
    font-size: 19px;
    display: block;
    margin-top: 10px;
	text-align: center;
}
.no-games a{
    color: #0067bf;
}
@media all and (max-width: 1150px){
    #home .matches .live-match.left, #home .matches .live-match.right {
        float: none;
        clear: both;
        position: relative;
        margin: 0px auto;
        width: 510px;
        max-width: 100%;
        margin-bottom: 57px;
    }
    #home .matches .live-match:last-child {
        margin-bottom: 0px;
    }
}

@media all and (max-width: 990px){
    #home .played-upcoming .matches .small-match {
        width: 45%;
        margin-right: 10%;
        margin-bottom: 57px;
    }
    #home .played-upcoming .matches .small-match:nth-child(3n) {
        margin-right: 10%;
    }
    #home .played-upcoming .matches .small-match:nth-child(2n) {
        margin-right: 0px;
    }
    #home #home-footer .three-columns .column{
        width: 45%;
    }
    #home #home-footer .three-columns .column.two {
        width: 100%;
    }
    #home #home-footer .three-columns .column:nth-child(2){
        margin-right: 0;
        float: right;
    }

    #home #home-footer .three-columns .column.tweet-column{
        position: relative;
        clear: both;
        float: none;
        width:100%;
        margin:auto;
        padding-top: 80px;
    }
    .latest-post .latest-post-item{
        width: 100%;
        float: none;
    }
    .latest-post .latest-post-item.first{
        margin-right: 0%;
        margin-bottom: 40px;
    }
    .tweet{
        width: 100%;

    }
}

@media all and (max-width: 767px){
    #home .played-upcoming .matches .small-match {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 57px;
    }
    #home .played-upcoming .matches .small-match:nth-child(3n) {
        margin-right: 0px;
    }
    #home h2.standard-title.games {
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }
    #home p.games {
        clear: both;
        width: 100%;
        margin: 0px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 40px;
    }
    #home .played p.right-arrow, #home .upcoming p.right-arrow {
        background-position: top 45px center;
    }
}

@media all and (max-width: 640px){
    #home .matches .live-match .box {
        height: 180px;
    }
    #home .matches .live-match .box img {
        width: 50%;
    }
    #home .matches .live-match .box .right-player {
        position: absolute;
        bottom: 0px;
        right: 7%;
        z-index: 9;
    }
    #home .matches .live-match .match-info .play-btn-container .play-btn-circle {
        width: 40px;
        height: 40px;
    }
    #home .matches .live-match .match-info .play-btn-container .play-btn-triangle {
        width: 40px;
        height: 40px;
        background-image: url('../images/layout/play-btn-triangle-small.png');
    }
    #home .matches .live-match .match-info .team span {
        font-size: 17px;
    }
    #home #home-footer .three-columns .column{
        float: none;
        width:100%;
        margin-bottom: 50px;
        margin-right: 0;
    }
    #home #home-footer .three-columns .column.tweet-column{
        padding-top: 0px;
    }
}
.subscribe-spacer{
    height: 50px;
    display: none;
}
@media all and (max-width: 600px){
    #home h2.standard-title {
        background-color: #FFFFFF;
    }
    .subscribe-spacer{
        display: block;
    }
}

@media all and (max-width: 480px){
    #home .matches .live-match .box {
        height: 140px;
    }
    #home .matches .match-info .team {
        height: 110px;
    }

}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #home .matches .match-info .team.new-zealand {
        background-image: url('../images/shields/team-logos-nz@2x.png');
        background-size: 49px 57px;
    }
    #home .matches .match-info .team.australia {
        background-image: url('../images/shields/team-logos-australia@2x.png');
        background-size: 49px 57px;
    }
    #home .matches .match-info .team.south-africa {
        background-image: url('../images/shields/team-logos-sa@2x.png');
        background-size: 49px 57px;
    }
    #home .matches .match-info .team.england {
        background-image: url('../images/shields/team-logos-england@2x.png');
        background-size: 49px 57px;
    }
    #home .matches .match-info .team.wales {
        background-image: url('../images/shields/team-logos-wales@2x.png');
        background-size: 49px 57px;
    }
    #home .matches .match-info .team.ireland {
        background-image: url('../images/shields/team-logos-ireland@2x.png');
        background-size: 49px 57px;
    }
    #home .matches .match-info .team.france {
        background-image: url('../images/shields/team-logos-france@2x.png');
        background-size: 49px 57px;
    }
    #home .matches .match-info .team.fiji {
        background-image: url('../images/shields/team-logos-fiji@2x.png');
        background-size: 49px 57px;
    }
    #home .matches .match-info .team.argentina {
        background-image: url('../images/shields/team-logos-argentina@2x.png');
        background-size: 49px 57px;
    }
    #home .matches .match-info .team.scotland {
        background-image: url('../images/shields/team-logos-scotland@2x.png');
        background-size: 49px 57px;
    }
    #home .matches .live-match .match-info .play-btn-container .play-btn-triangle {
        background-image: url('../images/layout/play-btn-triangle@2x.png');
        background-size: 20px 16px;
    }
    #home .matches .match-info .play-btn-container .play-btn-triangle {
        background-image: url('../images/layout/play-btn-triangle-small@2x.png');
        background-size: 14px 12px;
    }
    #home .played p.right-arrow, #home .upcoming p.right-arrow {
        background-image: url('../images/layout/icon-fwd-arrow@2x.png');
        background-size: 16px 10px;
    }
    .tweet div.title{
        background: url("../images/layout/rugby-pass-shield.png") no-repeat;
        background-size: 28px 30px;
    }
}




#schedule {
    z-index: 20;
}
#schedule .standard-title {
    padding-bottom: 35px;
}
#schedule #schedule-table .table-headings {
    font-style: normal;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 19px;
    color: #4C4C4C;
    padding-bottom: 42px;
}
#schedule #schedule-table .table-headings .code-col {
    float: left;
    width: 10%;
    margin-left: 8%;
}
#schedule #schedule-table .table-headings .competition-col {
	float: left;
	width: 20%;
}
#schedule #schedule-table .table-headings .home-col {
    float: left;
    width: 22%;
}
#schedule #schedule-table .table-headings .away-col {
    float: left;
    width: 22%;
}
#schedule #schedule-table .table-headings .venue-col {
    float: left;
    width: 14%;
}
#schedule #schedule-table .table-headings .time-col {
    float: left;
    width: 13%;
}
#schedule #schedule-table .top-gradient {
    position: relative;
    width: 100%;
    height: 10px;
    background-image: url('../images/layout/schedule-gradient.png');
    margin-bottom: 42px;
}


#schedule #schedule-table .schedule-row {
    position: relative;
    width: 100%;
    clear: both;
    /*max-height: 60px;*/
    padding-bottom: 100px;
    overflow: hidden;
    -webkit-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
    font-size: 19px;
    color: #4C4C4C;
}
#schedule #schedule-table .schedule-row.first {
    border-top: none;
    padding-top: 50px;
}
#schedule #schedule-table .schedule-row.on {
    max-height: 1999px;
    padding-top: 58px;
    padding-bottom: 100px;
    background-color: #FFFFFF;
}
#schedule #schedule-table .schedule-row.first.on {
    padding-top: 0px;
}
#schedule #schedule-table .schedule-row .row-heading {
    height: 60px;
    -webkit-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#schedule #schedule-table .schedule-row .row-heading .date-col {
    float: left;
    width: 100%;
    margin-left: 8%;
    font-size: 24px;
}
#schedule #schedule-table .schedule-row .row-heading .date-col span {
    color: #2d7b42;
}
#schedule #schedule-table .schedule-row.on .row-heading {
    background-color: #FFFFFF;
    color: #4C4C4C;
}
#schedule #schedule-table .schedule-row .row-heading .code-col {
    float: left;
    width: 4%;
    margin-left: 8%;
    margin-right: 2%;
    text-align: left;
    padding-top: 19px;
}
#schedule #schedule-table .schedule-row .row-heading .competition-col {
    float: left;
    width: 20%;
    padding-top: 19px;
}
#schedule #schedule-table .schedule-row .row-heading .expand-btn {
    float: left;
    max-width: 12%;
    font-size: 15px;
    padding-top: 20px;
    color: #1F7A3F;
    border-bottom: 1px solid rgba(45,123,66,0);
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
#schedule #schedule-table .schedule-row .row-heading .expand-btn:hover {
    color: #083b11;
    border-bottom: 1px solid rgba(45,123,66,1);
}
#schedule #schedule-table .schedule-row.on .row-heading .expand-btn {
    display: none;
}
#schedule #schedule-table .schedule-row .row-heading .contract-btn {
    float: left;
    width: 20px;
    height: 20px;
    font-size: 15px;
    margin-top: 20px;
    color: #1F7A3F;
    background-color: #f7f7f7;
    display: none;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#schedule #schedule-table .schedule-row .row-heading .contract-btn > img {
    position: absolute;
    margin-top: 9px;
    margin-left: -4px;
}
#schedule #schedule-table .schedule-row.on .row-heading .contract-btn {
    display: block;
}
#schedule #schedule-table .schedule-row .row-heading .arrow-col {
    float: right;
    margin-right: 5%;
    width: 27px;
    height: 60px;
}
#schedule #schedule-table .schedule-row .row-heading .arrow-col .arrow {
    margin-top: 10px;
    width: 27px;
    height: 27px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
    background-color: #231f21;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}
#schedule #schedule-table .schedule-row.on .row-heading .arrow-col .arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#schedule #schedule-table .schedule-row .matches {
    clear: both;
    position: relative;
    width: 100%;
}
#schedule #schedule-table .schedule-row .matches .match {
    position: relative;
    width: 100%;
    clear: both;
    background-color: #f5f5f5;
    min-height: 48px;
}
#schedule #schedule-table .schedule-row .matches .match .time-col .nav-panel
{
    position: relative;
    display: none;
}
#schedule #schedule-table .schedule-row .matches .match .time-col .nav-panel .panel-list
{
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: -6px;
    background-color: #0067bf;
    border-radius: 2px;
    font-size: 16px;
    font-family: "museo-sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
}
#schedule #schedule-table .schedule-row .matches .match .time-col .nav-panel .panel-list:after
{
	position: absolute;
	top: 13px;
	right: -7px;
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid #005f9f;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}
#schedule #schedule-table .schedule-row .matches .match .time-col .nav-panel.live .panel-list:after
{
    border-left: 8px solid #1e7b3f;
}
#schedule #schedule-table .schedule-row .matches .match .time-col .nav-panel.live .panel-list
{
    width: 260px;
}
#schedule #schedule-table .schedule-row .matches .match .time-col .nav-panel.has-condensed .panel-list
{
    width: 215px;
}
#schedule #schedule-table .schedule-row .matches .match .time-col .nav-panel .panel-list a
{
    color: #ffffff;
}
#schedule #schedule-table .schedule-row .matches .match .time-col .nav-panel.open
{
    display: block;
}
#schedule #schedule-table .schedule-row .matches .match .time-col .nav-panel .panel-content
{
    height: 100%;
    overflow: hidden;
}
#schedule #schedule-table .schedule-row .matches .match .time-col .nav-panel .panel-list .divider
{
    color: #ffffff;
    padding: 0 5px;
    height: 100%;
}
.neulion-feed-tabs .games .game .game-hover ul li a.full-game
{
    position: relative;
}
#schedule #schedule-table .schedule-row .matches .match .time-col .nav-panel .panel-content .game-progress-bar
{
    position: absolute;
    left: 15px;
    bottom: 7px;
    height: 2px;
    width: 74px;
    background-color: #397fb3;
}
.neulion-feed-tabs .games .game .game-hover ul li a.full-game .game-progress-bar
{
    position: absolute;
    width: 36px;
    height: 4px;
    border-radius: 10px;
    left: auto;
    right: 20px;
    top: 24px;
    background-color: #03437c;
}
#schedule #schedule-table .schedule-row .matches .match .time-col .nav-panel .panel-content .game-progress-bar .game-progress,
.neulion-feed-tabs .games .game .game-hover ul li a.full-game .game-progress-bar .game-progress{
    height: 100%;
    background-color: #f5f5f5;
}
.neulion-feed-tabs .games .game .game-hover ul li a.full-game .game-progress-bar .game-progress
{
    border-radius: 10px;
}
#schedule #schedule-table .schedule-row .matches .match .time-col .upcoming a {
    color: #2d7b42;
    text-decoration: underline;
}
#schedule #schedule-table .schedule-row .matches .match.last {
    border-bottom: none;
}
#schedule #schedule-table .schedule-row .matches .match .code-col {
    float: left;
    width: 10%;
    min-width: 80px;
    margin-left: 8%;
    padding-top: 10px;
    color: #B2B2B2;
}
#schedule #schedule-table .schedule-row .matches .match .competition-col {
    float: left;
    width: 20%;
    min-width: 100px;
    margin-left: 0px;
    padding-top: 10px;
    color: #B2B2B2;
}
#schedule #schedule-table .schedule-row .matches .match .competition-col .mobile-details {
    display: none;
}
#schedule #schedule-table .schedule-row .matches .match .home-col {
    float: left;
    width: 22%;
    padding-top: 10px;
}
#schedule #schedule-table .schedule-row .matches .match .home-col .versus {
    float: right;
    margin-right: 40px;
}
#schedule #schedule-table .schedule-row .matches .match .away-col {
    float: left;
    width: 22%;
    padding-top: 10px;
}
#schedule #schedule-table .schedule-row .matches .match .venue-col {
    float: left;
    width: 17%;
    padding-top: 10px;
    color: #B2B2B2;
}
#schedule #schedule-table .schedule-row .matches .match img {
    float: left;
    width: 23px;
    margin-right: 14px;
}
#schedule #schedule-table .schedule-row .matches .match .time-col {
    float: left;
    width: 12%;
    padding-top: 10px;
    color: #B2B2B2;
    position: relative;
}
#schedule #schedule-table .schedule-row .matches .match .team {
    float: left;
    color: #4C4C4C;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    font-size: 16px;
}
#schedule #schedule-table .schedule-row .matches .match .team:hover 
{
  overflow: inherit;
  transition: 0.5s all;
}
#schedule #schedule-table .schedule-row .matches .match .score {
    float: right;
    margin-right: 10%;
    display: none;
}
#schedule #schedule-table .schedule-row .matches .match .play-btn {
    float: left;
    display: block;
    width: 27px;
    height: 27px;
    margin-left: 16px;
    background-image: url('../images/layout/play-btn-triangle-smaller.png');
    background-position: 9px 9px;
    background-size: 10px 9px;
    background-repeat: no-repeat;
    background-color: #005ca0;
    -webkit-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    cursor: pointer;
}
#schedule #schedule-table .schedule-row .matches .match .play-btn.live {
    background-color: #1f7a3f;
}
#schedule #schedule-table .schedule-row .matches .match .live-label {
    float: left;
    margin-top: 1px;
    margin-left: 7px;
    width: 66px;
    height: 26px;
    background-image: url('../images/layout/live-label.png');
    background-repeat: no-repeat;
    font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
    font-weight: normal;
    color: #FFFFFF;
}
#schedule #schedule-table .schedule-row .matches .match .live-label span {
    position: absolute;
    margin-top: 2px;
    margin-left: 15px;
    font-size: 19px;
}
#schedule #schedule-table .schedule-row .matches .match .play-btn:hover {
    background-color: #003B7E;
}
#schedule #schedule-table .schedule-row .matches .match .play-btn.live:hover {
    background-color: #083b11;
}
#schedule #schedule-table .mobile-only {
    display: none;
}
#schedule #schedule-table .no-games
{
	font-family: "futura-pt", Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	padding: 100px 0;
	text-align: center;
	text-transform: uppercase;
}
#schedule-filters {
    position: relative;
    font-size: 19px;
    min-height: 70px;
    max-height: 70px;
    -webkit-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
    overflow: hidden;
}
#schedule-filters.on {
    max-height: 999px;
}
#schedule-filters .schedule-dropdown {
    position: relative;
    display: none;
}
#schedule-filters .schedule-dropdown.on {
    display: block;
}
#schedule-filters .title {
    color: #1F7A3F;
    text-decoration: underline;
}
#schedule-filters .filter-arrow {
    width: 10px;
    height: 5px;
    background-image: url('../images/layout/icon-submenu-downarrow.png');
    background-repeat: no-repeat;
}
#schedule-filters #competition-filter {
    position: absolute;
    left: 50%;
    margin-left: -335px;
}
#schedule-filters #competition-filter .title {
    float: left;
    width: 300px;
    padding-right: 10px;
    text-align: right;
}
#schedule-filters .filter-arrow {
    float: left;
    margin-top: 8px;
}
#schedule-filters .filter-divider {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    color: #b2b2b2;
}
#schedule-filters #team-filter {
    position: absolute;
    left: 50%;
    margin-left: 20px;
}
#schedule-filters #team-filter .title {
    float: left;
    text-align: left;
    padding-right: 10px;
}

/*.game-options-dialog{
	background: url("../images/layout/game-options-dialog.png");
	width: 239px;
	height: 46px;
	position: absolute;
	left: -235px;
	top: -1px;
	z-index: 3000;
	padding: 10px 0px 0px 20px;
	color: #ffffff;
	font-size: 16px;
	font-family: "museo-sans", Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	display: none;
}
.game-options-dialog.open{
    display: block;
}
.game-options-dialog.open a.disable
{
	color: lightgray;
	cursor: default;
}
.game-options-dialog > span,
.game-options-dialog > a
{
	color: #FFFFFF;
	cursor: pointer;
}*/
.upcominggame-options-dialog > span,
.upcominggame-options-dialog > a
{
	color: #2d7b42;
	cursor: pointer;
}
.schedule-week-upcoming {
    position: relative;
    display: inline-block;
    width: 108px;
    height: 27px;
    text-align: center;
    color: #2d7b42;
    border: 1px solid;
    border-color: #2d7b42;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	padding-left: 10px;
    padding-right: 10px;
}
#schedule-week {
    position: absolute;
    top: 131px;
    left: 8%;
    width: 205px;
    height: 40px;
    text-align: center;
    color: #FFFFFF;
    background-color: #29723d;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 100;
}
#schedule-week .left-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    background-image: url("../images/layout/schedule-left.png");
    background-position: center 14px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#schedule-week .right-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background-image: url("../images/layout/schedule-right.png");
    background-position: center 14px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#schedule-week .week-text {
    padding-top: 9px;
}
#show-scores {
    position: absolute;
    top: 60px;
    right: 5%;
    z-index: 100;
    cursor: pointer;
}
#show-scores .scores-checkbox {
    float: left;
    width: 22px;
    height: 22px;
    background-color: #e8e8e8;
    margin-right: 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#show-scores.on .scores-checkbox {
    background-image: url("../images/layout/show-scores-circle.png");
    background-repeat: no-repeat;
    background-position: center center;
}
#show-scores .scores-text {
    float: left;
    color: #222;
}
#welcome-fixed-menu {
    position: fixed;
    top: 0px;
    margin-top: -85px;
    padding: 0px 20px;
    left: 0px;
    width: 100%;
    height: 70px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    z-index: 2200;
    -webkit-transition: margin-top 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: margin-top 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: margin-top 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: margin-top 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
    overflow: hidden;
}
#welcome-fixed-menu.on {
    margin-top: 0px;
}
#welcome-fixed-menu.abs {
    position: absolute;
    top: 3420px;
}
#welcome-fixed-menu .relative-center {
    max-width: 1030px;
}
#welcome-fixed-menu .blue-button {
    float: right;
    font-size: 20px;
    max-width: 280px;
    border-radius: 3px;
    padding: 14px 0px;
    margin-top: 11px;
}
#welcome-fixed-menu .blue-button.small-font {
    font-size: 16px;
    padding: 16px 0px;
}
#welcome-fixed-menu ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#welcome-fixed-menu ul > li {
    float: left;
    padding-left: 22px;
    padding-right: 22px;
    color: #005da0;
    line-height: 1;
    -webkit-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
    cursor: pointer;
}
#welcome-fixed-menu ul > li.first {
    padding-left: 0px;
}
#welcome-fixed-menu ul > li span {
    float: left;
    padding-top: 24px;
    height: 70px;
    display: block;
    border-bottom: 3px solid rgba(0,93,160,0);
    -webkit-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
#welcome-fixed-menu ul > li.on span {
    border-bottom: 3px solid rgba(0,93,160,1);
}
#welcome-fixed-menu.on-hover ul > li.on span {
    border-bottom: 3px solid rgba(0,93,160,0);
}
#welcome-fixed-menu ul > li.hover span {
    border-bottom: 3px solid rgba(0,93,160,1) !important;
}
#welcome-fixed-menu ul > li.last {
    margin-right: 0px;
}
#welcome-fixed-menu .off-25 {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 48px;
    height: 48px;
    margin-top: 13px;
    background-image: url("../images/layout/25off.png");
    background-repeat: no-repeat;
    background-size: 48px 48px;
}

@media all and (max-width: 990px) {
    #welcome-fixed-menu.abs {
        top: 3000px;
    }
}

@media all and (max-width: 768px) {
    #welcome-fixed-menu.abs {
        top: 2900px;
    }
}

@media all and (max-width: 767px) {
    #welcome-fixed-menu ul > li {
        padding-left: 10px;
        padding-right: 10px;
    }
    #welcome-fixed-menu ul > li.first {
        padding-left: 0px;
    }
    #welcome-fixed-menu .blue-button {
        font-size: 18px;
        /*width: 150px;*/
    }
    #welcome-fixed-menu.abs {
        top: 4100px;
    }
}

@media all and (max-width: 700px) {
    #welcome-fixed-menu ul > li {
        display: none;
    }
    #welcome-fixed-menu .blue-button {
        position: relative;
        float: none;
        margin: 9px auto;
        font-size: 24px;
        width: auto;
    }
    #welcome-fixed-menu .off-25 {
        right: auto;
        left: 50%;
        top: -18px;
        margin-left: 120px;
    }
}

@media all and (max-width: 480px) {
    #welcome-fixed-menu.abs {
        top: 3988px;
    }
}

@media all and (max-width: 359px) {
    #welcome-fixed-menu .off-25 {
        display: none;
    }
}
#standings {
    font-style: normal;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 19px;
    line-height: 1em;
    color: #4C4C4C;
    z-index: 20;
}
#standings h3 {
    position: relative;
    font-style: normal;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 19px;
    line-height: 1em;
    color: #1F7A3F;
    padding-bottom: 33px;
    width: 90%;
    margin: 0px auto;
    max-width: 1040px;
}
#standings h3.space-top {
    padding-top: 94px;
}
#standings .standard-title {
    padding-bottom: 35px;
}
#standings #standings-table {
    padding-bottom: 100px;
}
#standings .standing-row, #standings .table-headings {
    position: relative;
    width: 90%;
    max-width: 1040px;
    margin: 0px auto;
    border-bottom: 1px solid #e6e6e6;
}
#standings .table-headings {
    border: none;
    padding-bottom: 30px;
}
#standings .standing-row {
    padding: 10px 0px;
}
#standings .team-col {
    float: left;
    width: 30%;
}
#standings .team-col > img {
    float: left;
    margin-right: 18px;
}
#standings .team-col > .team {
    float: left;
    width: 80%;
    height: 25px;
    padding-top: 3px;
    overflow-x: hidden;
}
#standings .flag-col {
    float: left;
    width: 7%;
    height: 16px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: left;
}
#standings .flag-col.new-zealand {
    background-image: url('../images/layout/standings-flag-icon-nz.png');
}
#standings .flag-col.australia {
    background-image: url('../images/layout/standings-flag-icon-au.png');
}
#standings .flag-col.south-africa {
    background-image: url('../images/layout/standings-flag-icon-sa.png');
}
#standings .play-col {
    float: left;
    width: 7%;
}
#standings .win-col {
    float: left;
    width: 7%;
}
#standings .draw-col {
    float: left;
    width: 7%;
}
#standings .loss-col {
    float: left;
    width: 7%;
}
#standings .for-col {
    float: left;
    width: 7%;
}
#standings .against-col {
    float: left;
    width: 7%;
}
#standings .bp1-col {
    float: left;
    width: 7%;
}
#standings .bp2-col {
    float: left;
    width: 7%;
}
#standings .bp3-col {
    float: left;
    width: 7%;
}
#standings .points-col {
    float: left;
    width: 7%;
}
#standings .play-col .small, #standings .win-col .small, #standings .draw-col .small, #standings .loss-col .small, #standings .for-col .small, #standings .against-col .small, #standings .points-col .small {
    display: none;
}
#standings #standings-table .top-gradient {
    position: relative;
    width: 100%;
    height: 10px;
    background-image: url('../images/layout/schedule-gradient.png');
    margin-bottom: 42px;
}
#standings .standing-row .play-col, #standings .standing-row .win-col, #standings .standing-row .draw-col, #standings .standing-row .loss-col, #standings .standing-row .for-col, #standings .standing-row .against-col, #standings .standing-row .bp1-col, #standings .standing-row .bp2-col, #standings .standing-row .bp3-col, #standings .standing-row .points-col {
    padding-top: 3px;
}


@media all and (max-width: 1279px){
    #standings #standings-table {
        margin-top: -10px;
    }
    #standings .flag-col {
        display: none;
    }
    #standings .team-col {
        width: 44%;
    }
    #standings .for-col, #standings .against-col {
        display: none;
    }
}

@media all and (max-width: 900px){
    #standings .play-col .large, #standings .win-col .large, #standings .draw-col .large, #standings .loss-col .large, #standings .for-col .large, #standings .against-col .large, #standings .points-col .large {
        display: none;
    }
    #standings .play-col .small, #standings .win-col .small, #standings .draw-col .small, #standings .loss-col .small, #standings .for-col .small, #standings .against-col .small, #standings .points-col .small {
        display: block;
    }
}

@media all and (max-width: 767px){
    #standings .team-col {
        width: 50%;
    }
    #standings .play-col, #standings .win-col,  #standings .draw-col, #standings .loss-col, #standings .bp-col, #standings .points-col {
        width: 10%;
    }
    #standings .bp1-col, #standings .bp2-col, #standings .bp3-col {
        display: none;
    }
}

@media all and (max-width: 600px){
    #standings {
        font-size: 16px;
    }
    #standings .standing-row .play-col, #standings .standing-row .win-col, #standings .standing-row .draw-col, #standings .standing-row .loss-col, #standings .standing-row .for-col, #standings .standing-row .against-col, #standings .standing-row .bp1-col, #standings .standing-row .bp2-col, #standings .standing-row .bp-col, #standings .standing-row .points-col {
        padding-top: 5px;
    }
    #standings .team-col > .team {
        padding-top: 5px;
    }
    #standings .table-headings {
        padding-bottom: 40px;
    }
}

@media all and (max-width: 560px){
    #standings .team-col {
        width: 60%;
    }
    #standings .draw-col {
        display: none;
    }
    #standings .team-col > .team {
        width: 70%;
    }
}

@media all and (max-width: 420px){
    #standings {
        font-size: 15px;
    }
}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #standings .flag-col.new-zealand {
        background-image: url('../images/layout/standings-flag-icon-nz@2x.png');
        background-size: 22px 16px;
    }
    #standings .flag-col.australia {
        background-image: url('../images/layout/standings-flag-icon-au@2x.png');
        background-size: 22px 16px;
    }
    #standings .flag-col.south-africa {
        background-image: url('../images/layout/standings-flag-icon-sa@2x.png');
        background-size: 22px 16px;
    }
}.home-new-banner {
    clear: both;
    position: relative;
    width: 100%;
    height: 120px;
    margin: 40px 0px 80px;
    color: #ffffff;
    background-color: #295492;
    overflow: hidden;
    display: block;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.home-new-banner.live{
    background-color:#189A6B;
    margin: 55px 0 0 0;
}
.home-new-banner.six-nations{
    background-color:#009ed9;
}
.home-new-banner.top-banner{
    background-color:#efefef;
    margin: -23px 0 0 0;
}
.home-new-banner.top-banner .h2, .home-new-banner.top-banner .h4, .home-new-banner.top-banner .price, .home-new-banner.top-banner .price-description {
    color: #009d69 !important;
}
.home-new-banner .logo {
    position: absolute;
    width: 47px;
    height: 50px;
    margin-left: -47px;
}
.home-new-banner .left-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    margin-top: 32px;
    margin-left: -110px;
    z-index: 1;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.home-new-banner .right-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 200px;
    z-index: 1;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    display: none;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.home-new-banner.six-nations .right-bg {
    background-image: url("../images/home/triangle-right-six-nations.png");
}
.home-new-banner .players {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 390px;
    height: 155px;
    background-image: url("../images/home/hero.png");
    background-repeat: no-repeat;
    background-size: 390px 155px;
    z-index: 5;
    margin-left: -30px;
}
.home-new-banner .players.six-nations {
    background-image: url("../images/home/hero-six-nations.png");
    margin-left: 0;
}
.home-new-banner .players.super-rugby {
    background-image: url("../images/home/hero-super-rugby.png");
    margin-left: 0;
}
.home-new-banner .players.avp {
    background-image: url("../images/home/hero-avp.png");
    margin-left: 0;
}
.home-new-banner .players.top-14 {
    background-image: url("../images/home/hero-top14.png");
    margin-left: 0;
}
.home-new-banner .copy-main {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 545px;
    margin-left: -240px;
    padding: 16px 0px 0px 65px;
    z-index: 10;
}
.home-new-banner .slides .copy-main {
    margin-top: 22px;
}
.home-new-banner .slides .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-new-banner[current-slide="1"] {
    background-color: #009ed9;
}
.home-new-banner[current-slide="1"] .left-bg, .home-new-banner[current-slide="1"] .right-bg {
    background-color: #e20d12;
}
.home-new-banner[current-slide="2"] {
    background-color: #295492;
}
.home-new-banner[current-slide="2"] .left-bg, .home-new-banner[current-slide="2"] .right-bg {
    background-color: #b9cdce;
}
.home-new-banner[current-slide="3"] {
    background-color: #0051bc;
}
.home-new-banner[current-slide="3"] .left-bg, .home-new-banner[current-slide="3"] .right-bg {
    background-color: #fddf01;
}
.home-new-banner[current-slide="4"] {
    background-color: #000000;
}
.home-new-banner[current-slide="4"] .left-bg, .home-new-banner[current-slide="3"] .right-bg {
    background-color: #c5962a;
}
#home-new .home-new-banner .copy-main .h2, #home-new .home-new-banner .copy-main .h4 {
    text-align: center;
    color: #ffffff;
}
#home-new .home-new-banner .copy-main .h2 {
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-size: 34px;
    font-weight: normal;
    margin: 2px auto;
}
#home-new .home-new-banner .copy-main .h4 {
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.home-new-banner .copy-right {
    position: absolute;
    top: 37px;
    right: 60px;
    width: 162px;
    z-index: 15;
}
.home-new-banner .copy-right.three-line {
    top: 14px;
    width: 182px;
}
.home-new-banner .copy-right .price-description {
    position: relative;
    width: 100%;
    margin: 0px 0px 6px 0px;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
}
.home-new-banner .copy-right .btn {
    display: block;
    background-color: #009d69;
    border-radius: 2px;
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 9px 0px;
    cursor: pointer;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    color: #FFFFFF;
}
.home-new-banner .copy-right .btn:hover {
    background-color: #007e54;
}
.home-new-banner .copy-right .price {
    position: relative;
    width: 100%;
    margin: 6px 0px 0px 0px;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
}

@media all and (max-width: 1280px){
    .home-new-banner .players {
        top: auto;
        bottom: 0;
        width: 25%;
        height: 120px;
        background-size: 100%;
        background-position: center bottom;
    }
    .home-new-banner .copy-main {
        left: 50%;
        margin-left: -300px;
    }
}

@media all and (max-width: 1023px){
    .home-new-banner.top-banner {
        margin-top: 0px;
    }
}

@media all and (max-width: 990px){
    .home-new-banner .copy-main {
        margin-left: -400px;
    }
    .home-new-banner .players {
        display: none;
    }
}

@media all and (max-width: 860px){
    .home-new-banner .logo {
        display: none;
    }
}

@media all and (max-width: 767px){
    .home-new-banner {
        height: 280px;
        margin: 86px 0px;
    }
    .home-new-banner .left-bg, .home-new-banner .right-bg {
        bottom: 0px;
        top: auto;
    }
    .home-new-banner .right-bg {
        display: block;
    }
    .home-new-banner .players {
        top: auto;
        bottom: 0px;
        left: 50%;
        margin-left: -220px;
    }
    .home-new-banner .players.six-nations {
        margin-left: -195px;
    }
    .home-new-banner .copy-main {
        left: 50%;
        right: auto;
        padding-top: 30px;
        padding-left: 0px;
        width: 280px;
        margin-left: -140px;
    }
    #home-new .home-new-banner .copy-main .h4.line2 {
        margin-top: 40px;
    }
    .home-new-banner .copy-right {
        top: 168px;
        right: auto;
        left: 50%;
        width: 162px;
        margin-left: -81px;
    }
    .home-new-banner .copy-right.three-line {
        top: 168px;
        width: 182px;
        margin-left: -91px;
    }
    .home-new-banner .right-bg {
        display: none;
    }
    .home-new-banner {
        margin: 22px 0px 84px 0px;
    }
    .home-new-banner .copy-right .btn {
        margin: 0 auto;
    }
    .home-new-banner .left-bg {
        top: 150px;
    }
}.common-white-panel{
    position: relative;
    width: 100%;
    padding: 62px 46px;
    z-index: 10;
    background-color: #ffffff;
}
.list-slider{
    position: relative;
    width: 100%;
    height: 495px;
}
.list-slider.no-slide{
    height:auto;
}
.list-slider.no-slide ul:after{
    display: block;
    clear: both;
    content: "";
}
.list-slider ul {
    position: absolute;
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.list-slider.no-slide ul{
    position: relative;
    margin: 0 -23px;
    width: auto;
}
.list-slider ul li {
    float: left;
    width: calc(25% - 35px);
    margin-right: 46px;
}
.list-slider.no-slide ul li {
    width: calc(25% - 46px);
    margin:0 23px;
    height:550px;
}
.list-slider.no-slide ul li.first{
    display: none;
}
.list-slider ul li h3 {
    position: relative;
    margin-top: 19px !important;
    width: 100% !important;;
    height: 63px !important;;
    overflow: hidden !important;;
    line-height: 1.24 !important;;
}
.list-slider ul li .article-img-link {
    color: #FFFFFF;
}
.list-slider ul li .article-img {
    width: 100%;
}
.list-slider ul li .article-img.large {
    display: none;

}
.list-slider ul li.last {
    margin-right: 0px;
}
.list-slider ul li > p {
    font-family: "Apercu-Regular", Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin: 15px 0px 3px 0px;
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden;
}
.list-slider .author {
    margin-top: 0px;
}


.matches-group {
    text-align: center;
    margin: 0 -15px 20px;
}
.matches-group .matches-items{
     border-right: 1px solid #e7e7e7;
     border-bottom: 1px solid #e7e7e7;
     border-left: 1px solid #e7e7e7;
     padding: 0 15px 30px;
     min-height: 20px;
     font-size: 15px;
 }
.matches-group[data-status='1'] .matches-items{
    border-right: 1px solid #009d69;
    border-bottom: 1px solid #009d69;
    border-left: 1px solid #009d69;
    background: #009d69;
}
.matches-group .match {
    display: block;
}
.matches-group .match.hide{
    display: none;
}
.matches-group .match span{
    display: block;
}
.matches-group .match > a{
    display: block;
}
.matches-group .match .match-container {
    padding: 15px 0 25px;
    border-top: 1px solid #e7e7e7;
}
.matches-group .match .match-container.no-live{
    font-size: 13px;
    color: #DDDDDD;
}
.matches-group .match .match-container.no-live a{
    color: #DDDDDD;
    text-decoration: underline;
}
.matches-group .match .match-container.no-upcoming{
    font-size: 13px;
    color: #444444;
}
.matches-group .match .match-container.no-upcoming a{
    color: #444444;
    text-decoration: underline;
}
.matches-group[data-status='1'] .match .match-container {
    border-top: 1px solid #008c5e;
}
.matches-group[data-status='1'] .match .match-container a{
    color: #FFFFFF;
}
.matches-group .match .match-container .match-date-scores{
    position: relative;
    height:30px;
    clear: both;
}
.matches-group .match .match-container .match-date-scores .match-score{
    width: 47.5%;
    max-width: 110px;
    text-align: center;
    color: #1458a3;
    font-family: 'Apercu-Regular';
    padding-top: 8px;
    display: none;
}
.matches-group[data-score='1'] .match .match-container .match-date-scores .match-score{
    display: block;
}
.matches-group .match .match-container .match-date-scores .date{
    position: absolute;
    width: 100%;
    top:15px;
    color: #009d69 !important;
}
.matches-group[data-status='1'] .match .match-container .match-date-scores .date{
    color: #DDDDDD !important;
}
.matches-group .match .type {
    font-family: "MuseoSlab-500", Arial;
    font-size: 12px;
    color: #444444;
}
.matches-group .match .tournament {
    font-family: "MuseoSlab-500", Arial;
    font-size: 15px;
    color: #DDDDDD;
    margin-top: -6px;
}
.matches-group[data-status='1'] .match .type,
.matches-group[data-status='1'] .match .tournament{
    color: #DDDDDD;
}
.matches-group .match .teams {
    position: relative;
    width: 100%;
    margin-top: 18px;
}
.matches-group .match .teams .team {
    width: 47.5%;
    max-width: 110px;
    text-align: center;
    color: #444444;
}
.matches-group[data-status='1'] .match .teams .team {
    color: #FFFFFF;
}
.matches-group .match .teams .left-team {
    float: left;
    line-height: 1.4!important;
}
.matches-group .match .teams .right-team {
    float: right;
}
.matches-group .match .teams .team img {
    width: 26px;

}
.matches-group .match .teams .team span {
    display: block;
    margin-top: -4px;
    font-family: "MuseoSlab-500", Arial;
    font-weight: normal;
}

.matches-group[data-status='0'] .match[data-status='1'],
.matches-group[data-status='0'] .match[data-status='3']{
    display: none !important;
}
.matches-group[data-status='1'] .match[data-status='0'],
.matches-group[data-status='1'] .match[data-status='3']{
    display: none !important;
}
.matches-group[data-status='3'] .match[data-status='0'],
.matches-group[data-status='3'] .match[data-status='1']{
    display: none !important;
}
.matches-group .matches-tabs:after{
    clear: both;
    display: block;
    content: "";
}
.matches-group .matches-tabs .tab{
    float: left;
    font-size: 12px;
    font-family: 'Apercu-Bold';
    width: 33.33%;
    background-color: #f0f0f0;
    color: #444444;
    height: 48px;
    padding: 11px 0;
    margin-top: 5px;
    cursor: pointer;
    border-right: 1px solid #FFFFFF;
    -webkit-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.matches-group .matches-tabs .tab:hover {
    background-color: #d5d5d5;
}
.matches-group .matches-tabs .tab[data-status='3']{
    border-right: none;
    width: calc(33.33% + 1px);
    margin-right: -1px;
}
.matches-group[data-status='0'] .matches-tabs .tab[data-status='0'],
.matches-group[data-status='3'] .matches-tabs .tab[data-status='3']{
    height: 53px;
    margin-top: 0px;
    text-align: center;
    padding: 15px 0;
    color: #1458a3;
    background-color: #FFFFFF;
    cursor: default;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}
.matches-group[data-status='1'] .matches-tabs .tab[data-status='1']{
    height: 53px;
    margin-top: 0px;
    text-align: center;
    padding: 15px 0;
    color: #FFFFFF;
    background-color: #009d69;
    cursor: default;
    border-right: 1px solid #009d69;
    border-top: 1px solid #009d69;
    border-left: 1px solid #009d69;
}
.matches-group .show-scores-menu{
    height:37px;
    padding-top: 7px;
}
.matches-group .show-scores-menu:after{
    clear: both;
    display:block;
    content: "";
}
.matches-group .show-scores-menu div{
    color: #009d69;
    font-family: 'Apercu-Regular';
    font-size: 13px;
    float: left;
}
.matches-group[data-status='1'] .show-scores-menu div{
    color: #FFFFFF;
}
.matches-group .show-scores-menu .show-scores{
    width: 17px;
    height: 17px;
    background-color: #ffffff;
    border: solid 1px #e7e7e7;
    margin: 3px 10px 0 0;
    cursor: pointer;
    position: relative;
}
.matches-group[data-status='1'] .show-scores-menu .show-scores{
    border: solid 1px #008c5e;
}
.matches-group .show-scores-menu .show-scores div{
    width: 7px;
    height: 7px;
    background: #009d69;
    position: absolute;
    left:4px;
    top:4px;
    display: none;
}
.matches-group[data-score='1'] .show-scores-menu .show-scores div{
    display: block;
}
.matches-group[data-status='0'] .show-scores-menu div,
.matches-group[data-status='1'] .show-scores-menu div,
.matches-group[data-status='1'][data-live='0'] .show-scores-menu div{
    visibility: hidden;
}
.matches-group .matches-items .play-btn{
    display: block;
    position: absolute;
    top:-4px;
    left: 50%;
    margin-left: -20px;
    display: none;
    background: url("../images/layout/icon-playbutton-highlights.png");
    background-size: 100%;
    width: 40px;
    height: 40px;
}
.matches-group[data-status='1'] .matches-items .play-btn{
    background: url("../images/layout/play-button-white.png");
    background-size: 100%;
}
.matches-group[data-score='1'] .match[data-status='1'] .match-container .match-date-scores .match-score{
    display: none;
}
.matches-group .matches-items .match[data-status='1'] .play-btn,
.matches-group .matches-items .match[data-status='3'] .play-btn{
    display: block;
}
.lion-fixtures{
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 720px;
}
.lions-fixture-group{
    position: relative;
    width: 100%;
}
.lions-fixture-group.out{
    position: absolute;
    top:0px;
    left: 100%;
}
@media all and (max-width: 1150px) {
    .common-white-panel{
        padding: 62px 0;
    }
    .list-slider {
        padding-left: 46px;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }
    .list-slider.no-slide  {
        padding:0 30px;
        cursor: default;
    }
    .list-slider ul {
        width: 2000px;
    }
    .list-slider.no-slide ul {

    }
    .list-slider ul li {
        width: 254px !important;
        margin-right: 46px;
      }
    .list-slider.no-slide ul li {
        width: calc(50% - 46px) !important;
        margin:0 23px;
        height: 680px;
    }
    .list-slider.no-slide ul li .article-img.large {
        display: block;
    }
    .list-slider.no-slide ul li .article-img.thumb {
        display: none;
    }
    .list-slider.no-slide ul li.first{
        display: block;
    }
    .list-slider.no-slide ul li.second .small-title{
        visibility: hidden;
    }
    .matches-group .match {
        float: none;
        width: 100%;
        padding: 25px 0px 0px 0px;
    }
    .matches-group .match .match-container {
        position: relative;
        width: 90%;
        max-width: 350px;
        margin: 0px auto;
        padding-bottom: 31px;
    }
    .matches-group .show-scores-menu {
        position: relative;
        width: 90%;
        max-width: 350px;
        margin: 0px auto;
        height: 37px;
        padding: 15px 0 0 15px;
    }
}

@media all and (max-width: 767px) {


    .matches-group .match .match-container {
        max-width: 320px;
    }
    .list-slider {
        padding-left: 30px;
    }
    .list-slider.no-slide  {
        padding:0 30px;
        cursor: default;
    }
    .list-slider ul li {
        margin-right: 30px;
    }
    .list-slider.no-slide ul {
        margin: 0 0 80px;
    }
    .list-slider.no-slide ul li {
        width: 100% !important;
        margin:0 0 30px;
        height: auto;
    }
    .list-slider.no-slide  ul li h3 {
        height: auto !important;;
    }
    .list-slider.no-slide ul li .author,
    .list-slider.no-slide ul li p {
        display: none;
    }
}
@media all and (max-width: 480px) {
    .list-slider.no-slide ul li {
        margin:0;
    }


}#home-new-featured-bottom {
    position: relative;
    width: 100%;
    height: 495px;
}
#home-new-featured-bottom ul {
    position: absolute;
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#home-new-featured-bottom ul li {
    float: left;
    width: calc(25% - 35px);
    margin-right: 46px;
}
#home-new-featured-bottom ul li h3 {
    position: relative;
    margin-top: 19px;
    width: 100%;
    height: 63px;
    overflow: hidden;
    line-height: 1.24;
}
#home-new-featured-bottom ul li .article-img {
    width: 100%;
}
#home-new-featured-bottom ul li.last {
    margin-right: 0px;
}
#home-new-featured-bottom ul li p {
    font-family: "Apercu-Regular", Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin: 15px 0px 3px 0px;
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden;
}
#home-new #home-new-featured-bottom .author {
    margin-top: 0px;
}

@media all and (max-width: 1150px) {
    #home-new-featured-bottom {
        padding-left: 46px;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }
    #home-new-featured-bottom ul {
        width: 2000px;
    }
    #home-new-featured-bottom ul li {
        width: 254px;
        margin-right: 46px;
    }
}

@media all and (max-width: 767px) {
    #home-new-featured-bottom {
        padding-left: 30px;
    }
    #home-new-featured-bottom ul li {
        margin-right: 30px;
    }
}#welcome-rugby #home .played-upcoming {
    height: 550px;
}
#welcome-rugby #home .played-upcoming .upcoming-container {
    position: absolute;
    width: 100%;
    max-width: 1120px;
    margin: 0px auto;
    height: 550px;
}
#welcome-rugby #home .played-upcoming .matches {
    position: absolute;
    width: 5000px;
}
#welcome-rugby #home .played-upcoming .matches .small-match {
    position: absolute;
    top: 0px;
    left: 0px;
    float: none;
    width: 336px;
    display: none;
}
#welcome-rugby #home .played-upcoming #upcoming-nav {
    position: relative;
    margin-top: 280px;
    width: 100%;
    text-align: center;
}
#welcome-rugby #home .played-upcoming #upcoming-nav .circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 11px;
    cursor: pointer;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-color: #cbcbcb;
}
#welcome-rugby #home .played-upcoming #upcoming-nav .circle.on {
    background-color: #005ca0;
}
#welcome-rugby #home .played-upcoming #upcoming-nav .circle.last {
    margin-right: 0px;
}
#slideshow {
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
#slideshow .slide-spacer, #slideshow .slide-spacer-mobile {
    float: left;
    width: 100%;
}
#slideshow.smaller-height .slide-content {
    margin-top: 15%;
}
#slideshow .slide-spacer-mobile {
    display: none;
}
#slideshow .slide {
    position: absolute;
    width: 100%;
    min-height: 1400px;
    overflow-x: hidden;
    background-color: #ededed;
}
#slideshow .slide-content {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 18%;
    width: 36%;
    z-index: 10;
}
#slideshow .custom-2 .slide-content {
    margin-left: -3%;
    width: 42%;
}
#slideshow .slide-content h2 {
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 1em;
    color: #1F7A3F;
    margin: 0px;
    padding: 0px;
    padding-bottom: 16px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
#slideshow .custom-2 .slide-content h2 {
    color: #7fb08f;
}
#slideshow .slide-content h4 {
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 1px;
    color: #1F7A3F;
    margin: 0px;
    padding: 0px 20%;
    text-transform: uppercase;
    padding-bottom: 7%;
    text-align: center;
}
#slideshow .custom-2 .slide-content h4 {
    color: #7fb08f;
}
#slideshow .custom-2 .slide-content h4 {
    padding: 0px 15% 36px 15%;
}
#slideshow .custom-home-1 .slide-content {
    margin-left: 5%;
}
#slideshow .custom-home-1 .slide-content h2 {
    color: #C9B964;
}
#slideshow .custom-home-1 .slide-content h4 {
    color: #C9B964;
    padding: 0px 15%;
    padding-bottom: 7%;
}
#slideshow .slide-content .blue-button {
    margin-bottom: 22px;
}
#slideshow-nav-z {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -680px;
    max-width: 1360px;
    width: 100%;
    height: 100%;
}
#slideshow #slideshow-nav-container {
    position: absolute;
    width: 15px;
    right: 0px;
    height: 100%;
    z-index: 1000;
}
#slideshow #slideshow-nav-container #slideshow-nav {
    position: absolute;
    margin-top: 50px;
    top: 50%;
    right: 0px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#slideshow #slideshow-nav-container #slideshow-nav .slideshow-circle {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 11px;
    cursor: pointer;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-color: #cbcbcb;
}
#slideshow #slideshow-nav-container #slideshow-nav .slideshow-circle.on {
    background-color: #7a7a7a;
    cursor: default;
}
#slideshow .blue-button {
    z-index: 10;
}
#slideshow .slide .slide-img-container {
    position: absolute;
    z-index: 3;
}
#slideshow .slide-img-container .slide-img {
    position: absolute;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    z-index: 1;
    opacity: 0.9 !important;
}
#slideshow .slide.custom-1 .slide-img-container .slide-img, #slideshow .slide.custom-2 .slide-img-container .slide-img {
    top: 44px;
    left: 50%;
    margin-left: -28%;
    width: 79%;
}
#slideshow .custom-home-1 .slide-img-container .slide-img {
    top: 100px;
    left: 50%;
    width: 90%;
    margin-left: -18.5%;
}
#slideshow .shape-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
#slideshow .custom-1 .shape-container {
    height: 1030px;
    opacity: 1;
    z-index: 1;
}
#slideshow .custom-2 .shape-container {
    height: 1426px;
}
#slideshow .shape-container .custom-1-shape {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-top: 0px;
    margin-left: -1280px;
    width: 2560px;
    height: 1030px;
    z-index: 5;
}
#slideshow .shape-container .custom-2-shape {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-top: 0px;
    margin-left: -1280px;
    width: 2560px;
    height: 1426px;
    z-index: 5;
}


@media all and (max-width: 1500px){
    #slideshow-nav-z {
        left: 5%;
        margin-left: 0px;
        width: 90%;
    }
    .smaller #slideshow-nav-z {
        left: 0px;
        margin-left: 0px;
        width: 100%;
    }
    #slideshow .slide-content h2 {
        font-size: 2.8vw;
    }
    #slideshow .slide-content h4 {
        font-size: 1.1vw;
        padding: 0px 15% 7% 15%;
    }
    #slideshow .shape-container #custom-1-shape {
        margin-top: -20px;
        margin-left: 0px;
        left: 0px;
        width: 100%;
        background-size: 180%;
        background-position: center top;
    }
}

@media all and (max-width: 1300px){
    #slideshow .slide-content h4 {
        font-size: 14px;
    }
}

@media all and (max-width: 1100px){
    #slideshow .slide-content, #slideshow .custom-2 .slide-content, #slideshow .custom-home-1 .slide-content {
        margin-top: 20%;
        width: 350px;
    }
    #slideshow .slide-content h2 {
        font-size: 30px;
    }
    #slideshow .slide.custom-1 .slide-img-container .slide-img, #slideshow .slide.custom-2 .slide-img-container .slide-img {
        top: 0px;
        margin-top: 15%;
        margin-left: -18%;
        width: 70%;
    }
    #slideshow .shape-container #custom-1-shape {
        background-size: 2200px;
        background-position: -600px -50px;
    }
    #slideshow .shape-container #custom-2-shape {
        margin-top: -15%;
    }
    #slideshow .slide-spacer {
        margin-top: 10%;
    }
    #slideshow .custom-home-1 .slide-content {
        margin-left: 0px;
    }
}

@media all and (max-width: 900px){
    #slideshow .slide-spacer {
        margin-top: 12.5%;
    }
    #slideshow .slide.custom-1 .slide-img-container .slide-img, #slideshow .slide.custom-2 .slide-img-container .slide-img {
        margin-top: 16%;
    }
    #slideshow .slide-content h4, #slideshow .custom-2 .slide-content h4 {
        padding: 0px 0px 5% 10%;
    }
    #slideshow .shape-container #custom-1-shape {
        background-image: url('../images/slideshow/banner1-bg.png') !important;
    }
    #slideshow .shape-container #custom-2-shape {
        background-image: url('../images/slideshow/banner2-bg.png') !important;
    }
}

@media all and (max-width: 767px){
    #slideshow #slideshow-nav-container {
        width: 100%;
        left: 0px;
        right: auto;
        height: auto;
    }
    #slideshow #slideshow-nav-container #slideshow-nav {
        display: block;
        right: auto;
        padding: 0px;
        width: 100%;
        -ms-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
    }
    #slideshow #slideshow-nav-container #slideshow-nav .slideshow-circle {
        display: inline-block;
        margin-right: 11px;
        margin-bottom: 0px;
    }
    #slideshow #slideshow-nav-container #slideshow-nav .slideshow-circle:last-of-type {
        margin-right: 0px;
    }
    #slideshow-nav-z {
        top: 100%;
    }
    #slideshow-nav-z #slideshow-nav-container {
        margin-top: -90px;
    }
    #slideshow .slide-spacer {
        display: none;
    }
    #slideshow .slide-content, #slideshow .slide-content, #slideshow .custom-2 .slide-content, #slideshow .custom-home-1 .slide-content {
        position: relative;
        width: 500px;
        margin: 110px auto 0px auto;
    }
    #slideshow .slide .slide-img-container {
        position: relative;
        width: 100%;
    }
    #slideshow .slide.custom-1 .slide-img-container .slide-img, #slideshow .slide.custom-2 .slide-img-container .slide-img {
        position: relative;
        left: 0px;
        width: 100%;
        margin-top: 9%;
        margin-left: 0px;
    }
    #slideshow .shape-container #custom-1-shape {
        margin-top: 75%;
        background-size: 200%;
        background-position: center top;
    }
    #slideshow .shape-container #custom-2-shape {
        margin-top: 0px;
    }
    #slideshow .slide-content h2 {
        font-size: 45px;
    }
    #slideshow .slide-spacer {
        display: none;
    }
    #slideshow .slide-spacer-mobile {
        margin-top: 220px;
        display: block;
    }
    #slideshow .slide-content h4 {
        padding: 0px 25% 7% 25%;
    }
    #slideshow .slide-content h4, #slideshow .custom-2 .slide-content h4 {
        padding: 0px 0px 5% 0px;
    }

    #slideshow .custom-home-1 .slide-img-container .slide-img {
        width: 160%;
        left: 0px;
        margin-top: -10%;
        margin-left: -17%;
    }
}

@media all and (max-width: 560px){
    #slideshow .slide-content, #slideshow .slide-content, #slideshow .custom-2 .slide-content, #slideshow .custom-home-1 .slide-content {
        width: 90%;
    }
    #slideshow .slide-content h2 {
        font-size: 7.5vw;
    }
    #slideshow .slide-content h4, #slideshow .custom-2 .slide-content h4 {
        padding: 0px 10% 5% 10%;
    }
    #slideshow .slide-content .standard-button {
        width: 100%;
        margin-bottom: 5%;
    }
    #slideshow .shape-container #custom-1-shape {
        margin-top: 100%;
    }
}

@media all and (max-width: 420px){
    #slideshow .slide .slide-img-container {
        margin-top: 0px;
    }
    #slideshow .slide-content h4, #slideshow .custom-2 .slide-content h4 {
        padding: 0px 5% 5% 5%;
    }
    #slideshow .custom-home-1 .slide-img-container .slide-img {
        margin-top: -20%;
    }
}

@media all and (max-width: 360px){
    #slideshow .slide-content h2 {
        font-size: 26px;
    }
}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #slideshow .shape-container #custom-1-shape {
        background-image: url('../images/slideshow/banner1-bg@2x.png');
        background-size: 2560px 1030px;
    }
    #slideshow .shape-container #custom-2-shape {
        background-image: url('../images/slideshow/banner2-bg@2x.png');
        background-size: 2560px 1426px;
    }
}
.home-new-tournaments-title{
    margin-bottom: 40px;
    position: relative;
}
.home-new-tournaments-title:after{
    clear: both;
    display: block;
    content: "";
}
.home-new-tournaments-title h1{
    font-family: 'MuseoSlab-500';
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.2px;
    background: url("../images/home/dropdown-arrow.png") no-repeat 100% 13px;
    position: relative;
    color: #175097;
    float: left;
    padding-right: 25px;
    cursor: pointer;
    height: 50px;
}
.home-new-tournaments-title .game-countdown{
    position: absolute;
    left:300px;
    top:6px;
    width: 370px;
    font-size: 18px;
    color: #175097;
}
.home-new-tournaments-title .game-countdown div{
    float: left;
    margin-right: 10px;
}
.home-new-tournaments-title h1 .home-new-tournaments-featured-list{
    position: absolute;
    top:50px;
    width: 280px;
    background-color: #ffffff;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
    padding:5px 20px 0px;
    display: none;
    z-index: 200;
}
.home-new-tournaments-title h1:hover .home-new-tournaments-featured-list,
.home-new-tournaments-title h1:focus .home-new-tournaments-featured-list{
    display: block;
}
.home-new-tournaments-title h1 .home-new-tournaments-featured-list ul{
    list-style: none;
    padding: 0px;

}
.home-new-tournaments-title img{
    position: absolute;
    right: 0px;
    top:0px;
}
#standings-table{
    width: calc(100% - 15px);
}
#standings-table th{
    color: #aaaaaa;
    font-family: 'Apercu-Regular';
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 20px;
}
#standings-table tr.less-padding th{
    padding-bottom: 0px;
}
#standings-table th.team,
#standings-table td.team{
    text-align: left;
}
#standings-table th.conference{
    text-align: left;
    padding:30px 0 0px 0;
    font-family: 'MuseoSlab-500';
    font-size: 16px;
    text-transform: none;
}
#standings-table th.conference.first{
    padding:10px 0 0px 0;
}
#standings-table td{
    font-family: 'MuseoSlab-500';
    color: #444444;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 13px 0;
}
#standings-table td.team{
    font-size: 14px;
}


.tournmament-latest-news{
    margin-top: 80px;
}
.home-new-tournaments-first{
    padding: 62px 46px;
}
@media all and (max-width: 1150px) {
    .home-new-tournaments-title{
        padding: 0 46px;
    }
    .home-new-tournaments-title h1{
        font-family: 'MuseoSlab-500';
        font-size: 30px;
        line-height: 1.1;
        letter-spacing: -0.2px;

    }
    .home-new-tournaments-title img{
        right: 46px;
    }
    .home-new-tournaments-first{
        display: none;
    }
    .home-new-tournaments-title .game-countdown{
        left:47px;
        top:35px;
    }
}
@media all and (max-width: 767px) {
    .home-new-tournaments-title{
        padding: 0 30px 30px;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 50px;
    }
    .home-new-tournaments-title img{
        position: relative;
        right: auto;
        display: block;
        width: 128px;
        margin-top: 20px;
        clear: both;
    }
    .home-new-tournaments-title .game-countdown{
        position: absolute;
        left:auto;
        right:20px;
        top:50px;
        width: auto;
        font-size: 14px;

    }
}
@media all and (max-width: 480px) {
    .home-new-tournaments-title .game-countdown{
        position: absolute;
        left:auto;
        right:20px;
        top:40px;
        width: 150px;
        font-size: 12px;

    }
}#championship-games {
    position: relative;
    z-index:450;
    min-height: 800px;
}
#championship-games .players, #championship-games .players2 {
    position: absolute;
    width: 39%;
    margin-top: -7%;
}
#championship-games .championship-games-content {
    position: absolute;
    top: 0px;
    width: 45%;
    left: 55%;
    text-align: center;
}
#championship-games h4 {
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #6E2C2C;
    line-height: 1.25em;
    letter-spacing: 3px;
    margin: 11px 0px 0px 0px;
}
#championship-games p {
    width: 90%;
    margin: 0px 5%;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #6E2C2C;
    line-height: 1.6em;
}
#championship-games .championship-logos {
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
#championship-games .championship-logos.transition-in {
    opacity: 0;
    -ms-transform: scale(2,2);
    -moz-transform: scale(2,2);
    -webkit-transform: scale(2,2);
    transform: scale(2,2);
}
#championship-games .standard-button {
    margin-top: 62px;
}
#championship-games .number-2 {
    margin-top: 44px;
}
#championship-games .championship-games-content .logos-container {
    position: relative;
    margin: 32px 0px 30px 0px;
    width: 100%;
}
#championship-games .championship-games-content .logos-container .logo {
    position: absolute;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
}
#championship-games .championship-games-content .logos-container .logo.transition-in {
    -ms-transform: scale(2,2);
    -moz-transform: scale(2,2);
    -webkit-transform: scale(2,2);
    transform: scale(2,2);
    opacity: 0;
}
#championship-games .championship-games-content .logos-container .logo-1 {
    top: 0px;
    left: 0px;
    width: 10%;
}
#championship-games .championship-games-content .logos-container .logo-2 {
    top: 0px;
    left: 12.5%;
    width: 10%;
}
#championship-games .championship-games-content .logos-container .logo-3 {
    top: 0px;
    left: 25%;
    width: 10%;
}
#championship-games .championship-games-content .logos-container .logo-4 {
    top: 0px;
    left: 37.5%;
    width: 10%;
}
#championship-games .championship-games-content .logos-container .logo-5 {
    top: -3px;
    left: 50%;
    width: 10%;
}
#championship-games .championship-games-content .logos-container .logo-6 {
    top: 0px;
    left: 62.5%;
    width: 10%;
}
#championship-games .championship-games-content .logos-container .logo-7 {
    top: 0px;
    left: 75%;
    width: 10%;
}
#championship-games .championship-games-content .logos-container .logo-8 {
    top: 0px;
    left: 87.5%;
    width: 10%;
}
#championship-games .championship-games-content .number-container.transition-in {
    -ms-transform: scale(3,3);
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    transform: scale(3,3);
    opacity: 0;
}
#championship-games .championship-games-content .championship-games-title {
    margin-bottom: 48px;
}
#championship-games .championship-games-content .championship-games-title, #championship-games .championship-games-content .epic-tournaments-title {
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
}
#championship-games .championship-games-content .championship-games-title.transition-in, #championship-games .championship-games-content .epic-tournaments-title.transition-in {
    -ms-transform: scale(3,3);
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    transform: scale(3,3);
    opacity: 0;
}
#championship-games .number-championship-games .number-column3 .number-img-0 {
    display: block;
}
#championship-games .number-epic-tournaments .number-column1 .number-img-0 {
    display: block;
}
#championship-games .standard-button {
    margin-top: 90px;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    opacity: 1;
}
#championship-games .standard-button.transition-in {
    opacity: 0;
}
#championship-games .number-championship-games .number-column1 {
    position: absolute;
    top: 0px;
    left: 0px !important;
}
#championship-games .number-championship-games .number-column2 {
    position: absolute;
    top: 0px;
    left: 74px !important;
}
#championship-games .number-championship-games .number-column3 {
    position: absolute;
    top: 0px;
    left: 146px !important;
}
#championship-games .number-epic-tournaments .number-column1 {
    position: absolute;
    top: 0px;
    left: 0px;
}
#championship-games .number-championship-games {
    position: relative;
    width: 300px;
    height: 110px;
    margin: 0px auto;
}
#championship-games .number-epic-tournaments {
    position: relative;
    width: 98px;
    height: 110px;
    margin: 0px auto;
}


@media all and (max-width: 1100px){
    #championship-games .championship-games-content {
        width: 50%;
        left: 50%;
    }
    #championship-games .standard-button {
        margin-top: 10%;
    }
    #championship-games .players, #championship-games .players2 {
        width: 50%;
        margin-left: -10%;
    }
}

@media all and (max-width: 900px){
    #championship-games .players, #championship-games .players2 {
        width: 60%;
        margin-left: -15%;
    }
}

@media all and (max-width: 768px){
    #championship-games .championship-games-content .logos-container .logo.transition-in, #championship-games .championship-games-content .number-container.transition-in, #championship-games .championship-games-content .championship-games-title.transition-in, #championship-games .championship-games-content .epic-tournaments-title.transition-in {
        -ms-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }
    #championship-games .standard-button.transition-in {
        opacity: 1;
    }
}

@media all and (max-width: 767px){
    #championship-games .players, #championship-games .players2 {
        display: none;
    }
    #championship-games .championship-games-content {
        width: 100%;
        left: 0px;
    }
    #championship-games .championship-logos.transition-in {
        -ms-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }
}

@media all and (max-width: 479px){
    #championship-games h4 {
        font-size: 18px;
    }
}
#welcome-rbs-nations {
    position: relative;
    font-size: 19px;
    color: #FFFFFF;
    height: 101px;
}
#welcome-rbs-nations .rbs-nations-bg {
    background-color: #00245d;
    width: calc(100% - 40px);
    height: 100%;
}
#welcome-rbs-nations > div {
    position: relative;
    margin: 0px 20px;
}
#welcome-rbs-nations .pad-70 {
    position: relative;
    padding: 0px 140px;
}
#welcome-rbs-nations .nations-logo {
    float: left;
    width: 25%;
    margin-right: 5%;
    display: table;
    height: 101px;
}
#welcome-rbs-nations .nations-logo span {
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    float: left;
    margin-top: 40px;
    margin-left: 15px;
}
#welcome-rbs-nations .vertical-align {
    display: table-cell;
    vertical-align: middle;
}
#welcome-rbs-nations .nations-logo img {
    float: left;
    width: 90px;
    margin-top: 15px;
}
#welcome-rbs-nations .nations-text {
    float: left;
    width: 45%;
    margin-right: 10%;
    text-align: center;
    display: table;
    height: 101px;
}
#welcome-rbs-nations .nations-date {
    float: left;
    width: 15%;
    text-align: center;
    font-family: "MuseoSans-700", Arial, sans-serif;
    display: table;
    height: 101px;
}

@media all and (max-width: 1440px) {
    #welcome-rbs-nations .pad-70 {
        padding: 0px 70px;
    }
}

@media all and (max-width: 1279px) {
    #welcome-rbs-nations .nations-logo span {
        width: 130px;
        line-height: 1;
    }
    #welcome-rbs-nations .nations-text {
        width: 50%;
        margin-right: 5%;
    }
    #welcome-rbs-nations .nations-logo {
        width: 25%;
        margin-right: 5%;
        min-width: 250px;
    }
    #welcome-rbs-nations .nations-date {
        float: right;
    }
}

@media all and (max-width: 1200px) {
    #welcome-rbs-nations .pad-70 {
        padding: 0px 35px;
    }
}

@media all and (max-width: 1150px) {
    #welcome-rbs-nations .nations-logo span {
        display: none;
    }
    #welcome-rbs-nations .nations-logo {
        width: 86px;
        min-width: 0px;
    }
    #welcome-rbs-nations .nations-text {
        position: absolute;
        left: 50%;
        width: 500px;
        margin-left: -250px;
        margin-right: auto;
    }
}

@media all and (max-width: 900px) {
    #welcome-rbs-nations .nations-text {
        width: 300px;
        margin-left: -150px;
    }
}

@media all and (max-width: 767px) {
    #welcome-rbs-nations .nations-logo span {
        display: block;
        float: none;
        position: relative;
        width: 100%;
        text-align: center;
        margin: 10px auto 0px auto;
        clear: both;
    }
    #welcome-rbs-nations > div {
        margin: 0px;
        padding: 25px 0px;
    }
    #welcome-rbs-nations .rbs-nations-bg {
        width: 100%;
    }
    #welcome-rbs-nations {
        height: auto;
    }
    #welcome-rbs-nations .nations-logo, #welcome-rbs-nations .nations-text, #welcome-rbs-nations .nations-date {
        display: block;
        position: relative;
        float: none;
        clear: both;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        text-align: center;
        margin: 0px auto;
        left: auto;
    }
    #welcome-rbs-nations .nations-date {
        padding-bottom: 0px;
    }
    #welcome-rbs-nations .nations-logo img {
        position: relative;
        width: 86px;
        margin: 0px auto;
        display: block;
        clear: both;
        float: none;
    }
    #welcome-rbs-nations .vertical-align {
        display: block;
        vertical-align: baseline;
    }
}
#welcome-rugby {
    position: relative;
    margin: 644px auto 0px auto;
    width: 100%;
    max-width: 1400px;
    z-index: 21;
}
#brown-shape {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 1267px;
    height: 2509px;
    background-image: url("../images/layout/big-brown.png");
    background-repeat: no-repeat;
    background-size: 1267px 2509px;
    z-index: 5;
}
#blue-shape {
    position: fixed;
    top: 714px;
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1779px;
    background-image: url("../images/layout/big-blue2.png");
    background-repeat: no-repeat;
    background-size: 2560px 1779px;
    z-index: 7;
}
#welcome-rugby .standard-section-container {
    margin: 0px 20px;
    padding-bottom: 89px;
}
#welcome-rugby .standard-section-container .section-content {
    position: relative;
    width: 90%;
    max-width: 1120px;
    margin: 0px auto;
}
#welcome-rugby .standard-section-container .standard-title {
    color: #237A40;
    padding: 92px 0px;
}
#welcome-rugby .standard-section-container .two-cols {
    position: relative;
    width: 100%;
}
#welcome-rugby .standard-section-container .two-cols p {
    font-size: 19px;
    line-height: 1.7;
    padding-top: 34px;
}
#welcome-rugby .standard-section-container .two-cols .left {
    float: left;
    width: 47.5%;
}
#welcome-rugby .standard-section-container .two-cols .right {
    float: right;
    width: 47.5%;
}
#welcome-rugby .standard-section-container .two-cols .team-icons {
    position: relative;
    width: 100%;
    text-align: center;
}
#welcome-rugby .standard-section-container .two-cols .team-icons img {
    width: 90%;
}
#welcome-rugby #live-feeds .padding-80 {
    position: relative;
    width: 100%;
    padding: 0px;
    max-width: 1120px;
    margin: 0px auto;
}
#welcome-rugby #live-feeds #home h2.standard-title {
    padding-top: 23px;
}

@media all and (max-width: 1279px) {
    #blue-shape {
        top: 550px;
        left: -600px;
        width: 2042px;
        height: 1419px;
        margin-left: 10%;
        background-size: 2042px 1419px;
    }
    #welcome-rugby {
        margin: 550px auto 0px auto;
    }
}

@media all and (max-width: 1023px) {
    #welcome-rugby {
        margin: 0px auto;
    }
}

@media all and (max-width: 990px) {
    #welcome-rugby .standard-section-container .two-cols p {
        font-size: 16px;
    }
}

@media all and (max-width: 920px){
    #blue-shape {
        top: 420px;
        left: -420px;
        width: 1609px;
        height: 1118px;
        background-size: 1609px 1118px;
    }
    #brown-shape {
        display: none;
    }
}

@media all and (max-width: 768px){
    @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        #brown-shape {
            background-image: url("../images/layout/big-brown@2x.png");
        }
        #blue-shape {
            background-image: url("../images/layout/big-blue2@2x.png");
        }
    }
}

@media all and (max-width: 767px){
    #welcome-rugby .standard-section-container .standard-title {
        padding: 60px 0px;
    }
    #blue-shape {
        position: absolute;
        top: 900px;
        left: 50%;
        margin-left: -720px;
        display: none;
    }
    #welcome-rugby .standard-section-container {
        margin: 0px;
    }
    #welcome-rugby .standard-section-container .two-cols .left {
        margin-bottom: 60px;
    }
    #welcome-rugby .standard-section-container .two-cols .left, #welcome-rugby .standard-section-container .two-cols .right {
        width: 100%;
    }
    #welcome-rugby {
        margin: 0px auto;
    }
    #welcome-rugby .standard-section-container .standard-title {
        font-size: 30px;
    }
    #welcome-packages3 .standard-section-container .section-content h2.standard-title {
        font-size: 30px;
    }
    #welcome-anytime .standard-title {
        font-size: 30px;
    }
}

#features {
    position: relative;
    clear: both;
    margin-top: 10%;
    margin-bottom: 8%;
}
#features h2 {
    font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 61px;
    color: #6E2C2C;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
}
#features h2.transition-in {
    -ms-transform: scale(3,3);
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    transform: scale(3,3);
    opacity: 0;
}
#features h3 {
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    color: #6E2C2C;
    padding-top: 17px;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    opacity: 1;
}
#features .transition-in h3 {
    opacity: 0;
}
#features .four-columns {
    width: 100%;
}
#features .four-columns .column {
    float: left;
    width: 25%;
    text-align: center;
}
#features .four-columns .column .container {
    width: 85%;
}
#features .four-columns .column .container .feature-icon {
    position: relative;
    margin: 0px auto;
    display: block;
    width: 100%;
    max-width: 202px;
    height: 86px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
}
#features .four-columns .column.transition-in .container .feature-icon {
    -ms-transform: scale(2,2);
    -moz-transform: scale(2,2);
    -webkit-transform: scale(2,2);
    transform: scale(2,2);
    opacity: 0;
}
#features .four-columns .column .container .feature-icon-1 {
    background-image: url('../images/layout/feature-icon1.png');
}
#features .four-columns .column .container .feature-icon-2 {
    background-image: url('../images/layout/feature-icon2.png');
    background-size: contain;
}
#features .four-columns .column .container .feature-icon-3 {
    background-image: url('../images/layout/feature-icon3.png');
}
#features .four-columns .column .container .feature-icon-4 {
    background-image: url('../images/layout/feature-icon4.png');
}
#features .four-columns .column p {
    width: 90%;
    margin-left: 5%;
    font-size: 15px;
    color: #6E2C2C;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
#features .four-columns .column.transition-in p {
    opacity: 0;
}

@media all and (max-width: 990px){
    #features .four-columns .column {
        width: 50%;
    }
    #features .four-columns .column.column-1, #features .four-columns .column.column-2 {
        margin-bottom: 40px;
    }
    #features .four-columns .column.column-1 .container, #features .four-columns .column.column-3 .container {
        width: 95%;
        margin-left: 0px;
        margin-right: 5%;
    }
    #features .four-columns .column.column-2 .container, #features .four-columns .column.column-4 .container {
        width: 95%;
        margin-left: 5%;
        margin-right: 0px;
    }
    #features .cup {
        margin-left: 9px;
    }
    #features .four-columns .column-3 {
        clear: both;
    }
}

@media all and (max-width: 768px){
    #features .transition-in h3, #features .four-columns .column.transition-in p {
        opacity: 1;
    }
    #features .four-columns .column.transition-in .container .feature-icon, #features h2.transition-in {
        -ms-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }
    #features {

        margin-top: 0px;

    }
    #features.landing-1 {
        position: relative;
        clear: both;
        margin-top: 80px;
        margin-bottom: 8%;
    }
    #features.landing-2 {
        position: relative;
        clear: both;
        margin-top: 80px;
        margin-bottom: 8%;
    }
    #features.landing-3 {
        position: relative;
        clear: both;
        margin-top: 80px;
        margin-bottom: 8%;
    }
}

@media all and (max-width: 639px){
    #features {
        padding-bottom: 30px;
    }
    #features .four-columns .column {
        float: none;
        clear: both;
        position: relative;
        width: 100%;
        max-width: 360px;
        margin: 0px auto;
    }
    #features .four-columns .column p {
        text-align: center;
    }
    #features .four-columns .column.column-1, #features .four-columns .column.column-2, #features .four-columns .column.column-3 {
        margin-bottom: 80px;
    }
    #features .four-columns .column.column-1 .container, #features .four-columns .column.column-3 .container {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    #features .four-columns .column.column-2 .container, #features .four-columns .column.column-4 .container {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    #features h3 {
        text-align: center;
    }
}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #features .four-columns .column .container .feature-icon-1 {
        background-image: url('../images/layout/feature-icon1@2x.png');
        background-size: 79px 62px;
    }
    #features .four-columns .column .container .feature-icon-2 {
        background-image: url('../images/layout/feature-icon2@2x.png');
        background-size: 202px 76px;
    }
    #features .four-columns .column .container .feature-icon-3 {
        background-image: url('../images/layout/feature-icon3@2x.png');
        background-size: 101px 70px;
    }
    #features .four-columns .column .container .feature-icon-4 {
        background-image: url('../images/layout/feature-icon4@2x.png');
        background-size: 86px 86px;
    }
}.live-stats-page {
  padding: 30px 40px;
}
.live-stats-page .live-stats-page-group {
  margin: auto;
}
.live-stats-page .live-stats-page-group:after {
  clear: both;
  display: block;
  content: "";
}
.live-stats-page .live-stats-page-group.players {
  width: 420px;
}
.live-stats-page .live-stats-page-group.teams {
  width: 530px;
  margin-bottom: 50px;
}
.live-stats-page .live-stats-page-team {
  width: calc(50% - 20px);
}
.live-stats-page .live-stats-page-team table {
  width: 100%;
  display: none;
  margin-top: 40px;
}
.live-stats-page .live-stats-page-team table.selected {
  display: table;
}
.live-stats-page .live-stats-page-team.home {
  float: left;
}
.live-stats-page .live-stats-page-team.away {
  float: right;
}
.live-stats-page:after {
  clear: both;
  display: block;
  content: "";
}
#my-account {
    z-index: 2000;
}
#my-account h2 {
    font-family: "FuturaPT-ExtraBold", "Arial";
    font-weight: normal;
    font-size: 30px;
    color: #2d7b42;
}
#my-account > div > div > p {
    font-size: 13px;
}
#my-account .left-part {
    float: left;
    width: 25%;
    margin-left: 4%;
    margin-right: 7%;
    margin-top: 67px;
}
#my-account .right-part {
    float: left;
    width: 64%;
    padding-top: 67px;
}
#my-account .right-part a {
    color: #2d7b42;
    text-decoration: underline;
}
#my-account #my-account-menu {
    margin-top: 50px;
}
#my-account #my-account-menu .menu-item {
    float: left;
    clear: both;
    font-style: normal;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.3em;
    color: #888888;
    cursor: pointer;
    margin-left: -15px;
    margin-bottom: 13px;
}
#my-account #my-account-menu .menu-item span {
    display: block;
    padding: 6px 14px;
}
#my-account #my-account-menu .menu-item.on {
    color: #FFFFFF;
    background-color: #2d7b42;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    cursor: default;
}
#my-account #my-account-menu .menu-item.last {
    border-bottom: 0px;
}
#my-account h3 {
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #4C4C4C;
}
#my-account .social-connections {
    font-size: 16px;
    padding-bottom: 120px;
}
#my-account.subscriptions .social-connections, #my-account.devices .social-connections {
    padding-top: 41px;
}
#my-account.subscriptions .social-connections p, #my-account.devices .social-connections p {
    padding: 0px;
    margin: 0px;
}
#my-account.subscriptions .social-connections p.history {
    padding-top: 10px;
}
#my-account.subscriptions .social-connections p.history span.label {
    clear: both;
    float: left;
    width: 140px;
}
#my-account.subscriptions .social-connections p.history span.date {
    float: left;
    width: 140px;
    color: #4C4C4C;
}
#my-account .social-connections ul {
    padding: 0px;
}
#my-account .social-connections ul li {
    margin-bottom: 5px;
}
#my-account h3.pad-top {
    padding-top: 70px;
}
#my-account h4 {
    color: #FFFFFF;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    margin: 0px;
}
#my-account form {
    position: relative;
    width: 100%;
    padding-top: 43px;
    padding-bottom: 23px;
}
#my-account .clear {
    display: block;
}
#my-account form p {
    width: 100%;
    clear: both;
    margin: 0px;
    margin-bottom: 6px;
}
#my-account form p.single {
    clear: none;
    float: left;
    width: 28%;
    margin-right: 5.33%;
}
#my-account form p.double {
    clear: none;
    float: left;
    width: 66.67%;
}
#my-account form label {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #8b8989;
    padding: 14px 0px 3px 0px;
}
#my-account .sign-up-button {
    width: 176px;
    text-align: center;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
#my-account form fieldset {
    border: none;
    padding: 0px;
    margin-bottom: 38px;
}
#my-account form fieldset.smaller {
    width: 160px;
}
#my-account form fieldset.small-input {
    float: left;
    clear: none;
    width: 210px;
    margin-right: 11px;
}
#my-account form .small-input .change-password-link {
    float: left;
    margin-top: 12px;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
#my-account form .small-input .change-password-link:hover {
    color: #083b11;
}
#my-account form input {
    display: block;
    width: 100%;
    background-color: #eeeeee;
    padding: 14px 14px;
    border: none;
    color: #4C4C4C;
    font-size: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
#my-account form .select-style select {
    padding: 14px 10px;
    width: 110%;
    border: none;
    font-size: 16px;
    color: #FFFFFF;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#my-account form p.single .select-style select {
    width: 130%;
}
#my-account form .select-style select option {
    color: #8b8989;
}
#my-account form .select-style.error select {
    color: #FF0000;
}
#my-account form .select-style.error select option {
    color: #8b8989;
}
#my-account #update-btn {
    float: left;
    display: block;
    margin: 60px 0px;
}
#my-account .device-name {
    float: left;
    width: 30%;
    margin-top: 10px;
    margin-right: 10%;
}
#my-account .device-id {
    float: left;
    margin-top: 10px;
    width: 60%;
}
#my-account .subscription-item {
    margin-top: 20px;
}
#my-account .subscription-item h4 {
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
}
#my-account .right-part .subscription-item p {
    text-align: left;
}
#my-account .padded {
    padding: 37px 41px;
}
#my-account .package-selected .edit-button {
    float: right;
    display: block;
    width: 68px;
    padding: 9px 0px;
    font-size: 11px;
    text-align: center;
    margin-top: -3px;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#my-account .package-selected h4 {
    float: left;
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
}
#my-account .package-selected .price {
    float: right;
    font-family: "MuseoSlab-300", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
}
#my-account .package-selected p {
    clear: both;
    margin: 0px;
}
#my-account .package-selected p.optional {
    float: left;
    margin-left: 20px;
    clear: none;
    margin-top: 1px;
    padding-bottom: 11px;
}
#my-account .package-selected .divider {
    width: 100%;
    height: 1px;
    background-color: #393637;
    display: block;
}
#my-account .package-selected input {
    float: left;
    clear: both;
    display: block;
    width: 60%;
    height: 44px;
    color: #8b8989 !important;
    background-color: #FFFFFF;
    padding: 12px 0px 12px 14px;
    border: none;
    font-size: 16px;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
#my-account .package-selected .check-button {
    float: right;
    width: 40%;
    height: 44px;
    font-size: 18px;
    text-align: center;
    padding: 12px 0px 12px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}
#my-account .package-selected .promo-code h4 {
    padding-bottom: 11px;
}
#my-account .right-part h3.pad-top1 {
    padding-top: 29px;
}
#my-account div.column-divider{
    padding: 0px;
    background: url("../images/layout/column-divider.png");
    width: 14px;
    position: absolute;
    top:0px;
    height: 100%;
    left: 320px;
}
#my-account .left, #my-account .right {
    width: 300px;
}
#my-account .right {
    float: left;
    margin-left: 50px;
}
#my-account #sign-up-purchase {
    width: 178px;
    cursor: pointer;
}
#my-account.billing form fieldset {
    margin-bottom: 0px;
}
#my-account .sign-up-column fieldset input.sign-up-input.select.date {
    float: left;
    width: 90px;
}
#my-account .left.exp {
    width: auto;
}
#my-account .right.ccv {
    float: left;
    width: 90px;
    margin-left: 12px;
}
#my-account #sign-up-purchase {
    margin-bottom: 140px;
}
#my-account.billing form {
    padding-bottom: 140px;
}
#my-account .grey-btn {
    width: 210px;
    text-align: center;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 0px;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #a0a0a0;
    margin-top: 40px;
    cursor: pointer;
}
#my-account.devices .device-left, #my-account.devices .device-right {
    float: left;
    width: 210px;
}
#my-account.devices .device-right {
    width: 320px;
}
#my-account.devices span.title {
    float: left;
    clear: both;
    color: #4C4C4C;
    margin-top: 20px;
    margin-bottom: 10px;
}
#my-account.devices span.device {
    float: left;
    clear: both;
    margin-bottom: 10px;
}
#my-account.devices {
    min-height: 500px;
}
#my-account .change-password-spacer {
    position: relative;
    clear: both;
    height: 150px;
}
#my-account.change-password form {
    padding-top: 29px;
}


@media all and (max-width: 1023px){
    #my-account #sign-out-btn {
        top: 4%;
    }
    #my-account .package-selected input {
        width: 100%;
    }
    #my-account .package-selected .check-button {
        clear: both;
        float: left;
        width: 110px;
        margin-top: 10px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    #my-account .padded {
        padding: 37px 5%;
    }
}

@media all and (max-width: 880px){
    #my-account #my-account-menu .menu-item {
        font-size: 16px;
    }
    #my-account .package-selected h4, #my-account .package-selected .price {
        font-size: 16px;
    }
    #my-account .package-selected p.optional {
        clear: both;
        margin-left: 0px;
        margin-top: 0px;
    }
    #my-account .package-selected .check-button {
        font-size: 14px;
        padding: 14px 0px 14px 0px;
    }
}

@media all and (max-width: 767px){
    #my-account .left-part, #my-account .right-part {
        float: none;
        max-width: 425px;
        display: block;
        clear: both;
        width: 100%;
        margin: 0px auto;
    }
    #my-account .left-part {
        margin-bottom: 70px;
    }
    #my-account #update-btn {
        float: none;
        position: relative;
        width: 184px;
        padding: 24px 0px;
        text-align: center;
        margin: 30px auto 0px auto;
    }
    #my-account h3 {
        font-size: 5vw;
        text-align: center;
    }
    #my-account .right-part p {
        text-align: center;
    }
    #my-account .right-part form p {
        text-align: left;
    }
    #my-account #sign-out-btn {
        top: 25px;
    }
    #my-account .package-selected .top p {
        text-align: center;
    }
    #my-account .package-selected p.optional {
        clear: none;
        margin-left: 20px;
    }
    #my-account .terms-text {
        margin-top: 30px;
    }
}

@media all and (max-width: 479px){
    #my-account h2.standard-title {
        padding-top: 70px;
    }
    #my-account h3 {
        font-size: 6vw;
    }
    #my-account .device-name {
        width: 45%;
        margin-right: 5%;
    }
    #my-account .device-id {
        width: 50%;
    }
    #my-account .package-selected p.optional {
        clear: both;
        margin-left: 0px;
    }
}

@media all and (max-width: 360px){
    #my-account h3 {
        font-size: 22px;
    }
}
#welcome {
    z-index: 300;
}
#welcome .left-half {
    float: left;
    width: 45%;
    margin-right: 5%;
}
#welcome .right-half {
    float: left;
    width: 50%;
    z-index: 300;
    text-align: left;
}
#welcome .right-half .country-list {
    display: none;
}
#welcome h3 {
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-size: 42px;
    font-weight: normal;
    color: #333333;
    line-height: 1.25em;
    margin: 0px;
}
#welcome p {
    font-weight: 300;
    font-size: 21px;
    line-height: 1.6em;
    color: #333333;
    margin: 0px;
}
#welcome p span {
    font-weight: 700;
}
#welcome p .non-bold {
    font-weight: 300;
}
#welcome #home p {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin: 8px 0px 70px 0px;
    color: #2d7b42;
}
#welcome a {
    font-weight: 700;
}
#welcome .rugby-ball {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-top: -52px;
    width: 180px;
    height: 126px;
    margin-left: -87px;
    background-image: url('../images/layout/welcome-ball.png');
    z-index: -1;
}
#welcome .country-list-link, #welcome .country-hide-list {
    cursor: pointer;
    border-bottom: 1px solid rgba(0,93,160,0);
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
#welcome .country-list-link:hover, #welcome .country-hide-list:hover {
    color: #003b7e;
    border-bottom: 1px solid rgba(0,93,160,1);
}
#welcome #home-live {
    padding-top: 150px;
}
#welcome #home .played-upcoming h2.standard-title {
    padding-bottom: 80px;
}
#welcome #home-live .standard-button {
    margin-top: 60px;
}
#live-feeds {
    z-index: 301;
}
#live-feeds #home .played-upcoming h2.standard-title {
    padding-bottom: 80px;
}
.shapes-container {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 4000px;
    overflow: hidden;
}


@media all and (max-width: 1100px){
    #welcome h3 {
        font-size: 32px;
    }
    #welcome p {
        font-size: 16px;
    }
    #welcome .rugby-ball {
        width: 110px;
        height: 72px;
        background-image: url('../images/layout/welcome-ball@2x.png');
        background-size: 110px 72px;
        margin-top: -26px;
        margin-left: -55px;
    }
}

@media all and (max-width: 1024px){
    #welcome {
        z-index: 100;
    }
}

@media all and (max-width: 767px){
    #welcome .left-half {
        width: 100%;
        margin-right: 0px;
    }
    #welcome .right-half {
        margin-top: 30px;
        width: 100%;
    }
    #welcome p {
        margin-bottom: 30px;
    }
    #welcome .rugby-ball {
        display: none;
    }
    #live-feeds #home .played-upcoming h2.standard-title.landing-1 {
        padding-top: 30px;
    }
    #live-feeds #home .played-upcoming h2.standard-title.landing-3{
        padding-top: 50px;
    }
}

@media all and (max-width: 479px){
    #welcome h3 {
        font-size: 22px;
    }
}

.home-highlights{
    background-color: #2b9e6c;
    padding: 96px 46px;
    position: relative;
}
.home-highlights h2{
    color: #FFFFFF !important;
    font-family: 'MuseoSlab-500';
    font-weight: normal;
    font-size: 30px;
}
.home-highlights .highlight-videos{
    margin-top: 80px;
    position: relative;
}
.home-highlights .highlight-videos:after{
    clear: both;
    display: block;
    content: "";
}
.home-highlights .highlight-videos .highlights-list{
    width: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.home-highlights .highlight-videos .highlights-list li{
    float: left;
    width: calc(50% - 46px);
    height: 400px;
    margin-right: 46px;
}
.home-highlights .highlight-videos .highlights-list li.first{
    display: none;
}
.home-highlights .highlight-videos .highlights-list li.last{
    margin-right: 0px;
}
.home-highlights .highlight-videos .small-title{
    text-transform: uppercase;
    color: #FFFFFF !important;
}
.highlight-item .highlight-image{
    width: 100%;
    height: 141px;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    display: block;
}
.highlight-item h3{
    font-size: 17px !important;
    font-family: 'MuseoSlab-500';
    font-weight: normal;
    margin: 0;
    height: 38px;
    color: #FFFFFF !important;
    line-height: 1.24!important;
}
.highlight-item p{
    font-family: 'Apercu-Regular';
    font-size: 14px;
    margin: 0;
    color: #FFFFFF !important;
}
.home-highlights .highlight-videos .highlight-featured{
    position: absolute;
    width: 50%;
    top:0px;
    right:0px;
}
.home-highlights .highlight-videos .highlight-featured .highlight-featured-image{
    position: relative;
    line-height: 0;
    margin-bottom: 35px;
}
.home-highlights .highlight-videos .highlight-featured .highlight-featured-image img{
    width: 100%;
}
.home-highlights .highlight-videos .highlight-featured h3{
    font-size: 30px !important;
    font-family: 'MuseoSlab-500';
    font-weight: normal;
    margin: 0;
    color: #FFFFFF !important;
}
.home-highlights .highlight-videos .highlight-featured p{
    font-family: 'Apercu-Regular';
    font-size: 16px;
    margin: 0;
    color: #FFFFFF !important;
}
.play-button{
    width: 68px;
    height: 68px;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -34px 0 0 -34px;
}
#home-play-video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 8500;
    display: none;
}
#home-highlights-all-top{
    position: absolute;
    right: 46px;
    top:149px;
}
#play-highlights-video-player {
    position: relative;
    width: 95%;
    max-width: 1280px;
    margin:auto;
    z-index: 8001;

}
#play-highlights-video-player h2{
    color: #FFFFFF !important;
    font-family: 'MuseoSlab-500';
    font-weight: normal;
    font-size: 30px;
    margin: 30px 0 15px;
    line-height: 1.2;
}
#play-highlights-video-player p{
    font-family: 'Apercu-Regular';
    font-size: 16px;
    margin: 0;
    color: #FFFFFF !important;
}
#play-highlights-video-player-social{
    text-align: right;
    padding-top: 15px;
}
#play-highlights-video-player-social img{
    cursor: pointer;
}
#highlights-player-container{
    position: relative;
    line-height: 0;
}
#highlights-player-video{

}
#highlights-player-container video{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
}
.highlights-video-spacer{
    width: 100%;
    display: block;
}
#video-highlights{
    position: relative;
    width: 90%;
    max-width: 1040px;
    margin:auto;
    list-style: none;
    padding: 100px 0;
}
#video-highlights > .highlight-item {
    float: left;
    width: calc(33.33% - 30px);
    height: 430px;
    margin: 0 15px;
    opacity: 0;
    -webkit-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
}
#video-highlights > .highlight-item.show{
    opacity: 1;
}
#video-highlights > .highlight-item .highlight-image{
    height: 160px;
    position: relative;
    overflow: hidden;
}
#video-highlights > .highlight-item .highlight-image img{
    width: 100%;
}
#video-highlights > .highlight-item .small-title{
    text-transform: uppercase;
    color: #4c4c4c !important;
    font-family: "Apercu-Bold", Arial;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 22px;
}
#video-highlights > .highlight-item h3{
    color: #4c4c4c !important;
}
#video-highlights > .highlight-item p{
    color: #4c4c4c !important;
    margin: 26px 0px;
}

@media all and (max-width: 1200px) {
    #video-highlights > .highlight-item {
        float: left;
        width: calc(50% - 30px);
    }
    #video-highlights > .highlight-item .highlight-image{
        height: 200px;
    }
}
@media all and (max-width: 1150px) {
    .home-highlights .highlight-videos .highlights-list{
        position: absolute;
        left: 0px;
        width: 2000px;
        margin: 0;
        padding: 0;
        list-style: none;
        float: none;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }
    .home-highlights .highlight-videos .highlights-list li{
        display: block;
        width: 254px;
        margin-right: 46px;
    }
    .home-highlights .highlight-videos .highlights-list li.first{
        display: block;
    }
    .home-highlights .highlight-videos .highlight-featured{
        display: none;
    }
    .home-highlights{
        min-height: 648px;
    }
    #home-highlights-all-top {
        position: absolute;
        top: 565px;
        left: 46px;
        right: auto;
    }
    .home-highlights {
        padding: 64px 46px;
    }
    .home-highlights .highlight-videos {
        margin-top: 66px;
    }
}
@media all and (max-width: 990px) {
    #video-highlights > .highlight-item .highlight-image{
        height: 160px;
    }
}
@media all and (max-width: 767px) {
    #video-highlights > .highlight-item {
        float: none;
        width: 100%;
        height: auto;
        margin:0 0 80px;
    }
    #video-highlights > .highlight-item .highlight-image{
        height: auto;
    }
    .home-highlights .highlight-videos .highlights-list li{
        margin-right: 30px;
    }
    .home-highlights{
        padding: 84px 0px;
    }
    .home-highlights .highlight-videos .highlights-list {
        padding: 0px 0px 0px 30px;
    }
    .home-highlights h2 {
        padding-left: 30px;
    }
    .home-highlights{
        min-height: 700px;
    }
    #home-highlights-all-top {
        top: 605px;
        left: 30px;
    }
}#play-match-video{
    min-height: 800px;
}
#video-blackout{
    position: fixed;
    background: rgba(0,0,0,0.9);
    height: 100%;
    width: 100%;
    z-index: 8000;
    top: 0px;
    left: 0px;
}
#play-match-video-player{
    position: relative;
    width: 95%;
    max-width: 1080px;
    margin: 150px auto;
    z-index: 8001;
}
#play-match-video-back{
    position: absolute;
    left:-72px;
    top:0px;
    cursor: pointer;
}
#play-match-video-link {
    background: url("../images/layout/icons-backbutton.png");
    width: 72px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0px;
    margin-top: 0px;
    left: -72px;
    z-index: 8003;
    cursor: pointer;
    display: block;
	opacity: 0.3;
}
#play-match-video-link span {
    display: none;
}

@media all and (max-width: 1440px) {
    #play-match-video-player {
        width: 85%;
    }
    #play-match-video-link {
        position: absolute;
        width: 200px;
        height: 60px;
        top: 0px;
        left: 0px;
        cursor: pointer;
        background: url("../images/layout/icon-back-arrow-white.png") no-repeat 0px 6px;
        padding-left: 25px;
        margin-top: -40px;
        font-size: 15px;
        font-family: "MuseoSans-700", Arial, sans-serif;
        font-weight: normal;
        color: #FFFFFF;
        -webkit-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -moz-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -o-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
        transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    }
    #play-match-video-link span {
        display: block;
    }
}
@media all and (max-width: 980px) {
    #play-match-video-back{
        position: absolute;
        left:50%;
        top: -80px;
        margin-left: -36px;
    }
}
#footer {
  padding: 60px 0 60px 0;
  color: #8A8A8A;
}
@media all and (max-width: 767px) {
    #footer {
        padding: 60px 0;
    }
}
#footer .footer-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: auto;
}
@media (max-width: 1280px)
{
  #footer .footer-container {
      padding: 0 20px;
  }
}
#footer p {
  font-size: 14px;
  font-family: "Circular Book", Arial, sans-serif;
  color: #8A8A8A;
  line-height: 1.67;
  margin: 25px 0 0;
}
#footer .logo-row {
  margin-bottom: 15px;
}
#footer .footer-row:after {
  clear: both;
  content: "";
  display: block;
}
#footer .footer-left-column {
  float: left;
  width: calc(33% - 40px);
  margin: 0 20px;
}
@media all and (max-width: 1023px) {
  #footer .footer-left-column {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 767px) {
  #footer .footer-left-column {
    width: 100%;
    margin: 0;
  }
}
#footer .footer-right-column {
  float: left;
  width: calc(66.66% - 20px);
  margin: 0 0 0 20px;
}
@media all and (max-width: 1023px) {
  #footer .footer-right-column {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 767px) {
  #footer .footer-right-column {
    width: 100%;
    margin: 0;
  }
}
#footer .footer-logo {
  background-image: url("../images/common/rp-footer-logo.png");
  background-repeat: no-repeat;
  background-size: 36px 40px;
  width: 36px;
  height: 40px;
  position: relative;
  margin: auto;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #footer .footer-logo {
    background-image: url("../images/common/rp-footer-logo@2x.png");
  }
}
#footer .footer-logo-line {
  width: calc(50% - 35px);
  height: 1px;
  background: #DEDEDE;
  margin-top: 20px;
}
#footer .footer-menu {
  margin: 25px 0 0 100px;
}
@media all and (max-width: 1023px) {
  #footer .footer-menu {
    margin: 50px 0 0;
  }
}
#footer .footer-menu .footer-menu-col {
  float: left;
  width: 22%;
}
@media all and (max-width: 620px) {
  #footer .footer-menu .footer-menu-col {
    width: 50%;
    margin-bottom: 40px;
  }
}
#footer .footer-menu .footer-menu-col h4 {
  font-size: 14px;
  font-weight: normal;
  font-family: "Circular Std Book", Arial, sans-serif;
  color: #8A8A8A;
  margin: 0;
  line-height: 25px;
}
#footer .footer-menu .footer-menu-col ul {
  list-style: none;
  margin: 0 0 0;
  padding: 0;
}
#footer .footer-menu .footer-menu-col ul li {
  margin-top: 20px;
  line-height: 14px;
}
#footer .footer-menu .footer-menu-col ul li a {
  font-family: "Circular Std", Arial, serif;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}
#footer .footer-menu .footer-menu-col .social {
  position: relative;
  width: 120px;
  float: right;
}
@media all and (max-width: 620px) {
  #footer .footer-menu .footer-menu-col .social {
    width: 100%;
    float: none;
  }
}
#footer .footer-menu .footer-menu-col .social a {
  opacity: 0.5;
  -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
}
#footer .footer-menu .footer-menu-col .social a:hover {
  opacity: 1;
}
#footer .footer-menu .footer-menu-col .social .facebook {
  display: block;
  float: left;
  width: 8px;
  height: 17px;
  background-image: url("../images/common/icons-fb-black.png");
  background-size: 8px 17px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #footer .footer-menu .footer-menu-col .social .facebook {
    background-image: url("../images/common/icons-fb-black@2x.png");
  }
}
#footer .footer-menu .footer-menu-col .social .twitter {
  display: block;
  float: left;
  margin: 1px 0 0 20px;
  width: 19px;
  height: 16px;
  background-image: url("../images/common/icons-twitter-black.png");
  background-size: 19px 16px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #footer .footer-menu .footer-menu-col .social .twitter {
    background-image: url("../images/common/icons-twitter-black@2x.png");
  }
}
#footer .footer-menu .footer-menu-col .social .rss_feed {
    display: block;
    float: left;
    margin: 1px 0 0 20px;
    width: 15px;
    height: 16px;
    background-image: url(https://cdn.rugbypass.com/images/common/icons-rss-black.png);
    background-size: 15px 16px;
    background-repeat: no-repeat;
}
@media all and (max-width: 620px) {
  #footer .footer-menu .footer-menu-col.third {
    float: right;
  }
}
@media all and (max-width: 620px) {
  #footer .footer-menu .footer-menu-col.fourth {
    float: left;
  }
}
#footer .footer-menu .footer-menu-col.last {
  width: 12%;
}
@media all and (max-width: 620px) {
  #footer .footer-menu .footer-menu-col.last {
    width: 50%;
    margin-bottom: 30px;
  }
}
#footer .footer-menu:after {
  clear: both;
  content: "";
  display: block;
}
#welcome-anytime {
    position: relative;
    margin: 0px auto;
    width: 100%;
    z-index: 20;
    /*background-color: #00508b;*/
}
#welcome-anytime #blue-diamond {
    position: absolute;
    top: -1051px;
    left: 50%;
    margin-left: -1123px;
    width: 2246px;
    height: 2246px;
    /*
    background-image: url("../images/layout/big-blue.png");
    background-repeat: no-repeat;
    background-size: 2246px 2246px;
    */
    display: none;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
#welcome-anytime #blue-diamond svg{
    margin: 22px 0px 0px 13px;
}
#welcome-anytime .standard-section-container {
    margin: 0px 20px;
    padding-bottom: 10px;
}
#welcome-anytime .standard-section-container .section-content {
    position: relative;
    width: 90%;
    max-width: 1120px;
    margin: 0px auto;
}
#welcome-anytime .standard-section-container .section-content h2.standard-title {
    padding-top: 89px;
}
#welcome-anytime .standard-section-container .section-content .devices {
    position: relative;
    width: 100%;
    margin-top: 17px;
    padding: 0px 20px;
}
#welcome-anytime .standard-section-container .section-content .devices .devices-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
#welcome-anytime .standard-section-container .section-content .devices .devices-img.on {
    opacity: 1;
}
#welcome-anytime .standard-section-container .section-content .devices #devices-img-spacer {
    width: 100%;
}
#welcome-anytime .standard-section-container .section-content .three-cols {
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 69px;
}
#welcome-anytime .standard-section-container .section-content .three-cols .col {
    float: left;
    width: 26%;
    margin-left: 5.5%;
    margin-right: 5.5%;
    text-align: center;
}
#welcome-anytime .standard-section-container .section-content .three-cols .col.first {
    margin-left: 0px;
}
#welcome-anytime .standard-section-container .section-content .three-cols .col.last {
    margin-right: 0px;
}
#welcome-anytime .standard-section-container .section-content .three-cols .col h3 {
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    height: 74px;
    color: #FFFFFF;
    line-height: 1;
    margin: 0px;
}
#welcome-anytime .standard-section-container .section-content .three-cols .col p {
    font-size: 19px;
    color: rgba(255,255,255,0.8);
    line-height: 1.5;
    margin: 0px;
}
.app-icons {
    position: relative;
    width: 292px;
    margin: 0px auto 0px auto;
}
.apple-app-store-icon {
    float: left;
    width: 141px;
    height: 42px;
    background-image: url("../images/layout/apple-app-store.png");
    background-size: 141px 42px;
    margin-right: 10px;
    display: block;
}
.google-play-icon {
    float: left;
    width: 141px;
    height: 42px;
    background-image: url("../images/layout/google-play.png");
    background-size: 141px 42px;
    display: block;
}

@media all and (max-width: 1279px) {
    #welcome-anytime .standard-section-container .section-content .three-cols .col h3 {
        height: 100px;
    }
    #welcome-anytime .standard-section-container {
        padding-bottom: 50px;
    }
}

@media all and (max-width: 1200px) {
    #welcome-anytime .app-icons {
        width: 170px;
    }
    #welcome-anytime .apple-app-store-icon {
        width: 80px;
        height: 24px;
        background-size: 80px 24px;
    }
    #welcome-anytime .google-play-icon {
        width: 80px;
        height: 24px;
        background-size: 80px 24px;
    }
}

@media all and (max-width: 1024px) {
    #welcome-anytime {
        background-color: #00508b;
    }
    #welcome-anytime #blue-diamond {
        top: -100px;
        left: 50%;
        width: 1200px;
        height: 1200px;
        margin-left: -600px;
        background-size: 1200px 1200px;
    }
}

@media all and (max-width: 990px) {
    #welcome-anytime .standard-section-container .section-content .three-cols .col h3 {
        font-size: 21px;
        height: 80px;
    }
    #welcome-anytime .standard-section-container .section-content .three-cols .col p {
        font-size: 16px;
    }
    #welcome-anytime #blue-diamond {
        top: -150px;
    }
}

@media all and (max-width: 768px){
    @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        #welcome-anytime #blue-diamond {
            background-image: url("../images/layout/big-blue@2x.png");
        }
    }
}

@media all and (max-width: 767px) {
    #welcome-anytime .standard-section-container {
        margin: 0px;
        padding-bottom: 0px;
    }
    #welcome-anytime .standard-section-container .section-content h2.standard-title {
        padding: 60px 0px;
    }
    #welcome-anytime .standard-section-container .section-content .devices {
        padding: 0px;
        margin-top: 0px;
    }
    #welcome-anytime .standard-section-container .section-content .three-cols .col {
        width: 100%;
        margin: 0px;
        padding-bottom: 50px;
    }
    #welcome-anytime .standard-section-container .section-content .three-cols .col h3 {
        height: auto;
        margin-bottom: 10px;
    }
    #welcome-anytime #blue-diamond {
        top: -150px;
    }
    .app-icons {
        width: 292px;
    }
    #welcome-anytime .apple-app-store-icon {
        float: none;
        position: relative;
        width: 141px;
        height: 42px;
        background-size: 141px 42px;
        margin: 20px auto 0 auto;
    }
    #welcome-anytime .google-play-icon {
        float: none;
        position: relative;
        width: 141px;
        height: 42px;
        background-size: 141px 42px;
        margin: 20px auto 0 auto;
    }

}

@media all and (max-width: 400px) {
    #welcome-anytime #blue-diamond {
        top: -120px;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .apple-app-store-icon {
        background-image: url("../images/layout/apple-app-store@2x.png");
    }
    .google-play-icon {
        background-image: url("../images/layout/google-play@2x.png");
    }
}

#home-new-bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#home-new-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4009px;
    background-image: url("../images/home/bg.png");
    background-position: top center;
    background-repeat: no-repeat;
}
#home-new-bg.six-nations {
    background-image: url("../images/home/bg-six-nations.png");
}
#home-new-bg.super-rugby {
    background-image: url("../images/home/bg-super-rugby.png");
}
#home-new-bg.top-14 {
    background-image: url("../images/home/bg-top-14.png");
}
#home-new-bg.aviva-premiership {
    background-image: url("../images/home/bg-avp.png");
}
#home-new-bg.nrl {
    background-image: url("../images/home/bg-nrl.png");
}
#home-new {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 140px auto;
    z-index: 5000;
    color: #555555;
    font-weight: normal;
}
#home-new .white-panel {
    position: relative;
    background-color: #ffffff;
}
#home-new .small-title {
    font-family: "Apercu-Bold", Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    color: #1458a3;
    margin-bottom: 22px;
}
#home-new .small-title.center {
    text-align: center;
}
#home-new .intro-panel {
    position: relative;
    width: 100%;
    margin-top: 0;
    padding: 62px 46px;
    z-index: 10;
}
#home-new .half-width {
    width: calc(50% - 23px);
}
#home-new .half-width-left {
    float: left;
}
#home-new .half-width-right {
    float: right;
}
#home-new .quarter-width {
    width: calc(25% - 34px);
}
#home-new .quarter-width-left {
    float: left;
    margin-left: 46px;
}
#home-new .quarter-width-right {
    float: right;
}
#home-new h1, #home-new h2, #home-new h3, #home-new h4, #home-new h5, #home-new p, #home-new .h1, #home-new .h2, #home-new .h3, #home-new .h4, #home-new .h5 {
    margin: 0px;
}
#home-new a, #home-new h3, #home-new .featured-tournament-highlight {
    -webkit-transition: color 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: color 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: color 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: color 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
#home-new a:hover, #home-new .featured-tournament-highlight:hover {
    color: #009d69;
}
#home-new a:hover h3, #home-new a:hover .h3 {
    color: #009d69;
}
#home-new h2, #home-new .h2, #home-new h3.large {
    font-family: "MuseoSlab-500", Arial;
    font-size: 33px;
    font-weight: normal;
    letter-spacing: -0.2px;
    margin-bottom: 33px;
    line-height: 1.1;
    color: #444444;
    max-width: 487px;
}
#home-new h2 a, #home-new h3 a, #home-new .h2 a, #home-new .h3 a {
    color: #444444;
}
#home-new h3, #home-new .h3 {
    font-family: "MuseoSlab-500", Arial;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #444444;
}
#home-new h3 a, #home-new .h3 a {
    color: #444444;
}
#home-new p {
    margin: 26px 0px;
}
#home-new .featured-article .full-width {
    width: 100%;
}
#home-new .blue-link {
    font-family: 'FuturaPT-ExtraBold', Arial;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -0.4px;
    line-height: 1;
    color: #175097;
    text-decoration: underline;
    padding-right: 10px;
    background-image: url("../images/home/icon-link-arrow.png");
    background-size: 6px 8px;
    background-repeat: no-repeat;
    background-position: center right;
}
#home-new .white-link {
    font-family: 'FuturaPT-ExtraBold', Arial;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -0.4px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: underline;
    padding-right: 10px;
    background-image: url("../images/home/icon-link-arrow-white.png");
    background-size: 6px 8px;
    background-repeat: no-repeat;
    background-position: center right;
}
#home-new .date {
    font-family: "Apercu-Bold", Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    color: #bbbbbb;
}
#home-new .article img {
    margin-bottom: 20px;
    display: block;
}
#home-new .author {
    margin-top: 15px;
}
#home-new .author img {
    float: left;
    width: 60px;
    margin-right: 13px;
}
#home-new .author .author-name {
    float: left;
    text-transform: uppercase;
}
#home-new .author .author-name h4 {
    font-family: "Apercu-Bold", Arial;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 1;
    margin-top: 16px;
}
#home-new .author .author-name p {
    margin: 0px;
    font-family: "Apercu-Bold", Arial;
    font-size: 12px;
    font-weight: normal;
    color: #bbbbbb;
    line-height: 1;
    margin-top: 4px;
}
.no-drag, .no-drag div, .no-drag span, .no-drag h1, .no-drag h2, .no-drag h3, .no-drag h4, .no-drag h5, .no-drag p, .no-drag .h1, .no-drag .h2, .no-drag .h3, .no-drag .h4, .no-drag .h5 {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.article-link {
    cursor: pointer;
}
#home-new .social-section {
    padding: 61px 0;
}
#home-new .social-section .share-icons {
    float: right;
    margin-right: 46px;
}
#home-new .social-section .share-icons .share-label {
    float: left;
    font-family: "Apercu-Bold", Arial;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -0.2px;
    margin-bottom: 0px;
    line-height: 1.1;
    color: #444444;
    padding-top: 10px;
    margin-right: 10px;
    text-transform: uppercase;
}
#home-new .social-section .share-icons .share-icon {
    float: left;
    width: 59px;
    height: 59px;
    display: block;
    float: left;
    margin: -15px 0 -15px 10px;
    background-size: 100% 100%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px 48px;
    border-radius: 59px;
    background-color: #004988;
    border: solid 1px #004988;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
#home-new .social-section .share-icons .share-icon:hover {
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
}
#home-new .social-section .share-icons .share-icon.icon-twitter {
    background-image: url("../images/layout/icon-social-twitter-circle-white.png");
}
#home-new .social-section .share-icons .share-icon.icon-twitter:hover {
    background-image: url("../images/layout/icon-social-twitter-circle.png");
}
#home-new .social-section .share-icons .share-icon.icon-facebook {
    background-image: url("../images/layout/icon-social-fb-circle-white.png");
}
#home-new .social-section .share-icons .share-icon.icon-facebook:hover {
    background-image: url("../images/layout/icon-social-fb-circle.png");
}


@media all and (max-width: 1150px){
    #home-new {
        margin: 132px auto;
    }
    #home-new-bg {
        background-position: top right -520px;
    }
    #home-new h2, #home-new .h2, #home-new h3.large {
        font-size: 27px;
    }
    #home-new .intro-panel {
        padding: 62px 0px 22px 0px;
        margin-top: 0px;
    }
    #home-new .social-section .share-icons {
        margin-right: 30px;
    }
}
@media all and (max-width: 1023px){
    #home-new {
        margin: 70px auto;
    }
    #home-new-bg-container {
        position: absolute;
    }
    #home-new-bg {
        height: 100%;
    }
}
@media all and (max-width: 768px) {
    #home-new .social-section {
        background-color: #009D69;
    }
    #home-new .social-section .share-icons .share-label {
        color: #ffffff;
    }
}
@media all and (max-width: 767px) {

    #home-new .half-width {
        width: 100%;
    }
    #home-new .half-width.half-width-left, #home-new .half-width.half-width-right {
        float: none;
        clear: both;
        position: relative;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #home-new .social-section .share-icons .share-icon.icon-twitter {
        background-image: url("../images/layout/icon-social-twitter-circle-white@2x.png");
    }
    #home-new .social-section .share-icons .share-icon.icon-twitter:hover {
        background-image: url("../images/layout/icon-social-twitter-circle@2x.png");
    }
    #home-new .social-section .share-icons .share-icon.icon-facebook {
        background-image: url("../images/layout/icon-social-fb-circle-white@2x.png");
    }
    #home-new .social-section .share-icons .share-icon.icon-facebook:hover {
        background-image: url("../images/layout/icon-social-fb-circle@2x.png");
    }
}



#reviews-previews-personal .program-list-content 
{
    position: relative;
    width: 90%;
    max-width: 1040px;
    margin: auto;
    padding: 0px;
    font-size: 0;
}
#articles{
    position: relative;
    width: 90%;
    max-width: 1040px;
    margin: auto;
    list-style: none;
    padding: 0px;
}
#articles.highlights{
    margin:0px auto 0px;
}
.program-list-title
{
    font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
    font-size: 24px;
    color: #000000;
    margin:55px auto 0px;
    position: relative;
    width: 90%;
    max-width: 1040px;
    padding: 0px;
}
.program-list-title .program-list-filter
{
    display: inline-block;
    margin-left: 15px;
}
.program-list-title .program-list-filter #code-list
{
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 30px;
    margin-top: 0;
    box-shadow:0px 2px 15px #8F8F8F;
}
.program-list-title .program-list-filter #filter-code
{
    font-size: 16px;
}
.program-list-title .program-list-filter #code-list li
{
    padding: 0 10px;
    font-size: 16px;
}
#reviews-previews .copy-titles .program-personal-tab .panel-program-panel
{
    position: relative;
    display: none;
}
#reviews-previews .copy-titles .program-personal-tab .panel-program-panel.open
{
    display: block;
}
#reviews-previews .copy-titles .program-personal-tab .panel-program-panel .panel-program-list {
    padding: 12px;
    position: absolute;
    top: 5px;
    width: 200px;
    transform: translateX(-50%) translateX(-100px);
    background-color: #ffffff;
    border-radius: 2px;
    font-size: 16px;
    font-family: "museo-sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    box-shadow:0px 2px 15px #8F8F8F;
}
#reviews-previews .copy-titles .program-personal-tab .panel-program-panel .panel-program-list a
{
    display: block;
    height: 35px;
    line-height: 35px;
    width: 100%;
}
#reviews-previews .copy-titles .program-personal-tab .panel-program-panel .panel-program-list .icon
{
    height: 24px;
    width: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-top: 5px;
    margin-right: 17px;
}
#reviews-previews .copy-titles .program-personal-tab .panel-program-panel .panel-program-list .playlist-icon .icon
{
    background-image: url("../images/btn_add.png");
}
#reviews-previews .copy-titles .program-personal-tab .panel-program-panel .panel-program-list .playlist-icon:hover .icon
{
    background-image: url("../images/btn_add_mo.png");
}
#reviews-previews .copy-titles .program-personal-tab .panel-program-panel .panel-program-list .playlist-icon.on .icon
{
    background-image: url("../images/btn_add_sel.png");
}
#reviews-previews .copy-titles .program-personal-tab .panel-program-panel .panel-program-list .favorite-icon .icon
{
    background-image: url("../images/btn_fav.png");
}
#reviews-previews .copy-titles .program-personal-tab .panel-program-panel .panel-program-list .favorite-icon:hover .icon
{
    background-image: url("../images/btn_fav_mo.png");
}
#reviews-previews .copy-titles .program-personal-tab .panel-program-panel .panel-program-list .favorite-icon.on .icon
{
    background-image: url("../images/btn_fav_sel.png");
}
#reviews-previews .copy-titles .program-personal-tab .panel-program-panel .panel-program-list .text
{
    color: #4c4c4c;
}
#reviews-previews .copy-titles .program-personal-tab .panel-program-panel .panel-program-list .on .text
{
    color: #005f9f;
}
.isSubscriber #reviews-previews .copy-titles
{
    padding-right: 30px;
    position: relative;
}
.isSubscriber #reviews-previews .copy-titles .program-personal-tab
{
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
}
.isSubscriber #reviews-previews .copy-titles .program-personal-tab .program-personal-btn
{
    height: 36px;
    width: 16px;
    background: url("../images/btn_more.png") no-repeat center center;
    display: block;
}
.isSubscriber #reviews-previews .copy-titles .program-personal-tab .program-personal-btn:hover,
.isSubscriber #reviews-previews .copy-titles .program-personal-tab .program-personal-btn.on
{
    background: url("../images/btn_more_mo.png") no-repeat center center;
}
#articles.format-grid > .article {
    float: left;
    width: 31%;
    margin-bottom: 90px;
}
#reviews-previews-personal
{
    display: none;
}
.isSubscriber #reviews-previews-personal
{
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
}
#reviews-previews-personal .article
{
    margin-bottom: 55px;
}
#reviews-previews-personal .program-list-title
{
    margin-top: 0px;
    margin-bottom: 15px;
}
#articles.format-grid > .article:nth-of-type(1), #articles.format-grid > .article:nth-of-type(3n + 1){
    clear: both;
}
#articles.format-grid > .article-divider {
    float: left;
    width: 3.5%;
}
#articles.format-grid > .article-divider:nth-of-type(3n) {
    display: none;
}
#reviews-previews .article-img {
    position: relative;
    display: block;
}
#reviews-previews .article-img {
    position: relative;
    display: block;
}
#reviews-previews .article-img .program-progress-bar {
    height: 8px;
    bottom: 0;
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.35);
}
#reviews-previews .article-img .program-progress-bar .program-progress
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #337d3f;
}
#reviews-previews .article-img:hover .article-video-play-arrow {
    background-color: #003B7E;
}
#reviews-previews .article .article-img > img {
    width: 100%;
}
.article-img-link{
    color: #4c4c4c;
    font-size: 12px;
    line-height: 0px;
}
.article-thumb{

}
.article-image{
    display: none;
}
#articles.format-blog .article-image{
    display: inline;
}
#articles.format-blog .article-thumb{
    display: none;
}
#reviews-previews .article h3 {
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 1.3em;
    color: #4c4c4c;
    margin: 30px 0px 5px;
}
#articles h4 a{
    color: #b5cdce;
}
#reviews-previews .article h4 {
    font-size: 13px;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    color: #b5cdce;
    margin: 0px;
}
#reviews-previews .article .details {
    font-size: 10px;
}
#reviews-previews .article p{
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #A0A0A0;
    font-size: 14px;
}
#articles > .article .read-more:before {
    display: block;
}
#articles > .article .read-more {
    clear: both;
    color: #005BA0;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    margin: 15px 0px;
    border-bottom: 1px solid rgba(0,93,160,0);
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
#articles > .article .read-more:hover {
    color: #003b7e;
    border-bottom: 1px solid rgba(0,93,160,1);
}




/* BLOG FORMAT ARTICLES */

#articles.format-blog > .article {
    position: relative;
    width: 100%;
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.white-bg #articles.format-blog > .article {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


#articles.format-blog > .article .article-img {
    width: 100%;
}
#articles.format-blog > .article .article-img > img {
    width: 100%;
}

#articles.format-blog > .article .article-img:hover .play-btn {
    background-color: #003B7E;
}
#articles.format-blog > .article .lights-off-btn {
    position: absolute;
    right: 0px;
    margin-top: -6px;
}
#articles.format-blog > .article .lights-off-btn.on {
    color: #8b8989;
    background-color: #231f21;
}
#articles.format-blog > .article > .copy > .copy-titles {
    float: left;
    width: 580px;
    max-width: 100%;
    clear: both;
}
#articles.format-blog > .article > .copy {
    position: relative;
    width: 100%;
    max-width: 764px;
    margin: 0px auto;
}
#articles.format-blog > .article > .copy p {
    clear: both;
    margin: 0px;
    padding: 0px;
}

#articles.format-blog > .article h3 {
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.4;
    color: #4c4c4c;
}
#articles.format-blog > .article h4 {
    font-size: 13px;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    color: #b5cdce;
    margin: 0px;
}
#articles.format-blog > .article .details {
    font-size: 13px;
    padding-bottom: 30px;
}

#articles.format-blog > .article-divider {
    display: none;
}

.article-video-play-arrow{
    background-image: url('../images/layout/play-btn-triangle.png');
    background-color: #005ca0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 16px;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    border-radius: 54px;
    position: absolute;
    left:50%;
    top:50%;
    margin: -27px 0px 0px -27px;
    -webkit-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.tag-colours{
    position: absolute;
    height: 14px;
    bottom: -2px;
    width: 100%;
    background-color: #FFFFFF;
}
.tag-colour{
    height: 10px;
    float: left;
}
.tag-colours.size-1 .tag-colour{
    width: 100%;
}
.tag-colours.size-2 .tag-colour{
    width: 50%;
}
.tag-colours.size-3 .tag-colour{
    width: 33.33%;
}
.tag-colours.size-4 .tag-colour{
    width: 25%;
}
@media all and (max-width: 1023px){
    #articles.format-grid > .article {
        width: 46%;
    }
    #articles.format-grid > .twitter-container {
        clear: both;
        width: 100%;
    }
    #articles.format-grid > .article-divider:nth-of-type(3n) {
        display: block;
    }
    #articles.format-grid > .article-divider:nth-of-type(4n) {
        display: none;
    }
    #articles.format-grid > .article:nth-of-type(3n + 1){
        clear: none !important;
    }
    #articles.format-grid > .article:nth-of-type(1){
        clear: none !important;
    }
    #articles.format-grid > .article:nth-of-type(4n + 1){
        clear: both !important;
    }
    #articles.format-blog > .article .details {
        padding-bottom: 12px;
    }
    #articles .share-this {
        margin-top: 0px;
        margin-bottom: 44px;
    }
}
@media all and (max-width: 680px){
    #articles.format-grid > .article {
        width: 100%;
        clear: both;
        float: none;
    }
    .reviews-previews-banner-item .right-content h2 {
        text-align: center;
    }
    #articles.format-grid > .article h3 {
        text-align: center;
    }
    #reviews-previews-personal .copy
    {
        text-align: center;
    }
    #articles.format-grid > .article p {
        text-align: center;
    }
    #articles > .article .read-more {
        width: 100%;
        text-align: center;
    }
    #articles > .article .read-more:hover {
        border-bottom: 1px solid rgba(0,93,160,0);
    }
    #articles.format-grid > .article h4 {
        text-align: center;
    }
}
@media all and (max-width: 480px){
    #articles.format-blog > .article .article-img .play-btn {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px;
        background-size: 20px 30px !important;
    }
    #articles.format-blog > .article h3 {
        font-size: 28px;
    }
    #articles .small-button {
        position: relative;
        margin: 0px auto;
    }
    #more-posts-btn,#more-posts-btn-link {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

}



@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .article-video-play-arrow{
        background-image: url('../images/layout/play-btn-triangle.png');
    }
}.live-panel {
  background: #FFFFFF;
}
.live-panel .live-section {
  padding: 50px 46px;
  position: relative;
}
.live-panel .live-section .left-col {
  width: 254px;
  float: left;
}
.live-panel .live-section .left-col .score-countdown {
  background-color: #E5EDED;
  border-radius: 50%;
  width: 254px;
  height: 254px;
  position: relative;
  font-family: 'Apercu-Bold';
  color: #125687;
  font-size: 12px;
}
.live-panel .live-section .left-col .score-countdown .field {
  position: absolute;
  background: url("../images/live/field.png");
  width: 276px;
  height: 85px;
  top: 140px;
  left: -10px;
}
.live-panel .live-section .left-col .score-countdown .count-down {
  text-align: center;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  color: #125687;
  font-size: 13px;
}
.live-panel .live-section .left-col .score-countdown .count-down .clock {
  color: #444444;
}
.live-panel .live-section .left-col .score-countdown .count-down .clock > div {
  margin-top: 15px;
}
.live-panel .live-section .left-col .score-countdown .count-down .clock > div div {
  font-size: 34px;
}
.live-panel .live-section .left-col .score-countdown .count-down .clock .days {
  float: left;
  width: 40%;
  padding-left: 20px;
}
.live-panel .live-section .left-col .score-countdown .count-down .clock .hours {
  float: left;
  width: 20%;
}
.live-panel .live-section .left-col .score-countdown .count-down .clock .minutes {
  float: left;
  width: 40%;
  padding-right: 20px;
}
.live-panel .live-section .left-col .score-countdown .score {
  position: absolute;
  top: 60px;
  width: 100%;
  font-family: 'Apercu-Regular';
}
.live-panel .live-section .left-col .score-countdown .score .team {
  color: #004524;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.live-panel .live-section .left-col .score-countdown .score .team-score {
  font-size: 34px;
  color: #004524;
  width: 100%;
  text-align: center;
}
.live-panel .live-section .left-col .score-countdown .score .shield {
  position: absolute;
  width: 32px;
  top: 31px;
}
.live-panel .live-section .left-col .score-countdown .score .shield img {
  width: 100%;
}
.live-panel .live-section .left-col .score-countdown .score .home-team {
  float: left;
  width: 50%;
}
.live-panel .live-section .left-col .score-countdown .score .home-team .team,
.live-panel .live-section .left-col .score-countdown .score .home-team .team-score {
  padding-left: 20px;
}
.live-panel .live-section .left-col .score-countdown .score .home-team .shield {
  left: 15px;
}
.live-panel .live-section .left-col .score-countdown .score .away-team {
  float: right;
  width: 50%;
}
.live-panel .live-section .left-col .score-countdown .score .away-team .team,
.live-panel .live-section .left-col .score-countdown .score .away-team .team-score {
  padding-right: 20px;
}
.live-panel .live-section .left-col .score-countdown .score .away-team .shield {
  right: 15px;
}
.live-panel .live-section .center-col {
  float: left;
  width: calc(100% - 508px);
  padding: 0 46px;
}
.live-panel .live-section .right-col {
  width: 254px;
  float: left;
}
.live-panel .live-section .right-col .small-title {
  text-align: center;
}
.live-panel .live-header {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.3);
}
.live-panel .live-header .competition-date {
  padding-top: 15px;
  font-size: 13px;
  color: #444444;
  font-family: 'Apercu-Regular';
  line-height: 1.62;
}
.live-panel .live-header .competition-date .venue-details {
  color: #aaaaaa;
}
.live-panel .live-header .watch-details {
  position: absolute;
  right: 46px;
  top: 60px;
  font-size: 13px;
  color: #343434;
  font-family: 'Apercu-Bold';
  line-height: 1.62;
}
.live-panel .live-header .watch-details div {
  color: #9a9a9a;
  font-family: 'Apercu-Regular';
}
.live-panel .live-header .live-now-header-menu {
  position: absolute;
  right: 46px;
  top: 60px;
}
.live-panel .live-header .live-now-header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.live-panel .live-header .live-now-header-menu ul li {
  float: left;
  width: 133px;
  text-align: center;
  font-family: 'Apercu-Bold';
  font-size: 13px;
  border-bottom: 4px solid #eeeeee;
  padding-bottom: 15px;
}
.live-panel .live-header .live-now-header-menu ul li a {
  color: #125687;
}
.live-panel .live-header .live-now-header-menu ul li.selected {
  border-bottom: 4px solid #009d69;
}
.live-panel .live-header .live-now-header-menu ul li.selected a {
  color: #009d69;
}
.live-panel .live-header .live-now-header-menu div {
  color: #c4c4c4;
  font-size: 12px;
  font-family: 'Apercu-Regular';
  width: 133px;
  text-align: center;
}
.live-panel .live-upcoming-body:after {
  clear: both;
  display: block;
  content: "";
}
.live-panel .featured-post img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.live-panel .featured-post h2 {
  margin-bottom: 10px !important;
}
.live-panel .featured-post .excerpt {
  float: left;
  width: 50%;
  margin-top: 20px;
}
.live-panel .featured-post .author {
  float: left;
  width: 50%;
  margin-top: -20px;
}
.live-panel .author img {
  float: left;
}
.live-panel .author > div {
  line-height: 1.3;
  float: left;
  margin-top: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Apercu-Bold';
  color: #444444;
}
.live-panel .author > div div {
  color: #bbbbbb;
}
.live-panel .featured-post:after {
  clear: both;
  content: "";
  display: block;
}
.live-panel .related-stories ul {
  list-style: none;
  padding: 0;
  margin: 80px 0 0;
}
.live-panel .related-stories ul li {
  float: left;
  width: 50%;
}
.live-panel .related-stories ul li img {
  width: 100%;
  display: block;
}
.live-panel .related-stories ul li h3 {
  padding: 20px 0 0;
  height: 80px;
  color: #444444;
}
.live-panel .related-stories ul li p {
  font-size: 14px;
  font-family: 'Apercu-Regular';
  color: #555555;
  height: 100px;
}
.live-panel .related-stories ul li .author {
  height: 130px;
}
.live-panel .related-stories ul li.odd {
  padding-right: 23px;
}
.live-panel .related-stories ul li.even {
  padding-left: 23px;
}
.live-panel .standings,
.live-panel .player-stats {
  width: 100%;
  margin-bottom: 30px;
}
.live-panel .standings tr.odd,
.live-panel .player-stats tr.odd {
  background-color: #f5f5f5;
}
.live-panel .standings th,
.live-panel .player-stats th {
  font-size: 12px;
  font-family: 'Apercu-Bold';
  font-weight: normal;
  color: #444444;
  padding: 0 0 8px;
}
.live-panel .standings th.pool,
.live-panel .player-stats th.pool {
  text-align: left;
  text-transform: uppercase;
  color: #125687;
}
.live-panel .standings td,
.live-panel .player-stats td {
  font-size: 15px;
  font-family: 'Apercu-Regular';
  padding: 8px 0;
  text-align: center;
}
.live-panel .standings td.name,
.live-panel .player-stats td.name {
  text-align: left;
}
.live-panel .standings td.num,
.live-panel .player-stats td.num {
  width: 30px;
}
.live-panel .standings td.points,
.live-panel .player-stats td.points {
  width: 30px;
}
.live-panel .standings td.diff,
.live-panel .player-stats td.diff {
  width: 50px;
}
.live-panel .standings th.team-name,
.live-panel .player-stats th.team-name {
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  color: #d91e00;
}
.live-panel .standings th.player-number,
.live-panel .player-stats th.player-number {
  width: 25px;
}
.live-panel .standings th.stat-value,
.live-panel .player-stats th.stat-value {
  width: 30px;
}
.live-panel .standings td.player-name,
.live-panel .player-stats td.player-name {
  text-align: left;
  font-size: 13px;
  font-family: 'Apercu-Regular';
  color: #444444;
}
.live-panel .standings td.stat-value,
.live-panel .player-stats td.stat-value {
  color: #444444;
  font-size: 13px;
}
.live-panel .standings td.player-number,
.live-panel .player-stats td.player-number {
  text-align: center;
  font-size: 13px;
  font-family: 'Apercu-Bold';
  color: #444444;
}
.live-panel .standings td.stats-spacer,
.live-panel .player-stats td.stats-spacer {
  height: 50px;
}
.live-panel .standings td.subs-spacer,
.live-panel .player-stats td.subs-spacer {
  height: 20px;
}
.live-panel .standings tr.stats td,
.live-panel .player-stats tr.stats td {
  padding: 3px 0;
}
.live-panel .commentary {
  list-style: none;
  padding: 0;
  font-family: 'Apercu-Regular';
}
.live-panel .commentary li {
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  max-height: 300px;
  -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.live-panel .commentary li .time {
  float: left;
  width: 40px;
  color: #aaaaaa;
  font-size: 14px;
}
.live-panel .commentary li .comment {
  float: left;
  width: calc(100% - 60px);
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
}
.live-panel .commentary li .comment .copy {
  padding: 0 20px;
}
.live-panel .commentary li .comment.highlight .kicked .circle {
  float: left;
  width: 10px;
  height: 10px;
  background-color: #004524;
  border-radius: 50%;
  margin: 7px 10px 0px 0px;
}
.live-panel .commentary li .comment.highlight .kicked .label {
  float: left;
  font-family: 'Apercu-Bold';
}
.live-panel .commentary li .comment.highlight .kicked:after {
  clear: both;
  content: "";
  display: block;
}
.live-panel .commentary li .comment.highlight .copy {
  padding: 10px 20px;
}
.live-panel .commentary li .comment.try {
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.15);
}
.live-panel .commentary li .comment.try .head {
  background-color: #d91e00;
  padding: 6px 20px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Apercu-Bold';
}
.live-panel .commentary li .comment.try .copy {
  padding: 20px 20px;
}
.live-panel .commentary li:after {
  clear: both;
  content: "";
  display: block;
}
.live-panel .commentary li.out {
  max-height: 0px;
  padding-bottom: 0px;
}
.live-panel .key-moments {
  margin-top: 30px;
}
.live-panel .key-moments .small-title {
  text-align: center;
}
.live-panel .key-moments .moments-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.live-panel .key-moments .moments-list li {
  position: relative;
  height: 23px;
  overflow: hidden;
  -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.live-panel .key-moments .moments-list li > div.label {
  font-size: 14px;
  font-family: 'Apercu-Regular';
  color: #444444;
  float: left;
  width: calc(100% - 40px);
}
.live-panel .key-moments .moments-list li > div.label div.line {
  height: 1px;
  opacity: 0.5;
  background-color: #d8d8d8;
  display: block;
  width: 100%;
  margin-top: 12px;
}
.live-panel .key-moments .moments-list li > div.time {
  font-size: 13px;
  font-family: 'Apercu-Regular';
  color: #aaaaaa;
  width: 40px;
  float: left;
}
.live-panel .key-moments .moments-list li.out {
  height: 0px;
}
.live-panel .key-moments .moments-list li:after {
  clear: both;
  content: "";
  display: block;
}
.live-panel .team-player-stats {
  margin: 50px 0 0;
}
.live-panel .team-player-stats .team-player-stats-tabs {
  margin-bottom: 50px;
}
.live-panel .team-player-stats .team-player-stats-tabs .tab {
  height: 29px;
  border-radius: 100px;
  background-color: #FFFFFF;
  float: left;
  width: 50%;
  font-size: 12px;
  text-align: center;
  color: #125687;
  padding-top: 4px;
  cursor: pointer;
}
.live-panel .team-player-stats .team-player-stats-tabs .tab.selected {
  height: 29px;
  border-radius: 100px;
  background-color: #125687;
  color: #FFFFFF;
  cursor: default;
}
.live-panel .team-player-stats-tabs:after {
  clear: both;
  content: "";
  display: block;
}
.live-panel .team-player-stats-container {
  display: none;
}
.live-panel .team-player-stats-container .full-stats-link {
  color: #125687;
}
.live-panel .team-player-stats-container.selected {
  font-size: 12px;
  font-family: 'Apercu-Bold';
  color: #125687;
  text-transform: uppercase;
  display: block;
  text-align: right;
}
.live-panel .match-stats {
  list-style: none;
  padding: 0;
  font-family: 'Apercu-Regular';
  color: #da0a04;
  font-size: 13px;
}
.live-panel .match-stats li {
  margin-bottom: 25px;
}
.live-panel .match-stats li .left-value {
  float: left;
  width: 15%;
  text-align: right;
  padding: 12px 15px 0 0;
}
.live-panel .match-stats li .center-value {
  float: left;
  width: 70%;
  text-align: center;
  font-size: 12px;
  color: #aaaaaa;
}
.live-panel .match-stats li .center-value div {
  height: 4px;
  border-radius: 30px;
  background-color: #004524;
}
.live-panel .match-stats li .right-value {
  float: left;
  width: 15%;
  text-align: left;
  padding: 12px 0 0 15px;
}
.live-panel .match-stats li:after {
  clear: both;
  content: "";
  display: block;
}
.live-panel .list-link-menu {
  list-style: none;
  padding: 0;
  position: relative;
}
.live-panel .list-link-menu li {
  float: left;
  height: 29px;
  border-radius: 100px;
  text-align: center;
  font-size: 12px;
  color: #125687;
  text-transform: uppercase;
  padding: 4px 15px;
  cursor: pointer;
}
.live-panel .list-link-menu li a {
  color: #125687;
}
.live-panel .list-link-menu li.selected {
  background-color: #125687;
  color: #FFFFFF;
  cursor: default;
}
.live-panel .list-link-menu li.selected a {
  color: #FFFFFF;
}
#home-new-live {
    position: relative;
    width: 100%;
    height: 153px;
    z-index: 20;
}
#home-new-live.live{
    height: auto;
}
#no-live-games{
    height: 30px;
}
#home-new-live .title {
    position: absolute;
    top: 22px;
    left: 46px;
    width: 350px;
    z-index: 99;
}
#home-new-live .title .live-title {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: "Apercu-Bold", Arial;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
}
#home-new-live .title .live-title .live-title-txt {
    float: left;
    margin-right: 12px;
}
#home-new-live .title .live-title .arrow-left, #home-new-live .title .live-title .arrow-right {
    float: left;
    width: 12px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: 12px 9px;
    margin-top: 6px;
    cursor: pointer;
}
#home-new-live .title .live-title .current {
    float: left;
    width: 28px;
    text-align: center;
}
#home-new-live .title .live-title .arrow-left {
    background-image: url("../images/home/banner-desktop-icon-prev.png");
}
#home-new-live .title .live-title .arrow-right {
    background-image: url("../images/home/banner-desktop-icon-next.png");
}
#home-new-live .title h2 {
    position: absolute;
    top: 20px;
    left: 0px;
    font-family: 'FuturaPT-ExtraBold', Arial;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: -0.9px;
    line-height: 0.85;
    color: #ffffff;
}
#home-new-live.live .title h2{
    top: 8px;
}
#home-new-live .title h1 {
    position: absolute;
    top: 42px;
    left: 0px;
    font-family: 'FuturaPT-ExtraBold', Arial;
    font-size: 43px;
    font-weight: normal;
    letter-spacing: -1.3px;
    line-height: 0.85;
    color: #ffffff;
}
#home-new-live.live .title h1 {
    top: 32px;
}
#home-new-live.live .title .regions-only{
    position: absolute;
    top: 67px;
    left: 0px;
    font-family: 'MuseoSlab-700';
    font-size: 13px;
    color: #ffffff;
    opacity: 0.6;
}
#home-new-live .slides {
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
}
#home-new-live .slides .slide-container {
    position: absolute;
    left: 0px;
    width: 3000px;
    height: 130px;
}

#home-new-live .slides .slide {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #2b9e6c;
}
#home-new-live.live .slides .slide {
    position: relative;
    top: 0px;
    left:0px;
    background-color: #2b9e6c;
}
#home-new-live .slides .slide.first {
    left: 0px;
}
#home-new-live .slides .slide .banner-container .players {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -222px;
    width: 244px;
    height: 100%;
    z-index: 5;
}
#home-new-live .slides .slide .banner-container .players .player-left {
    position: absolute;
    top: 3px;
    left: -15px;
    width: 148px;
    z-index: 5;
}
#home-new-live .slides .slide .banner-container .players .player-right {
    position: absolute;
    top: 6px;
    right: -15px;
    width: 177px;
    z-index: 4;
}
#home-new-live .slides .slide .banner-container .match {
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: 25px;
    width: 300px;
}
#home-new-live .slides .slide .banner-container .match .teams {
    position: relative;
    width: 100%;
    font-family: "MuseoSlab-700", Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
}
#home-new-live .slides .slide .banner-container .match .teams .team-left {
    float: left;
    width: 50%;
    text-align: center;
}
#home-new-live .slides .slide .banner-container .match .teams .team-right {
    float: right;
    width: 50%;
    text-align: center;
}
#home-new-live .slides .slide .banner-container .match .type {
    position: relative;
    width: 100%;
    text-align: center;
    font-family: "MuseoSlab-700", Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
}
#home-new-live.live .slides .slide .banner-container .match .type {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.6;
}
#home-new-live .slides .slide .banner-container .cta {
    position: absolute;
    top: 36px;
    right: 78px;
    width: 196px;
    color: #ffffff;
    z-index: 100;
}
#home-new-live .slides .slide .banner-container .cta .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 196px;
    text-align: left;
    background-color: #ffffff;
    background-image: url("../images/home/banner-desktop-play-icon.png");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: left 19px center;
    font-family: 'FuturaPT-ExtraBold', Arial;
    font-size: 21px;
    line-height: 1;
    font-weight: normal;
    padding: 13px 0px 13px 37px;
    color: #009d69;
    cursor: pointer;
    border-radius: 5px;
}
#home-new-live .slides .slide .banner-container .cta .btn.no-arrow {
    background-image: none;
    padding: 13px 0px 13px 0px;
    text-align: center;
}
#home-new-live .slides .slide .banner-container .cta .live-time {
    position: absolute;
    top: 54px;
    right: 0px;
    width: 100%;
    text-align: center;
    font-family: "Apercu-Bold", Arial;
    font-size: 13px;
    font-weight: normal;
}
#home-new-live .slide-nav {
    position: absolute;
    top: 130px;
    left: 0px;
    width: 100%;
    text-align: center;
}
#home-new-live .slide-nav .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 12px 5px;
    background-color: #cccccc;
    border-radius: 10px;
    cursor: pointer;
}
#home-new-live .slide-nav .dot.selected {
    background-color: #2b9e6c;
    cursor: default;
}


@media all and (max-width: 1280px){
    #home-new-live .slides .slide .banner-container .cta {
        right: 44px;
    }
    #home-new-live .slides .slide .banner-container .match .teams {
        font-size: 17px;
    }
    #home-new-live .slides .slide .banner-container .match {
        width: 280px;
    }
    #home-new-live .slides .slide .banner-container .match .type {
        font-size: 13px;
    }
}

@media all and (max-width: 1150px){
    #home-new-live {
        height: 354px;
    }
    #home-new-live .slides .slide .banner-container .match .type {
        opacity: 0.5;
    }
    #home-new-live .title {
        top: 0px;
        left: 0px;
        width: 100%;
    }
    #home-new-live .title .live-title {
        display: none;
    }
    #home-new-live .title h2 {
        top: 0px;
        width: 100%;
        text-align: center;
        max-width: none;
        font-size: 27px;
    }
    #home-new-live .title h1 {
        top: 22px;
        width: 100%;
        text-align: center;
        font-size: 38px;
    }
    #home-new-live .slides {
        position: absolute;
        top: 80px;
        height: 231px;
    }
    #home-new-live .slides .slide-container {
        height: 231px;
    }
    #home-new-live .slides .slide {
        width: calc(100% - 92px);
        left: calc(100% - 29px);
    }
    #home-new-live .slides .slide.first {
        left: 46px;
    }
    #home-new-live .slide-nav {
        top: 312px;
    }
    #home-new-live .slides .slide .banner-container .players {
        left: 0px;
        margin-left: 0px;
        width: 100%;
    }
    #home-new-live .slides .slide .banner-container .players .player-left {
        left: 26px;
        top: auto;
        bottom: 0px;
    }
    #home-new-live .slides .slide .banner-container .players .player-right {
        right: 26px;
        top: auto;
        bottom: 0px;
    }
    #home-new-live .slides .slide .banner-container .match {
        top: 45px;
        width: 300px;
        margin-left: -150px;
    }
    #home-new-live .slides .slide .banner-container .match .teams {
        font-size: 19px;
    }
    #home-new-live .slides .slide .banner-container .match .type {
        font-size: 15px;
    }
    #home-new-live .slides .slide .banner-container .cta {
        top: 109px;
        right: auto;
        left: 50%;
        margin-left: -98px;
    }
    #home-new-live .slides .slide .banner-container .cta .live-time {
        top: 0px;
    }
    #home-new-live .slides .slide .banner-container .cta .btn {
        top: 26px;
    }
    #home-new-live .slide-nav .dot {
        background-color: #ffffff;
    }
    #home-new-live .slides .slide .blocker {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 98;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }
}

@media all and (max-width: 680px){
    #home-new-live {
        margin-top: 80px;
    }
    #home-new-live .slides .slide {
        width: calc(100% - 60px);
        left: calc(100% - 15px);
    }
    #home-new-live .slides .slide.first {
        left: 30px;
    }
    #home-new-live .slides .slide .banner-container .players .player-left {
        left: -26px;
        width: 130px;
        bottom: auto;
        top: 140px;
    }
    #home-new-live .slides .slide .banner-container .players .player-right {
        right: 0px;
        width: 130px;
        bottom: auto;
        top: 140px;
    }
    #home-new-live .slides .slide .banner-container .players {
        display: none;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {

}




#packages {
    padding: 50px 0px 0px 0px;
    z-index: 500;
    margin-bottom: 140px;
}
#packages.sign-up {
    padding: 50px 0px 180px;
    z-index: 500;
    max-width: 100%;
    background: none !important;
}
#packages .left-part {
    float: left;
    width: 30%;
    margin-right: 25%;
}
#packages .right-part {
    float: left;
    width: 50%;
}
#packages h3.standard-title {
    text-align: left;
    padding: 0px;
    font-family: "FuturaPT-ExtraBold", Arial;
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    color: #222222;
    margin: 0;
}
#packages .title-container .sub-title
{   
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding-top: 20px;
    color: #888;
    line-height: 1.4em;
    }
#packages .amount-container{
    text-align: right;
    color: #6d2b2c;
    float: right;
    font-size: 20px;
    margin-top: 50px;
}
#packages .amount-container span.amount{
    font-size: 30px;
}
#packages .amount-container span.month{
    font-weight: 700;
}
#packages .amount-container div{
    font-size: 15px;
    color: #AAAAAA;
    margin-top: 5px;
}
.packages-flash{
    position: absolute;
    margin-top: -73px;
    margin-left: -58px;
    background: url("../images/layout/packages-first-month-free-flash.png");
    width: 92px;
    height: 92px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding-top: 20px;
}
#packages .title-container .packages-flash{
    position: absolute;
    top: 5px;
    left: 180px;
}
#packages h4{
    font-size: 19px;
    margin: 20px 0px 10px;
}
.packages-union-logos{
    background: url("../images/layout/packages-union-logos.png");
    width: 459px;
    height: 46px;
    margin-top: -10px;
}
.packages-league-logos{
    background: url("../images/layout/packages-league-logos.png");
    width: 157px;
    height: 54px;
    margin-top: -20px;
}
.packages-tick{
    background: url("../images/layout/packages-tick-grey.png");
    width: 18px;
    height: 18px;
    margin-left: 50%;
}
#packages .right-col-0 .packages-tick{
    background: url("../images/signup/sign-up-tick-blue.png");
}
#packages .right-col-1 .packages-tick{
    background: url("../images/signup/sign-up-tick-rust.png");
}
#packages .right-col-2 .packages-tick,
#packages .right-col-3 .packages-tick{
    background: url("../images/signup/sign-up-tick-green.png");
}
#packages .right-col-3 .packages-tick.none
{
    background: none;
}
.packages-union .packages-tick-colour{
    margin: 5px 0px 0px 40px;
}
.packages-league .packages-tick-colour{
    margin: 0px 0px 0px 40px;
}

.packages-section,.packages-union.pad-top{
    border-bottom: 1px solid #d8d8d8;
}
.packages-union.pad-top,
.packages-league.pad-top{
    padding: 30px 0px;
	font-family: "MuseoSans-700", Arial, sans-serif;
}
#packages #continue-copy {
    margin-top: 70px;
}
#packages .blue-button {
    font-size: 24px;
    padding: 16px 40px;
    background-color: #005CA0;
    color: #FFF;
    border-radius: 3px;
    transition: background-color 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
#packages .right-col-0 {
	display:none;
}
#packages .right-col-1 {
	float: left;
	width: 20%;
	margin-right: 5%;
}
#packages .right-col-2 {
	float: left;
	width: 20%;
}

#packages .right-col-3 {
	float: right;
	width: 20%;
}
.normalWrap
{
  display: none;
}
.normalWrap.show
{
  display: block!important;
  margin-bottom: 50px;
}
.rptv-package 
{
  margin-top: -50px;
}
.rptv-title
{
  font-size: 24px;
  margin-top: 50px;
}
.rptv-title span 
{
  font-size: 14px;
}
.rp-pc
{
  display: block!important;
}
.rp-pc.right-col-0
{
  float: left;
  margin-right: 2.5%;
  width: 20%;
}
.rp-mobile 
{
  display: none!important;
}
.rp-mobile.show.standard-copy
{
  display: block!important;
  font-family: "MuseoSans-700", Arial, sans-serif;
}
}
.rptv-title span 
{
  font-size: 14px;
}
.rptv-title,.rptv-price
{
  color: #333;
}
.rptv-desc
{
  color: #888;
  margin-top: 32px;
}
.rptv-price
{
  text-align: center;
}
#packages .rptv-package .left-part 
{
  margin-right: 2.5%;
}
.gorptv
{
  background: #000!important;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 40px;
  width: 90%;
  margin: 34px auto 0;
  height: 54px;
  line-height: 54px;
  font-size: 21px;
  border-radius: 3px;
}
@media (max-width: 767px)
{
  .rptv-title
  {
    text-align: center;
  }
  .rp-pc 
  {
    display: none!important;
  }
  .rp-mobile 
  {
    display: block!important;
    margin-top: 100px;
  }
}
.outSriLanka #packages .right-col-x,
.inSriLanka #packages .right-col-x {
	display:none;
}
.outSriLanka #packages .right-col-x.hiddensingle,
.inSriLanka #packages .right-col-x.hiddensingle {
	display:block;
	width:20%;
	float: left;
	height: 10px
}
.outSriLanka #packages .right-col-x.hiddendouble,
.inSriLanka #packages .right-col-x.hiddendouble {
	display:block;
	width:40%;
	float: left;
	height: 10px
}
.outSriLanka #packages .right-col-1.hidden,
.inSriLanka #packages .right-col-1.hidden {
	display:none;
}
.outSriLanka #packages .left-part,
.inSriLanka #packages .left-part {
	width: 30%;
	margin-right: 2.5%;
}
.outSriLanka #packages .right-col-0,
.inSriLanka #packages .right-col-0 {
	float: left;
	width: 20%;
	margin-right: 2.5%;
	display:block;
}
.outSriLanka #packages .right-col-1,
.inSriLanka #packages .right-col-1 {
	width: 20%;
	margin-right: 2.5%;
}
.outSriLanka #packages .right-col-2,
.inSriLanka #packages .right-col-2 {
	width: 20%;
}
#packages .selection-box {
	text-align: center;
	padding: 4px 0px 2px 0px;
}
#packages .selection-box h4 {
	margin: 0px;
	font-size: 24px;
}
#packages .selection-box h5 {
	margin: 11px 0px 0px 0px;
	color: #FFFFFF;
	opacity: 0.5;
}
#packages .selection-box h6 {
	color: yellow;
	margin: -16px;
	padding-top: 9px;
	display: none;
}
.packages-section .right {
    float: left;
    width: 100%;
    clear: both;
}
.packages-section .packages-tick-colour, .packages-tick-grey {
    float: right;
}
.packages-tick-grey {
    margin-top: -20px;
}
.packages-union-logos, .packages-league-logos {
    margin-top: 20px;
    max-width: 80%;
    background-size: contain;
    background-repeat: no-repeat;
}
.sign-up-divider {
    position: relative;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background-color: #d8d8d8;
}
#packages .packagesBtn a
{
	position: relative;
    width: 90%;
    text-align: center;
    color: #ffffff;
    padding: 16px 0;
    margin: 0 auto;
    font-size: 21px;
    border-radius: 3px;
    display: block;
}
#packages .right-col-0
{
	color: #0067bf;
}
#packages .right-col-1
{
	color: #b74b21;
}
#packages .right-col-2,
#packages .right-col-3
{
	color: #009a65;
}
#packages .right-col-0 a
{
	background-color: #0067bf;
}
#packages .right-col-1 a
{
	background-color: #b74b21;
}
#packages .right-col-2 a,
#packages .right-col-3 a
{
	background-color: #009a65;
}
.price {
    display: block;
	overflow: hidden;
	margin-top: 8px;
}
.price .big-price {
    font-size: 30px;
    display: block;
    text-align: center;
	padding-top: 30px;
	font-family:  "MuseoSans-700", Arial, sans-serif;
}

.price .small-price {
    font-size: 17px;
    display: block;
    text-align: center;
	padding-top: 15px;
	color: rgba(34, 34, 34, 0.5);
	font-family:  "MuseoSans-700", Arial, sans-serif;
}
.packages-section h4 {
    margin-top: 32px !important;
}
#packages .packagesBtn
{
	display: block;
}
#packages .packagesBtn.small
{
	display: none;
}

@media all and (max-width: 1280px){
    #packages .title-container .standard-copy, #packages .pass-labels .standard-copy {
        font-size: 11px;
        margin-top: 3px;
    }
    #packages .pass-labels {
        padding-bottom: 15px;
    }
    .price .big-price {
        float: left;
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }
    .price .small-price {
        float: left;
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }
}
@media (max-width: 1024px)
{
  .rptv-title 
  {
    margin-top: 70px;
  }
  .rptv-price
  {
    margin-top:40px;
  }
  .gorptv
  {
    margin: 57px auto 0;
  }
}
@media (max-width: 900px)
{
  .gorptv
  {
    font-size: 15px;;
  }
}
@media (max-width: 767px)
{
  .gorptv
  {
    font-size: 21px;
    max-width: 250px;
  }
}
@media all and (max-width: 960px){
    .packages-flash {
        margin-left: -78px;
    }
	.price .big-price 
	{
		font-size: 24px;
	}
	#packages .selection-box h4 
	{
		margin: 0px;
		font-size: 18px;
	}
}


@media all and (max-width: 767px)
{
	#packages
	{
		padding: 15px 0px 0px 0px;
	}
    #packages .left-part {
        width: 100%;
        margin-bottom: 30px;
    }
	.outSriLanka #packages .left-part,
	.inSriLanka #packages .left-part {
		width: 100%;
		margin-bottom: 30px;
	}
	.packages-section h4 {
		text-align: center;
	}
	#packages .right-col-0,
	#packages .right-col-1,
	#packages .right-col-2,
	#packages .right-col-3	
	{
		float: none;
		clear: both;
		position: relative;
		width: 100%;
	}
    #packages .right-col-1.hidden
    {
        display: none
    }
	#packages .price .big-price 
	{
		padding-top:0px;
	}
	#packages .packagesBtn
	{
		display: none;
	}
	#packages .packagesBtn.small
	{
		text-align: center;
		display: block;
		font-size: 21px;
		margin-bottom: 70px;
		margin-top: 20px;
	}
	#packages .packagesBtn.small a
	{
		max-width: 250px;
	}
	.outSriLanka #packages .right-col-0,
	.inSriLanka #packages .right-col-0 ,
	.outSriLanka #packages .right-col-1,
	.inSriLanka #packages .right-col-1, 
	.outSriLanka #packages .right-col-2,
	.inSriLanka #packages .right-col-2,
	.outSriLanka #packages .right-col-3,
	.inSriLanka #packages .right-col-3
	{
		float: none;
		clear: both;
		position: relative;
		width: 100%;
	}
	
	.outSriLanka #packages .right-col-x.hiddensingle,
	.inSriLanka #packages .right-col-x.hiddensingle {
		display: none;
	}
	.outSriLanka #packages .right-col-x.hiddendouble,
	.inSriLanka #packages .right-col-x.hiddendouble {
		display: none;
	}
	#packages .packages-tick
	{
		display: none;
	}
	/*.outSriLanka #packages .right-col-0,
	.inSriLanka #packages .right-col-0 {
		display: none;	
	}
	outSriLanka #packages .right-col-1,
	.inSriLanka #packages .right-col-1 {
		width: 31.5%;
		margin-right: 2.5%;
	}
	.outSriLanka #packages .right-col-2,
	.inSriLanka #packages .right-col-2 {
		width: 31.5%;
	}*/
	
    .packages-section h4 {
        text-align: center;
    }
    .packages-flash {
        margin-top: -180px;
        margin-left: -5%;
    }
    .packages-union-logos, .packages-league-logos {
        float: none;
        position: relative;
        margin: 30px auto 0px auto;
    }
    #packages h3.standard-title {
        margin-top: 0px;
        text-align: center;
        margin-bottom: 30px;
    }
	#packages .title-container .sub-title
	{
		font-size: 16px;
		background-size: 20px 20px;
		padding-right: 27px;
		position: relative;
		margin: 0 auto;
		display: block;
	}
    #packages .blue-button {
        position: absolute;
        left: 50%;
        width: 200px;
        text-align: center;
        margin-left: -100px;
    }
    #packages .standard-copy 
	{
		margin: 0px;
    font-family: "MuseoSans-700", Arial, sans-serif;
    }
}

@media all and (max-width: 640px){
    #packages .amount-container {
        float: left;
        clear: both;
        text-align: left;
        margin-bottom: 20px;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .packages-flash {
        background: url("../images/layout/packages-first-month-free-flash@2x.png");
        background-size: 92px 92px;
    }
}


#footer.geofooter
{
    position: relative;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 50px;
    margin-bottom: 0px;
}
#footer.geofooter #logo-1
{
    margin-right: 64px;
}
#footer.geofooter .logo
{
    display: inline-block;
    height: 42px;
}
#footer.geofooter .logo span
{
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #C3DDDE;
    margin-top: 6px;
    margin-right: 15px;
}
@media all and (max-width: 767px)
{
    #footer.geofooter
    {
        height: 300px;
    }
    #footer.geofooter .logo
    {
        float: none;
        clear: both;
        display: block;
        width: 100%;
        text-align: center;
        height: 100px;
    }
    #footer.geofooter .logo span
    {
        float: none;
        display: block;
    }
    #footer.geofooter .neulion-logo
    {
        position: relative;
        float: none;
        display: block;
        margin: 20px auto 0px auto;
    }
    #footer.geofooter .csm-logo
    {
        position: relative;
        float: none;
        display: block;
        margin: 20px auto 0px auto;
    }
    #welcome-league.welcome-code
    {
        min-height: 600px;
        padding-bottom: 100px;
    }
    #welcome-league.welcome-code.landing-2
    {
        min-height: 350px;
        padding-bottom: 0px;
    }

}
@media all and (-webkit-min-device-pixel-ratio: 1.5)
{
    #footer.geofooter .csm-logo
    {
        background-image: url('../images/layout/footer-CSM-logo@2x.png');
        background-size: 82px 34px;
    }
    #footer.geofooter .neulion-logo
    {
        background-image: url('../images/layout/footer-Neulion-logo@2x.png');
        background-size: 147px 42px;
    }
}.download-apps {
    margin-top: 20px;
    z-index: 500;
}
.apps .download-apps {
    margin-top: 0px;
}
.download-apps.relative-center {
    max-width: 694px;
}
.download-apps p {
    padding-bottom: 47px;
}
.download-apps .standard-section {
    padding-bottom: 0px;
}
.download-apps .centered-copy {
    position: relative;
    margin: 0px auto;
    width: 90%;
    text-align: center;
    max-width: 640px;
    padding-top: 10px;
    color: #2d7b42;
}
.download-apps .apps-content {
    position: relative;
    width: 90%;
    max-width: 460px;
    margin: 0px auto;
    padding-bottom: 135px;
}
.download-apps .apps-content .app-box {
    float: left;
    display: block;
    width: 47.5%;
    margin-right: 5%;
    background-color: #2d7b42;
    text-align: center;
    padding: 0px 0px;
    -webkit-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: background-color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    padding-bottom: 40px;
}
.download-apps .apps-content .app-box:hover {
    background-color: #083b11;
}
.download-apps .apps-content .app-box.last {
    margin-right: 0px;
}
.download-apps .apps-content .app-box h3, .download-apps .apps-content .app-box .h3 {
    position: relative;
    width: 90%;
    height: 50px;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4em;
    margin: 0px auto;
    color: #ffffff;
}
.download-apps .apps-content .app-box .download-text {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 18px;
    line-height: 1em;
}
.download-apps .logo-big {
    position: relative;
    margin: 50px auto;
    display: block;
    width: 147px;
    height: 67px;
    background-repeat: no-repeat;
    background-position: center center;
}
.download-apps .apple-logo-big {
    background-image: url('../images/layout/app-logos-apple.png');
}
.download-apps .android-logo-big {
    background-image: url('../images/layout/app-logos-android.png');
}
.download-apps .samsung-logo-big {

}
.download-apps h3, .download-apps .h3 {
    line-height: 1.2em;
    padding-top: 40px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #2d7b42;
}
.download-apps h3.standard-title, .download-apps .h3.standard-title {
    padding-top: 87px;
}

@media all and (max-width: 767px){
    .download-apps .apps-content {
        padding-bottom: 100px;
    }
}


@media all and (max-width: 639px){
    .download-apps .apps-content .app-box {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 5%;
    }
    .download-apps .apps-content .app-box h3, .download-apps .apps-content .app-box .h3 {
        height: auto;
    }
}

@media all and (max-width: 480px){
    .download-apps {
        margin-top: 0px;
        padding-bottom: 0px;
    }
}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .download-apps .logo-big {
        background-size: 147px 67px;
    }
    .download-apps .apple-logo-big {
        background-image: url('../images/layout/app-logos-apple@2x.png');
    }
    .download-apps .android-logo-big {
        background-image: url('../images/layout/app-logos-android@2x.png');
    }
    .download-apps .samsung-logo-big {

    }
}header {
  position: absolute;
  width: 100%;
  left: 50%;
  padding: 0 60px;
  z-index: 1000;
}
@media all and (max-width: 1440px) {
  header {
    margin-left: 0;
    left: 0;
  }
}
@media all and (max-width: 1280px) {
  header {
    padding: 0 20px;
  }
}
header .container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
@media all and (max-width: 1280px) {
  header .container {
    padding: 0 20px;
  }
}
header #logo {
  float: left;
  width: 148px;
  height: 39px;
  margin: 15px 0;
  background-image: url("../images/common/rp-logo-black.png");
  background-size: 148px 39px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header #logo {
    background-image: url("../images/common/rp-logo-black@2x.png");
  }
}
header ul.left {
  float: left;
}
header ul.right {
  float: right;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}
@media all and (max-width: 990px) {
  header ul {
    display: none;
  }
}
header ul li {
  float: left;
  font-family: "FuturaPT-Bold", Arial;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  padding: 23px 0 40px 45px;
  color: #ffffff;
  opacity: 0.5;
  -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 1150px) {
  header ul li {
    padding: 23px 0 40px 25px;
    -webkit-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
  }
}
header ul li a,
header ul li span {
  color: #222222;
  cursor: pointer;
}
header ul li.open,
header ul li.selected,
header ul li:hover {
  opacity: 1;
}
@media all and (min-width: 991px) {
  header ul li.open > a,
  header ul li.open > span {
    color: #009a65 !important;
  }
}
header .social {
  clear: both;
  padding: 5px 0 0 0;
}
@media all and (max-width: 990px) {
  header .social {
    display: none;
  }
}
header .social a {
  padding: 0;
  float: left;
  margin-right: 23px;
  opacity: 0.5;
  -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
header .social a:hover {
  opacity: 1;
}
header .social .facebook {
  width: 8px;
  height: 17px;
  background-image: url("../images/common/icons-fb-black.png");
  background-size: 8px 17px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header .social .facebook {
    background-image: url("../images/common/icons-fb-black@2x.png");
  }
}
header .social .twitter {
  margin-top: 1px;
  width: 19px;
  height: 16px;
  background-image: url("../images/common/icons-twitter-black.png");
  background-size: 19px 16px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header .social .twitter {
    background-image: url("../images/common/icons-twitter-black@2x.png");
  }
}
header .log-btn {
  float: right;
  font-family: "Circular Std", Arial;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  color: #222222;
  opacity: 0.5;
  -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
  z-index: 1;
  margin-top: -3px;
}
@media all and (max-width: 990px) {
  header .log-btn {
	margin-top: 2px;
    display: none;
  }
}
header .log-btn:hover {
  opacity: 1;
}
header .signup {
  float: right;
  width: 138px;
  height: 52px;
  text-align: center;
  padding: 23px 0 0 0;
  margin-left: 45px;
  color: #ffffff;
  background-color: #009a65;
  cursor: pointer;
  font-family: "FuturaPT-Bold", Arial;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
}
@media all and (max-width: 1150px) {
  header .signup {
    margin-left: 20px;
  }
}
@media all and (max-width: 990px) {
  header .signup {
    display: none;
  }
}
header .my-account-dropdown
{
	color: #ffffff;
	opacity: 1;
	float: right;
	padding: 6px 0 0 15px;
	font-family: "Circular Std", Arial;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	-webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
	/* easeOutExpo */
	z-index: 1;
	list-style: none;
}
header .my-account-dropdown > span
{
	width: 210px;
	height: 50px;
	-webkit-transition: width 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: width 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: width 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: width 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
header .my-account-dropdown ul li 
{
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	opacity: 1;
}
header .my-account-dropdown > ul
{
	margin-left: 0px;
}
header .my-account-dropdown > ul > li > a
{
	width: 210px;
}
header .my-account-dropdown > span > .name
{
	opacity: 0.5;
	float: left;
}
header .my-account-dropdown:hover > span > .name {
    color: #89b396;
}
header.white .my-account-dropdown .name{
    color: #ffffff;
}
header .my-account-dropdown > span > .arrow {
    float: left;
    margin-top: 8px;
    margin-left: 14px;
    width: 10px;
    height: 7px;
    background-image: url(../images/layout/menu-arrow-grey.png);
    background-repeat: no-repeat;
}
header.white .my-account-dropdown > span > .arrow {
    background-image: url(../images/layout/menu-arrow.png);
}
header .my-account-dropdown:hover > span > .arrow {
    background-image: url(../images/layout/menu-arrow.png);
}
header .my-account-dropdown > span {
	padding: 17px 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: #222222;
    display: block;
    -webkit-transition: font-size 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000), padding 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000), color 0ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: font-size 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000), padding 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000), color 0ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: font-size 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000), padding 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000), color 0ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: font-size 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000), padding 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000), color 0ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

header .my-account-dropdown:hover > span {
    background-color: #2d7b42;
    background-position: bottom;
    background-repeat: repeat-x;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	width: 210px;
    height: 50px;
	-webkit-transition: width 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: width 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: width 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: width 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
header .my-account-dropdown a{
    display: block;
    width: 210px;
    padding: 7px 0px 7px 20px;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    -webkit-transition: color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
header .my-account-dropdown a:hover {
    color: #89b396;
}
header .my-account-dropdown > ul {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    clear: both;
    font-size: 16px;
    -webkit-transition: font-size 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: font-size 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: font-size 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: font-size 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    background-color: #2d7b42;
    padding-bottom: 18px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
header .my-account-dropdown:hover > ul {
    display: block;
}
header .my-account-dropdown > ul {
    margin-left: 0px;
}
header  a.last
{
	color: #89b396;
	border-bottom: none;
}
header ul.on
{
	display: block;
}
header .no-desktop
{
	display: none;
}
@media all and (max-width: 1023px)
{
	#header .my-account-dropdown > span
	{
		width: 100%;
	}
	#header .my-account-dropdown > ul
	{
		width: 100%;
		margin-left: 0px;
	}
	#header .my-account-dropdown > ul > li > a
	{
		width: 100%;
	}
}

header #menu-burger {
  position: absolute;
  width: 40px;
  height: 38px;
  top: 16px;
  right: 48px;
  cursor: pointer;
  z-index: 21;
  display: none;
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
@media all and (max-width: 990px) {
  header #menu-burger {
    display: block;
    right: 8px;
  }
}
header #menu-burger .menu-line {
  position: absolute;
  width: 18px;
  height: 3px;
  background-color: #222222;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
}
header #menu-burger #menu-line1 {
  top: 10px;
  left: 10px;
}
header #menu-burger #menu-line2 {
  top: 16px;
  left: 10px;
}
header #menu-burger #menu-line3 {
  top: 22px;
  left: 10px;
}
@media all and (max-width: 990px) {
  header .my-account-dropdown {
	display: none;
  }
  .show-menu header .dropdown {
    background-image: url(../images/common/iconsMenuDdArrowDown.png);
  }
}
header .dropdown .dropdown-blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
header .dropdown .dropdown-menu {
  clear: both;
  position: absolute;
  margin-top: 17px;
  margin-left: -79px;
  display: none;
  width: 271px;
  padding: 27px 20px 20px 20px;
  background-color: #ffffff;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
@media all and (max-width: 990px) {
  header .dropdown .dropdown-menu {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
header .dropdown .dropdown-menu .title {
  font-family: "Circular Std", Arial;
  font-size: 12px;
  font-weight: normal;
  color: #222222;
  text-align: center;
  opacity: 0.4;
  width: 100%;
  display: block;
  padding-bottom: 9px;
}
@media all and (max-width: 990px) {
  header .dropdown .dropdown-menu .title {
    text-align: left;
    opacity: 1;
    color: #ffffff;
  }
}
header .dropdown .dropdown-menu ul {
  margin: 0;
  padding: 0;
}
header .dropdown .dropdown-menu ul li {
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  opacity: 1;
}
@media all and (max-width: 990px) {
  header .dropdown .dropdown-menu ul li {
    opacity: 0.5;
  }
}
header .dropdown .dropdown-menu ul li a {
  font-family: "Circular Std", Arial;
  font-size: 18px;
  font-weight: normal;
  color: #222222;
  padding: 20px 0 20px 50px;
  display: block;
  height: 64px;
  -webkit-transition: color 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 200ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 990px) {
  header .dropdown .dropdown-menu ul li a {
    color: #ffffff;
    display: block;
  }
}
@media all and (min-width: 991px) {
  header .dropdown .dropdown-menu ul li a:hover {
    color: #2b9b68;
  }
}
header .dropdown .dropdown-menu ul li a.avp-icon {
  background-image: url("../images/common/logos-tourn-aviva.png");
  background-size: 40px 43px;
  background-position: center left;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header .dropdown .dropdown-menu ul li a.avp-icon {
    background-image: url("../images/common/logos-tourn-aviva@2x.png");
  }
}
header .dropdown .dropdown-menu ul li a.lions-icon {
  background-image: url("../images/common/logos-tourn-lions.png");
  background-size: 28px 41px;
  background-position: center left 6px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header .dropdown .dropdown-menu ul li a.lions-icon {
    background-image: url("../images/common/logos-tourn-lions@2x.png");
  }
}
header .dropdown .dropdown-menu ul li a.super-rugby-icon {
  background-image: url("../images/common/logos-tourn-super-rugby.png");
  background-size: 33px 43px;
  background-position: center left 3px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header .dropdown .dropdown-menu ul li a.super-rugby-icon {
    background-image: url("../images/common/logos-tourn-super-rugby@2x.png");
  }
}
header .dropdown .dropdown-menu ul li a.top-14-icon {
  background-image: url("../images/common/logos-tourn-top-14.png");
  background-size: 40px 40px;
  background-position: center left;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header .dropdown .dropdown-menu ul li a.top-14-icon {
    background-image: url("../images/common/logos-tourn-top-14@2x.png");
  }
}
header .dropdown .dropdown-menu ul li a.nrl-icon {
  background-image: url("../images/common/logos-tourn-nrl.png");
  background-size: 30px 44px;
  background-position: center left 6px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header .dropdown .dropdown-menu ul li a.nrl-icon {
    background-image: url("../images/common/logos-tourn-nrl@2x.png");
  }
}
@media all and (min-width: 991px) {
  header .dropdown.has-hover:hover .dropdown-menu {
    display: block;
  }
}

header .dropdown .dropdown-menu ul li a.internationals-icon {
    background-image: url("../images/competitions/logos/internationals-bw-small.png");
    background-size: 30px 30px;
    background-position: center left 6px;
    background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    header .dropdown .dropdown-menu ul li a.internationals-icon {
        background-image: url("../images/competitions/logos/internationals-bw-small@2x.png");
    }
}
.show-menu header .dropdown .dropdown-menu ul li a.internationals-icon {
    background-image: url("../images/competitions/logos/internationals-bw-small-white.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .show-menu header .dropdown .dropdown-menu ul li a.internationals-icon {
        background-image: url("../images/competitions/logos/internationals-bw-small-white@2x.png");
    }
}

header .dropdown.open .dropdown-menu {
  display: block;
}
header .dropdown.open .dropdown-blocker {
  display: block;
}
@media all and (max-width: 990px) {
  header .dropdown.open .dropdown-blocker {
    display: none;
  }
}
header .dropdown.has-hover.open {
  display: none;
}
@media all and (max-width: 990px) {
  header .dropdown.has-hover.open .dropdown-menu {
    display: block;
  }
}
.show-menu .header-divider-line {
  opacity: 0.2;
  background-color: #ffffff;
}
@media all and (max-width: 990px) {
  .show-menu .header-divider-line.mobile-bottom {
    display: block;
  }
}
.show-menu #template {
  overflow: visible;
}
.show-menu header {
  min-height: 100%;
}
.show-menu header ul {
  clear: both;
}
@media all and (max-width: 990px) {
  .show-menu header ul {
    display: block;
  }
}
.show-menu header ul li {
  float: none;
  display: block;
  padding: 0;
  font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
}
@media all and (max-width: 990px) {
  .show-menu header ul li {
    float: left;
    clear: both;
  }
}
.show-menu header ul li a,
.show-menu header ul li > span {
  color: #ffffff;
  padding: 10px 0;
  display: inline-block;
}
@media all and (max-width: 990px) {
  .show-menu header ul li.dropdown {
    background-position: top 18px right;
    padding: 0 20px 0 0;
	background-size: 11px 8px;
    background-repeat: no-repeat;
}
  }
}
.show-menu header ul li.dropdown.open {
  opacity: 1;
}
.show-menu header ul.left,
.show-menu header ul.right {
  float: none;
  position: relative;
  width: 100%;
}
.show-menu header ul.left {
  padding-top: 23px;
}
@media all and (max-width: 990px) {
  .show-menu header .social {
    position: absolute;
    bottom: 24px;
    display: block;
    opacity: 0.5;
    left: 20px;
  }
.show-menu header .no-desktop {

    float: none;
    position: absolute;
    clear: both;
    background-position: top 18px right;
    padding: 10px 20px 0 0;
    display: block;
    font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff!important;
    line-height: 1.3;
    opacity: 0.5;
    height: 43px;
}
.show-menu header .no-desktop.account{
	bottom: 220px;
}
.show-menu header .no-desktop.signout{
	bottom: 180px;
}
.show-menu.dropdown header .no-desktop.account{
	bottom: 140px;
}
.show-menu.dropdown header .no-desktop.signout{
	bottom: 100px;
}

.show-menu header .no-desktop a {
	 color: #ffffff!important;
}
.show-menu header .no-desktop:hover {
    opacity: 1;
}
}
.show-menu header .social .facebook {
  background-image: url("../images/common/icons-fb.png");
  opacity: 1;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .show-menu header .social .facebook {
    background-image: url("../images/common/icons-fb@2x.png");
  }
}
.show-menu header .social .twitter {
  background-image: url("../images/common/icons-twitter.png");
  opacity: 1;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .show-menu header .social .twitter {
    background-image: url("../images/common/icons-twitter@2x.png");
  }
}
@media all and (max-width: 990px) {
  .show-menu header .signup {
    float: none;
    position: absolute;
    bottom: 84px;
    margin-left: 0;
    width: calc(100% - 40px);
    color: #0067be !important;
    background-color: #ffffff !important;
    display: block;
    font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    padding: 14px 0;
  }
}
@media all and (max-width: 990px) {
  .show-menu header .log-btn {
    float: none;
    position: absolute;
    bottom: 24px;
    right: 20px;
    display: block;
    color: #ffffff;
    opacity: 0.5;
  }
}
.show-menu header #logo {
  background-image: url("../images/common/rp-logo.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .show-menu header #logo {
    background-image: url("../images/common/rp-logo@2x.png");
  }
}
.show-menu header #menu-burger #menu-line1 {
  top: 16px;
  -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);
  -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);
  -o-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);
  -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);
  transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);
}
.show-menu header #menu-burger #menu-line2 {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  -moz-transform: scale3d(0.9, 0.9, 0.9);
  -o-transform: scale3d(0.9, 0.9, 0.9);
  -ms-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
  opacity: 0;
}
.show-menu header #menu-burger #menu-line3 {
  top: 16px;
  -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);
  -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);
  -o-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);
  -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);
  transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);
}
.show-menu header #menu-burger .menu-line {
  background-color: #ffffff;
}

@media all and (max-width: 990px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .show-menu header .dropdown {
    background-image: url("../images/common/iconsMenuDdArrowDown@2x.png");
  }
}
.show-menu header .dropdown .dropdown-menu {
  padding: 20px 0 20px 6px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .show-menu header .dropdown.open {
    background-image: url("../images/common/iconsMenuDdArrowUp@2x.png");
  }
}
header.white ul li a,
header.white ul li span {
  color: #ffffff;
}
header.white #logo {
  background-image: url("../images/common/rp-logo.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header.white #logo {
    background-image: url("../images/common/rp-logo@2x.png");
  }
}
header.white .social .facebook {
  background-image: url("../images/common/icons-fb.png");
  opacity: 1;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header.white .social .facebook {
    background-image: url("../images/common/icons-fb@2x.png");
  }
}
header.white .social .twitter {
  background-image: url("../images/common/icons-twitter.png");
  opacity: 1;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header.white .social .twitter {
    background-image: url("../images/common/icons-twitter@2x.png");
  }
}
header.white .log-btn {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: color 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 200ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
header.white .signup {
  color: #222222;
  background-color: #ffffff;
  --webkit-transition: color 200ms cubic-bezier(0.19, 1, 0.22, 1), background-color 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 200ms cubic-bezier(0.19, 1, 0.22, 1), background-color 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 200ms cubic-bezier(0.19, 1, 0.22, 1), background-color 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 200ms cubic-bezier(0.19, 1, 0.22, 1), background-color 200ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
header.white #menu-burger .menu-line {
  background-color: #ffffff;
}
header.home {
  margin-top: 460px;
  background-color: #f5f5f5;
}
@media all and (max-width: 880px) {
  header.home {
    margin-top: 480px;
  }
}
.show-menu header {
  position: absolute;
}
.show-menu header .container {
  position: absolute;
  min-height: 100%;
}
.show-menu header.home {
  margin-top: 0;
  background-color: transparent;
}
.header-divider-line {
  clear: both;
  position: absolute;
  top: 69px;
  left: 50%;
  margin-left: -660px;
  width: 1320px;
  height: 1px;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  background-color: #222222;
  z-index: 1000;
  -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 1440px) {
  .header-divider-line {
    width: calc(100% - 120px);
    left: 60px;
    margin-left: 0;
  }
}
@media all and (max-width: 1280px) {
  .header-divider-line {
    width: calc(100% - 40px);
    left: 20px;
  }
}
@media all and (max-width: 990px) {
  .header-divider-line {
    z-index: 101;
  }
}
.header-divider-line.mobile-bottom {
  display: none;
}
@media all and (max-width: 990px) {
  .header-divider-line.mobile-bottom {
    position: absolute;
    top: auto;
    bottom: 63px;
  }
}
.header-divider-line.white {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  background-color: #ffffff;
}
.ie .header-divider-line {
  height: 2px;
}
#mobile-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0067be;
  display: none;
  z-index: 600;
}
@media all and (max-width: 990px) {
  .mac header .dropdown,
  .mobile header .dropdown,
  .tablet header .dropdown {
    background-position: top 15px right !important;
  }
}
#sign-up{
    background: #FFFFFF;
    min-height: 1000px;
    z-index: 2;
}
.sign-up-nav{
    list-style: none;
    padding:60px 0px;
    position: relative;
    margin: auto;
    width: 540px;
}
.sign-up-nav li{
    position: relative;
    float: left;
    width: 135px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #a0a0a0;
    height: 40px;
}
.sign-up-nav li.selected{
    color: #6e2c2c;
}
.sign-up-nav li > div.nav-dot{
    width: 100%;
    position: absolute;
    top:25px;
}
.sign-up-nav li > div.nav-dot > div.dot{
    background: url("../images/layout/nav-dot.png") no-repeat center 0px;
    height: 7px;
    width: 100%;
    position: absolute;
    top:0px;
}
.sign-up-nav li.selected > div.nav-dot > div.dot{
    background: url("../images/layout/nav-dot-selected.png") no-repeat center 0px;
}
.sign-up-nav li > div.nav-dot > div.line{
    height: 1px;
    width: 100%;
    background: #a0a0a0;
    top:3px;
    position: absolute;
}
.sign-up-nav li > div.nav-dot.half-left > div.line{
    width: 50%;
    left: 50%;
}
.sign-up-nav li > div.nav-dot.half-right > div.line{
    width: 50%;
    left:0px;
}
.sign-up-sections{
    position: relative;
    width: 100%;
    margin: auto;
    height: 100%;
}
.sign-up-section{
    display: none;
    position: relative;
    height: 100%;
}
.sign-up-section.selected{
    display: block;
}
.sign-up-section > div {
    padding: 50px 0px 180px;
}
.sign-up-section > div.column-divider{
    padding: 0px;
    background: url("../images/layout/column-divider.png");
    width: 14px;
    position: absolute;
    top:50px;
    height: 830px;
    left: 350px;
}
.sign-up-column-first{
    float: left;
    padding: 20px 20px 20px 30px;
    margin-right: 8%;
}
.package-selected{
    width:300px;
    background: #eeeeee;
    padding: 40px 25px 25px;
    color:#A0A0A0;
    font-size: 14px;
}
.package-selected > h2{
    color: #AFAFAF;
    font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    margin: 0px;
}
.package-selected > p,.sign-up-column p{
    font-size: 12px;
    margin: 5px 0px;
    color:#A0A0A0;
}
.package-selected > h3{
    font-size: 20px;
    color: #005DA0;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
    margin:30px 0px;
}
.package-selected > ul{
    padding: 0px;
    margin: 20px 0px;
}
.package-selected-total{
    height: 70px;
}
.package-selected-total > div.left{
    font-size: 21px;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    color: #4C4C4C;
}
.package-selected-total > div.right{
    font-size: 20px;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
    color: #005DA0;
    text-align: right;
}
.package-selected-total > div.right > span > span{
    font-size: 16px;
}
.sign-up-promo-code{
    background: #FFFFFF;
    padding: 12px 12px 12px 18px;
    line-height: 1;
    height: 50px;
}
.sign-up-promo-code > input{
    border:none;
    background: none;
    font-size: 21px;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    color: #4C4C4C;
    float: left;
    width: 150px;
}
.sign-up-promo-code > .blue-button{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px;
    float: right;
    font-size: 13px;
}
#payment-column{
    width: 675px;
}
.sign-up-column{
    float: left;
    padding: 20px 10px;
    font-size: 15px;
}
.sign-up-column h2{
    font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #6E2C2C;
    font-size: 28px;
}
.sign-up-column p{
    height: 50px;
}
.sign-up-column > form{
    display: block;
    margin-top: 0px;
}
.sign-up-column h3{
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #424242;
    margin: 0px 0px 15px;
}
.sign-up-column form h3{
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #424242;
    margin: 0px 0px 30px;
}
.sign-up-column h3 span{
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
    color: #005DA0;
    font-size: 20px;
}
.sign-up-column fieldset{
    border: none;
    padding: 0px;
    height: 95px;
    position: relative;
}
.sign-up-column fieldset label{
    font-size: 15px;
    display: block;
    margin-bottom: 3px;
    color:#A0A0A0;
}
.sign-up-column fieldset input.sign-up-input{
    background: #eeeeee;
    border: none;
    width: 300px;
    height: 49px;
    color: #4C4C4C;
    font-size: 19px;
    padding: 5px 15px;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4em;
}
.sign-up-column fieldset input.sign-up-input.half{
    width: 150px;
}
.sign-up-column fieldset input.sign-up-input.small{
    width: 90px;
}
.sign-up-column fieldset input.sign-up-input.select{
    background: #eeeeee url("../images/layout/form-dropdown-arrow.png") no-repeat 265px 20px;
    cursor: pointer;
}
.sign-up-column fieldset input.sign-up-input.select.date{
    background: #eeeeee url("../images/layout/form-dropdown-arrow.png") no-repeat 65px 20px;
    margin-right: 7px;
    width: 90px;
}
.sign-up-select-list{
    list-style: none;
    position: absolute;
    top:26px;
    width: 300px;
    max-height: 350px;
    color: #4C4C4C;
    background: #eeeeee;
    overflow-y: auto;
    padding: 0px;
    margin: 0px;
    z-index: 2000;
    display: none;
}
.sign-up-select-list.date{
    width: 90px;
}
.sign-up-select-list.open{
    display: block;
}
.sign-up-select-list > li{
    padding: 13px 15px;
    cursor: pointer;
    font-size: 19px;
}
.sign-up-select-list > li:hover{
    background: #e1dfdf;
}
#exp-yr.sign-up-select-list{
    left: 100px;
}
.sign-up-column fieldset span{
    font-size: 13px;
}

.sign-up-checkbox{
    background: url("../images/layout/checkbox.png") no-repeat;
    height: 22px;
    cursor: pointer;
    padding: 0px 0px 0px 30px;
    font-size: 15px;
    color:#A0A0A0;
}
.sign-up-checkbox a{
    color: #005DA0;
    text-decoration: underline;
}
.sign-up-checkbox.selected{
    background: url("../images/layout/checkbox-checked.png") no-repeat;
}
.sign-up-button{
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
    font-size: 19px;
    color: #FFFFFF;
    padding: 15px 30px;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#sign-up-register-cancel,#sign-up-purchase-cancel{
    margin-left: 15px;
}
#sign-up-purchase{
    padding: 15px 40px;
}
#sign-up-forgot-password{
    margin: 10px 0px 0px 20px;
    color: #005DA0;
    text-decoration: underline;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
    cursor: pointer;
}
.credit-cards{
    background: url("../images/layout/credit-cards.png");
    width: 300px;
    height: 49px;
}
.confirmation-info{
    margin-bottom: 15px;
}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .sign-up-nav li > div.nav-dot > div.dot{
        background-size: 7px 7px;
    }
    .sign-up-nav li.selected > div.nav-dot > div.dot{
        background: url("../images/layout/nav-dot-selected@2x.png") no-repeat center 0px;
        background-size: 7px 7px;
    }
    .sign-up-column fieldset input.sign-up-input.select{
        background: #eeeeee url("../images/layout/form-dropdown-arrow@2x.png") no-repeat 265px 20px;
        background-size: 15px 7px;
    }
    .sign-up-column fieldset input.sign-up-input.select.date{
        background: #eeeeee url("../images/layout/form-dropdown-arrow@2x.png") no-repeat 65px 20px;
        background-size: 15px 7px;
    }
    .credit-cards{
        background: url("../images/layout/credit-cards@2x.png");
        background-size: 300px 49px;
    }
    .sign-up-checkbox.selected{
        background: url("../images/layout/checkbox-checked@2x.png") no-repeat;
        background-size: 22px 22px;
    }
    .sign-up-checkbox{
        background: url("../images/layout/checkbox@2x.png") no-repeat;
        background-size: 22px 22px;
    }
}
@font-face {font-family: 'Apercu-Bold';src: url('../webfonts/apercu-bold-webfont.eot');src: url('../webfonts/apercu-bold-webfont.eot?#iefix') format('embedded-opentype'),url('../webfonts/apercu-bold-webfont.woff') format('woff'),url('../webfonts/apercu-bold-webfont.ttf') format('truetype');}
@font-face {font-family: 'Apercu-Regular';src: url('../webfonts/apercu-regular-pro.eot');src: url('../webfonts/apercu-regular-pro.eot?#iefix') format('embedded-opentype'),url('../webfonts/apercu-regular-pro.woff') format('woff'),url('../webfonts/apercu-regular-pro.ttf') format('truetype');}

@font-face {font-family: 'MuseoSans-300';src: url('../webfonts/2E9119_1_0.eot');src: url('../webfonts/2E9119_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2E9119_1_0.woff2') format('woff2'),url('../webfonts/2E9119_1_0.woff') format('woff'),url('../webfonts/2E9119_1_0.ttf') format('truetype');}

@font-face {font-family: 'MuseoSans-500';src: url('../webfonts/2E9119_3_0.eot');src: url('../webfonts/2E9119_3_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2E9119_3_0.woff2') format('woff2'),url('../webfonts/2E9119_3_0.woff') format('woff'),url('../webfonts/2E9119_3_0.ttf') format('truetype');}

@font-face {font-family: 'MuseoSans-700';src: url('../webfonts/2E9119_0_0.eot');src: url('../webfonts/2E9119_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2E9119_0_0.woff2') format('woff2'),url('../webfonts/2E9119_0_0.woff') format('woff'),url('../webfonts/2E9119_0_0.ttf') format('truetype');}

@font-face {font-family: 'MuseoSans-900';src: url('../webfonts/2E9119_9_0.eot');src: url('../webfonts/2E9119_9_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2E9119_9_0.woff2') format('woff2'),url('../webfonts/2E9119_9_0.woff') format('woff'),url('../webfonts/2E9119_9_0.ttf') format('truetype');}

@font-face {font-family: 'MuseoSlab-300';src: url('../webfonts/309F27_0_0.eot');src: url('../webfonts/309F27_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/309F27_0_0.woff2') format('woff2'),url('../webfonts/309F27_0_0.woff') format('woff'),url('../webfonts/309F27_0_0.ttf') format('truetype');}

@font-face {font-family: 'MuseoSlab-500';src: url('../webfonts/32E7A7_1_0.eot');src: url('../webfonts/32E7A7_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/32E7A7_1_0.woff2') format('woff2'),url('../webfonts/32E7A7_1_0.woff') format('woff'),url('../webfonts/32E7A7_1_0.ttf') format('truetype');}

@font-face {font-family: 'MuseoSlab-700';src: url('../webfonts/32E7A7_0_0.eot');src: url('../webfonts/32E7A7_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/32E7A7_0_0.woff2') format('woff2'),url('../webfonts/32E7A7_0_0.woff') format('woff'),url('../webfonts/32E7A7_0_0.ttf') format('truetype');}

@font-face {font-family: 'MuseoSlab-900';src: url('../webfonts/309F2A_0_0.eot');src: url('../webfonts/309F2A_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/309F2A_0_0.woff2') format('woff2'),url('../webfonts/309F2A_0_0.woff') format('woff'),url('../webfonts/309F2A_0_0.ttf') format('truetype');}

@font-face {font-family: 'FuturaPT-Bold';src: url('../webfonts/309F27_1_0.eot');src: url('../webfonts/309F27_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/309F27_1_0.woff2') format('woff2'),url('../webfonts/309F27_1_0.woff') format('woff'),url('../webfonts/309F27_1_0.ttf') format('truetype');}

@font-face {font-family: 'FuturaPT-ExtraBold';src: url('../webfonts/309F27_2_0.eot');src: url('../webfonts/309F27_2_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/309F27_2_0.woff2') format('woff2'),url('../webfonts/309F27_2_0.woff') format('woff'),url('../webfonts/309F27_2_0.ttf') format('truetype');}

@font-face {
    font-family: 'Circular Std';
    src: url('../webfonts/cs-bold.eot');
    src: url('../webfonts/cs-bold.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/cs-bold.woff') format('woff'),
    url('../webfonts/cs-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.museo-slab {
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.museo-sans {
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.futura-pt {
    font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.home-new-columnists{
    padding: 0px 46px;
    margin-bottom: 100px;
}
.home-new-columnists:after{
    display: block;
    content: "";
    clear: both;
}
.home-new-columnists ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-new-columnists ul li{
    width: calc(25% - 30px);
    float: left;
    margin-right: 40px;
}
.home-new-columnists ul li[data-index='3']{
    margin-right: 0px;
}
.home-new-columnists ul li a span{
    display: block;
    color: #555555;
}
.home-new-columnists ul li a span.columnists-name{
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Apercu-Bold';
    line-height: 1.5;
}
.home-new-columnists ul li a span.columnists-location{
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Apercu-Bold';
    color: #aaaaaa;
    line-height: 1.5;
}
.home-new-columnists ul li a .columnists-avatar{
    width: 96px;
    height: 96px;
    border-radius: 100%;
    display: block;
    margin: 20px 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) brightness(1.4) ;
}
.home-new-columnists ul li a span.columnists-post{
    font-size: 20px;
    line-height: 1.2;
    ont-family: 'MuseoSlab-500';
}
@media all and (max-width: 767px) {
    .home-new-columnists ul li{
        width: calc(50% - 20px);
        height: 300px;
    }
    .home-new-columnists ul li[data-index='1']{
        margin-right: 0px;
    }
    .home-new-columnists ul li a span.columnists-post {
        font-size: 15px;

    }
}

#reviews-previews{
    z-index: 2000;
}
#reviews-previews .standard-title {
    padding-bottom: 35px;
}
#reviews-previews.highlights{
    z-index: 1998;
}
#reviews-previews .more-video
{
    font-family: "futura-pt", Arial, sans-serif;
    font-size: 18px;
    margin: 0 auto;
    display: table;
    color: #1F7A3F;
    cursor: pointer;
}
#reviews-previews-head,
#reviews-previews-personal
{
    position: relative;
    background: url("../images/reviews-header-bg.png") repeat-x left bottom;
    background-color: #FFFFFF;
}
#reviews-previews-head h1{
    color: #1f7a3f;
    text-align: center;
    line-height: 1;
    margin: 0px;
    padding: 57px 0px 32px;
    font-size: 38px;
}
#reviews-previews-body{
    padding-bottom: 120px;
    background-color: #FFFFFF;
}
#reviews-previews-nav{
    height: 115px;
    padding: 40px 0px;
    position: relative;
    width: 95%;
    max-width: 1040px;
    margin: auto;
}
#filter-type-menu{
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 275px;
    position: relative;
    margin: auto;
}
#filter-type-menu > li{
    float: left;
    font-size: 17px;
    margin: 5px 20px;
    padding: 0px 0px;
    cursor: pointer;
    border-bottom: 1px solid rgba(136,136,136,0);
    -webkit-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: border-bottom 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), color 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
#filter-type-menu > li:hover{
    color: #4c4c4c;
    border-bottom: 1px solid rgba(136,136,136,1);
}
#filter-type-menu > li.selected{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 0px 5px;
    border-radius: 20px;
    border-bottom: 0px;
    padding: 5px 15px;
    background: #1f7a3f;
    color: #FFFFFF;
    cursor: default;
}
#display-type-menu{
    position: absolute;
    left: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#display-type-menu > li#grid{
    background: url("../images/layout/icons-display-grid.png");
    width: 40px;
    height: 29px;
    float: left;
    cursor: pointer;
}
#display-type-menu > li#grid.selected{
    background: url("../images/layout/icons-display-grid-selected.png");
    cursor: default;
}
#display-type-menu > li#blog{
    background: url("../images/layout/icons-display-single.png");
    width: 40px;
    height: 29px;
    float: left;
    cursor: pointer;
}
#display-type-menu > li#blog.selected{
    background: url("../images/layout/icons-display-single-selected.png");
    cursor: default;
}
#author-menu{
    position: absolute;
    margin-top: 5px;
    right: 0px;
    font-size: 17px;
    color: #A0A0A0;
    cursor: pointer;
    z-index: 200;
}
#author-menu-post-by{
    float: left;
    margin-right: 10px;
}
#author-menu-label{
    position: relative;
    z-index: 201;
    text-align: right;
    text-decoration: underline;
    float: left;
    background: url("../images/layout/icon-submenu-downarrow-grey.png") no-repeat right 10px;
    padding-right: 20px;
}

#author-menu-authors{
    list-style: none;
    background: #FFFFFF;
    position: absolute;
    z-index: 202;
    top:-20px;
    left:50px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    padding: 20px 0px 15px 31px;
    margin: 0px;
    width: 197px;
    text-align: left;
    color: #4C4C4C;
    font-size: 17px;
    display: none;
}
#author-menu-authors li.any-author{
    color: #A0A0A0;
    text-decoration: underline;
}

#author-menu-authors li{
    height: 35px;
}
#more-posts-btn {
    position: relative;
    margin: 0px auto;
    width: 210px;
    text-align: center;
    display: block;
    background: #1f7a3f;
    padding: 15px 35px 20px;
    color: #FFFFFF;
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
#more-posts-btn.wider{
    width: 240px;
}
#more-posts-btn:hover {
    background-color: #083b11;
}
#highlights-video{
    display: none;
    position: absolute;
    left:50%;
    top:156px;
    z-index: 2002;
}
#highlights-back {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-image: url('../images/layout/icons-closebutton.png');
    background-repeat: no-repeat;
    display: none;
    cursor: pointer;
}
#reviews-previews-banner{
    position: relative;
    width: 90%;
    max-width: 1040px;
    margin:50px auto 100px;
}
.reviews-previews-banner-item{
    position: relative;
    margin: auto;
    z-index: 40;
}
.reviews-previews-banner-item.out{
    display: none;
    position: absolute;
    top:0px;
    left:0px;
    z-index: 50;
}
.reviews-previews-banner-item .reviews-previews-banner-img-container {
    position: relative;
    width: 100%;
    height: 462px;
    margin-bottom: 46px;
    overflow: hidden;
}
.reviews-previews-banner-item .reviews-previews-banner-img{
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
.reviews-previews-banner-item .left-content{
    float: left;
    width: 34.5%;
    font-family: "MuseoSlab-300", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.reviews-previews-banner-item .left-content img.avatar{
    display: block;
    max-width: 92px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.reviews-previews-banner-item .left-content a{
    color: #005a9d;
}
.reviews-previews-banner-item .right-content{
    float: left;
    width: 65.5%;
}
.reviews-previews-banner-item .right-content h2{
    font-family: "MuseoSlab-300", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #4c4c4c;
    font-size: 50px;
    line-height: 1.2;
}
.reviews-previews-banner-item .right-content .standard-button{
    width: 210px;
    margin: 40px 0px 0px;
    font-family: 'MuseoSans-700';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 18px 0px;
}
#reviews-previews-banner-nav{
    position: absolute;
    right: 40px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    top:200px;
    z-index: 60;
}
#reviews-previews-banner-nav li{
    background: url("../images/banner-dot-off.png");
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-bottom: 10px;
}
#reviews-previews-banner-nav li.selected{
    background: url("../images/banner-dot-on.png");
    cursor: default;
}

@media all and (max-width: 860px){
    .reviews-previews-banner-item .right-content h2{
        font-size: 36px;
    }
}

@media all and (max-width: 767px){
    #highlights-back {
        width: 60px;
        height: 60px;
        background-size: 60px 60px;
    }
    #filter-type-menu{
        margin: 0px auto 50px;
    }
    #display-type-menu{
        position: relative;
        width: 80px;
        right: auto;
        margin:auto;
        display: none;
    }
    #reviews-previews-nav{
        height: 200px;
    }
    #author-menu{
        position: relative;
        margin:30px auto;
        width: 220px;
    }
    .reviews-previews-banner-item .left-content{
        float: none;
        position: relative;
        width: auto;
        left: 50%;
        margin-left: -105px;
    }
    .reviews-previews-banner-item .right-content{
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .reviews-previews-banner-item .left-content img.avatar{
       float: left;
    }
    .reviews-previews-banner-item .left-content .author{
        float: left;
        margin: 0px 0px 0px 20px;
    }
    .reviews-previews-banner-item .right-content h2{
        font-size: 25px;
    }
    .reviews-previews-banner-item .right-content .standard-button{
        margin: 40px auto 0px;
    }
    #reviews-previews-banner {
        margin-bottom: 50px;
    }
    #reviews-previews-banner-nav {
        right: 15px;
    }
    #reviews-previews .standard-title {
        font-size: 27px;
    }
    .reviews-previews-banner-item .left-content img.avatar {
        margin-top: 0px;
        width: 42px;
        height: 42px;
    }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #display-type-menu > li#grid{
        background: url("../images/layout/icons-display-grid@2x.png");
        background-size: 100%;
    }
    #display-type-menu > li#grid.selected{
        background: url("../images/layout/icons-display-grid-selected@2x.png");
    background-size: 100%;
    }
    #display-type-menu > li#blog{
        background: url("../images/layout/icons-display-single@2x.png");
        background-size: 100%;
    }
    #display-type-menu > li#blog.selected{
        background: url("../images/layout/icons-display-single-selected@2x.png");
        background-size: 100%;
    }
    #author-menu-label{
        background: url("../images/layout/icon-submenu-downarrow-grey@2x.png") no-repeat right 10px;
        background-size: 10px 5px;
    }
}.overlay{
    z-index: 9000;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 650px;
    background: rgba(0,0,0,0.7);
    top:0px;
    left: 0px;

}
.overlay-date{
    position: fixed;
    background: #FFFFFF;
    top:0px;
    right: 0px;
    padding: 5px;
    z-index: 9001;
    font-size: 12px;
    line-height: 1;

}
#england-wales-popup{
    background: url("../images/cowboys-bulldogs-popup.png") no-repeat top;
    position: absolute;
    width: 418px;
    height: 650px;
    z-index: 9002;
    top:100px;
    left: 50%;
    margin-left: -242px;
}
#popup-close{
    cursor: pointer;
    position: absolute;
    right: 2px;
    top:50px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
#popup-close:hover{

    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

}
#england-wales-popup form{
    position: absolute;
    top:245px;
    left: 75px;
    right: 0px;
}
#england-wales-popup .title{
    color: #2d7b42;
    font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    text-align: center;
}
#england-wales-popup p{
    font-family: 'MuseoSans-300';
    color: #333333;
    font-size: 15px;
    text-align: center;
    line-height: 1.416;
    margin-bottom: 15px;
}
#england-wales-popup fieldset{
    width: 272px;
    position: relative;
    margin: auto;
    padding: 0px;
    border: none;
    height: 65px;
}
#england-wales-popup fieldset.buttons{
    margin:17px auto;
    height: 43px;
}
#england-wales-popup fieldset label{
    font-family: 'MuseoSans-500';
    color: #a0a0a0;
    font-size: 15px;
    display: block;
}

#england-wales-popup fieldset label span.req{
    display: none;
    font-style: italic;
    font-size: 13px;
    color: #a71d1d;
}
#england-wales-popup fieldset label.error span.req{
    display: inline;
}
#england-wales-popup fieldset label.error span.star{
    display: none;
}
#england-wales-popup fieldset input{
    font-family: 'MuseoSans-500';
    color: #333333;
    border: none;
    background: #eeeeee;
    width: 100%;
    height: 38px;
    padding: 5px 10px;
    font-size: 15px;
}
#england-wales-popup fieldset input.error{
    background: #a71d1d;
    color: #FFFFFF;
}
#england-wales-popup .popup-bnt{
    font-family: 'MuseoSans-700';
    font-size: 15px;
    text-align: center;
    width: 133px;
    height: 38px;
    padding-top: 7px;
    cursor: pointer;
}
#england-wales-popup .not-now{
    background: #eeeeee;
    float: left;
    color: #999999;
}
#england-wales-popup .submit{
    background: #005ca0;
    float: right;
    color: #FFFFFF;

}
#england-wales-popup .loading{
    float: right;
    margin: 10px 60px;
    display: none;
}
#england-wales-popup .popup-footer{
    font-family: 'MuseoSans-700';
    font-size: 15px;
    color: #999999;
    text-align: center;
}
#england-wales-popup .popup-footer a{
    color: #2d7b42;
}
#england-wales-popup .popup-footer span.middle-me{
    display: block;
    width: 280px;
    position: relative;
    margin: auto;
    font-size: 12px;
}

#england-wales-popup .popup-footer .footer-message span{
    color: #2d7b42;
    cursor: pointer;
}
#england-wales-popup .popup-footer .footer-error{
    display: none;
    color: #2d7b42;
}#welcome-packages3 {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: 700px;
    min-height: 650px;
    z-index: 19;
    display: table;
}
#welcome-packages3 .standard-section-container {
    margin: 0px 20px;
    display: table-cell;
    vertical-align: middle;
}
#welcome-packages3 .standard-section-container .section-content {
    position: relative;
    width: 90%;
    max-width: 1120px;
    margin: 0px auto;
}
#welcome-packages3 .standard-section-container .section-content h2.standard-title {
    color: #237A40;
    padding-top: 0px;
}
#welcome-packages3 .standard-section-container .section-content .two-packages {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
}
#welcome-packages3.malaysia .standard-section-container .section-content .two-packages {
    max-width: 430px;
}
#welcome-packages3 .standard-section-container .section-content .two-packages .description-top {
    position: relative;
    width: 100%;
    text-align: center;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
}
#welcome-packages3 .standard-section-container .section-content .two-packages .description {
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
}
#welcome-packages3 .standard-section-container .section-content .two-packages .description span {
    font-family: "MuseoSans-700", Arial, sans-serif;
    font-weight: normal;
}
#welcome-packages3 .standard-section-container .section-content .two-packages .blue-button {
    font-size: 24px;
    max-width: 300px;
    border-radius: 3px;
    padding: 18px 0px;
}
#welcome-packages3 .standard-section-container .section-content .two-packages .blue-button.small-font {
    font-size: 16px;
    padding: 22px 0px;
}
#welcome-packages3 .standard-section-container .section-content .two-packages .price, #welcome-packages3 .standard-section-container .section-content .two-packages .old-price {
    font-family: "MuseoSlab-900", Arial, sans-serif;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 21px;
}
#welcome-packages3 .standard-section-container .section-content .two-packages .old-price {
    font-family: "MuseoSlab-500", Arial, sans-serif;
    color: #b8b8b8;
    margin-bottom: 10px;
}
#welcome-packages3 .standard-section-container .section-content .two-packages .old-price .original {
    text-decoration: line-through;
}
#welcome-packages3 .standard-section-container .section-content .two-packages .price {
    margin-top: 10px;
}
#welcome-packages3 .standard-section-container .section-content .two-packages .price span, #welcome-packages3 .standard-section-container .section-content .two-packages .old-price span.py {
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
}
#welcome-packages3 .standard-section-container .section-content .two-packages .old-price span.py {
    color: #ffffff;
}
#welcome-packages3 .standard-section-container .section-content .two-packages .package {
    float: left;
    width: 33.33%;
}
#welcome-packages3 .standard-section-container .section-content .two-packages .package .code {
    font-family: "MuseoSans-500", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #888888;
    text-align: center;
    margin-top: 20px;
}
#welcome-packages3.malaysia .standard-section-container .section-content .two-packages .package {
    float: none;
    position: relative;
    width: 100%;
    max-width: 292px;
    margin: 0 auto;
}
#welcome-packages3 .standard-section-container .section-content .two-packages #single-package {
    color: #1f7a3f;
}
#welcome-packages3 .standard-section-container .section-content .two-packages #monthly-package {
    color: #6e2c2c;
}
#welcome-packages3 .standard-section-container .section-content .two-packages #yearly-package {
    color: #005DA0;
}
#welcome-packages3 .standard-section-container .section-content .two-packages #yearly-package .off-25 {
    position: absolute;
    top: 20px;
    right: -46px;
    width: 92px;
    height: 92px;
    margin-top: 13px;
    background-image: url("../images/layout/25off.png");
    background-repeat: no-repeat;
    z-index: 100;
}
#welcome-packages3.malaysia .standard-section-container .section-content .two-packages #single-package .blue-button {
    font-size: 24px;
}
#welcome-packages3 .standard-section-container .section-content .two-packages #single-package .blue-button {
    background-color: #1f7a3f;
}
#welcome-packages3 .standard-section-container .section-content .two-packages #single-package .blue-button:hover {
    background-color: #115a27;
}
#welcome-packages3 .standard-section-container .section-content .two-packages #monthly-package .blue-button {
    background-color: #6e2c2c;
}
#welcome-packages3 .standard-section-container .section-content .two-packages #monthly-package .blue-button:hover {
    background-color: #4e1a1a;
}
#welcome-packages3 .standard-section-container .section-content .two-packages #yearly-package .blue-button {
    background-color: #005DA0;
}
#welcome-packages3 .standard-section-container .section-content .two-packages #yearly-package .blue-button:hover {
    background-color: #003b7e;
}
#welcome-packages3 .standard-section-container .section-content .pricing-terms {
    margin-top: 100px;
    text-align: center;
}
#welcome-packages3 .starburst {
    margin-top: -65px;
}

@media all and (max-width: 1023px){
    #welcome-packages3 .starburst {
        right: 0;
    }
}

@media all and (max-width: 990px) {
    #welcome-packages3 .standard-section-container .section-content .two-packages .price span {
        display: block;
    }
    #welcome-packages3 .standard-section-container .section-content .two-packages .old-price span.py {
        display: none;
    }
}

@media all and (max-width: 767px) {
    #welcome-packages3 {
        min-height: 950px;
    }
    #welcome-packages3 .standard-section-container .section-content .two-packages .package {
        float: none;
        display: block;
        width: 100%;
        position: relative;
        height: auto;
        margin-bottom: 50px;
    }
    #welcome-packages3 .standard-section-container .section-content .pricing-terms {
        margin-top: 0px;
    }
    #welcome-packages3 .standard-section-container {
        padding-top: 150px;
        padding-bottom: 60px;
    }
    #welcome-packages3 .standard-section-container .section-content .two-packages #yearly-package .off-25 {
        right: auto;
        left: 50%;
        margin-left: 90px;
    }
    #welcome-packages3 .standard-section-container .section-content .two-packages .price span {
        display: inline;
    }
    #welcome-packages3 .standard-section-container .section-content .two-packages .old-price span.py {
        display: inline;
    }
}

@media all and (max-width: 2000px)
{
	#required
	{
		width: 1080px;
		height: 607px;
	}
}
@media all and (max-width: 1190px)
{
	#required
	{
		width: 960px;
		height: 540px;
	}
}
@media all and (max-width: 1060px)
{
	#required
	{
		width: 960px;
		height: 540px;
	}
  .noAccess 
  {
    margin-top: 130px!important;
  }
}
@media all and (max-width: 800px)
{
	#playerContainer
	{
		width: 100%!important;
    height: auto!important;
	}
	#required
	{
		width: 640px;
		height: 360px;
	}
}
@media all and (max-width: 712px)
{
	#required
	{
		width: 480px;
		height: 270px;
	}
  .noAccess 
  {
    margin-top: 60px!important;
  }
  .noAccess .btn.sign,.noAccess .btn.sub
  {
    padding: 9px 5px!important;
  }
}
@media all and (max-width: 540px)
{
	#required
	{
		width: 320px;
		height: 180px;
	}
  .noAccess 
  {
    margin-top: 15px!important;
  }
  .channelName, .player-blackout
  {
    font-size: 20px!important;
  }
  .noAccess .desc 
  {
    font-size: 12px!important;
  }
}
#logout-iframe-container {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
/* owl carousel begin */
.owl-carousel .owl-nav [class*=owl-]
{
    width: 30px;
    height: 20px;
    background-size: 17px 12px;
	cursor: pointer;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
    top: -30px;
}
.program-list-content.owl-carousel .owl-nav .owl-prev {
    left: initial;
    right: 28px;
    background-image: url("../images/arrow_l.png");
}
.program-list-content.owl-carousel .owl-nav .owl-prev:hover
{
    background-image: url("../images/arrow_l_mo.png");
}
.owl-carousel .owl-nav .owl-next
{
    background-image: url("../images/arrow_r.png");
    right: 0;
}
.owl-carousel .owl-nav .owl-next:hover
{
    background-image: url("../images/arrow_r_mo.png");
}
.program-list-content.owl-carousel .owl-nav .owl-prev.disabled
{
    background-image: url("../images/arrow_l_dis.png");
    cursor: default;
}
.program-list-content.owl-carousel .owl-nav .owl-next.disabled
{
    background-image: url("../images/arrow_r_dis.png");
    cursor: default;
}
/* owl carousel end */
#internationals-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/internationals-header-games-logo.png?v=1") no-repeat center;
}
#internationals-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/internationals-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#internationals-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/internationals-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#internationalmatches-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/internationals-match-centre-logo-small.png?v=2") no-repeat left center;
	background-size:22px 22px;
}
#internationals-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/internationals-tournaments-select-logo.png?v=1") no-repeat left center;
}
#aviva-premiership-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/aviva-premiership-header-games-logo.png?v=1") no-repeat center;
}
#aviva-premiership-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/aviva-premiership-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#aviva-premiership-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/aviva-premiership-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#avivapremiership-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/aviva-premiership-match-centre-logo-small.png?v=2") no-repeat left center;
	background-size:22px 22px;
}
#aviva-premiership-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/aviva-premiership-tournaments-select-logo.png?v=2") no-repeat left center;
}
#six-nations-tournaments-select-logo {
  background: url("https://cdn.rugbypass.com/images/competitions/uploads/six-nations-tournaments-select-logo.png?v=1") no-repeat left center;
}
#premiership-tournaments-select-logo {
  background: url("https://cdn.rugbypass.com/images/competitions/uploads/premiership-tournaments-select-logo.png?v=1") no-repeat left center;
}
#pro-14-tournaments-select-logo {
  background: url("https://cdn.rugbypass.com/images/competitions/uploads/pro-14-tournaments-select-logo.png?v=1") no-repeat left center;
}
#rugby-world-cup-tournaments-select-logo {
    background: url("https://cdn.rugbypass.com/images/competitions/uploads/rugby-world-cup-tournaments-select-logo.png?v=4") no-repeat left center;
}
#sevens-tournaments-select-logo {
    background: url("https://cdn.rugbypass.com/images/competitions/uploads/sevens-tournaments-select-logo.png?v=4") no-repeat left center;
}
#top-14-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/top-14-header-games-logo.png?v=1") no-repeat center;
}
#top-14-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/top-14-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#top-14-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/top-14-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#top14-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/top-14-match-centre-logo-small.png?v=2") no-repeat left center;
	background-size:22px 22px;
}
#top-14-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/top-14-tournaments-select-logo.png?v=1") no-repeat left center;
}
#european-champions-cup-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/european-champions-cup-header-games-logo.png?v=1") no-repeat center;
}
#european-champions-cup-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/european-champions-cup-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#european-champions-cup-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/european-champions-cup-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#european-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/european-champions-cup-match-centre-logo-small.png?v=2") no-repeat left center;
	background-size:22px 22px;
}
#european-champions-cup-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/european-champions-cup-tournaments-select-logo.png?v=1") no-repeat left center;
}
#super-rugby-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/super-rugby-header-games-logo.png?v=1") no-repeat center;
}
#super-rugby-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/super-rugby-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#super-rugby-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/super-rugby-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#superrugby-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/super-rugby-match-centre-logo-small.png?v=1") no-repeat left center;
	background-size:22px 22px;
}
#super-rugby-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/super-rugby-tournaments-select-logo.png?v=1") no-repeat left center;
}
#mitre-10-cup-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/mitre-10-cup-header-games-logo.png?v=1") no-repeat center;
}
#mitre-10-cup-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/mitre-10-cup-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#mitre-10-cup-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/mitre-10-cup-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#nzdomesticcup-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/mitre-10-cup-match-centre-logo-small.png?v=1") no-repeat left center;
	background-size:22px 22px;
}
#mitre-10-cup-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/mitre-10-cup-tournaments-select-logo.png?v=1") no-repeat left center;
}
#currie-cup-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/currie-cup-header-games-logo.png?v=1") no-repeat center;
}
#currie-cup-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/currie-cup-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#currie-cup-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/currie-cup-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#curriecup-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/currie-cup-match-centre-logo-small.png?v=1") no-repeat left center;
	background-size:22px 22px;
}
#currie-cup-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/currie-cup-tournaments-select-logo.png?v=1") no-repeat left center;
}
#wsr-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/WSR-match-centre-logo-big.png") no-repeat left center;
}
#the-rugby-championship-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/the-rugby-championship-header-games-logo.png?v=1") no-repeat center;
}
#the-rugby-championship-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/the-rugby-championship-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#the-rugby-championship-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/the-rugby-championship-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#championship-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/the-rugby-championship-match-centre-logo-small.png?v=1") no-repeat left center;
	background-size:22px 22px;
}
#the-rugby-championship-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/the-rugby-championship-tournaments-select-logo.png?v=1") no-repeat left center;
}
#pro14-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/pro14-header-games-logo.png?v=2") no-repeat center;
}
#pro14-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/pro14-tournaments-tab-logo-small.png?v=2") no-repeat 17px 19px;
}
#pro14-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/pro14-tournaments-tab-logo-small.png?v=2") no-repeat 17px 19px;
}
#P12-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/pro14-match-centre-logo-small.png?v=2") no-repeat left center;
	background-size:22px 22px;
}
#pro14-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/pro14-tournaments-select-logo.png?v=3") no-repeat left center;
}
#anglo-welsh-cup-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/anglo-welsh-cup-header-games-logo.png?v=1") no-repeat center;
}
#anglo-welsh-cup-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/anglo-welsh-cup-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#anglo-welsh-cup-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/anglo-welsh-cup-tournaments-tab-logo-small.png?v=1") no-repeat 17px 19px;
}
#AWC-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/anglo-welsh-cup-match-centre-logo-small.png?v=1") no-repeat left center;
	background-size:22px 22px;
}
#anglo-welsh-cup-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/anglo-welsh-cup-tournaments-select-logo.png?v=1") no-repeat left center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#internationals-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/internationals-header-games-logo@2x.png?v=1") no-repeat center;
	background-size:26px 26px;
}
#internationals-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/internationals-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#internationals-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/internationals-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#internationalmatches-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/internationals-match-centre-logo-small@2x.png?v=2") no-repeat left center;
	background-size:22px 22px;
}
#internationals-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/internationals-tournaments-select-logo@2x.png?v=1") no-repeat left center;
	background-size:26px 26px;
}
#aviva-premiership-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/aviva-premiership-header-games-logo@2x.png?v=1") no-repeat center;
	background-size:26px 26px;
}
#aviva-premiership-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/aviva-premiership-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#aviva-premiership-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/aviva-premiership-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#avivapremiership-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/aviva-premiership-match-centre-logo-small@2x.png?v=2") no-repeat left center;
	background-size:22px 22px;
}
#aviva-premiership-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/aviva-premiership-tournaments-select-logo@2x.png?v=2") no-repeat left center;
	background-size:26px 26px;
}
#top-14-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/top-14-header-games-logo@2x.png?v=1") no-repeat center;
	background-size:26px 26px;
}
#top-14-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/top-14-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#top-14-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/top-14-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#top14-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/top-14-match-centre-logo-small@2x.png?v=2") no-repeat left center;
	background-size:22px 22px;
}
#top-14-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/top-14-tournaments-select-logo@2x.png?v=1") no-repeat left center;
	background-size:26px 26px;
}
#european-champions-cup-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/european-champions-cup-header-games-logo@2x.png?v=1") no-repeat center;
	background-size:26px 26px;
}
#european-champions-cup-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/european-champions-cup-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#european-champions-cup-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/european-champions-cup-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#european-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/european-champions-cup-match-centre-logo-small@2x.png?v=2") no-repeat left center;
	background-size:22px 22px;
}
#european-champions-cup-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/european-champions-cup-tournaments-select-logo@2x.png?v=1") no-repeat left center;
	background-size:26px 26px;
}
#super-rugby-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/super-rugby-header-games-logo@2x.png?v=1") no-repeat center;
	background-size:26px 26px;
}
#super-rugby-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/super-rugby-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#super-rugby-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/super-rugby-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#superrugby-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/super-rugby-match-centre-logo-small@2x.png?v=1") no-repeat left center;
	background-size:22px 22px;
}
#super-rugby-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/super-rugby-tournaments-select-logo@2x.png?v=1") no-repeat left center;
	background-size:26px 26px;
}
#mitre-10-cup-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/mitre-10-cup-header-games-logo@2x.png?v=1") no-repeat center;
	background-size:26px 26px;
}
#mitre-10-cup-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/mitre-10-cup-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#mitre-10-cup-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/mitre-10-cup-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#nzdomesticcup-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/mitre-10-cup-match-centre-logo-small@2x.png?v=1") no-repeat left center;
	background-size:22px 22px;
}
#mitre-10-cup-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/mitre-10-cup-tournaments-select-logo@2x.png?v=1") no-repeat left center;
	background-size:26px 26px;
}
#currie-cup-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/currie-cup-header-games-logo@2x.png?v=1") no-repeat center;
	background-size:26px 26px;
}
#currie-cup-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/currie-cup-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#currie-cup-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/currie-cup-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#curriecup-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/currie-cup-match-centre-logo-small@2x.png?v=1") no-repeat left center;
	background-size:22px 22px;
}
#currie-cup-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/currie-cup-tournaments-select-logo@2x.png?v=1") no-repeat left center;
	background-size:26px 26px;
}
#the-rugby-championship-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/the-rugby-championship-header-games-logo@2x.png?v=1") no-repeat center;
	background-size:26px 26px;
}
#the-rugby-championship-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/the-rugby-championship-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#the-rugby-championship-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/the-rugby-championship-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#championship-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/the-rugby-championship-match-centre-logo-small@2x.png?v=1") no-repeat left center;
	background-size:22px 22px;
}
#the-rugby-championship-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/the-rugby-championship-tournaments-select-logo@2x.png?v=1") no-repeat left center;
	background-size:26px 26px;
}
#pro14-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/pro14-header-games-logo@2x.png?v=2") no-repeat center;
	background-size:26px 26px;
}
#pro14-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/pro14-tournaments-tab-logo-small@2x.png?v=2") no-repeat 17px 19px;
	background-size:23px 23px;
}
#pro14-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/pro14-tournaments-tab-logo-small@2x.png?v=2") no-repeat 17px 19px;
	background-size:23px 23px;
}
#P12-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/pro14-match-centre-logo-small@2x.png?v=2") no-repeat left center;
	background-size:22px 22px;
}
#pro14-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/pro14-tournaments-select-logo@2x.png?v=3") no-repeat left center;
	background-size:26px 26px;
}
#anglo-welsh-cup-header-games-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/anglo-welsh-cup-header-games-logo@2x.png?v=1") no-repeat center;
	background-size:26px 26px;
}
#anglo-welsh-cup-tournaments-tab-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/anglo-welsh-cup-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#anglo-welsh-cup-tournaments-tab-logo-small.selected {
	background: #FFFFFF url("https://cdn.rugbypass.com/images/competitions/uploads/anglo-welsh-cup-tournaments-tab-logo-small@2x.png?v=1") no-repeat 17px 19px;
	background-size:23px 23px;
}
#AWC-match-centre-logo-small {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/anglo-welsh-cup-match-centre-logo-small@2x.png?v=1") no-repeat left center;
	background-size:22px 22px;
}
#anglo-welsh-cup-tournaments-select-logo {
	background: url("https://cdn.rugbypass.com/images/competitions/uploads/anglo-welsh-cup-tournaments-select-logo@2x.png?v=1") no-repeat left center;
	background-size:26px 26px;
}