@import"https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap";@import"https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;1,400&display=swap";:root,[data-theme=light]{--teal: #3FC0C3;--blue: #2A4B9B;--navy: #0D1330;--navy-rgb: 13, 19, 48;--slate: #3E547D;--dark-grey: #5A697F;--grey: #AFBDCA;--mid-grey: #D5DEE7;--light-grey: #EAF0F5;--off-white: #F3F7FB;--white: #FFFFFF;--black: #000000;--green: #6BC881;--red: #CA3D5F;--yellow: #F4C175;--orange: #FF9A39;--purple: #4A34D4;--grey-blue: #CED9F5;--light-blue: #4AC4F0;--light-yellow: #FFF8ED;--light-red: #F4E2E6;--light-green: #ECFBF6;--electric-blue: #2362FC;--default-font: "Barlow", sans-serif;--font-size-xxs: 0.563rem;--font-size-xs: 0.625rem;--font-size-s: 0.75rem;--font-size-table: 0.813rem;--font-size-default: 0.875rem;--font-size-m: 1rem;--font-size-l: 1.125rem;--font-size-xl: 1.25rem;--font-size-xxl: 1.625rem;--font-size-xxxl: 2.25rem;--heading-size-s: 1.125rem;--heading-size-m: 1.25rem;--font-weight-medium: 500;--font-weight-strong: 600;--font-weight-bold: 700;--padding: 10px;--margin: 10px;--gap: 10px;--site-width: 1200px;--content-width: 960px;--color-background-primary: var(--white);--color-background-secondary: var(--off-white);--color-background-heading: var(--light-grey);--color-background-message: var(--slate);--color-background-info: var(--grey-blue);--color-background-success-bold: var(--green);--color-text-primary: var(--dark-grey);--color-text-secondary: var(--slate);--color-text-high-contrast: var(--black);--color-text-message: var(--white);--color-text-heading: var(--navy);--color-text-faint: var(--grey);--color-text-branded: var(--teal);--color-text-success: var(--green);--color-text-danger: var(--red);--color-text-info: var(--blue);--color-border-primary: var(--grey);--color-border-secondary: var(--mid-grey);--color-border-underline: var(--slate);--color-border-info: var(--blue);--color-button-basic: var(--light-grey);--color-brand-primary: var(--teal);--border-primary: 1px solid var(--color-border-primary);--border-secondary: 1px solid var(--color-border-secondary);--border-radius: 4px;--border-radius-l: 8px;--color-overlay-primary: rgba(var(--navy-rgb), 0.4);--box-shadow: 0px 2px 12px rgba(17, 25, 65, 0.15)}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.3}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}address{font-style:normal}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}body{font-family:var(--default-font);font-size:var(--font-size-default);color:var(--color-text-primary)}.main h1,.main h2,.main h3,.main h4,.main h5,.main h6{margin-bottom:30px}.main p{margin-bottom:20px}.main h2.blockHeading{font-size:var(--heading-size-s)}@media only screen and (max-width: 639px){.main h2.blockHeading{font-size:var(--font-size-m)}}.heading1col,.heading2col{font-size:var(--heading-size-m)}.heading,.SectionTitle,.heading1col,.heading2col{color:var(--color-text-heading)}.dropdown-menu{position:absolute;background:var(--color-background-primary);top:100%;right:0;min-width:200px;border:var(--border-secondary);border-radius:var(--border-radius);box-shadow:var(--box-shadow);padding:10px 0;transition:visibility 50ms linear,opacity 50ms linear;z-index:100}.dropdown-menu ul{list-style-type:none;margin:0;padding:0}.dropdown-menu ul li a{display:block;text-decoration:none;color:var(--color-text-secondary);padding:10px 20px;font-weight:var(--font-weight-medium)}.dropdown-menu ul li a:hover{color:var(--nav-bg-color)}.global-nav{position:relative;height:72px;display:flex;align-items:center}@media only screen and (min-width: 640px){.global-nav::before{position:absolute;content:"";width:1px;height:50%;background-color:var(--grey);top:calc(var(--nav-height)*.25)}}.global-nav button,.global-nav #passportBtn{appearance:none;align-items:center;background-color:var(--color-background-primary);border:none;gap:5px}@media only screen and (max-width: 639px){.global-nav button,.global-nav #passportBtn{display:grid;grid-template-columns:8px 34px}.global-nav button svg,.global-nav #passportBtn svg{width:100%}}@media only screen and (min-width: 640px){.global-nav button,.global-nav #passportBtn{display:flex;padding-left:20px}}.global-nav button:hover,.global-nav #passportBtn:hover{cursor:pointer}.global-nav button.active svg:first-child,.global-nav #passportBtn.active svg:first-child{transform:scaleY(-1)}#footer-wrap{box-sizing:border-box;background-color:var(--white);color:var(--dark-grey);font-family:var(--default-font);border-top:var(--border-primary)}.footer__content{max-width:996px;margin:0 auto;padding:36px 0}.footer__actions{display:grid;grid-template-rows:repeat(3, 1fr);grid-template-areas:"web-actions" "gd-links" "search";align-items:center;gap:10px}.footer__actions .actions-group:first-child{grid-area:web-actions}.footer__actions .actions-group:last-child{grid-area:gd-links}.footer__actions .footer__search{grid-area:search}@media only screen and (min-width: 640px){.footer__actions{grid-template-columns:1fr 1fr;grid-template-rows:none;grid-template-areas:"web-actions gd-links" "search search"}}@media only screen and (min-width: 768px){.footer__actions{grid-template-columns:repeat(3, 1fr);grid-template-areas:"web-actions search gd-links"}}.footer__actions a{text-decoration:none;color:var(--color-text-primary)}.actions__group{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px}.footer__action{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100px;height:100px;flex:0 0 auto;background-color:var(--off-white);border-radius:8px;border:2px solid var(--off-white)}.footer__action img{height:34px}.footer__action__label{font-size:12px;font-weight:500;color:var(--color-text-secondary);margin-top:8px;text-align:center}.footer__action:hover{border-color:var(--primary-color);background-color:var(--white)}.footer__search{display:flex;align-items:center;justify-content:center;width:100%;height:100px;padding:0 26px;background-color:var(--color-background-heading);border-radius:8px}.footer__search form{width:100%}.footer__search label{display:block;width:100%;margin-bottom:6px;font-size:12px;font-weight:500;color:var(--color-text-secondary)}.footer__search input{width:100%;height:36px;border:var(--border-primary);border-radius:var(--border-radius);padding:0 20px 0 30px;font-size:14px;background-color:var(--color-background-secondary);background-repeat:no-repeat;background-position:6px center;background-size:20px}.footer__search input::placeholder{color:var(--dark-grey)}.footer__search input:focus,.footer__search input:active{outline-color:var(--primary-color)}.footer__copyright{display:flex;align-items:center;justify-content:space-between;box-shadow:0px -6px 10px rgba(0,0,0,.05);min-height:50px;padding:20px}.footer__logo{display:block;flex:0 0 158px;background-size:100%;width:158px;height:30px}.footer__cp__text{width:100%;font-size:12px;color:var(--dark-grey);font-weight:500;text-align:center}.footer__cp__text a{color:var(--color-text-branded);text-decoration:underline}.footer__cp__text .not-mobile{display:inline}.footer__cp__text .not-mobile a{font-weight:500;margin-left:8px}.footer__morelinks{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px;padding:5px}.footer__social{display:flex}.footer__social .social__link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:var(--lightest-grey);border-radius:4px;border:1px solid var(--lightest-grey)}.footer__social .social__link svg{width:20px}.footer__social .social__link img{height:26px}.footer__social .social__link+.social__link{margin-left:5px}.footer__social .social__link:hover{border-color:var(--primary-color);background-color:var(--white)}.show__mobile{display:none}@media(max-width: 996px){.footer__content{padding:36px 10px}}@media(max-width: 900px){.footer__search{padding:0 10px}.footer__cp__text .not-mobile{display:block;margin-top:5px}}@media(max-width: 840px){.footer__content{padding:20px 10px 10px}.actions__group{width:100%}.footer__actions{gap:10px}.footer__action{margin:0 !important;width:100%;flex:auto}.footer__search__wrap{padding:0 0 30px}.footer__search{padding:0 20px}.show__mobile{display:flex}.hide__mobile{display:none}}@media(max-width: 767px)and (min-width: 551px){.footer__social .social__link{width:20px;height:20px}.footer__social .social__link img{height:20px}}@media(max-width: 550px){.footer__copyright{flex-direction:column;height:auto;padding:20px;gap:10px}.footer__actions{flex-wrap:wrap}.footer__logo{flex:auto}.footer__social .social__link{width:36px;height:36px}.footer__social .social__link img{height:20px}}:root{--primary-color: #4EC3C8;--secondary-color: #2A4B9B;--navy: #0D1330;--darkest-grey: #576881;--dark-grey: #8196B6;--grey: #C3D2E1;--light-grey: #E5EBF1;--lightest-grey: #F0F6FC;--black: #222222;--off-white: #F7FAFD;--white: #FFFFFF;--green: #42C5A5;--light-green: #ECFBF6;--yellow: #F4C175;--light-yellow: #FFEACB;--red: #CA3D5F;--light-red: #F4E2E6;--light-blue: #E2F0FC;--facebook: #3B5998;--instagram: #C32AA3;--twitter: #1DA1F2;--youtube: #FF0000;--default-font: "Barlow", sans-serif}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.vertical-align-wrap{display:table;width:100%;height:100%}.vertical-align{display:table-cell;vertical-align:middle}.mobile-site a{color:#337ab7}body{color:#141414;font-family:"Barlow",sans-serif}p{font-size:16px;line-height:1.6}.blockHeading{font-size:18px;margin-bottom:0;overflow:hidden;padding:10px;text-overflow:ellipsis;white-space:nowrap;width:100%}.SectionTitle,.heading1col,.heading2col{padding:0px 10px}.noprint{padding:10px}.compoptions.noprint,.fixoptions.noprint{height:50px;padding:0}.icon-arrow-left{transform:rotate(180deg)}.table-container{width:100%;overflow-y:auto;_overflow:auto;margin:0 0 1em}.table,#mylad{border-collapse:collapse;font-size:13px;width:100%}.table th,.table td,#mylad th,#mylad td{font-weight:400;padding:8px;text-align:center}.table th,#mylad th{background-color:#979797;border-color:#888;color:#fff;font-size:11px;white-space:nowrap}.table caption,#mylad caption{text-align:left;font-size:16px;padding:5px}.table a,#mylad a{font-weight:700;white-space:nowrap;color:#414141}.table tr:nth-child(even) td,#mylad tr:nth-child(even) td{background-color:#efefef}.table-bordered th{border:1px solid #888}.table-bordered td{border:1px solid #ddd}.table-focus-1 th:nth-child(1),.table-focus-1 td:nth-child(1){text-align:left;font-weight:700;white-space:nowrap}.table-focus-2 th:nth-child(2),.table-focus-2 td:nth-child(2){text-align:left;font-weight:700;white-space:nowrap}.tableContainer h4{margin-bottom:0;padding:0 10px}.ladder-notes{background-color:#282828;display:inline-block;color:#fff;font-size:10px;padding:10px;width:100%}.ladder-notes a{color:#fff}#rdName-wrap h4{display:none}#mob-lad td:nth-child(2){font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:126px}.ladder-note{padding:10px;font-size:11px}#mob-lad a{color:#141414;text-decoration:none}#mob-lad th{background-color:#979797;color:#fff;font-size:11px;text-align:left;font-weight:400}#mob-lad tr{font-size:13px;height:35px;line-height:35px}#mob-lad tr:first-child{height:25px;line-height:25px}#mob-lad td:first-child,#mob-lad th:first-child{text-align:center}#mob-lad td,#mob-lad tr{border-top:3px solid #ddd}#mob-lad .ladder-no{text-align:right}.mobile-site .predict-link{border:1px solid;color:#282828;display:block;font-size:14px;font-weight:700;margin:5px auto 15px;line-height:14px;padding:5px 0;position:relative;text-align:center;text-transform:uppercase;text-decoration:none;width:140px}.statleader-wrap .statleader-block-header{display:block;padding:10px;font-weight:700;font-size:20px;width:100%}.statleader-wrap .statleader-bottom{border:1px solid #ddd;margin:0 10px}.statleader-wrap .statleader-bottom a{color:#141414;text-decoration:none}.statleader-wrap .statleader-bottom .statleader-firstblock{display:flex;padding:10px}.statleader-wrap .statleader-bottom .statleader-firstblock .leader-txt{background-color:#979797;color:#fff;font-size:9px;margin:-3px 0 0 0;padding:2px 0;text-transform:uppercase;text-align:center}.statleader-wrap .sl-playerimage{flex:1}.statleader-wrap .sl-playerimage .leader-txt{max-width:80px}.statleader-wrap .statleader-nameblock{flex-grow:initial;font-size:14px;padding:10px}.statleader-wrap .statleader-nameblock .playerlink{font-size:20px;font-weight:700}.statleader-wrap .statleader-valuewrap{flex:1;font-size:20px;text-align:center}.statleader-wrap .statleader-valuewrap .statleader-abbrev{font-size:8px;text-align:center;text-transform:uppercase}.statleader-wrap .statleader-table{border-collapse:collapse;width:100%}.statleader-wrap .statleader-table tr:first-child{background-color:#141414;color:#fff;font-size:11px;text-transform:uppercase}.statleader-wrap .statleader-table th{padding:3px 0}.statleader-wrap .statleader-table td{border-bottom:1px solid #ddd;padding:10px 0}.statleader-wrap .statleader-table .sl-pos{text-align:center}.statleader-wrap .statleader-table .sl-player{text-align:left}.statleader-wrap .statleader-table .sl-player a.statleader-teamlink{font-size:10px}.statleader-wrap .statleader-table .sl-player img{max-width:80px}.statleader-wrap .statleader-table .sl-value{text-align:center}.statleader-wrap .statleader-more{background-color:#979797;font-size:9px;margin:0 10px;padding:5px;text-align:right;text-decoration:none}.statleader-wrap .statleader-more a{color:#fff;text-transform:uppercase}.statleader-wrap a{display:inline-block;width:100%}.player-stats-table th{text-align:center}.player-stats-table td{text-align:center}.player-stats-table .JumperNum{text-align:right}.logo{position:absolute;top:0px;width:76px;height:70px;background-color:#fff;text-align:center;margin-left:7px;box-shadow:0 0 4px 0 rgba(0,0,0,.6);padding:2px}.logo img{max-width:100%;max-height:66px}.logoblock{display:flex;align-items:center;justify-content:center}.logoblock .no-logo{display:flex;align-items:center;background-color:var(--white);border-radius:30px;border:1px solid var(--light-grey);font-weight:500;padding:0 10px 0 2px;font-size:12px;color:var(--color-text-secondary);text-decoration:none;white-space:nowrap}.logoblock .no-logo:hover{border-color:var(--primary-color);outline:1px solid var(--primary-color)}.nav-wrapper{width:0;height:100%;position:fixed;z-index:120;top:0;right:0;background-color:#343434;color:#fff;overflow-x:hidden;overflow-y:scroll;transition:all 350ms ease-in-out}.nav-wrapper .nav-title-bar{float:left;width:100%;min-width:160px;border-bottom:1px solid #4e4e4e}.nav-wrapper .nav-title{float:left;padding:20px 26px;letter-spacing:3px;font-size:11px}.nav-wrapper .close-nav{float:right;margin:6px;padding:5px 10px;background:rgba(0,0,0,.7);color:#fff;font-size:30px;line-height:30px;font-weight:300;border-radius:3px;text-decoration:none}.nav-wrapper .close-nav:hover{cursor:pointer}.nav-wrapper ul{margin:0;padding:0;list-style-type:none}.nav-wrapper li a{float:left;width:100%;padding:14px 26px;font-size:16px;font-weight:300;color:#fff;text-decoration:none;border-bottom:1px solid #4e4e4e;min-width:300px}.nav-wrapper li a:hover{cursor:pointer;background-color:#444}.nav-wrapper li a{text-decoration:none;color:#fff}.nav-wrapper .caret{display:none}.nav-wrapper .subnav>a:first-child .caret{display:inline-block;margin-left:5px;font-size:10px;color:#fff;transform:rotate(0deg)}.nav-wrapper li li a{padding-left:46px;background-color:#242424}.nav-wrapper li li li a{padding-left:66px;background-color:#141414}.nav-wrapper .subnav ul{display:none}.nav-wrapper .subnav ul.show-sub{display:block}.nav-wrapper .subnav>a.turn-down:first-child .caret{transform:rotate(90deg)}.menu-wrap{position:absolute;right:0;z-index:2}a.open-nav{float:right;display:block;z-index:2;margin:21px 7px 21px 0px;text-decoration:none;padding:8px;background:rgba(0,0,0,.8);font-size:14px;font-weight:400;color:#fff;border:1px solid #555;border-radius:3px;transition:350ms}.icon-hamburger{float:right;margin:1px 0 0 5px}.nav-open{width:100%}.compoptions{overflow:hidden}.compoptions a{float:left;font-size:10px;letter-spacing:1.3px;height:50px;text-align:center;text-decoration:none;text-transform:uppercase;overflow:hidden;padding:0 10px;width:100px;line-height:1.3}.compoptions .nonactive{background-color:rgba(0,0,0,.1)}.compoptions .fixoptions{display:inline-block;height:50px;overflow:hidden;width:200%}.compoptions .fixoptions .compoptions-more-wrap{cursor:pointer;height:50px;line-height:50px;position:absolute}.compoptions .fixoptions .compoptions-more-wrap div{background-color:rgba(0,0,0,.2);padding:0 10px}.compoptions .fixoptions #compNavLeft.compoptions-more-wrap{left:0}.compoptions .fixoptions #compNavRight.compoptions-more-wrap{right:0}.pool-title-wrap{border-bottom:1px solid rgba(255,255,255,.3)}.mcwrap .fixoptions{width:100%}.mcwrap .fixoptions a{line-height:1.2;overflow:visible;text-overflow:initial;white-space:normal;width:25%}.pool-title-wrap{cursor:pointer}.pool-title-wrap .pool-title{padding:20px;text-align:center}.pool-title-wrap .pool-title .change-pool{background-image:url(/updown.0dcd40b9.svg);background-repeat:no-repeat;background-size:8px;background-position:center;display:inline-block;height:15px;margin:0 5px;width:15px}#pool-filter-wrap{position:fixed;background-color:#343434;color:#fff;width:100%;height:0px;left:0;list-style-type:none;overflow-x:hidden;overflow-y:scroll;top:0;z-index:120;transition:height 350ms ease-out}#pool-filter-wrap .close-pool{float:right;margin:6px;padding:5px 10px;background:rgba(0,0,0,.7);color:#fff;font-size:30px;line-height:30px;font-weight:300;border-radius:3px;text-decoration:none}#pool-filter-wrap .close-pool:hover{cursor:pointer}#pool-filter-wrap h3{float:left;font-size:14px;font-weight:normal;margin:0;padding:20px 26px;text-transform:uppercase}#pool-filter-wrap ul{margin:0;padding:0}#pool-filter-wrap ul li:first-child{border-top:1px solid #4e4e4e}#pool-filter-wrap li.buttons{margin:0;padding:0;width:100%}#pool-filter-wrap li.buttons a{border-bottom:1px solid #4e4e4e;color:#fff;cursor:pointer;float:left;font-size:16px;font-weight:300;height:auto;line-height:inherit;min-width:300px;padding:14px 26px;text-align:left;text-decoration:none;white-space:nowrap;width:100%}#pool-filter-wrap li.active a{font-weight:700;text-decoration:underline}#pool-filter-wrap.fil-on{margin:0;height:100%}#comp-filter{background:#111}#comp-filter #topadheader{min-height:60px;padding:5px 0}#comp-filter .select-item{background:#111;border:none;border-bottom:1px solid #565758;color:#fff;cursor:pointer;font-family:"Open Sans",sans-serif;font-size:19px;height:45px;line-height:45px;text-indent:10px;width:100%;appearance:none;padding:0 10px;border-radius:0px}#comp-filter .select-item span{display:inline-block;overflow:hidden;text-indent:0;text-overflow:ellipsis;white-space:nowrap;width:75%}#comp-filter #seasonList{color:#d3d4d6;font-size:14px}#comp-filter #filter-wrap{position:fixed;background-color:#343434;color:#fff;width:100%;height:0px;left:0;list-style-type:none;overflow-x:hidden;overflow-y:scroll;top:0;z-index:120;transition:height 350ms ease-out}#comp-filter .my-results{margin:0 auto;padding:0;max-width:480px}#comp-filter .my-results h3{float:left;padding:20px 26px;font-size:14px;font-weight:normal;text-transform:uppercase;margin:0}#comp-filter .my-results ul{list-style-type:none;margin:0;padding:0}#comp-filter .my-results li:first-child{border-top:1px solid #4e4e4e}#comp-filter .my-results li{float:left;width:100%;padding:14px 26px;font-size:16px;font-weight:300;color:#fff;text-decoration:none;border-bottom:1px solid #4e4e4e;min-width:300px;cursor:pointer;white-space:nowrap}#comp-filter .my-results li a{color:#fff;display:block;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}#comp-filter .my-results li:hover{cursor:pointer;background-color:#444}#comp-filter #filter-wrap.fil-on{margin:0;height:100%}#comp-filter #close-filter{float:right;margin:6px;padding:5px 10px;background:rgba(0,0,0,.7);color:#fff;font-size:30px;line-height:30px;font-weight:300;border-radius:3px;text-decoration:none}#comp-filter #close-filter:hover{cursor:pointer}#comp-filter .loading{background:url("https://d1f1uv2yjzdc4k.cloudfront.net/brand/images/stg_mark_white_sm.png") center center no-repeat rgba(0,0,0,.8);background-size:100px;color:#fff;margin:0 auto;height:150px;line-height:260px;width:150px;text-align:center;top:40%;left:0;bottom:0;right:0;position:absolute;display:none}#comp-filter .loading:after{overflow:hidden;display:inline-block;vertical-align:bottom;-webkit-animation:ellipsis steps(4, end) 900ms infinite;animation:ellipsis steps(4, end) 900ms infinite;content:"...";width:0px}#comp-filter .noSelect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(255,255,255,0)}#comp-filter .icon{float:right;margin:14px;padding:0px;transform:rotate(90deg);font-size:14px}#predict-wrap #predict-head{font-size:22px;font-weight:700;padding:10px}#predict-wrap .results-table{display:none;border:none;background-color:rgba(0,0,0,0)}#predict-wrap .arrow-wrap{display:flex}#predict-wrap .arrow-wrap span{flex:1;height:50px;line-height:50px;margin:0 10px}#predict-wrap .arrow-wrap .nextstat-wrap{text-align:right}#predict-wrap .arrow-wrap h4{flex:2;margin:0;line-height:50px;text-align:center}#predict-wrap .match-wrap{padding:15px}#predict-wrap p{margin:0}#predict-wrap .pred-btns{display:inline-block;padding:10px;width:100%}#predict-wrap .pred-btns p{font-size:12px;padding:5px 0;margin:0;text-align:center;width:100%}#predict-wrap .pred-btns div{background:rgba(0,0,0,.2);display:inline-block;font-size:14px;padding:5px;text-align:center;width:49%}#predict-wrap .teams-wrap>div{display:flex}#predict-wrap .teams-wrap a{color:#141414;text-decoration:none}#predict-wrap .teams-wrap .home-team-name,#predict-wrap .teams-wrap .away-team-name{font-weight:700;flex:2;text-align:left}#predict-wrap .teams-wrap .homescore,#predict-wrap .teams-wrap .awayscore{flex:1;text-align:center;color:#000}#predict-wrap .teams-wrap .homescore input,#predict-wrap .teams-wrap .awayscore input{border:1px solid #000;width:40px}#predict-wrap .teams-wrap .vstxt{display:inline-block;font-size:9px;text-transform:uppercase;width:185px}#predict-wrap .teams-wrap .vstxtwrap::before{content:"";background:url(https://www-static.spulsecdn.net/images/backgrounds/grey_line.png) repeat-x scroll 0 10px rgba(0,0,0,0);height:10px;width:100%;display:inline-block}.detailed-summary{padding:0 10px 10px;width:100%}.detailed-summary .home-team-logo img,.detailed-summary .away-team-logo img{max-width:50px;max-height:50px;display:block}.detailed-summary .hometeam a,.detailed-summary .awayteam a{color:#414141;font-size:20px;font-weight:700;text-decoration:none}.detailed-summary .detailed_score{text-align:center}.detailed-summary .detailed_score .big-score{font-size:60px}.detailed-summary .detailed_score .small-score{font-size:14px}.detailed-summary .detailed_score .livenow{display:none}.detailed-summary .detailed_score .notlive{color:#888}.detailed-summary .detailed_score .match-result{font-size:11px}.detailed-summary .match-fixture-divider{background-color:#888;height:1px;width:100%}.detailed-summary .detailed-misc-col{font-size:12px;text-align:center}.detailed-summary .matchdate,.detailed-summary .matchdate div,.detailed-summary .maplink,.detailed-summary .venuename{color:#888;font-size:10px}.playbyplaydata .away,.playbyplaydata .home{display:inline-block;font-weight:700;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:40px}.playbyplaydata .away{color:#fd0900}.playbyplaydata .home{color:#1a5796}.playbyplaydata .actName div{display:inline-block}.livenow{color:#080;display:none;font-weight:700;padding:0px 5px;border-radius:5px}.match-detail .homescore.livescore,.match-detail .awayscore.livescore{color:#000;flex-grow:1;font-weight:700;text-align:right}.mc-comp{margin:0}#tabs-content-int .detailed-summary{padding:0}#tabs-content-int .team-game-summary{font-size:12px;line-height:18px;padding:0 10px}#tabs-content-int .team-game-summary h6{font-size:13px;margin:0}#tabs-content-int .team-game-summary .comp-bold{font-weight:700}#ppaInfo{padding:20px}#ppawrap .table tr:last-child td{background-color:#2a2a2a}#playbyplay_actions p{padding:10px 20px}.detailedMatch .team-game-summary{display:inline-block;margin:0;padding:0 10px;width:100%}.detailedMatch .team-game-summary h6{font-size:16px;letter-spacing:0;line-height:20px;margin-top:5px;text-align:left;text-transform:none}.detailedMatch .team-game-summary .comp-bold{float:left;font-size:15px;text-align:left;width:100%}.detailedMatch .team-game-summary .scorer{float:left;margin-right:5px}.detailedMatch .team-game-summary .scorer span{font-size:12px}.detailedMatch .team-game-summary .scorer .icon{background-image:url("https://www-static.spulsecdn.net/images/icons/results_sprite.png");float:left;height:16px;width:20px}.detailedMatch .team-game-summary .scorer .icon.goal{background-position:0 -84px}.detailedMatch .team-game-summary .scorer .icon.red{background-position:0 -50px}.detailedMatch .team-game-summary .scorer .icon.yellow{background-position:0 -2px}.detailedMatch .team-game-summary .scorer .icon.subon{background-position:0 -131px}.detailedMatch .team-game-summary .scorer .icon.suboff{background-position:0 -146px}.detailedMatch .team-game-summary .team_match td:first-child{display:inline-block;overflow:hidden;padding-right:0;text-overflow:ellipsis;text-align:left;white-space:nowrap;width:75px}.mobile-site #selected-top-wrap,.mobile-site #on-ground{display:none}.mobile-site #home-bench,.mobile-site #away-bench{margin:0;width:50%}.mobile-site #SP_HomeNoPos-wrap h3,.mobile-site #SP_AwayNoPos-wrap h3{border-radius:0}.mobile-site .nopos-wrap{margin:0;width:100%}.mobile-site .sport-id-4 .nopos-wrap{margin:0;width:50%}.mobile-site #SP_HomeNoPos{border-right:1px solid silver}.mobile-site #SP_HomeNoPos span.playerdetail,.mobile-site #SP_AwayNoPos span.playerdetail{height:30px;line-height:30px}.widget-container{margin:0 0 20px 0;padding:0;font-size:13px;background-color:#fff}.widget-container .widget-title{display:block;width:100%;text-align:center;margin:0;padding:10px 0;font-size:16px;font-weight:400}.widget-container .widget-subtitle{padding:0 20px}.widget-container .widget-subtitle p{font-size:15px;font-weight:600}.widget-container .widget-content{padding:20px 0}.widget-container .widget-content .articleTopBorder{display:inline-block;padding:0 10px;width:100%}.registernow .widget-content{text-align:center;font-size:14px}.registernow .mediablock{margin-bottom:10px}.majorsponsor .widget-content{float:left;width:100%}.majorsponsor .sponsorslist{float:left;width:100%;padding:0 20px}.majorsponsor .sponsorslist .sponsorlistblock .articleIMG{float:left;margin-right:10px}.majorsponsor .sponsorslist .sponsorlistblock .wcontent{width:180px;display:inline-block}.majorsponsor .sponsorslist .sponsorlistblock .wcontent a{text-decoration:none;color:#141414}.majorsponsor .sponsorslist .sponsorlistblock .wcontent h4{margin-top:0px;font-size:15px}.noticeboard .widget-content{padding:10px 20px}.noticeboard .widget-content p{font-size:14px}.poll .widget-content{padding:0 20px 20px}.poll .widget-title{margin-bottom:20px}.poll .widget-subtitle p{margin-top:0px}.poll table{width:100%;font-size:16px}.poll table td{padding:3px 5px}.poll table td:first-child{width:30px;text-align:center}.poll input{width:100%;padding:10px 0;background:#ececec;border:1px solid #ccc;cursor:pointer;font-size:15px;font-weight:400;border-radius:3px}.sponsor-mobile .widget-content{padding:0px}.sponsor-mobile .widget-content .sponsorslist{display:flex;align-items:stretch;flex-direction:row;justify-content:center;flex-wrap:wrap;padding:10px}.sponsor-mobile .widget-content .sponsorslist a{width:100px;padding:10px}.sponsor-mobile img{max-width:100%;max-height:100%;width:auto !important;height:auto !important}.remind-cal{padding:20px 10px}.remind-cal .comp-short-rec{border:medium none;height:100px;width:300px;overflow:hidden;position:relative;margin:0 auto;text-align:center;display:block}.remind-cal img{display:none}.remind-cal a{font-size:14px;padding:20px;display:block;width:100%;height:100px;background-image:url(/reminder_new.22ff25d1.jpg);background-repeat:no-repeat;background-position:20px 20px;text-decoration:none;color:#fff}.remind-cal a .reminder-wrap{width:60%;margin-left:110px}.remind-cal a span{display:block}.remind-cal a .reminder-cta{margin-top:6px;color:#00b0ff;text-decoration:underline}.social-media{padding:10px;text-align:center}.gallerymobile .widget-content,.galleryalbum .widget-content{padding:20px 20px 10px}.gallerymobile .widget-content ul,.galleryalbum .widget-content ul{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.gallerymobile .widget-content ul li,.galleryalbum .widget-content ul li{max-width:80px;margin:5px}.gallerymobile .widget-content ul .buttons,.galleryalbum .widget-content ul .buttons{padding:0}.youtube .widget-content{padding:10px;text-align:center}.newslist{font-size:14px;line-height:1.5;padding:0 20px}.newslist .articleTopBorder{display:block;margin-bottom:10px}.newslist .articleTopBorder:last-child{margin-bottom:0px}.players-list .player-list-wrap{display:flex;justify-content:flex-start;flex-wrap:wrap}.players-list .player-list-wrap h1{width:100%}.players-list .player-list-wrap .newprofiles{width:140px;height:150px;padding:10px;margin:10px auto;text-align:center;font-size:14px}.players-list .player-list-wrap .newprofiles .photogalin{width:100%;height:100px;overflow:hidden;margin:0px}.players-list .player-list-wrap .newprofiles .photogalin img{max-width:120px}.players-list .player-list-wrap .newprofiles .captionwrap{margin-top:10px}.players-list .player-list-wrap .newprofiles .view-profile{display:none}.players-list .player-list-wrap .articleTopBorder{float:left;width:100%}.players-list .SectionTitle{width:100%}.players-list #id_other_players{float:right;font-size:14px;width:35%}.players-list.single-player{padding:0}.detailedMatch .player-stats-wrap .playerdetail{cursor:pointer;float:left}#overlay{background:none repeat scroll 0 0 #000;display:none;height:100%;left:0;opacity:.5;filter:alpha(opacity=50);position:fixed;top:0;width:100%;z-index:1000}#close{background:none repeat scroll 0 0 #303030;border:1px solid #1c2021;border-radius:3px;color:#fff;cursor:pointer;float:right;font-size:16px;height:24px;letter-spacing:0;line-height:23px;text-align:center;text-indent:0;width:24px}#aj-profile{background:none repeat scroll 0 0 #fff;border-radius:5px;-webkit-box-shadow:1px 1px 5px 3px rgba(0,0,0,.5);box-shadow:1px 1px 5px 3px rgba(0,0,0,.5);display:none;height:305px;left:50%;margin-left:-160px;margin-top:-160px;overflow:hidden;position:fixed;top:50%;width:320px;z-index:2000}#aj-profile .players-list{display:block;padding:0}#aj-profile .blockHeading{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:5px 5px 0 0;border-bottom:5px solid #313332;margin:0 0 10px;padding:5px 10px;text-transform:none;width:100%}#aj-profile .pprofile{border-radius:2px;font-family:"DINRegular",sans-serif;font-size:22px;font-weight:normal;height:32px;letter-spacing:-1px;margin-right:10px;margin-top:0;margin-bottom:0;overflow:hidden;padding:0;text-indent:5px;text-overflow:ellipsis;text-transform:none;white-space:nowrap}#aj-profile p{float:left;font-family:"DINRegular",sans-serif;font-size:12px;margin:0;text-indent:5px;width:195px}#aj-profile h4{float:left;font-family:"DINRegular",sans-serif;margin:0;text-indent:5px;width:195px;color:#000;font-size:14px;font-weight:normal;text-transform:none}#aj-profile img{float:left;height:100px !important;margin:0 10px;width:100px !important}#aj-profile strong{font-family:"DINBold",sans-serif;font-weight:normal}#aj-profile #more-link{bottom:0;font-family:"DINBold",sans-serif;font-weight:normal;font-size:10px;position:absolute;width:100%}#aj-profile #more-link a{float:right;height:20px;letter-spacing:0;line-height:20px;margin-right:10px;text-decoration:underline;text-transform:uppercase}#aj-profile caption.tableTitle{background:none repeat scroll 0 0 #313131;height:26px;line-height:28px;padding:0}#aj-profile .tableClass h5{color:#fff;font-family:"DINBold",sans-serif;font-size:11px;font-weight:normal;margin:0;padding:0;text-indent:10px;text-transform:uppercase}#aj-profile .tableClass tr{background-color:#fff;line-height:17px}#aj-profile .tableClass tr:hover{background-color:#fff;line-height:17px}#aj-profile .tableClass tr:nth-child(2n+1){background:none repeat scroll 0 0 #efefef}#aj-profile th{padding:4px 10px;text-transform:uppercase}#aj-profile td{padding:4px 10px;font-size:11px}#aj-profile #pp-milestone-wrap{display:none}#aj-profile .heading2col{display:none}.buttons{display:inline-block;padding:15px;text-align:center;width:calc(100% - 10px)}.cal-summary{padding:20px}.cal-summary .SectionTitle{margin:0px 0px 20px;padding:0px}.cal-summary .cal-date{font-size:14px;font-weight:600}.cal-summary .article{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #ccc}.cal-detail{padding:20px}.cal-detail .SectionTitle{margin:0px 0px 20px;padding:0px}.cal-detail .leftoption{margin-bottom:0px}.cal-detail .rightoption{font-size:14px;margin-top:5px}.cal-detail .articleIMG{width:100%;text-align:center;margin:0 0 20px}.cal-detail p{font-size:15px;line-height:1.5}.stick-around{float:left;width:100%;position:fixed;z-index:1001}.stick-around .moving-ad-wrap{float:left;width:100%;background:#fff;text-align:center}.stick-around .moving-ad-wrap .moving-ad{margin:0 auto;padding:5px 0}.stick-around .moving-ad-wrap .moving-ad .moving-label{display:block;margin:3px auto;font-size:12px;color:#777;text-align:left}.stick-around .moving-ad-wrap .moving-ad #topadheader{background-color:rgba(0,0,0,0);padding:0px}.stick-around .moving-ad-wrap .moving-ad:empty{display:none}#site-wrap{padding-top:280px}.unstuck{position:absolute;top:149px}.sort-umpires table.sortable{padding:0px;border-radius:0px}.sort-umpires table.sortable th{padding:0px;text-align:left}.sort-umpires table.sortable th .sortheader{display:block}.sort-umpires table.sortable td{text-align:left;padding:4px;font-size:12px}.sort-umpires table.sortable td.odd{background-color:#fff}.website__editor{display:flex;min-height:100vh;flex-direction:column}.website__editor header{background-color:var(--off-white)}.website__editor header .editor__header__inner{justify-content:space-between;align-items:center;max-width:996px;margin:0 auto;padding:50px 0}@media(max-width: 996px){.website__editor header .editor__header__inner{padding:30px 20px}}@media(max-width: 767px){.website__editor header .editor__header__inner{flex-direction:column;align-items:stretch}.website__editor header .editor__header__inner h1{font-size:32px;margin-bottom:10px}.website__editor header .editor__header__inner .editor__info__site,.website__editor header .editor__header__inner #topmenu{justify-content:flex-start;margin-bottom:10px}}.website__editor header h1{font-size:42px;font-weight:600;color:var(--navy);font-family:var(--default-font);letter-spacing:normal;line-height:1;margin:0}.editor__info{display:flex;align-items:center;justify-content:space-between;gap:10px}@media(max-width: 640px){.editor__info{flex-direction:column}.editor__info #topmenu{align-self:flex-end}}.website__editor header .editor__info__site{display:flex;align-items:center;justify-content:flex-end}.website__editor header .editor__info__site h2{font-size:20px;font-weight:600;color:var(--navy);margin:0 0 0 20px}@media(min-width: 820px){.website__editor header .editor__info__site h2{font-size:32px}}.website__editor header #topmenu{display:flex;justify-content:flex-end}.website__editor header .adminreturn{display:flex;align-items:center;justify-content:center;width:100%;height:36px;max-width:200px;background-color:var(--primary-color);color:var(--white);text-decoration:none;margin-top:10px;font-size:13px;font-weight:500;border-radius:4px;padding:0 14px;white-space:nowrap}.website__editor header .adminreturn:hover{opacity:.8}.website__editor #topadheader{background-color:var(--dark-grey);padding:0}.website__editor #topadheader #div-1 iframe{margin:10px 0}.website__editor .site-wrap{display:flex;flex-direction:column;justify-content:flex-start;width:100% !important;margin:0 !important;background-color:var(--lightest-grey);padding-top:0 !important;flex:1}.website__editor .site-wrap a{color:var(--primary-color);font-weight:500;text-decoration:underline}.website__editor .site-wrap p{font-family:var(--default-font);font-size:14px;color:var(--dark-grey);line-height:normal;margin-bottom:10px}.website__editor .site-wrap h3{font-size:16px;color:var(--navy);margin-bottom:12px}.website__editor .site-wrap table{width:100%;font-size:12px;border-collapse:collapse;margin-bottom:20px}.website__editor .site-wrap table th{font-weight:600;color:var(--navy);border-bottom:1px solid var(--grey)}.website__editor .site-wrap table.coloredhead th,.website__editor .site-wrap table.coloredhead td{padding:5px}.website__editor .site-wrap .label{color:var(--dark-grey);font-size:14px}.website__editor .site-wrap input[type=text],.website__editor .site-wrap input[type=select],.website__editor .site-wrap select{height:36px;padding:0 10px}.website__editor .site-wrap textarea{padding:6px 10px}.website__editor .site-wrap input[type=text],.website__editor .site-wrap input[type=select],.website__editor .site-wrap select,.website__editor .site-wrap textarea{border:1px solid var(--grey);border-radius:4px;font-size:14px}.website__editor .site-wrap .label+input{margin-top:6px}.website__editor .site-wrap #globalnav{float:none}.website__editor .site-wrap .left-nav-links{display:none}.website__editor .site-wrap #topadheader{background:var(--dark-grey);padding:0}.website__editor .site-wrap #content-wrap{display:flex;align-items:stretch;max-width:996px;margin:0 auto 4px;border-radius:0}.website__editor .site-wrap #content-wrap #content{float:none;width:auto;margin:0;padding:30px 30px 60px;height:auto}.website__editor .site-wrap #content-wrap #content .SectionTitle{font-size:21px;font-weight:600;font-family:var(--default-font);padding:0;letter-spacing:normal;line-height:1;margin-bottom:0}@media(max-width: 820px){.website__editor .site-wrap #content-wrap{flex-direction:column}}.website__editor .site-wrap .column{float:none}.website__editor .site-wrap #col-1-2-wrap{width:100%}.website__editor .site-wrap #col-3-wrap{display:flex;flex-direction:column;align-items:center;flex:0 0 360px;background-color:var(--light-grey)}.website__editor .site-wrap #col-3-wrap #col-3-content{float:none;width:100%;padding:0;margin:0}@media(max-width: 820px){.website__editor .site-wrap #col-3-wrap{width:100%;flex:1 1 100%}}.website__editor .site-wrap .alert-info{background-color:var(--light-yellow);border:1px solid var(--yellow);border-radius:4px;padding:10px;margin:0 0 20px;color:var(--navy);font-size:13px}.website__editor .site-wrap .alert-info a{color:var(--navy);font-weight:600;text-decoration:underline;margin-left:4px}.website__editor .site-wrap #footer-wrap{float:none;width:auto;margin:0;border-top:2px solid var(--light-grey)}.website__editor .site-wrap .adminbuttongroup{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;row-gap:20px}.website__editor .site-wrap .adminbuttongroup .SectionTitle{grid-column-start:1;grid-column-end:3}.website__editor .site-wrap .adminbuttongroup h3.manage-title{grid-column-start:1;grid-column-end:3;font-size:18px;color:var(--navy);font-weight:600;padding-bottom:14px;border-bottom:1px solid var(--grey)}.website__editor .site-wrap .adminbuttongroup a+h3.manage-title{margin-top:10px}.website__editor .site-wrap .adminbuttongroup .adminbuttons{border:var(--border-secondary);border-radius:4px;padding:10px;min-height:80px;color:var(--color-text-secondary);display:grid;grid-template-columns:1fr 32px;gap:10px;align-items:center;justify-content:space-between;text-decoration:none;background-color:var(--color-background-secondary)}@media(max-width: 460px){.website__editor .site-wrap .adminbuttongroup .adminbuttons{grid-column-start:1;grid-column-end:3}}.website__editor .site-wrap .adminbuttongroup .adminbuttons h4{font-size:14px;font-weight:600;margin-bottom:2px}.website__editor .site-wrap .adminbuttongroup .adminbuttons p{font-size:12px;color:var(--dark-grey);line-height:1.3}.website__editor .site-wrap .adminbuttongroup .adminbuttons:hover{border-color:var(--primary-color);outline:1px solid var(--primary-color);background-color:var(--color-background-primary)}.website__editor .site-wrap .pagetitleblock{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--grey)}.website__editor .site-wrap .pagetitleblock .SectionSubHeading{font-size:18px;color:var(--navy);font-weight:600}.website__editor .site-wrap .pagetitleblock .back-panel{font-size:14px}.website__editor .site-wrap .editor__top__content{margin-bottom:20px}.website__editor .site-wrap .save__btn__wrap{float:right}.website__editor .site-wrap .adminbgbutton{background-color:var(--primary-color);color:var(--white);font-weight:600;height:36px;padding:0 20px;font-size:14px;border-radius:4px;border:1px solid var(--primary-color)}.website__editor .site-wrap .adminbgbutton:hover{opacity:.8;cursor:pointer}.website__editor .site-wrap .menutree{margin:0;width:100%;float:none;border:none}.website__editor .site-wrap .menutree .menuname{padding:6px 0;font-size:14px;color:var(--navy);font-weight:600}.website__editor .site-wrap .menutree table{margin-bottom:0}.website__editor .site-wrap .section__add{display:flex;align-items:center;margin:14px 0;column-gap:6px;font-size:14px;white-space:nowrap}@media(max-width: 420px){.website__editor .site-wrap .section__add{flex-direction:column;align-items:flex-start;row-gap:10px}}.website__editor .site-wrap .section__add select{width:100%;height:36px;border:1px solid var(--grey);border-radius:4px}.website__editor .site-wrap .media__library__actions{display:flex;column-gap:20px}.website__editor .site-wrap p+.media__library__actions{margin-top:16px}.website__editor .site-wrap .media__albums{width:100%;margin:20px 0;border-collapse:collapse;font-size:12px}.website__editor .site-wrap .media__albums th{font-weight:600;font-size:14px}.website__editor .site-wrap .media__albums td{border-bottom:1px solid var(--grey)}.website__editor .site-wrap .media__albums th,.website__editor .site-wrap .media__albums td{padding:10px 2px}.website__editor .site-wrap .media__albums .draghandle{background:url(https://www-static.spulsecdn.net/images/draghandle.gif) no-repeat scroll center center rgba(0,0,0,0);cursor:move;margin:5px;width:20px;padding:10px}.website__editor .site-wrap .rowblock,.website__editor .site-wrap .imageblock{display:flex;flex-direction:column;font-size:14px}.website__editor .site-wrap .rowblock+.rowblock,.website__editor .site-wrap .rowblock+.imageblock,.website__editor .site-wrap .imageblock+.rowblock,.website__editor .site-wrap .imageblock+.imageblock{margin-top:10px}.website__editor .site-wrap .imageup_elem{border:1px solid var(--grey);border-radius:4px;font-size:14px}.website__editor .site-wrap .imageup_elem .imageup-header{width:100%;padding:10px;background-color:var(--off-white);color:var(--navy);font-weight:500;border-radius:4px 4px 0 0;border-bottom:1px solid var(--grey);display:flex;align-items:center;justify-content:space-between}.website__editor .site-wrap .imageup_elem .imageup-header a{color:var(--primary-color) !important}.website__editor .site-wrap .imageup_elem .imageup-header .hdr__space{padding:0 0 0 10px}.website__editor .site-wrap .imageup_elem .imageup-header label{display:flex;align-items:center;border-radius:4px;padding:4px 8px}.website__editor .site-wrap .imageup_elem .imageup-header label:hover{background-color:var(--white);cursor:pointer}.website__editor .site-wrap .imageup_elem .imageup-header .deleteoption{display:flex;align-items:center}.website__editor .site-wrap .imageup_elem .imageup-header .deleteoption input{margin-left:6px}.website__editor .site-wrap .imageup_elem+.imageup_elem{margin-top:20px}.website__editor .site-wrap .imageup_elem .image__info{padding:20px;display:flex;column-gap:30px}.website__editor .site-wrap .imageup_elem .image__info .rightside{display:flex;flex-direction:column;align-items:center}.website__editor .site-wrap .imageup_elem .image__info .rightside .imageblock{align-items:stretch}.website__editor .site-wrap .imageup_elem .image__info .rightside .imageblock input{width:100%}.website__editor .site-wrap .imageup_elem .image__info .rightside .imageblock .formItem{display:flex;flex-direction:column;width:100%}.website__editor .site-wrap .imageup_elem .image__info .rightside .imageblock img{margin:14px auto}.website__editor .site-wrap .awards__list .formItem{display:flex;flex-direction:column;margin-bottom:16px}.website__editor .site-wrap .awards__none{margin:20px 0;color:var(--navy);padding:12px;border-radius:4px;background-color:var(--lightest-grey);border:1px solid var(--grey)}.website__editor .site-wrap .awards__back{margin-top:16px}.website__editor .site-wrap .themes__list{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:20px;grid-row-gap:20px;margin-bottom:20px}.website__editor .site-wrap .themes__list .themebox{display:flex;justify-content:center;flex-direction:column;border:1px solid var(--off-white);border-radius:4px 4px 0 0}.website__editor .site-wrap .themes__list .themebox .themeboxhead{padding:5px;background-color:var(--off-white);border-radius:4px 4px 0 0;display:flex;align-items:center;font-size:14px;font-weight:500;color:var(--navy)}.website__editor .site-wrap .themes__list .themebox:hover{cursor:pointer;border:1px solid var(--primary-color)}.website__editor .site-wrap .ccform .kcolourgroupings{margin-bottom:20px}.website__editor .site-wrap .ccform .kcolourgroupings .rowblock{flex-direction:row;align-items:center;margin-bottom:16px}.website__editor .site-wrap .ccform .kcolourgroupings .colorbox{display:block;width:36px;height:36px;border:1px solid var(--grey);border-radius:4px}.website__editor .site-wrap .ccform .kcolourgroupings input[type=text]{margin:0 10px}.website__editor .site-wrap .ccform .kcolourgroupings select{margin-right:10px}.website__editor .site-wrap .site__preview__title{font-size:16px;color:var(--navy);padding-bottom:6px;margin-bottom:6px;border-bottom:1px solid var(--grey)}.website__editor .site-wrap .picker-landing *{box-sizing:content-box}.website__editor .site-wrap .header-select-wrap{display:block;width:100%;padding:16px;background-color:var(--off-white);border-radius:4px;border:1px solid var(--off-white);font-size:14px;color:var(--navy)}.website__editor .site-wrap .header-select-wrap+.header-select-wrap{margin-top:10px}.website__editor .site-wrap .header-select-wrap .header-select{display:flex;align-items:center}.website__editor .site-wrap .header-select-wrap .header-select .header-radio{padding-right:16px}.website__editor .site-wrap .header-select-wrap .header-select .header-info{width:100%}.website__editor .site-wrap .header-select-wrap.header-selected,.website__editor .site-wrap .header-select-wrap:hover{cursor:pointer;border:1px solid var(--primary-color);background-color:var(--white)}.website__editor .site-wrap .header-select-wrap.header-selected{border-width:2px}.website__editor .site-wrap .header-submit{margin:20px 0}.website__editor .site-wrap .admin__add{display:flex;flex-direction:column;align-items:flex-start}.website__editor .site-wrap .admin__add input[type=submit]{margin-top:10px}.website__editor .site-wrap .other-config select,.website__editor .site-wrap .other-config input{margin:6px 0 10px 0}.website__editor #col-3-content{width:100%}.website__editor .sidebar__top{display:flex;flex-direction:column;align-items:stretch;width:100%;padding:36px 30px;background-color:var(--off-white)}.website__editor .sidebar__top a.sidebar__button{background-color:var(--primary-color);color:var(--white);text-decoration:none;font-size:14px;font-weight:600;border-radius:4px;height:36px;display:flex;align-items:center;justify-content:center}.website__editor .sidebar__top a.sidebar__button+.sidebar__button{margin-top:10px}.website__editor .sidebar__top a.sidebar__button--secondary{background-color:var(--secondary-color)}.website__editor .sidebar__top a.sidebar__button:hover{opacity:.7}.website__editor .sidebar__top+div{display:flex;align-items:center;justify-content:center;padding:20px 0}#fix-wrap{font-family:"Open Sans",sans-serif}#rdlist-select-wrap{border-bottom:1px solid #000}#rdlist-select select{width:75%;display:inline-block;text-align:center;text-align:-webkit-center;text-align-last:center;font-size:16px;text-transform:uppercase;appearance:none;padding:16px 0;border:medium none;border-radius:0;background-image:url("/updown.0dcd40b9.svg");background-size:8px;background-repeat:no-repeat;background-position:75% center}#rdlist-select .arrow-wrap{display:inline-block;text-align:center;height:50px;line-height:50px;text-decoration:none;width:10%;color:#fff}#rdlist-select .nextstat-wrap{float:right}.match-wrap{display:inline-block;width:100%;padding:15px 0 15px 15px;box-sizing:border-box;border-bottom:3px solid #bbbbbc}.match-wrap.m-bye{padding:15px}a.match-wrap{color:#141414;text-decoration:none}.match-detail{display:inline-block;width:calc(100% - 30px)}.match-link{float:right;height:55px;line-height:55px;margin:35px 0 0;margin:0;text-align:center;width:30px}.day-wrap{width:100%}.match-date{background-color:#979797;color:#fff;font-size:11px;padding:10px 15px}.m-name{color:#fff;font-size:11px;padding:5px 0;text-indent:15px;background-color:#787b85}.m-row{display:flex;width:100%}.m-team{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.m-score,.m-detail{flex-grow:1;text-align:right}.m-2{color:#898a8b;font-size:10px;padding:5px 0;text-transform:uppercase}.m-line{border-bottom:solid 1px #bbbbbc;flex:1;height:6px}.m-vs{margin:0 5px 0 0}.m-img{max-width:50px}.m-img img{width:100%}.m-today{color:red}.roundlist{display:none}.m-venue{font-size:12px;text-align:right;width:35%}#full-pbp{margin:20px 10px 0px}.actpool{display:none}.desktop-site .fixoptions{padding:0}.desktop-site .actpool{display:block;border-bottom:1px solid rgba(255,255,255,.2)}.desktop-site .round-wrap #fix-wrap{height:auto;width:100%}.desktop-site .round-wrap .m-bye{padding:15px 0}.desktop-site .round-wrap .venuename{font-size:12px}.desktop-site .statleader-wrap .statleader-container{margin:10px 0;width:50%;height:auto;padding:10px}.desktop-site .statleader-wrap .statleader-block{width:100%;padding-bottom:20px}.desktop-site .statleader-wrap .statleader-block-header{height:auto}.desktop-site .statleader-wrap .statleader-more{margin:0px;width:100%;height:auto}.desktop-site .statleader-wrap .statleader-bottom .statleader-firstblock{align-items:flex-start}.desktop-site .statleader-wrap .statleader-valuewrap{padding:10px;height:auto}.desktop-site .statleader-wrap .statleader-valuewrap .statleader-value{margin:0px}.desktop-site .nextstat-wrap,.desktop-site .prevstat-wrap{background-color:rgba(0,0,0,0)}.desktop-site .ladder-wrap{width:100%}.desktop-site .ladder-wrap .tableContainer{width:100%}.desktop-site .othercomps{float:left;width:100%;background-color:#000}.desktop-site .othercomps .SectionTitle,.desktop-site .othercomps .blockHeading{display:none}.desktop-site .othercomps .othercomplist{float:left;width:100%}.desktop-site .othercomps select{float:left;appearance:none;border:0px;background-color:#000;color:#fff;font-size:16px;font-weight:600;font-family:"Barlow",sans-serif;letter-spacing:1.5px;white-space:nowrap;text-overflow:ellipsis;border-radius:0px;background-image:url(/caret-down.6e64904b.png);background-repeat:no-repeat;background-position:95% center;background-size:14px}.desktop-site .othercomps select option{background-color:#fff;color:#000}.desktop-site .othercomps select::-ms-expand{display:none}.desktop-site .othercomps select:focus{outline:0;background-color:rgba(255,255,255,.2)}.desktop-site .othercomps #compselectbox{width:69%;margin-right:1%;border-right:1px solid rgba(255,255,255,.2)}.desktop-site .othercomps #id_seasonID{width:30%;font-weight:200}.desktop-site #rdlist-select-wrap{display:inline-block;width:100%}.desktop-site #rdlist-select-wrap select{appearance:none}.desktop-site #rdlist-select-wrap select option{background-color:#fff;color:#000}.desktop-site #rdlist-select-wrap select:focus,.desktop-site #rdlist-select-wrap select:active{outline:0}.desktop-site #rdlist-select-wrap select::-ms-expand{display:none}.desktop-site .comppage.compoptions .buttons{background-color:rgba(0,0,0,.2)}.desktop-site .comppage.compoptions .lightbg{background-color:rgba(255,255,255,.2)}.desktop-site .comppage.compoptions .buttons.active{background-color:rgba(0,0,0,0);font-family:"Open Sans",sans-serif;font-weight:700}.desktop-site .compoptions{float:left;width:100%}.desktop-site .compoptions .fixoptions{float:left;width:100%;display:flex;align-items:center;justify-content:center}.desktop-site .compoptions .fixoptions a{flex-grow:1;font-family:"Open Sans",sans-serif;letter-spacing:1px}.desktop-site .compoptions .buttons{padding:0}.desktop-site .compoptions.comppage .fixoptions{background-color:rgba(0,0,0,0)}.desktop-site .comppools .fixoptions{display:block}.desktop-site .comppools .fixoptions a.buttons{margin:0px;height:auto}.desktop-site .comppools .poolnav{float:left;width:100%;display:block;text-align:center;font-size:16px;text-transform:uppercase}.desktop-site .comppools .poolnav a{float:left;width:100%;font-size:16px;padding:16px}.desktop-site .comppools .poolnav a img{height:8px;padding:0 10px}.desktop-site .comppools .nonactpool-wrap{position:absolute;background-color:rgba(0,0,0,.8);display:none;flex-wrap:wrap;justify-content:space-around;z-index:20;padding:5px;width:650px;margin-top:50px}.desktop-site .comppools .nonactpool-wrap a.buttons{border-radius:0px;margin:1px;border:1px solid #000}.desktop-site .comppools .nonactpool-wrap a.buttons:hover{border-color:#ccc}.desktop-site .comppools .showpools{display:flex}.desktop-site .othercomps .compoptions.comppage{margin:0;margin-bottom:-2px}.desktop-site .hasimg .m-team,.desktop-site .hasimg .m-score{line-height:50px;text-indent:10px}.desktop-site .hasimg.match-wrap .m-team{width:20%}.desktop-site .hasimg.match-wrap .m-vs{line-height:50px}.desktop-site .match-wrap{float:none;font-size:18px;border-top:medium none;border-left:medium none;border-right:medium none;border-radius:inherit;margin:0;padding:15px 0 0 0;overflow:inherit}.desktop-site .match-wrap .match-detail{width:100%}.desktop-site .match-wrap .m-img{display:flex;flex-direction:column;justify-content:center}.desktop-site .match-wrap .m-team{font-size:14px;text-indent:0px;text-overflow:initial;margin:0 5px;overflow:visible;white-space:normal;width:30%;line-height:1.1;display:flex;flex-direction:column;justify-content:center}.desktop-site .match-wrap .m-team.m-away{text-align:right}.desktop-site .match-wrap .m-vs{color:#979797;line-height:20px;margin:0 20px}.desktop-site .match-wrap .vstxt{font-size:12px}.desktop-site .match-wrap .match-link{height:25px;line-height:25px;width:auto}.desktop-site .match-wrap .m-score{white-space:nowrap;font-size:20px;font-weight:700}.desktop-site .match-wrap .m-away.m-score{text-align:left}.desktop-site .match-wrap .m-2{border-top:1px solid #bbbbbc;display:inline-block;margin-top:10px;padding:10px 0}.desktop-site .match-wrap .m-2 .m-detail,.desktop-site .match-wrap .m-2 .m-score{color:#141414;display:inline-block;flex-grow:inherit;margin:0 10px 0 0;text-align:left}.desktop-site .match-wrap .m-2 .m-detail:nth-child(1){font-size:18px;height:25px;line-height:25px}.desktop-site #comp-anchors{display:flex}.desktop-site .compoptions .days-wrap{display:flex;height:30px}.desktop-site .compoptions .days-wrap a{height:30px}.plista_widget_underArticle_v2{padding:20px}header.editor-header{background-color:var(--color-background-primary);display:flex;align-items:center;justify-content:space-between;padding-left:20px}header.editor-header h4{color:var(--color-text-secondary);font-weight:500;font-size:20px}.themebox.Fonts-wrap{display:none}.x-panel-body img{max-width:none;display:unset}form[name=entryList]{display:grid;grid-template-columns:3fr 1fr;gap:10px}form[name=entryList] .adminartbuttons select[name=intArticleID]{min-height:100px;margin-bottom:20px}.editorlinks-list a{display:block}.editorlinks-list a+a{margin-top:10px}.editorlinks-edit{display:flex;align-items:center;gap:10px}/*# sourceMappingURL=editor.min.css.map */