.qs-datepicker-container{font-size:1rem;font-family:sans-serif;color:#000;position:absolute;width:15.625em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:9001;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid grey;border-radius:.263921875em;overflow:hidden;background:#fff;-webkit-box-shadow:0 1.25em 1.25em -.9375em rgba(0,0,0,.3);box-shadow:0 1.25em 1.25em -.9375em rgba(0,0,0,.3)}.qs-datepicker-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.qs-centered{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.qs-hidden{display:none}.qs-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.75);color:#fff;width:100%;height:100%;padding:.5em;z-index:1;opacity:1;-webkit-transition:opacity .3s;transition:opacity .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-overlay .qs-overlay-year{background:rgba(0,0,0,0);border:none;border-bottom:1px solid #fff;border-radius:0;color:#fff;font-size:.875em;padding:.25em 0;width:80%;text-align:center;margin:0 auto;display:block}.qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-overlay .qs-close{padding:.5em;cursor:pointer;position:absolute;top:0;right:0}.qs-overlay .qs-submit{border:1px solid #fff;border-radius:.263921875em;padding:.5em;margin:0 auto auto;cursor:pointer;background:hsla(0,0%,50.2%,.4)}.qs-overlay .qs-submit.qs-disabled{color:grey;border-color:grey;cursor:not-allowed}.qs-overlay .qs-overlay-month-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.qs-overlay .qs-overlay-month{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% / 3);cursor:pointer;opacity:.5;-webkit-transition:opacity .15s;transition:opacity .15s}.qs-overlay .qs-overlay-month.active,.qs-overlay .qs-overlay-month:hover{opacity:1}.qs-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;background:#d3d3d3;-webkit-filter:blur(0);filter:blur(0);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.qs-controls.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-arrow{height:1.5625em;width:1.5625em;position:relative;cursor:pointer;border-radius:.263921875em;-webkit-transition:background .15s;transition:background .15s}.qs-arrow:hover{background:rgba(0,0,0,.1)}.qs-arrow:hover.qs-left:after{border-right-color:#000}.qs-arrow:hover.qs-right:after{border-left-color:#000}.qs-arrow:after{content:"";border:.390625em solid rgba(0,0,0,0);position:absolute;top:50%;-webkit-transition:border .2s;transition:border .2s}.qs-arrow.qs-left:after{border-right-color:grey;right:50%;-webkit-transform:translate(25%,-50%);-ms-transform:translate(25%,-50%);transform:translate(25%,-50%)}.qs-arrow.qs-right:after{border-left-color:grey;left:50%;-webkit-transform:translate(-25%,-50%);-ms-transform:translate(-25%,-50%);transform:translate(-25%,-50%)}.qs-month-year{font-weight:700;-webkit-transition:border .2s;transition:border .2s;border-bottom:1px solid rgba(0,0,0,0);cursor:pointer}.qs-month-year:hover{border-bottom:1px solid grey}.qs-month-year:active:focus,.qs-month-year:focus{outline:none}.qs-month{padding-right:.5ex}.qs-year{padding-left:.5ex}.qs-squares{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.3125em;-webkit-filter:blur(0);filter:blur(0);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.qs-squares.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-square{width:calc(100% / 7);height:1.5625em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:background .1s;transition:background .1s;border-radius:.263921875em}.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}.qs-current{font-weight:700;text-decoration:underline}.qs-active,.qs-range-end,.qs-range-start{background:#add8e6}.qs-range-start:not(.qs-range-6){border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle{background:#d4ebf2}.qs-range-middle:not(.qs-range-0):not(.qs-range-6){border-radius:0}.qs-range-middle.qs-range-0{border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-end:not(.qs-range-0),.qs-range-middle.qs-range-6{border-top-left-radius:0;border-bottom-left-radius:0}.qs-disabled,.qs-outside-current-month{opacity:.2}.qs-disabled{cursor:not-allowed}.qs-day,.qs-empty{cursor:default}.qs-day{font-weight:700;color:grey}.qs-event{position:relative}.qs-event:after{content:"";position:absolute;width:.46875em;height:.46875em;border-radius:50%;background:#07f;bottom:0;right:0}

@font-face{font-family:"Lato Regular";font-style:normal;font-weight:400;src:url("../fonts/LatoRegular.woff2") format("woff2"),url("../fonts/LatoRegular.woff") format("woff");font-display:block}@font-face{font-family:"Lato Bold";font-style:normal;font-weight:700;src:url("../fonts/LatoBold.woff2") format("woff2"),url("../fonts/LatoBold.woff") format("woff");font-display:block}@font-face{font-family:"Lato Black";font-style:normal;font-weight:900;src:url("../fonts/LatoBlack.woff2") format("woff2"),url("../fonts/LatoBlack.woff") format("woff");font-display:block}@font-face{font-family:"sbdicons";src:url("../fonts/sbd_icons.woff2") format("woff2");font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"sbdicons";font-style:normal;font-weight:normal;speak:never;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sbdicon--flex{display:flex;align-items:center;justify-content:center}.text-xs-left{text-align:left}.text-xs-right{text-align:right}.text-xs-center{text-align:center}.text-xs-justify{text-align:justify}@media (min-width: 768px){.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}}@media (min-width: 992px){.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}}@media (min-width: 1200px){.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}}/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{color:#000 !important;text-shadow:none !important;background:transparent !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3,.related-post-details .related-title{orphans:3;widows:3}h2,h3,.related-post-details .related-title{page-break-after:avoid}.navbar{display:none}.btn>.caret,.search-form .search-submit>.caret,.btn-subscribe>.caret,.dropup>.btn>.caret,.search-form .dropup>.search-submit>.caret,.dropup>.btn-subscribe>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:"Glyphicons Halflings";src:url("../fonts/glyphicons-halflings-regular.eot");src:url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"),url("../fonts/glyphicons-halflings-regular.woff") format("woff"),url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only,.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.screen-reader-text:active,.sr-only-focusable:focus,.screen-reader-text:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,.related-post-details .related-title,h4,h5,article.container .sidebar-related .sidebar-title,.sidebar-related .sidebar-title,.sidebar-title,.schedule-listing .schedule-listing-date,.schedule-page .schedule-listing-date,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h1 .small,h2 small,h2 .small,h3 small,.related-post-details .related-title small,h3 .small,.related-post-details .related-title .small,h4 small,h4 .small,h5 small,article.container .sidebar-related .sidebar-title small,.sidebar-related .sidebar-title small,.sidebar-title small,.schedule-listing .schedule-listing-date small,.schedule-page .schedule-listing-date small,h5 .small,article.container .sidebar-related .sidebar-title .small,.sidebar-title .small,.schedule-listing .schedule-listing-date .small,.schedule-page .schedule-listing-date .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.related-post-details .related-title,.h3{margin-top:20px;margin-bottom:10px}h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,.related-post-details .related-title small,h3 .small,.related-post-details .related-title .small,.h3 small,.h3 .small{font-size:65%}h4,.h4,h5,article.container .sidebar-related .sidebar-title,.sidebar-related .sidebar-title,.sidebar-title,.schedule-listing .schedule-listing-date,.schedule-page .schedule-listing-date,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,h4 .small,.h4 small,.h4 .small,h5 small,article.container .sidebar-related .sidebar-title small,.sidebar-related .sidebar-title small,.sidebar-title small,.schedule-listing .schedule-listing-date small,.schedule-page .schedule-listing-date small,h5 .small,article.container .sidebar-related .sidebar-title .small,.sidebar-title .small,.schedule-listing .schedule-listing-date .small,.schedule-page .schedule-listing-date .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.related-post-details .related-title,.h3{font-size:24px}h4,.h4{font-size:18px}h5,article.container .sidebar-related .sidebar-title,.sidebar-related .sidebar-title,.sidebar-title,.schedule-listing .schedule-listing-date,.schedule-page .schedule-listing-date,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width: 768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase,.initialism{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff}.bg-primary{background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857}dt{font-weight:700}dd{margin-left:0}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}@media (min-width: 1280px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help}.initialism{font-size:90%}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before{content:""}.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after{content:"\00A0 \2014"}address{margin-bottom:20px;font-style:normal;line-height:1.42857}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container-fluid:before,.container-fluid:after{display:table;content:" "}.container-fluid:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*="col-"]{padding-right:0;padding-left:0}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.33333%}.col-xs-2{width:16.66667%}.col-xs-3{width:25%}.col-xs-4{width:33.33333%}.col-xs-5{width:41.66667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333%}.col-xs-8{width:66.66667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333%}.col-xs-11{width:91.66667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333%}.col-xs-pull-2{right:16.66667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333%}.col-xs-pull-5{right:41.66667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333%}.col-xs-pull-8{right:66.66667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333%}.col-xs-pull-11{right:91.66667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333%}.col-xs-push-2{left:16.66667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333%}.col-xs-push-5{left:41.66667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333%}.col-xs-push-8{left:66.66667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333%}.col-xs-push-11{left:91.66667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0%}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333%}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{margin-left:100%}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.33333%}.col-md-pull-2{right:16.66667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333%}.col-md-pull-5{right:41.66667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333%}.col-md-pull-8{right:66.66667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333%}.col-md-pull-11{right:91.66667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.33333%}.col-md-push-2{left:16.66667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333%}.col-md-push-5{left:41.66667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333%}.col-md-push-8{left:66.66667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333%}.col-md-push-11{left:91.66667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333%}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{margin-left:100%}}@media (min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.33333%}.col-lg-pull-2{right:16.66667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333%}.col-lg-pull-5{right:41.66667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.33333%}.col-lg-pull-8{right:66.66667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333%}.col-lg-pull-11{right:91.66667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.33333%}.col-lg-push-2{left:16.66667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333%}.col-lg-push-5{left:41.66667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.33333%}.col-lg-push-8{left:66.66667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333%}.col-lg-push-11{left:91.66667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}}table{background-color:rgba(0,0,0,0)}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{position:static;display:table-cell;float:none}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{padding:8px;line-height:1.42857;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width: 767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;appearance:none}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="radio"][disabled],input[type="radio"].disabled,fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="checkbox"].disabled,fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857;color:#555}.form-control,.search-form .search-field,.subscribe-form .subscribe-field{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;-o-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s}.form-control:focus,.search-form .search-field:focus,.subscribe-form .subscribe-field:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder,.search-form .search-field::-moz-placeholder,.subscribe-form .subscribe-field::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder,.search-form .search-field:-ms-input-placeholder,.subscribe-form .subscribe-field:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder,.search-form .search-field::-webkit-input-placeholder,.subscribe-form .subscribe-field::-webkit-input-placeholder{color:#999}.form-control::-ms-expand,.search-form .search-field::-ms-expand,.subscribe-form .subscribe-field::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.search-form .search-field[disabled],.subscribe-form .subscribe-field[disabled],.form-control[readonly],.search-form .search-field[readonly],.subscribe-form .subscribe-field[readonly],fieldset[disabled] .form-control,fieldset[disabled] .search-form .search-field,.search-form fieldset[disabled] .search-field,fieldset[disabled] .subscribe-form .subscribe-field,.subscribe-form fieldset[disabled] .subscribe-field{background-color:#eee;opacity:1}.form-control[disabled],.search-form .search-field[disabled],.subscribe-form .subscribe-field[disabled],fieldset[disabled] .form-control,fieldset[disabled] .search-form .search-field,.search-form fieldset[disabled] .search-field,fieldset[disabled] .subscribe-form .subscribe-field,.subscribe-form fieldset[disabled] .subscribe-field{cursor:not-allowed}textarea.form-control,.search-form textarea.search-field,.subscribe-form textarea.subscribe-field{height:auto}@media screen and (-webkit-min-device-pixel-ratio: 0){input[type="date"].form-control,.search-form input.search-field[type="date"],.subscribe-form input.subscribe-field[type="date"],input[type="time"].form-control,.search-form input.search-field[type="time"],.subscribe-form input.subscribe-field[type="time"],input[type="datetime-local"].form-control,.search-form input.search-field[type="datetime-local"],.subscribe-form input.subscribe-field[type="datetime-local"],input[type="month"].form-control,.search-form input.search-field[type="month"],.subscribe-form input.subscribe-field[type="month"]{line-height:34px}input[type="date"].input-sm,.input-group-sm>input.form-control[type="date"],.search-form .input-group-sm>input.search-field[type="date"],.subscribe-form .input-group-sm>input.subscribe-field[type="date"],.input-group-sm>input.input-group-addon[type="date"],.input-group-sm>.input-group-btn>input.btn[type="date"],.search-form .input-group-sm>.input-group-btn>input.search-submit[type="date"],.input-group-sm>.input-group-btn>input.btn-subscribe[type="date"],.input-group-sm input[type="date"],input[type="time"].input-sm,.input-group-sm>input.form-control[type="time"],.search-form .input-group-sm>input.search-field[type="time"],.subscribe-form .input-group-sm>input.subscribe-field[type="time"],.input-group-sm>input.input-group-addon[type="time"],.input-group-sm>.input-group-btn>input.btn[type="time"],.search-form .input-group-sm>.input-group-btn>input.search-submit[type="time"],.input-group-sm>.input-group-btn>input.btn-subscribe[type="time"],.input-group-sm input[type="time"],input[type="datetime-local"].input-sm,.input-group-sm>input.form-control[type="datetime-local"],.search-form .input-group-sm>input.search-field[type="datetime-local"],.subscribe-form .input-group-sm>input.subscribe-field[type="datetime-local"],.input-group-sm>input.input-group-addon[type="datetime-local"],.input-group-sm>.input-group-btn>input.btn[type="datetime-local"],.search-form .input-group-sm>.input-group-btn>input.search-submit[type="datetime-local"],.input-group-sm>.input-group-btn>input.btn-subscribe[type="datetime-local"],.input-group-sm input[type="datetime-local"],input[type="month"].input-sm,.input-group-sm>input.form-control[type="month"],.search-form .input-group-sm>input.search-field[type="month"],.subscribe-form .input-group-sm>input.subscribe-field[type="month"],.input-group-sm>input.input-group-addon[type="month"],.input-group-sm>.input-group-btn>input.btn[type="month"],.search-form .input-group-sm>.input-group-btn>input.search-submit[type="month"],.input-group-sm>.input-group-btn>input.btn-subscribe[type="month"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,.input-group-lg>input.form-control[type="date"],.search-form .input-group-lg>input.search-field[type="date"],.subscribe-form .input-group-lg>input.subscribe-field[type="date"],.input-group-lg>input.input-group-addon[type="date"],.input-group-lg>.input-group-btn>input.btn[type="date"],.search-form .input-group-lg>.input-group-btn>input.search-submit[type="date"],.input-group-lg>.input-group-btn>input.btn-subscribe[type="date"],.input-group-lg input[type="date"],input[type="time"].input-lg,.input-group-lg>input.form-control[type="time"],.search-form .input-group-lg>input.search-field[type="time"],.subscribe-form .input-group-lg>input.subscribe-field[type="time"],.input-group-lg>input.input-group-addon[type="time"],.input-group-lg>.input-group-btn>input.btn[type="time"],.search-form .input-group-lg>.input-group-btn>input.search-submit[type="time"],.input-group-lg>.input-group-btn>input.btn-subscribe[type="time"],.input-group-lg input[type="time"],input[type="datetime-local"].input-lg,.input-group-lg>input.form-control[type="datetime-local"],.search-form .input-group-lg>input.search-field[type="datetime-local"],.subscribe-form .input-group-lg>input.subscribe-field[type="datetime-local"],.input-group-lg>input.input-group-addon[type="datetime-local"],.input-group-lg>.input-group-btn>input.btn[type="datetime-local"],.search-form .input-group-lg>.input-group-btn>input.search-submit[type="datetime-local"],.input-group-lg>.input-group-btn>input.btn-subscribe[type="datetime-local"],.input-group-lg input[type="datetime-local"],input[type="month"].input-lg,.input-group-lg>input.form-control[type="month"],.search-form .input-group-lg>input.search-field[type="month"],.subscribe-form .input-group-lg>input.subscribe-field[type="month"],.input-group-lg>input.input-group-addon[type="month"],.input-group-lg>.input-group-btn>input.btn[type="month"],.search-form .input-group-lg>.input-group-btn>input.search-submit[type="month"],.input-group-lg>.input-group-btn>input.btn-subscribe[type="month"],.input-group-lg input[type="month"]{line-height:46px}}.form-group,.search-form label{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label{cursor:not-allowed}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.input-group-lg>.form-control-static.form-control,.search-form .input-group-lg>.form-control-static.search-field,.subscribe-form .input-group-lg>.form-control-static.subscribe-field,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.search-form .input-group-lg>.input-group-btn>.form-control-static.search-submit,.input-group-lg>.input-group-btn>.form-control-static.btn-subscribe,.form-control-static.input-sm,.input-group-sm>.form-control-static.form-control,.search-form .input-group-sm>.form-control-static.search-field,.subscribe-form .input-group-sm>.form-control-static.subscribe-field,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn,.search-form .input-group-sm>.input-group-btn>.form-control-static.search-submit,.input-group-sm>.input-group-btn>.form-control-static.btn-subscribe{padding-right:0;padding-left:0}.input-sm,.input-group-sm>.form-control,.search-form .input-group-sm>.search-field,.subscribe-form .input-group-sm>.subscribe-field,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.search-form .input-group-sm>.input-group-btn>.search-submit,.input-group-sm>.input-group-btn>.btn-subscribe{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,.input-group-sm>select.form-control,.search-form .input-group-sm>select.search-field,.subscribe-form .input-group-sm>select.subscribe-field,.input-group-sm>select.input-group-addon,.input-group-sm>.input-group-btn>select.btn,.search-form .input-group-sm>.input-group-btn>select.search-submit,.input-group-sm>.input-group-btn>select.btn-subscribe{height:30px;line-height:30px}textarea.input-sm,.input-group-sm>textarea.form-control,.search-form .input-group-sm>textarea.search-field,.subscribe-form .input-group-sm>textarea.subscribe-field,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,.search-form .input-group-sm>.input-group-btn>textarea.search-submit,.input-group-sm>.input-group-btn>textarea.btn-subscribe,select[multiple].input-sm,.input-group-sm>select.form-control[multiple],.search-form .input-group-sm>select.search-field[multiple],.subscribe-form .input-group-sm>select.subscribe-field[multiple],.input-group-sm>select.input-group-addon[multiple],.input-group-sm>.input-group-btn>select.btn[multiple],.search-form .input-group-sm>.input-group-btn>select.search-submit[multiple],.input-group-sm>.input-group-btn>select.btn-subscribe[multiple]{height:auto}.form-group-sm .form-control,.form-group-sm .search-form .search-field,.search-form .form-group-sm .search-field,.form-group-sm .subscribe-form .subscribe-field,.subscribe-form .form-group-sm .subscribe-field{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control,.form-group-sm .search-form select.search-field,.search-form .form-group-sm select.search-field,.form-group-sm .subscribe-form select.subscribe-field,.subscribe-form .form-group-sm select.subscribe-field{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm .search-form textarea.search-field,.search-form .form-group-sm textarea.search-field,.form-group-sm .subscribe-form textarea.subscribe-field,.subscribe-form .form-group-sm textarea.subscribe-field,.form-group-sm select[multiple].form-control,.form-group-sm .search-form select.search-field[multiple],.search-form .form-group-sm select.search-field[multiple],.form-group-sm .subscribe-form select.subscribe-field[multiple],.subscribe-form .form-group-sm select.subscribe-field[multiple]{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg,.input-group-lg>.form-control,.search-form .input-group-lg>.search-field,.subscribe-form .input-group-lg>.subscribe-field,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.search-form .input-group-lg>.input-group-btn>.search-submit,.input-group-lg>.input-group-btn>.btn-subscribe{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}select.input-lg,.input-group-lg>select.form-control,.search-form .input-group-lg>select.search-field,.subscribe-form .input-group-lg>select.subscribe-field,.input-group-lg>select.input-group-addon,.input-group-lg>.input-group-btn>select.btn,.search-form .input-group-lg>.input-group-btn>select.search-submit,.input-group-lg>.input-group-btn>select.btn-subscribe{height:46px;line-height:46px}textarea.input-lg,.input-group-lg>textarea.form-control,.search-form .input-group-lg>textarea.search-field,.subscribe-form .input-group-lg>textarea.subscribe-field,.input-group-lg>textarea.input-group-addon,.input-group-lg>.input-group-btn>textarea.btn,.search-form .input-group-lg>.input-group-btn>textarea.search-submit,.input-group-lg>.input-group-btn>textarea.btn-subscribe,select[multiple].input-lg,.input-group-lg>select.form-control[multiple],.search-form .input-group-lg>select.search-field[multiple],.subscribe-form .input-group-lg>select.subscribe-field[multiple],.input-group-lg>select.input-group-addon[multiple],.input-group-lg>.input-group-btn>select.btn[multiple],.search-form .input-group-lg>.input-group-btn>select.search-submit[multiple],.input-group-lg>.input-group-btn>select.btn-subscribe[multiple]{height:auto}.form-group-lg .form-control,.form-group-lg .search-form .search-field,.search-form .form-group-lg .search-field,.form-group-lg .subscribe-form .subscribe-field,.subscribe-form .form-group-lg .subscribe-field{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.form-group-lg select.form-control,.form-group-lg .search-form select.search-field,.search-form .form-group-lg select.search-field,.form-group-lg .subscribe-form select.subscribe-field,.subscribe-form .form-group-lg select.subscribe-field{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg .search-form textarea.search-field,.search-form .form-group-lg textarea.search-field,.form-group-lg .subscribe-form textarea.subscribe-field,.subscribe-form .form-group-lg textarea.subscribe-field,.form-group-lg select[multiple].form-control,.form-group-lg .search-form select.search-field[multiple],.search-form .form-group-lg select.search-field[multiple],.form-group-lg .subscribe-form select.subscribe-field[multiple],.subscribe-form .form-group-lg select.subscribe-field[multiple]{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.33333}.has-feedback{position:relative}.has-feedback .form-control,.has-feedback .search-form .search-field,.search-form .has-feedback .search-field,.has-feedback .subscribe-form .subscribe-field,.subscribe-form .has-feedback .subscribe-field{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.search-form .input-group-lg>.search-field+.form-control-feedback,.subscribe-form .input-group-lg>.subscribe-field+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.search-form .input-group-lg>.input-group-btn>.search-submit+.form-control-feedback,.input-group-lg>.input-group-btn>.btn-subscribe+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback,.form-group-lg .search-form .search-field+.form-control-feedback,.search-form .form-group-lg .search-field+.form-control-feedback,.form-group-lg .subscribe-form .subscribe-field+.form-control-feedback,.subscribe-form .form-group-lg .subscribe-field+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.search-form .input-group-sm>.search-field+.form-control-feedback,.subscribe-form .input-group-sm>.subscribe-field+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.search-form .input-group-sm>.input-group-btn>.search-submit+.form-control-feedback,.input-group-sm>.input-group-btn>.btn-subscribe+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback,.form-group-sm .search-form .search-field+.form-control-feedback,.search-form .form-group-sm .search-field+.form-control-feedback,.form-group-sm .subscribe-form .subscribe-field+.form-control-feedback,.subscribe-form .form-group-sm .subscribe-field+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control,.has-success .search-form .search-field,.search-form .has-success .search-field,.has-success .subscribe-form .subscribe-field,.subscribe-form .has-success .subscribe-field{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus,.has-success .search-form .search-field:focus,.search-form .has-success .search-field:focus,.has-success .subscribe-form .subscribe-field:focus,.subscribe-form .has-success .subscribe-field:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control,.has-warning .search-form .search-field,.search-form .has-warning .search-field,.has-warning .subscribe-form .subscribe-field,.subscribe-form .has-warning .subscribe-field{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus,.has-warning .search-form .search-field:focus,.search-form .has-warning .search-field:focus,.has-warning .subscribe-form .subscribe-field:focus,.subscribe-form .has-warning .subscribe-field:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control,.has-error .search-form .search-field,.search-form .has-error .search-field,.has-error .subscribe-form .subscribe-field,.subscribe-form .has-error .subscribe-field{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus,.has-error .search-form .search-field:focus,.search-form .has-error .search-field:focus,.has-error .subscribe-form .subscribe-field:focus,.subscribe-form .has-error .subscribe-field:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label ~ .form-control-feedback{top:25px}.has-feedback label.sr-only ~ .form-control-feedback,.has-feedback label.screen-reader-text ~ .form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width: 768px){.form-inline .form-group,.search-form .form-group,.form-inline .search-form label,.search-form .form-inline label,.search-form label{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control,.search-form .form-control,.search-form .search-field,.form-inline .subscribe-form .subscribe-field,.subscribe-form .form-inline .subscribe-field,.search-form .subscribe-form .subscribe-field,.subscribe-form .search-form .subscribe-field{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static,.search-form .form-control-static{display:inline-block}.form-inline .input-group,.search-form .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.search-form .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.search-form .input-group .input-group-btn,.form-inline .input-group .form-control,.search-form .input-group .form-control,.form-inline .input-group .search-form .search-field,.search-form .input-group .search-field,.form-inline .input-group .subscribe-form .subscribe-field,.subscribe-form .form-inline .input-group .subscribe-field,.search-form .input-group .subscribe-form .subscribe-field,.subscribe-form .search-form .input-group .subscribe-field{width:auto}.form-inline .input-group>.form-control,.search-form .input-group>.form-control,.search-form .form-inline .input-group>.search-field,.search-form .input-group>.search-field,.form-inline .subscribe-form .input-group>.subscribe-field,.subscribe-form .form-inline .input-group>.subscribe-field,.search-form .subscribe-form .input-group>.subscribe-field,.subscribe-form .search-form .input-group>.subscribe-field{width:100%}.form-inline .control-label,.search-form .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.search-form .radio,.form-inline .checkbox,.search-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.search-form .radio label,.form-inline .checkbox label,.search-form .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.search-form .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"],.search-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback,.search-form .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group,.form-horizontal .search-form label,.search-form .form-horizontal label{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .search-form label:before,.search-form .form-horizontal label:before,.form-horizontal .form-group:after,.form-horizontal .search-form label:after,.search-form .form-horizontal label:after{display:table;content:" "}.form-horizontal .form-group:after,.form-horizontal .search-form label:after,.search-form .form-horizontal label:after{clear:both}@media (min-width: 768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn,.search-form .search-submit,.btn-subscribe{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.search-form .search-submit:focus,.btn-subscribe:focus,.btn.focus,.search-form .focus.search-submit,.focus.btn-subscribe,.btn:active:focus,.search-form .search-submit:active:focus,.btn-subscribe:active:focus,.btn:active.focus,.search-form .search-submit:active.focus,.btn-subscribe:active.focus,.btn.active:focus,.search-form .active.search-submit:focus,.active.btn-subscribe:focus,.btn.active.focus,.search-form .active.focus.search-submit,.active.focus.btn-subscribe{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.search-form .search-submit:hover,.btn-subscribe:hover,.btn:focus,.search-form .search-submit:focus,.btn-subscribe:focus,.btn.focus,.search-form .focus.search-submit,.focus.btn-subscribe{color:#333;text-decoration:none}.btn:active,.search-form .search-submit:active,.btn-subscribe:active,.btn.active,.search-form .active.search-submit,.active.btn-subscribe{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.search-form .disabled.search-submit,.disabled.btn-subscribe,.btn[disabled],.search-form .search-submit[disabled],.btn-subscribe[disabled],fieldset[disabled] .btn,fieldset[disabled] .search-form .search-submit,.search-form fieldset[disabled] .search-submit,fieldset[disabled] .btn-subscribe{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,.search-form a.disabled.search-submit,a.disabled.btn-subscribe,fieldset[disabled] a.btn,fieldset[disabled] .search-form a.search-submit,.search-form fieldset[disabled] a.search-submit,fieldset[disabled] a.btn-subscribe{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#286090;background-image:none;border-color:#204d74}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;background-image:none;border-color:#398439}.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;background-image:none;border-color:#269abc}.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;background-image:none;border-color:#d58512}.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;background-image:none;border-color:#ac2925}.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width: 1280px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{left:0;right:auto}}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control,.input-group .search-form .search-field,.search-form .input-group .search-field,.input-group .subscribe-form .subscribe-field,.subscribe-form .input-group .subscribe-field{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus,.input-group .search-form .search-field:focus,.search-form .input-group .search-field:focus,.input-group .subscribe-form .subscribe-field:focus,.subscribe-form .input-group .subscribe-field:focus{z-index:3}.input-group-addon,.input-group-btn,.input-group .form-control,.input-group .search-form .search-field,.search-form .input-group .search-field,.input-group .subscribe-form .subscribe-field,.subscribe-form .input-group .subscribe-field{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child),.input-group .search-form .search-field:not(:first-child):not(:last-child),.search-form .input-group .search-field:not(:first-child):not(:last-child),.input-group .subscribe-form .subscribe-field:not(:first-child):not(:last-child),.subscribe-form .input-group .subscribe-field:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm,.search-form .input-group-sm>.input-group-addon.search-field,.subscribe-form .input-group-sm>.input-group-addon.subscribe-field,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn,.search-form .input-group-sm>.input-group-btn>.input-group-addon.search-submit,.input-group-sm>.input-group-btn>.input-group-addon.btn-subscribe{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg,.search-form .input-group-lg>.input-group-addon.search-field,.subscribe-form .input-group-lg>.input-group-addon.subscribe-field,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn,.search-form .input-group-lg>.input-group-btn>.input-group-addon.search-submit,.input-group-lg>.input-group-btn>.input-group-addon.btn-subscribe{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group .search-form .search-field:first-child,.search-form .input-group .search-field:first-child,.input-group .subscribe-form .subscribe-field:first-child,.subscribe-form .input-group .subscribe-field:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.search-form .input-group-btn:first-child>.search-submit,.input-group-btn:first-child>.btn-subscribe,.input-group-btn:first-child>.btn-group>.btn,.search-form .input-group-btn:first-child>.btn-group>.search-submit,.input-group-btn:first-child>.btn-group>.btn-subscribe,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.search-form .input-group-btn:last-child>.search-submit:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-subscribe:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.search-form .input-group-btn:last-child>.btn-group:not(:last-child)>.search-submit,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-subscribe{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group .search-form .search-field:last-child,.search-form .input-group .search-field:last-child,.input-group .subscribe-form .subscribe-field:last-child,.subscribe-form .input-group .subscribe-field:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.search-form .input-group-btn:last-child>.search-submit,.input-group-btn:last-child>.btn-subscribe,.input-group-btn:last-child>.btn-group>.btn,.search-form .input-group-btn:last-child>.btn-group>.search-submit,.input-group-btn:last-child>.btn-group>.btn-subscribe,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.search-form .input-group-btn:first-child>.search-submit:not(:first-child),.input-group-btn:first-child>.btn-subscribe:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.search-form .input-group-btn:first-child>.btn-group:not(:first-child)>.search-submit,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-subscribe{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn,.search-form .input-group-btn>.search-submit,.input-group-btn>.btn-subscribe{position:relative}.input-group-btn>.btn+.btn,.search-form .input-group-btn>.search-submit+.btn,.input-group-btn>.btn-subscribe+.btn,.search-form .input-group-btn>.btn+.search-submit,.search-form .input-group-btn>.search-submit+.search-submit,.search-form .input-group-btn>.btn-subscribe+.search-submit,.input-group-btn>.btn+.btn-subscribe,.search-form .input-group-btn>.search-submit+.btn-subscribe,.input-group-btn>.btn-subscribe+.btn-subscribe{margin-left:-1px}.input-group-btn>.btn:hover,.search-form .input-group-btn>.search-submit:hover,.input-group-btn>.btn-subscribe:hover,.input-group-btn>.btn:focus,.search-form .input-group-btn>.search-submit:focus,.input-group-btn>.btn-subscribe:focus,.input-group-btn>.btn:active,.search-form .input-group-btn>.search-submit:active,.input-group-btn>.btn-subscribe:active{z-index:2}.input-group-btn:first-child>.btn,.search-form .input-group-btn:first-child>.search-submit,.input-group-btn:first-child>.btn-subscribe,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.search-form .input-group-btn:last-child>.search-submit,.input-group-btn:last-child>.btn-subscribe,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified,.nav-tabs.nav-justified{width:100%}.nav-justified>li,.nav-tabs.nav-justified>li{float:none}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 768px){.nav-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width: 768px){.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media (min-width: 1280px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media (min-width: 1280px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media (min-width: 1280px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width: 480px) and (orientation: landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}@media (min-width: 1280px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width: 1280px){.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width: 1280px){.navbar-static-top{border-radius:0}}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width: 1280px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:15px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width: 1280px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width: 1279px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width: 1280px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-right:-15px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width: 768px){.navbar-form .form-group,.navbar-form .search-form label,.search-form .navbar-form label{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control,.navbar-form .search-form .search-field,.search-form .navbar-form .search-field,.navbar-form .subscribe-form .subscribe-field,.subscribe-form .navbar-form .subscribe-field{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control,.navbar-form .input-group .search-form .search-field,.search-form .navbar-form .input-group .search-field,.navbar-form .input-group .subscribe-form .subscribe-field,.subscribe-form .navbar-form .input-group .subscribe-field{width:auto}.navbar-form .input-group>.form-control,.navbar-form .search-form .input-group>.search-field,.search-form .navbar-form .input-group>.search-field,.navbar-form .subscribe-form .input-group>.subscribe-field,.subscribe-form .navbar-form .input-group>.subscribe-field{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width: 1279px){.navbar-form .form-group,.navbar-form .search-form label,.search-form .navbar-form label{margin-bottom:5px}.navbar-form .form-group:last-child,.navbar-form .search-form label:last-child,.search-form .navbar-form label:last-child{margin-bottom:0}}@media (min-width: 1280px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width: 1280px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width: 1280px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right ~ .navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:rgba(0,0,0,0)}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:rgba(0,0,0,0)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:rgba(0,0,0,0)}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width: 1279px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:rgba(0,0,0,0)}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:rgba(0,0,0,0)}}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#090909}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#090909}@media (max-width: 1279px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:rgba(0,0,0,0)}}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/ "}.breadcrumb>.active{color:#777}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:before,.modal-header:after{display:table;content:" "}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn,.modal-footer .search-form .search-submit+.btn,.search-form .modal-footer .search-submit+.btn,.modal-footer .btn-subscribe+.btn,.modal-footer .search-form .btn+.search-submit,.search-form .modal-footer .btn+.search-submit,.modal-footer .search-form .search-submit+.search-submit,.search-form .modal-footer .search-submit+.search-submit,.modal-footer .search-form .btn-subscribe+.search-submit,.search-form .modal-footer .btn-subscribe+.search-submit,.modal-footer .btn+.btn-subscribe,.modal-footer .search-form .search-submit+.btn-subscribe,.search-form .modal-footer .search-submit+.btn-subscribe,.modal-footer .btn-subscribe+.btn-subscribe{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn,.modal-footer .btn-group .search-form .search-submit+.btn,.search-form .modal-footer .btn-group .search-submit+.btn,.modal-footer .btn-group .btn-subscribe+.btn,.modal-footer .btn-group .search-form .btn+.search-submit,.search-form .modal-footer .btn-group .btn+.search-submit,.modal-footer .btn-group .search-form .search-submit+.search-submit,.search-form .modal-footer .btn-group .search-submit+.search-submit,.modal-footer .btn-group .search-form .btn-subscribe+.search-submit,.search-form .modal-footer .btn-group .btn-subscribe+.search-submit,.modal-footer .btn-group .btn+.btn-subscribe,.modal-footer .btn-group .search-form .search-submit+.btn-subscribe,.search-form .modal-footer .btn-group .search-submit+.btn-subscribe,.modal-footer .btn-group .btn-subscribe+.btn-subscribe{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width: 992px){.modal-lg{width:900px}}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto;line-height:1}@media all and (transform-3d), (-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-moz-transition:-moz-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203a"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn,.carousel-caption .search-form .search-submit,.search-form .carousel-caption .search-submit,.carousel-caption .btn-subscribe{text-shadow:none}@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs{display:none !important}.visible-sm{display:none !important}.visible-md{display:none !important}.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width: 767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width: 767px){.visible-xs-block{display:block !important}}@media (max-width: 767px){.visible-xs-inline{display:inline !important}}@media (max-width: 767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-block{display:block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline{display:inline !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-block{display:block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline{display:inline !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width: 1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width: 1200px){.visible-lg-block{display:block !important}}@media (min-width: 1200px){.visible-lg-inline{display:inline !important}}@media (min-width: 1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width: 767px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media (min-width: 1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.icon-cancel:before{content:'\e800'}.icon-star:before{content:'\e801'}.icon-star-empty:before{content:'\e802'}.icon-right-open:before{content:'\e803'}.icon-down-dir:before{content:'\e804'}.icon-up-dir:before{content:'\e805'}.icon-plus-circled:before{content:'\e806'}.icon-plus:before{content:'\e807'}.icon-info-circled:before{content:'\e808'}.icon-right-dir:before{content:'\e809'}.icon-left-dir:before{content:'\e80a'}.icon-clock:before{content:'\e80b'}.icon-search:before{content:'\e80c'}.icon-left-open:before{content:'\e80d'}.icon-ok-circled:before{content:'\e80e'}.icon-calendar:before{content:'\e80f'}.icon-minus:before{content:'\e810'}.icon-twitter:before{content:'\f099'}.icon-facebook:before{content:'\f09a'}.icon-menu:before{content:'\f0c9'}.icon-gplus:before{content:'\f0d5'}.icon-mail-alt:before{content:'\f0e0'}.icon-angle-left:before{content:'\f104'}.icon-angle-right:before{content:'\f105'}.icon-circle-empty:before{content:'\f10c'}.icon-quote-left:before{content:'\f10d'}.icon-quote-right:before{content:'\f10e'}.icon-circle:before{content:'\f111'}.icon-info:before{content:'\f129'}.icon-youtube-play:before{content:'\f16a'}.icon-instagram:before{content:'\f16d'}.icon-right:before{content:'\f178'}.icon-calc:before{content:'\f1ec'}.icon-user-plus:before{content:'\f234'}.icon-calendar-plus-o:before{content:'\f271'}.icon-calendar-minus-o:before{content:'\f272'}.icon-user-circle:before{content:'\f2bd'}.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);-ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0, 0);-moz-transform:scale(0, 0);-o-transform:scale(0, 0);-ms-transform:scale(0, 0);transform:scale(0, 0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-o-transform:scale(1, 1);-ms-transform:scale(1, 1);transform:scale(1, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(0.23, 0.635, 0.495, 1);-webkit-transition-timing-function:cubic-bezier(0.23, 0.635, 0.495, 2.4);-moz-transition-timing-function:cubic-bezier(0.23, 0.635, 0.495, 2.4);-ms-transition-timing-function:cubic-bezier(0.23, 0.635, 0.495, 2.4);-o-transition-timing-function:cubic-bezier(0.23, 0.635, 0.495, 2.4);transition-timing-function:cubic-bezier(0.23, 0.635, 0.495, 2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15)}.tooltipster-fall.tooltipster-initial{top:0 !important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0 !important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);-ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15)}.tooltipster-slide.tooltipster-initial{left:-40px !important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0 !important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{-webkit-overflow-scrolling:touch}.page-header{margin:0px;border-bottom:none;padding-bottom:0}.page-header h1{margin:0 0 20px;font-family:"Lato Black";font-weight:900}a{color:#d72429}a:hover,a:focus{color:#d72429}body,p,body .entry-summary p{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:16px;line-height:1.38;margin-bottom:20px}body a,p a,body .entry-summary p a{font-family:"Lato Regular"}strong,b{font-family:"Lato Bold"}.single-guide ul li strong,.single-guide ul li b,p ul li strong,p ul li b{font-family:"Lato Bold"}ul,ol{margin:0;padding:0}#tinymce ul,#tinymce ol{margin:0;padding-left:40px}p img{margin:10px !important}.banner .max{max-width:1440px;padding:0px 60px}@media screen and (max-width: 992px){.banner .max{padding:0px 15px}}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.fit{display:inline-block;white-space:nowrap}.disable-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sidebar-primary .wrap .content aside,.single-teams .wrap .content aside{position:relative}.sidebar-primary .wrap .content aside>*:last-child,.single-teams .wrap .content aside>*:last-child{margin-bottom:0}.sidebar-primary .wrap .content .inline-main,.single-teams .wrap .content .inline-main{padding-left:0;padding-right:45px}.single-teams .wrap .content aside{margin-top:0px}@media only screen and (max-width: 1199px){.sidebar-primary .wrap .content aside,.single-teams .wrap .content aside{padding:0 15px}.sidebar-primary .wrap .content aside:before,.single-teams .wrap .content aside:before{display:none}.sidebar-primary .wrap .content .inline-main,.single-teams .wrap .content .inline-main{padding-right:0}}#wpadminbar .sbd-forcedlocation,#wpadminbar .sbd-forcedlocation:hover>.ab-item{background-color:#d72429 !important;color:#fff !important}.modal-header .close{background-color:#fff;border:0;float:right}div.white-background{background-color:#fff !important}.terms-and-conditions-text{color:#959fa3;font-size:12px;line-height:1.3}.legal-map-container .close-button{display:none}.legal-map-container.open{min-height:400px}.legal-map-container.open #map{position:absolute;top:0;left:0;right:0;background-color:#fff;min-height:400px}.legal-map-container.open .close-button{display:flex;background-color:#d72429;position:absolute;z-index:2;right:0;top:0;font-size:18px;color:#fff;cursor:pointer;align-items:center;justify-content:center;width:24px;height:24px}.legal-map-container.close{min-height:unset}.legal-map-container.close #map{position:relative;background-color:inherit;min-height:unset}.legal-map-container.close .close-button{display:none}.legal-map-container #legenddiv{height:30px}.legal-map-container #sportsBookChart{width:100%;height:600px}@media only screen and (max-width: 767px){.legal-map-container #sportsBookChart{height:350px}}.visible-xs-custom{display:none}@media (min-width: 501px) and (max-width: 768px){.visible-xs-custom{display:block !important}}.visible-xxs{display:none !important}@media (max-width: 500px){.visible-xxs{display:block !important}}.disable-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}iframe{display:block}.container iframe,.container-fluid iframe{display:block}#st_gdpr_iframe{position:absolute;height:0px;width:0px;visibility:hidden;border:0}body iframe:last-of-type{display:block}.grecaptcha-badge{visibility:hidden}html header.background-header-styles{background:transparent;background-image:none;border-bottom:0px;padding-bottom:0}html header.background-header-styles .menu-item>a,html header.background-header-styles .menu-item>.span-menu{color:#fff}html header.background-header-styles .menu-item>a.dropdown-toggle:hover,html header.background-header-styles .menu-item>.span-menu.dropdown-toggle:hover{color:#fff}html header.background-header-styles .white-menu{display:block}html header.background-header-styles .black-menu{display:none}html header.background-header-styles .icon-search{color:#fff}html header.background-header-styles .navbar-toggle{color:#fff}@media only screen and (max-width: 1199px){html header.background-header-styles{padding-bottom:50px}}@media only screen and (max-width: 992px){html header.background-header-styles{padding-bottom:0}}html .background-header{position:absolute;z-index:-2;height:360px;width:100%;background-repeat:no-repeat;background-size:cover;background-position:top right;top:-35px;background-image:radial-gradient(circle at center, #35090a, #000)}@media only screen and (max-width: 992px){html .background-header{height:200px}}html .background-header--matchupbar{top:78px}@media only screen and (max-width: 992px){html .background-header--matchupbar{top:112px}}html .background-header__mask{position:absolute;z-index:-2;height:250px;width:100%;bottom:0px;background:rgba(0,0,0,0.5)}@media only screen and (max-width: 992px){html .background-header__mask{height:400px}}@media only screen and (max-width: 767px){html .background-header__mask{height:307px;background-color:transparent}}html .background-header.no-matchup{top:0}html .logged-in .background-header{top:10px}html .logged-in .background-header--matchupbar{top:110px}@media only screen and (max-width: 992px){html .logged-in .background-header--matchupbar{top:157px}}html .logged-in .background-header.no-matchup{top:32px}@media only screen and (max-width: 767px){html .logged-in .background-header.no-matchup{top:0}}body.home .background-header{height:550px}@media only screen and (max-width: 992px){body.home .background-header{height:307px}}body.page-template-template-ranking-universal .background-header.no-matchup{top:0}.sb-bonus-offer{display:inline}.sb-bonus-offer__info-icon{cursor:pointer}h1,h2,h3,.related-post-details .related-title,h4,h5,article.container .sidebar-related .sidebar-title,.sidebar-related .sidebar-title,.sidebar-title,.schedule-listing .schedule-listing-date,.schedule-page .schedule-listing-date,h6{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0}h1 a,h2 a,h3 a,.related-post-details .related-title a,h4 a,h5 a,article.container .sidebar-related .sidebar-title a,.sidebar-related .sidebar-title a,.sidebar-title a,.schedule-listing .schedule-listing-date a,.schedule-page .schedule-listing-date a,h6 a{font-family:"Lato Bold"}h1{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:34px;line-height:1.29}@media only screen and (max-width: 767px){h1{font-size:28px;line-height:1.36}}h2{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:28px;line-height:1.43}@media only screen and (max-width: 767px){h2{font-size:26px;line-height:1.31}}h3,.related-post-details .related-title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58}@media only screen and (max-width: 767px){h3,.related-post-details .related-title{font-size:22px;line-height:1.36}}h4{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:20px;line-height:1.6}@media only screen and (max-width: 767px){h4{font-size:20px;line-height:1.3}}h5,article.container .sidebar-related .sidebar-title,.sidebar-related .sidebar-title,.sidebar-title,.schedule-listing .schedule-listing-date,.schedule-page .schedule-listing-date{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22}@media only screen and (max-width: 992px){h5,article.container .sidebar-related .sidebar-title,.sidebar-related .sidebar-title,.sidebar-title,.schedule-listing .schedule-listing-date,.schedule-page .schedule-listing-date{font-size:16px;line-height:1.38}}h6{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29}@media only screen and (max-width: 992px){h6{font-size:12px;line-height:1.5}}a.betnow-btn{text-decoration:none}.bet-now{display:inline-block;border-radius:4px;background-image:linear-gradient(to bottom, #16ba5e, #0a9547);box-shadow:0 3px 8px 0 rgba(0,0,0,0.2);border:solid 1px rgba(0,0,0,0.1);font-family:"Lato Bold";font-weight:bold;font-style:normal;font-stretch:normal;text-align:center;color:#fff;cursor:pointer;text-transform:uppercase}.bet-now:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),linear-gradient(to bottom, #16ba5e, #0a9547)}.bet-now.large{font-size:18px;line-height:1.44;letter-spacing:0.3px;padding:11px 88px}.bet-now.small{font-size:14px;line-height:1.43;letter-spacing:0.3px;padding:10px 18px}.bet-now.tiny{background-color:#fff;background-image:none;border:solid 1px #10a450;box-shadow:none;font-family:"Lato Regular";font-size:10px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.6;letter-spacing:0.2px;text-align:center;color:#10a450;padding:5px 9px}.bet-now.tiny:hover{background-color:#10a450;color:#fff}.bet-now.dropdown-toggle{font-size:14px;line-height:1.43;letter-spacing:0.3px;padding:10px 18px}.crosspost-right .button,.bettingbonus-right .button,.hub-button .button,.collector-form__btn{display:inline-block;border-radius:4px;background-image:linear-gradient(to bottom, #d72429, #b61e22);box-shadow:0 3px 8px 0 rgba(0,0,0,0.2);border:solid 1px rgba(0,0,0,0.1);font-family:"Lato Bold";font-size:16px;text-align:center;color:#fff;-webkit-transition:0.2s;transition:0.2s;cursor:pointer;text-transform:uppercase;padding:10px 18px}.crosspost-right .button:hover,.bettingbonus-right .button:hover,.hub-button .button:hover,.collector-form__btn:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),linear-gradient(to bottom, #d72429, #b61e22)}.sbd-button{border-radius:4px;font-family:'Lato Bold';font-size:14px;font-weight:bold;text-transform:uppercase;display:flex;align-items:center;justify-content:center;line-height:1;transition:all 0.15s}.sbd-button:focus{outline:none}.sbd-button a{padding:13px 24px;font-family:'Lato Bold';transition:color 0.15s;font-weight:bold}.sbd-button--light{background-color:#fff;border:solid 1px #e3e7e8}.sbd-button--light a{color:#656e73;text-decoration:none}.sbd-button--light:hover{background-color:#e3e7e8;border-color:#e3e7e8}.sbd-button--light-gradient{background-image:linear-gradient(to bottom, #fff, #ecf0f1);padding:12px 20px;box-shadow:0 2px 4px 0 rgba(149,159,163,0.5);border:solid 1px #e3e7e8}.sbd-button--light-gradient:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),linear-gradient(to bottom, #fff, #ecf0f1)}.sbd-button--light-gradient:hover{border:1px solid #e3e7e8}.sbd-button--light-gradient.disabled{background-color:#e3e7e8;border:1px solid #e3e7e8;background-image:none;box-shadow:none;color:#959fa3;cursor:default}.search-form label{font-weight:normal}.subscribe-form{width:100%;margin-top:18px}.subscribe-form .subscribe-field{height:39px;border-radius:4px;background-color:rgba(255,255,255,0.1);border:solid 1px rgba(0,0,0,0.1);font-family:"Lato Regular";font-size:12px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#fff}aside .subscribe-form .subscribe-field{color:inherit}.btn-subscribe{height:39px;border-radius:4px;background-color:#fff;font-family:"Lato Regular";font-size:13px;font-weight:bold;font-style:normal;font-stretch:normal;letter-spacing:0.5px;text-align:center;color:#1f2426;text-transform:uppercase}.sidebar-newsletter{margin:0 0 32px;border-radius:4px;box-shadow:0 2px 6px 0 rgba(0,0,0,0.06);border:solid 1px #e3e7e8;background-color:#fff;margin-bottom:40px}.sidebar-newsletter .sidebar-newsletter-title,.sidebar-newsletter .sidebar-title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;padding:15px}@media only screen and (max-width: 992px){.sidebar-newsletter .sidebar-newsletter-title,.sidebar-newsletter .sidebar-title{font-size:16px;line-height:1.38}}.sidebar-newsletter .sidebar-title{background-image:url("../images/late-edition-newsletter/SBD-late-edition.jpg");background-repeat:no-repeat;background-size:cover;height:220px;width:100%}.sidebar-newsletter .sidebar-title p{color:#fff;font-family:"Lato Black";font-weight:900;font-size:24px;line-height:1.08;letter-spacing:0.3px;padding:15px 15px 30px;margin:auto}.sidebar-newsletter .sidebar-title img{width:200px;height:auto;margin:auto}.sidebar-newsletter .sidebar-title-underline{margin-top:0;margin-bottom:15px}.sidebar-newsletter p{padding:0 15px;margin-bottom:0}.sidebar-newsletter form{padding:15px 15px 20px;margin-top:0}.sidebar-newsletter .btn-subscribe{border-radius:4px;background-image:linear-gradient(to bottom, #d72429, #b61e22);box-shadow:0 3px 8px 0 rgba(0,0,0,0.15);border:solid 1px rgba(0,0,0,0.1);text-transform:uppercase;color:#fff;transition:0.2s}.sidebar-newsletter .btn-subscribe:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),linear-gradient(to bottom, #d72429, #b61e22)}@media screen and (max-width: 1200px){.sidebar-newsletter{display:none}}.sbd-dropdown-wrapper{position:relative;user-select:none;width:100%}.sbd-dropdown-select{position:relative;display:flex;flex-direction:column;background-color:#d72429;border-radius:2px}.sbd-dropdown-select__trigger{position:relative;border-radius:2px;display:flex;align-items:center;justify-content:space-between;padding:0 0 0 20px;font-size:16px;height:40px;line-height:40px;background-color:#d72429;transition:background-color .25s;cursor:pointer;font-family:"Lato Bold";font-weight:bold}.sbd-dropdown-select__trigger span{color:#fff;margin-right:50px}.sbd-dropdown-select__arrow{width:40px;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.sbd-dropdown-select__arrow:before{content:"";transition:background-color .25s;background-color:#b61e22;border-radius:0 2px 2px 0;width:100%;height:100%;position:absolute;top:0;left:0}.sbd-dropdown-select i{z-index:2;transition:transform .25s;color:#fff}.sbd-dropdown-select.open{background-color:#fff}.sbd-dropdown-select.open i{transform:rotate(180deg);color:#1f2426}.sbd-dropdown-select.open .sbd-dropdown-select__arrow:before{background-color:#fafafa}.sbd-dropdown-select.open .sbd-dropdown-select__options-container{opacity:1;visibility:visible;pointer-events:all}.sbd-dropdown-select.open .sbd-dropdown-select__trigger{border-radius:2px 2px 0 0;background-color:#fff;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1)}.sbd-dropdown-select.open .sbd-dropdown-select__trigger span{color:#353f42}.sbd-dropdown-select__options-container{box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);background:#fafafa;z-index:6;transition:opacity .25s;opacity:0;border-radius:0 0 2px 2px;visibility:hidden;pointer-events:none;position:absolute;left:0;right:0;top:100%;display:block}.sbd-dropdown-select__options{margin-right:10px;font-family:"Lato Bold";font-weight:bold;display:block;background:#fafafa;max-height:240px;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#656e73 transparent}.sbd-dropdown-select__options::-webkit-scrollbar{width:3px}.sbd-dropdown-select__options::-webkit-scrollbar-track{background:#fafafa}.sbd-dropdown-select__options::-webkit-scrollbar-thumb{background:#656e73;border-radius:3px}.sbd-dropdown-select__option{position:relative;display:block;padding:0 20px;font-size:16px;color:#656e73;height:40px;line-height:40px;cursor:pointer;transition:background-color .25s;background-color:#fafafa;transition:color .25s}.sbd-dropdown-select__option:hover{cursor:pointer;color:#1f2426}.sbd-dropdown-select__option .selected{color:#1f2426}.main{position:relative;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width: 768px){.main{float:left;width:100%}}.sidebar-primary .main{position:relative;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width: 768px){.sidebar-primary .main{float:left;width:66.66667%}}.sidebar{position:relative;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width: 768px){.sidebar{float:left;width:33.33333%}}.alignnone{margin-left:0;margin-right:0;max-width:100%;height:auto}.aligncenter{display:block;margin:10px auto;height:auto}.alignleft,.alignright{margin-bottom:10px;height:auto}@media (min-width: 768px){.alignleft{float:left;margin-right:10px}.alignright{float:right;margin-left:10px}}.wp-caption-text{padding:15px 10px}.social-icon{font-size:16px}.icon-instagram{transition:color 0.15s;color:#3b5998}.icon-instagram:hover,.icon-instagram:focus{color:#d72429;text-decoration:none}.icon-facebook{transition:color 0.15s;color:#3b5998}.icon-facebook:hover,.icon-facebook:focus{color:#3b5998;text-decoration:none}.icon-twitter{transition:color 0.15s;color:#049ff6}.icon-twitter:hover,.icon-twitter:focus{color:#049ff6;text-decoration:none}.icon-youtube-play{color:#e52d27}footer.secondary-footer>div>div>div>ul li.nav-item+.nav-item{margin-left:2rem}footer.secondary-footer>div>div>div>ul li.nav-item{float:right;display:block;margin:0 0 0 2rem}footer.secondary-footer>div>div>div>ul li.nav-item a{padding:0px}footer.secondary-footer>div>div>div>ul li.nav-item a>i{color:#fff}@media only screen and (max-width: 480px){footer.secondary-footer>div>div>div>ul li.nav-item{display:inline-block;float:none}}.social-comments,.social-shares{font-family:"Lato Black";font-size:25px;text-align:center;color:#1f2426;font-weight:900}.social-comments span,.social-shares span{font-family:"Lato Regular";font-size:12px;display:block;font-weight:400}.social-comments span.fb_comments_count,.social-shares span.fb_comments_count{font-family:"Lato Black";font-size:25px}.social-comments .disqus-comment-count,.social-shares .disqus-comment-count{height:34px;line-height:34px}.social-circle-icon{text-align:center;margin-top:16px}.social-circle-icon .sbdicon{border-radius:50%;width:40px;height:40px;color:#fff;font-size:22px}.social-circle-icon .icon-facebook{background-color:#3b5998}.social-circle-icon .icon-twitter{background-color:#049ff6}.social-circle-icon:hover a{text-decoration:none}.social-button{padding:5px 20px;width:190px;height:40px;display:inline-block;color:#fff;font-family:"Lato Bold";font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;letter-spacing:0.4px;text-align:left;color:#fff;border-radius:100px;margin-right:11px;display:flex;align-items:center}@media only screen and (max-width: 767px){.social-button{margin:auto;margin-bottom:10px}}.social-button .sbdicon{font-size:18px;color:#fff;margin-right:10px}.social-button .sbdicon:hover{color:#fff}.facebook{background-color:#3b5998}.facebook a{color:#fff}.facebook a:hover{text-decoration:none}.twitter{background-color:#049ff6}.instagram{background-color:#d62976}.social-elements{position:absolute;top:0px;left:-75px;display:flex;flex-direction:column;align-items:center}.social-contact{background-color:#fafafa;margin:0;z-index:0;padding:40px 30px;margin-bottom:30px}.social-contact p{font-size:24px;font-family:"Lato Bold";text-align:center;margin-bottom:25px}@media only screen and (max-width: 767px){.social-contact p{font-size:18px}}.social-contact .icons{margin:auto;display:flex;justify-content:center}@media only screen and (max-width: 767px){.social-contact .icons{display:block}}.social-contact .icons a:hover,.social-contact .icons a:active{text-decoration:none}@media only screen and (max-width: 1234px){p.byline{margin-bottom:8px}.entry-content .social-elements{margin-bottom:10px}.social-elements{margin-bottom:30px;position:relative;flex-direction:row;left:unset}.social-elements .social-circle-icon,.social-elements .social-shares,.social-elements .social-comments{margin-right:12px;display:inline-block}.social-elements .social-circle-icon{margin:0}}@media only screen and (max-width: 992px){p.byline{margin-bottom:8px}.social-elements .social-circle-icon,.social-elements .social-shares,.social-elements .social-comments{margin-right:8px}}.featuredImage{width:100%}.image-credit,.wp-caption-text,.type-post .entry-content .thumbnail .wp-caption-text,.type-post .entry-content .wp-caption .wp-caption-text{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;color:#959fa3;padding:15px 10px}@media only screen and (max-width: 992px){.image-credit,.wp-caption-text,.type-post .entry-content .thumbnail .wp-caption-text,.type-post .entry-content .wp-caption .wp-caption-text{font-size:12px;line-height:1.5}}.image-credit a,.wp-caption-text a,.type-post .entry-content .thumbnail .wp-caption-text a,.type-post .entry-content .wp-caption .wp-caption-text a{color:#b61e22}.breadcrumb{background-color:transparent;font-size:14px;color:#656e73;padding:30px 0px;margin:0}.breadcrumb a,.breadcrumb span,.breadcrumb span a{color:#656e73}.breadcrumb span.current{color:#fff;font-family:"Lato Bold";font-weight:bold}.breadcrumb .delimiter{display:inline-block;padding:0px 10px}.breadcrumb-light .breadcrumb{background-color:transparent;font-size:14px;color:#fff;padding:30px 0px 0px 0px;margin:0}.breadcrumb-light .breadcrumb a,.breadcrumb-light .breadcrumb span,.breadcrumb-light .breadcrumb span a{color:#959fa3}.breadcrumb-light .breadcrumb span.current{color:#fff;font-family:"Lato Bold";font-weight:700px}.breadcrumb-light .breadcrumb .delimiter{display:inline-block;padding:0px 10px}.related-posts{background-color:#f2f4f5;padding:50px 0;margin-top:60px}.related-posts .container .row h2{margin-bottom:30px;margin-left:15px}.related-post-image{background-size:cover;background-repeat:no-repeat;height:140px;position:relative}.related-post-image:before{content:'';position:absolute;top:0;right:0px;bottom:0;left:0px;opacity:0.93;background-image:linear-gradient(to bottom, rgba(26,29,39,0), rgba(26,29,39,0) 56%, rgba(26,29,39,0.8) 81%, #1a1d27)}.related-post-image .cat-title{position:absolute;bottom:15px;left:15px;color:#fff;text-transform:uppercase;font-family:"Lato Bold";font-size:14px;margin-right:30px}.related-post-image .cat-title a{font-family:"Lato Bold";position:relative;z-index:2;color:#fff}.related-item{margin-bottom:20px}.related-post-details{color:#959fa3;font-family:'Lato Regular';font-size:12px;line-height:19px}.related-post-details .related-title{line-height:1;margin-bottom:12px}.related-post-details .related-title a{font-size:16px;padding-top:10px;color:#1f2426}.related-post-details .fn{font-weight:700;font-family:"Lato Bold";color:#959fa3}.navigation.pagination{margin:0}.navigation.pagination .nav-links{display:flex;height:30px;justify-content:center}.navigation.pagination .nav-links .page-numbers{display:flex;align-items:center;justify-content:center;min-width:30px;padding:0 10px;height:100%;margin:0 5px;font-family:"Lato Bold";font-weight:bold;text-align:center;color:#656e73}@media only screen and (max-width: 767px){.navigation.pagination .nav-links .page-numbers{margin:0}}.navigation.pagination .nav-links .current{background-color:#d72429;border-radius:50px;color:#fff}.navigation.pagination .nav-links .sbdicon{color:#1f2426;font-size:22px}.alert-container{margin:40px 30px;border-radius:4px;box-shadow:0 0 10px 0 rgba(0,0,0,0.12);border:solid 1px #e3e7e8;overflow:hidden;display:flex}.alert-container .alert-left{background-color:#f2f4f5;text-align:center;min-width:65px;padding:20px 0;display:flex;align-items:flex-start;justify-content:center;font-family:"Lato Bold";font-weight:bold}.alert-container .alert-left span,.alert-container .alert-left i{border-radius:50%;display:block;width:40px;height:40px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px}.alert-container .alert-right{padding:15px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.alert-container .alert-right ul,.alert-container .alert-right ol{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43}.alert-container .alert-right ul a,.alert-container .alert-right ol a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.alert-container .alert-right ul,.alert-container .alert-right ol{font-size:12px;line-height:1.83}}.alert-container .alert-right h1,.alert-container .alert-right h2,.alert-container .alert-right h3,.alert-container .alert-right .related-post-details .related-title,.related-post-details .alert-container .alert-right .related-title{margin-top:0 !important}.alert-container .alert-right p{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;color:#353f42;margin:0px !important}.alert-container .alert-right p a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.alert-container .alert-right p{font-size:12px;line-height:1.83}}@media only screen and (max-width: 768px){.alert-container{margin:30px 0px}.alert-container .alert-left{min-width:50px}.alert-container .alert-left span,.alert-container .alert-left i{width:30px;height:30px;font-size:26px}}.warning .alert-left i{color:#d72429;font-size:46px}.warning .alert-left span{background-color:#d72429}.warning .alert-right h4{color:#d72429}.alertClass .alert-left i{color:#f6a841;font-size:46px}.alertClass .alert-left span{background-color:#f6a841}.alertClass .alert-right h4{color:#f6a841}.info .alert-left i{color:#4197f7;font-size:46px}.info .alert-left span{background-color:#4197f7}.info .alert-right h4{color:#4197f7}.special .alert-left i{color:#10a450;font-size:46px}.special .alert-left span{background-color:#10a450}.special .alert-right h4{color:#10a450}@media only screen and (max-width: 768px){.info .alert-left i,.special .alert-left i{font-size:34px}}.crosspost-container{background-color:#fff;border-top:solid 1px #e3e7e8;border-bottom:solid 1px #e3e7e8;padding:30px;margin:25px auto;text-align:center}.crosspost-container .crosspost-left{vertical-align:middle;display:inline-block;float:none;margin-bottom:30px}.crosspost-container .crosspost-left a{color:#1f2426}.crosspost-container .crosspost-left span{color:#d72429;font-family:"Lato Bold";font-weight:bold}.crosspost-container .crosspost-left .crosspost-title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;font-size:24px;text-align:center}@media only screen and (max-width: 992px){.crosspost-container .crosspost-left .crosspost-title{font-size:16px;line-height:1.38}}@media only screen and (max-width: 992px){.crosspost-container .crosspost-left .crosspost-title{font-size:24px}}@media only screen and (max-width: 767px){.crosspost-container .crosspost-left .crosspost-title{font-size:22px}}.crosspost-container .crosspost-left h4,.crosspost-container .crosspost-left h3,.crosspost-container .crosspost-left .related-post-details .related-title,.related-post-details .crosspost-container .crosspost-left .related-title,.crosspost-container .crosspost-left h2{margin:0}@media only screen and (max-width: 992px){.crosspost-container .crosspost-left h4,.crosspost-container .crosspost-left h3,.crosspost-container .crosspost-left .related-post-details .related-title,.related-post-details .crosspost-container .crosspost-left .related-title,.crosspost-container .crosspost-left h2{text-align:center}}.crosspost-container .crosspost-right{position:relative;vertical-align:middle;display:inline-block;float:none;text-align:center}@media only screen and (max-width: 992px){.crosspost-container{text-align:center}.crosspost-container .crosspost-right{margin-top:10px}}.sidebar-reivews .row{margin-bottom:24px;position:relative}.sidebar-reivews .sidebar-review-col{margin-bottom:24px}.sidebar-reivews .sidebar-review-image{float:left;margin-left:10px;width:110px;height:75px;position:relative}.sidebar-reivews .sidebar-review-image img{border-radius:2px;position:relative}.sidebar-reivews .sidebar-review-image a{position:absolute;height:80px;width:110px}.sidebar-reivews .sidebar-review-image a .ranking{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;box-sizing:content-box;font-family:"Lato Bold";line-height:unset;text-align:center;position:absolute;top:-10px;left:-10px;z-index:5;color:#fff;border:2px solid #fff;width:24px;height:24px;border-radius:2px;background-image:linear-gradient(174deg, #d72429, #b61e22);box-shadow:0 3px 8px 0 rgba(0,0,0,0.2)}.sidebar-reivews .sidebar-review-image a .ranking a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.sidebar-reivews .sidebar-review-image a .ranking{font-size:12px;line-height:1.83}}@media only screen and (max-width: 1199px){.sidebar-reivews.sidebar-reviews-affix{display:none}}.sidebar-reivews.sidebar-reviews-affix .top-5-sportsbooks-card{opacity:0;margin:0;transition:opacity 0.15s;max-width:262.5px}.sidebar-reivews.sidebar-reviews-affix .affix{top:15px}.sidebar-reivews.sidebar-reviews-affix .affix .top-5-sportsbooks-card{opacity:1;margin-top:-16px}.sidebar-reivews.sidebar-reviews-affix .affix-bottom{position:fixed}.sidebar-reivews.sidebar-reviews-affix .affix-bottom .top-5-sportsbooks-card{opacity:1}@media only screen and (max-width: 992px) and (min-width: 767px){.sidebar-reivews .sidebar-review-col{margin-bottom:33px}}.sidebar-related{margin-bottom:40px;margin:0 0 32px}.sidebar-related .sidebar-title{padding:16px 16px 0}.sidebar-related .sidebar-related-col{margin-bottom:24px}.sidebar-related .sidebar-related-image{float:left}.sidebar-related .sidebar-related-image img{border-radius:2px}.sidebar-related .sidebar-related-content{float:left;width:calc(100% - 106px);margin-left:8px}.sidebar-related .row{padding:0 16px}.sidebar-related .sidebar-related-flex{padding:0 15px 5px}.sidebar-related .sidebar-related-flex .author-byline{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:12px;line-height:1.5;margin:6px 0 0 0;font-family:"Lato Regular";color:#959fa3}.sidebar-related .sidebar-related-flex .author-byline a{font-family:"Lato Regular"}.sidebar-related .sidebar-related-flex .author-byline a{font-family:"Lato Bold";font-weight:bold;color:#959fa3}.sidebar-related-flex{display:flex;flex-direction:column}@media only screen and (max-width: 992px) and (min-width: 767px){.sidebar-related-flex{flex-direction:row;flex-wrap:wrap}}.sidebar-related-flex-item{flex-basis:100%;margin-bottom:10px}@media only screen and (max-width: 992px) and (min-width: 767px){.sidebar-related-flex-item{flex-basis:50%;padding:5px}}.sidebar-related-tabs{margin-bottom:40px;margin:0 0 32px;background-color:#fff}.sidebar-related-tabs .sidebar-title-underline{margin:0}.sidebar-related-tabs__tabs{display:flex;margin:0;border-bottom:6px solid #353f42;border-radius:4px 4px 0 0;overflow:hidden}.sidebar-related-tabs__tabs.nav:before,.sidebar-related-tabs__tabs.nav:after{display:none}.sidebar-related-tabs__tab{flex:1;border-bottom:0;color:#1f2426;font-weight:bold;font-family:"Lato Bold";display:flex;justify-content:center;align-items:center;text-align:center;margin:0 !important;background-color:#f2f4f5}.sidebar-related-tabs__tab a{font-family:"Lato Bold";color:#2a2f31 !important;border:none !important;cursor:pointer}.sidebar-related-tabs__tab.active{color:#fff;border-radius:0;position:relative}.sidebar-related-tabs__tab.active a{margin:0;background-color:#1f2426 !important;color:#fff !important;border-radius:0}.sidebar-related-tabs__tab:hover,.sidebar-related-tabs__tab:focus{text-decoration:none}.sidebar-related-tabs__content{padding:8px 0 0 0}@media only screen and (max-width: 1199px) and (min-width: 768px){.sidebar-related-tabs__content #related-articles.active,.sidebar-related-tabs__content #popular-articles.active{display:grid;grid-template-columns:1fr 1fr}}.sidebar-related-tabs__item{display:flex;padding-bottom:12px;border-top:1px solid #e3e7e8;margin-bottom:12px}.sidebar-related-tabs__item:nth-of-type(even){flex-direction:row}.sidebar-related-tabs__item:nth-of-type(4),.sidebar-related-tabs__item:nth-of-type(8){margin-left:15px}.sidebar-related-tabs__title{margin-top:4px;margin-right:8px}.sidebar-related-tabs__title a{display:block;font-size:13px;line-height:1.55;font-family:"Lato Bold";font-weight:bold;color:#1f2426}.sidebar-related-tabs__image{flex-shrink:0;margin-left:auto;width:98px}.sidebar-related-tabs__date-countdown{color:#b61e22;font-weight:bold;font-family:"Lato Bold"}.sidebar-related-tabs__meta{margin-top:6px;font-size:12px;line-height:1.54;color:#656e73}.sidebar-related-tabs__meta a{color:#353f42;font-size:12px;font-weight:bold;font-family:"Lato Bold"}.icon-star{color:#f6a841;font-size:14px}.icon-star-empty{color:#f6a841;font-size:14px}.rect-auto,.c100.p51 .slice,.c100.p52 .slice,.c100.p53 .slice,.c100.p54 .slice,.c100.p55 .slice,.c100.p56 .slice,.c100.p57 .slice,.c100.p58 .slice,.c100.p59 .slice,.c100.p60 .slice,.c100.p61 .slice,.c100.p62 .slice,.c100.p63 .slice,.c100.p64 .slice,.c100.p65 .slice,.c100.p66 .slice,.c100.p67 .slice,.c100.p68 .slice,.c100.p69 .slice,.c100.p70 .slice,.c100.p71 .slice,.c100.p72 .slice,.c100.p73 .slice,.c100.p74 .slice,.c100.p75 .slice,.c100.p76 .slice,.c100.p77 .slice,.c100.p78 .slice,.c100.p79 .slice,.c100.p80 .slice,.c100.p81 .slice,.c100.p82 .slice,.c100.p83 .slice,.c100.p84 .slice,.c100.p85 .slice,.c100.p86 .slice,.c100.p87 .slice,.c100.p88 .slice,.c100.p89 .slice,.c100.p90 .slice,.c100.p91 .slice,.c100.p92 .slice,.c100.p93 .slice,.c100.p94 .slice,.c100.p95 .slice,.c100.p96 .slice,.c100.p97 .slice,.c100.p98 .slice,.c100.p99 .slice,.c100.p100 .slice{clip:rect(auto, auto, auto, auto)}.pie,.c100 .bar,.c100.p51 .fill,.c100.p52 .fill,.c100.p53 .fill,.c100.p54 .fill,.c100.p55 .fill,.c100.p56 .fill,.c100.p57 .fill,.c100.p58 .fill,.c100.p59 .fill,.c100.p60 .fill,.c100.p61 .fill,.c100.p62 .fill,.c100.p63 .fill,.c100.p64 .fill,.c100.p65 .fill,.c100.p66 .fill,.c100.p67 .fill,.c100.p68 .fill,.c100.p69 .fill,.c100.p70 .fill,.c100.p71 .fill,.c100.p72 .fill,.c100.p73 .fill,.c100.p74 .fill,.c100.p75 .fill,.c100.p76 .fill,.c100.p77 .fill,.c100.p78 .fill,.c100.p79 .fill,.c100.p80 .fill,.c100.p81 .fill,.c100.p82 .fill,.c100.p83 .fill,.c100.p84 .fill,.c100.p85 .fill,.c100.p86 .fill,.c100.p87 .fill,.c100.p88 .fill,.c100.p89 .fill,.c100.p90 .fill,.c100.p91 .fill,.c100.p92 .fill,.c100.p93 .fill,.c100.p94 .fill,.c100.p95 .fill,.c100.p96 .fill,.c100.p97 .fill,.c100.p98 .fill,.c100.p99 .fill,.c100.p100 .fill{position:absolute;border:0.08em solid #307bbb;width:0.84em;height:0.84em;clip:rect(0em, 0.5em, 1em, 0em);border-radius:50%;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.pie-fill,.c100.p51 .bar:after,.c100.p51 .fill,.c100.p52 .bar:after,.c100.p52 .fill,.c100.p53 .bar:after,.c100.p53 .fill,.c100.p54 .bar:after,.c100.p54 .fill,.c100.p55 .bar:after,.c100.p55 .fill,.c100.p56 .bar:after,.c100.p56 .fill,.c100.p57 .bar:after,.c100.p57 .fill,.c100.p58 .bar:after,.c100.p58 .fill,.c100.p59 .bar:after,.c100.p59 .fill,.c100.p60 .bar:after,.c100.p60 .fill,.c100.p61 .bar:after,.c100.p61 .fill,.c100.p62 .bar:after,.c100.p62 .fill,.c100.p63 .bar:after,.c100.p63 .fill,.c100.p64 .bar:after,.c100.p64 .fill,.c100.p65 .bar:after,.c100.p65 .fill,.c100.p66 .bar:after,.c100.p66 .fill,.c100.p67 .bar:after,.c100.p67 .fill,.c100.p68 .bar:after,.c100.p68 .fill,.c100.p69 .bar:after,.c100.p69 .fill,.c100.p70 .bar:after,.c100.p70 .fill,.c100.p71 .bar:after,.c100.p71 .fill,.c100.p72 .bar:after,.c100.p72 .fill,.c100.p73 .bar:after,.c100.p73 .fill,.c100.p74 .bar:after,.c100.p74 .fill,.c100.p75 .bar:after,.c100.p75 .fill,.c100.p76 .bar:after,.c100.p76 .fill,.c100.p77 .bar:after,.c100.p77 .fill,.c100.p78 .bar:after,.c100.p78 .fill,.c100.p79 .bar:after,.c100.p79 .fill,.c100.p80 .bar:after,.c100.p80 .fill,.c100.p81 .bar:after,.c100.p81 .fill,.c100.p82 .bar:after,.c100.p82 .fill,.c100.p83 .bar:after,.c100.p83 .fill,.c100.p84 .bar:after,.c100.p84 .fill,.c100.p85 .bar:after,.c100.p85 .fill,.c100.p86 .bar:after,.c100.p86 .fill,.c100.p87 .bar:after,.c100.p87 .fill,.c100.p88 .bar:after,.c100.p88 .fill,.c100.p89 .bar:after,.c100.p89 .fill,.c100.p90 .bar:after,.c100.p90 .fill,.c100.p91 .bar:after,.c100.p91 .fill,.c100.p92 .bar:after,.c100.p92 .fill,.c100.p93 .bar:after,.c100.p93 .fill,.c100.p94 .bar:after,.c100.p94 .fill,.c100.p95 .bar:after,.c100.p95 .fill,.c100.p96 .bar:after,.c100.p96 .fill,.c100.p97 .bar:after,.c100.p97 .fill,.c100.p98 .bar:after,.c100.p98 .fill,.c100.p99 .bar:after,.c100.p99 .fill,.c100.p100 .bar:after,.c100.p100 .fill{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.c100{position:relative;font-size:120px;width:1em;height:1em;border-radius:50%;float:left;margin:0 0.1em 0.1em 0;background-color:#cccccc}.c100 *,.c100 *:before,.c100 *:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.c100.center{float:none;margin:0 auto}.c100.big{font-size:240px}.c100.small{font-size:80px}.c100>span{position:absolute;width:100%;z-index:1;left:0;top:0;width:5em;line-height:1em;padding-top:1.5em;font-size:0.2em;color:#cccccc;display:block;text-align:center;white-space:nowrap;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:0.2s;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;transition-duration:0.2s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.c100>span span{font-size:13px;color:#959fa3}.c100:after{position:absolute;top:0.08em;left:0.08em;display:block;content:" ";border-radius:50%;background-color:#f5f5f5;width:0.84em;height:0.84em;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:0.2s;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;transition-duration:0.2s;-webkit-transition-timing-function:ease-in;-moz-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in}.c100 .slice{position:absolute;width:1em;height:1em;clip:rect(0em, 1em, 1em, 0.5em)}.c100.p1 .bar{-webkit-transform:rotate(3.6deg);-moz-transform:rotate(3.6deg);-ms-transform:rotate(3.6deg);-o-transform:rotate(3.6deg);transform:rotate(3.6deg)}.c100.p2 .bar{-webkit-transform:rotate(7.2deg);-moz-transform:rotate(7.2deg);-ms-transform:rotate(7.2deg);-o-transform:rotate(7.2deg);transform:rotate(7.2deg)}.c100.p3 .bar{-webkit-transform:rotate(10.8deg);-moz-transform:rotate(10.8deg);-ms-transform:rotate(10.8deg);-o-transform:rotate(10.8deg);transform:rotate(10.8deg)}.c100.p4 .bar{-webkit-transform:rotate(14.4deg);-moz-transform:rotate(14.4deg);-ms-transform:rotate(14.4deg);-o-transform:rotate(14.4deg);transform:rotate(14.4deg)}.c100.p5 .bar{-webkit-transform:rotate(18deg);-moz-transform:rotate(18deg);-ms-transform:rotate(18deg);-o-transform:rotate(18deg);transform:rotate(18deg)}.c100.p6 .bar{-webkit-transform:rotate(21.6deg);-moz-transform:rotate(21.6deg);-ms-transform:rotate(21.6deg);-o-transform:rotate(21.6deg);transform:rotate(21.6deg)}.c100.p7 .bar{-webkit-transform:rotate(25.2deg);-moz-transform:rotate(25.2deg);-ms-transform:rotate(25.2deg);-o-transform:rotate(25.2deg);transform:rotate(25.2deg)}.c100.p8 .bar{-webkit-transform:rotate(28.8deg);-moz-transform:rotate(28.8deg);-ms-transform:rotate(28.8deg);-o-transform:rotate(28.8deg);transform:rotate(28.8deg)}.c100.p9 .bar{-webkit-transform:rotate(32.4deg);-moz-transform:rotate(32.4deg);-ms-transform:rotate(32.4deg);-o-transform:rotate(32.4deg);transform:rotate(32.4deg)}.c100.p10 .bar{-webkit-transform:rotate(36deg);-moz-transform:rotate(36deg);-ms-transform:rotate(36deg);-o-transform:rotate(36deg);transform:rotate(36deg)}.c100.p11 .bar{-webkit-transform:rotate(39.6deg);-moz-transform:rotate(39.6deg);-ms-transform:rotate(39.6deg);-o-transform:rotate(39.6deg);transform:rotate(39.6deg)}.c100.p12 .bar{-webkit-transform:rotate(43.2deg);-moz-transform:rotate(43.2deg);-ms-transform:rotate(43.2deg);-o-transform:rotate(43.2deg);transform:rotate(43.2deg)}.c100.p13 .bar{-webkit-transform:rotate(46.8deg);-moz-transform:rotate(46.8deg);-ms-transform:rotate(46.8deg);-o-transform:rotate(46.8deg);transform:rotate(46.8deg)}.c100.p14 .bar{-webkit-transform:rotate(50.4deg);-moz-transform:rotate(50.4deg);-ms-transform:rotate(50.4deg);-o-transform:rotate(50.4deg);transform:rotate(50.4deg)}.c100.p15 .bar{-webkit-transform:rotate(54deg);-moz-transform:rotate(54deg);-ms-transform:rotate(54deg);-o-transform:rotate(54deg);transform:rotate(54deg)}.c100.p16 .bar{-webkit-transform:rotate(57.6deg);-moz-transform:rotate(57.6deg);-ms-transform:rotate(57.6deg);-o-transform:rotate(57.6deg);transform:rotate(57.6deg)}.c100.p17 .bar{-webkit-transform:rotate(61.2deg);-moz-transform:rotate(61.2deg);-ms-transform:rotate(61.2deg);-o-transform:rotate(61.2deg);transform:rotate(61.2deg)}.c100.p18 .bar{-webkit-transform:rotate(64.8deg);-moz-transform:rotate(64.8deg);-ms-transform:rotate(64.8deg);-o-transform:rotate(64.8deg);transform:rotate(64.8deg)}.c100.p19 .bar{-webkit-transform:rotate(68.4deg);-moz-transform:rotate(68.4deg);-ms-transform:rotate(68.4deg);-o-transform:rotate(68.4deg);transform:rotate(68.4deg)}.c100.p20 .bar{-webkit-transform:rotate(72deg);-moz-transform:rotate(72deg);-ms-transform:rotate(72deg);-o-transform:rotate(72deg);transform:rotate(72deg)}.c100.p21 .bar{-webkit-transform:rotate(75.6deg);-moz-transform:rotate(75.6deg);-ms-transform:rotate(75.6deg);-o-transform:rotate(75.6deg);transform:rotate(75.6deg)}.c100.p22 .bar{-webkit-transform:rotate(79.2deg);-moz-transform:rotate(79.2deg);-ms-transform:rotate(79.2deg);-o-transform:rotate(79.2deg);transform:rotate(79.2deg)}.c100.p23 .bar{-webkit-transform:rotate(82.8deg);-moz-transform:rotate(82.8deg);-ms-transform:rotate(82.8deg);-o-transform:rotate(82.8deg);transform:rotate(82.8deg)}.c100.p24 .bar{-webkit-transform:rotate(86.4deg);-moz-transform:rotate(86.4deg);-ms-transform:rotate(86.4deg);-o-transform:rotate(86.4deg);transform:rotate(86.4deg)}.c100.p25 .bar{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.c100.p26 .bar{-webkit-transform:rotate(93.6deg);-moz-transform:rotate(93.6deg);-ms-transform:rotate(93.6deg);-o-transform:rotate(93.6deg);transform:rotate(93.6deg)}.c100.p27 .bar{-webkit-transform:rotate(97.2deg);-moz-transform:rotate(97.2deg);-ms-transform:rotate(97.2deg);-o-transform:rotate(97.2deg);transform:rotate(97.2deg)}.c100.p28 .bar{-webkit-transform:rotate(100.8deg);-moz-transform:rotate(100.8deg);-ms-transform:rotate(100.8deg);-o-transform:rotate(100.8deg);transform:rotate(100.8deg)}.c100.p29 .bar{-webkit-transform:rotate(104.4deg);-moz-transform:rotate(104.4deg);-ms-transform:rotate(104.4deg);-o-transform:rotate(104.4deg);transform:rotate(104.4deg)}.c100.p30 .bar{-webkit-transform:rotate(108deg);-moz-transform:rotate(108deg);-ms-transform:rotate(108deg);-o-transform:rotate(108deg);transform:rotate(108deg)}.c100.p31 .bar{-webkit-transform:rotate(111.6deg);-moz-transform:rotate(111.6deg);-ms-transform:rotate(111.6deg);-o-transform:rotate(111.6deg);transform:rotate(111.6deg)}.c100.p32 .bar{-webkit-transform:rotate(115.2deg);-moz-transform:rotate(115.2deg);-ms-transform:rotate(115.2deg);-o-transform:rotate(115.2deg);transform:rotate(115.2deg)}.c100.p33 .bar{-webkit-transform:rotate(118.8deg);-moz-transform:rotate(118.8deg);-ms-transform:rotate(118.8deg);-o-transform:rotate(118.8deg);transform:rotate(118.8deg)}.c100.p34 .bar{-webkit-transform:rotate(122.4deg);-moz-transform:rotate(122.4deg);-ms-transform:rotate(122.4deg);-o-transform:rotate(122.4deg);transform:rotate(122.4deg)}.c100.p35 .bar{-webkit-transform:rotate(126deg);-moz-transform:rotate(126deg);-ms-transform:rotate(126deg);-o-transform:rotate(126deg);transform:rotate(126deg)}.c100.p36 .bar{-webkit-transform:rotate(129.6deg);-moz-transform:rotate(129.6deg);-ms-transform:rotate(129.6deg);-o-transform:rotate(129.6deg);transform:rotate(129.6deg)}.c100.p37 .bar{-webkit-transform:rotate(133.2deg);-moz-transform:rotate(133.2deg);-ms-transform:rotate(133.2deg);-o-transform:rotate(133.2deg);transform:rotate(133.2deg)}.c100.p38 .bar{-webkit-transform:rotate(136.8deg);-moz-transform:rotate(136.8deg);-ms-transform:rotate(136.8deg);-o-transform:rotate(136.8deg);transform:rotate(136.8deg)}.c100.p39 .bar{-webkit-transform:rotate(140.4deg);-moz-transform:rotate(140.4deg);-ms-transform:rotate(140.4deg);-o-transform:rotate(140.4deg);transform:rotate(140.4deg)}.c100.p40 .bar{-webkit-transform:rotate(144deg);-moz-transform:rotate(144deg);-ms-transform:rotate(144deg);-o-transform:rotate(144deg);transform:rotate(144deg)}.c100.p41 .bar{-webkit-transform:rotate(147.6deg);-moz-transform:rotate(147.6deg);-ms-transform:rotate(147.6deg);-o-transform:rotate(147.6deg);transform:rotate(147.6deg)}.c100.p42 .bar{-webkit-transform:rotate(151.2deg);-moz-transform:rotate(151.2deg);-ms-transform:rotate(151.2deg);-o-transform:rotate(151.2deg);transform:rotate(151.2deg)}.c100.p43 .bar{-webkit-transform:rotate(154.8deg);-moz-transform:rotate(154.8deg);-ms-transform:rotate(154.8deg);-o-transform:rotate(154.8deg);transform:rotate(154.8deg)}.c100.p44 .bar{-webkit-transform:rotate(158.4deg);-moz-transform:rotate(158.4deg);-ms-transform:rotate(158.4deg);-o-transform:rotate(158.4deg);transform:rotate(158.4deg)}.c100.p45 .bar{-webkit-transform:rotate(162deg);-moz-transform:rotate(162deg);-ms-transform:rotate(162deg);-o-transform:rotate(162deg);transform:rotate(162deg)}.c100.p46 .bar{-webkit-transform:rotate(165.6deg);-moz-transform:rotate(165.6deg);-ms-transform:rotate(165.6deg);-o-transform:rotate(165.6deg);transform:rotate(165.6deg)}.c100.p47 .bar{-webkit-transform:rotate(169.2deg);-moz-transform:rotate(169.2deg);-ms-transform:rotate(169.2deg);-o-transform:rotate(169.2deg);transform:rotate(169.2deg)}.c100.p48 .bar{-webkit-transform:rotate(172.8deg);-moz-transform:rotate(172.8deg);-ms-transform:rotate(172.8deg);-o-transform:rotate(172.8deg);transform:rotate(172.8deg)}.c100.p49 .bar{-webkit-transform:rotate(176.4deg);-moz-transform:rotate(176.4deg);-ms-transform:rotate(176.4deg);-o-transform:rotate(176.4deg);transform:rotate(176.4deg)}.c100.p50 .bar{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.c100.p51 .bar{-webkit-transform:rotate(183.6deg);-moz-transform:rotate(183.6deg);-ms-transform:rotate(183.6deg);-o-transform:rotate(183.6deg);transform:rotate(183.6deg)}.c100.p52 .bar{-webkit-transform:rotate(187.2deg);-moz-transform:rotate(187.2deg);-ms-transform:rotate(187.2deg);-o-transform:rotate(187.2deg);transform:rotate(187.2deg)}.c100.p53 .bar{-webkit-transform:rotate(190.8deg);-moz-transform:rotate(190.8deg);-ms-transform:rotate(190.8deg);-o-transform:rotate(190.8deg);transform:rotate(190.8deg)}.c100.p54 .bar{-webkit-transform:rotate(194.4deg);-moz-transform:rotate(194.4deg);-ms-transform:rotate(194.4deg);-o-transform:rotate(194.4deg);transform:rotate(194.4deg)}.c100.p55 .bar{-webkit-transform:rotate(198deg);-moz-transform:rotate(198deg);-ms-transform:rotate(198deg);-o-transform:rotate(198deg);transform:rotate(198deg)}.c100.p56 .bar{-webkit-transform:rotate(201.6deg);-moz-transform:rotate(201.6deg);-ms-transform:rotate(201.6deg);-o-transform:rotate(201.6deg);transform:rotate(201.6deg)}.c100.p57 .bar{-webkit-transform:rotate(205.2deg);-moz-transform:rotate(205.2deg);-ms-transform:rotate(205.2deg);-o-transform:rotate(205.2deg);transform:rotate(205.2deg)}.c100.p58 .bar{-webkit-transform:rotate(208.8deg);-moz-transform:rotate(208.8deg);-ms-transform:rotate(208.8deg);-o-transform:rotate(208.8deg);transform:rotate(208.8deg)}.c100.p59 .bar{-webkit-transform:rotate(212.4deg);-moz-transform:rotate(212.4deg);-ms-transform:rotate(212.4deg);-o-transform:rotate(212.4deg);transform:rotate(212.4deg)}.c100.p60 .bar{-webkit-transform:rotate(216deg);-moz-transform:rotate(216deg);-ms-transform:rotate(216deg);-o-transform:rotate(216deg);transform:rotate(216deg)}.c100.p61 .bar{-webkit-transform:rotate(219.6deg);-moz-transform:rotate(219.6deg);-ms-transform:rotate(219.6deg);-o-transform:rotate(219.6deg);transform:rotate(219.6deg)}.c100.p62 .bar{-webkit-transform:rotate(223.2deg);-moz-transform:rotate(223.2deg);-ms-transform:rotate(223.2deg);-o-transform:rotate(223.2deg);transform:rotate(223.2deg)}.c100.p63 .bar{-webkit-transform:rotate(226.8deg);-moz-transform:rotate(226.8deg);-ms-transform:rotate(226.8deg);-o-transform:rotate(226.8deg);transform:rotate(226.8deg)}.c100.p64 .bar{-webkit-transform:rotate(230.4deg);-moz-transform:rotate(230.4deg);-ms-transform:rotate(230.4deg);-o-transform:rotate(230.4deg);transform:rotate(230.4deg)}.c100.p65 .bar{-webkit-transform:rotate(234deg);-moz-transform:rotate(234deg);-ms-transform:rotate(234deg);-o-transform:rotate(234deg);transform:rotate(234deg)}.c100.p66 .bar{-webkit-transform:rotate(237.6deg);-moz-transform:rotate(237.6deg);-ms-transform:rotate(237.6deg);-o-transform:rotate(237.6deg);transform:rotate(237.6deg)}.c100.p67 .bar{-webkit-transform:rotate(241.2deg);-moz-transform:rotate(241.2deg);-ms-transform:rotate(241.2deg);-o-transform:rotate(241.2deg);transform:rotate(241.2deg)}.c100.p68 .bar{-webkit-transform:rotate(244.8deg);-moz-transform:rotate(244.8deg);-ms-transform:rotate(244.8deg);-o-transform:rotate(244.8deg);transform:rotate(244.8deg)}.c100.p69 .bar{-webkit-transform:rotate(248.4deg);-moz-transform:rotate(248.4deg);-ms-transform:rotate(248.4deg);-o-transform:rotate(248.4deg);transform:rotate(248.4deg)}.c100.p70 .bar{-webkit-transform:rotate(252deg);-moz-transform:rotate(252deg);-ms-transform:rotate(252deg);-o-transform:rotate(252deg);transform:rotate(252deg)}.c100.p71 .bar{-webkit-transform:rotate(255.6deg);-moz-transform:rotate(255.6deg);-ms-transform:rotate(255.6deg);-o-transform:rotate(255.6deg);transform:rotate(255.6deg)}.c100.p72 .bar{-webkit-transform:rotate(259.2deg);-moz-transform:rotate(259.2deg);-ms-transform:rotate(259.2deg);-o-transform:rotate(259.2deg);transform:rotate(259.2deg)}.c100.p73 .bar{-webkit-transform:rotate(262.8deg);-moz-transform:rotate(262.8deg);-ms-transform:rotate(262.8deg);-o-transform:rotate(262.8deg);transform:rotate(262.8deg)}.c100.p74 .bar{-webkit-transform:rotate(266.4deg);-moz-transform:rotate(266.4deg);-ms-transform:rotate(266.4deg);-o-transform:rotate(266.4deg);transform:rotate(266.4deg)}.c100.p75 .bar{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.c100.p76 .bar{-webkit-transform:rotate(273.6deg);-moz-transform:rotate(273.6deg);-ms-transform:rotate(273.6deg);-o-transform:rotate(273.6deg);transform:rotate(273.6deg)}.c100.p77 .bar{-webkit-transform:rotate(277.2deg);-moz-transform:rotate(277.2deg);-ms-transform:rotate(277.2deg);-o-transform:rotate(277.2deg);transform:rotate(277.2deg)}.c100.p78 .bar{-webkit-transform:rotate(280.8deg);-moz-transform:rotate(280.8deg);-ms-transform:rotate(280.8deg);-o-transform:rotate(280.8deg);transform:rotate(280.8deg)}.c100.p79 .bar{-webkit-transform:rotate(284.4deg);-moz-transform:rotate(284.4deg);-ms-transform:rotate(284.4deg);-o-transform:rotate(284.4deg);transform:rotate(284.4deg)}.c100.p80 .bar{-webkit-transform:rotate(288deg);-moz-transform:rotate(288deg);-ms-transform:rotate(288deg);-o-transform:rotate(288deg);transform:rotate(288deg)}.c100.p81 .bar{-webkit-transform:rotate(291.6deg);-moz-transform:rotate(291.6deg);-ms-transform:rotate(291.6deg);-o-transform:rotate(291.6deg);transform:rotate(291.6deg)}.c100.p82 .bar{-webkit-transform:rotate(295.2deg);-moz-transform:rotate(295.2deg);-ms-transform:rotate(295.2deg);-o-transform:rotate(295.2deg);transform:rotate(295.2deg)}.c100.p83 .bar{-webkit-transform:rotate(298.8deg);-moz-transform:rotate(298.8deg);-ms-transform:rotate(298.8deg);-o-transform:rotate(298.8deg);transform:rotate(298.8deg)}.c100.p84 .bar{-webkit-transform:rotate(302.4deg);-moz-transform:rotate(302.4deg);-ms-transform:rotate(302.4deg);-o-transform:rotate(302.4deg);transform:rotate(302.4deg)}.c100.p85 .bar{-webkit-transform:rotate(306deg);-moz-transform:rotate(306deg);-ms-transform:rotate(306deg);-o-transform:rotate(306deg);transform:rotate(306deg)}.c100.p86 .bar{-webkit-transform:rotate(309.6deg);-moz-transform:rotate(309.6deg);-ms-transform:rotate(309.6deg);-o-transform:rotate(309.6deg);transform:rotate(309.6deg)}.c100.p87 .bar{-webkit-transform:rotate(313.2deg);-moz-transform:rotate(313.2deg);-ms-transform:rotate(313.2deg);-o-transform:rotate(313.2deg);transform:rotate(313.2deg)}.c100.p88 .bar{-webkit-transform:rotate(316.8deg);-moz-transform:rotate(316.8deg);-ms-transform:rotate(316.8deg);-o-transform:rotate(316.8deg);transform:rotate(316.8deg)}.c100.p89 .bar{-webkit-transform:rotate(320.4deg);-moz-transform:rotate(320.4deg);-ms-transform:rotate(320.4deg);-o-transform:rotate(320.4deg);transform:rotate(320.4deg)}.c100.p90 .bar{-webkit-transform:rotate(324deg);-moz-transform:rotate(324deg);-ms-transform:rotate(324deg);-o-transform:rotate(324deg);transform:rotate(324deg)}.c100.p91 .bar{-webkit-transform:rotate(327.6deg);-moz-transform:rotate(327.6deg);-ms-transform:rotate(327.6deg);-o-transform:rotate(327.6deg);transform:rotate(327.6deg)}.c100.p92 .bar{-webkit-transform:rotate(331.2deg);-moz-transform:rotate(331.2deg);-ms-transform:rotate(331.2deg);-o-transform:rotate(331.2deg);transform:rotate(331.2deg)}.c100.p93 .bar{-webkit-transform:rotate(334.8deg);-moz-transform:rotate(334.8deg);-ms-transform:rotate(334.8deg);-o-transform:rotate(334.8deg);transform:rotate(334.8deg)}.c100.p94 .bar{-webkit-transform:rotate(338.4deg);-moz-transform:rotate(338.4deg);-ms-transform:rotate(338.4deg);-o-transform:rotate(338.4deg);transform:rotate(338.4deg)}.c100.p95 .bar{-webkit-transform:rotate(342deg);-moz-transform:rotate(342deg);-ms-transform:rotate(342deg);-o-transform:rotate(342deg);transform:rotate(342deg)}.c100.p96 .bar{-webkit-transform:rotate(345.6deg);-moz-transform:rotate(345.6deg);-ms-transform:rotate(345.6deg);-o-transform:rotate(345.6deg);transform:rotate(345.6deg)}.c100.p97 .bar{-webkit-transform:rotate(349.2deg);-moz-transform:rotate(349.2deg);-ms-transform:rotate(349.2deg);-o-transform:rotate(349.2deg);transform:rotate(349.2deg)}.c100.p98 .bar{-webkit-transform:rotate(352.8deg);-moz-transform:rotate(352.8deg);-ms-transform:rotate(352.8deg);-o-transform:rotate(352.8deg);transform:rotate(352.8deg)}.c100.p99 .bar{-webkit-transform:rotate(356.4deg);-moz-transform:rotate(356.4deg);-ms-transform:rotate(356.4deg);-o-transform:rotate(356.4deg);transform:rotate(356.4deg)}.c100.p100 .bar{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}.c100:hover{cursor:default}.c100:hover>span{width:100%;line-height:1em;padding-top:1.5em;font-size:0.2em;color:#307bbb}.c100:hover>span span{font-size:13px;color:#959fa3}.c100:hover:after{top:0.04em;left:0.04em;width:0.92em;height:0.92em}.c100.dark{background-color:#777777}.c100.dark .bar,.c100.dark .fill{border-color:#c6ff00 !important}.c100.dark>span{color:#777777}.c100.dark:after{background-color:#666666}.c100.dark:hover>span{color:#c6ff00}.c100.green .bar,.c100.green .fill{border-color:#4db53c !important}.c100.green:hover>span{color:#4db53c}.c100.green.dark .bar,.c100.green.dark .fill{border-color:#5fd400 !important}.c100.green.dark:hover>span{color:#5fd400}.c100.orange .bar,.c100.orange .fill{border-color:#dd9d22 !important}.c100.orange:hover>span{color:#dd9d22}.c100.orange.dark .bar,.c100.orange.dark .fill{border-color:#e08833 !important}.c100.orange.dark:hover>span{color:#e08833}.sidebar-promoted-sportbook{margin-bottom:40px}.sidebar-promoted-sportbook img{margin:0 auto;border-radius:3px;border-bottom:3px solid #d72429}.promoted-sportsbook-banner{display:block;margin:30px auto;text-align:center}.promoted-sportsbook-banner img{max-width:100%}.promoted-sportsbook-table{min-width:600px}.promoted-sportsbook-table td{height:70px;padding-top:0;padding-bottom:0}.promoted-sportsbook-table td a:not(.bet-now){color:#1f2426}.promoted-sportsbook-table td a.bet-now{color:#fff;width:120px;height:30px;font-size:11px;display:flex;align-items:center;justify-content:center;margin:auto;border-radius:2px}.promoted-sportsbook-table td a.bet-now:hover{text-decoration:none}.promoted-sportsbook-table__bonus a{font-weight:bold;font-family:"Lato Bold"}.promoted-sportsbook-table__logo{min-width:120px;width:120px;height:auto}main.sportsbooks-page{padding:0}main.sportsbooks-page p a{font-family:"Lato Regular"}main.sportsbooks-page .review-ranking-description p{font-family:"Lato Bold";margin-bottom:24px}@media only screen and (min-width: 769px){div.review-ranking-title h1{text-align:center}}@media only screen and (min-width: 768px){main.sportsbooks-page{padding-left:9px;padding-right:9px}}@media only screen and (min-width: 1200px){main.sportsbooks-page{padding-left:0px;padding-right:0px}}.table{overflow-x:visible;overflow-y:visible}.overview-content{margin-bottom:40px}.overview-content h2,.overview-content h3,.overview-content .related-post-details .related-title,.related-post-details .overview-content .related-title,.overview-content h4,.overview-content h5,.overview-content article.container .sidebar-related .sidebar-title,article.container .sidebar-related .overview-content .sidebar-title,.overview-content .sidebar-title,.overview-content .schedule-listing .schedule-listing-date,.schedule-listing .overview-content .schedule-listing-date,.overview-content .schedule-page .schedule-listing-date,.schedule-page .overview-content .schedule-listing-date,.overview-content h6{margin-top:40px;margin-bottom:10px}.overview-content h2+h3,.overview-content .related-post-details h2+.related-title,.related-post-details .overview-content h2+.related-title{margin-top:0px}.overview-content h2{border-bottom:2px solid #d72429}.sidebar-about>div{margin-bottom:50px}.sidebar-about>div:last-child{margin-bottom:0}.sidebar-about p{padding:20px 0 16px 0;margin:0px}.sidebar-about .quotee{font-family:"Lato Bold";font-weight:bold}@media screen and (max-width: 1200px){.sidebar-about .pullquote:last-child .sidebar-about-custom-quote{margin-bottom:60px}}@media only screen and (max-width: 767px){.sidebar-about p{padding-top:0}}.page-template-template-content-hub .schedule>.col-md-8{padding-right:40px}.page-template-template-content-hub .schedule>aside.col-md-4{margin-top:0px}.schedule{padding:30px 0}.schedule div h2{margin-bottom:30px}.schedule div div h4{color:#2a2f31;font-size:12px;margin-bottom:14px;text-transform:uppercase}.schedule .sidebar-reivews .review-title{margin-top:0px}@media only screen and (max-width: 480px){.nfl-football-betting .schedule>.col-md-8{padding-right:15px}.nfl-football-betting .schedule>aside.col-md-4{padding-left:15px}.nfl-football-betting .content aside{margin-top:0px}}@media only screen and (min-width: 1280px){.dropdown .dropdown-menu{-webkit-transition:max-height 0.15s, opacity 0.15s 0.05s;-moz-transition:max-height 0.15s, opacity 0.15s 0.05s;-ms-transition:max-height 0.15s, opacity 0.15s 0.05s;-o-transition:max-height 0.15s, opacity 0.15s 0.05s;transition:max-height 0.15s, opacity 0.15s 0.05s;max-height:0;display:block;overflow:hidden;opacity:0;visibility:hidden}.dropdown.open .dropdown-menu,.dropdown:hover .dropdown-menu{-webkit-transition:max-height 0.15s, opacity 0.15s 0.05s, visibility 0s;-moz-transition:max-height 0.15s, opacity 0.15s 0.05s, visibility 0s;-ms-transition:max-height 0.15s, opacity 0.15s 0.05s, visibility 0s;-o-transition:max-height 0.15s, opacity 0.15s 0.05s, visibility 0s;transition:max-height 0.15s, opacity 0.15s 0.05s, visibility 0s;max-height:700px;opacity:1;visibility:visible}}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;margin:50px 0}@media only screen and (max-width: 767px){.video-container{margin:40px 0}}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.NBADefault,.NFLDefault,.NCAADefault,.MLBDefault,.NHLDefault,.NCAAFDefault,.base-team-color{background:#000000 !important}.NBADefault .gradient-home,.NFLDefault .gradient-home,.NCAADefault .gradient-home,.MLBDefault .gradient-home,.NHLDefault .gradient-home,.NCAAFDefault .gradient-home,.base-team-color .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%)}.NBADefault .gradient-away,.NFLDefault .gradient-away,.NCAADefault .gradient-away,.MLBDefault .gradient-away,.NHLDefault .gradient-away,.NCAAFDefault .gradient-away,.base-team-color .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBADefault .gradient-home,.NBADefault .gradient-away,.NFLDefault .gradient-home,.NFLDefault .gradient-away,.NCAADefault .gradient-home,.NCAADefault .gradient-away,.MLBDefault .gradient-home,.MLBDefault .gradient-away,.NHLDefault .gradient-home,.NHLDefault .gradient-away,.NCAAFDefault .gradient-home,.NCAAFDefault .gradient-away,.base-team-color .gradient-home,.base-team-color .gradient-away{height:240px}}.NBADefault span,.NFLDefault span,.NCAADefault span,.MLBDefault span,.NHLDefault span,.NCAAFDefault span,.base-team-color span{font-size:15px}.NFL_CHI{background:#051C2C !important}.NFL_CHI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #051C2C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #051C2C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #051C2C 0%, rgba(0,0,0,0) 60%)}.NFL_CHI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #051C2C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #051C2C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #051C2C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_CHI .gradient-home,.NFL_CHI .gradient-away{height:240px}}.NFL_GB{background:#183028 !important}.NFL_GB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #183028 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #183028 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #183028 0%, rgba(0,0,0,0) 60%)}.NFL_GB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #183028 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #183028 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #183028 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_GB .gradient-home,.NFL_GB .gradient-away{height:240px}}.NFL_NYG{background:#001E62 !important}.NFL_NYG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #001E62 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #001E62 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #001E62 0%, rgba(0,0,0,0) 60%)}.NFL_NYG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #001E62 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #001E62 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #001E62 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_NYG .gradient-home,.NFL_NYG .gradient-away{height:240px}}.NFL_DET{background:#0069B1 !important}.NFL_DET .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0069B1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0069B1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0069B1 0%, rgba(0,0,0,0) 60%)}.NFL_DET .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0069B1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0069B1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0069B1 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_DET .gradient-home,.NFL_DET .gradient-away{height:240px}}.NFL_WAS{background:#862633 !important}.NFL_WAS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #862633 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #862633 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #862633 0%, rgba(0,0,0,0) 60%)}.NFL_WAS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #862633 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #862633 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #862633 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_WAS .gradient-home,.NFL_WAS .gradient-away{height:240px}}.NFL_PHI{background:#004C54 !important}.NFL_PHI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004C54 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004C54 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004C54 0%, rgba(0,0,0,0) 60%)}.NFL_PHI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004C54 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004C54 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004C54 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_PHI .gradient-home,.NFL_PHI .gradient-away{height:240px}}.NFL_PIT{background:#FFB612 !important}.NFL_PIT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFB612 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFB612 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFB612 0%, rgba(0,0,0,0) 60%)}.NFL_PIT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFB612 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFB612 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFB612 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_PIT .gradient-home,.NFL_PIT .gradient-away{height:240px}}.NFL_LAR{background:#866D4B !important}.NFL_LAR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #866D4B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #866D4B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #866D4B 0%, rgba(0,0,0,0) 60%)}.NFL_LAR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #866D4B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #866D4B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #866D4B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_LAR .gradient-home,.NFL_LAR .gradient-away{height:240px}}.NFL_SF{background:#85714D !important}.NFL_SF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #85714D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #85714D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #85714D 0%, rgba(0,0,0,0) 60%)}.NFL_SF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #85714D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #85714D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #85714D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_SF .gradient-home,.NFL_SF .gradient-away{height:240px}}.NFL_CLE{background:#382F2D !important}.NFL_CLE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #382F2D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #382F2D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #382F2D 0%, rgba(0,0,0,0) 60%)}.NFL_CLE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #382F2D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #382F2D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #382F2D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_CLE .gradient-home,.NFL_CLE .gradient-away{height:240px}}.NFL_IND{background:#003A70 !important}.NFL_IND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003A70 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003A70 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003A70 0%, rgba(0,0,0,0) 60%)}.NFL_IND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003A70 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003A70 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003A70 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_IND .gradient-home,.NFL_IND .gradient-away{height:240px}}.NFL_DAL{background:#041E42 !important}.NFL_DAL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #041E42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #041E42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #041E42 0%, rgba(0,0,0,0) 60%)}.NFL_DAL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #041E42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #041E42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #041E42 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_DAL .gradient-home,.NFL_DAL .gradient-away{height:240px}}.NFL_KC{background:#C8102E !important}.NFL_KC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%)}.NFL_KC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_KC .gradient-home,.NFL_KC .gradient-away{height:240px}}.NFL_LAC{background:#0072CE !important}.NFL_LAC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0072CE 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0072CE 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0072CE 0%, rgba(0,0,0,0) 60%)}.NFL_LAC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0072CE 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0072CE 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0072CE 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_LAC .gradient-home,.NFL_LAC .gradient-away{height:240px}}.NFL_DEN{background:#FC4C02 !important}.NFL_DEN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FC4C02 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FC4C02 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FC4C02 0%, rgba(0,0,0,0) 60%)}.NFL_DEN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FC4C02 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FC4C02 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FC4C02 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_DEN .gradient-home,.NFL_DEN .gradient-away{height:240px}}.NFL_NYJ{background:#2A433A !important}.NFL_NYJ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #2A433A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #2A433A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #2A433A 0%, rgba(0,0,0,0) 60%)}.NFL_NYJ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #2A433A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #2A433A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #2A433A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_NYJ .gradient-home,.NFL_NYJ .gradient-away{height:240px}}.NFL_NE{background:#0C2340 !important}.NFL_NE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0C2340 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0C2340 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0C2340 0%, rgba(0,0,0,0) 60%)}.NFL_NE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0C2340 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0C2340 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0C2340 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_NE .gradient-home,.NFL_NE .gradient-away{height:240px}}.NFL_OAK{background:#101820 !important}.NFL_OAK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #101820 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #101820 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #101820 0%, rgba(0,0,0,0) 60%)}.NFL_OAK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #101820 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #101820 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #101820 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_OAK .gradient-home,.NFL_OAK .gradient-away{height:240px}}.NFL_TEN{background:#418FDE !important}.NFL_TEN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #418FDE 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #418FDE 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #418FDE 0%, rgba(0,0,0,0) 60%)}.NFL_TEN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #418FDE 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #418FDE 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #418FDE 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_TEN .gradient-home,.NFL_TEN .gradient-away{height:240px}}.NFL_BUF{background:#00338D !important}.NFL_BUF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00338D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00338D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00338D 0%, rgba(0,0,0,0) 60%)}.NFL_BUF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00338D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00338D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00338D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_BUF .gradient-home,.NFL_BUF .gradient-away{height:240px}}.NFL_MIN{background:#4F2683 !important}.NFL_MIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4F2683 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4F2683 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4F2683 0%, rgba(0,0,0,0) 60%)}.NFL_MIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4F2683 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4F2683 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4F2683 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_MIN .gradient-home,.NFL_MIN .gradient-away{height:240px}}.NFL_ATL{background:#A6192E !important}.NFL_ATL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A6192E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A6192E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A6192E 0%, rgba(0,0,0,0) 60%)}.NFL_ATL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A6192E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A6192E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A6192E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_ATL .gradient-home,.NFL_ATL .gradient-away{height:240px}}.NFL_MIA{background:#008E97 !important}.NFL_MIA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #008E97 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #008E97 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #008E97 0%, rgba(0,0,0,0) 60%)}.NFL_MIA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #008E97 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #008E97 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #008E97 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_MIA .gradient-home,.NFL_MIA .gradient-away{height:240px}}.NFL_NO{background:#D3BC8D !important}.NFL_NO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D3BC8D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D3BC8D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D3BC8D 0%, rgba(0,0,0,0) 60%)}.NFL_NO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D3BC8D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D3BC8D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D3BC8D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_NO .gradient-home,.NFL_NO .gradient-away{height:240px}}.NFL_CIN{background:#FC4C02 !important}.NFL_CIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FC4C02 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FC4C02 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FC4C02 0%, rgba(0,0,0,0) 60%)}.NFL_CIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FC4C02 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FC4C02 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FC4C02 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_CIN .gradient-home,.NFL_CIN .gradient-away{height:240px}}.NFL_SEA{background:#69BE28 !important}.NFL_SEA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #69BE28 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #69BE28 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #69BE28 0%, rgba(0,0,0,0) 60%)}.NFL_SEA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #69BE28 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #69BE28 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #69BE28 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_SEA .gradient-home,.NFL_SEA .gradient-away{height:240px}}.NFL_TB{background:#C42C20 !important}.NFL_TB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C42C20 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C42C20 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C42C20 0%, rgba(0,0,0,0) 60%)}.NFL_TB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C42C20 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C42C20 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C42C20 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_TB .gradient-home,.NFL_TB .gradient-away{height:240px}}.NFL_CAR{background:#0085CA !important}.NFL_CAR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0085CA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0085CA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0085CA 0%, rgba(0,0,0,0) 60%)}.NFL_CAR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0085CA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0085CA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0085CA 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_CAR .gradient-home,.NFL_CAR .gradient-away{height:240px}}.NFL_JAC{background:#006073 !important}.NFL_JAC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006073 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006073 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006073 0%, rgba(0,0,0,0) 60%)}.NFL_JAC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006073 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006073 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006073 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_JAC .gradient-home,.NFL_JAC .gradient-away{height:240px}}.NFL_BAL{background:#241773 !important}.NFL_BAL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #241773 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #241773 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #241773 0%, rgba(0,0,0,0) 60%)}.NFL_BAL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #241773 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #241773 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #241773 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_BAL .gradient-home,.NFL_BAL .gradient-away{height:240px}}.NFL_ARI{background:#8A052D !important}.NFL_ARI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8A052D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8A052D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8A052D 0%, rgba(0,0,0,0) 60%)}.NFL_ARI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8A052D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8A052D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8A052D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_ARI .gradient-home,.NFL_ARI .gradient-away{height:240px}}.NFL_HOU{background:#03202F !important}.NFL_HOU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #03202F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #03202F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #03202F 0%, rgba(0,0,0,0) 60%)}.NFL_HOU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #03202F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #03202F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #03202F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NFL_HOU .gradient-home,.NFL_HOU .gradient-away{height:240px}}.NBA_ATL{background:#E03A3E !important}.NBA_ATL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E03A3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E03A3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E03A3E 0%, rgba(0,0,0,0) 60%)}.NBA_ATL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E03A3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E03A3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E03A3E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_ATL .gradient-home,.NBA_ATL .gradient-away{height:240px}}.NBA_BOS{background:#008248 !important}.NBA_BOS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #008248 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #008248 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #008248 0%, rgba(0,0,0,0) 60%)}.NBA_BOS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #008248 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #008248 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #008248 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_BOS .gradient-home,.NBA_BOS .gradient-away{height:240px}}.NBA_BK{background:#000000 !important}.NBA_BK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%)}.NBA_BK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_BK .gradient-home,.NBA_BK .gradient-away{height:240px}}.NBA_CHA{background:#1D1160 !important}.NBA_CHA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1D1160 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1D1160 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1D1160 0%, rgba(0,0,0,0) 60%)}.NBA_CHA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1D1160 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1D1160 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1D1160 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_CHA .gradient-home,.NBA_CHA .gradient-away{height:240px}}.NBA_CHI{background:#CE1141 !important}.NBA_CHI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CE1141 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CE1141 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CE1141 0%, rgba(0,0,0,0) 60%)}.NBA_CHI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CE1141 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CE1141 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CE1141 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_CHI .gradient-home,.NBA_CHI .gradient-away{height:240px}}.NBA_CLE{background:#6F2633 !important}.NBA_CLE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6F2633 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6F2633 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6F2633 0%, rgba(0,0,0,0) 60%)}.NBA_CLE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6F2633 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6F2633 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6F2633 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_CLE .gradient-home,.NBA_CLE .gradient-away{height:240px}}.NBA_DAL{background:#007DC5 !important}.NBA_DAL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #007DC5 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #007DC5 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #007DC5 0%, rgba(0,0,0,0) 60%)}.NBA_DAL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #007DC5 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #007DC5 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #007DC5 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_DAL .gradient-home,.NBA_DAL .gradient-away{height:240px}}.NBA_DEN{background:#0E2240 !important}.NBA_DEN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0E2240 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0E2240 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0E2240 0%, rgba(0,0,0,0) 60%)}.NBA_DEN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0E2240 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0E2240 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0E2240 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_DEN .gradient-home,.NBA_DEN .gradient-away{height:240px}}.NBA_DET{background:#E01E38 !important}.NBA_DET .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E01E38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E01E38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E01E38 0%, rgba(0,0,0,0) 60%)}.NBA_DET .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E01E38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E01E38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E01E38 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_DET .gradient-home,.NBA_DET .gradient-away{height:240px}}.NBA_GS{background:#243E90 !important}.NBA_GS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #243E90 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #243E90 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #243E90 0%, rgba(0,0,0,0) 60%)}.NBA_GS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #243E90 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #243E90 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #243E90 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_GS .gradient-home,.NBA_GS .gradient-away{height:240px}}.NBA_HOU{background:#CE1141 !important}.NBA_HOU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CE1141 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CE1141 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CE1141 0%, rgba(0,0,0,0) 60%)}.NBA_HOU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CE1141 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CE1141 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CE1141 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_HOU .gradient-home,.NBA_HOU .gradient-away{height:240px}}.NBA_IND{background:#002D62 !important}.NBA_IND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002D62 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002D62 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002D62 0%, rgba(0,0,0,0) 60%)}.NBA_IND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002D62 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002D62 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002D62 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_IND .gradient-home,.NBA_IND .gradient-away{height:240px}}.NBA_LAL{background:#552583 !important}.NBA_LAL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #552583 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #552583 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #552583 0%, rgba(0,0,0,0) 60%)}.NBA_LAL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #552583 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #552583 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #552583 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_LAL .gradient-home,.NBA_LAL .gradient-away{height:240px}}.NBA_LAC{background:#ED174C !important}.NBA_LAC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #ED174C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #ED174C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #ED174C 0%, rgba(0,0,0,0) 60%)}.NBA_LAC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #ED174C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #ED174C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #ED174C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_LAC .gradient-home,.NBA_LAC .gradient-away{height:240px}}.NBA_MEM{background:#B8CFE9 !important}.NBA_MEM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B8CFE9 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B8CFE9 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B8CFE9 0%, rgba(0,0,0,0) 60%)}.NBA_MEM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B8CFE9 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B8CFE9 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B8CFE9 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_MEM .gradient-home,.NBA_MEM .gradient-away{height:240px}}.NBA_MIA{background:#98002E !important}.NBA_MIA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #98002E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #98002E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #98002E 0%, rgba(0,0,0,0) 60%)}.NBA_MIA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #98002E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #98002E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #98002E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_MIA .gradient-home,.NBA_MIA .gradient-away{height:240px}}.NBA_MIL{background:#00471B !important}.NBA_MIL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00471B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00471B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00471B 0%, rgba(0,0,0,0) 60%)}.NBA_MIL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00471B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00471B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00471B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_MIL .gradient-home,.NBA_MIL .gradient-away{height:240px}}.NBA_MIN{background:#002B5C !important}.NBA_MIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002B5C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002B5C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002B5C 0%, rgba(0,0,0,0) 60%)}.NBA_MIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002B5C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002B5C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002B5C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_MIN .gradient-home,.NBA_MIN .gradient-away{height:240px}}.NBA_NO{background:#0C2340 !important}.NBA_NO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0C2340 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0C2340 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0C2340 0%, rgba(0,0,0,0) 60%)}.NBA_NO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0C2340 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0C2340 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0C2340 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_NO .gradient-home,.NBA_NO .gradient-away{height:240px}}.NBA_NY{background:#F58426 !important}.NBA_NY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F58426 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F58426 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F58426 0%, rgba(0,0,0,0) 60%)}.NBA_NY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F58426 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F58426 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F58426 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_NY .gradient-home,.NBA_NY .gradient-away{height:240px}}.NBA_OKC{background:#007AC1 !important}.NBA_OKC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #007AC1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #007AC1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #007AC1 0%, rgba(0,0,0,0) 60%)}.NBA_OKC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #007AC1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #007AC1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #007AC1 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_OKC .gradient-home,.NBA_OKC .gradient-away{height:240px}}.NBA_ORL{background:#0B77BD !important}.NBA_ORL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0B77BD 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0B77BD 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0B77BD 0%, rgba(0,0,0,0) 60%)}.NBA_ORL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0B77BD 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0B77BD 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0B77BD 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_ORL .gradient-home,.NBA_ORL .gradient-away{height:240px}}.NBA_PHI{background:#006BB6 !important}.NBA_PHI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006BB6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006BB6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006BB6 0%, rgba(0,0,0,0) 60%)}.NBA_PHI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006BB6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006BB6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006BB6 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_PHI .gradient-home,.NBA_PHI .gradient-away{height:240px}}.NBA_PHO{background:#1D1160 !important}.NBA_PHO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1D1160 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1D1160 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1D1160 0%, rgba(0,0,0,0) 60%)}.NBA_PHO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1D1160 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1D1160 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1D1160 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_PHO .gradient-home,.NBA_PHO .gradient-away{height:240px}}.NBA_POR{background:#E13A3E !important}.NBA_POR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E13A3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E13A3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E13A3E 0%, rgba(0,0,0,0) 60%)}.NBA_POR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E13A3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E13A3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E13A3E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_POR .gradient-home,.NBA_POR .gradient-away{height:240px}}.NBA_SAC{background:#5A2D81 !important}.NBA_SAC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #5A2D81 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #5A2D81 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #5A2D81 0%, rgba(0,0,0,0) 60%)}.NBA_SAC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #5A2D81 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #5A2D81 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #5A2D81 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_SAC .gradient-home,.NBA_SAC .gradient-away{height:240px}}.NBA_SA{background:#C4CED4 !important}.NBA_SA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C4CED4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C4CED4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C4CED4 0%, rgba(0,0,0,0) 60%)}.NBA_SA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C4CED4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C4CED4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C4CED4 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_SA .gradient-home,.NBA_SA .gradient-away{height:240px}}.NBA_TOR{background:#CD1141 !important}.NBA_TOR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CD1141 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CD1141 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CD1141 0%, rgba(0,0,0,0) 60%)}.NBA_TOR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CD1141 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CD1141 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CD1141 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_TOR .gradient-home,.NBA_TOR .gradient-away{height:240px}}.NBA_UTA{background:#F9A01B !important}.NBA_UTA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F9A01B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F9A01B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F9A01B 0%, rgba(0,0,0,0) 60%)}.NBA_UTA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F9A01B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F9A01B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F9A01B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_UTA .gradient-home,.NBA_UTA .gradient-away{height:240px}}.NBA_WAS{background:#002B5C !important}.NBA_WAS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002B5C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002B5C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002B5C 0%, rgba(0,0,0,0) 60%)}.NBA_WAS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002B5C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002B5C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002B5C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NBA_WAS .gradient-home,.NBA_WAS .gradient-away{height:240px}}.NHL_ANA{background:#B5985A !important}.NHL_ANA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B5985A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B5985A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B5985A 0%, rgba(0,0,0,0) 60%)}.NHL_ANA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B5985A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B5985A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B5985A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_ANA .gradient-home,.NHL_ANA .gradient-away{height:240px}}.NHL_ARI{background:#8C2633 !important}.NHL_ARI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8C2633 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8C2633 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8C2633 0%, rgba(0,0,0,0) 60%)}.NHL_ARI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8C2633 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8C2633 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8C2633 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_ARI .gradient-home,.NHL_ARI .gradient-away{height:240px}}.NHL_BOS{background:#FCB514 !important}.NHL_BOS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FCB514 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FCB514 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FCB514 0%, rgba(0,0,0,0) 60%)}.NHL_BOS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FCB514 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FCB514 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FCB514 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_BOS .gradient-home,.NHL_BOS .gradient-away{height:240px}}.NHL_BUF{background:#002654 !important}.NHL_BUF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002654 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002654 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002654 0%, rgba(0,0,0,0) 60%)}.NHL_BUF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002654 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002654 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002654 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_BUF .gradient-home,.NHL_BUF .gradient-away{height:240px}}.NHL_CAL{background:#B72B35 !important}.NHL_CAL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B72B35 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B72B35 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B72B35 0%, rgba(0,0,0,0) 60%)}.NHL_CAL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B72B35 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B72B35 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B72B35 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_CAL .gradient-home,.NHL_CAL .gradient-away{height:240px}}.NHL_CAR{background:#CC0000 !important}.NHL_CAR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NHL_CAR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_CAR .gradient-home,.NHL_CAR .gradient-away{height:240px}}.NHL_CHI{background:#CF0A2C !important}.NHL_CHI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CF0A2C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CF0A2C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CF0A2C 0%, rgba(0,0,0,0) 60%)}.NHL_CHI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CF0A2C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CF0A2C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CF0A2C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_CHI .gradient-home,.NHL_CHI .gradient-away{height:240px}}.NHL_COL{background:#6F263D !important}.NHL_COL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6F263D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6F263D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6F263D 0%, rgba(0,0,0,0) 60%)}.NHL_COL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6F263D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6F263D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6F263D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_COL .gradient-home,.NHL_COL .gradient-away{height:240px}}.NHL_CLB{background:#002654 !important}.NHL_CLB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002654 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002654 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002654 0%, rgba(0,0,0,0) 60%)}.NHL_CLB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002654 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002654 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002654 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_CLB .gradient-home,.NHL_CLB .gradient-away{height:240px}}.NHL_DAL{background:#006847 !important}.NHL_DAL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006847 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006847 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006847 0%, rgba(0,0,0,0) 60%)}.NHL_DAL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006847 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006847 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006847 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_DAL .gradient-home,.NHL_DAL .gradient-away{height:240px}}.NHL_DET{background:#CE1126 !important}.NHL_DET .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CE1126 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CE1126 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CE1126 0%, rgba(0,0,0,0) 60%)}.NHL_DET .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CE1126 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CE1126 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CE1126 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_DET .gradient-home,.NHL_DET .gradient-away{height:240px}}.NHL_EDM{background:#FF4C00 !important}.NHL_EDM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF4C00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF4C00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF4C00 0%, rgba(0,0,0,0) 60%)}.NHL_EDM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF4C00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF4C00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF4C00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_EDM .gradient-home,.NHL_EDM .gradient-away{height:240px}}.NHL_FLA{background:#041E42 !important}.NHL_FLA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #041E42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #041E42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #041E42 0%, rgba(0,0,0,0) 60%)}.NHL_FLA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #041E42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #041E42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #041E42 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_FLA .gradient-home,.NHL_FLA .gradient-away{height:240px}}.NHL_LA{background:#111111 !important}.NHL_LA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #111 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #111 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #111 0%, rgba(0,0,0,0) 60%)}.NHL_LA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #111 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #111 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #111 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_LA .gradient-home,.NHL_LA .gradient-away{height:240px}}.NHL_MIN{background:#004F30 !important}.NHL_MIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004F30 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004F30 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004F30 0%, rgba(0,0,0,0) 60%)}.NHL_MIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004F30 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004F30 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004F30 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_MIN .gradient-home,.NHL_MIN .gradient-away{height:240px}}.NHL_MON{background:#AF1E2D !important}.NHL_MON .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #AF1E2D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #AF1E2D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #AF1E2D 0%, rgba(0,0,0,0) 60%)}.NHL_MON .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #AF1E2D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #AF1E2D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #AF1E2D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_MON .gradient-home,.NHL_MON .gradient-away{height:240px}}.NHL_NAS{background:#FFB81C !important}.NHL_NAS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFB81C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFB81C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFB81C 0%, rgba(0,0,0,0) 60%)}.NHL_NAS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFB81C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFB81C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFB81C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_NAS .gradient-home,.NHL_NAS .gradient-away{height:240px}}.NHL_NJ{background:#CE1126 !important}.NHL_NJ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CE1126 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CE1126 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CE1126 0%, rgba(0,0,0,0) 60%)}.NHL_NJ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CE1126 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CE1126 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CE1126 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_NJ .gradient-home,.NHL_NJ .gradient-away{height:240px}}.NHL_NYI{background:#F47D30 !important}.NHL_NYI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F47D30 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F47D30 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F47D30 0%, rgba(0,0,0,0) 60%)}.NHL_NYI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F47D30 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F47D30 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F47D30 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_NYI .gradient-home,.NHL_NYI .gradient-away{height:240px}}.NHL_NYR{background:#0038A8 !important}.NHL_NYR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0038A8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0038A8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0038A8 0%, rgba(0,0,0,0) 60%)}.NHL_NYR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0038A8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0038A8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0038A8 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_NYR .gradient-home,.NHL_NYR .gradient-away{height:240px}}.NHL_OTT{background:#E31837 !important}.NHL_OTT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E31837 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E31837 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E31837 0%, rgba(0,0,0,0) 60%)}.NHL_OTT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E31837 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E31837 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E31837 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_OTT .gradient-home,.NHL_OTT .gradient-away{height:240px}}.NHL_PHI{background:#F74902 !important}.NHL_PHI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F74902 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F74902 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F74902 0%, rgba(0,0,0,0) 60%)}.NHL_PHI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F74902 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F74902 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F74902 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_PHI .gradient-home,.NHL_PHI .gradient-away{height:240px}}.NHL_PIT{background:#FFB81C !important}.NHL_PIT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFB81C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFB81C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFB81C 0%, rgba(0,0,0,0) 60%)}.NHL_PIT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFB81C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFB81C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFB81C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_PIT .gradient-home,.NHL_PIT .gradient-away{height:240px}}.NHL_SJ{background:#006D75 !important}.NHL_SJ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006D75 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006D75 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006D75 0%, rgba(0,0,0,0) 60%)}.NHL_SJ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006D75 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006D75 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006D75 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_SJ .gradient-home,.NHL_SJ .gradient-away{height:240px}}.NHL_STL{background:#002F87 !important}.NHL_STL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002F87 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002F87 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002F87 0%, rgba(0,0,0,0) 60%)}.NHL_STL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002F87 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002F87 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002F87 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_STL .gradient-home,.NHL_STL .gradient-away{height:240px}}.NHL_TB{background:#002868 !important}.NHL_TB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002868 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002868 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002868 0%, rgba(0,0,0,0) 60%)}.NHL_TB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002868 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002868 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002868 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_TB .gradient-home,.NHL_TB .gradient-away{height:240px}}.NHL_TOR{background:#003E7E !important}.NHL_TOR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003E7E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003E7E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003E7E 0%, rgba(0,0,0,0) 60%)}.NHL_TOR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003E7E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003E7E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003E7E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_TOR .gradient-home,.NHL_TOR .gradient-away{height:240px}}.NHL_VAN{background:#001F5C !important}.NHL_VAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #001F5C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #001F5C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #001F5C 0%, rgba(0,0,0,0) 60%)}.NHL_VAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #001F5C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #001F5C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #001F5C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_VAN .gradient-home,.NHL_VAN .gradient-away{height:240px}}.NHL_VEG{background:#B4975A !important}.NHL_VEG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B4975A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B4975A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B4975A 0%, rgba(0,0,0,0) 60%)}.NHL_VEG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B4975A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B4975A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B4975A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_VEG .gradient-home,.NHL_VEG .gradient-away{height:240px}}.NHL_WAS{background:#041E41 !important}.NHL_WAS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #041E41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #041E41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #041E41 0%, rgba(0,0,0,0) 60%)}.NHL_WAS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #041E41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #041E41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #041E41 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_WAS .gradient-home,.NHL_WAS .gradient-away{height:240px}}.NHL_WIN{background:#041E41 !important}.NHL_WIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #041E41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #041E41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #041E41 0%, rgba(0,0,0,0) 60%)}.NHL_WIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #041E41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #041E41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #041E41 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NHL_WIN .gradient-home,.NHL_WIN .gradient-away{height:240px}}.NCAAF_MWC_AFA{background:#003087  !important}.NCAAF_MWC_AFA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003087 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003087 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003087 0%, rgba(0,0,0,0) 60%)}.NCAAF_MWC_AFA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003087 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003087 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003087 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MWC_AFA .gradient-home,.NCAAF_MWC_AFA .gradient-away{height:240px}}.NCAAF_MAC_AKR{background:#A89968  !important}.NCAAF_MAC_AKR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A89968 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A89968 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A89968 0%, rgba(0,0,0,0) 60%)}.NCAAF_MAC_AKR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A89968 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A89968 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A89968 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MAC_AKR .gradient-home,.NCAAF_MAC_AKR .gradient-away{height:240px}}.NCAAF_SEC_ALA{background:#9E1B32  !important}.NCAAF_SEC_ALA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9E1B32 0%, rgba(0,0,0,0) 60%)}.NCAAF_SEC_ALA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9E1B32 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SEC_ALA .gradient-home,.NCAAF_SEC_ALA .gradient-away{height:240px}}.NCAAF_S-Belt_APP{background:#FFCC00  !important}.NCAAF_S-Belt_APP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%)}.NCAAF_S-Belt_APP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_S-Belt_APP .gradient-home,.NCAAF_S-Belt_APP .gradient-away{height:240px}}.NCAAF_Pac-12_ARIZ{background:#CC0033  !important}.NCAAF_Pac-12_ARIZ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c03 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c03 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c03 0%, rgba(0,0,0,0) 60%)}.NCAAF_Pac-12_ARIZ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c03 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c03 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c03 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Pac-12_ARIZ .gradient-home,.NCAAF_Pac-12_ARIZ .gradient-away{height:240px}}.NCAAF_Pac-12_ASU{background:#8C1D40  !important}.NCAAF_Pac-12_ASU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8C1D40 0%, rgba(0,0,0,0) 60%)}.NCAAF_Pac-12_ASU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8C1D40 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Pac-12_ASU .gradient-home,.NCAAF_Pac-12_ASU .gradient-away{height:240px}}.NCAAF_SEC_ARK{background:#9D2235  !important}.NCAAF_SEC_ARK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9D2235 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9D2235 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9D2235 0%, rgba(0,0,0,0) 60%)}.NCAAF_SEC_ARK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9D2235 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9D2235 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9D2235 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SEC_ARK .gradient-home,.NCAAF_SEC_ARK .gradient-away{height:240px}}.NCAAF_S-Belt_ARST{background:#CC092F  !important}.NCAAF_S-Belt_ARST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CC092F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CC092F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CC092F 0%, rgba(0,0,0,0) 60%)}.NCAAF_S-Belt_ARST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CC092F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CC092F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CC092F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_S-Belt_ARST .gradient-home,.NCAAF_S-Belt_ARST .gradient-away{height:240px}}.NCAAF_INDEP_ARMY{background:#FFD530  !important}.NCAAF_INDEP_ARMY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFD530 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFD530 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFD530 0%, rgba(0,0,0,0) 60%)}.NCAAF_INDEP_ARMY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFD530 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFD530 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFD530 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_INDEP_ARMY .gradient-home,.NCAAF_INDEP_ARMY .gradient-away{height:240px}}.NCAAF_SEC_AUB{background:#E87722  !important}.NCAAF_SEC_AUB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E87722 0%, rgba(0,0,0,0) 60%)}.NCAAF_SEC_AUB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E87722 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SEC_AUB .gradient-home,.NCAAF_SEC_AUB .gradient-away{height:240px}}.NCAAF_MAC_BALL{background:#BA0C2F  !important}.NCAAF_MAC_BALL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%)}.NCAAF_MAC_BALL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MAC_BALL .gradient-home,.NCAAF_MAC_BALL .gradient-away{height:240px}}.NCAAF_Big-12_BAY{background:#003015  !important}.NCAAF_Big-12_BAY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003015 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003015 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003015 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-12_BAY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003015 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003015 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003015 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-12_BAY .gradient-home,.NCAAF_Big-12_BAY .gradient-away{height:240px}}.NCAAF_MWC_BSU{background:#0033A0  !important}.NCAAF_MWC_BSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%)}.NCAAF_MWC_BSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MWC_BSU .gradient-home,.NCAAF_MWC_BSU .gradient-away{height:240px}}.NCAAF_ACC_BC{background:#98002E  !important}.NCAAF_ACC_BC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #98002E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #98002E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #98002E 0%, rgba(0,0,0,0) 60%)}.NCAAF_ACC_BC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #98002E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #98002E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #98002E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ACC_BC .gradient-home,.NCAAF_ACC_BC .gradient-away{height:240px}}.NCAAF_MAC_BGSU{background:#cda077  !important}.NCAAF_MAC_BGSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #cda077 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #cda077 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #cda077 0%, rgba(0,0,0,0) 60%)}.NCAAF_MAC_BGSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #cda077 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #cda077 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #cda077 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MAC_BGSU .gradient-home,.NCAAF_MAC_BGSU .gradient-away{height:240px}}.NCAAF_INDEP_BYU{background:#002255  !important}.NCAAF_INDEP_BYU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #025 0%, rgba(0,0,0,0) 60%)}.NCAAF_INDEP_BYU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #025 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_INDEP_BYU .gradient-home,.NCAAF_INDEP_BYU .gradient-away{height:240px}}.NCAAF_MAC_BUFF{background:#005BBB  !important}.NCAAF_MAC_BUFF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005BBB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005BBB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005BBB 0%, rgba(0,0,0,0) 60%)}.NCAAF_MAC_BUFF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005BBB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005BBB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005BBB 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MAC_BUFF .gradient-home,.NCAAF_MAC_BUFF .gradient-away{height:240px}}.NCAAF_Pac-12_CAL{background:#3B7EA1  !important}.NCAAF_Pac-12_CAL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #3B7EA1 0%, rgba(0,0,0,0) 60%)}.NCAAF_Pac-12_CAL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #3B7EA1 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Pac-12_CAL .gradient-home,.NCAAF_Pac-12_CAL .gradient-away{height:240px}}.NCAAF_AAC_UCF{background:#ffc904  !important}.NCAAF_AAC_UCF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #ffc904 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #ffc904 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #ffc904 0%, rgba(0,0,0,0) 60%)}.NCAAF_AAC_UCF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #ffc904 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #ffc904 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #ffc904 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AAC_UCF .gradient-home,.NCAAF_AAC_UCF .gradient-away{height:240px}}.NCAAF_MAC_CMU{background:#6A0032  !important}.NCAAF_MAC_CMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6A0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6A0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6A0032 0%, rgba(0,0,0,0) 60%)}.NCAAF_MAC_CMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6A0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6A0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6A0032 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MAC_CMU .gradient-home,.NCAAF_MAC_CMU .gradient-away{height:240px}}.NCAAF_CUSA_CHAR{background:#046A38  !important}.NCAAF_CUSA_CHAR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #046A38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #046A38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #046A38 0%, rgba(0,0,0,0) 60%)}.NCAAF_CUSA_CHAR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #046A38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #046A38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #046A38 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CUSA_CHAR .gradient-home,.NCAAF_CUSA_CHAR .gradient-away{height:240px}}.NCAAF_AAC_CIN{background:#E00122  !important}.NCAAF_AAC_CIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E00122 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E00122 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E00122 0%, rgba(0,0,0,0) 60%)}.NCAAF_AAC_CIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E00122 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E00122 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E00122 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AAC_CIN .gradient-home,.NCAAF_AAC_CIN .gradient-away{height:240px}}.NCAAF_ACC_CLEM{background:#F56600  !important}.NCAAF_ACC_CLEM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F56600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F56600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F56600 0%, rgba(0,0,0,0) 60%)}.NCAAF_ACC_CLEM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F56600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F56600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F56600 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ACC_CLEM .gradient-home,.NCAAF_ACC_CLEM .gradient-away{height:240px}}.NCAAF_S-Belt_CC{background:#006F71  !important}.NCAAF_S-Belt_CC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006F71 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006F71 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006F71 0%, rgba(0,0,0,0) 60%)}.NCAAF_S-Belt_CC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006F71 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006F71 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006F71 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_S-Belt_CC .gradient-home,.NCAAF_S-Belt_CC .gradient-away{height:240px}}.NCAAF_Pac-12_COLO{background:#CFB87C  !important}.NCAAF_Pac-12_COLO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CFB87C 0%, rgba(0,0,0,0) 60%)}.NCAAF_Pac-12_COLO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CFB87C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Pac-12_COLO .gradient-home,.NCAAF_Pac-12_COLO .gradient-away{height:240px}}.NCAAF_MWC_CSU{background:#1E4D2B  !important}.NCAAF_MWC_CSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1E4D2B 0%, rgba(0,0,0,0) 60%)}.NCAAF_MWC_CSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1E4D2B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MWC_CSU .gradient-home,.NCAAF_MWC_CSU .gradient-away{height:240px}}.NCAAF_AAC_CONN{background:#a4c8e1  !important}.NCAAF_AAC_CONN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #a4c8e1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #a4c8e1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #a4c8e1 0%, rgba(0,0,0,0) 60%)}.NCAAF_AAC_CONN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #a4c8e1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #a4c8e1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #a4c8e1 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AAC_CONN .gradient-home,.NCAAF_AAC_CONN .gradient-away{height:240px}}.NCAAF_ACC_DUKE{background:#001A57  !important}.NCAAF_ACC_DUKE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #001A57 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #001A57 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #001A57 0%, rgba(0,0,0,0) 60%)}.NCAAF_ACC_DUKE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #001A57 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #001A57 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #001A57 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ACC_DUKE .gradient-home,.NCAAF_ACC_DUKE .gradient-away{height:240px}}.NCAAF_AAC_ECU{background:#592A8A  !important}.NCAAF_AAC_ECU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #592A8A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #592A8A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #592A8A 0%, rgba(0,0,0,0) 60%)}.NCAAF_AAC_ECU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #592A8A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #592A8A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #592A8A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AAC_ECU .gradient-home,.NCAAF_AAC_ECU .gradient-away{height:240px}}.NCAAF_MAC_EMU{background:#006633  !important}.NCAAF_MAC_EMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #063 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #063 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #063 0%, rgba(0,0,0,0) 60%)}.NCAAF_MAC_EMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #063 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #063 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #063 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MAC_EMU .gradient-home,.NCAAF_MAC_EMU .gradient-away{height:240px}}.NCAAF_SEC_FLA{background:#0021A5  !important}.NCAAF_SEC_FLA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0021A5 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0021A5 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0021A5 0%, rgba(0,0,0,0) 60%)}.NCAAF_SEC_FLA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0021A5 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0021A5 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0021A5 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SEC_FLA .gradient-home,.NCAAF_SEC_FLA .gradient-away{height:240px}}.NCAAF_CUSA_FAU{background:#003366  !important}.NCAAF_CUSA_FAU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #036 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #036 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #036 0%, rgba(0,0,0,0) 60%)}.NCAAF_CUSA_FAU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #036 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #036 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #036 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CUSA_FAU .gradient-home,.NCAAF_CUSA_FAU .gradient-away{height:240px}}.NCAAF_CUSA_FIU{background:#081E3F  !important}.NCAAF_CUSA_FIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #081E3F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #081E3F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #081E3F 0%, rgba(0,0,0,0) 60%)}.NCAAF_CUSA_FIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #081E3F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #081E3F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #081E3F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CUSA_FIU .gradient-home,.NCAAF_CUSA_FIU .gradient-away{height:240px}}.NCAAF_ACC_FSU{background:#782F40  !important}.NCAAF_ACC_FSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #782F40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #782F40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #782F40 0%, rgba(0,0,0,0) 60%)}.NCAAF_ACC_FSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #782F40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #782F40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #782F40 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ACC_FSU .gradient-home,.NCAAF_ACC_FSU .gradient-away{height:240px}}.NCAAF_MWC_FRES{background:#DB0032  !important}.NCAAF_MWC_FRES .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #DB0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #DB0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #DB0032 0%, rgba(0,0,0,0) 60%)}.NCAAF_MWC_FRES .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #DB0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #DB0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #DB0032 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MWC_FRES .gradient-home,.NCAAF_MWC_FRES .gradient-away{height:240px}}.NCAAF_SEC_UGA{background:#BA0C2F  !important}.NCAAF_SEC_UGA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%)}.NCAAF_SEC_UGA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SEC_UGA .gradient-home,.NCAAF_SEC_UGA .gradient-away{height:240px}}.NCAAF_S-Belt_GASO{background:#011E41  !important}.NCAAF_S-Belt_GASO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #011E41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #011E41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #011E41 0%, rgba(0,0,0,0) 60%)}.NCAAF_S-Belt_GASO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #011E41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #011E41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #011E41 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_S-Belt_GASO .gradient-home,.NCAAF_S-Belt_GASO .gradient-away{height:240px}}.NCAAF_S-Belt_GSU{background:#0039A6  !important}.NCAAF_S-Belt_GSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0039A6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0039A6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0039A6 0%, rgba(0,0,0,0) 60%)}.NCAAF_S-Belt_GSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0039A6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0039A6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0039A6 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_S-Belt_GSU .gradient-home,.NCAAF_S-Belt_GSU .gradient-away{height:240px}}.NCAAF_ACC_GT{background:#B3A369  !important}.NCAAF_ACC_GT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B3A369 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B3A369 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B3A369 0%, rgba(0,0,0,0) 60%)}.NCAAF_ACC_GT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B3A369 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B3A369 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B3A369 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ACC_GT .gradient-home,.NCAAF_ACC_GT .gradient-away{height:240px}}.NCAAF_MWC_HAW{background:#024731  !important}.NCAAF_MWC_HAW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #024731 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #024731 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #024731 0%, rgba(0,0,0,0) 60%)}.NCAAF_MWC_HAW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #024731 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #024731 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #024731 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MWC_HAW .gradient-home,.NCAAF_MWC_HAW .gradient-away{height:240px}}.NCAAF_AAC_HOU{background:#C8102E  !important}.NCAAF_AAC_HOU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%)}.NCAAF_AAC_HOU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AAC_HOU .gradient-home,.NCAAF_AAC_HOU .gradient-away{height:240px}}.NCAAF_Big-Ten_ILL{background:#E84A27  !important}.NCAAF_Big-Ten_ILL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E84A27 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E84A27 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E84A27 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Ten_ILL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E84A27 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E84A27 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E84A27 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Ten_ILL .gradient-home,.NCAAF_Big-Ten_ILL .gradient-away{height:240px}}.NCAAF_Big-Ten_IND{background:#990000  !important}.NCAAF_Big-Ten_IND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #900 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #900 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #900 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Ten_IND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #900 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #900 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #900 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Ten_IND .gradient-home,.NCAAF_Big-Ten_IND .gradient-away{height:240px}}.NCAAF_Big-Ten_IOWA{background:#FFCD00  !important}.NCAAF_Big-Ten_IOWA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFCD00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFCD00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFCD00 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Ten_IOWA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFCD00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFCD00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFCD00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Ten_IOWA .gradient-home,.NCAAF_Big-Ten_IOWA .gradient-away{height:240px}}.NCAAF_Big-12_ISU{background:#C8102E  !important}.NCAAF_Big-12_ISU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-12_ISU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-12_ISU .gradient-home,.NCAAF_Big-12_ISU .gradient-away{height:240px}}.NCAAF_Big-12_KU{background:#0051BA  !important}.NCAAF_Big-12_KU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0051BA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0051BA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0051BA 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-12_KU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0051BA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0051BA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0051BA 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-12_KU .gradient-home,.NCAAF_Big-12_KU .gradient-away{height:240px}}.NCAAF_Big-12_KSU{background:#512888  !important}.NCAAF_Big-12_KSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #512888 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #512888 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #512888 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-12_KSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #512888 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #512888 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #512888 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-12_KSU .gradient-home,.NCAAF_Big-12_KSU .gradient-away{height:240px}}.NCAAF_MAC_KENT{background:#002664  !important}.NCAAF_MAC_KENT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002664 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002664 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002664 0%, rgba(0,0,0,0) 60%)}.NCAAF_MAC_KENT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002664 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002664 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002664 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MAC_KENT .gradient-home,.NCAAF_MAC_KENT .gradient-away{height:240px}}.NCAAF_SEC_UK{background:#0033A0  !important}.NCAAF_SEC_UK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%)}.NCAAF_SEC_UK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SEC_UK .gradient-home,.NCAAF_SEC_UK .gradient-away{height:240px}}.NCAAF_INDEP_LIB{background:#0A254E  !important}.NCAAF_INDEP_LIB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0A254E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0A254E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0A254E 0%, rgba(0,0,0,0) 60%)}.NCAAF_INDEP_LIB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0A254E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0A254E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0A254E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_INDEP_LIB .gradient-home,.NCAAF_INDEP_LIB .gradient-away{height:240px}}.NCAAF_SEC_LSU{background:#461D7C  !important}.NCAAF_SEC_LSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #461D7C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #461D7C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #461D7C 0%, rgba(0,0,0,0) 60%)}.NCAAF_SEC_LSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #461D7C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #461D7C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #461D7C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SEC_LSU .gradient-home,.NCAAF_SEC_LSU .gradient-away{height:240px}}.NCAAF_CUSA_LT{background:#E31B23  !important}.NCAAF_CUSA_LT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E31B23 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E31B23 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E31B23 0%, rgba(0,0,0,0) 60%)}.NCAAF_CUSA_LT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E31B23 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E31B23 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E31B23 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CUSA_LT .gradient-home,.NCAAF_CUSA_LT .gradient-away{height:240px}}.NCAAF_ACC_LOU{background:#AD0000  !important}.NCAAF_ACC_LOU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #AD0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #AD0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #AD0000 0%, rgba(0,0,0,0) 60%)}.NCAAF_ACC_LOU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #AD0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #AD0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #AD0000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ACC_LOU .gradient-home,.NCAAF_ACC_LOU .gradient-away{height:240px}}.NCAAF_CUSA_MRSH{background:#00B140  !important}.NCAAF_CUSA_MRSH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00B140 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00B140 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00B140 0%, rgba(0,0,0,0) 60%)}.NCAAF_CUSA_MRSH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00B140 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00B140 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00B140 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CUSA_MRSH .gradient-home,.NCAAF_CUSA_MRSH .gradient-away{height:240px}}.NCAAF_Big-Ten_MD{background:#E03A3E  !important}.NCAAF_Big-Ten_MD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E03A3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E03A3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E03A3E 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Ten_MD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E03A3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E03A3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E03A3E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Ten_MD .gradient-home,.NCAAF_Big-Ten_MD .gradient-away{height:240px}}.NCAAF_INDEP_MASS{background:#971B25  !important}.NCAAF_INDEP_MASS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #971B25 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #971B25 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #971B25 0%, rgba(0,0,0,0) 60%)}.NCAAF_INDEP_MASS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #971B25 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #971B25 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #971B25 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_INDEP_MASS .gradient-home,.NCAAF_INDEP_MASS .gradient-away{height:240px}}.NCAAF_AAC_MEM{background:#003087  !important}.NCAAF_AAC_MEM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003087 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003087 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003087 0%, rgba(0,0,0,0) 60%)}.NCAAF_AAC_MEM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003087 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003087 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003087 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AAC_MEM .gradient-home,.NCAAF_AAC_MEM .gradient-away{height:240px}}.NCAAF_ACC_MIA{background:#F47321  !important}.NCAAF_ACC_MIA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F47321 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F47321 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F47321 0%, rgba(0,0,0,0) 60%)}.NCAAF_ACC_MIA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F47321 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F47321 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F47321 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ACC_MIA .gradient-home,.NCAAF_ACC_MIA .gradient-away{height:240px}}.NCAAF_MAC_M-OH{background:#B61E2E  !important}.NCAAF_MAC_M-OH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B61E2E 0%, rgba(0,0,0,0) 60%)}.NCAAF_MAC_M-OH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B61E2E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MAC_M-OH .gradient-home,.NCAAF_MAC_M-OH .gradient-away{height:240px}}.NCAAF_Big-Ten_MICH{background:#00274C  !important}.NCAAF_Big-Ten_MICH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00274C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00274C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00274C 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Ten_MICH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00274C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00274C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00274C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Ten_MICH .gradient-home,.NCAAF_Big-Ten_MICH .gradient-away{height:240px}}.NCAAF_Big-Ten_MSU{background:#18453B  !important}.NCAAF_Big-Ten_MSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #18453B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #18453B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #18453B 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Ten_MSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #18453B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #18453B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #18453B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Ten_MSU .gradient-home,.NCAAF_Big-Ten_MSU .gradient-away{height:240px}}.NCAAF_CUSA_MTU{background:#0066CC  !important}.NCAAF_CUSA_MTU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #06c 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #06c 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #06c 0%, rgba(0,0,0,0) 60%)}.NCAAF_CUSA_MTU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #06c 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #06c 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #06c 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CUSA_MTU .gradient-home,.NCAAF_CUSA_MTU .gradient-away{height:240px}}.NCAAF_Big-Ten_MINN{background:#7A0019  !important}.NCAAF_Big-Ten_MINN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #7A0019 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #7A0019 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #7A0019 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Ten_MINN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #7A0019 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #7A0019 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #7A0019 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Ten_MINN .gradient-home,.NCAAF_Big-Ten_MINN .gradient-away{height:240px}}.NCAAF_SEC_MISS{background:#C8102E  !important}.NCAAF_SEC_MISS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%)}.NCAAF_SEC_MISS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SEC_MISS .gradient-home,.NCAAF_SEC_MISS .gradient-away{height:240px}}.NCAAF_SEC_MSST{background:#660000  !important}.NCAAF_SEC_MSST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #600 0%, rgba(0,0,0,0) 60%)}.NCAAF_SEC_MSST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #600 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SEC_MSST .gradient-home,.NCAAF_SEC_MSST .gradient-away{height:240px}}.NCAAF_SEC_MIZZ{background:#F1B82D  !important}.NCAAF_SEC_MIZZ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F1B82D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F1B82D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F1B82D 0%, rgba(0,0,0,0) 60%)}.NCAAF_SEC_MIZZ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F1B82D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F1B82D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F1B82D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SEC_MIZZ .gradient-home,.NCAAF_SEC_MIZZ .gradient-away{height:240px}}.NCAAF_ACC_NCST{background:#CC0000  !important}.NCAAF_ACC_NCST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NCAAF_ACC_NCST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ACC_NCST .gradient-home,.NCAAF_ACC_NCST .gradient-away{height:240px}}.NCAAF_AAC_NAVY{background:#00205B  !important}.NCAAF_AAC_NAVY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%)}.NCAAF_AAC_NAVY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AAC_NAVY .gradient-home,.NCAAF_AAC_NAVY .gradient-away{height:240px}}.NCAAF_Big-Ten_NEB{background:#E41C38  !important}.NCAAF_Big-Ten_NEB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E41C38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E41C38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E41C38 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Ten_NEB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E41C38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E41C38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E41C38 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Ten_NEB .gradient-home,.NCAAF_Big-Ten_NEB .gradient-away{height:240px}}.NCAAF_MWC_NEV{background:#003366  !important}.NCAAF_MWC_NEV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #036 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #036 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #036 0%, rgba(0,0,0,0) 60%)}.NCAAF_MWC_NEV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #036 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #036 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #036 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MWC_NEV .gradient-home,.NCAAF_MWC_NEV .gradient-away{height:240px}}.NCAAF_MWC_UNM{background:#BA0C2F  !important}.NCAAF_MWC_UNM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%)}.NCAAF_MWC_UNM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MWC_UNM .gradient-home,.NCAAF_MWC_UNM .gradient-away{height:240px}}.NCAAF_INDEP_NMSU{background:#861F41  !important}.NCAAF_INDEP_NMSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #861F41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #861F41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #861F41 0%, rgba(0,0,0,0) 60%)}.NCAAF_INDEP_NMSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #861F41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #861F41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #861F41 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_INDEP_NMSU .gradient-home,.NCAAF_INDEP_NMSU .gradient-away{height:240px}}.NCAAF_ACC_UNC{background:#7BAFD4  !important}.NCAAF_ACC_UNC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #7BAFD4 0%, rgba(0,0,0,0) 60%)}.NCAAF_ACC_UNC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #7BAFD4 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ACC_UNC .gradient-home,.NCAAF_ACC_UNC .gradient-away{height:240px}}.NCAAF_CUSA_UNT{background:#00853E  !important}.NCAAF_CUSA_UNT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00853E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00853E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00853E 0%, rgba(0,0,0,0) 60%)}.NCAAF_CUSA_UNT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00853E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00853E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00853E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CUSA_UNT .gradient-home,.NCAAF_CUSA_UNT .gradient-away{height:240px}}.NCAAF_MAC_NIU{background:#8A8D8F  !important}.NCAAF_MAC_NIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8A8D8F 0%, rgba(0,0,0,0) 60%)}.NCAAF_MAC_NIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8A8D8F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MAC_NIU .gradient-home,.NCAAF_MAC_NIU .gradient-away{height:240px}}.NCAAF_Big-Ten_NW{background:#4E2A84  !important}.NCAAF_Big-Ten_NW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4E2A84 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4E2A84 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4E2A84 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Ten_NW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4E2A84 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4E2A84 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4E2A84 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Ten_NW .gradient-home,.NCAAF_Big-Ten_NW .gradient-away{height:240px}}.NCAAF_INDEP_ND{background:#C99700  !important}.NCAAF_INDEP_ND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C99700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C99700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C99700 0%, rgba(0,0,0,0) 60%)}.NCAAF_INDEP_ND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C99700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C99700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C99700 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_INDEP_ND .gradient-home,.NCAAF_INDEP_ND .gradient-away{height:240px}}.NCAAF_MAC_OHIO{background:#00694E  !important}.NCAAF_MAC_OHIO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00694E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00694E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00694E 0%, rgba(0,0,0,0) 60%)}.NCAAF_MAC_OHIO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00694E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00694E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00694E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MAC_OHIO .gradient-home,.NCAAF_MAC_OHIO .gradient-away{height:240px}}.NCAAF_Big-Ten_OSU{background:#BB0000  !important}.NCAAF_Big-Ten_OSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #b00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #b00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #b00 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Ten_OSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #b00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #b00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #b00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Ten_OSU .gradient-home,.NCAAF_Big-Ten_OSU .gradient-away{height:240px}}.NCAAF_Big-12_OKLA{background:#841617  !important}.NCAAF_Big-12_OKLA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #841617 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #841617 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #841617 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-12_OKLA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #841617 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #841617 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #841617 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-12_OKLA .gradient-home,.NCAAF_Big-12_OKLA .gradient-away{height:240px}}.NCAAF_Big-12_OKST{background:#FF7300  !important}.NCAAF_Big-12_OKST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF7300 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF7300 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF7300 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-12_OKST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF7300 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF7300 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF7300 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-12_OKST .gradient-home,.NCAAF_Big-12_OKST .gradient-away{height:240px}}.NCAAF_CUSA_ODU{background:#92C1E9  !important}.NCAAF_CUSA_ODU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #92C1E9 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #92C1E9 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #92C1E9 0%, rgba(0,0,0,0) 60%)}.NCAAF_CUSA_ODU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #92C1E9 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #92C1E9 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #92C1E9 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CUSA_ODU .gradient-home,.NCAAF_CUSA_ODU .gradient-away{height:240px}}.NCAAF_Pac-12_ORE{background:#154733  !important}.NCAAF_Pac-12_ORE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #154733 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #154733 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #154733 0%, rgba(0,0,0,0) 60%)}.NCAAF_Pac-12_ORE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #154733 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #154733 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #154733 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Pac-12_ORE .gradient-home,.NCAAF_Pac-12_ORE .gradient-away{height:240px}}.NCAAF_Pac-12_ORST{background:#DC4405  !important}.NCAAF_Pac-12_ORST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #DC4405 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #DC4405 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #DC4405 0%, rgba(0,0,0,0) 60%)}.NCAAF_Pac-12_ORST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #DC4405 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #DC4405 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #DC4405 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Pac-12_ORST .gradient-home,.NCAAF_Pac-12_ORST .gradient-away{height:240px}}.NCAAF_Big-Ten_PSU{background:#093162  !important}.NCAAF_Big-Ten_PSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #093162 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #093162 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #093162 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Ten_PSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #093162 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #093162 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #093162 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Ten_PSU .gradient-home,.NCAAF_Big-Ten_PSU .gradient-away{height:240px}}.NCAAF_ACC_PITT{background:#1C2957  !important}.NCAAF_ACC_PITT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1C2957 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1C2957 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1C2957 0%, rgba(0,0,0,0) 60%)}.NCAAF_ACC_PITT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1C2957 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1C2957 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1C2957 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ACC_PITT .gradient-home,.NCAAF_ACC_PITT .gradient-away{height:240px}}.NCAAF_Big-Ten_PUR{background:#CEB888  !important}.NCAAF_Big-Ten_PUR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CEB888 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CEB888 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CEB888 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Ten_PUR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CEB888 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CEB888 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CEB888 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Ten_PUR .gradient-home,.NCAAF_Big-Ten_PUR .gradient-away{height:240px}}.NCAAF_CUSA_RICE{background:#00205B  !important}.NCAAF_CUSA_RICE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%)}.NCAAF_CUSA_RICE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CUSA_RICE .gradient-home,.NCAAF_CUSA_RICE .gradient-away{height:240px}}.NCAAF_Big-Ten_RUTG{background:#5F6A72  !important}.NCAAF_Big-Ten_RUTG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #5F6A72 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #5F6A72 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #5F6A72 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Ten_RUTG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #5F6A72 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #5F6A72 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #5F6A72 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Ten_RUTG .gradient-home,.NCAAF_Big-Ten_RUTG .gradient-away{height:240px}}.NCAAF_MWC_SDSU{background:#A6192E  !important}.NCAAF_MWC_SDSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A6192E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A6192E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A6192E 0%, rgba(0,0,0,0) 60%)}.NCAAF_MWC_SDSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A6192E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A6192E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A6192E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MWC_SDSU .gradient-home,.NCAAF_MWC_SDSU .gradient-away{height:240px}}.NCAAF_MWC_SJSU{background:#0055A2  !important}.NCAAF_MWC_SJSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0055A2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0055A2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0055A2 0%, rgba(0,0,0,0) 60%)}.NCAAF_MWC_SJSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0055A2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0055A2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0055A2 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MWC_SJSU .gradient-home,.NCAAF_MWC_SJSU .gradient-away{height:240px}}.NCAAF_S-Belt_USA{background:#00205B  !important}.NCAAF_S-Belt_USA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%)}.NCAAF_S-Belt_USA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_S-Belt_USA .gradient-home,.NCAAF_S-Belt_USA .gradient-away{height:240px}}.NCAAF_SEC_SOCAR{background:#73000A  !important}.NCAAF_SEC_SOCAR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #73000A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #73000A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #73000A 0%, rgba(0,0,0,0) 60%)}.NCAAF_SEC_SOCAR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #73000A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #73000A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #73000A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SEC_SOCAR .gradient-home,.NCAAF_SEC_SOCAR .gradient-away{height:240px}}.NCAAF_AAC_USF{background:#006747  !important}.NCAAF_AAC_USF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006747 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006747 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006747 0%, rgba(0,0,0,0) 60%)}.NCAAF_AAC_USF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006747 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006747 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006747 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AAC_USF .gradient-home,.NCAAF_AAC_USF .gradient-away{height:240px}}.NCAAF_Pac-12_USC{background:#FFC72C  !important}.NCAAF_Pac-12_USC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFC72C 0%, rgba(0,0,0,0) 60%)}.NCAAF_Pac-12_USC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFC72C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Pac-12_USC .gradient-home,.NCAAF_Pac-12_USC .gradient-away{height:240px}}.NCAAF_AAC_SMU{background:#0033A0  !important}.NCAAF_AAC_SMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%)}.NCAAF_AAC_SMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AAC_SMU .gradient-home,.NCAAF_AAC_SMU .gradient-away{height:240px}}.NCAAF_CUSA_SOMIS{background:#FFAB00  !important}.NCAAF_CUSA_SOMIS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFAB00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFAB00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFAB00 0%, rgba(0,0,0,0) 60%)}.NCAAF_CUSA_SOMIS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFAB00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFAB00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFAB00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CUSA_SOMIS .gradient-home,.NCAAF_CUSA_SOMIS .gradient-away{height:240px}}.NCAAF_Pac-12_STAN{background:#8C1515  !important}.NCAAF_Pac-12_STAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8C1515 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8C1515 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8C1515 0%, rgba(0,0,0,0) 60%)}.NCAAF_Pac-12_STAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8C1515 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8C1515 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8C1515 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Pac-12_STAN .gradient-home,.NCAAF_Pac-12_STAN .gradient-away{height:240px}}.NCAAF_ACC_SYR{background:#D44500  !important}.NCAAF_ACC_SYR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D44500 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D44500 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D44500 0%, rgba(0,0,0,0) 60%)}.NCAAF_ACC_SYR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D44500 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D44500 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D44500 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ACC_SYR .gradient-home,.NCAAF_ACC_SYR .gradient-away{height:240px}}.NCAAF_AAC_TEM{background:#9D2235  !important}.NCAAF_AAC_TEM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9D2235 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9D2235 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9D2235 0%, rgba(0,0,0,0) 60%)}.NCAAF_AAC_TEM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9D2235 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9D2235 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9D2235 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AAC_TEM .gradient-home,.NCAAF_AAC_TEM .gradient-away{height:240px}}.NCAAF_SEC_TENN{background:#f77f00  !important}.NCAAF_SEC_TENN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #f77f00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #f77f00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #f77f00 0%, rgba(0,0,0,0) 60%)}.NCAAF_SEC_TENN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #f77f00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #f77f00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #f77f00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SEC_TENN .gradient-home,.NCAAF_SEC_TENN .gradient-away{height:240px}}.NCAAF_Big-12_TEX{background:#BF5700  !important}.NCAAF_Big-12_TEX .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BF5700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BF5700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BF5700 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-12_TEX .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BF5700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BF5700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BF5700 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-12_TEX .gradient-home,.NCAAF_Big-12_TEX .gradient-away{height:240px}}.NCAAF_SEC_TAM{background:#500000  !important}.NCAAF_SEC_TAM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #500000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #500000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #500000 0%, rgba(0,0,0,0) 60%)}.NCAAF_SEC_TAM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #500000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #500000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #500000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SEC_TAM .gradient-home,.NCAAF_SEC_TAM .gradient-away{height:240px}}.NCAAF_Big-12_TCU{background:#4D1979  !important}.NCAAF_Big-12_TCU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4D1979 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4D1979 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4D1979 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-12_TCU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4D1979 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4D1979 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4D1979 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-12_TCU .gradient-home,.NCAAF_Big-12_TCU .gradient-away{height:240px}}.NCAAF_CUSA_UTEP{background:#FF8200  !important}.NCAAF_CUSA_UTEP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF8200 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF8200 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF8200 0%, rgba(0,0,0,0) 60%)}.NCAAF_CUSA_UTEP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF8200 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF8200 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF8200 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CUSA_UTEP .gradient-home,.NCAAF_CUSA_UTEP .gradient-away{height:240px}}.NCAAF_S-Belt_TXST{background:#501214  !important}.NCAAF_S-Belt_TXST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #501214 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #501214 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #501214 0%, rgba(0,0,0,0) 60%)}.NCAAF_S-Belt_TXST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #501214 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #501214 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #501214 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_S-Belt_TXST .gradient-home,.NCAAF_S-Belt_TXST .gradient-away{height:240px}}.NCAAF_Big-12_TTU{background:#CC0000  !important}.NCAAF_Big-12_TTU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-12_TTU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-12_TTU .gradient-home,.NCAAF_Big-12_TTU .gradient-away{height:240px}}.NCAAF_CUSA_UTSA{background:#F15A22  !important}.NCAAF_CUSA_UTSA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F15A22 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F15A22 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F15A22 0%, rgba(0,0,0,0) 60%)}.NCAAF_CUSA_UTSA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F15A22 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F15A22 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F15A22 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CUSA_UTSA .gradient-home,.NCAAF_CUSA_UTSA .gradient-away{height:240px}}.NCAAF_MAC_TOL{background:#FFDA00  !important}.NCAAF_MAC_TOL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFDA00 0%, rgba(0,0,0,0) 60%)}.NCAAF_MAC_TOL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFDA00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MAC_TOL .gradient-home,.NCAAF_MAC_TOL .gradient-away{height:240px}}.NCAAF_S-Belt_TROY{background:#919191  !important}.NCAAF_S-Belt_TROY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #919191 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #919191 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #919191 0%, rgba(0,0,0,0) 60%)}.NCAAF_S-Belt_TROY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #919191 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #919191 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #919191 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_S-Belt_TROY .gradient-home,.NCAAF_S-Belt_TROY .gradient-away{height:240px}}.NCAAF_AAC_TULN{background:#006747  !important}.NCAAF_AAC_TULN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006747 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006747 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006747 0%, rgba(0,0,0,0) 60%)}.NCAAF_AAC_TULN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006747 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006747 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006747 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AAC_TULN .gradient-home,.NCAAF_AAC_TULN .gradient-away{height:240px}}.NCAAF_AAC_TLSA{background:#C5B783  !important}.NCAAF_AAC_TLSA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C5B783 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C5B783 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C5B783 0%, rgba(0,0,0,0) 60%)}.NCAAF_AAC_TLSA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C5B783 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C5B783 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C5B783 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AAC_TLSA .gradient-home,.NCAAF_AAC_TLSA .gradient-away{height:240px}}.NCAAF_CUSA_UAB{background:#006341  !important}.NCAAF_CUSA_UAB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006341 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006341 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006341 0%, rgba(0,0,0,0) 60%)}.NCAAF_CUSA_UAB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006341 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006341 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006341 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CUSA_UAB .gradient-home,.NCAAF_CUSA_UAB .gradient-away{height:240px}}.NCAAF_Pac-12_UCLA{background:#3284BF  !important}.NCAAF_Pac-12_UCLA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #3284BF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #3284BF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #3284BF 0%, rgba(0,0,0,0) 60%)}.NCAAF_Pac-12_UCLA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #3284BF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #3284BF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #3284BF 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Pac-12_UCLA .gradient-home,.NCAAF_Pac-12_UCLA .gradient-away{height:240px}}.NCAAF_S-Belt_ULL{background:#CE181E  !important}.NCAAF_S-Belt_ULL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CE181E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CE181E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CE181E 0%, rgba(0,0,0,0) 60%)}.NCAAF_S-Belt_ULL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CE181E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CE181E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CE181E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_S-Belt_ULL .gradient-home,.NCAAF_S-Belt_ULL .gradient-away{height:240px}}.NCAAF_S-Belt_ULM{background:#800029  !important}.NCAAF_S-Belt_ULM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #800029 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #800029 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #800029 0%, rgba(0,0,0,0) 60%)}.NCAAF_S-Belt_ULM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #800029 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #800029 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #800029 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_S-Belt_ULM .gradient-home,.NCAAF_S-Belt_ULM .gradient-away{height:240px}}.NCAAF_MWC_UNLV{background:#666666  !important}.NCAAF_MWC_UNLV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #666 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #666 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #666 0%, rgba(0,0,0,0) 60%)}.NCAAF_MWC_UNLV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #666 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #666 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #666 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MWC_UNLV .gradient-home,.NCAAF_MWC_UNLV .gradient-away{height:240px}}.NCAAF_Pac-12_UTAH{background:#CC0000  !important}.NCAAF_Pac-12_UTAH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NCAAF_Pac-12_UTAH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Pac-12_UTAH .gradient-home,.NCAAF_Pac-12_UTAH .gradient-away{height:240px}}.NCAAF_MWC_USU{background:#0F2439  !important}.NCAAF_MWC_USU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0F2439 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0F2439 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0F2439 0%, rgba(0,0,0,0) 60%)}.NCAAF_MWC_USU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0F2439 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0F2439 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0F2439 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MWC_USU .gradient-home,.NCAAF_MWC_USU .gradient-away{height:240px}}.NCAAF_SEC_VAN{background:#866D4B  !important}.NCAAF_SEC_VAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #866D4B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #866D4B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #866D4B 0%, rgba(0,0,0,0) 60%)}.NCAAF_SEC_VAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #866D4B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #866D4B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #866D4B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SEC_VAN .gradient-home,.NCAAF_SEC_VAN .gradient-away{height:240px}}.NCAAF_ACC_UVA{background:#F84C1E  !important}.NCAAF_ACC_UVA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F84C1E 0%, rgba(0,0,0,0) 60%)}.NCAAF_ACC_UVA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F84C1E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ACC_UVA .gradient-home,.NCAAF_ACC_UVA .gradient-away{height:240px}}.NCAAF_ACC_VT{background:#6A2C3E  !important}.NCAAF_ACC_VT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6A2C3E 0%, rgba(0,0,0,0) 60%)}.NCAAF_ACC_VT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6A2C3E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ACC_VT .gradient-home,.NCAAF_ACC_VT .gradient-away{height:240px}}.NCAAF_ACC_WAKE{background:#A67F31  !important}.NCAAF_ACC_WAKE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A67F31 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A67F31 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A67F31 0%, rgba(0,0,0,0) 60%)}.NCAAF_ACC_WAKE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A67F31 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A67F31 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A67F31 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ACC_WAKE .gradient-home,.NCAAF_ACC_WAKE .gradient-away{height:240px}}.NCAAF_Pac-12_WASH{background:#4B2E83  !important}.NCAAF_Pac-12_WASH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4B2E83 0%, rgba(0,0,0,0) 60%)}.NCAAF_Pac-12_WASH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4B2E83 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Pac-12_WASH .gradient-home,.NCAAF_Pac-12_WASH .gradient-away{height:240px}}.NCAAF_Pac-12_WSU{background:#981E32  !important}.NCAAF_Pac-12_WSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #981E32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #981E32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #981E32 0%, rgba(0,0,0,0) 60%)}.NCAAF_Pac-12_WSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #981E32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #981E32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #981E32 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Pac-12_WSU .gradient-home,.NCAAF_Pac-12_WSU .gradient-away{height:240px}}.NCAAF_Big-12_WVU{background:#EAAA00  !important}.NCAAF_Big-12_WVU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EAAA00 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-12_WVU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EAAA00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-12_WVU .gradient-home,.NCAAF_Big-12_WVU .gradient-away{height:240px}}.NCAAF_CUSA_WKU{background:#C60C30  !important}.NCAAF_CUSA_WKU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C60C30 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C60C30 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C60C30 0%, rgba(0,0,0,0) 60%)}.NCAAF_CUSA_WKU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C60C30 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C60C30 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C60C30 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CUSA_WKU .gradient-home,.NCAAF_CUSA_WKU .gradient-away{height:240px}}.NCAAF_MAC_WMU{background:#6C4023  !important}.NCAAF_MAC_WMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6C4023 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6C4023 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6C4023 0%, rgba(0,0,0,0) 60%)}.NCAAF_MAC_WMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6C4023 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6C4023 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6C4023 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MAC_WMU .gradient-home,.NCAAF_MAC_WMU .gradient-away{height:240px}}.NCAAF_Big-Ten_WIS{background:#C5050C  !important}.NCAAF_Big-Ten_WIS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C5050C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C5050C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C5050C 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Ten_WIS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C5050C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C5050C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C5050C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Ten_WIS .gradient-home,.NCAAF_Big-Ten_WIS .gradient-away{height:240px}}.NCAAF_MWC_WYO{background:#FFC425  !important}.NCAAF_MWC_WYO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFC425 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFC425 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFC425 0%, rgba(0,0,0,0) 60%)}.NCAAF_MWC_WYO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFC425 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFC425 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFC425 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MWC_WYO .gradient-home,.NCAAF_MWC_WYO .gradient-away{height:240px}}.NCAAF_GLVC_IND{background:#A41F35 !important}.NCAAF_GLVC_IND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A41F35 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A41F35 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A41F35 0%, rgba(0,0,0,0) 60%)}.NCAAF_GLVC_IND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A41F35 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A41F35 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A41F35 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_GLVC_IND .gradient-home,.NCAAF_GLVC_IND .gradient-away{height:240px}}.NCAAF_MEC_ND{background:#009A44 !important}.NCAAF_MEC_ND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #009A44 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #009A44 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #009A44 0%, rgba(0,0,0,0) 60%)}.NCAAF_MEC_ND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #009A44 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #009A44 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #009A44 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MEC_ND .gradient-home,.NCAAF_MEC_ND .gradient-away{height:240px}}.NCAAF_UMAC_IOWA{background:#5C2C81 !important}.NCAAF_UMAC_IOWA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #5C2C81 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #5C2C81 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #5C2C81 0%, rgba(0,0,0,0) 60%)}.NCAAF_UMAC_IOWA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #5C2C81 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #5C2C81 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #5C2C81 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UMAC_IOWA .gradient-home,.NCAAF_UMAC_IOWA .gradient-away{height:240px}}.NCAAF_Big-Sky_PRST{background:#154734 !important}.NCAAF_Big-Sky_PRST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #154734 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #154734 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #154734 0%, rgba(0,0,0,0) 60%)}.NCAAF_Big-Sky_PRST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #154734 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #154734 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #154734 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_Big-Sky_PRST .gradient-home,.NCAAF_Big-Sky_PRST .gradient-away{height:240px}}.NCAAF_CAA_CWM{background:#115740 !important}.NCAAF_CAA_CWM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #115740 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #115740 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #115740 0%, rgba(0,0,0,0) 60%)}.NCAAF_CAA_CWM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #115740 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #115740 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #115740 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CAA_CWM .gradient-home,.NCAAF_CAA_CWM .gradient-away{height:240px}}.NCAAF_INDEP.FCS_UND{background:#C99700 !important}.NCAAF_INDEP.FCS_UND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C99700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C99700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C99700 0%, rgba(0,0,0,0) 60%)}.NCAAF_INDEP.FCS_UND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C99700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C99700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C99700 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_INDEP.FCS_UND .gradient-home,.NCAAF_INDEP.FCS_UND .gradient-away{height:240px}}.NCAAF_MEAC_SCST{background:#141F78 !important}.NCAAF_MEAC_SCST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #141F78 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #141F78 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #141F78 0%, rgba(0,0,0,0) 60%)}.NCAAF_MEAC_SCST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #141F78 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #141F78 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #141F78 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MEAC_SCST .gradient-home,.NCAAF_MEAC_SCST .gradient-away{height:240px}}.NCAAF_AFA{background:#003087  !important}.NCAAF_AFA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003087 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003087 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003087 0%, rgba(0,0,0,0) 60%)}.NCAAF_AFA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003087 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003087 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003087 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AFA .gradient-home,.NCAAF_AFA .gradient-away{height:240px}}.NCAAF_AKR{background:#A89968  !important}.NCAAF_AKR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A89968 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A89968 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A89968 0%, rgba(0,0,0,0) 60%)}.NCAAF_AKR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A89968 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A89968 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A89968 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AKR .gradient-home,.NCAAF_AKR .gradient-away{height:240px}}.NCAAF_ALA{background:#9E1B32  !important}.NCAAF_ALA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9E1B32 0%, rgba(0,0,0,0) 60%)}.NCAAF_ALA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9E1B32 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ALA .gradient-home,.NCAAF_ALA .gradient-away{height:240px}}.NCAAF_APP{background:#FFCC00  !important}.NCAAF_APP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%)}.NCAAF_APP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_APP .gradient-home,.NCAAF_APP .gradient-away{height:240px}}.NCAAF_ARIZ{background:#CC0033  !important}.NCAAF_ARIZ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c03 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c03 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c03 0%, rgba(0,0,0,0) 60%)}.NCAAF_ARIZ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c03 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c03 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c03 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ARIZ .gradient-home,.NCAAF_ARIZ .gradient-away{height:240px}}.NCAAF_ASU{background:#8C1D40  !important}.NCAAF_ASU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8C1D40 0%, rgba(0,0,0,0) 60%)}.NCAAF_ASU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8C1D40 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ASU .gradient-home,.NCAAF_ASU .gradient-away{height:240px}}.NCAAF_ARK{background:#9D2235  !important}.NCAAF_ARK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9D2235 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9D2235 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9D2235 0%, rgba(0,0,0,0) 60%)}.NCAAF_ARK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9D2235 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9D2235 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9D2235 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ARK .gradient-home,.NCAAF_ARK .gradient-away{height:240px}}.NCAAF_ARST{background:#CC092F  !important}.NCAAF_ARST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CC092F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CC092F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CC092F 0%, rgba(0,0,0,0) 60%)}.NCAAF_ARST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CC092F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CC092F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CC092F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ARST .gradient-home,.NCAAF_ARST .gradient-away{height:240px}}.NCAAF_ARMY{background:#FFD530  !important}.NCAAF_ARMY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFD530 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFD530 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFD530 0%, rgba(0,0,0,0) 60%)}.NCAAF_ARMY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFD530 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFD530 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFD530 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ARMY .gradient-home,.NCAAF_ARMY .gradient-away{height:240px}}.NCAAF_AUB{background:#E87722  !important}.NCAAF_AUB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E87722 0%, rgba(0,0,0,0) 60%)}.NCAAF_AUB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E87722 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_AUB .gradient-home,.NCAAF_AUB .gradient-away{height:240px}}.NCAAF_BALL{background:#BA0C2F  !important}.NCAAF_BALL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%)}.NCAAF_BALL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_BALL .gradient-home,.NCAAF_BALL .gradient-away{height:240px}}.NCAAF_BAY{background:#003015  !important}.NCAAF_BAY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003015 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003015 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003015 0%, rgba(0,0,0,0) 60%)}.NCAAF_BAY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003015 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003015 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003015 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_BAY .gradient-home,.NCAAF_BAY .gradient-away{height:240px}}.NCAAF_BSU{background:#0033A0  !important}.NCAAF_BSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%)}.NCAAF_BSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_BSU .gradient-home,.NCAAF_BSU .gradient-away{height:240px}}.NCAAF_BC{background:#98002E  !important}.NCAAF_BC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #98002E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #98002E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #98002E 0%, rgba(0,0,0,0) 60%)}.NCAAF_BC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #98002E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #98002E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #98002E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_BC .gradient-home,.NCAAF_BC .gradient-away{height:240px}}.NCAAF_BGSU{background:#cda077  !important}.NCAAF_BGSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #cda077 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #cda077 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #cda077 0%, rgba(0,0,0,0) 60%)}.NCAAF_BGSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #cda077 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #cda077 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #cda077 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_BGSU .gradient-home,.NCAAF_BGSU .gradient-away{height:240px}}.NCAAF_BYU{background:#002255  !important}.NCAAF_BYU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #025 0%, rgba(0,0,0,0) 60%)}.NCAAF_BYU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #025 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_BYU .gradient-home,.NCAAF_BYU .gradient-away{height:240px}}.NCAAF_BUFF{background:#005BBB  !important}.NCAAF_BUFF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005BBB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005BBB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005BBB 0%, rgba(0,0,0,0) 60%)}.NCAAF_BUFF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005BBB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005BBB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005BBB 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_BUFF .gradient-home,.NCAAF_BUFF .gradient-away{height:240px}}.NCAAF_CAL{background:#3B7EA1  !important}.NCAAF_CAL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #3B7EA1 0%, rgba(0,0,0,0) 60%)}.NCAAF_CAL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #3B7EA1 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CAL .gradient-home,.NCAAF_CAL .gradient-away{height:240px}}.NCAAF_UCF{background:#ffc904  !important}.NCAAF_UCF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #ffc904 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #ffc904 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #ffc904 0%, rgba(0,0,0,0) 60%)}.NCAAF_UCF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #ffc904 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #ffc904 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #ffc904 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UCF .gradient-home,.NCAAF_UCF .gradient-away{height:240px}}.NCAAF_CMU{background:#6A0032  !important}.NCAAF_CMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6A0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6A0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6A0032 0%, rgba(0,0,0,0) 60%)}.NCAAF_CMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6A0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6A0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6A0032 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CMU .gradient-home,.NCAAF_CMU .gradient-away{height:240px}}.NCAAF_CHAR{background:#046A38  !important}.NCAAF_CHAR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #046A38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #046A38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #046A38 0%, rgba(0,0,0,0) 60%)}.NCAAF_CHAR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #046A38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #046A38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #046A38 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CHAR .gradient-home,.NCAAF_CHAR .gradient-away{height:240px}}.NCAAF_CIN{background:#E00122  !important}.NCAAF_CIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E00122 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E00122 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E00122 0%, rgba(0,0,0,0) 60%)}.NCAAF_CIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E00122 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E00122 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E00122 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CIN .gradient-home,.NCAAF_CIN .gradient-away{height:240px}}.NCAAF_CLEM{background:#F56600  !important}.NCAAF_CLEM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F56600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F56600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F56600 0%, rgba(0,0,0,0) 60%)}.NCAAF_CLEM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F56600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F56600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F56600 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CLEM .gradient-home,.NCAAF_CLEM .gradient-away{height:240px}}.NCAAF_CC{background:#006F71  !important}.NCAAF_CC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006F71 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006F71 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006F71 0%, rgba(0,0,0,0) 60%)}.NCAAF_CC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006F71 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006F71 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006F71 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CC .gradient-home,.NCAAF_CC .gradient-away{height:240px}}.NCAAF_COLO{background:#CFB87C  !important}.NCAAF_COLO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CFB87C 0%, rgba(0,0,0,0) 60%)}.NCAAF_COLO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CFB87C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_COLO .gradient-home,.NCAAF_COLO .gradient-away{height:240px}}.NCAAF_CSU{background:#1E4D2B  !important}.NCAAF_CSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1E4D2B 0%, rgba(0,0,0,0) 60%)}.NCAAF_CSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1E4D2B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CSU .gradient-home,.NCAAF_CSU .gradient-away{height:240px}}.NCAAF_CONN{background:#a4c8e1  !important}.NCAAF_CONN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #a4c8e1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #a4c8e1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #a4c8e1 0%, rgba(0,0,0,0) 60%)}.NCAAF_CONN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #a4c8e1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #a4c8e1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #a4c8e1 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CONN .gradient-home,.NCAAF_CONN .gradient-away{height:240px}}.NCAAF_DUKE{background:#001A57  !important}.NCAAF_DUKE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #001A57 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #001A57 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #001A57 0%, rgba(0,0,0,0) 60%)}.NCAAF_DUKE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #001A57 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #001A57 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #001A57 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_DUKE .gradient-home,.NCAAF_DUKE .gradient-away{height:240px}}.NCAAF_ECU{background:#592A8A  !important}.NCAAF_ECU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #592A8A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #592A8A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #592A8A 0%, rgba(0,0,0,0) 60%)}.NCAAF_ECU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #592A8A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #592A8A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #592A8A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ECU .gradient-home,.NCAAF_ECU .gradient-away{height:240px}}.NCAAF_EMU{background:#006633  !important}.NCAAF_EMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #063 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #063 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #063 0%, rgba(0,0,0,0) 60%)}.NCAAF_EMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #063 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #063 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #063 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_EMU .gradient-home,.NCAAF_EMU .gradient-away{height:240px}}.NCAAF_FLA{background:#0021A5  !important}.NCAAF_FLA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0021A5 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0021A5 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0021A5 0%, rgba(0,0,0,0) 60%)}.NCAAF_FLA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0021A5 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0021A5 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0021A5 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_FLA .gradient-home,.NCAAF_FLA .gradient-away{height:240px}}.NCAAF_FAU{background:#003366  !important}.NCAAF_FAU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #036 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #036 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #036 0%, rgba(0,0,0,0) 60%)}.NCAAF_FAU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #036 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #036 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #036 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_FAU .gradient-home,.NCAAF_FAU .gradient-away{height:240px}}.NCAAF_FIU{background:#081E3F  !important}.NCAAF_FIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #081E3F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #081E3F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #081E3F 0%, rgba(0,0,0,0) 60%)}.NCAAF_FIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #081E3F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #081E3F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #081E3F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_FIU .gradient-home,.NCAAF_FIU .gradient-away{height:240px}}.NCAAF_FSU{background:#782F40  !important}.NCAAF_FSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #782F40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #782F40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #782F40 0%, rgba(0,0,0,0) 60%)}.NCAAF_FSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #782F40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #782F40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #782F40 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_FSU .gradient-home,.NCAAF_FSU .gradient-away{height:240px}}.NCAAF_FRES{background:#DB0032  !important}.NCAAF_FRES .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #DB0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #DB0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #DB0032 0%, rgba(0,0,0,0) 60%)}.NCAAF_FRES .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #DB0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #DB0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #DB0032 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_FRES .gradient-home,.NCAAF_FRES .gradient-away{height:240px}}.NCAAF_UGA{background:#BA0C2F  !important}.NCAAF_UGA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%)}.NCAAF_UGA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UGA .gradient-home,.NCAAF_UGA .gradient-away{height:240px}}.NCAAF_GASO{background:#011E41  !important}.NCAAF_GASO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #011E41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #011E41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #011E41 0%, rgba(0,0,0,0) 60%)}.NCAAF_GASO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #011E41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #011E41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #011E41 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_GASO .gradient-home,.NCAAF_GASO .gradient-away{height:240px}}.NCAAF_GSU{background:#0039A6  !important}.NCAAF_GSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0039A6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0039A6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0039A6 0%, rgba(0,0,0,0) 60%)}.NCAAF_GSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0039A6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0039A6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0039A6 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_GSU .gradient-home,.NCAAF_GSU .gradient-away{height:240px}}.NCAAF_GT{background:#B3A369  !important}.NCAAF_GT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B3A369 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B3A369 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B3A369 0%, rgba(0,0,0,0) 60%)}.NCAAF_GT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B3A369 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B3A369 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B3A369 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_GT .gradient-home,.NCAAF_GT .gradient-away{height:240px}}.NCAAF_HAW{background:#024731  !important}.NCAAF_HAW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #024731 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #024731 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #024731 0%, rgba(0,0,0,0) 60%)}.NCAAF_HAW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #024731 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #024731 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #024731 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_HAW .gradient-home,.NCAAF_HAW .gradient-away{height:240px}}.NCAAF_HOU{background:#C8102E  !important}.NCAAF_HOU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%)}.NCAAF_HOU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_HOU .gradient-home,.NCAAF_HOU .gradient-away{height:240px}}.NCAAF_ILL{background:#E84A27  !important}.NCAAF_ILL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E84A27 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E84A27 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E84A27 0%, rgba(0,0,0,0) 60%)}.NCAAF_ILL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E84A27 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E84A27 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E84A27 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ILL .gradient-home,.NCAAF_ILL .gradient-away{height:240px}}.NCAAF_IND{background:#990000  !important}.NCAAF_IND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #900 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #900 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #900 0%, rgba(0,0,0,0) 60%)}.NCAAF_IND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #900 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #900 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #900 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_IND .gradient-home,.NCAAF_IND .gradient-away{height:240px}}.NCAAF_IOWA{background:#FFCD00  !important}.NCAAF_IOWA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFCD00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFCD00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFCD00 0%, rgba(0,0,0,0) 60%)}.NCAAF_IOWA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFCD00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFCD00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFCD00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_IOWA .gradient-home,.NCAAF_IOWA .gradient-away{height:240px}}.NCAAF_ISU{background:#C8102E  !important}.NCAAF_ISU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%)}.NCAAF_ISU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ISU .gradient-home,.NCAAF_ISU .gradient-away{height:240px}}.NCAAF_KU{background:#0051BA  !important}.NCAAF_KU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0051BA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0051BA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0051BA 0%, rgba(0,0,0,0) 60%)}.NCAAF_KU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0051BA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0051BA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0051BA 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_KU .gradient-home,.NCAAF_KU .gradient-away{height:240px}}.NCAAF_KSU{background:#512888  !important}.NCAAF_KSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #512888 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #512888 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #512888 0%, rgba(0,0,0,0) 60%)}.NCAAF_KSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #512888 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #512888 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #512888 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_KSU .gradient-home,.NCAAF_KSU .gradient-away{height:240px}}.NCAAF_KENT{background:#002664  !important}.NCAAF_KENT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002664 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002664 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002664 0%, rgba(0,0,0,0) 60%)}.NCAAF_KENT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002664 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002664 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002664 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_KENT .gradient-home,.NCAAF_KENT .gradient-away{height:240px}}.NCAAF_UK{background:#0033A0  !important}.NCAAF_UK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%)}.NCAAF_UK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UK .gradient-home,.NCAAF_UK .gradient-away{height:240px}}.NCAAF_LIB{background:#0A254E  !important}.NCAAF_LIB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0A254E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0A254E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0A254E 0%, rgba(0,0,0,0) 60%)}.NCAAF_LIB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0A254E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0A254E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0A254E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_LIB .gradient-home,.NCAAF_LIB .gradient-away{height:240px}}.NCAAF_LSU{background:#461D7C  !important}.NCAAF_LSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #461D7C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #461D7C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #461D7C 0%, rgba(0,0,0,0) 60%)}.NCAAF_LSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #461D7C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #461D7C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #461D7C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_LSU .gradient-home,.NCAAF_LSU .gradient-away{height:240px}}.NCAAF_LT{background:#E31B23  !important}.NCAAF_LT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E31B23 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E31B23 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E31B23 0%, rgba(0,0,0,0) 60%)}.NCAAF_LT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E31B23 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E31B23 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E31B23 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_LT .gradient-home,.NCAAF_LT .gradient-away{height:240px}}.NCAAF_LOU{background:#AD0000  !important}.NCAAF_LOU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #AD0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #AD0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #AD0000 0%, rgba(0,0,0,0) 60%)}.NCAAF_LOU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #AD0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #AD0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #AD0000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_LOU .gradient-home,.NCAAF_LOU .gradient-away{height:240px}}.NCAAF_MRSH{background:#00B140  !important}.NCAAF_MRSH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00B140 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00B140 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00B140 0%, rgba(0,0,0,0) 60%)}.NCAAF_MRSH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00B140 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00B140 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00B140 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MRSH .gradient-home,.NCAAF_MRSH .gradient-away{height:240px}}.NCAAF_MD{background:#E03A3E  !important}.NCAAF_MD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E03A3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E03A3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E03A3E 0%, rgba(0,0,0,0) 60%)}.NCAAF_MD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E03A3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E03A3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E03A3E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MD .gradient-home,.NCAAF_MD .gradient-away{height:240px}}.NCAAF_MASS{background:#971B25  !important}.NCAAF_MASS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #971B25 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #971B25 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #971B25 0%, rgba(0,0,0,0) 60%)}.NCAAF_MASS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #971B25 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #971B25 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #971B25 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MASS .gradient-home,.NCAAF_MASS .gradient-away{height:240px}}.NCAAF_MEM{background:#003087  !important}.NCAAF_MEM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003087 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003087 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003087 0%, rgba(0,0,0,0) 60%)}.NCAAF_MEM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003087 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003087 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003087 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MEM .gradient-home,.NCAAF_MEM .gradient-away{height:240px}}.NCAAF_MIA{background:#F47321  !important}.NCAAF_MIA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F47321 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F47321 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F47321 0%, rgba(0,0,0,0) 60%)}.NCAAF_MIA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F47321 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F47321 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F47321 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MIA .gradient-home,.NCAAF_MIA .gradient-away{height:240px}}.NCAAF_M-OH{background:#B61E2E  !important}.NCAAF_M-OH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B61E2E 0%, rgba(0,0,0,0) 60%)}.NCAAF_M-OH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B61E2E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_M-OH .gradient-home,.NCAAF_M-OH .gradient-away{height:240px}}.NCAAF_MICH{background:#00274C  !important}.NCAAF_MICH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00274C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00274C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00274C 0%, rgba(0,0,0,0) 60%)}.NCAAF_MICH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00274C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00274C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00274C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MICH .gradient-home,.NCAAF_MICH .gradient-away{height:240px}}.NCAAF_MSU{background:#18453B  !important}.NCAAF_MSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #18453B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #18453B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #18453B 0%, rgba(0,0,0,0) 60%)}.NCAAF_MSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #18453B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #18453B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #18453B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MSU .gradient-home,.NCAAF_MSU .gradient-away{height:240px}}.NCAAF_MTU{background:#0066CC  !important}.NCAAF_MTU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #06c 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #06c 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #06c 0%, rgba(0,0,0,0) 60%)}.NCAAF_MTU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #06c 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #06c 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #06c 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MTU .gradient-home,.NCAAF_MTU .gradient-away{height:240px}}.NCAAF_MINN{background:#7A0019  !important}.NCAAF_MINN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #7A0019 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #7A0019 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #7A0019 0%, rgba(0,0,0,0) 60%)}.NCAAF_MINN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #7A0019 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #7A0019 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #7A0019 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MINN .gradient-home,.NCAAF_MINN .gradient-away{height:240px}}.NCAAF_MISS{background:#C8102E  !important}.NCAAF_MISS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%)}.NCAAF_MISS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MISS .gradient-home,.NCAAF_MISS .gradient-away{height:240px}}.NCAAF_MSST{background:#660000  !important}.NCAAF_MSST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #600 0%, rgba(0,0,0,0) 60%)}.NCAAF_MSST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #600 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MSST .gradient-home,.NCAAF_MSST .gradient-away{height:240px}}.NCAAF_MIZZ{background:#F1B82D  !important}.NCAAF_MIZZ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F1B82D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F1B82D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F1B82D 0%, rgba(0,0,0,0) 60%)}.NCAAF_MIZZ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F1B82D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F1B82D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F1B82D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_MIZZ .gradient-home,.NCAAF_MIZZ .gradient-away{height:240px}}.NCAAF_NCST{background:#CC0000  !important}.NCAAF_NCST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NCAAF_NCST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_NCST .gradient-home,.NCAAF_NCST .gradient-away{height:240px}}.NCAAF_NAVY{background:#00205B  !important}.NCAAF_NAVY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%)}.NCAAF_NAVY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_NAVY .gradient-home,.NCAAF_NAVY .gradient-away{height:240px}}.NCAAF_NEB{background:#E41C38  !important}.NCAAF_NEB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E41C38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E41C38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E41C38 0%, rgba(0,0,0,0) 60%)}.NCAAF_NEB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E41C38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E41C38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E41C38 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_NEB .gradient-home,.NCAAF_NEB .gradient-away{height:240px}}.NCAAF_NEV{background:#003366  !important}.NCAAF_NEV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #036 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #036 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #036 0%, rgba(0,0,0,0) 60%)}.NCAAF_NEV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #036 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #036 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #036 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_NEV .gradient-home,.NCAAF_NEV .gradient-away{height:240px}}.NCAAF_UNM{background:#BA0C2F  !important}.NCAAF_UNM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%)}.NCAAF_UNM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UNM .gradient-home,.NCAAF_UNM .gradient-away{height:240px}}.NCAAF_NMSU{background:#861F41  !important}.NCAAF_NMSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #861F41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #861F41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #861F41 0%, rgba(0,0,0,0) 60%)}.NCAAF_NMSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #861F41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #861F41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #861F41 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_NMSU .gradient-home,.NCAAF_NMSU .gradient-away{height:240px}}.NCAAF_UNC{background:#7BAFD4  !important}.NCAAF_UNC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #7BAFD4 0%, rgba(0,0,0,0) 60%)}.NCAAF_UNC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #7BAFD4 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UNC .gradient-home,.NCAAF_UNC .gradient-away{height:240px}}.NCAAF_UNT{background:#00853E  !important}.NCAAF_UNT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00853E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00853E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00853E 0%, rgba(0,0,0,0) 60%)}.NCAAF_UNT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00853E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00853E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00853E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UNT .gradient-home,.NCAAF_UNT .gradient-away{height:240px}}.NCAAF_NIU{background:#8A8D8F  !important}.NCAAF_NIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8A8D8F 0%, rgba(0,0,0,0) 60%)}.NCAAF_NIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8A8D8F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_NIU .gradient-home,.NCAAF_NIU .gradient-away{height:240px}}.NCAAF_NW{background:#4E2A84  !important}.NCAAF_NW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4E2A84 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4E2A84 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4E2A84 0%, rgba(0,0,0,0) 60%)}.NCAAF_NW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4E2A84 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4E2A84 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4E2A84 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_NW .gradient-home,.NCAAF_NW .gradient-away{height:240px}}.NCAAF_ND{background:#C99700  !important}.NCAAF_ND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C99700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C99700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C99700 0%, rgba(0,0,0,0) 60%)}.NCAAF_ND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C99700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C99700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C99700 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ND .gradient-home,.NCAAF_ND .gradient-away{height:240px}}.NCAAF_OHIO{background:#00694E  !important}.NCAAF_OHIO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00694E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00694E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00694E 0%, rgba(0,0,0,0) 60%)}.NCAAF_OHIO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00694E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00694E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00694E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_OHIO .gradient-home,.NCAAF_OHIO .gradient-away{height:240px}}.NCAAF_OSU{background:#BB0000  !important}.NCAAF_OSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #b00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #b00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #b00 0%, rgba(0,0,0,0) 60%)}.NCAAF_OSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #b00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #b00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #b00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_OSU .gradient-home,.NCAAF_OSU .gradient-away{height:240px}}.NCAAF_OKLA{background:#841617  !important}.NCAAF_OKLA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #841617 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #841617 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #841617 0%, rgba(0,0,0,0) 60%)}.NCAAF_OKLA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #841617 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #841617 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #841617 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_OKLA .gradient-home,.NCAAF_OKLA .gradient-away{height:240px}}.NCAAF_OKST{background:#FF7300  !important}.NCAAF_OKST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF7300 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF7300 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF7300 0%, rgba(0,0,0,0) 60%)}.NCAAF_OKST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF7300 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF7300 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF7300 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_OKST .gradient-home,.NCAAF_OKST .gradient-away{height:240px}}.NCAAF_ODU{background:#92C1E9  !important}.NCAAF_ODU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #92C1E9 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #92C1E9 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #92C1E9 0%, rgba(0,0,0,0) 60%)}.NCAAF_ODU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #92C1E9 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #92C1E9 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #92C1E9 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ODU .gradient-home,.NCAAF_ODU .gradient-away{height:240px}}.NCAAF_ORE{background:#154733  !important}.NCAAF_ORE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #154733 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #154733 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #154733 0%, rgba(0,0,0,0) 60%)}.NCAAF_ORE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #154733 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #154733 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #154733 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ORE .gradient-home,.NCAAF_ORE .gradient-away{height:240px}}.NCAAF_ORST{background:#DC4405  !important}.NCAAF_ORST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #DC4405 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #DC4405 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #DC4405 0%, rgba(0,0,0,0) 60%)}.NCAAF_ORST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #DC4405 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #DC4405 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #DC4405 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ORST .gradient-home,.NCAAF_ORST .gradient-away{height:240px}}.NCAAF_PSU{background:#093162  !important}.NCAAF_PSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #093162 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #093162 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #093162 0%, rgba(0,0,0,0) 60%)}.NCAAF_PSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #093162 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #093162 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #093162 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_PSU .gradient-home,.NCAAF_PSU .gradient-away{height:240px}}.NCAAF_PITT{background:#1C2957  !important}.NCAAF_PITT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1C2957 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1C2957 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1C2957 0%, rgba(0,0,0,0) 60%)}.NCAAF_PITT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1C2957 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1C2957 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1C2957 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_PITT .gradient-home,.NCAAF_PITT .gradient-away{height:240px}}.NCAAF_PUR{background:#CEB888  !important}.NCAAF_PUR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CEB888 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CEB888 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CEB888 0%, rgba(0,0,0,0) 60%)}.NCAAF_PUR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CEB888 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CEB888 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CEB888 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_PUR .gradient-home,.NCAAF_PUR .gradient-away{height:240px}}.NCAAF_RICE{background:#00205B  !important}.NCAAF_RICE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%)}.NCAAF_RICE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_RICE .gradient-home,.NCAAF_RICE .gradient-away{height:240px}}.NCAAF_RUTG{background:#5F6A72  !important}.NCAAF_RUTG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #5F6A72 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #5F6A72 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #5F6A72 0%, rgba(0,0,0,0) 60%)}.NCAAF_RUTG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #5F6A72 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #5F6A72 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #5F6A72 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_RUTG .gradient-home,.NCAAF_RUTG .gradient-away{height:240px}}.NCAAF_SDSU{background:#A6192E  !important}.NCAAF_SDSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A6192E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A6192E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A6192E 0%, rgba(0,0,0,0) 60%)}.NCAAF_SDSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A6192E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A6192E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A6192E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SDSU .gradient-home,.NCAAF_SDSU .gradient-away{height:240px}}.NCAAF_SJSU{background:#0055A2  !important}.NCAAF_SJSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0055A2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0055A2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0055A2 0%, rgba(0,0,0,0) 60%)}.NCAAF_SJSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0055A2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0055A2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0055A2 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SJSU .gradient-home,.NCAAF_SJSU .gradient-away{height:240px}}.NCAAF_USA{background:#00205B  !important}.NCAAF_USA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%)}.NCAAF_USA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_USA .gradient-home,.NCAAF_USA .gradient-away{height:240px}}.NCAAF_SOCAR{background:#73000A  !important}.NCAAF_SOCAR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #73000A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #73000A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #73000A 0%, rgba(0,0,0,0) 60%)}.NCAAF_SOCAR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #73000A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #73000A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #73000A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SOCAR .gradient-home,.NCAAF_SOCAR .gradient-away{height:240px}}.NCAAF_USF{background:#006747  !important}.NCAAF_USF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006747 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006747 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006747 0%, rgba(0,0,0,0) 60%)}.NCAAF_USF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006747 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006747 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006747 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_USF .gradient-home,.NCAAF_USF .gradient-away{height:240px}}.NCAAF_USC{background:#FFC72C  !important}.NCAAF_USC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFC72C 0%, rgba(0,0,0,0) 60%)}.NCAAF_USC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFC72C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_USC .gradient-home,.NCAAF_USC .gradient-away{height:240px}}.NCAAF_SMU{background:#0033A0  !important}.NCAAF_SMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%)}.NCAAF_SMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SMU .gradient-home,.NCAAF_SMU .gradient-away{height:240px}}.NCAAF_SOMIS{background:#FFAB00  !important}.NCAAF_SOMIS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFAB00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFAB00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFAB00 0%, rgba(0,0,0,0) 60%)}.NCAAF_SOMIS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFAB00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFAB00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFAB00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SOMIS .gradient-home,.NCAAF_SOMIS .gradient-away{height:240px}}.NCAAF_STAN{background:#8C1515  !important}.NCAAF_STAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8C1515 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8C1515 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8C1515 0%, rgba(0,0,0,0) 60%)}.NCAAF_STAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8C1515 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8C1515 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8C1515 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_STAN .gradient-home,.NCAAF_STAN .gradient-away{height:240px}}.NCAAF_SYR{background:#D44500  !important}.NCAAF_SYR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D44500 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D44500 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D44500 0%, rgba(0,0,0,0) 60%)}.NCAAF_SYR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D44500 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D44500 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D44500 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SYR .gradient-home,.NCAAF_SYR .gradient-away{height:240px}}.NCAAF_TEM{background:#9D2235  !important}.NCAAF_TEM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9D2235 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9D2235 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9D2235 0%, rgba(0,0,0,0) 60%)}.NCAAF_TEM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9D2235 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9D2235 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9D2235 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_TEM .gradient-home,.NCAAF_TEM .gradient-away{height:240px}}.NCAAF_TENN{background:#f77f00  !important}.NCAAF_TENN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #f77f00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #f77f00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #f77f00 0%, rgba(0,0,0,0) 60%)}.NCAAF_TENN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #f77f00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #f77f00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #f77f00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_TENN .gradient-home,.NCAAF_TENN .gradient-away{height:240px}}.NCAAF_TEX{background:#BF5700  !important}.NCAAF_TEX .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BF5700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BF5700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BF5700 0%, rgba(0,0,0,0) 60%)}.NCAAF_TEX .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BF5700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BF5700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BF5700 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_TEX .gradient-home,.NCAAF_TEX .gradient-away{height:240px}}.NCAAF_TAM{background:#500000  !important}.NCAAF_TAM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #500000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #500000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #500000 0%, rgba(0,0,0,0) 60%)}.NCAAF_TAM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #500000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #500000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #500000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_TAM .gradient-home,.NCAAF_TAM .gradient-away{height:240px}}.NCAAF_TCU{background:#4D1979  !important}.NCAAF_TCU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4D1979 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4D1979 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4D1979 0%, rgba(0,0,0,0) 60%)}.NCAAF_TCU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4D1979 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4D1979 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4D1979 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_TCU .gradient-home,.NCAAF_TCU .gradient-away{height:240px}}.NCAAF_UTEP{background:#FF8200  !important}.NCAAF_UTEP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF8200 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF8200 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF8200 0%, rgba(0,0,0,0) 60%)}.NCAAF_UTEP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF8200 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF8200 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF8200 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UTEP .gradient-home,.NCAAF_UTEP .gradient-away{height:240px}}.NCAAF_TXST{background:#501214  !important}.NCAAF_TXST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #501214 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #501214 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #501214 0%, rgba(0,0,0,0) 60%)}.NCAAF_TXST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #501214 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #501214 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #501214 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_TXST .gradient-home,.NCAAF_TXST .gradient-away{height:240px}}.NCAAF_TTU{background:#CC0000  !important}.NCAAF_TTU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NCAAF_TTU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_TTU .gradient-home,.NCAAF_TTU .gradient-away{height:240px}}.NCAAF_UTSA{background:#F15A22  !important}.NCAAF_UTSA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F15A22 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F15A22 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F15A22 0%, rgba(0,0,0,0) 60%)}.NCAAF_UTSA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F15A22 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F15A22 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F15A22 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UTSA .gradient-home,.NCAAF_UTSA .gradient-away{height:240px}}.NCAAF_TOL{background:#FFDA00  !important}.NCAAF_TOL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFDA00 0%, rgba(0,0,0,0) 60%)}.NCAAF_TOL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFDA00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_TOL .gradient-home,.NCAAF_TOL .gradient-away{height:240px}}.NCAAF_TROY{background:#919191  !important}.NCAAF_TROY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #919191 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #919191 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #919191 0%, rgba(0,0,0,0) 60%)}.NCAAF_TROY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #919191 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #919191 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #919191 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_TROY .gradient-home,.NCAAF_TROY .gradient-away{height:240px}}.NCAAF_TULN{background:#006747  !important}.NCAAF_TULN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006747 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006747 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006747 0%, rgba(0,0,0,0) 60%)}.NCAAF_TULN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006747 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006747 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006747 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_TULN .gradient-home,.NCAAF_TULN .gradient-away{height:240px}}.NCAAF_TLSA{background:#C5B783  !important}.NCAAF_TLSA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C5B783 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C5B783 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C5B783 0%, rgba(0,0,0,0) 60%)}.NCAAF_TLSA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C5B783 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C5B783 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C5B783 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_TLSA .gradient-home,.NCAAF_TLSA .gradient-away{height:240px}}.NCAAF_UAB{background:#006341  !important}.NCAAF_UAB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006341 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006341 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006341 0%, rgba(0,0,0,0) 60%)}.NCAAF_UAB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006341 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006341 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006341 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UAB .gradient-home,.NCAAF_UAB .gradient-away{height:240px}}.NCAAF_UCLA{background:#3284BF  !important}.NCAAF_UCLA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #3284BF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #3284BF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #3284BF 0%, rgba(0,0,0,0) 60%)}.NCAAF_UCLA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #3284BF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #3284BF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #3284BF 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UCLA .gradient-home,.NCAAF_UCLA .gradient-away{height:240px}}.NCAAF_ULL{background:#CE181E  !important}.NCAAF_ULL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CE181E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CE181E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CE181E 0%, rgba(0,0,0,0) 60%)}.NCAAF_ULL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CE181E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CE181E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CE181E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ULL .gradient-home,.NCAAF_ULL .gradient-away{height:240px}}.NCAAF_ULM{background:#800029  !important}.NCAAF_ULM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #800029 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #800029 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #800029 0%, rgba(0,0,0,0) 60%)}.NCAAF_ULM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #800029 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #800029 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #800029 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ULM .gradient-home,.NCAAF_ULM .gradient-away{height:240px}}.NCAAF_UNLV{background:#666666  !important}.NCAAF_UNLV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #666 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #666 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #666 0%, rgba(0,0,0,0) 60%)}.NCAAF_UNLV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #666 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #666 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #666 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UNLV .gradient-home,.NCAAF_UNLV .gradient-away{height:240px}}.NCAAF_UTAH{background:#CC0000  !important}.NCAAF_UTAH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NCAAF_UTAH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UTAH .gradient-home,.NCAAF_UTAH .gradient-away{height:240px}}.NCAAF_USU{background:#0F2439  !important}.NCAAF_USU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0F2439 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0F2439 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0F2439 0%, rgba(0,0,0,0) 60%)}.NCAAF_USU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0F2439 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0F2439 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0F2439 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_USU .gradient-home,.NCAAF_USU .gradient-away{height:240px}}.NCAAF_VAN{background:#866D4B  !important}.NCAAF_VAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #866D4B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #866D4B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #866D4B 0%, rgba(0,0,0,0) 60%)}.NCAAF_VAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #866D4B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #866D4B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #866D4B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_VAN .gradient-home,.NCAAF_VAN .gradient-away{height:240px}}.NCAAF_UVA{background:#F84C1E  !important}.NCAAF_UVA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F84C1E 0%, rgba(0,0,0,0) 60%)}.NCAAF_UVA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F84C1E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UVA .gradient-home,.NCAAF_UVA .gradient-away{height:240px}}.NCAAF_VT{background:#6A2C3E  !important}.NCAAF_VT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6A2C3E 0%, rgba(0,0,0,0) 60%)}.NCAAF_VT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6A2C3E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_VT .gradient-home,.NCAAF_VT .gradient-away{height:240px}}.NCAAF_WAKE{background:#A67F31  !important}.NCAAF_WAKE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A67F31 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A67F31 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A67F31 0%, rgba(0,0,0,0) 60%)}.NCAAF_WAKE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A67F31 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A67F31 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A67F31 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_WAKE .gradient-home,.NCAAF_WAKE .gradient-away{height:240px}}.NCAAF_WASH{background:#4B2E83  !important}.NCAAF_WASH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4B2E83 0%, rgba(0,0,0,0) 60%)}.NCAAF_WASH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4B2E83 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_WASH .gradient-home,.NCAAF_WASH .gradient-away{height:240px}}.NCAAF_WSU{background:#981E32  !important}.NCAAF_WSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #981E32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #981E32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #981E32 0%, rgba(0,0,0,0) 60%)}.NCAAF_WSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #981E32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #981E32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #981E32 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_WSU .gradient-home,.NCAAF_WSU .gradient-away{height:240px}}.NCAAF_WVU{background:#EAAA00  !important}.NCAAF_WVU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EAAA00 0%, rgba(0,0,0,0) 60%)}.NCAAF_WVU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EAAA00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_WVU .gradient-home,.NCAAF_WVU .gradient-away{height:240px}}.NCAAF_WKU{background:#C60C30  !important}.NCAAF_WKU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C60C30 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C60C30 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C60C30 0%, rgba(0,0,0,0) 60%)}.NCAAF_WKU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C60C30 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C60C30 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C60C30 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_WKU .gradient-home,.NCAAF_WKU .gradient-away{height:240px}}.NCAAF_WMU{background:#6C4023  !important}.NCAAF_WMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6C4023 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6C4023 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6C4023 0%, rgba(0,0,0,0) 60%)}.NCAAF_WMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6C4023 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6C4023 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6C4023 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_WMU .gradient-home,.NCAAF_WMU .gradient-away{height:240px}}.NCAAF_WIS{background:#C5050C  !important}.NCAAF_WIS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C5050C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C5050C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C5050C 0%, rgba(0,0,0,0) 60%)}.NCAAF_WIS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C5050C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C5050C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C5050C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_WIS .gradient-home,.NCAAF_WIS .gradient-away{height:240px}}.NCAAF_WYO{background:#FFC425  !important}.NCAAF_WYO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFC425 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFC425 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFC425 0%, rgba(0,0,0,0) 60%)}.NCAAF_WYO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFC425 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFC425 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFC425 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_WYO .gradient-home,.NCAAF_WYO .gradient-away{height:240px}}.NCAAF_IND{background:#A41F35 !important}.NCAAF_IND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A41F35 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A41F35 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A41F35 0%, rgba(0,0,0,0) 60%)}.NCAAF_IND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A41F35 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A41F35 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A41F35 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_IND .gradient-home,.NCAAF_IND .gradient-away{height:240px}}.NCAAF_ND{background:#009A44 !important}.NCAAF_ND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #009A44 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #009A44 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #009A44 0%, rgba(0,0,0,0) 60%)}.NCAAF_ND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #009A44 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #009A44 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #009A44 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_ND .gradient-home,.NCAAF_ND .gradient-away{height:240px}}.NCAAF_IOWA{background:#5C2C81 !important}.NCAAF_IOWA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #5C2C81 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #5C2C81 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #5C2C81 0%, rgba(0,0,0,0) 60%)}.NCAAF_IOWA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #5C2C81 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #5C2C81 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #5C2C81 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_IOWA .gradient-home,.NCAAF_IOWA .gradient-away{height:240px}}.NCAAF_PRST{background:#154734 !important}.NCAAF_PRST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #154734 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #154734 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #154734 0%, rgba(0,0,0,0) 60%)}.NCAAF_PRST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #154734 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #154734 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #154734 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_PRST .gradient-home,.NCAAF_PRST .gradient-away{height:240px}}.NCAAF_CWM{background:#115740 !important}.NCAAF_CWM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #115740 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #115740 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #115740 0%, rgba(0,0,0,0) 60%)}.NCAAF_CWM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #115740 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #115740 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #115740 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_CWM .gradient-home,.NCAAF_CWM .gradient-away{height:240px}}.NCAAF_UND{background:#C99700 !important}.NCAAF_UND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C99700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C99700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C99700 0%, rgba(0,0,0,0) 60%)}.NCAAF_UND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C99700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C99700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C99700 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_UND .gradient-home,.NCAAF_UND .gradient-away{height:240px}}.NCAAF_SCST{background:#141F78 !important}.NCAAF_SCST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #141F78 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #141F78 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #141F78 0%, rgba(0,0,0,0) 60%)}.NCAAF_SCST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #141F78 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #141F78 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #141F78 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAF_SCST .gradient-home,.NCAAF_SCST .gradient-away{height:240px}}.NCAAB_A-Sun_FGCU{background:#009569  !important}.NCAAB_A-Sun_FGCU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #009569 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #009569 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #009569 0%, rgba(0,0,0,0) 60%)}.NCAAB_A-Sun_FGCU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #009569 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #009569 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #009569 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_A-Sun_FGCU .gradient-home,.NCAAB_A-Sun_FGCU .gradient-away{height:240px}}.NCAAB_A-Sun_JAC{background:#008568  !important}.NCAAB_A-Sun_JAC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #008568 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #008568 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #008568 0%, rgba(0,0,0,0) 60%)}.NCAAB_A-Sun_JAC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #008568 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #008568 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #008568 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_A-Sun_JAC .gradient-home,.NCAAB_A-Sun_JAC .gradient-away{height:240px}}.NCAAB_A-Sun_KENN{background:#231F20  !important}.NCAAB_A-Sun_KENN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #231F20 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #231F20 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #231F20 0%, rgba(0,0,0,0) 60%)}.NCAAB_A-Sun_KENN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #231F20 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #231F20 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #231F20 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_A-Sun_KENN .gradient-home,.NCAAB_A-Sun_KENN .gradient-away{height:240px}}.NCAAB_A-Sun_LIB{background:#02298A  !important}.NCAAB_A-Sun_LIB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #02298A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #02298A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #02298A 0%, rgba(0,0,0,0) 60%)}.NCAAB_A-Sun_LIB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #02298A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #02298A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #02298A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_A-Sun_LIB .gradient-home,.NCAAB_A-Sun_LIB .gradient-away{height:240px}}.NCAAB_A-Sun_LIP{background:#122A65  !important}.NCAAB_A-Sun_LIP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #122A65 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #122A65 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #122A65 0%, rgba(0,0,0,0) 60%)}.NCAAB_A-Sun_LIP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #122A65 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #122A65 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #122A65 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_A-Sun_LIP .gradient-home,.NCAAB_A-Sun_LIP .gradient-away{height:240px}}.NCAAB_A-Sun_NJIT{background:#EE3024  !important}.NCAAB_A-Sun_NJIT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EE3024 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EE3024 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EE3024 0%, rgba(0,0,0,0) 60%)}.NCAAB_A-Sun_NJIT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EE3024 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EE3024 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EE3024 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_A-Sun_NJIT .gradient-home,.NCAAB_A-Sun_NJIT .gradient-away{height:240px}}.NCAAB_A-Sun_NORAL{background:#DB9F11  !important}.NCAAB_A-Sun_NORAL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #DB9F11 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #DB9F11 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #DB9F11 0%, rgba(0,0,0,0) 60%)}.NCAAB_A-Sun_NORAL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #DB9F11 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #DB9F11 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #DB9F11 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_A-Sun_NORAL .gradient-home,.NCAAB_A-Sun_NORAL .gradient-away{height:240px}}.NCAAB_A-Sun_STET{background:#18581C  !important}.NCAAB_A-Sun_STET .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #18581C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #18581C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #18581C 0%, rgba(0,0,0,0) 60%)}.NCAAB_A-Sun_STET .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #18581C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #18581C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #18581C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_A-Sun_STET .gradient-home,.NCAAB_A-Sun_STET .gradient-away{height:240px}}.NCAAB_A-Sun_UNF{background:#0A548D  !important}.NCAAB_A-Sun_UNF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0A548D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0A548D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0A548D 0%, rgba(0,0,0,0) 60%)}.NCAAB_A-Sun_UNF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0A548D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0A548D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0A548D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_A-Sun_UNF .gradient-home,.NCAAB_A-Sun_UNF .gradient-away{height:240px}}.NCAAB_AAC_CIN{background:#000000  !important}.NCAAB_AAC_CIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%)}.NCAAB_AAC_CIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AAC_CIN .gradient-home,.NCAAB_AAC_CIN .gradient-away{height:240px}}.NCAAB_AAC_ECU{background:#4A1F68  !important}.NCAAB_AAC_ECU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4A1F68 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4A1F68 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4A1F68 0%, rgba(0,0,0,0) 60%)}.NCAAB_AAC_ECU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4A1F68 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4A1F68 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4A1F68 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AAC_ECU .gradient-home,.NCAAB_AAC_ECU .gradient-away{height:240px}}.NCAAB_AAC_HOU{background:#C90822  !important}.NCAAB_AAC_HOU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C90822 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C90822 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C90822 0%, rgba(0,0,0,0) 60%)}.NCAAB_AAC_HOU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C90822 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C90822 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C90822 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AAC_HOU .gradient-home,.NCAAB_AAC_HOU .gradient-away{height:240px}}.NCAAB_AAC_MEM{background:#2A2A9B  !important}.NCAAB_AAC_MEM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #2A2A9B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #2A2A9B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #2A2A9B 0%, rgba(0,0,0,0) 60%)}.NCAAB_AAC_MEM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #2A2A9B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #2A2A9B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #2A2A9B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AAC_MEM .gradient-home,.NCAAB_AAC_MEM .gradient-away{height:240px}}.NCAAB_AAC_SMU{background:#E32F38  !important}.NCAAB_AAC_SMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E32F38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E32F38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E32F38 0%, rgba(0,0,0,0) 60%)}.NCAAB_AAC_SMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E32F38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E32F38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E32F38 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AAC_SMU .gradient-home,.NCAAB_AAC_SMU .gradient-away{height:240px}}.NCAAB_AAC_TEM{background:#A80532  !important}.NCAAB_AAC_TEM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A80532 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A80532 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A80532 0%, rgba(0,0,0,0) 60%)}.NCAAB_AAC_TEM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A80532 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A80532 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A80532 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AAC_TEM .gradient-home,.NCAAB_AAC_TEM .gradient-away{height:240px}}.NCAAB_AAC_TLSA{background:#004371  !important}.NCAAB_AAC_TLSA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004371 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004371 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004371 0%, rgba(0,0,0,0) 60%)}.NCAAB_AAC_TLSA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004371 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004371 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004371 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AAC_TLSA .gradient-home,.NCAAB_AAC_TLSA .gradient-away{height:240px}}.NCAAB_AAC_TULN{background:#005837  !important}.NCAAB_AAC_TULN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005837 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005837 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005837 0%, rgba(0,0,0,0) 60%)}.NCAAB_AAC_TULN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005837 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005837 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005837 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AAC_TULN .gradient-home,.NCAAB_AAC_TULN .gradient-away{height:240px}}.NCAAB_AAC_UCF{background:#231F20  !important}.NCAAB_AAC_UCF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #231F20 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #231F20 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #231F20 0%, rgba(0,0,0,0) 60%)}.NCAAB_AAC_UCF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #231F20 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #231F20 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #231F20 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AAC_UCF .gradient-home,.NCAAB_AAC_UCF .gradient-away{height:240px}}.NCAAB_AAC_UCONN{background:#0A1D5A  !important}.NCAAB_AAC_UCONN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0A1D5A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0A1D5A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0A1D5A 0%, rgba(0,0,0,0) 60%)}.NCAAB_AAC_UCONN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0A1D5A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0A1D5A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0A1D5A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AAC_UCONN .gradient-home,.NCAAB_AAC_UCONN .gradient-away{height:240px}}.NCAAB_AAC_USF{background:#004A36  !important}.NCAAB_AAC_USF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004A36 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004A36 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004A36 0%, rgba(0,0,0,0) 60%)}.NCAAB_AAC_USF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004A36 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004A36 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004A36 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AAC_USF .gradient-home,.NCAAB_AAC_USF .gradient-away{height:240px}}.NCAAB_AAC_WICH{background:#F8D429  !important}.NCAAB_AAC_WICH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F8D429 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F8D429 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F8D429 0%, rgba(0,0,0,0) 60%)}.NCAAB_AAC_WICH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F8D429 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F8D429 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F8D429 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AAC_WICH .gradient-home,.NCAAB_AAC_WICH .gradient-away{height:240px}}.NCAAB_ACC_BC{background:#98002E  !important}.NCAAB_ACC_BC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #98002E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #98002E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #98002E 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_BC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #98002E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #98002E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #98002E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_BC .gradient-home,.NCAAB_ACC_BC .gradient-away{height:240px}}.NCAAB_ACC_CLEM{background:#F56600  !important}.NCAAB_ACC_CLEM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F56600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F56600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F56600 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_CLEM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F56600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F56600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F56600 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_CLEM .gradient-home,.NCAAB_ACC_CLEM .gradient-away{height:240px}}.NCAAB_ACC_DUKE{background:#001A57  !important}.NCAAB_ACC_DUKE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #001A57 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #001A57 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #001A57 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_DUKE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #001A57 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #001A57 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #001A57 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_DUKE .gradient-home,.NCAAB_ACC_DUKE .gradient-away{height:240px}}.NCAAB_ACC_FSU{background:#782F40  !important}.NCAAB_ACC_FSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #782F40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #782F40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #782F40 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_FSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #782F40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #782F40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #782F40 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_FSU .gradient-home,.NCAAB_ACC_FSU .gradient-away{height:240px}}.NCAAB_ACC_GT{background:#B3A369  !important}.NCAAB_ACC_GT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B3A369 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B3A369 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B3A369 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_GT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B3A369 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B3A369 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B3A369 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_GT .gradient-home,.NCAAB_ACC_GT .gradient-away{height:240px}}.NCAAB_ACC_LOU{background:#AD0000  !important}.NCAAB_ACC_LOU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #AD0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #AD0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #AD0000 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_LOU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #AD0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #AD0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #AD0000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_LOU .gradient-home,.NCAAB_ACC_LOU .gradient-away{height:240px}}.NCAAB_ACC_MIA{background:#F47321  !important}.NCAAB_ACC_MIA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F47321 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F47321 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F47321 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_MIA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F47321 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F47321 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F47321 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_MIA .gradient-home,.NCAAB_ACC_MIA .gradient-away{height:240px}}.NCAAB_ACC_NCST{background:#CC0000  !important}.NCAAB_ACC_NCST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_NCST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_NCST .gradient-home,.NCAAB_ACC_NCST .gradient-away{height:240px}}.NCAAB_ACC_ND{background:#C99700  !important}.NCAAB_ACC_ND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C99700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C99700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C99700 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_ND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C99700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C99700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C99700 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_ND .gradient-home,.NCAAB_ACC_ND .gradient-away{height:240px}}.NCAAB_ACC_PITT{background:#1C2957  !important}.NCAAB_ACC_PITT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1C2957 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1C2957 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1C2957 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_PITT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1C2957 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1C2957 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1C2957 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_PITT .gradient-home,.NCAAB_ACC_PITT .gradient-away{height:240px}}.NCAAB_ACC_SYR{background:#D44500  !important}.NCAAB_ACC_SYR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D44500 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D44500 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D44500 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_SYR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D44500 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D44500 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D44500 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_SYR .gradient-home,.NCAAB_ACC_SYR .gradient-away{height:240px}}.NCAAB_ACC_UNC{background:#7BAFD4  !important}.NCAAB_ACC_UNC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #7BAFD4 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_UNC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #7BAFD4 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_UNC .gradient-home,.NCAAB_ACC_UNC .gradient-away{height:240px}}.NCAAB_ACC_UVA{background:#F84C1E  !important}.NCAAB_ACC_UVA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F84C1E 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_UVA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F84C1E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_UVA .gradient-home,.NCAAB_ACC_UVA .gradient-away{height:240px}}.NCAAB_ACC_VT{background:#6A2C3E  !important}.NCAAB_ACC_VT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6A2C3E 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_VT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6A2C3E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_VT .gradient-home,.NCAAB_ACC_VT .gradient-away{height:240px}}.NCAAB_ACC_WAKE{background:#A67F31  !important}.NCAAB_ACC_WAKE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A67F31 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A67F31 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A67F31 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACC_WAKE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A67F31 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A67F31 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A67F31 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACC_WAKE .gradient-home,.NCAAB_ACC_WAKE .gradient-away{height:240px}}.NCAAB_AM-East_ALBY{background:#461660  !important}.NCAAB_AM-East_ALBY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #461660 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #461660 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #461660 0%, rgba(0,0,0,0) 60%)}.NCAAB_AM-East_ALBY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #461660 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #461660 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #461660 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AM-East_ALBY .gradient-home,.NCAAB_AM-East_ALBY .gradient-away{height:240px}}.NCAAB_AM-East_BING{background:#169B62  !important}.NCAAB_AM-East_BING .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #169B62 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #169B62 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #169B62 0%, rgba(0,0,0,0) 60%)}.NCAAB_AM-East_BING .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #169B62 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #169B62 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #169B62 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AM-East_BING .gradient-home,.NCAAB_AM-East_BING .gradient-away{height:240px}}.NCAAB_AM-East_HART{background:#C02427  !important}.NCAAB_AM-East_HART .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C02427 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C02427 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C02427 0%, rgba(0,0,0,0) 60%)}.NCAAB_AM-East_HART .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C02427 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C02427 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C02427 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AM-East_HART .gradient-home,.NCAAB_AM-East_HART .gradient-away{height:240px}}.NCAAB_AM-East_ME{background:#B0D7FF  !important}.NCAAB_AM-East_ME .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B0D7FF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B0D7FF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B0D7FF 0%, rgba(0,0,0,0) 60%)}.NCAAB_AM-East_ME .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B0D7FF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B0D7FF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B0D7FF 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AM-East_ME .gradient-home,.NCAAB_AM-East_ME .gradient-away{height:240px}}.NCAAB_AM-East_STON{background:#828282  !important}.NCAAB_AM-East_STON .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #828282 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #828282 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #828282 0%, rgba(0,0,0,0) 60%)}.NCAAB_AM-East_STON .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #828282 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #828282 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #828282 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AM-East_STON .gradient-home,.NCAAB_AM-East_STON .gradient-away{height:240px}}.NCAAB_AM-East_UMASS{background:#003DA5  !important}.NCAAB_AM-East_UMASS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003DA5 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003DA5 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003DA5 0%, rgba(0,0,0,0) 60%)}.NCAAB_AM-East_UMASS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003DA5 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003DA5 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003DA5 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AM-East_UMASS .gradient-home,.NCAAB_AM-East_UMASS .gradient-away{height:240px}}.NCAAB_AM-East_UMBC{background:#B18906  !important}.NCAAB_AM-East_UMBC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B18906 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B18906 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B18906 0%, rgba(0,0,0,0) 60%)}.NCAAB_AM-East_UMBC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B18906 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B18906 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B18906 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AM-East_UMBC .gradient-home,.NCAAB_AM-East_UMBC .gradient-away{height:240px}}.NCAAB_AM-East_UNH{background:#041E42  !important}.NCAAB_AM-East_UNH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #041E42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #041E42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #041E42 0%, rgba(0,0,0,0) 60%)}.NCAAB_AM-East_UNH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #041E42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #041E42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #041E42 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AM-East_UNH .gradient-home,.NCAAB_AM-East_UNH .gradient-away{height:240px}}.NCAAB_AM-East_UVM{background:#154734  !important}.NCAAB_AM-East_UVM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #154734 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #154734 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #154734 0%, rgba(0,0,0,0) 60%)}.NCAAB_AM-East_UVM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #154734 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #154734 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #154734 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AM-East_UVM .gradient-home,.NCAAB_AM-East_UVM .gradient-away{height:240px}}.NCAAB_ATL-10_DAV{background:#E51937  !important}.NCAAB_ATL-10_DAV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E51937 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E51937 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E51937 0%, rgba(0,0,0,0) 60%)}.NCAAB_ATL-10_DAV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E51937 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E51937 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E51937 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ATL-10_DAV .gradient-home,.NCAAB_ATL-10_DAV .gradient-away{height:240px}}.NCAAB_ATL-10_DAY{background:#E70808  !important}.NCAAB_ATL-10_DAY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E70808 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E70808 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E70808 0%, rgba(0,0,0,0) 60%)}.NCAAB_ATL-10_DAY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E70808 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E70808 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E70808 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ATL-10_DAY .gradient-home,.NCAAB_ATL-10_DAY .gradient-away{height:240px}}.NCAAB_ATL-10_DUQ{background:#002D62  !important}.NCAAB_ATL-10_DUQ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002D62 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002D62 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002D62 0%, rgba(0,0,0,0) 60%)}.NCAAB_ATL-10_DUQ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002D62 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002D62 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002D62 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ATL-10_DUQ .gradient-home,.NCAAB_ATL-10_DUQ .gradient-away{height:240px}}.NCAAB_ATL-10_FOR{background:#830032  !important}.NCAAB_ATL-10_FOR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #830032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #830032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #830032 0%, rgba(0,0,0,0) 60%)}.NCAAB_ATL-10_FOR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #830032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #830032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #830032 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ATL-10_FOR .gradient-home,.NCAAB_ATL-10_FOR .gradient-away{height:240px}}.NCAAB_ATL-10_GMU{background:#006539  !important}.NCAAB_ATL-10_GMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006539 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006539 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006539 0%, rgba(0,0,0,0) 60%)}.NCAAB_ATL-10_GMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006539 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006539 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006539 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ATL-10_GMU .gradient-home,.NCAAB_ATL-10_GMU .gradient-away{height:240px}}.NCAAB_ATL-10_GW{background:#FFB923  !important}.NCAAB_ATL-10_GW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFB923 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFB923 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFB923 0%, rgba(0,0,0,0) 60%)}.NCAAB_ATL-10_GW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFB923 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFB923 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFB923 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ATL-10_GW .gradient-home,.NCAAB_ATL-10_GW .gradient-away{height:240px}}.NCAAB_ATL-10_JOES{background:#C2071B  !important}.NCAAB_ATL-10_JOES .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C2071B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C2071B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C2071B 0%, rgba(0,0,0,0) 60%)}.NCAAB_ATL-10_JOES .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C2071B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C2071B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C2071B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ATL-10_JOES .gradient-home,.NCAAB_ATL-10_JOES .gradient-away{height:240px}}.NCAAB_ATL-10_LAS{background:#FFF200  !important}.NCAAB_ATL-10_LAS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFF200 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFF200 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFF200 0%, rgba(0,0,0,0) 60%)}.NCAAB_ATL-10_LAS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFF200 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFF200 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFF200 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ATL-10_LAS .gradient-home,.NCAAB_ATL-10_LAS .gradient-away{height:240px}}.NCAAB_ATL-10_MASS{background:#9F011A  !important}.NCAAB_ATL-10_MASS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9F011A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9F011A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9F011A 0%, rgba(0,0,0,0) 60%)}.NCAAB_ATL-10_MASS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9F011A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9F011A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9F011A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ATL-10_MASS .gradient-home,.NCAAB_ATL-10_MASS .gradient-away{height:240px}}.NCAAB_ATL-10_RICH{background:#9E0712  !important}.NCAAB_ATL-10_RICH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9E0712 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9E0712 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9E0712 0%, rgba(0,0,0,0) 60%)}.NCAAB_ATL-10_RICH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9E0712 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9E0712 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9E0712 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ATL-10_RICH .gradient-home,.NCAAB_ATL-10_RICH .gradient-away{height:240px}}.NCAAB_ATL-10_SBON{background:#FEE8AB  !important}.NCAAB_ATL-10_SBON .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FEE8AB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FEE8AB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FEE8AB 0%, rgba(0,0,0,0) 60%)}.NCAAB_ATL-10_SBON .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FEE8AB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FEE8AB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FEE8AB 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ATL-10_SBON .gradient-home,.NCAAB_ATL-10_SBON .gradient-away{height:240px}}.NCAAB_ATL-10_SLU{background:#00539C  !important}.NCAAB_ATL-10_SLU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00539C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00539C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00539C 0%, rgba(0,0,0,0) 60%)}.NCAAB_ATL-10_SLU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00539C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00539C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00539C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ATL-10_SLU .gradient-home,.NCAAB_ATL-10_SLU .gradient-away{height:240px}}.NCAAB_ATL-10_URI{background:#3691C6  !important}.NCAAB_ATL-10_URI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #3691C6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #3691C6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #3691C6 0%, rgba(0,0,0,0) 60%)}.NCAAB_ATL-10_URI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #3691C6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #3691C6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #3691C6 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ATL-10_URI .gradient-home,.NCAAB_ATL-10_URI .gradient-away{height:240px}}.NCAAB_ATL-10_VCU{background:#7D7D7A  !important}.NCAAB_ATL-10_VCU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #7D7D7A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #7D7D7A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #7D7D7A 0%, rgba(0,0,0,0) 60%)}.NCAAB_ATL-10_VCU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #7D7D7A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #7D7D7A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #7D7D7A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ATL-10_VCU .gradient-home,.NCAAB_ATL-10_VCU .gradient-away{height:240px}}.NCAAB_Big-12_BAY{background:#003015  !important}.NCAAB_Big-12_BAY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003015 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003015 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003015 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-12_BAY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003015 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003015 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003015 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-12_BAY .gradient-home,.NCAAB_Big-12_BAY .gradient-away{height:240px}}.NCAAB_Big-12_ISU{background:#C8102E  !important}.NCAAB_Big-12_ISU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-12_ISU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-12_ISU .gradient-home,.NCAAB_Big-12_ISU .gradient-away{height:240px}}.NCAAB_Big-12_KSU{background:#512888  !important}.NCAAB_Big-12_KSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #512888 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #512888 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #512888 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-12_KSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #512888 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #512888 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #512888 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-12_KSU .gradient-home,.NCAAB_Big-12_KSU .gradient-away{height:240px}}.NCAAB_Big-12_KU{background:#0051BA  !important}.NCAAB_Big-12_KU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0051BA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0051BA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0051BA 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-12_KU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0051BA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0051BA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0051BA 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-12_KU .gradient-home,.NCAAB_Big-12_KU .gradient-away{height:240px}}.NCAAB_Big-12_OKLA{background:#841617  !important}.NCAAB_Big-12_OKLA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #841617 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #841617 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #841617 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-12_OKLA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #841617 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #841617 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #841617 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-12_OKLA .gradient-home,.NCAAB_Big-12_OKLA .gradient-away{height:240px}}.NCAAB_Big-12_OKST{background:#FF7300  !important}.NCAAB_Big-12_OKST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF7300 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF7300 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF7300 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-12_OKST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF7300 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF7300 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF7300 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-12_OKST .gradient-home,.NCAAB_Big-12_OKST .gradient-away{height:240px}}.NCAAB_Big-12_TCU{background:#4D1979  !important}.NCAAB_Big-12_TCU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4D1979 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4D1979 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4D1979 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-12_TCU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4D1979 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4D1979 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4D1979 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-12_TCU .gradient-home,.NCAAB_Big-12_TCU .gradient-away{height:240px}}.NCAAB_Big-12_TEX{background:#BF5700  !important}.NCAAB_Big-12_TEX .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BF5700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BF5700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BF5700 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-12_TEX .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BF5700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BF5700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BF5700 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-12_TEX .gradient-home,.NCAAB_Big-12_TEX .gradient-away{height:240px}}.NCAAB_Big-12_TTU{background:#CC0000  !important}.NCAAB_Big-12_TTU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-12_TTU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-12_TTU .gradient-home,.NCAAB_Big-12_TTU .gradient-away{height:240px}}.NCAAB_Big-12_WVU{background:#EAAA00  !important}.NCAAB_Big-12_WVU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EAAA00 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-12_WVU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EAAA00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-12_WVU .gradient-home,.NCAAB_Big-12_WVU .gradient-away{height:240px}}.NCAAB_Big-East_BUT{background:#D1E0D7  !important}.NCAAB_Big-East_BUT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D1E0D7 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D1E0D7 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D1E0D7 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-East_BUT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D1E0D7 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D1E0D7 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D1E0D7 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-East_BUT .gradient-home,.NCAAB_Big-East_BUT .gradient-away{height:240px}}.NCAAB_Big-East_CRE{background:#005CA9  !important}.NCAAB_Big-East_CRE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005CA9 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005CA9 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005CA9 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-East_CRE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005CA9 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005CA9 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005CA9 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-East_CRE .gradient-home,.NCAAB_Big-East_CRE .gradient-away{height:240px}}.NCAAB_Big-East_DEP{background:#005EB8  !important}.NCAAB_Big-East_DEP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005EB8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005EB8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005EB8 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-East_DEP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005EB8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005EB8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005EB8 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-East_DEP .gradient-home,.NCAAB_Big-East_DEP .gradient-away{height:240px}}.NCAAB_Big-East_GTWN{background:#041E42  !important}.NCAAB_Big-East_GTWN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #041E42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #041E42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #041E42 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-East_GTWN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #041E42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #041E42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #041E42 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-East_GTWN .gradient-home,.NCAAB_Big-East_GTWN .gradient-away{height:240px}}.NCAAB_Big-East_HALL{background:#004488  !important}.NCAAB_Big-East_HALL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #048 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #048 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #048 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-East_HALL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #048 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #048 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #048 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-East_HALL .gradient-home,.NCAAB_Big-East_HALL .gradient-away{height:240px}}.NCAAB_Big-East_MARQ{background:#FFCC00  !important}.NCAAB_Big-East_MARQ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-East_MARQ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-East_MARQ .gradient-home,.NCAAB_Big-East_MARQ .gradient-away{height:240px}}.NCAAB_Big-East_PROV{background:#8A8D8F  !important}.NCAAB_Big-East_PROV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8A8D8F 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-East_PROV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8A8D8F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-East_PROV .gradient-home,.NCAAB_Big-East_PROV .gradient-away{height:240px}}.NCAAB_Big-East_SJU{background:#BA0C2F  !important}.NCAAB_Big-East_SJU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-East_SJU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-East_SJU .gradient-home,.NCAAB_Big-East_SJU .gradient-away{height:240px}}.NCAAB_Big-East_VILL{background:#13B5EA  !important}.NCAAB_Big-East_VILL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #13B5EA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #13B5EA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #13B5EA 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-East_VILL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #13B5EA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #13B5EA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #13B5EA 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-East_VILL .gradient-home,.NCAAB_Big-East_VILL .gradient-away{height:240px}}.NCAAB_Big-East_XAV{background:#0C2340  !important}.NCAAB_Big-East_XAV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0C2340 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0C2340 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0C2340 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-East_XAV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0C2340 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0C2340 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0C2340 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-East_XAV .gradient-home,.NCAAB_Big-East_XAV .gradient-away{height:240px}}.NCAAB_Big-Sky_CSUS{background:#00573C  !important}.NCAAB_Big-Sky_CSUS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00573C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00573C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00573C 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Sky_CSUS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00573C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00573C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00573C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Sky_CSUS .gradient-home,.NCAAB_Big-Sky_CSUS .gradient-away{height:240px}}.NCAAB_Big-Sky_EWU{background:#D72E34  !important}.NCAAB_Big-Sky_EWU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D72E34 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D72E34 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D72E34 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Sky_EWU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D72E34 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D72E34 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D72E34 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Sky_EWU .gradient-home,.NCAAB_Big-Sky_EWU .gradient-away{height:240px}}.NCAAB_Big-Sky_IDHO{background:#FFCC13  !important}.NCAAB_Big-Sky_IDHO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFCC13 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFCC13 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFCC13 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Sky_IDHO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFCC13 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFCC13 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFCC13 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Sky_IDHO .gradient-home,.NCAAB_Big-Sky_IDHO .gradient-away{height:240px}}.NCAAB_Big-Sky_IDST{background:#FF8400  !important}.NCAAB_Big-Sky_IDST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF8400 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF8400 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF8400 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Sky_IDST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF8400 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF8400 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF8400 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Sky_IDST .gradient-home,.NCAAB_Big-Sky_IDST .gradient-away{height:240px}}.NCAAB_Big-Sky_MONT{background:#751D4A  !important}.NCAAB_Big-Sky_MONT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #751D4A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #751D4A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #751D4A 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Sky_MONT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #751D4A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #751D4A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #751D4A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Sky_MONT .gradient-home,.NCAAB_Big-Sky_MONT .gradient-away{height:240px}}.NCAAB_Big-Sky_MTST{background:#D3AF7E  !important}.NCAAB_Big-Sky_MTST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D3AF7E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D3AF7E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D3AF7E 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Sky_MTST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D3AF7E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D3AF7E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D3AF7E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Sky_MTST .gradient-home,.NCAAB_Big-Sky_MTST .gradient-away{height:240px}}.NCAAB_Big-Sky_NAU{background:#003976  !important}.NCAAB_Big-Sky_NAU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003976 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003976 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003976 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Sky_NAU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003976 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003976 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003976 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Sky_NAU .gradient-home,.NCAAB_Big-Sky_NAU .gradient-away{height:240px}}.NCAAB_Big-Sky_PRST{background:#BFCFD8  !important}.NCAAB_Big-Sky_PRST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BFCFD8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BFCFD8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BFCFD8 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Sky_PRST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BFCFD8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BFCFD8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BFCFD8 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Sky_PRST .gradient-home,.NCAAB_Big-Sky_PRST .gradient-away{height:240px}}.NCAAB_Big-Sky_SUU{background:#D12947  !important}.NCAAB_Big-Sky_SUU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D12947 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D12947 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D12947 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Sky_SUU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D12947 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D12947 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D12947 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Sky_SUU .gradient-home,.NCAAB_Big-Sky_SUU .gradient-away{height:240px}}.NCAAB_Big-Sky_UNCO{background:#13558D  !important}.NCAAB_Big-Sky_UNCO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #13558D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #13558D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #13558D 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Sky_UNCO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #13558D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #13558D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #13558D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Sky_UNCO .gradient-home,.NCAAB_Big-Sky_UNCO .gradient-away{height:240px}}.NCAAB_Big-Sky_WEB{background:#29086B  !important}.NCAAB_Big-Sky_WEB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #29086B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #29086B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #29086B 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Sky_WEB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #29086B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #29086B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #29086B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Sky_WEB .gradient-home,.NCAAB_Big-Sky_WEB .gradient-away{height:240px}}.NCAAB_Big-South_CAMP{background:#e87722  !important}.NCAAB_Big-South_CAMP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #e87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #e87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #e87722 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-South_CAMP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #e87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #e87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #e87722 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-South_CAMP .gradient-home,.NCAAB_Big-South_CAMP .gradient-away{height:240px}}.NCAAB_Big-South_CHSO{background:#00447C  !important}.NCAAB_Big-South_CHSO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00447C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00447C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00447C 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-South_CHSO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00447C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00447C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00447C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-South_CHSO .gradient-home,.NCAAB_Big-South_CHSO .gradient-away{height:240px}}.NCAAB_Big-South_HAMP{background:#0067AC  !important}.NCAAB_Big-South_HAMP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0067AC 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0067AC 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0067AC 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-South_HAMP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0067AC 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0067AC 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0067AC 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-South_HAMP .gradient-home,.NCAAB_Big-South_HAMP .gradient-away{height:240px}}.NCAAB_Big-South_HP{background:#AAB3B8  !important}.NCAAB_Big-South_HP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #AAB3B8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #AAB3B8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #AAB3B8 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-South_HP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #AAB3B8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #AAB3B8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #AAB3B8 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-South_HP .gradient-home,.NCAAB_Big-South_HP .gradient-away{height:240px}}.NCAAB_Big-South_LONG{background:#004990  !important}.NCAAB_Big-South_LONG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004990 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004990 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004990 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-South_LONG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004990 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004990 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004990 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-South_LONG .gradient-home,.NCAAB_Big-South_LONG .gradient-away{height:240px}}.NCAAB_Big-South_PRE{background:#194896  !important}.NCAAB_Big-South_PRE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #194896 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #194896 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #194896 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-South_PRE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #194896 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #194896 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #194896 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-South_PRE .gradient-home,.NCAAB_Big-South_PRE .gradient-away{height:240px}}.NCAAB_Big-South_RAD{background:#BC1515  !important}.NCAAB_Big-South_RAD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BC1515 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BC1515 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BC1515 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-South_RAD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BC1515 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BC1515 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BC1515 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-South_RAD .gradient-home,.NCAAB_Big-South_RAD .gradient-away{height:240px}}.NCAAB_Big-South_SCUS{background:#00703C  !important}.NCAAB_Big-South_SCUS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00703C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00703C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00703C 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-South_SCUS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00703C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00703C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00703C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-South_SCUS .gradient-home,.NCAAB_Big-South_SCUS .gradient-away{height:240px}}.NCAAB_Big-South_UNCA{background:#156199  !important}.NCAAB_Big-South_UNCA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #156199 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #156199 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #156199 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-South_UNCA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #156199 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #156199 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #156199 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-South_UNCA .gradient-home,.NCAAB_Big-South_UNCA .gradient-away{height:240px}}.NCAAB_Big-South_WEBB{background:#BF2C37  !important}.NCAAB_Big-South_WEBB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BF2C37 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BF2C37 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BF2C37 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-South_WEBB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BF2C37 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BF2C37 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BF2C37 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-South_WEBB .gradient-home,.NCAAB_Big-South_WEBB .gradient-away{height:240px}}.NCAAB_Big-South_WIN{background:#FFAF1E  !important}.NCAAB_Big-South_WIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFAF1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFAF1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFAF1E 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-South_WIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFAF1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFAF1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFAF1E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-South_WIN .gradient-home,.NCAAB_Big-South_WIN .gradient-away{height:240px}}.NCAAB_Big-Ten_ILL{background:#F5873C  !important}.NCAAB_Big-Ten_ILL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F5873C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F5873C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F5873C 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Ten_ILL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F5873C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F5873C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F5873C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Ten_ILL .gradient-home,.NCAAB_Big-Ten_ILL .gradient-away{height:240px}}.NCAAB_Big-Ten_IND{background:#A82B3D  !important}.NCAAB_Big-Ten_IND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A82B3D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A82B3D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A82B3D 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Ten_IND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A82B3D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A82B3D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A82B3D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Ten_IND .gradient-home,.NCAAB_Big-Ten_IND .gradient-away{height:240px}}.NCAAB_Big-Ten_IOWA{background:#FFD700  !important}.NCAAB_Big-Ten_IOWA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, gold 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, gold 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, gold 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Ten_IOWA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, gold 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, gold 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, gold 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Ten_IOWA .gradient-home,.NCAAB_Big-Ten_IOWA .gradient-away{height:240px}}.NCAAB_Big-Ten_MD{background:#D5002B  !important}.NCAAB_Big-Ten_MD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D5002B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D5002B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D5002B 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Ten_MD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D5002B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D5002B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D5002B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Ten_MD .gradient-home,.NCAAB_Big-Ten_MD .gradient-away{height:240px}}.NCAAB_Big-Ten_MICH{background:#FAC417  !important}.NCAAB_Big-Ten_MICH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FAC417 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FAC417 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FAC417 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Ten_MICH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FAC417 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FAC417 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FAC417 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Ten_MICH .gradient-home,.NCAAB_Big-Ten_MICH .gradient-away{height:240px}}.NCAAB_Big-Ten_MINN{background:#7F011B  !important}.NCAAB_Big-Ten_MINN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #7F011B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #7F011B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #7F011B 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Ten_MINN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #7F011B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #7F011B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #7F011B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Ten_MINN .gradient-home,.NCAAB_Big-Ten_MINN .gradient-away{height:240px}}.NCAAB_Big-Ten_MSU{background:#1C453A  !important}.NCAAB_Big-Ten_MSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1C453A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1C453A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1C453A 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Ten_MSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1C453A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1C453A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1C453A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Ten_MSU .gradient-home,.NCAAB_Big-Ten_MSU .gradient-away{height:240px}}.NCAAB_Big-Ten_NEB{background:#F20017  !important}.NCAAB_Big-Ten_NEB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F20017 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F20017 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F20017 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Ten_NEB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F20017 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F20017 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F20017 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Ten_NEB .gradient-home,.NCAAB_Big-Ten_NEB .gradient-away{height:240px}}.NCAAB_Big-Ten_NW{background:#393996  !important}.NCAAB_Big-Ten_NW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #393996 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #393996 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #393996 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Ten_NW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #393996 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #393996 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #393996 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Ten_NW .gradient-home,.NCAAB_Big-Ten_NW .gradient-away{height:240px}}.NCAAB_Big-Ten_OSU{background:#DE3121  !important}.NCAAB_Big-Ten_OSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #DE3121 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #DE3121 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #DE3121 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Ten_OSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #DE3121 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #DE3121 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #DE3121 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Ten_OSU .gradient-home,.NCAAB_Big-Ten_OSU .gradient-away{height:240px}}.NCAAB_Big-Ten_PSU{background:#00265D  !important}.NCAAB_Big-Ten_PSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00265D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00265D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00265D 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Ten_PSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00265D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00265D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00265D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Ten_PSU .gradient-home,.NCAAB_Big-Ten_PSU .gradient-away{height:240px}}.NCAAB_Big-Ten_PUR{background:#B89D29  !important}.NCAAB_Big-Ten_PUR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B89D29 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B89D29 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B89D29 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Ten_PUR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B89D29 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B89D29 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B89D29 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Ten_PUR .gradient-home,.NCAAB_Big-Ten_PUR .gradient-away{height:240px}}.NCAAB_Big-Ten_RUTG{background:#EE363D  !important}.NCAAB_Big-Ten_RUTG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EE363D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EE363D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EE363D 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Ten_RUTG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EE363D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EE363D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EE363D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Ten_RUTG .gradient-home,.NCAAB_Big-Ten_RUTG .gradient-away{height:240px}}.NCAAB_Big-Ten_WIS{background:#A00000  !important}.NCAAB_Big-Ten_WIS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A00000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A00000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A00000 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-Ten_WIS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A00000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A00000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A00000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-Ten_WIS .gradient-home,.NCAAB_Big-Ten_WIS .gradient-away{height:240px}}.NCAAB_Big-West_CP{background:#1e4d2b  !important}.NCAAB_Big-West_CP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1e4d2b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1e4d2b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1e4d2b 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-West_CP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1e4d2b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1e4d2b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1e4d2b 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-West_CP .gradient-home,.NCAAB_Big-West_CP .gradient-away{height:240px}}.NCAAB_Big-West_CSF{background:#00274C  !important}.NCAAB_Big-West_CSF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00274C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00274C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00274C 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-West_CSF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00274C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00274C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00274C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-West_CSF .gradient-home,.NCAAB_Big-West_CSF .gradient-away{height:240px}}.NCAAB_Big-West_CSN{background:#D1CEC6  !important}.NCAAB_Big-West_CSN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D1CEC6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D1CEC6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D1CEC6 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-West_CSN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D1CEC6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D1CEC6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D1CEC6 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-West_CSN .gradient-home,.NCAAB_Big-West_CSN .gradient-away{height:240px}}.NCAAB_Big-West_HAW{background:#004231  !important}.NCAAB_Big-West_HAW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004231 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004231 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004231 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-West_HAW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004231 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004231 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004231 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-West_HAW .gradient-home,.NCAAB_Big-West_HAW .gradient-away{height:240px}}.NCAAB_Big-West_LBSU{background:#FFCC00  !important}.NCAAB_Big-West_LBSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-West_LBSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-West_LBSU .gradient-home,.NCAAB_Big-West_LBSU .gradient-away{height:240px}}.NCAAB_Big-West_UCD{background:#CB992B  !important}.NCAAB_Big-West_UCD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CB992B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CB992B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CB992B 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-West_UCD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CB992B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CB992B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CB992B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-West_UCD .gradient-home,.NCAAB_Big-West_UCD .gradient-away{height:240px}}.NCAAB_Big-West_UCI{background:#FBC22D  !important}.NCAAB_Big-West_UCI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FBC22D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FBC22D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FBC22D 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-West_UCI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FBC22D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FBC22D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FBC22D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-West_UCI .gradient-home,.NCAAB_Big-West_UCI .gradient-away{height:240px}}.NCAAB_Big-West_UCRV{background:#14234F  !important}.NCAAB_Big-West_UCRV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #14234F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #14234F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #14234F 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-West_UCRV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #14234F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #14234F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #14234F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-West_UCRV .gradient-home,.NCAAB_Big-West_UCRV .gradient-away{height:240px}}.NCAAB_Big-West_UCSB{background:#0160A8  !important}.NCAAB_Big-West_UCSB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0160A8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0160A8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0160A8 0%, rgba(0,0,0,0) 60%)}.NCAAB_Big-West_UCSB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0160A8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0160A8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0160A8 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Big-West_UCSB .gradient-home,.NCAAB_Big-West_UCSB .gradient-away{height:240px}}.NCAAB_CAA_COFC{background:#B5A172  !important}.NCAAB_CAA_COFC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B5A172 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B5A172 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B5A172 0%, rgba(0,0,0,0) 60%)}.NCAAB_CAA_COFC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B5A172 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B5A172 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B5A172 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CAA_COFC .gradient-home,.NCAAB_CAA_COFC .gradient-away{height:240px}}.NCAAB_CAA_CWM{background:#103217  !important}.NCAAB_CAA_CWM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #103217 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #103217 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #103217 0%, rgba(0,0,0,0) 60%)}.NCAAB_CAA_CWM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #103217 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #103217 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #103217 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CAA_CWM .gradient-home,.NCAAB_CAA_CWM .gradient-away{height:240px}}.NCAAB_CAA_DEL{background:#01539B  !important}.NCAAB_CAA_DEL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #01539B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #01539B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #01539B 0%, rgba(0,0,0,0) 60%)}.NCAAB_CAA_DEL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #01539B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #01539B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #01539B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CAA_DEL .gradient-home,.NCAAB_CAA_DEL .gradient-away{height:240px}}.NCAAB_CAA_DREX{background:#FFDC3E  !important}.NCAAB_CAA_DREX .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFDC3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFDC3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFDC3E 0%, rgba(0,0,0,0) 60%)}.NCAAB_CAA_DREX .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFDC3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFDC3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFDC3E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CAA_DREX .gradient-home,.NCAAB_CAA_DREX .gradient-away{height:240px}}.NCAAB_CAA_ELON{background:#AEA460  !important}.NCAAB_CAA_ELON .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #AEA460 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #AEA460 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #AEA460 0%, rgba(0,0,0,0) 60%)}.NCAAB_CAA_ELON .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #AEA460 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #AEA460 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #AEA460 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CAA_ELON .gradient-home,.NCAAB_CAA_ELON .gradient-away{height:240px}}.NCAAB_CAA_HOF{background:#0756A4  !important}.NCAAB_CAA_HOF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0756A4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0756A4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0756A4 0%, rgba(0,0,0,0) 60%)}.NCAAB_CAA_HOF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0756A4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0756A4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0756A4 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CAA_HOF .gradient-home,.NCAAB_CAA_HOF .gradient-away{height:240px}}.NCAAB_CAA_JMU{background:#263997  !important}.NCAAB_CAA_JMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #263997 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #263997 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #263997 0%, rgba(0,0,0,0) 60%)}.NCAAB_CAA_JMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #263997 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #263997 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #263997 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CAA_JMU .gradient-home,.NCAAB_CAA_JMU .gradient-away{height:240px}}.NCAAB_CAA_NE{background:#CC0001  !important}.NCAAB_CAA_NE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CC0001 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CC0001 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CC0001 0%, rgba(0,0,0,0) 60%)}.NCAAB_CAA_NE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CC0001 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CC0001 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CC0001 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CAA_NE .gradient-home,.NCAAB_CAA_NE .gradient-away{height:240px}}.NCAAB_CAA_TOWS{background:#FFC229  !important}.NCAAB_CAA_TOWS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFC229 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFC229 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFC229 0%, rgba(0,0,0,0) 60%)}.NCAAB_CAA_TOWS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFC229 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFC229 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFC229 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CAA_TOWS .gradient-home,.NCAAB_CAA_TOWS .gradient-away{height:240px}}.NCAAB_CAA_UNCW{background:#006561  !important}.NCAAB_CAA_UNCW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006561 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006561 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006561 0%, rgba(0,0,0,0) 60%)}.NCAAB_CAA_UNCW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006561 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006561 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006561 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CAA_UNCW .gradient-home,.NCAAB_CAA_UNCW .gradient-away{height:240px}}.NCAAB_CUSA_CHAR{background:#006331  !important}.NCAAB_CUSA_CHAR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006331 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006331 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006331 0%, rgba(0,0,0,0) 60%)}.NCAAB_CUSA_CHAR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006331 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006331 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006331 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CUSA_CHAR .gradient-home,.NCAAB_CUSA_CHAR .gradient-away{height:240px}}.NCAAB_CUSA_FAU{background:#004B85  !important}.NCAAB_CUSA_FAU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004B85 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004B85 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004B85 0%, rgba(0,0,0,0) 60%)}.NCAAB_CUSA_FAU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004B85 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004B85 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004B85 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CUSA_FAU .gradient-home,.NCAAB_CUSA_FAU .gradient-away{height:240px}}.NCAAB_CUSA_FIU{background:#C5960B  !important}.NCAAB_CUSA_FIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C5960B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C5960B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C5960B 0%, rgba(0,0,0,0) 60%)}.NCAAB_CUSA_FIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C5960B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C5960B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C5960B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CUSA_FIU .gradient-home,.NCAAB_CUSA_FIU .gradient-away{height:240px}}.NCAAB_CUSA_LT{background:#006AB5  !important}.NCAAB_CUSA_LT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006AB5 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006AB5 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006AB5 0%, rgba(0,0,0,0) 60%)}.NCAAB_CUSA_LT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006AB5 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006AB5 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006AB5 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CUSA_LT .gradient-home,.NCAAB_CUSA_LT .gradient-away{height:240px}}.NCAAB_CUSA_MRSH{background:#01592F  !important}.NCAAB_CUSA_MRSH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #01592F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #01592F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #01592F 0%, rgba(0,0,0,0) 60%)}.NCAAB_CUSA_MRSH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #01592F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #01592F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #01592F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CUSA_MRSH .gradient-home,.NCAAB_CUSA_MRSH .gradient-away{height:240px}}.NCAAB_CUSA_MTU{background:#0079C2  !important}.NCAAB_CUSA_MTU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0079C2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0079C2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0079C2 0%, rgba(0,0,0,0) 60%)}.NCAAB_CUSA_MTU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0079C2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0079C2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0079C2 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CUSA_MTU .gradient-home,.NCAAB_CUSA_MTU .gradient-away{height:240px}}.NCAAB_CUSA_ODU{background:#00507D  !important}.NCAAB_CUSA_ODU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00507D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00507D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00507D 0%, rgba(0,0,0,0) 60%)}.NCAAB_CUSA_ODU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00507D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00507D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00507D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CUSA_ODU .gradient-home,.NCAAB_CUSA_ODU .gradient-away{height:240px}}.NCAAB_CUSA_RICE{background:#003D7D  !important}.NCAAB_CUSA_RICE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003D7D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003D7D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003D7D 0%, rgba(0,0,0,0) 60%)}.NCAAB_CUSA_RICE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003D7D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003D7D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003D7D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CUSA_RICE .gradient-home,.NCAAB_CUSA_RICE .gradient-away{height:240px}}.NCAAB_CUSA_UAB{background:#054338  !important}.NCAAB_CUSA_UAB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #054338 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #054338 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #054338 0%, rgba(0,0,0,0) 60%)}.NCAAB_CUSA_UAB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #054338 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #054338 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #054338 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CUSA_UAB .gradient-home,.NCAAB_CUSA_UAB .gradient-away{height:240px}}.NCAAB_CUSA_UNT{background:#00853D  !important}.NCAAB_CUSA_UNT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00853D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00853D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00853D 0%, rgba(0,0,0,0) 60%)}.NCAAB_CUSA_UNT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00853D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00853D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00853D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CUSA_UNT .gradient-home,.NCAAB_CUSA_UNT .gradient-away{height:240px}}.NCAAB_CUSA_USM{background:#FFAA3C  !important}.NCAAB_CUSA_USM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFAA3C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFAA3C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFAA3C 0%, rgba(0,0,0,0) 60%)}.NCAAB_CUSA_USM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFAA3C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFAA3C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFAA3C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CUSA_USM .gradient-home,.NCAAB_CUSA_USM .gradient-away{height:240px}}.NCAAB_CUSA_UTEP{background:#F9783B  !important}.NCAAB_CUSA_UTEP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F9783B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F9783B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F9783B 0%, rgba(0,0,0,0) 60%)}.NCAAB_CUSA_UTEP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F9783B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F9783B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F9783B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CUSA_UTEP .gradient-home,.NCAAB_CUSA_UTEP .gradient-away{height:240px}}.NCAAB_CUSA_UTSA{background:#F47321  !important}.NCAAB_CUSA_UTSA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F47321 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F47321 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F47321 0%, rgba(0,0,0,0) 60%)}.NCAAB_CUSA_UTSA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F47321 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F47321 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F47321 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CUSA_UTSA .gradient-home,.NCAAB_CUSA_UTSA .gradient-away{height:240px}}.NCAAB_CUSA_WKU{background:#F32026  !important}.NCAAB_CUSA_WKU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F32026 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F32026 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F32026 0%, rgba(0,0,0,0) 60%)}.NCAAB_CUSA_WKU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F32026 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F32026 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F32026 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CUSA_WKU .gradient-home,.NCAAB_CUSA_WKU .gradient-away{height:240px}}.NCAAB_Horizon_CLEVST{background:#00573D  !important}.NCAAB_Horizon_CLEVST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00573D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00573D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00573D 0%, rgba(0,0,0,0) 60%)}.NCAAB_Horizon_CLEVST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00573D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00573D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00573D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Horizon_CLEVST .gradient-home,.NCAAB_Horizon_CLEVST .gradient-away{height:240px}}.NCAAB_Horizon_DETU{background:#1C64A4  !important}.NCAAB_Horizon_DETU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1C64A4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1C64A4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1C64A4 0%, rgba(0,0,0,0) 60%)}.NCAAB_Horizon_DETU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1C64A4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1C64A4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1C64A4 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Horizon_DETU .gradient-home,.NCAAB_Horizon_DETU .gradient-away{height:240px}}.NCAAB_Horizon_GB{background:#006F51  !important}.NCAAB_Horizon_GB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006F51 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006F51 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006F51 0%, rgba(0,0,0,0) 60%)}.NCAAB_Horizon_GB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006F51 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006F51 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006F51 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Horizon_GB .gradient-home,.NCAAB_Horizon_GB .gradient-away{height:240px}}.NCAAB_Horizon_INDPU{background:#011522  !important}.NCAAB_Horizon_INDPU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #011522 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #011522 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #011522 0%, rgba(0,0,0,0) 60%)}.NCAAB_Horizon_INDPU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #011522 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #011522 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #011522 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Horizon_INDPU .gradient-home,.NCAAB_Horizon_INDPU .gradient-away{height:240px}}.NCAAB_Horizon_MILW{background:#445266  !important}.NCAAB_Horizon_MILW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #445266 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #445266 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #445266 0%, rgba(0,0,0,0) 60%)}.NCAAB_Horizon_MILW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #445266 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #445266 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #445266 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Horizon_MILW .gradient-home,.NCAAB_Horizon_MILW .gradient-away{height:240px}}.NCAAB_Horizon_NKU{background:#FFC72C  !important}.NCAAB_Horizon_NKU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFC72C 0%, rgba(0,0,0,0) 60%)}.NCAAB_Horizon_NKU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFC72C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Horizon_NKU .gradient-home,.NCAAB_Horizon_NKU .gradient-away{height:240px}}.NCAAB_Horizon_OAK{background:#998448  !important}.NCAAB_Horizon_OAK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #998448 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #998448 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #998448 0%, rgba(0,0,0,0) 60%)}.NCAAB_Horizon_OAK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #998448 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #998448 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #998448 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Horizon_OAK .gradient-home,.NCAAB_Horizon_OAK .gradient-away{height:240px}}.NCAAB_Horizon_UIC{background:#234077  !important}.NCAAB_Horizon_UIC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #234077 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #234077 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #234077 0%, rgba(0,0,0,0) 60%)}.NCAAB_Horizon_UIC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #234077 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #234077 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #234077 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Horizon_UIC .gradient-home,.NCAAB_Horizon_UIC .gradient-away{height:240px}}.NCAAB_Horizon_WRST{background:#006F53  !important}.NCAAB_Horizon_WRST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006F53 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006F53 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006F53 0%, rgba(0,0,0,0) 60%)}.NCAAB_Horizon_WRST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006F53 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006F53 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006F53 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Horizon_WRST .gradient-home,.NCAAB_Horizon_WRST .gradient-away{height:240px}}.NCAAB_Horizon_YSU{background:#E51937  !important}.NCAAB_Horizon_YSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E51937 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E51937 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E51937 0%, rgba(0,0,0,0) 60%)}.NCAAB_Horizon_YSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E51937 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E51937 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E51937 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Horizon_YSU .gradient-home,.NCAAB_Horizon_YSU .gradient-away{height:240px}}.NCAAB_Ivy_BRWN{background:#4E3629  !important}.NCAAB_Ivy_BRWN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4E3629 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4E3629 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4E3629 0%, rgba(0,0,0,0) 60%)}.NCAAB_Ivy_BRWN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4E3629 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4E3629 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4E3629 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Ivy_BRWN .gradient-home,.NCAAB_Ivy_BRWN .gradient-away{height:240px}}.NCAAB_Ivy_CLMB{background:#003865  !important}.NCAAB_Ivy_CLMB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003865 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003865 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003865 0%, rgba(0,0,0,0) 60%)}.NCAAB_Ivy_CLMB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003865 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003865 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003865 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Ivy_CLMB .gradient-home,.NCAAB_Ivy_CLMB .gradient-away{height:240px}}.NCAAB_Ivy_COR{background:#B31B1B  !important}.NCAAB_Ivy_COR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B31B1B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B31B1B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B31B1B 0%, rgba(0,0,0,0) 60%)}.NCAAB_Ivy_COR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B31B1B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B31B1B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B31B1B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Ivy_COR .gradient-home,.NCAAB_Ivy_COR .gradient-away{height:240px}}.NCAAB_Ivy_DART{background:#046A38  !important}.NCAAB_Ivy_DART .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #046A38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #046A38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #046A38 0%, rgba(0,0,0,0) 60%)}.NCAAB_Ivy_DART .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #046A38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #046A38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #046A38 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Ivy_DART .gradient-home,.NCAAB_Ivy_DART .gradient-away{height:240px}}.NCAAB_Ivy_HARV{background:#A41034  !important}.NCAAB_Ivy_HARV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A41034 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A41034 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A41034 0%, rgba(0,0,0,0) 60%)}.NCAAB_Ivy_HARV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A41034 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A41034 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A41034 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Ivy_HARV .gradient-home,.NCAAB_Ivy_HARV .gradient-away{height:240px}}.NCAAB_Ivy_PENN{background:#011F5B  !important}.NCAAB_Ivy_PENN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #011F5B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #011F5B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #011F5B 0%, rgba(0,0,0,0) 60%)}.NCAAB_Ivy_PENN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #011F5B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #011F5B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #011F5B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Ivy_PENN .gradient-home,.NCAAB_Ivy_PENN .gradient-away{height:240px}}.NCAAB_Ivy_PRIN{background:#FF671F  !important}.NCAAB_Ivy_PRIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF671F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF671F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF671F 0%, rgba(0,0,0,0) 60%)}.NCAAB_Ivy_PRIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF671F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF671F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF671F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Ivy_PRIN .gradient-home,.NCAAB_Ivy_PRIN .gradient-away{height:240px}}.NCAAB_Ivy_YALE{background:#00356B  !important}.NCAAB_Ivy_YALE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00356B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00356B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00356B 0%, rgba(0,0,0,0) 60%)}.NCAAB_Ivy_YALE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00356B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00356B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00356B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Ivy_YALE .gradient-home,.NCAAB_Ivy_YALE .gradient-away{height:240px}}.NCAAB_MAAC_CAN{background:#EEB211  !important}.NCAAB_MAAC_CAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EEB211 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EEB211 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EEB211 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAAC_CAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EEB211 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EEB211 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EEB211 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAAC_CAN .gradient-home,.NCAAB_MAAC_CAN .gradient-away{height:240px}}.NCAAB_MAAC_FAIR{background:#181111  !important}.NCAAB_MAAC_FAIR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #181111 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #181111 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #181111 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAAC_FAIR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #181111 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #181111 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #181111 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAAC_FAIR .gradient-home,.NCAAB_MAAC_FAIR .gradient-away{height:240px}}.NCAAB_MAAC_IONA{background:#910126  !important}.NCAAB_MAAC_IONA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #910126 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #910126 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #910126 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAAC_IONA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #910126 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #910126 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #910126 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAAC_IONA .gradient-home,.NCAAB_MAAC_IONA .gradient-away{height:240px}}.NCAAB_MAAC_MAN{background:#528C39  !important}.NCAAB_MAAC_MAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #528C39 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #528C39 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #528C39 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAAC_MAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #528C39 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #528C39 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #528C39 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAAC_MAN .gradient-home,.NCAAB_MAAC_MAN .gradient-away{height:240px}}.NCAAB_MAAC_MONM{background:#051844  !important}.NCAAB_MAAC_MONM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #051844 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #051844 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #051844 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAAC_MONM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #051844 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #051844 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #051844 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAAC_MONM .gradient-home,.NCAAB_MAAC_MONM .gradient-away{height:240px}}.NCAAB_MAAC_MRST{background:#EF1216  !important}.NCAAB_MAAC_MRST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EF1216 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EF1216 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EF1216 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAAC_MRST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EF1216 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EF1216 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EF1216 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAAC_MRST .gradient-home,.NCAAB_MAAC_MRST .gradient-away{height:240px}}.NCAAB_MAAC_NIAG{background:#69207E  !important}.NCAAB_MAAC_NIAG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #69207E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #69207E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #69207E 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAAC_NIAG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #69207E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #69207E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #69207E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAAC_NIAG .gradient-home,.NCAAB_MAAC_NIAG .gradient-away{height:240px}}.NCAAB_MAAC_QUIN{background:#BA9000  !important}.NCAAB_MAAC_QUIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA9000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA9000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA9000 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAAC_QUIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA9000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA9000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA9000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAAC_QUIN .gradient-home,.NCAAB_MAAC_QUIN .gradient-away{height:240px}}.NCAAB_MAAC_RID{background:#A80532  !important}.NCAAB_MAAC_RID .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A80532 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A80532 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A80532 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAAC_RID .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A80532 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A80532 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A80532 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAAC_RID .gradient-home,.NCAAB_MAAC_RID .gradient-away{height:240px}}.NCAAB_MAAC_SIE{background:#037961  !important}.NCAAB_MAAC_SIE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #037961 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #037961 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #037961 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAAC_SIE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #037961 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #037961 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #037961 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAAC_SIE .gradient-home,.NCAAB_MAAC_SIE .gradient-away{height:240px}}.NCAAB_MAAC_SPC{background:#004CC2  !important}.NCAAB_MAAC_SPC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004CC2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004CC2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004CC2 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAAC_SPC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004CC2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004CC2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004CC2 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAAC_SPC .gradient-home,.NCAAB_MAAC_SPC .gradient-away{height:240px}}.NCAAB_MAC_AKR{background:#A89968  !important}.NCAAB_MAC_AKR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A89968 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A89968 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A89968 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAC_AKR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A89968 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A89968 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A89968 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAC_AKR .gradient-home,.NCAAB_MAC_AKR .gradient-away{height:240px}}.NCAAB_MAC_BALL{background:#BA0C2F  !important}.NCAAB_MAC_BALL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAC_BALL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAC_BALL .gradient-home,.NCAAB_MAC_BALL .gradient-away{height:240px}}.NCAAB_MAC_BGSU{background:#cda077  !important}.NCAAB_MAC_BGSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #cda077 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #cda077 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #cda077 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAC_BGSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #cda077 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #cda077 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #cda077 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAC_BGSU .gradient-home,.NCAAB_MAC_BGSU .gradient-away{height:240px}}.NCAAB_MAC_BUFF{background:#005BBB  !important}.NCAAB_MAC_BUFF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005BBB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005BBB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005BBB 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAC_BUFF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005BBB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005BBB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005BBB 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAC_BUFF .gradient-home,.NCAAB_MAC_BUFF .gradient-away{height:240px}}.NCAAB_MAC_CMU{background:#6A0032  !important}.NCAAB_MAC_CMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6A0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6A0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6A0032 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAC_CMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6A0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6A0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6A0032 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAC_CMU .gradient-home,.NCAAB_MAC_CMU .gradient-away{height:240px}}.NCAAB_MAC_EMU{background:#006633  !important}.NCAAB_MAC_EMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #063 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #063 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #063 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAC_EMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #063 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #063 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #063 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAC_EMU .gradient-home,.NCAAB_MAC_EMU .gradient-away{height:240px}}.NCAAB_MAC_KENT{background:#002664  !important}.NCAAB_MAC_KENT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002664 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002664 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002664 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAC_KENT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002664 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002664 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002664 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAC_KENT .gradient-home,.NCAAB_MAC_KENT .gradient-away{height:240px}}.NCAAB_MAC_M-OH{background:#B61E2E  !important}.NCAAB_MAC_M-OH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B61E2E 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAC_M-OH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B61E2E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAC_M-OH .gradient-home,.NCAAB_MAC_M-OH .gradient-away{height:240px}}.NCAAB_MAC_NIU{background:#8A8D8F  !important}.NCAAB_MAC_NIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8A8D8F 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAC_NIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8A8D8F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAC_NIU .gradient-home,.NCAAB_MAC_NIU .gradient-away{height:240px}}.NCAAB_MAC_OHIO{background:#00694E  !important}.NCAAB_MAC_OHIO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00694E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00694E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00694E 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAC_OHIO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00694E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00694E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00694E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAC_OHIO .gradient-home,.NCAAB_MAC_OHIO .gradient-away{height:240px}}.NCAAB_MAC_TOL{background:#FFDA00  !important}.NCAAB_MAC_TOL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFDA00 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAC_TOL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFDA00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAC_TOL .gradient-home,.NCAAB_MAC_TOL .gradient-away{height:240px}}.NCAAB_MAC_WMU{background:#6C4023  !important}.NCAAB_MAC_WMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6C4023 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6C4023 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6C4023 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAC_WMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6C4023 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6C4023 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6C4023 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAC_WMU .gradient-home,.NCAAB_MAC_WMU .gradient-away{height:240px}}.NCAAB_MEAC_COOK{background:#75263b  !important}.NCAAB_MEAC_COOK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #75263b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #75263b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #75263b 0%, rgba(0,0,0,0) 60%)}.NCAAB_MEAC_COOK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #75263b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #75263b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #75263b 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MEAC_COOK .gradient-home,.NCAAB_MEAC_COOK .gradient-away{height:240px}}.NCAAB_MEAC_COPP{background:#2E3192  !important}.NCAAB_MEAC_COPP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #2E3192 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #2E3192 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #2E3192 0%, rgba(0,0,0,0) 60%)}.NCAAB_MEAC_COPP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #2E3192 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #2E3192 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #2E3192 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MEAC_COPP .gradient-home,.NCAAB_MEAC_COPP .gradient-away{height:240px}}.NCAAB_MEAC_DSU{background:#01A9EF  !important}.NCAAB_MEAC_DSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #01A9EF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #01A9EF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #01A9EF 0%, rgba(0,0,0,0) 60%)}.NCAAB_MEAC_DSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #01A9EF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #01A9EF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #01A9EF 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MEAC_DSU .gradient-home,.NCAAB_MEAC_DSU .gradient-away{height:240px}}.NCAAB_MEAC_FAMU{background:#F89728  !important}.NCAAB_MEAC_FAMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F89728 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F89728 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F89728 0%, rgba(0,0,0,0) 60%)}.NCAAB_MEAC_FAMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F89728 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F89728 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F89728 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MEAC_FAMU .gradient-home,.NCAAB_MEAC_FAMU .gradient-away{height:240px}}.NCAAB_MEAC_HOW{background:#EE3A43  !important}.NCAAB_MEAC_HOW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EE3A43 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EE3A43 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EE3A43 0%, rgba(0,0,0,0) 60%)}.NCAAB_MEAC_HOW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EE3A43 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EE3A43 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EE3A43 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MEAC_HOW .gradient-home,.NCAAB_MEAC_HOW .gradient-away{height:240px}}.NCAAB_MEAC_MORG{background:#F47937  !important}.NCAAB_MEAC_MORG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F47937 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F47937 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F47937 0%, rgba(0,0,0,0) 60%)}.NCAAB_MEAC_MORG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F47937 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F47937 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F47937 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MEAC_MORG .gradient-home,.NCAAB_MEAC_MORG .gradient-away{height:240px}}.NCAAB_MEAC_NCAT{background:#0505AA  !important}.NCAAB_MEAC_NCAT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0505AA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0505AA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0505AA 0%, rgba(0,0,0,0) 60%)}.NCAAB_MEAC_NCAT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0505AA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0505AA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0505AA 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MEAC_NCAT .gradient-home,.NCAAB_MEAC_NCAT .gradient-away{height:240px}}.NCAAB_MEAC_NCCU{background:#880023  !important}.NCAAB_MEAC_NCCU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #880023 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #880023 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #880023 0%, rgba(0,0,0,0) 60%)}.NCAAB_MEAC_NCCU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #880023 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #880023 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #880023 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MEAC_NCCU .gradient-home,.NCAAB_MEAC_NCCU .gradient-away{height:240px}}.NCAAB_MEAC_NORF{background:#046546  !important}.NCAAB_MEAC_NORF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #046546 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #046546 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #046546 0%, rgba(0,0,0,0) 60%)}.NCAAB_MEAC_NORF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #046546 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #046546 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #046546 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MEAC_NORF .gradient-home,.NCAAB_MEAC_NORF .gradient-away{height:240px}}.NCAAB_MEAC_SAV{background:#280298  !important}.NCAAB_MEAC_SAV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #280298 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #280298 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #280298 0%, rgba(0,0,0,0) 60%)}.NCAAB_MEAC_SAV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #280298 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #280298 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #280298 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MEAC_SAV .gradient-home,.NCAAB_MEAC_SAV .gradient-away{height:240px}}.NCAAB_MEAC_SCST{background:#7E1812  !important}.NCAAB_MEAC_SCST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #7E1812 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #7E1812 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #7E1812 0%, rgba(0,0,0,0) 60%)}.NCAAB_MEAC_SCST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #7E1812 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #7E1812 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #7E1812 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MEAC_SCST .gradient-home,.NCAAB_MEAC_SCST .gradient-away{height:240px}}.NCAAB_MEAC_UMES{background:#98012E  !important}.NCAAB_MEAC_UMES .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #98012E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #98012E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #98012E 0%, rgba(0,0,0,0) 60%)}.NCAAB_MEAC_UMES .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #98012E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #98012E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #98012E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MEAC_UMES .gradient-home,.NCAAB_MEAC_UMES .gradient-away{height:240px}}.NCAAB_MVC_BRAD{background:#999999  !important}.NCAAB_MVC_BRAD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #999 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #999 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #999 0%, rgba(0,0,0,0) 60%)}.NCAAB_MVC_BRAD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #999 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #999 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #999 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MVC_BRAD .gradient-home,.NCAAB_MVC_BRAD .gradient-away{height:240px}}.NCAAB_MVC_DRKE{background:#0053A0  !important}.NCAAB_MVC_DRKE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0053A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0053A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0053A0 0%, rgba(0,0,0,0) 60%)}.NCAAB_MVC_DRKE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0053A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0053A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0053A0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MVC_DRKE .gradient-home,.NCAAB_MVC_DRKE .gradient-away{height:240px}}.NCAAB_MVC_EVAN{background:#663399  !important}.NCAAB_MVC_EVAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #639 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #639 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #639 0%, rgba(0,0,0,0) 60%)}.NCAAB_MVC_EVAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #639 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #639 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #639 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MVC_EVAN .gradient-home,.NCAAB_MVC_EVAN .gradient-away{height:240px}}.NCAAB_MVC_ILST{background:#E61731  !important}.NCAAB_MVC_ILST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E61731 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E61731 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E61731 0%, rgba(0,0,0,0) 60%)}.NCAAB_MVC_ILST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E61731 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E61731 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E61731 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MVC_ILST .gradient-home,.NCAAB_MVC_ILST .gradient-away{height:240px}}.NCAAB_MVC_INST{background:#00669A  !important}.NCAAB_MVC_INST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00669A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00669A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00669A 0%, rgba(0,0,0,0) 60%)}.NCAAB_MVC_INST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00669A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00669A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00669A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MVC_INST .gradient-home,.NCAAB_MVC_INST .gradient-away{height:240px}}.NCAAB_MVC_L-IL{background:#9E0E43  !important}.NCAAB_MVC_L-IL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9E0E43 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9E0E43 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9E0E43 0%, rgba(0,0,0,0) 60%)}.NCAAB_MVC_L-IL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9E0E43 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9E0E43 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9E0E43 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MVC_L-IL .gradient-home,.NCAAB_MVC_L-IL .gradient-away{height:240px}}.NCAAB_MVC_MOSU{background:#5F0000  !important}.NCAAB_MVC_MOSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #5F0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #5F0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #5F0000 0%, rgba(0,0,0,0) 60%)}.NCAAB_MVC_MOSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #5F0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #5F0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #5F0000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MVC_MOSU .gradient-home,.NCAAB_MVC_MOSU .gradient-away{height:240px}}.NCAAB_MVC_SIU{background:#85283D  !important}.NCAAB_MVC_SIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #85283D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #85283D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #85283D 0%, rgba(0,0,0,0) 60%)}.NCAAB_MVC_SIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #85283D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #85283D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #85283D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MVC_SIU .gradient-home,.NCAAB_MVC_SIU .gradient-away{height:240px}}.NCAAB_MVC_UNI{background:#473282  !important}.NCAAB_MVC_UNI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #473282 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #473282 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #473282 0%, rgba(0,0,0,0) 60%)}.NCAAB_MVC_UNI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #473282 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #473282 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #473282 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MVC_UNI .gradient-home,.NCAAB_MVC_UNI .gradient-away{height:240px}}.NCAAB_MVC_VALP{background:#794500  !important}.NCAAB_MVC_VALP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #794500 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #794500 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #794500 0%, rgba(0,0,0,0) 60%)}.NCAAB_MVC_VALP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #794500 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #794500 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #794500 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MVC_VALP .gradient-home,.NCAAB_MVC_VALP .gradient-away{height:240px}}.NCAAB_MWC_AFA{background:#003087  !important}.NCAAB_MWC_AFA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003087 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003087 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003087 0%, rgba(0,0,0,0) 60%)}.NCAAB_MWC_AFA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003087 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003087 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003087 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MWC_AFA .gradient-home,.NCAAB_MWC_AFA .gradient-away{height:240px}}.NCAAB_MWC_BSU{background:#0033A0  !important}.NCAAB_MWC_BSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%)}.NCAAB_MWC_BSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MWC_BSU .gradient-home,.NCAAB_MWC_BSU .gradient-away{height:240px}}.NCAAB_MWC_CSU{background:#1E4D2B  !important}.NCAAB_MWC_CSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1E4D2B 0%, rgba(0,0,0,0) 60%)}.NCAAB_MWC_CSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1E4D2B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MWC_CSU .gradient-home,.NCAAB_MWC_CSU .gradient-away{height:240px}}.NCAAB_MWC_FRES{background:#DB0032  !important}.NCAAB_MWC_FRES .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #DB0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #DB0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #DB0032 0%, rgba(0,0,0,0) 60%)}.NCAAB_MWC_FRES .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #DB0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #DB0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #DB0032 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MWC_FRES .gradient-home,.NCAAB_MWC_FRES .gradient-away{height:240px}}.NCAAB_MWC_NEV{background:#003366  !important}.NCAAB_MWC_NEV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #036 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #036 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #036 0%, rgba(0,0,0,0) 60%)}.NCAAB_MWC_NEV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #036 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #036 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #036 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MWC_NEV .gradient-home,.NCAAB_MWC_NEV .gradient-away{height:240px}}.NCAAB_MWC_SDSU{background:#A6192E  !important}.NCAAB_MWC_SDSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A6192E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A6192E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A6192E 0%, rgba(0,0,0,0) 60%)}.NCAAB_MWC_SDSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A6192E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A6192E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A6192E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MWC_SDSU .gradient-home,.NCAAB_MWC_SDSU .gradient-away{height:240px}}.NCAAB_MWC_SJSU{background:#0055A2  !important}.NCAAB_MWC_SJSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0055A2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0055A2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0055A2 0%, rgba(0,0,0,0) 60%)}.NCAAB_MWC_SJSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0055A2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0055A2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0055A2 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MWC_SJSU .gradient-home,.NCAAB_MWC_SJSU .gradient-away{height:240px}}.NCAAB_MWC_UNLV{background:#666666  !important}.NCAAB_MWC_UNLV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #666 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #666 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #666 0%, rgba(0,0,0,0) 60%)}.NCAAB_MWC_UNLV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #666 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #666 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #666 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MWC_UNLV .gradient-home,.NCAAB_MWC_UNLV .gradient-away{height:240px}}.NCAAB_MWC_UNM{background:#BA0C2F  !important}.NCAAB_MWC_UNM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%)}.NCAAB_MWC_UNM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MWC_UNM .gradient-home,.NCAAB_MWC_UNM .gradient-away{height:240px}}.NCAAB_MWC_USU{background:#0F2439  !important}.NCAAB_MWC_USU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0F2439 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0F2439 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0F2439 0%, rgba(0,0,0,0) 60%)}.NCAAB_MWC_USU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0F2439 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0F2439 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0F2439 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MWC_USU .gradient-home,.NCAAB_MWC_USU .gradient-away{height:240px}}.NCAAB_MWC_WYO{background:#FFC425  !important}.NCAAB_MWC_WYO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFC425 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFC425 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFC425 0%, rgba(0,0,0,0) 60%)}.NCAAB_MWC_WYO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFC425 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFC425 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFC425 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MWC_WYO .gradient-home,.NCAAB_MWC_WYO .gradient-away{height:240px}}.NCAAB_NEC_BRY{background:#BDB76B  !important}.NCAAB_NEC_BRY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #bdb76b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #bdb76b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #bdb76b 0%, rgba(0,0,0,0) 60%)}.NCAAB_NEC_BRY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #bdb76b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #bdb76b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #bdb76b 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NEC_BRY .gradient-home,.NCAAB_NEC_BRY .gradient-away{height:240px}}.NCAAB_NEC_CCSU{background:#1B49A2  !important}.NCAAB_NEC_CCSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1B49A2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1B49A2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1B49A2 0%, rgba(0,0,0,0) 60%)}.NCAAB_NEC_CCSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1B49A2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1B49A2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1B49A2 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NEC_CCSU .gradient-home,.NCAAB_NEC_CCSU .gradient-away{height:240px}}.NCAAB_NEC_FDU{background:#004898  !important}.NCAAB_NEC_FDU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004898 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004898 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004898 0%, rgba(0,0,0,0) 60%)}.NCAAB_NEC_FDU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004898 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004898 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004898 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NEC_FDU .gradient-home,.NCAAB_NEC_FDU .gradient-away{height:240px}}.NCAAB_NEC_LIU{background:#000000  !important}.NCAAB_NEC_LIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%)}.NCAAB_NEC_LIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NEC_LIU .gradient-home,.NCAAB_NEC_LIU .gradient-away{height:240px}}.NCAAB_NEC_MSM{background:#A59260  !important}.NCAAB_NEC_MSM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A59260 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A59260 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A59260 0%, rgba(0,0,0,0) 60%)}.NCAAB_NEC_MSM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A59260 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A59260 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A59260 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NEC_MSM .gradient-home,.NCAAB_NEC_MSM .gradient-away{height:240px}}.NCAAB_NEC_RMU{background:#00214D  !important}.NCAAB_NEC_RMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00214D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00214D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00214D 0%, rgba(0,0,0,0) 60%)}.NCAAB_NEC_RMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00214D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00214D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00214D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NEC_RMU .gradient-home,.NCAAB_NEC_RMU .gradient-away{height:240px}}.NCAAB_NEC_SFNY{background:#113682  !important}.NCAAB_NEC_SFNY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #113682 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #113682 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #113682 0%, rgba(0,0,0,0) 60%)}.NCAAB_NEC_SFNY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #113682 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #113682 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #113682 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NEC_SFNY .gradient-home,.NCAAB_NEC_SFNY .gradient-away{height:240px}}.NCAAB_NEC_SFPA{background:#F41650  !important}.NCAAB_NEC_SFPA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F41650 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F41650 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F41650 0%, rgba(0,0,0,0) 60%)}.NCAAB_NEC_SFPA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F41650 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F41650 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F41650 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NEC_SFPA .gradient-home,.NCAAB_NEC_SFPA .gradient-away{height:240px}}.NCAAB_NEC_SHU{background:#CE1040  !important}.NCAAB_NEC_SHU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CE1040 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CE1040 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CE1040 0%, rgba(0,0,0,0) 60%)}.NCAAB_NEC_SHU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CE1040 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CE1040 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CE1040 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NEC_SHU .gradient-home,.NCAAB_NEC_SHU .gradient-away{height:240px}}.NCAAB_NEC_WAG{background:#00483A  !important}.NCAAB_NEC_WAG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00483A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00483A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00483A 0%, rgba(0,0,0,0) 60%)}.NCAAB_NEC_WAG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00483A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00483A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00483A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NEC_WAG .gradient-home,.NCAAB_NEC_WAG .gradient-away{height:240px}}.NCAAB_OVC_BEL{background:#00205B  !important}.NCAAB_OVC_BEL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%)}.NCAAB_OVC_BEL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OVC_BEL .gradient-home,.NCAAB_OVC_BEL .gradient-away{height:240px}}.NCAAB_OVC_EIU{background:#000000  !important}.NCAAB_OVC_EIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%)}.NCAAB_OVC_EIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OVC_EIU .gradient-home,.NCAAB_OVC_EIU .gradient-away{height:240px}}.NCAAB_OVC_EKY{background:#730B27  !important}.NCAAB_OVC_EKY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #730B27 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #730B27 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #730B27 0%, rgba(0,0,0,0) 60%)}.NCAAB_OVC_EKY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #730B27 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #730B27 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #730B27 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OVC_EKY .gradient-home,.NCAAB_OVC_EKY .gradient-away{height:240px}}.NCAAB_OVC_JVST{background:#E53F40  !important}.NCAAB_OVC_JVST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E53F40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E53F40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E53F40 0%, rgba(0,0,0,0) 60%)}.NCAAB_OVC_JVST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E53F40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E53F40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E53F40 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OVC_JVST .gradient-home,.NCAAB_OVC_JVST .gradient-away{height:240px}}.NCAAB_OVC_MORE{background:#094FA3  !important}.NCAAB_OVC_MORE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #094FA3 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #094FA3 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #094FA3 0%, rgba(0,0,0,0) 60%)}.NCAAB_OVC_MORE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #094FA3 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #094FA3 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #094FA3 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OVC_MORE .gradient-home,.NCAAB_OVC_MORE .gradient-away{height:240px}}.NCAAB_OVC_MURR{background:#FFE000  !important}.NCAAB_OVC_MURR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFE000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFE000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFE000 0%, rgba(0,0,0,0) 60%)}.NCAAB_OVC_MURR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFE000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFE000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFE000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OVC_MURR .gradient-home,.NCAAB_OVC_MURR .gradient-away{height:240px}}.NCAAB_OVC_PEAY{background:#c41e3a  !important}.NCAAB_OVC_PEAY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c41e3a 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c41e3a 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c41e3a 0%, rgba(0,0,0,0) 60%)}.NCAAB_OVC_PEAY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c41e3a 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c41e3a 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c41e3a 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OVC_PEAY .gradient-home,.NCAAB_OVC_PEAY .gradient-away{height:240px}}.NCAAB_OVC_SEMO{background:#E2373E  !important}.NCAAB_OVC_SEMO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E2373E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E2373E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E2373E 0%, rgba(0,0,0,0) 60%)}.NCAAB_OVC_SEMO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E2373E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E2373E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E2373E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OVC_SEMO .gradient-home,.NCAAB_OVC_SEMO .gradient-away{height:240px}}.NCAAB_OVC_SIUE{background:#674B20  !important}.NCAAB_OVC_SIUE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #674B20 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #674B20 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #674B20 0%, rgba(0,0,0,0) 60%)}.NCAAB_OVC_SIUE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #674B20 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #674B20 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #674B20 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OVC_SIUE .gradient-home,.NCAAB_OVC_SIUE .gradient-away{height:240px}}.NCAAB_OVC_TNST{background:#383C84  !important}.NCAAB_OVC_TNST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #383C84 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #383C84 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #383C84 0%, rgba(0,0,0,0) 60%)}.NCAAB_OVC_TNST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #383C84 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #383C84 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #383C84 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OVC_TNST .gradient-home,.NCAAB_OVC_TNST .gradient-away{height:240px}}.NCAAB_OVC_TNTC{background:#FFDE00  !important}.NCAAB_OVC_TNTC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFDE00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFDE00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFDE00 0%, rgba(0,0,0,0) 60%)}.NCAAB_OVC_TNTC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFDE00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFDE00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFDE00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OVC_TNTC .gradient-home,.NCAAB_OVC_TNTC .gradient-away{height:240px}}.NCAAB_OVC_UTM{background:#FF6700  !important}.NCAAB_OVC_UTM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF6700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF6700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF6700 0%, rgba(0,0,0,0) 60%)}.NCAAB_OVC_UTM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF6700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF6700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF6700 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OVC_UTM .gradient-home,.NCAAB_OVC_UTM .gradient-away{height:240px}}.NCAAB_Pac-12_ARIZ{background:#CC0033  !important}.NCAAB_Pac-12_ARIZ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c03 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c03 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c03 0%, rgba(0,0,0,0) 60%)}.NCAAB_Pac-12_ARIZ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c03 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c03 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c03 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Pac-12_ARIZ .gradient-home,.NCAAB_Pac-12_ARIZ .gradient-away{height:240px}}.NCAAB_Pac-12_ASU{background:#8C1D40  !important}.NCAAB_Pac-12_ASU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8C1D40 0%, rgba(0,0,0,0) 60%)}.NCAAB_Pac-12_ASU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8C1D40 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Pac-12_ASU .gradient-home,.NCAAB_Pac-12_ASU .gradient-away{height:240px}}.NCAAB_Pac-12_CAL{background:#3B7EA1  !important}.NCAAB_Pac-12_CAL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #3B7EA1 0%, rgba(0,0,0,0) 60%)}.NCAAB_Pac-12_CAL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #3B7EA1 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Pac-12_CAL .gradient-home,.NCAAB_Pac-12_CAL .gradient-away{height:240px}}.NCAAB_Pac-12_COLO{background:#CFB87C  !important}.NCAAB_Pac-12_COLO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CFB87C 0%, rgba(0,0,0,0) 60%)}.NCAAB_Pac-12_COLO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CFB87C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Pac-12_COLO .gradient-home,.NCAAB_Pac-12_COLO .gradient-away{height:240px}}.NCAAB_Pac-12_ORE{background:#154733  !important}.NCAAB_Pac-12_ORE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #154733 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #154733 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #154733 0%, rgba(0,0,0,0) 60%)}.NCAAB_Pac-12_ORE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #154733 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #154733 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #154733 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Pac-12_ORE .gradient-home,.NCAAB_Pac-12_ORE .gradient-away{height:240px}}.NCAAB_Pac-12_ORST{background:#DC4405  !important}.NCAAB_Pac-12_ORST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #DC4405 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #DC4405 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #DC4405 0%, rgba(0,0,0,0) 60%)}.NCAAB_Pac-12_ORST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #DC4405 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #DC4405 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #DC4405 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Pac-12_ORST .gradient-home,.NCAAB_Pac-12_ORST .gradient-away{height:240px}}.NCAAB_Pac-12_STAN{background:#8C1515  !important}.NCAAB_Pac-12_STAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8C1515 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8C1515 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8C1515 0%, rgba(0,0,0,0) 60%)}.NCAAB_Pac-12_STAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8C1515 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8C1515 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8C1515 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Pac-12_STAN .gradient-home,.NCAAB_Pac-12_STAN .gradient-away{height:240px}}.NCAAB_Pac-12_UCLA{background:#3284BF  !important}.NCAAB_Pac-12_UCLA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #3284BF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #3284BF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #3284BF 0%, rgba(0,0,0,0) 60%)}.NCAAB_Pac-12_UCLA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #3284BF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #3284BF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #3284BF 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Pac-12_UCLA .gradient-home,.NCAAB_Pac-12_UCLA .gradient-away{height:240px}}.NCAAB_Pac-12_USC{background:#FFC72C  !important}.NCAAB_Pac-12_USC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFC72C 0%, rgba(0,0,0,0) 60%)}.NCAAB_Pac-12_USC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFC72C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Pac-12_USC .gradient-home,.NCAAB_Pac-12_USC .gradient-away{height:240px}}.NCAAB_Pac-12_UTAH{background:#CC0000  !important}.NCAAB_Pac-12_UTAH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NCAAB_Pac-12_UTAH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Pac-12_UTAH .gradient-home,.NCAAB_Pac-12_UTAH .gradient-away{height:240px}}.NCAAB_Pac-12_WASH{background:#4B2E83  !important}.NCAAB_Pac-12_WASH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4B2E83 0%, rgba(0,0,0,0) 60%)}.NCAAB_Pac-12_WASH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4B2E83 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Pac-12_WASH .gradient-home,.NCAAB_Pac-12_WASH .gradient-away{height:240px}}.NCAAB_Pac-12_WSU{background:#981E32  !important}.NCAAB_Pac-12_WSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #981E32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #981E32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #981E32 0%, rgba(0,0,0,0) 60%)}.NCAAB_Pac-12_WSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #981E32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #981E32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #981E32 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Pac-12_WSU .gradient-home,.NCAAB_Pac-12_WSU .gradient-away{height:240px}}.NCAAB_Patriot_AMER{background:#ADD8E6  !important}.NCAAB_Patriot_AMER .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #add8e6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #add8e6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #add8e6 0%, rgba(0,0,0,0) 60%)}.NCAAB_Patriot_AMER .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #add8e6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #add8e6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #add8e6 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Patriot_AMER .gradient-home,.NCAAB_Patriot_AMER .gradient-away{height:240px}}.NCAAB_Patriot_ARMY{background:#D4BF91  !important}.NCAAB_Patriot_ARMY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D4BF91 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D4BF91 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D4BF91 0%, rgba(0,0,0,0) 60%)}.NCAAB_Patriot_ARMY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D4BF91 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D4BF91 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D4BF91 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Patriot_ARMY .gradient-home,.NCAAB_Patriot_ARMY .gradient-away{height:240px}}.NCAAB_Patriot_BU{background:#cc0000  !important}.NCAAB_Patriot_BU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NCAAB_Patriot_BU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Patriot_BU .gradient-home,.NCAAB_Patriot_BU .gradient-away{height:240px}}.NCAAB_Patriot_BUCK{background:#E87722  !important}.NCAAB_Patriot_BUCK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E87722 0%, rgba(0,0,0,0) 60%)}.NCAAB_Patriot_BUCK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E87722 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Patriot_BUCK .gradient-home,.NCAAB_Patriot_BUCK .gradient-away{height:240px}}.NCAAB_Patriot_COLG{background:#8B011D  !important}.NCAAB_Patriot_COLG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8B011D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8B011D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8B011D 0%, rgba(0,0,0,0) 60%)}.NCAAB_Patriot_COLG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8B011D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8B011D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8B011D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Patriot_COLG .gradient-home,.NCAAB_Patriot_COLG .gradient-away{height:240px}}.NCAAB_Patriot_HC{background:#090909  !important}.NCAAB_Patriot_HC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #090909 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #090909 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #090909 0%, rgba(0,0,0,0) 60%)}.NCAAB_Patriot_HC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #090909 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #090909 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #090909 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Patriot_HC .gradient-home,.NCAAB_Patriot_HC .gradient-away{height:240px}}.NCAAB_Patriot_L-MD{background:#016540  !important}.NCAAB_Patriot_L-MD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #016540 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #016540 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #016540 0%, rgba(0,0,0,0) 60%)}.NCAAB_Patriot_L-MD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #016540 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #016540 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #016540 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Patriot_L-MD .gradient-home,.NCAAB_Patriot_L-MD .gradient-away{height:240px}}.NCAAB_Patriot_LAF{background:#9A0024  !important}.NCAAB_Patriot_LAF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9A0024 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9A0024 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9A0024 0%, rgba(0,0,0,0) 60%)}.NCAAB_Patriot_LAF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9A0024 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9A0024 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9A0024 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Patriot_LAF .gradient-home,.NCAAB_Patriot_LAF .gradient-away{height:240px}}.NCAAB_Patriot_LEH{background:#994708  !important}.NCAAB_Patriot_LEH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #994708 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #994708 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #994708 0%, rgba(0,0,0,0) 60%)}.NCAAB_Patriot_LEH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #994708 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #994708 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #994708 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Patriot_LEH .gradient-home,.NCAAB_Patriot_LEH .gradient-away{height:240px}}.NCAAB_Patriot_NAVY{background:#131630  !important}.NCAAB_Patriot_NAVY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #131630 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #131630 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #131630 0%, rgba(0,0,0,0) 60%)}.NCAAB_Patriot_NAVY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #131630 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #131630 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #131630 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Patriot_NAVY .gradient-home,.NCAAB_Patriot_NAVY .gradient-away{height:240px}}.NCAAB_S-Belt_APP{background:#FFCC00  !important}.NCAAB_S-Belt_APP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%)}.NCAAB_S-Belt_APP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_S-Belt_APP .gradient-home,.NCAAB_S-Belt_APP .gradient-away{height:240px}}.NCAAB_S-Belt_ARST{background:#CC092F  !important}.NCAAB_S-Belt_ARST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CC092F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CC092F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CC092F 0%, rgba(0,0,0,0) 60%)}.NCAAB_S-Belt_ARST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CC092F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CC092F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CC092F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_S-Belt_ARST .gradient-home,.NCAAB_S-Belt_ARST .gradient-away{height:240px}}.NCAAB_S-Belt_CCAR{background:#006F71  !important}.NCAAB_S-Belt_CCAR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006F71 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006F71 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006F71 0%, rgba(0,0,0,0) 60%)}.NCAAB_S-Belt_CCAR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006F71 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006F71 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006F71 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_S-Belt_CCAR .gradient-home,.NCAAB_S-Belt_CCAR .gradient-away{height:240px}}.NCAAB_S-Belt_GASO{background:#011E41  !important}.NCAAB_S-Belt_GASO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #011E41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #011E41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #011E41 0%, rgba(0,0,0,0) 60%)}.NCAAB_S-Belt_GASO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #011E41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #011E41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #011E41 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_S-Belt_GASO .gradient-home,.NCAAB_S-Belt_GASO .gradient-away{height:240px}}.NCAAB_S-Belt_GSU{background:#0039A6  !important}.NCAAB_S-Belt_GSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0039A6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0039A6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0039A6 0%, rgba(0,0,0,0) 60%)}.NCAAB_S-Belt_GSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0039A6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0039A6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0039A6 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_S-Belt_GSU .gradient-home,.NCAAB_S-Belt_GSU .gradient-away{height:240px}}.NCAAB_S-Belt_TROY{background:#919191  !important}.NCAAB_S-Belt_TROY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #919191 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #919191 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #919191 0%, rgba(0,0,0,0) 60%)}.NCAAB_S-Belt_TROY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #919191 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #919191 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #919191 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_S-Belt_TROY .gradient-home,.NCAAB_S-Belt_TROY .gradient-away{height:240px}}.NCAAB_S-Belt_TXST{background:#501214  !important}.NCAAB_S-Belt_TXST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #501214 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #501214 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #501214 0%, rgba(0,0,0,0) 60%)}.NCAAB_S-Belt_TXST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #501214 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #501214 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #501214 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_S-Belt_TXST .gradient-home,.NCAAB_S-Belt_TXST .gradient-away{height:240px}}.NCAAB_S-Belt_UALR{background:#6E2639  !important}.NCAAB_S-Belt_UALR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6E2639 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6E2639 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6E2639 0%, rgba(0,0,0,0) 60%)}.NCAAB_S-Belt_UALR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6E2639 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6E2639 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6E2639 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_S-Belt_UALR .gradient-home,.NCAAB_S-Belt_UALR .gradient-away{height:240px}}.NCAAB_S-Belt_ULL{background:#CE181E  !important}.NCAAB_S-Belt_ULL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CE181E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CE181E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CE181E 0%, rgba(0,0,0,0) 60%)}.NCAAB_S-Belt_ULL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CE181E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CE181E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CE181E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_S-Belt_ULL .gradient-home,.NCAAB_S-Belt_ULL .gradient-away{height:240px}}.NCAAB_S-Belt_ULM{background:#BD955A  !important}.NCAAB_S-Belt_ULM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BD955A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BD955A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BD955A 0%, rgba(0,0,0,0) 60%)}.NCAAB_S-Belt_ULM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BD955A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BD955A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BD955A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_S-Belt_ULM .gradient-home,.NCAAB_S-Belt_ULM .gradient-away{height:240px}}.NCAAB_S-Belt_USA{background:#00205B  !important}.NCAAB_S-Belt_USA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%)}.NCAAB_S-Belt_USA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_S-Belt_USA .gradient-home,.NCAAB_S-Belt_USA .gradient-away{height:240px}}.NCAAB_S-Belt_UTA{background:#F58025  !important}.NCAAB_S-Belt_UTA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F58025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F58025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F58025 0%, rgba(0,0,0,0) 60%)}.NCAAB_S-Belt_UTA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F58025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F58025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F58025 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_S-Belt_UTA .gradient-home,.NCAAB_S-Belt_UTA .gradient-away{height:240px}}.NCAAB_SEC_ALA{background:#9E1B32  !important}.NCAAB_SEC_ALA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9E1B32 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEC_ALA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9E1B32 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEC_ALA .gradient-home,.NCAAB_SEC_ALA .gradient-away{height:240px}}.NCAAB_SEC_ARK{background:#9D2235  !important}.NCAAB_SEC_ARK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9D2235 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9D2235 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9D2235 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEC_ARK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9D2235 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9D2235 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9D2235 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEC_ARK .gradient-home,.NCAAB_SEC_ARK .gradient-away{height:240px}}.NCAAB_SEC_AUB{background:#E87722  !important}.NCAAB_SEC_AUB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E87722 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEC_AUB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E87722 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEC_AUB .gradient-home,.NCAAB_SEC_AUB .gradient-away{height:240px}}.NCAAB_SEC_FLA{background:#2139CE  !important}.NCAAB_SEC_FLA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #2139CE 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #2139CE 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #2139CE 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEC_FLA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #2139CE 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #2139CE 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #2139CE 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEC_FLA .gradient-home,.NCAAB_SEC_FLA .gradient-away{height:240px}}.NCAAB_SEC_LSU{background:#FDB827  !important}.NCAAB_SEC_LSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FDB827 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FDB827 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FDB827 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEC_LSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FDB827 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FDB827 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FDB827 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEC_LSU .gradient-home,.NCAAB_SEC_LSU .gradient-away{height:240px}}.NCAAB_SEC_MISS{background:#FF002C  !important}.NCAAB_SEC_MISS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF002C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF002C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF002C 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEC_MISS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF002C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF002C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF002C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEC_MISS .gradient-home,.NCAAB_SEC_MISS .gradient-away{height:240px}}.NCAAB_SEC_MIZZ{background:#E8AF11  !important}.NCAAB_SEC_MIZZ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E8AF11 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E8AF11 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E8AF11 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEC_MIZZ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E8AF11 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E8AF11 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E8AF11 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEC_MIZZ .gradient-home,.NCAAB_SEC_MIZZ .gradient-away{height:240px}}.NCAAB_SEC_MSST{background:#762123  !important}.NCAAB_SEC_MSST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #762123 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #762123 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #762123 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEC_MSST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #762123 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #762123 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #762123 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEC_MSST .gradient-home,.NCAAB_SEC_MSST .gradient-away{height:240px}}.NCAAB_SEC_SCAR{background:#CD0000  !important}.NCAAB_SEC_SCAR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CD0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CD0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CD0000 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEC_SCAR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CD0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CD0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CD0000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEC_SCAR .gradient-home,.NCAAB_SEC_SCAR .gradient-away{height:240px}}.NCAAB_SEC_TAM{background:#5C0025  !important}.NCAAB_SEC_TAM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #5C0025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #5C0025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #5C0025 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEC_TAM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #5C0025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #5C0025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #5C0025 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEC_TAM .gradient-home,.NCAAB_SEC_TAM .gradient-away{height:240px}}.NCAAB_SEC_TENN{background:#EE9627  !important}.NCAAB_SEC_TENN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EE9627 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EE9627 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EE9627 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEC_TENN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EE9627 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EE9627 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EE9627 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEC_TENN .gradient-home,.NCAAB_SEC_TENN .gradient-away{height:240px}}.NCAAB_SEC_UGA{background:#A0000B  !important}.NCAAB_SEC_UGA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A0000B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A0000B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A0000B 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEC_UGA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A0000B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A0000B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A0000B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEC_UGA .gradient-home,.NCAAB_SEC_UGA .gradient-away{height:240px}}.NCAAB_SEC_UK{background:#003399  !important}.NCAAB_SEC_UK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #039 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #039 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #039 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEC_UK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #039 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #039 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #039 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEC_UK .gradient-home,.NCAAB_SEC_UK .gradient-away{height:240px}}.NCAAB_SEC_VAN{background:#BB8D09  !important}.NCAAB_SEC_VAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BB8D09 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BB8D09 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BB8D09 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEC_VAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BB8D09 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BB8D09 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BB8D09 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEC_VAN .gradient-home,.NCAAB_SEC_VAN .gradient-away{height:240px}}.NCAAB_Southern_CHAT{background:#EEB311  !important}.NCAAB_Southern_CHAT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EEB311 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EEB311 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EEB311 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southern_CHAT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EEB311 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EEB311 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EEB311 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southern_CHAT .gradient-home,.NCAAB_Southern_CHAT .gradient-away{height:240px}}.NCAAB_Southern_CIT{background:#002B5C  !important}.NCAAB_Southern_CIT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002B5C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002B5C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002B5C 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southern_CIT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002B5C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002B5C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002B5C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southern_CIT .gradient-home,.NCAAB_Southern_CIT .gradient-away{height:240px}}.NCAAB_Southern_ETSU{background:#BE9434  !important}.NCAAB_Southern_ETSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BE9434 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BE9434 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BE9434 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southern_ETSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BE9434 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BE9434 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BE9434 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southern_ETSU .gradient-home,.NCAAB_Southern_ETSU .gradient-away{height:240px}}.NCAAB_Southern_FUR{background:#3A1769  !important}.NCAAB_Southern_FUR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #3A1769 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #3A1769 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #3A1769 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southern_FUR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #3A1769 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #3A1769 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #3A1769 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southern_FUR .gradient-home,.NCAAB_Southern_FUR .gradient-away{height:240px}}.NCAAB_Southern_MER{background:#FF7F27  !important}.NCAAB_Southern_MER .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF7F27 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF7F27 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF7F27 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southern_MER .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF7F27 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF7F27 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF7F27 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southern_MER .gradient-home,.NCAAB_Southern_MER .gradient-away{height:240px}}.NCAAB_Southern_SAM{background:#005485  !important}.NCAAB_Southern_SAM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005485 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005485 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005485 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southern_SAM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005485 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005485 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005485 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southern_SAM .gradient-home,.NCAAB_Southern_SAM .gradient-away{height:240px}}.NCAAB_Southern_UNCG{background:#003559  !important}.NCAAB_Southern_UNCG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003559 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003559 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003559 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southern_UNCG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003559 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003559 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003559 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southern_UNCG .gradient-home,.NCAAB_Southern_UNCG .gradient-away{height:240px}}.NCAAB_Southern_VMI{background:#E52D37  !important}.NCAAB_Southern_VMI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E52D37 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E52D37 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E52D37 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southern_VMI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E52D37 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E52D37 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E52D37 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southern_VMI .gradient-home,.NCAAB_Southern_VMI .gradient-away{height:240px}}.NCAAB_Southern_WCU{background:#492F91  !important}.NCAAB_Southern_WCU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #492F91 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #492F91 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #492F91 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southern_WCU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #492F91 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #492F91 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #492F91 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southern_WCU .gradient-home,.NCAAB_Southern_WCU .gradient-away{height:240px}}.NCAAB_Southern_WOF{background:#FFD700  !important}.NCAAB_Southern_WOF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, gold 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, gold 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, gold 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southern_WOF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, gold 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, gold 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, gold 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southern_WOF .gradient-home,.NCAAB_Southern_WOF .gradient-away{height:240px}}.NCAAB_Southland_ACU{background:#DDA0DD  !important}.NCAAB_Southland_ACU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, plum 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, plum 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, plum 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southland_ACU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, plum 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, plum 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, plum 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southland_ACU .gradient-home,.NCAAB_Southland_ACU .gradient-away{height:240px}}.NCAAB_Southland_AMCC{background:#007CC4  !important}.NCAAB_Southland_AMCC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #007CC4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #007CC4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #007CC4 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southland_AMCC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #007CC4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #007CC4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #007CC4 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southland_AMCC .gradient-home,.NCAAB_Southland_AMCC .gradient-away{height:240px}}.NCAAB_Southland_CARK{background:#4F2683  !important}.NCAAB_Southland_CARK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4F2683 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4F2683 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4F2683 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southland_CARK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4F2683 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4F2683 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4F2683 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southland_CARK .gradient-home,.NCAAB_Southland_CARK .gradient-away{height:240px}}.NCAAB_Southland_HBU{background:#702D07  !important}.NCAAB_Southland_HBU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #702D07 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #702D07 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #702D07 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southland_HBU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #702D07 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #702D07 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #702D07 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southland_HBU .gradient-home,.NCAAB_Southland_HBU .gradient-away{height:240px}}.NCAAB_Southland_IW{background:#cc292b  !important}.NCAAB_Southland_IW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #cc292b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #cc292b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #cc292b 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southland_IW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #cc292b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #cc292b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #cc292b 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southland_IW .gradient-home,.NCAAB_Southland_IW .gradient-away{height:240px}}.NCAAB_Southland_LAM{background:#ED1B2E  !important}.NCAAB_Southland_LAM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #ED1B2E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #ED1B2E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #ED1B2E 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southland_LAM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #ED1B2E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #ED1B2E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #ED1B2E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southland_LAM .gradient-home,.NCAAB_Southland_LAM .gradient-away{height:240px}}.NCAAB_Southland_MCNS{background:#FFD51D  !important}.NCAAB_Southland_MCNS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFD51D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFD51D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFD51D 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southland_MCNS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFD51D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFD51D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFD51D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southland_MCNS .gradient-home,.NCAAB_Southland_MCNS .gradient-away{height:240px}}.NCAAB_Southland_NICH{background:#C41230  !important}.NCAAB_Southland_NICH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C41230 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C41230 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C41230 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southland_NICH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C41230 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C41230 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C41230 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southland_NICH .gradient-home,.NCAAB_Southland_NICH .gradient-away{height:240px}}.NCAAB_Southland_NWST{background:#F68428  !important}.NCAAB_Southland_NWST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F68428 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F68428 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F68428 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southland_NWST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F68428 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F68428 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F68428 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southland_NWST .gradient-home,.NCAAB_Southland_NWST .gradient-away{height:240px}}.NCAAB_Southland_SELA{background:#007550  !important}.NCAAB_Southland_SELA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #007550 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #007550 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #007550 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southland_SELA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #007550 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #007550 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #007550 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southland_SELA .gradient-home,.NCAAB_Southland_SELA .gradient-away{height:240px}}.NCAAB_Southland_SFA{background:#EE3A42  !important}.NCAAB_Southland_SFA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EE3A42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EE3A42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EE3A42 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southland_SFA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EE3A42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EE3A42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EE3A42 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southland_SFA .gradient-home,.NCAAB_Southland_SFA .gradient-away{height:240px}}.NCAAB_Southland_SHSU{background:#F78F1E  !important}.NCAAB_Southland_SHSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F78F1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F78F1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F78F1E 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southland_SHSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F78F1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F78F1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F78F1E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southland_SHSU .gradient-home,.NCAAB_Southland_SHSU .gradient-away{height:240px}}.NCAAB_Southland_UNO{background:#2B3986  !important}.NCAAB_Southland_UNO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #2B3986 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #2B3986 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #2B3986 0%, rgba(0,0,0,0) 60%)}.NCAAB_Southland_UNO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #2B3986 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #2B3986 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #2B3986 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Southland_UNO .gradient-home,.NCAAB_Southland_UNO .gradient-away{height:240px}}.NCAAB_Summit_DEN{background:#98002E  !important}.NCAAB_Summit_DEN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #98002E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #98002E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #98002E 0%, rgba(0,0,0,0) 60%)}.NCAAB_Summit_DEN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #98002E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #98002E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #98002E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Summit_DEN .gradient-home,.NCAAB_Summit_DEN .gradient-away{height:240px}}.NCAAB_Summit_NDSU{background:#01402A  !important}.NCAAB_Summit_NDSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #01402A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #01402A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #01402A 0%, rgba(0,0,0,0) 60%)}.NCAAB_Summit_NDSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #01402A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #01402A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #01402A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Summit_NDSU .gradient-home,.NCAAB_Summit_NDSU .gradient-away{height:240px}}.NCAAB_Summit_NEOM{background:#D71920  !important}.NCAAB_Summit_NEOM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D71920 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D71920 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D71920 0%, rgba(0,0,0,0) 60%)}.NCAAB_Summit_NEOM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D71920 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D71920 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D71920 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Summit_NEOM .gradient-home,.NCAAB_Summit_NEOM .gradient-away{height:240px}}.NCAAB_Summit_ORU{background:#002E70  !important}.NCAAB_Summit_ORU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002E70 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002E70 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002E70 0%, rgba(0,0,0,0) 60%)}.NCAAB_Summit_ORU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002E70 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002E70 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002E70 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Summit_ORU .gradient-home,.NCAAB_Summit_ORU .gradient-away{height:240px}}.NCAAB_Summit_PFW{background:#002F6C  !important}.NCAAB_Summit_PFW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002F6C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002F6C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002F6C 0%, rgba(0,0,0,0) 60%)}.NCAAB_Summit_PFW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002F6C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002F6C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002F6C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Summit_PFW .gradient-home,.NCAAB_Summit_PFW .gradient-away{height:240px}}.NCAAB_Summit_SDAK{background:#CD1241  !important}.NCAAB_Summit_SDAK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CD1241 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CD1241 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CD1241 0%, rgba(0,0,0,0) 60%)}.NCAAB_Summit_SDAK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CD1241 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CD1241 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CD1241 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Summit_SDAK .gradient-home,.NCAAB_Summit_SDAK .gradient-away{height:240px}}.NCAAB_Summit_SDST{background:#005DAB  !important}.NCAAB_Summit_SDST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005DAB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005DAB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005DAB 0%, rgba(0,0,0,0) 60%)}.NCAAB_Summit_SDST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005DAB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005DAB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005DAB 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Summit_SDST .gradient-home,.NCAAB_Summit_SDST .gradient-away{height:240px}}.NCAAB_Summit_UND{background:#702D07  !important}.NCAAB_Summit_UND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #702D07 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #702D07 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #702D07 0%, rgba(0,0,0,0) 60%)}.NCAAB_Summit_UND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #702D07 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #702D07 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #702D07 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Summit_UND .gradient-home,.NCAAB_Summit_UND .gradient-away{height:240px}}.NCAAB_Summit_WIU{background:#6812BB  !important}.NCAAB_Summit_WIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6812BB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6812BB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6812BB 0%, rgba(0,0,0,0) 60%)}.NCAAB_Summit_WIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6812BB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6812BB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6812BB 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_Summit_WIU .gradient-home,.NCAAB_Summit_WIU .gradient-away{height:240px}}.NCAAB_SWAC_AAMU{background:#660000  !important}.NCAAB_SWAC_AAMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #600 0%, rgba(0,0,0,0) 60%)}.NCAAB_SWAC_AAMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #600 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SWAC_AAMU .gradient-home,.NCAAB_SWAC_AAMU .gradient-away{height:240px}}.NCAAB_SWAC_ALCN{background:#e9a713  !important}.NCAAB_SWAC_ALCN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #e9a713 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #e9a713 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #e9a713 0%, rgba(0,0,0,0) 60%)}.NCAAB_SWAC_ALCN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #e9a713 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #e9a713 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #e9a713 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SWAC_ALCN .gradient-home,.NCAAB_SWAC_ALCN .gradient-away{height:240px}}.NCAAB_SWAC_ALST{background:#B10021  !important}.NCAAB_SWAC_ALST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B10021 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B10021 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B10021 0%, rgba(0,0,0,0) 60%)}.NCAAB_SWAC_ALST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B10021 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B10021 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B10021 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SWAC_ALST .gradient-home,.NCAAB_SWAC_ALST .gradient-away{height:240px}}.NCAAB_SWAC_ARPB{background:#EAAA00  !important}.NCAAB_SWAC_ARPB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EAAA00 0%, rgba(0,0,0,0) 60%)}.NCAAB_SWAC_ARPB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EAAA00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SWAC_ARPB .gradient-home,.NCAAB_SWAC_ARPB .gradient-away{height:240px}}.NCAAB_SWAC_GRAM{background:#F88400  !important}.NCAAB_SWAC_GRAM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F88400 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F88400 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F88400 0%, rgba(0,0,0,0) 60%)}.NCAAB_SWAC_GRAM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F88400 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F88400 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F88400 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SWAC_GRAM .gradient-home,.NCAAB_SWAC_GRAM .gradient-away{height:240px}}.NCAAB_SWAC_JKST{background:#123297  !important}.NCAAB_SWAC_JKST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #123297 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #123297 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #123297 0%, rgba(0,0,0,0) 60%)}.NCAAB_SWAC_JKST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #123297 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #123297 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #123297 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SWAC_JKST .gradient-home,.NCAAB_SWAC_JKST .gradient-away{height:240px}}.NCAAB_SWAC_MVSU{background:#054105  !important}.NCAAB_SWAC_MVSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #054105 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #054105 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #054105 0%, rgba(0,0,0,0) 60%)}.NCAAB_SWAC_MVSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #054105 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #054105 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #054105 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SWAC_MVSU .gradient-home,.NCAAB_SWAC_MVSU .gradient-away{height:240px}}.NCAAB_SWAC_PV{background:#5A185C  !important}.NCAAB_SWAC_PV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #5A185C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #5A185C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #5A185C 0%, rgba(0,0,0,0) 60%)}.NCAAB_SWAC_PV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #5A185C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #5A185C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #5A185C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SWAC_PV .gradient-home,.NCAAB_SWAC_PV .gradient-away{height:240px}}.NCAAB_SWAC_SOU{background:#FFCD02  !important}.NCAAB_SWAC_SOU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFCD02 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFCD02 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFCD02 0%, rgba(0,0,0,0) 60%)}.NCAAB_SWAC_SOU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFCD02 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFCD02 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFCD02 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SWAC_SOU .gradient-home,.NCAAB_SWAC_SOU .gradient-away{height:240px}}.NCAAB_SWAC_TXSO{background:#6A0403  !important}.NCAAB_SWAC_TXSO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6A0403 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6A0403 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6A0403 0%, rgba(0,0,0,0) 60%)}.NCAAB_SWAC_TXSO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6A0403 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6A0403 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6A0403 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SWAC_TXSO .gradient-home,.NCAAB_SWAC_TXSO .gradient-away{height:240px}}.NCAAB_WAC_CALBA{background:#002554  !important}.NCAAB_WAC_CALBA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002554 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002554 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002554 0%, rgba(0,0,0,0) 60%)}.NCAAB_WAC_CALBA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002554 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002554 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002554 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WAC_CALBA .gradient-home,.NCAAB_WAC_CALBA .gradient-away{height:240px}}.NCAAB_WAC_CHS{background:#006700  !important}.NCAAB_WAC_CHS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006700 0%, rgba(0,0,0,0) 60%)}.NCAAB_WAC_CHS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006700 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WAC_CHS .gradient-home,.NCAAB_WAC_CHS .gradient-away{height:240px}}.NCAAB_WAC_CSB{background:#005DAB  !important}.NCAAB_WAC_CSB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005DAB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005DAB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005DAB 0%, rgba(0,0,0,0) 60%)}.NCAAB_WAC_CSB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005DAB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005DAB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005DAB 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WAC_CSB .gradient-home,.NCAAB_WAC_CSB .gradient-away{height:240px}}.NCAAB_WAC_GRC{background:#522398  !important}.NCAAB_WAC_GRC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #522398 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #522398 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #522398 0%, rgba(0,0,0,0) 60%)}.NCAAB_WAC_GRC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #522398 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #522398 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #522398 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WAC_GRC .gradient-home,.NCAAB_WAC_GRC .gradient-away{height:240px}}.NCAAB_WAC_NMSU{background:#891216  !important}.NCAAB_WAC_NMSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #891216 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #891216 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #891216 0%, rgba(0,0,0,0) 60%)}.NCAAB_WAC_NMSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #891216 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #891216 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #891216 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WAC_NMSU .gradient-home,.NCAAB_WAC_NMSU .gradient-away{height:240px}}.NCAAB_WAC_SEA{background:#BF2E1A  !important}.NCAAB_WAC_SEA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BF2E1A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BF2E1A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BF2E1A 0%, rgba(0,0,0,0) 60%)}.NCAAB_WAC_SEA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BF2E1A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BF2E1A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BF2E1A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WAC_SEA .gradient-home,.NCAAB_WAC_SEA .gradient-away{height:240px}}.NCAAB_WAC_UMKC{background:#005486  !important}.NCAAB_WAC_UMKC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005486 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005486 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005486 0%, rgba(0,0,0,0) 60%)}.NCAAB_WAC_UMKC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005486 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005486 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005486 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WAC_UMKC .gradient-home,.NCAAB_WAC_UMKC .gradient-away{height:240px}}.NCAAB_WAC_UTRGV{background:#FFA300  !important}.NCAAB_WAC_UTRGV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFA300 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFA300 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFA300 0%, rgba(0,0,0,0) 60%)}.NCAAB_WAC_UTRGV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFA300 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFA300 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFA300 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WAC_UTRGV .gradient-home,.NCAAB_WAC_UTRGV .gradient-away{height:240px}}.NCAAB_WAC_UVU{background:#E8D766  !important}.NCAAB_WAC_UVU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E8D766 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E8D766 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E8D766 0%, rgba(0,0,0,0) 60%)}.NCAAB_WAC_UVU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E8D766 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E8D766 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E8D766 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WAC_UVU .gradient-home,.NCAAB_WAC_UVU .gradient-away{height:240px}}.NCAAB_WCC_BYU{background:#002255  !important}.NCAAB_WCC_BYU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #025 0%, rgba(0,0,0,0) 60%)}.NCAAB_WCC_BYU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #025 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WCC_BYU .gradient-home,.NCAAB_WCC_BYU .gradient-away{height:240px}}.NCAAB_WCC_GONZ{background:#2D2161  !important}.NCAAB_WCC_GONZ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #2D2161 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #2D2161 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #2D2161 0%, rgba(0,0,0,0) 60%)}.NCAAB_WCC_GONZ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #2D2161 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #2D2161 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #2D2161 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WCC_GONZ .gradient-home,.NCAAB_WCC_GONZ .gradient-away{height:240px}}.NCAAB_WCC_LMU{background:#8C0029  !important}.NCAAB_WCC_LMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8C0029 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8C0029 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8C0029 0%, rgba(0,0,0,0) 60%)}.NCAAB_WCC_LMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8C0029 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8C0029 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8C0029 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WCC_LMU .gradient-home,.NCAAB_WCC_LMU .gradient-away{height:240px}}.NCAAB_WCC_PAC{background:#F47820  !important}.NCAAB_WCC_PAC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F47820 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F47820 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F47820 0%, rgba(0,0,0,0) 60%)}.NCAAB_WCC_PAC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F47820 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F47820 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F47820 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WCC_PAC .gradient-home,.NCAAB_WCC_PAC .gradient-away{height:240px}}.NCAAB_WCC_PEPP{background:#009C98  !important}.NCAAB_WCC_PEPP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #009C98 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #009C98 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #009C98 0%, rgba(0,0,0,0) 60%)}.NCAAB_WCC_PEPP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #009C98 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #009C98 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #009C98 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WCC_PEPP .gradient-home,.NCAAB_WCC_PEPP .gradient-away{height:240px}}.NCAAB_WCC_PORT{background:#0E034E  !important}.NCAAB_WCC_PORT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0E034E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0E034E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0E034E 0%, rgba(0,0,0,0) 60%)}.NCAAB_WCC_PORT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0E034E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0E034E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0E034E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WCC_PORT .gradient-home,.NCAAB_WCC_PORT .gradient-away{height:240px}}.NCAAB_WCC_SCU{background:#690B0B  !important}.NCAAB_WCC_SCU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #690B0B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #690B0B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #690B0B 0%, rgba(0,0,0,0) 60%)}.NCAAB_WCC_SCU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #690B0B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #690B0B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #690B0B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WCC_SCU .gradient-home,.NCAAB_WCC_SCU .gradient-away{height:240px}}.NCAAB_WCC_SF{background:#22523F  !important}.NCAAB_WCC_SF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #22523F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #22523F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #22523F 0%, rgba(0,0,0,0) 60%)}.NCAAB_WCC_SF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #22523F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #22523F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #22523F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WCC_SF .gradient-home,.NCAAB_WCC_SF .gradient-away{height:240px}}.NCAAB_WCC_SMC{background:#003768  !important}.NCAAB_WCC_SMC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003768 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003768 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003768 0%, rgba(0,0,0,0) 60%)}.NCAAB_WCC_SMC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003768 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003768 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003768 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WCC_SMC .gradient-home,.NCAAB_WCC_SMC .gradient-away{height:240px}}.NCAAB_WCC_USD{background:#2f99d4  !important}.NCAAB_WCC_USD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #2f99d4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #2f99d4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #2f99d4 0%, rgba(0,0,0,0) 60%)}.NCAAB_WCC_USD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #2f99d4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #2f99d4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #2f99d4 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WCC_USD .gradient-home,.NCAAB_WCC_USD .gradient-away{height:240px}}.NCAAB_FGCU{background:#009569  !important}.NCAAB_FGCU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #009569 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #009569 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #009569 0%, rgba(0,0,0,0) 60%)}.NCAAB_FGCU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #009569 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #009569 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #009569 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_FGCU .gradient-home,.NCAAB_FGCU .gradient-away{height:240px}}.NCAAB_JAC{background:#008568  !important}.NCAAB_JAC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #008568 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #008568 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #008568 0%, rgba(0,0,0,0) 60%)}.NCAAB_JAC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #008568 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #008568 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #008568 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_JAC .gradient-home,.NCAAB_JAC .gradient-away{height:240px}}.NCAAB_KENN{background:#231F20  !important}.NCAAB_KENN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #231F20 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #231F20 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #231F20 0%, rgba(0,0,0,0) 60%)}.NCAAB_KENN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #231F20 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #231F20 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #231F20 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_KENN .gradient-home,.NCAAB_KENN .gradient-away{height:240px}}.NCAAB_LIB{background:#02298A  !important}.NCAAB_LIB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #02298A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #02298A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #02298A 0%, rgba(0,0,0,0) 60%)}.NCAAB_LIB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #02298A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #02298A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #02298A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_LIB .gradient-home,.NCAAB_LIB .gradient-away{height:240px}}.NCAAB_LIP{background:#122A65  !important}.NCAAB_LIP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #122A65 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #122A65 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #122A65 0%, rgba(0,0,0,0) 60%)}.NCAAB_LIP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #122A65 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #122A65 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #122A65 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_LIP .gradient-home,.NCAAB_LIP .gradient-away{height:240px}}.NCAAB_NJIT{background:#EE3024  !important}.NCAAB_NJIT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EE3024 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EE3024 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EE3024 0%, rgba(0,0,0,0) 60%)}.NCAAB_NJIT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EE3024 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EE3024 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EE3024 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NJIT .gradient-home,.NCAAB_NJIT .gradient-away{height:240px}}.NCAAB_NORAL{background:#DB9F11  !important}.NCAAB_NORAL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #DB9F11 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #DB9F11 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #DB9F11 0%, rgba(0,0,0,0) 60%)}.NCAAB_NORAL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #DB9F11 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #DB9F11 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #DB9F11 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NORAL .gradient-home,.NCAAB_NORAL .gradient-away{height:240px}}.NCAAB_STET{background:#18581C  !important}.NCAAB_STET .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #18581C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #18581C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #18581C 0%, rgba(0,0,0,0) 60%)}.NCAAB_STET .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #18581C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #18581C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #18581C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_STET .gradient-home,.NCAAB_STET .gradient-away{height:240px}}.NCAAB_UNF{background:#0A548D  !important}.NCAAB_UNF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0A548D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0A548D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0A548D 0%, rgba(0,0,0,0) 60%)}.NCAAB_UNF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0A548D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0A548D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0A548D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UNF .gradient-home,.NCAAB_UNF .gradient-away{height:240px}}.NCAAB_CIN{background:#000000  !important}.NCAAB_CIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%)}.NCAAB_CIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CIN .gradient-home,.NCAAB_CIN .gradient-away{height:240px}}.NCAAB_ECU{background:#4A1F68  !important}.NCAAB_ECU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4A1F68 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4A1F68 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4A1F68 0%, rgba(0,0,0,0) 60%)}.NCAAB_ECU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4A1F68 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4A1F68 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4A1F68 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ECU .gradient-home,.NCAAB_ECU .gradient-away{height:240px}}.NCAAB_HOU{background:#C90822  !important}.NCAAB_HOU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C90822 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C90822 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C90822 0%, rgba(0,0,0,0) 60%)}.NCAAB_HOU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C90822 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C90822 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C90822 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_HOU .gradient-home,.NCAAB_HOU .gradient-away{height:240px}}.NCAAB_MEM{background:#2A2A9B  !important}.NCAAB_MEM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #2A2A9B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #2A2A9B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #2A2A9B 0%, rgba(0,0,0,0) 60%)}.NCAAB_MEM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #2A2A9B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #2A2A9B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #2A2A9B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MEM .gradient-home,.NCAAB_MEM .gradient-away{height:240px}}.NCAAB_SMU{background:#E32F38  !important}.NCAAB_SMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E32F38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E32F38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E32F38 0%, rgba(0,0,0,0) 60%)}.NCAAB_SMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E32F38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E32F38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E32F38 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SMU .gradient-home,.NCAAB_SMU .gradient-away{height:240px}}.NCAAB_TEM{background:#A80532  !important}.NCAAB_TEM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A80532 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A80532 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A80532 0%, rgba(0,0,0,0) 60%)}.NCAAB_TEM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A80532 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A80532 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A80532 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TEM .gradient-home,.NCAAB_TEM .gradient-away{height:240px}}.NCAAB_TLSA{background:#004371  !important}.NCAAB_TLSA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004371 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004371 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004371 0%, rgba(0,0,0,0) 60%)}.NCAAB_TLSA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004371 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004371 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004371 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TLSA .gradient-home,.NCAAB_TLSA .gradient-away{height:240px}}.NCAAB_TULN{background:#005837  !important}.NCAAB_TULN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005837 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005837 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005837 0%, rgba(0,0,0,0) 60%)}.NCAAB_TULN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005837 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005837 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005837 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TULN .gradient-home,.NCAAB_TULN .gradient-away{height:240px}}.NCAAB_UCF{background:#231F20  !important}.NCAAB_UCF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #231F20 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #231F20 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #231F20 0%, rgba(0,0,0,0) 60%)}.NCAAB_UCF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #231F20 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #231F20 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #231F20 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UCF .gradient-home,.NCAAB_UCF .gradient-away{height:240px}}.NCAAB_UCONN{background:#0A1D5A  !important}.NCAAB_UCONN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0A1D5A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0A1D5A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0A1D5A 0%, rgba(0,0,0,0) 60%)}.NCAAB_UCONN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0A1D5A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0A1D5A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0A1D5A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UCONN .gradient-home,.NCAAB_UCONN .gradient-away{height:240px}}.NCAAB_USF{background:#004A36  !important}.NCAAB_USF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004A36 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004A36 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004A36 0%, rgba(0,0,0,0) 60%)}.NCAAB_USF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004A36 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004A36 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004A36 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_USF .gradient-home,.NCAAB_USF .gradient-away{height:240px}}.NCAAB_WICH{background:#F8D429  !important}.NCAAB_WICH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F8D429 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F8D429 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F8D429 0%, rgba(0,0,0,0) 60%)}.NCAAB_WICH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F8D429 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F8D429 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F8D429 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WICH .gradient-home,.NCAAB_WICH .gradient-away{height:240px}}.NCAAB_BC{background:#98002E  !important}.NCAAB_BC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #98002E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #98002E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #98002E 0%, rgba(0,0,0,0) 60%)}.NCAAB_BC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #98002E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #98002E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #98002E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BC .gradient-home,.NCAAB_BC .gradient-away{height:240px}}.NCAAB_CLEM{background:#F56600  !important}.NCAAB_CLEM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F56600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F56600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F56600 0%, rgba(0,0,0,0) 60%)}.NCAAB_CLEM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F56600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F56600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F56600 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CLEM .gradient-home,.NCAAB_CLEM .gradient-away{height:240px}}.NCAAB_DUKE{background:#001A57  !important}.NCAAB_DUKE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #001A57 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #001A57 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #001A57 0%, rgba(0,0,0,0) 60%)}.NCAAB_DUKE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #001A57 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #001A57 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #001A57 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_DUKE .gradient-home,.NCAAB_DUKE .gradient-away{height:240px}}.NCAAB_FSU{background:#782F40  !important}.NCAAB_FSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #782F40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #782F40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #782F40 0%, rgba(0,0,0,0) 60%)}.NCAAB_FSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #782F40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #782F40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #782F40 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_FSU .gradient-home,.NCAAB_FSU .gradient-away{height:240px}}.NCAAB_GT{background:#B3A369  !important}.NCAAB_GT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B3A369 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B3A369 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B3A369 0%, rgba(0,0,0,0) 60%)}.NCAAB_GT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B3A369 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B3A369 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B3A369 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_GT .gradient-home,.NCAAB_GT .gradient-away{height:240px}}.NCAAB_LOU{background:#AD0000  !important}.NCAAB_LOU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #AD0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #AD0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #AD0000 0%, rgba(0,0,0,0) 60%)}.NCAAB_LOU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #AD0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #AD0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #AD0000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_LOU .gradient-home,.NCAAB_LOU .gradient-away{height:240px}}.NCAAB_MIA{background:#F47321  !important}.NCAAB_MIA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F47321 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F47321 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F47321 0%, rgba(0,0,0,0) 60%)}.NCAAB_MIA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F47321 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F47321 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F47321 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MIA .gradient-home,.NCAAB_MIA .gradient-away{height:240px}}.NCAAB_NCST{background:#CC0000  !important}.NCAAB_NCST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NCAAB_NCST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NCST .gradient-home,.NCAAB_NCST .gradient-away{height:240px}}.NCAAB_ND{background:#C99700  !important}.NCAAB_ND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C99700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C99700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C99700 0%, rgba(0,0,0,0) 60%)}.NCAAB_ND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C99700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C99700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C99700 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ND .gradient-home,.NCAAB_ND .gradient-away{height:240px}}.NCAAB_PITT{background:#1C2957  !important}.NCAAB_PITT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1C2957 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1C2957 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1C2957 0%, rgba(0,0,0,0) 60%)}.NCAAB_PITT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1C2957 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1C2957 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1C2957 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_PITT .gradient-home,.NCAAB_PITT .gradient-away{height:240px}}.NCAAB_SYR{background:#D44500  !important}.NCAAB_SYR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D44500 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D44500 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D44500 0%, rgba(0,0,0,0) 60%)}.NCAAB_SYR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D44500 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D44500 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D44500 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SYR .gradient-home,.NCAAB_SYR .gradient-away{height:240px}}.NCAAB_UNC{background:#7BAFD4  !important}.NCAAB_UNC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #7BAFD4 0%, rgba(0,0,0,0) 60%)}.NCAAB_UNC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #7BAFD4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #7BAFD4 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UNC .gradient-home,.NCAAB_UNC .gradient-away{height:240px}}.NCAAB_UVA{background:#F84C1E  !important}.NCAAB_UVA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F84C1E 0%, rgba(0,0,0,0) 60%)}.NCAAB_UVA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F84C1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F84C1E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UVA .gradient-home,.NCAAB_UVA .gradient-away{height:240px}}.NCAAB_VT{background:#6A2C3E  !important}.NCAAB_VT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6A2C3E 0%, rgba(0,0,0,0) 60%)}.NCAAB_VT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6A2C3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6A2C3E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_VT .gradient-home,.NCAAB_VT .gradient-away{height:240px}}.NCAAB_WAKE{background:#A67F31  !important}.NCAAB_WAKE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A67F31 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A67F31 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A67F31 0%, rgba(0,0,0,0) 60%)}.NCAAB_WAKE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A67F31 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A67F31 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A67F31 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WAKE .gradient-home,.NCAAB_WAKE .gradient-away{height:240px}}.NCAAB_ALBY{background:#461660  !important}.NCAAB_ALBY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #461660 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #461660 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #461660 0%, rgba(0,0,0,0) 60%)}.NCAAB_ALBY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #461660 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #461660 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #461660 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ALBY .gradient-home,.NCAAB_ALBY .gradient-away{height:240px}}.NCAAB_BING{background:#169B62  !important}.NCAAB_BING .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #169B62 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #169B62 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #169B62 0%, rgba(0,0,0,0) 60%)}.NCAAB_BING .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #169B62 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #169B62 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #169B62 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BING .gradient-home,.NCAAB_BING .gradient-away{height:240px}}.NCAAB_HART{background:#C02427  !important}.NCAAB_HART .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C02427 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C02427 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C02427 0%, rgba(0,0,0,0) 60%)}.NCAAB_HART .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C02427 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C02427 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C02427 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_HART .gradient-home,.NCAAB_HART .gradient-away{height:240px}}.NCAAB_ME{background:#B0D7FF  !important}.NCAAB_ME .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B0D7FF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B0D7FF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B0D7FF 0%, rgba(0,0,0,0) 60%)}.NCAAB_ME .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B0D7FF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B0D7FF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B0D7FF 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ME .gradient-home,.NCAAB_ME .gradient-away{height:240px}}.NCAAB_STON{background:#828282  !important}.NCAAB_STON .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #828282 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #828282 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #828282 0%, rgba(0,0,0,0) 60%)}.NCAAB_STON .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #828282 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #828282 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #828282 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_STON .gradient-home,.NCAAB_STON .gradient-away{height:240px}}.NCAAB_UMASS{background:#003DA5  !important}.NCAAB_UMASS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003DA5 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003DA5 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003DA5 0%, rgba(0,0,0,0) 60%)}.NCAAB_UMASS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003DA5 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003DA5 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003DA5 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UMASS .gradient-home,.NCAAB_UMASS .gradient-away{height:240px}}.NCAAB_UMBC{background:#B18906  !important}.NCAAB_UMBC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B18906 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B18906 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B18906 0%, rgba(0,0,0,0) 60%)}.NCAAB_UMBC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B18906 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B18906 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B18906 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UMBC .gradient-home,.NCAAB_UMBC .gradient-away{height:240px}}.NCAAB_UNH{background:#041E42  !important}.NCAAB_UNH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #041E42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #041E42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #041E42 0%, rgba(0,0,0,0) 60%)}.NCAAB_UNH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #041E42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #041E42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #041E42 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UNH .gradient-home,.NCAAB_UNH .gradient-away{height:240px}}.NCAAB_UVM{background:#154734  !important}.NCAAB_UVM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #154734 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #154734 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #154734 0%, rgba(0,0,0,0) 60%)}.NCAAB_UVM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #154734 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #154734 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #154734 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UVM .gradient-home,.NCAAB_UVM .gradient-away{height:240px}}.NCAAB_DAV{background:#E51937  !important}.NCAAB_DAV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E51937 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E51937 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E51937 0%, rgba(0,0,0,0) 60%)}.NCAAB_DAV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E51937 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E51937 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E51937 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_DAV .gradient-home,.NCAAB_DAV .gradient-away{height:240px}}.NCAAB_DAY{background:#E70808  !important}.NCAAB_DAY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E70808 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E70808 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E70808 0%, rgba(0,0,0,0) 60%)}.NCAAB_DAY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E70808 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E70808 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E70808 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_DAY .gradient-home,.NCAAB_DAY .gradient-away{height:240px}}.NCAAB_DUQ{background:#002D62  !important}.NCAAB_DUQ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002D62 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002D62 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002D62 0%, rgba(0,0,0,0) 60%)}.NCAAB_DUQ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002D62 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002D62 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002D62 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_DUQ .gradient-home,.NCAAB_DUQ .gradient-away{height:240px}}.NCAAB_FOR{background:#830032  !important}.NCAAB_FOR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #830032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #830032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #830032 0%, rgba(0,0,0,0) 60%)}.NCAAB_FOR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #830032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #830032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #830032 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_FOR .gradient-home,.NCAAB_FOR .gradient-away{height:240px}}.NCAAB_GMU{background:#006539  !important}.NCAAB_GMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006539 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006539 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006539 0%, rgba(0,0,0,0) 60%)}.NCAAB_GMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006539 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006539 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006539 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_GMU .gradient-home,.NCAAB_GMU .gradient-away{height:240px}}.NCAAB_GW{background:#FFB923  !important}.NCAAB_GW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFB923 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFB923 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFB923 0%, rgba(0,0,0,0) 60%)}.NCAAB_GW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFB923 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFB923 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFB923 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_GW .gradient-home,.NCAAB_GW .gradient-away{height:240px}}.NCAAB_JOES{background:#C2071B  !important}.NCAAB_JOES .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C2071B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C2071B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C2071B 0%, rgba(0,0,0,0) 60%)}.NCAAB_JOES .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C2071B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C2071B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C2071B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_JOES .gradient-home,.NCAAB_JOES .gradient-away{height:240px}}.NCAAB_LAS{background:#FFF200  !important}.NCAAB_LAS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFF200 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFF200 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFF200 0%, rgba(0,0,0,0) 60%)}.NCAAB_LAS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFF200 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFF200 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFF200 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_LAS .gradient-home,.NCAAB_LAS .gradient-away{height:240px}}.NCAAB_MASS{background:#9F011A  !important}.NCAAB_MASS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9F011A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9F011A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9F011A 0%, rgba(0,0,0,0) 60%)}.NCAAB_MASS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9F011A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9F011A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9F011A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MASS .gradient-home,.NCAAB_MASS .gradient-away{height:240px}}.NCAAB_RICH{background:#9E0712  !important}.NCAAB_RICH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9E0712 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9E0712 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9E0712 0%, rgba(0,0,0,0) 60%)}.NCAAB_RICH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9E0712 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9E0712 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9E0712 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_RICH .gradient-home,.NCAAB_RICH .gradient-away{height:240px}}.NCAAB_SBON{background:#FEE8AB  !important}.NCAAB_SBON .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FEE8AB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FEE8AB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FEE8AB 0%, rgba(0,0,0,0) 60%)}.NCAAB_SBON .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FEE8AB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FEE8AB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FEE8AB 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SBON .gradient-home,.NCAAB_SBON .gradient-away{height:240px}}.NCAAB_SLU{background:#00539C  !important}.NCAAB_SLU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00539C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00539C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00539C 0%, rgba(0,0,0,0) 60%)}.NCAAB_SLU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00539C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00539C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00539C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SLU .gradient-home,.NCAAB_SLU .gradient-away{height:240px}}.NCAAB_URI{background:#3691C6  !important}.NCAAB_URI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #3691C6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #3691C6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #3691C6 0%, rgba(0,0,0,0) 60%)}.NCAAB_URI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #3691C6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #3691C6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #3691C6 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_URI .gradient-home,.NCAAB_URI .gradient-away{height:240px}}.NCAAB_VCU{background:#7D7D7A  !important}.NCAAB_VCU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #7D7D7A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #7D7D7A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #7D7D7A 0%, rgba(0,0,0,0) 60%)}.NCAAB_VCU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #7D7D7A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #7D7D7A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #7D7D7A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_VCU .gradient-home,.NCAAB_VCU .gradient-away{height:240px}}.NCAAB_BAY{background:#003015  !important}.NCAAB_BAY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003015 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003015 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003015 0%, rgba(0,0,0,0) 60%)}.NCAAB_BAY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003015 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003015 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003015 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BAY .gradient-home,.NCAAB_BAY .gradient-away{height:240px}}.NCAAB_ISU{background:#C8102E  !important}.NCAAB_ISU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C8102E 0%, rgba(0,0,0,0) 60%)}.NCAAB_ISU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C8102E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C8102E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ISU .gradient-home,.NCAAB_ISU .gradient-away{height:240px}}.NCAAB_KSU{background:#512888  !important}.NCAAB_KSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #512888 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #512888 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #512888 0%, rgba(0,0,0,0) 60%)}.NCAAB_KSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #512888 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #512888 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #512888 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_KSU .gradient-home,.NCAAB_KSU .gradient-away{height:240px}}.NCAAB_KU{background:#0051BA  !important}.NCAAB_KU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0051BA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0051BA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0051BA 0%, rgba(0,0,0,0) 60%)}.NCAAB_KU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0051BA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0051BA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0051BA 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_KU .gradient-home,.NCAAB_KU .gradient-away{height:240px}}.NCAAB_OKLA{background:#841617  !important}.NCAAB_OKLA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #841617 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #841617 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #841617 0%, rgba(0,0,0,0) 60%)}.NCAAB_OKLA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #841617 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #841617 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #841617 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OKLA .gradient-home,.NCAAB_OKLA .gradient-away{height:240px}}.NCAAB_OKST{background:#FF7300  !important}.NCAAB_OKST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF7300 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF7300 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF7300 0%, rgba(0,0,0,0) 60%)}.NCAAB_OKST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF7300 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF7300 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF7300 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OKST .gradient-home,.NCAAB_OKST .gradient-away{height:240px}}.NCAAB_TCU{background:#4D1979  !important}.NCAAB_TCU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4D1979 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4D1979 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4D1979 0%, rgba(0,0,0,0) 60%)}.NCAAB_TCU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4D1979 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4D1979 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4D1979 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TCU .gradient-home,.NCAAB_TCU .gradient-away{height:240px}}.NCAAB_TEX{background:#BF5700  !important}.NCAAB_TEX .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BF5700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BF5700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BF5700 0%, rgba(0,0,0,0) 60%)}.NCAAB_TEX .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BF5700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BF5700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BF5700 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TEX .gradient-home,.NCAAB_TEX .gradient-away{height:240px}}.NCAAB_TTU{background:#CC0000  !important}.NCAAB_TTU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NCAAB_TTU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TTU .gradient-home,.NCAAB_TTU .gradient-away{height:240px}}.NCAAB_WVU{background:#EAAA00  !important}.NCAAB_WVU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EAAA00 0%, rgba(0,0,0,0) 60%)}.NCAAB_WVU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EAAA00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WVU .gradient-home,.NCAAB_WVU .gradient-away{height:240px}}.NCAAB_BUT{background:#D1E0D7  !important}.NCAAB_BUT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D1E0D7 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D1E0D7 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D1E0D7 0%, rgba(0,0,0,0) 60%)}.NCAAB_BUT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D1E0D7 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D1E0D7 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D1E0D7 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BUT .gradient-home,.NCAAB_BUT .gradient-away{height:240px}}.NCAAB_CRE{background:#005CA9  !important}.NCAAB_CRE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005CA9 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005CA9 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005CA9 0%, rgba(0,0,0,0) 60%)}.NCAAB_CRE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005CA9 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005CA9 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005CA9 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CRE .gradient-home,.NCAAB_CRE .gradient-away{height:240px}}.NCAAB_DEP{background:#005EB8  !important}.NCAAB_DEP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005EB8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005EB8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005EB8 0%, rgba(0,0,0,0) 60%)}.NCAAB_DEP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005EB8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005EB8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005EB8 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_DEP .gradient-home,.NCAAB_DEP .gradient-away{height:240px}}.NCAAB_GTWN{background:#041E42  !important}.NCAAB_GTWN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #041E42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #041E42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #041E42 0%, rgba(0,0,0,0) 60%)}.NCAAB_GTWN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #041E42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #041E42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #041E42 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_GTWN .gradient-home,.NCAAB_GTWN .gradient-away{height:240px}}.NCAAB_HALL{background:#004488  !important}.NCAAB_HALL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #048 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #048 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #048 0%, rgba(0,0,0,0) 60%)}.NCAAB_HALL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #048 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #048 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #048 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_HALL .gradient-home,.NCAAB_HALL .gradient-away{height:240px}}.NCAAB_MARQ{background:#FFCC00  !important}.NCAAB_MARQ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%)}.NCAAB_MARQ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MARQ .gradient-home,.NCAAB_MARQ .gradient-away{height:240px}}.NCAAB_PROV{background:#8A8D8F  !important}.NCAAB_PROV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8A8D8F 0%, rgba(0,0,0,0) 60%)}.NCAAB_PROV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8A8D8F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_PROV .gradient-home,.NCAAB_PROV .gradient-away{height:240px}}.NCAAB_SJU{background:#BA0C2F  !important}.NCAAB_SJU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%)}.NCAAB_SJU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SJU .gradient-home,.NCAAB_SJU .gradient-away{height:240px}}.NCAAB_VILL{background:#13B5EA  !important}.NCAAB_VILL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #13B5EA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #13B5EA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #13B5EA 0%, rgba(0,0,0,0) 60%)}.NCAAB_VILL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #13B5EA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #13B5EA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #13B5EA 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_VILL .gradient-home,.NCAAB_VILL .gradient-away{height:240px}}.NCAAB_XAV{background:#0C2340  !important}.NCAAB_XAV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0C2340 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0C2340 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0C2340 0%, rgba(0,0,0,0) 60%)}.NCAAB_XAV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0C2340 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0C2340 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0C2340 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_XAV .gradient-home,.NCAAB_XAV .gradient-away{height:240px}}.NCAAB_CSUS{background:#00573C  !important}.NCAAB_CSUS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00573C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00573C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00573C 0%, rgba(0,0,0,0) 60%)}.NCAAB_CSUS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00573C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00573C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00573C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CSUS .gradient-home,.NCAAB_CSUS .gradient-away{height:240px}}.NCAAB_EWU{background:#D72E34  !important}.NCAAB_EWU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D72E34 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D72E34 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D72E34 0%, rgba(0,0,0,0) 60%)}.NCAAB_EWU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D72E34 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D72E34 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D72E34 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_EWU .gradient-home,.NCAAB_EWU .gradient-away{height:240px}}.NCAAB_IDHO{background:#FFCC13  !important}.NCAAB_IDHO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFCC13 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFCC13 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFCC13 0%, rgba(0,0,0,0) 60%)}.NCAAB_IDHO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFCC13 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFCC13 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFCC13 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_IDHO .gradient-home,.NCAAB_IDHO .gradient-away{height:240px}}.NCAAB_IDST{background:#FF8400  !important}.NCAAB_IDST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF8400 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF8400 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF8400 0%, rgba(0,0,0,0) 60%)}.NCAAB_IDST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF8400 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF8400 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF8400 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_IDST .gradient-home,.NCAAB_IDST .gradient-away{height:240px}}.NCAAB_MONT{background:#751D4A  !important}.NCAAB_MONT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #751D4A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #751D4A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #751D4A 0%, rgba(0,0,0,0) 60%)}.NCAAB_MONT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #751D4A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #751D4A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #751D4A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MONT .gradient-home,.NCAAB_MONT .gradient-away{height:240px}}.NCAAB_MTST{background:#D3AF7E  !important}.NCAAB_MTST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D3AF7E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D3AF7E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D3AF7E 0%, rgba(0,0,0,0) 60%)}.NCAAB_MTST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D3AF7E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D3AF7E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D3AF7E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MTST .gradient-home,.NCAAB_MTST .gradient-away{height:240px}}.NCAAB_NAU{background:#003976  !important}.NCAAB_NAU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003976 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003976 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003976 0%, rgba(0,0,0,0) 60%)}.NCAAB_NAU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003976 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003976 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003976 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NAU .gradient-home,.NCAAB_NAU .gradient-away{height:240px}}.NCAAB_PRST{background:#BFCFD8  !important}.NCAAB_PRST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BFCFD8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BFCFD8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BFCFD8 0%, rgba(0,0,0,0) 60%)}.NCAAB_PRST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BFCFD8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BFCFD8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BFCFD8 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_PRST .gradient-home,.NCAAB_PRST .gradient-away{height:240px}}.NCAAB_SUU{background:#D12947  !important}.NCAAB_SUU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D12947 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D12947 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D12947 0%, rgba(0,0,0,0) 60%)}.NCAAB_SUU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D12947 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D12947 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D12947 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SUU .gradient-home,.NCAAB_SUU .gradient-away{height:240px}}.NCAAB_UNCO{background:#13558D  !important}.NCAAB_UNCO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #13558D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #13558D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #13558D 0%, rgba(0,0,0,0) 60%)}.NCAAB_UNCO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #13558D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #13558D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #13558D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UNCO .gradient-home,.NCAAB_UNCO .gradient-away{height:240px}}.NCAAB_WEB{background:#29086B  !important}.NCAAB_WEB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #29086B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #29086B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #29086B 0%, rgba(0,0,0,0) 60%)}.NCAAB_WEB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #29086B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #29086B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #29086B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WEB .gradient-home,.NCAAB_WEB .gradient-away{height:240px}}.NCAAB_CAMP{background:#e87722  !important}.NCAAB_CAMP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #e87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #e87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #e87722 0%, rgba(0,0,0,0) 60%)}.NCAAB_CAMP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #e87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #e87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #e87722 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CAMP .gradient-home,.NCAAB_CAMP .gradient-away{height:240px}}.NCAAB_CHSO{background:#00447C  !important}.NCAAB_CHSO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00447C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00447C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00447C 0%, rgba(0,0,0,0) 60%)}.NCAAB_CHSO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00447C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00447C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00447C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CHSO .gradient-home,.NCAAB_CHSO .gradient-away{height:240px}}.NCAAB_HAMP{background:#0067AC  !important}.NCAAB_HAMP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0067AC 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0067AC 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0067AC 0%, rgba(0,0,0,0) 60%)}.NCAAB_HAMP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0067AC 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0067AC 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0067AC 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_HAMP .gradient-home,.NCAAB_HAMP .gradient-away{height:240px}}.NCAAB_HP{background:#AAB3B8  !important}.NCAAB_HP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #AAB3B8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #AAB3B8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #AAB3B8 0%, rgba(0,0,0,0) 60%)}.NCAAB_HP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #AAB3B8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #AAB3B8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #AAB3B8 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_HP .gradient-home,.NCAAB_HP .gradient-away{height:240px}}.NCAAB_LONG{background:#004990  !important}.NCAAB_LONG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004990 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004990 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004990 0%, rgba(0,0,0,0) 60%)}.NCAAB_LONG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004990 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004990 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004990 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_LONG .gradient-home,.NCAAB_LONG .gradient-away{height:240px}}.NCAAB_PRE{background:#194896  !important}.NCAAB_PRE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #194896 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #194896 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #194896 0%, rgba(0,0,0,0) 60%)}.NCAAB_PRE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #194896 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #194896 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #194896 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_PRE .gradient-home,.NCAAB_PRE .gradient-away{height:240px}}.NCAAB_RAD{background:#BC1515  !important}.NCAAB_RAD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BC1515 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BC1515 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BC1515 0%, rgba(0,0,0,0) 60%)}.NCAAB_RAD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BC1515 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BC1515 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BC1515 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_RAD .gradient-home,.NCAAB_RAD .gradient-away{height:240px}}.NCAAB_SCUS{background:#00703C  !important}.NCAAB_SCUS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00703C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00703C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00703C 0%, rgba(0,0,0,0) 60%)}.NCAAB_SCUS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00703C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00703C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00703C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SCUS .gradient-home,.NCAAB_SCUS .gradient-away{height:240px}}.NCAAB_UNCA{background:#156199  !important}.NCAAB_UNCA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #156199 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #156199 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #156199 0%, rgba(0,0,0,0) 60%)}.NCAAB_UNCA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #156199 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #156199 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #156199 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UNCA .gradient-home,.NCAAB_UNCA .gradient-away{height:240px}}.NCAAB_WEBB{background:#BF2C37  !important}.NCAAB_WEBB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BF2C37 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BF2C37 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BF2C37 0%, rgba(0,0,0,0) 60%)}.NCAAB_WEBB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BF2C37 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BF2C37 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BF2C37 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WEBB .gradient-home,.NCAAB_WEBB .gradient-away{height:240px}}.NCAAB_WIN{background:#FFAF1E  !important}.NCAAB_WIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFAF1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFAF1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFAF1E 0%, rgba(0,0,0,0) 60%)}.NCAAB_WIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFAF1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFAF1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFAF1E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WIN .gradient-home,.NCAAB_WIN .gradient-away{height:240px}}.NCAAB_ILL{background:#F5873C  !important}.NCAAB_ILL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F5873C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F5873C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F5873C 0%, rgba(0,0,0,0) 60%)}.NCAAB_ILL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F5873C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F5873C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F5873C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ILL .gradient-home,.NCAAB_ILL .gradient-away{height:240px}}.NCAAB_IND{background:#A82B3D  !important}.NCAAB_IND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A82B3D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A82B3D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A82B3D 0%, rgba(0,0,0,0) 60%)}.NCAAB_IND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A82B3D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A82B3D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A82B3D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_IND .gradient-home,.NCAAB_IND .gradient-away{height:240px}}.NCAAB_IOWA{background:#FFD700  !important}.NCAAB_IOWA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, gold 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, gold 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, gold 0%, rgba(0,0,0,0) 60%)}.NCAAB_IOWA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, gold 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, gold 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, gold 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_IOWA .gradient-home,.NCAAB_IOWA .gradient-away{height:240px}}.NCAAB_MD{background:#D5002B  !important}.NCAAB_MD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D5002B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D5002B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D5002B 0%, rgba(0,0,0,0) 60%)}.NCAAB_MD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D5002B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D5002B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D5002B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MD .gradient-home,.NCAAB_MD .gradient-away{height:240px}}.NCAAB_MICH{background:#FAC417  !important}.NCAAB_MICH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FAC417 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FAC417 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FAC417 0%, rgba(0,0,0,0) 60%)}.NCAAB_MICH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FAC417 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FAC417 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FAC417 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MICH .gradient-home,.NCAAB_MICH .gradient-away{height:240px}}.NCAAB_MINN{background:#7F011B  !important}.NCAAB_MINN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #7F011B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #7F011B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #7F011B 0%, rgba(0,0,0,0) 60%)}.NCAAB_MINN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #7F011B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #7F011B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #7F011B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MINN .gradient-home,.NCAAB_MINN .gradient-away{height:240px}}.NCAAB_MSU{background:#1C453A  !important}.NCAAB_MSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1C453A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1C453A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1C453A 0%, rgba(0,0,0,0) 60%)}.NCAAB_MSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1C453A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1C453A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1C453A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MSU .gradient-home,.NCAAB_MSU .gradient-away{height:240px}}.NCAAB_NEB{background:#F20017  !important}.NCAAB_NEB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F20017 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F20017 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F20017 0%, rgba(0,0,0,0) 60%)}.NCAAB_NEB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F20017 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F20017 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F20017 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NEB .gradient-home,.NCAAB_NEB .gradient-away{height:240px}}.NCAAB_NW{background:#393996  !important}.NCAAB_NW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #393996 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #393996 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #393996 0%, rgba(0,0,0,0) 60%)}.NCAAB_NW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #393996 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #393996 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #393996 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NW .gradient-home,.NCAAB_NW .gradient-away{height:240px}}.NCAAB_OSU{background:#DE3121  !important}.NCAAB_OSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #DE3121 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #DE3121 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #DE3121 0%, rgba(0,0,0,0) 60%)}.NCAAB_OSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #DE3121 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #DE3121 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #DE3121 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OSU .gradient-home,.NCAAB_OSU .gradient-away{height:240px}}.NCAAB_PSU{background:#00265D  !important}.NCAAB_PSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00265D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00265D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00265D 0%, rgba(0,0,0,0) 60%)}.NCAAB_PSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00265D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00265D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00265D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_PSU .gradient-home,.NCAAB_PSU .gradient-away{height:240px}}.NCAAB_PUR{background:#B89D29  !important}.NCAAB_PUR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B89D29 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B89D29 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B89D29 0%, rgba(0,0,0,0) 60%)}.NCAAB_PUR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B89D29 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B89D29 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B89D29 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_PUR .gradient-home,.NCAAB_PUR .gradient-away{height:240px}}.NCAAB_RUTG{background:#EE363D  !important}.NCAAB_RUTG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EE363D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EE363D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EE363D 0%, rgba(0,0,0,0) 60%)}.NCAAB_RUTG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EE363D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EE363D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EE363D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_RUTG .gradient-home,.NCAAB_RUTG .gradient-away{height:240px}}.NCAAB_WIS{background:#A00000  !important}.NCAAB_WIS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A00000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A00000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A00000 0%, rgba(0,0,0,0) 60%)}.NCAAB_WIS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A00000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A00000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A00000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WIS .gradient-home,.NCAAB_WIS .gradient-away{height:240px}}.NCAAB_CP{background:#1e4d2b  !important}.NCAAB_CP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1e4d2b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1e4d2b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1e4d2b 0%, rgba(0,0,0,0) 60%)}.NCAAB_CP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1e4d2b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1e4d2b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1e4d2b 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CP .gradient-home,.NCAAB_CP .gradient-away{height:240px}}.NCAAB_CSF{background:#00274C  !important}.NCAAB_CSF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00274C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00274C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00274C 0%, rgba(0,0,0,0) 60%)}.NCAAB_CSF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00274C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00274C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00274C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CSF .gradient-home,.NCAAB_CSF .gradient-away{height:240px}}.NCAAB_CSN{background:#D1CEC6  !important}.NCAAB_CSN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D1CEC6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D1CEC6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D1CEC6 0%, rgba(0,0,0,0) 60%)}.NCAAB_CSN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D1CEC6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D1CEC6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D1CEC6 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CSN .gradient-home,.NCAAB_CSN .gradient-away{height:240px}}.NCAAB_HAW{background:#004231  !important}.NCAAB_HAW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004231 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004231 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004231 0%, rgba(0,0,0,0) 60%)}.NCAAB_HAW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004231 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004231 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004231 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_HAW .gradient-home,.NCAAB_HAW .gradient-away{height:240px}}.NCAAB_LBSU{background:#FFCC00  !important}.NCAAB_LBSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%)}.NCAAB_LBSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_LBSU .gradient-home,.NCAAB_LBSU .gradient-away{height:240px}}.NCAAB_UCD{background:#CB992B  !important}.NCAAB_UCD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CB992B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CB992B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CB992B 0%, rgba(0,0,0,0) 60%)}.NCAAB_UCD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CB992B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CB992B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CB992B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UCD .gradient-home,.NCAAB_UCD .gradient-away{height:240px}}.NCAAB_UCI{background:#FBC22D  !important}.NCAAB_UCI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FBC22D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FBC22D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FBC22D 0%, rgba(0,0,0,0) 60%)}.NCAAB_UCI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FBC22D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FBC22D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FBC22D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UCI .gradient-home,.NCAAB_UCI .gradient-away{height:240px}}.NCAAB_UCRV{background:#14234F  !important}.NCAAB_UCRV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #14234F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #14234F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #14234F 0%, rgba(0,0,0,0) 60%)}.NCAAB_UCRV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #14234F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #14234F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #14234F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UCRV .gradient-home,.NCAAB_UCRV .gradient-away{height:240px}}.NCAAB_UCSB{background:#0160A8  !important}.NCAAB_UCSB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0160A8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0160A8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0160A8 0%, rgba(0,0,0,0) 60%)}.NCAAB_UCSB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0160A8 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0160A8 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0160A8 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UCSB .gradient-home,.NCAAB_UCSB .gradient-away{height:240px}}.NCAAB_COFC{background:#B5A172  !important}.NCAAB_COFC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B5A172 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B5A172 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B5A172 0%, rgba(0,0,0,0) 60%)}.NCAAB_COFC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B5A172 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B5A172 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B5A172 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_COFC .gradient-home,.NCAAB_COFC .gradient-away{height:240px}}.NCAAB_CWM{background:#103217  !important}.NCAAB_CWM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #103217 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #103217 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #103217 0%, rgba(0,0,0,0) 60%)}.NCAAB_CWM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #103217 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #103217 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #103217 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CWM .gradient-home,.NCAAB_CWM .gradient-away{height:240px}}.NCAAB_DEL{background:#01539B  !important}.NCAAB_DEL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #01539B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #01539B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #01539B 0%, rgba(0,0,0,0) 60%)}.NCAAB_DEL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #01539B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #01539B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #01539B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_DEL .gradient-home,.NCAAB_DEL .gradient-away{height:240px}}.NCAAB_DREX{background:#FFDC3E  !important}.NCAAB_DREX .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFDC3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFDC3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFDC3E 0%, rgba(0,0,0,0) 60%)}.NCAAB_DREX .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFDC3E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFDC3E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFDC3E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_DREX .gradient-home,.NCAAB_DREX .gradient-away{height:240px}}.NCAAB_ELON{background:#AEA460  !important}.NCAAB_ELON .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #AEA460 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #AEA460 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #AEA460 0%, rgba(0,0,0,0) 60%)}.NCAAB_ELON .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #AEA460 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #AEA460 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #AEA460 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ELON .gradient-home,.NCAAB_ELON .gradient-away{height:240px}}.NCAAB_HOF{background:#0756A4  !important}.NCAAB_HOF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0756A4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0756A4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0756A4 0%, rgba(0,0,0,0) 60%)}.NCAAB_HOF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0756A4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0756A4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0756A4 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_HOF .gradient-home,.NCAAB_HOF .gradient-away{height:240px}}.NCAAB_JMU{background:#263997  !important}.NCAAB_JMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #263997 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #263997 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #263997 0%, rgba(0,0,0,0) 60%)}.NCAAB_JMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #263997 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #263997 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #263997 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_JMU .gradient-home,.NCAAB_JMU .gradient-away{height:240px}}.NCAAB_NE{background:#CC0001  !important}.NCAAB_NE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CC0001 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CC0001 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CC0001 0%, rgba(0,0,0,0) 60%)}.NCAAB_NE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CC0001 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CC0001 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CC0001 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NE .gradient-home,.NCAAB_NE .gradient-away{height:240px}}.NCAAB_TOWS{background:#FFC229  !important}.NCAAB_TOWS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFC229 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFC229 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFC229 0%, rgba(0,0,0,0) 60%)}.NCAAB_TOWS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFC229 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFC229 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFC229 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TOWS .gradient-home,.NCAAB_TOWS .gradient-away{height:240px}}.NCAAB_UNCW{background:#006561  !important}.NCAAB_UNCW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006561 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006561 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006561 0%, rgba(0,0,0,0) 60%)}.NCAAB_UNCW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006561 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006561 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006561 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UNCW .gradient-home,.NCAAB_UNCW .gradient-away{height:240px}}.NCAAB_CHAR{background:#006331  !important}.NCAAB_CHAR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006331 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006331 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006331 0%, rgba(0,0,0,0) 60%)}.NCAAB_CHAR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006331 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006331 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006331 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CHAR .gradient-home,.NCAAB_CHAR .gradient-away{height:240px}}.NCAAB_FAU{background:#004B85  !important}.NCAAB_FAU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004B85 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004B85 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004B85 0%, rgba(0,0,0,0) 60%)}.NCAAB_FAU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004B85 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004B85 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004B85 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_FAU .gradient-home,.NCAAB_FAU .gradient-away{height:240px}}.NCAAB_FIU{background:#C5960B  !important}.NCAAB_FIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C5960B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C5960B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C5960B 0%, rgba(0,0,0,0) 60%)}.NCAAB_FIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C5960B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C5960B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C5960B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_FIU .gradient-home,.NCAAB_FIU .gradient-away{height:240px}}.NCAAB_LT{background:#006AB5  !important}.NCAAB_LT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006AB5 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006AB5 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006AB5 0%, rgba(0,0,0,0) 60%)}.NCAAB_LT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006AB5 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006AB5 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006AB5 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_LT .gradient-home,.NCAAB_LT .gradient-away{height:240px}}.NCAAB_MRSH{background:#01592F  !important}.NCAAB_MRSH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #01592F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #01592F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #01592F 0%, rgba(0,0,0,0) 60%)}.NCAAB_MRSH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #01592F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #01592F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #01592F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MRSH .gradient-home,.NCAAB_MRSH .gradient-away{height:240px}}.NCAAB_MTU{background:#0079C2  !important}.NCAAB_MTU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0079C2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0079C2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0079C2 0%, rgba(0,0,0,0) 60%)}.NCAAB_MTU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0079C2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0079C2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0079C2 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MTU .gradient-home,.NCAAB_MTU .gradient-away{height:240px}}.NCAAB_ODU{background:#00507D  !important}.NCAAB_ODU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00507D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00507D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00507D 0%, rgba(0,0,0,0) 60%)}.NCAAB_ODU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00507D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00507D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00507D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ODU .gradient-home,.NCAAB_ODU .gradient-away{height:240px}}.NCAAB_RICE{background:#003D7D  !important}.NCAAB_RICE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003D7D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003D7D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003D7D 0%, rgba(0,0,0,0) 60%)}.NCAAB_RICE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003D7D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003D7D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003D7D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_RICE .gradient-home,.NCAAB_RICE .gradient-away{height:240px}}.NCAAB_UAB{background:#054338  !important}.NCAAB_UAB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #054338 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #054338 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #054338 0%, rgba(0,0,0,0) 60%)}.NCAAB_UAB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #054338 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #054338 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #054338 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UAB .gradient-home,.NCAAB_UAB .gradient-away{height:240px}}.NCAAB_UNT{background:#00853D  !important}.NCAAB_UNT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00853D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00853D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00853D 0%, rgba(0,0,0,0) 60%)}.NCAAB_UNT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00853D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00853D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00853D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UNT .gradient-home,.NCAAB_UNT .gradient-away{height:240px}}.NCAAB_USM{background:#FFAA3C  !important}.NCAAB_USM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFAA3C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFAA3C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFAA3C 0%, rgba(0,0,0,0) 60%)}.NCAAB_USM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFAA3C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFAA3C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFAA3C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_USM .gradient-home,.NCAAB_USM .gradient-away{height:240px}}.NCAAB_UTEP{background:#F9783B  !important}.NCAAB_UTEP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F9783B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F9783B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F9783B 0%, rgba(0,0,0,0) 60%)}.NCAAB_UTEP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F9783B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F9783B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F9783B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UTEP .gradient-home,.NCAAB_UTEP .gradient-away{height:240px}}.NCAAB_UTSA{background:#F47321  !important}.NCAAB_UTSA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F47321 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F47321 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F47321 0%, rgba(0,0,0,0) 60%)}.NCAAB_UTSA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F47321 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F47321 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F47321 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UTSA .gradient-home,.NCAAB_UTSA .gradient-away{height:240px}}.NCAAB_WKU{background:#F32026  !important}.NCAAB_WKU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F32026 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F32026 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F32026 0%, rgba(0,0,0,0) 60%)}.NCAAB_WKU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F32026 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F32026 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F32026 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WKU .gradient-home,.NCAAB_WKU .gradient-away{height:240px}}.NCAAB_CLEVST{background:#00573D  !important}.NCAAB_CLEVST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00573D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00573D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00573D 0%, rgba(0,0,0,0) 60%)}.NCAAB_CLEVST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00573D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00573D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00573D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CLEVST .gradient-home,.NCAAB_CLEVST .gradient-away{height:240px}}.NCAAB_DETU{background:#1C64A4  !important}.NCAAB_DETU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1C64A4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1C64A4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1C64A4 0%, rgba(0,0,0,0) 60%)}.NCAAB_DETU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1C64A4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1C64A4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1C64A4 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_DETU .gradient-home,.NCAAB_DETU .gradient-away{height:240px}}.NCAAB_GB{background:#006F51  !important}.NCAAB_GB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006F51 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006F51 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006F51 0%, rgba(0,0,0,0) 60%)}.NCAAB_GB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006F51 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006F51 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006F51 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_GB .gradient-home,.NCAAB_GB .gradient-away{height:240px}}.NCAAB_INDPU{background:#011522  !important}.NCAAB_INDPU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #011522 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #011522 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #011522 0%, rgba(0,0,0,0) 60%)}.NCAAB_INDPU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #011522 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #011522 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #011522 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_INDPU .gradient-home,.NCAAB_INDPU .gradient-away{height:240px}}.NCAAB_MILW{background:#445266  !important}.NCAAB_MILW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #445266 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #445266 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #445266 0%, rgba(0,0,0,0) 60%)}.NCAAB_MILW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #445266 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #445266 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #445266 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MILW .gradient-home,.NCAAB_MILW .gradient-away{height:240px}}.NCAAB_NKU{background:#FFC72C  !important}.NCAAB_NKU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFC72C 0%, rgba(0,0,0,0) 60%)}.NCAAB_NKU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFC72C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NKU .gradient-home,.NCAAB_NKU .gradient-away{height:240px}}.NCAAB_OAK{background:#998448  !important}.NCAAB_OAK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #998448 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #998448 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #998448 0%, rgba(0,0,0,0) 60%)}.NCAAB_OAK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #998448 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #998448 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #998448 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OAK .gradient-home,.NCAAB_OAK .gradient-away{height:240px}}.NCAAB_UIC{background:#234077  !important}.NCAAB_UIC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #234077 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #234077 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #234077 0%, rgba(0,0,0,0) 60%)}.NCAAB_UIC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #234077 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #234077 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #234077 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UIC .gradient-home,.NCAAB_UIC .gradient-away{height:240px}}.NCAAB_WRST{background:#006F53  !important}.NCAAB_WRST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006F53 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006F53 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006F53 0%, rgba(0,0,0,0) 60%)}.NCAAB_WRST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006F53 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006F53 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006F53 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WRST .gradient-home,.NCAAB_WRST .gradient-away{height:240px}}.NCAAB_YSU{background:#E51937  !important}.NCAAB_YSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E51937 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E51937 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E51937 0%, rgba(0,0,0,0) 60%)}.NCAAB_YSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E51937 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E51937 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E51937 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_YSU .gradient-home,.NCAAB_YSU .gradient-away{height:240px}}.NCAAB_BRWN{background:#4E3629  !important}.NCAAB_BRWN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4E3629 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4E3629 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4E3629 0%, rgba(0,0,0,0) 60%)}.NCAAB_BRWN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4E3629 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4E3629 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4E3629 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BRWN .gradient-home,.NCAAB_BRWN .gradient-away{height:240px}}.NCAAB_CLMB{background:#003865  !important}.NCAAB_CLMB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003865 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003865 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003865 0%, rgba(0,0,0,0) 60%)}.NCAAB_CLMB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003865 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003865 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003865 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CLMB .gradient-home,.NCAAB_CLMB .gradient-away{height:240px}}.NCAAB_COR{background:#B31B1B  !important}.NCAAB_COR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B31B1B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B31B1B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B31B1B 0%, rgba(0,0,0,0) 60%)}.NCAAB_COR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B31B1B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B31B1B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B31B1B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_COR .gradient-home,.NCAAB_COR .gradient-away{height:240px}}.NCAAB_DART{background:#046A38  !important}.NCAAB_DART .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #046A38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #046A38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #046A38 0%, rgba(0,0,0,0) 60%)}.NCAAB_DART .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #046A38 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #046A38 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #046A38 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_DART .gradient-home,.NCAAB_DART .gradient-away{height:240px}}.NCAAB_HARV{background:#A41034  !important}.NCAAB_HARV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A41034 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A41034 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A41034 0%, rgba(0,0,0,0) 60%)}.NCAAB_HARV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A41034 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A41034 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A41034 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_HARV .gradient-home,.NCAAB_HARV .gradient-away{height:240px}}.NCAAB_PENN{background:#011F5B  !important}.NCAAB_PENN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #011F5B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #011F5B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #011F5B 0%, rgba(0,0,0,0) 60%)}.NCAAB_PENN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #011F5B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #011F5B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #011F5B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_PENN .gradient-home,.NCAAB_PENN .gradient-away{height:240px}}.NCAAB_PRIN{background:#FF671F  !important}.NCAAB_PRIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF671F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF671F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF671F 0%, rgba(0,0,0,0) 60%)}.NCAAB_PRIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF671F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF671F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF671F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_PRIN .gradient-home,.NCAAB_PRIN .gradient-away{height:240px}}.NCAAB_YALE{background:#00356B  !important}.NCAAB_YALE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00356B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00356B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00356B 0%, rgba(0,0,0,0) 60%)}.NCAAB_YALE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00356B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00356B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00356B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_YALE .gradient-home,.NCAAB_YALE .gradient-away{height:240px}}.NCAAB_CAN{background:#EEB211  !important}.NCAAB_CAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EEB211 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EEB211 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EEB211 0%, rgba(0,0,0,0) 60%)}.NCAAB_CAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EEB211 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EEB211 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EEB211 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CAN .gradient-home,.NCAAB_CAN .gradient-away{height:240px}}.NCAAB_FAIR{background:#181111  !important}.NCAAB_FAIR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #181111 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #181111 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #181111 0%, rgba(0,0,0,0) 60%)}.NCAAB_FAIR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #181111 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #181111 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #181111 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_FAIR .gradient-home,.NCAAB_FAIR .gradient-away{height:240px}}.NCAAB_IONA{background:#910126  !important}.NCAAB_IONA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #910126 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #910126 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #910126 0%, rgba(0,0,0,0) 60%)}.NCAAB_IONA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #910126 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #910126 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #910126 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_IONA .gradient-home,.NCAAB_IONA .gradient-away{height:240px}}.NCAAB_MAN{background:#528C39  !important}.NCAAB_MAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #528C39 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #528C39 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #528C39 0%, rgba(0,0,0,0) 60%)}.NCAAB_MAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #528C39 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #528C39 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #528C39 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MAN .gradient-home,.NCAAB_MAN .gradient-away{height:240px}}.NCAAB_MONM{background:#051844  !important}.NCAAB_MONM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #051844 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #051844 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #051844 0%, rgba(0,0,0,0) 60%)}.NCAAB_MONM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #051844 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #051844 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #051844 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MONM .gradient-home,.NCAAB_MONM .gradient-away{height:240px}}.NCAAB_MRST{background:#EF1216  !important}.NCAAB_MRST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EF1216 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EF1216 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EF1216 0%, rgba(0,0,0,0) 60%)}.NCAAB_MRST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EF1216 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EF1216 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EF1216 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MRST .gradient-home,.NCAAB_MRST .gradient-away{height:240px}}.NCAAB_NIAG{background:#69207E  !important}.NCAAB_NIAG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #69207E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #69207E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #69207E 0%, rgba(0,0,0,0) 60%)}.NCAAB_NIAG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #69207E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #69207E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #69207E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NIAG .gradient-home,.NCAAB_NIAG .gradient-away{height:240px}}.NCAAB_QUIN{background:#BA9000  !important}.NCAAB_QUIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA9000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA9000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA9000 0%, rgba(0,0,0,0) 60%)}.NCAAB_QUIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA9000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA9000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA9000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_QUIN .gradient-home,.NCAAB_QUIN .gradient-away{height:240px}}.NCAAB_RID{background:#A80532  !important}.NCAAB_RID .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A80532 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A80532 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A80532 0%, rgba(0,0,0,0) 60%)}.NCAAB_RID .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A80532 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A80532 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A80532 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_RID .gradient-home,.NCAAB_RID .gradient-away{height:240px}}.NCAAB_SIE{background:#037961  !important}.NCAAB_SIE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #037961 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #037961 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #037961 0%, rgba(0,0,0,0) 60%)}.NCAAB_SIE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #037961 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #037961 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #037961 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SIE .gradient-home,.NCAAB_SIE .gradient-away{height:240px}}.NCAAB_SPC{background:#004CC2  !important}.NCAAB_SPC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004CC2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004CC2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004CC2 0%, rgba(0,0,0,0) 60%)}.NCAAB_SPC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004CC2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004CC2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004CC2 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SPC .gradient-home,.NCAAB_SPC .gradient-away{height:240px}}.NCAAB_AKR{background:#A89968  !important}.NCAAB_AKR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A89968 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A89968 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A89968 0%, rgba(0,0,0,0) 60%)}.NCAAB_AKR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A89968 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A89968 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A89968 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AKR .gradient-home,.NCAAB_AKR .gradient-away{height:240px}}.NCAAB_BALL{background:#BA0C2F  !important}.NCAAB_BALL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%)}.NCAAB_BALL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BALL .gradient-home,.NCAAB_BALL .gradient-away{height:240px}}.NCAAB_BGSU{background:#cda077  !important}.NCAAB_BGSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #cda077 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #cda077 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #cda077 0%, rgba(0,0,0,0) 60%)}.NCAAB_BGSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #cda077 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #cda077 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #cda077 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BGSU .gradient-home,.NCAAB_BGSU .gradient-away{height:240px}}.NCAAB_BUFF{background:#005BBB  !important}.NCAAB_BUFF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005BBB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005BBB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005BBB 0%, rgba(0,0,0,0) 60%)}.NCAAB_BUFF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005BBB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005BBB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005BBB 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BUFF .gradient-home,.NCAAB_BUFF .gradient-away{height:240px}}.NCAAB_CMU{background:#6A0032  !important}.NCAAB_CMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6A0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6A0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6A0032 0%, rgba(0,0,0,0) 60%)}.NCAAB_CMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6A0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6A0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6A0032 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CMU .gradient-home,.NCAAB_CMU .gradient-away{height:240px}}.NCAAB_EMU{background:#006633  !important}.NCAAB_EMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #063 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #063 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #063 0%, rgba(0,0,0,0) 60%)}.NCAAB_EMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #063 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #063 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #063 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_EMU .gradient-home,.NCAAB_EMU .gradient-away{height:240px}}.NCAAB_KENT{background:#002664  !important}.NCAAB_KENT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002664 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002664 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002664 0%, rgba(0,0,0,0) 60%)}.NCAAB_KENT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002664 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002664 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002664 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_KENT .gradient-home,.NCAAB_KENT .gradient-away{height:240px}}.NCAAB_M-OH{background:#B61E2E  !important}.NCAAB_M-OH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B61E2E 0%, rgba(0,0,0,0) 60%)}.NCAAB_M-OH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B61E2E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B61E2E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_M-OH .gradient-home,.NCAAB_M-OH .gradient-away{height:240px}}.NCAAB_NIU{background:#8A8D8F  !important}.NCAAB_NIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8A8D8F 0%, rgba(0,0,0,0) 60%)}.NCAAB_NIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8A8D8F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8A8D8F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NIU .gradient-home,.NCAAB_NIU .gradient-away{height:240px}}.NCAAB_OHIO{background:#00694E  !important}.NCAAB_OHIO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00694E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00694E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00694E 0%, rgba(0,0,0,0) 60%)}.NCAAB_OHIO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00694E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00694E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00694E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_OHIO .gradient-home,.NCAAB_OHIO .gradient-away{height:240px}}.NCAAB_TOL{background:#FFDA00  !important}.NCAAB_TOL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFDA00 0%, rgba(0,0,0,0) 60%)}.NCAAB_TOL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFDA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFDA00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TOL .gradient-home,.NCAAB_TOL .gradient-away{height:240px}}.NCAAB_WMU{background:#6C4023  !important}.NCAAB_WMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6C4023 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6C4023 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6C4023 0%, rgba(0,0,0,0) 60%)}.NCAAB_WMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6C4023 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6C4023 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6C4023 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WMU .gradient-home,.NCAAB_WMU .gradient-away{height:240px}}.NCAAB_COOK{background:#75263b  !important}.NCAAB_COOK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #75263b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #75263b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #75263b 0%, rgba(0,0,0,0) 60%)}.NCAAB_COOK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #75263b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #75263b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #75263b 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_COOK .gradient-home,.NCAAB_COOK .gradient-away{height:240px}}.NCAAB_COPP{background:#2E3192  !important}.NCAAB_COPP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #2E3192 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #2E3192 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #2E3192 0%, rgba(0,0,0,0) 60%)}.NCAAB_COPP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #2E3192 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #2E3192 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #2E3192 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_COPP .gradient-home,.NCAAB_COPP .gradient-away{height:240px}}.NCAAB_DSU{background:#01A9EF  !important}.NCAAB_DSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #01A9EF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #01A9EF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #01A9EF 0%, rgba(0,0,0,0) 60%)}.NCAAB_DSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #01A9EF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #01A9EF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #01A9EF 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_DSU .gradient-home,.NCAAB_DSU .gradient-away{height:240px}}.NCAAB_FAMU{background:#F89728  !important}.NCAAB_FAMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F89728 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F89728 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F89728 0%, rgba(0,0,0,0) 60%)}.NCAAB_FAMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F89728 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F89728 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F89728 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_FAMU .gradient-home,.NCAAB_FAMU .gradient-away{height:240px}}.NCAAB_HOW{background:#EE3A43  !important}.NCAAB_HOW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EE3A43 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EE3A43 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EE3A43 0%, rgba(0,0,0,0) 60%)}.NCAAB_HOW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EE3A43 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EE3A43 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EE3A43 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_HOW .gradient-home,.NCAAB_HOW .gradient-away{height:240px}}.NCAAB_MORG{background:#F47937  !important}.NCAAB_MORG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F47937 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F47937 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F47937 0%, rgba(0,0,0,0) 60%)}.NCAAB_MORG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F47937 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F47937 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F47937 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MORG .gradient-home,.NCAAB_MORG .gradient-away{height:240px}}.NCAAB_NCAT{background:#0505AA  !important}.NCAAB_NCAT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0505AA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0505AA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0505AA 0%, rgba(0,0,0,0) 60%)}.NCAAB_NCAT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0505AA 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0505AA 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0505AA 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NCAT .gradient-home,.NCAAB_NCAT .gradient-away{height:240px}}.NCAAB_NCCU{background:#880023  !important}.NCAAB_NCCU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #880023 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #880023 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #880023 0%, rgba(0,0,0,0) 60%)}.NCAAB_NCCU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #880023 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #880023 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #880023 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NCCU .gradient-home,.NCAAB_NCCU .gradient-away{height:240px}}.NCAAB_NORF{background:#046546  !important}.NCAAB_NORF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #046546 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #046546 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #046546 0%, rgba(0,0,0,0) 60%)}.NCAAB_NORF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #046546 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #046546 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #046546 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NORF .gradient-home,.NCAAB_NORF .gradient-away{height:240px}}.NCAAB_SAV{background:#280298  !important}.NCAAB_SAV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #280298 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #280298 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #280298 0%, rgba(0,0,0,0) 60%)}.NCAAB_SAV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #280298 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #280298 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #280298 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SAV .gradient-home,.NCAAB_SAV .gradient-away{height:240px}}.NCAAB_SCST{background:#7E1812  !important}.NCAAB_SCST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #7E1812 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #7E1812 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #7E1812 0%, rgba(0,0,0,0) 60%)}.NCAAB_SCST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #7E1812 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #7E1812 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #7E1812 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SCST .gradient-home,.NCAAB_SCST .gradient-away{height:240px}}.NCAAB_UMES{background:#98012E  !important}.NCAAB_UMES .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #98012E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #98012E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #98012E 0%, rgba(0,0,0,0) 60%)}.NCAAB_UMES .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #98012E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #98012E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #98012E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UMES .gradient-home,.NCAAB_UMES .gradient-away{height:240px}}.NCAAB_BRAD{background:#999999  !important}.NCAAB_BRAD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #999 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #999 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #999 0%, rgba(0,0,0,0) 60%)}.NCAAB_BRAD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #999 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #999 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #999 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BRAD .gradient-home,.NCAAB_BRAD .gradient-away{height:240px}}.NCAAB_DRKE{background:#0053A0  !important}.NCAAB_DRKE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0053A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0053A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0053A0 0%, rgba(0,0,0,0) 60%)}.NCAAB_DRKE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0053A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0053A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0053A0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_DRKE .gradient-home,.NCAAB_DRKE .gradient-away{height:240px}}.NCAAB_EVAN{background:#663399  !important}.NCAAB_EVAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #639 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #639 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #639 0%, rgba(0,0,0,0) 60%)}.NCAAB_EVAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #639 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #639 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #639 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_EVAN .gradient-home,.NCAAB_EVAN .gradient-away{height:240px}}.NCAAB_ILST{background:#E61731  !important}.NCAAB_ILST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E61731 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E61731 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E61731 0%, rgba(0,0,0,0) 60%)}.NCAAB_ILST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E61731 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E61731 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E61731 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ILST .gradient-home,.NCAAB_ILST .gradient-away{height:240px}}.NCAAB_INST{background:#00669A  !important}.NCAAB_INST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00669A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00669A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00669A 0%, rgba(0,0,0,0) 60%)}.NCAAB_INST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00669A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00669A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00669A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_INST .gradient-home,.NCAAB_INST .gradient-away{height:240px}}.NCAAB_L-IL{background:#9E0E43  !important}.NCAAB_L-IL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9E0E43 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9E0E43 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9E0E43 0%, rgba(0,0,0,0) 60%)}.NCAAB_L-IL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9E0E43 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9E0E43 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9E0E43 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_L-IL .gradient-home,.NCAAB_L-IL .gradient-away{height:240px}}.NCAAB_MOSU{background:#5F0000  !important}.NCAAB_MOSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #5F0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #5F0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #5F0000 0%, rgba(0,0,0,0) 60%)}.NCAAB_MOSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #5F0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #5F0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #5F0000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MOSU .gradient-home,.NCAAB_MOSU .gradient-away{height:240px}}.NCAAB_SIU{background:#85283D  !important}.NCAAB_SIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #85283D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #85283D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #85283D 0%, rgba(0,0,0,0) 60%)}.NCAAB_SIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #85283D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #85283D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #85283D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SIU .gradient-home,.NCAAB_SIU .gradient-away{height:240px}}.NCAAB_UNI{background:#473282  !important}.NCAAB_UNI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #473282 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #473282 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #473282 0%, rgba(0,0,0,0) 60%)}.NCAAB_UNI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #473282 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #473282 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #473282 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UNI .gradient-home,.NCAAB_UNI .gradient-away{height:240px}}.NCAAB_VALP{background:#794500  !important}.NCAAB_VALP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #794500 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #794500 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #794500 0%, rgba(0,0,0,0) 60%)}.NCAAB_VALP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #794500 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #794500 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #794500 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_VALP .gradient-home,.NCAAB_VALP .gradient-away{height:240px}}.NCAAB_AFA{background:#003087  !important}.NCAAB_AFA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003087 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003087 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003087 0%, rgba(0,0,0,0) 60%)}.NCAAB_AFA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003087 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003087 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003087 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AFA .gradient-home,.NCAAB_AFA .gradient-away{height:240px}}.NCAAB_BSU{background:#0033A0  !important}.NCAAB_BSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0033A0 0%, rgba(0,0,0,0) 60%)}.NCAAB_BSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0033A0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0033A0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BSU .gradient-home,.NCAAB_BSU .gradient-away{height:240px}}.NCAAB_CSU{background:#1E4D2B  !important}.NCAAB_CSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1E4D2B 0%, rgba(0,0,0,0) 60%)}.NCAAB_CSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1E4D2B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1E4D2B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CSU .gradient-home,.NCAAB_CSU .gradient-away{height:240px}}.NCAAB_FRES{background:#DB0032  !important}.NCAAB_FRES .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #DB0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #DB0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #DB0032 0%, rgba(0,0,0,0) 60%)}.NCAAB_FRES .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #DB0032 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #DB0032 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #DB0032 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_FRES .gradient-home,.NCAAB_FRES .gradient-away{height:240px}}.NCAAB_NEV{background:#003366  !important}.NCAAB_NEV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #036 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #036 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #036 0%, rgba(0,0,0,0) 60%)}.NCAAB_NEV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #036 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #036 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #036 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NEV .gradient-home,.NCAAB_NEV .gradient-away{height:240px}}.NCAAB_SDSU{background:#A6192E  !important}.NCAAB_SDSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A6192E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A6192E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A6192E 0%, rgba(0,0,0,0) 60%)}.NCAAB_SDSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A6192E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A6192E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A6192E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SDSU .gradient-home,.NCAAB_SDSU .gradient-away{height:240px}}.NCAAB_SJSU{background:#0055A2  !important}.NCAAB_SJSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0055A2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0055A2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0055A2 0%, rgba(0,0,0,0) 60%)}.NCAAB_SJSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0055A2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0055A2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0055A2 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SJSU .gradient-home,.NCAAB_SJSU .gradient-away{height:240px}}.NCAAB_UNLV{background:#666666  !important}.NCAAB_UNLV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #666 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #666 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #666 0%, rgba(0,0,0,0) 60%)}.NCAAB_UNLV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #666 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #666 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #666 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UNLV .gradient-home,.NCAAB_UNLV .gradient-away{height:240px}}.NCAAB_UNM{background:#BA0C2F  !important}.NCAAB_UNM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA0C2F 0%, rgba(0,0,0,0) 60%)}.NCAAB_UNM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA0C2F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UNM .gradient-home,.NCAAB_UNM .gradient-away{height:240px}}.NCAAB_USU{background:#0F2439  !important}.NCAAB_USU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0F2439 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0F2439 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0F2439 0%, rgba(0,0,0,0) 60%)}.NCAAB_USU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0F2439 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0F2439 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0F2439 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_USU .gradient-home,.NCAAB_USU .gradient-away{height:240px}}.NCAAB_WYO{background:#FFC425  !important}.NCAAB_WYO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFC425 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFC425 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFC425 0%, rgba(0,0,0,0) 60%)}.NCAAB_WYO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFC425 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFC425 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFC425 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WYO .gradient-home,.NCAAB_WYO .gradient-away{height:240px}}.NCAAB_BRY{background:#BDB76B  !important}.NCAAB_BRY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #bdb76b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #bdb76b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #bdb76b 0%, rgba(0,0,0,0) 60%)}.NCAAB_BRY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #bdb76b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #bdb76b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #bdb76b 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BRY .gradient-home,.NCAAB_BRY .gradient-away{height:240px}}.NCAAB_CCSU{background:#1B49A2  !important}.NCAAB_CCSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #1B49A2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #1B49A2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #1B49A2 0%, rgba(0,0,0,0) 60%)}.NCAAB_CCSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #1B49A2 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #1B49A2 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #1B49A2 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CCSU .gradient-home,.NCAAB_CCSU .gradient-away{height:240px}}.NCAAB_FDU{background:#004898  !important}.NCAAB_FDU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004898 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004898 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004898 0%, rgba(0,0,0,0) 60%)}.NCAAB_FDU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004898 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004898 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004898 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_FDU .gradient-home,.NCAAB_FDU .gradient-away{height:240px}}.NCAAB_LIU{background:#000000  !important}.NCAAB_LIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%)}.NCAAB_LIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_LIU .gradient-home,.NCAAB_LIU .gradient-away{height:240px}}.NCAAB_MSM{background:#A59260  !important}.NCAAB_MSM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A59260 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A59260 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A59260 0%, rgba(0,0,0,0) 60%)}.NCAAB_MSM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A59260 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A59260 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A59260 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MSM .gradient-home,.NCAAB_MSM .gradient-away{height:240px}}.NCAAB_RMU{background:#00214D  !important}.NCAAB_RMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00214D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00214D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00214D 0%, rgba(0,0,0,0) 60%)}.NCAAB_RMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00214D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00214D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00214D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_RMU .gradient-home,.NCAAB_RMU .gradient-away{height:240px}}.NCAAB_SFNY{background:#113682  !important}.NCAAB_SFNY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #113682 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #113682 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #113682 0%, rgba(0,0,0,0) 60%)}.NCAAB_SFNY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #113682 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #113682 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #113682 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SFNY .gradient-home,.NCAAB_SFNY .gradient-away{height:240px}}.NCAAB_SFPA{background:#F41650  !important}.NCAAB_SFPA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F41650 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F41650 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F41650 0%, rgba(0,0,0,0) 60%)}.NCAAB_SFPA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F41650 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F41650 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F41650 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SFPA .gradient-home,.NCAAB_SFPA .gradient-away{height:240px}}.NCAAB_SHU{background:#CE1040  !important}.NCAAB_SHU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CE1040 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CE1040 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CE1040 0%, rgba(0,0,0,0) 60%)}.NCAAB_SHU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CE1040 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CE1040 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CE1040 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SHU .gradient-home,.NCAAB_SHU .gradient-away{height:240px}}.NCAAB_WAG{background:#00483A  !important}.NCAAB_WAG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00483A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00483A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00483A 0%, rgba(0,0,0,0) 60%)}.NCAAB_WAG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00483A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00483A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00483A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WAG .gradient-home,.NCAAB_WAG .gradient-away{height:240px}}.NCAAB_BEL{background:#00205B  !important}.NCAAB_BEL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%)}.NCAAB_BEL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BEL .gradient-home,.NCAAB_BEL .gradient-away{height:240px}}.NCAAB_EIU{background:#000000  !important}.NCAAB_EIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%)}.NCAAB_EIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_EIU .gradient-home,.NCAAB_EIU .gradient-away{height:240px}}.NCAAB_EKY{background:#730B27  !important}.NCAAB_EKY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #730B27 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #730B27 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #730B27 0%, rgba(0,0,0,0) 60%)}.NCAAB_EKY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #730B27 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #730B27 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #730B27 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_EKY .gradient-home,.NCAAB_EKY .gradient-away{height:240px}}.NCAAB_JVST{background:#E53F40  !important}.NCAAB_JVST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E53F40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E53F40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E53F40 0%, rgba(0,0,0,0) 60%)}.NCAAB_JVST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E53F40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E53F40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E53F40 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_JVST .gradient-home,.NCAAB_JVST .gradient-away{height:240px}}.NCAAB_MORE{background:#094FA3  !important}.NCAAB_MORE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #094FA3 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #094FA3 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #094FA3 0%, rgba(0,0,0,0) 60%)}.NCAAB_MORE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #094FA3 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #094FA3 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #094FA3 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MORE .gradient-home,.NCAAB_MORE .gradient-away{height:240px}}.NCAAB_MURR{background:#FFE000  !important}.NCAAB_MURR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFE000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFE000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFE000 0%, rgba(0,0,0,0) 60%)}.NCAAB_MURR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFE000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFE000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFE000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MURR .gradient-home,.NCAAB_MURR .gradient-away{height:240px}}.NCAAB_PEAY{background:#c41e3a  !important}.NCAAB_PEAY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c41e3a 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c41e3a 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c41e3a 0%, rgba(0,0,0,0) 60%)}.NCAAB_PEAY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c41e3a 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c41e3a 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c41e3a 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_PEAY .gradient-home,.NCAAB_PEAY .gradient-away{height:240px}}.NCAAB_SEMO{background:#E2373E  !important}.NCAAB_SEMO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E2373E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E2373E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E2373E 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEMO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E2373E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E2373E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E2373E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEMO .gradient-home,.NCAAB_SEMO .gradient-away{height:240px}}.NCAAB_SIUE{background:#674B20  !important}.NCAAB_SIUE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #674B20 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #674B20 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #674B20 0%, rgba(0,0,0,0) 60%)}.NCAAB_SIUE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #674B20 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #674B20 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #674B20 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SIUE .gradient-home,.NCAAB_SIUE .gradient-away{height:240px}}.NCAAB_TNST{background:#383C84  !important}.NCAAB_TNST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #383C84 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #383C84 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #383C84 0%, rgba(0,0,0,0) 60%)}.NCAAB_TNST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #383C84 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #383C84 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #383C84 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TNST .gradient-home,.NCAAB_TNST .gradient-away{height:240px}}.NCAAB_TNTC{background:#FFDE00  !important}.NCAAB_TNTC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFDE00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFDE00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFDE00 0%, rgba(0,0,0,0) 60%)}.NCAAB_TNTC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFDE00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFDE00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFDE00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TNTC .gradient-home,.NCAAB_TNTC .gradient-away{height:240px}}.NCAAB_UTM{background:#FF6700  !important}.NCAAB_UTM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF6700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF6700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF6700 0%, rgba(0,0,0,0) 60%)}.NCAAB_UTM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF6700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF6700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF6700 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UTM .gradient-home,.NCAAB_UTM .gradient-away{height:240px}}.NCAAB_ARIZ{background:#CC0033  !important}.NCAAB_ARIZ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c03 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c03 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c03 0%, rgba(0,0,0,0) 60%)}.NCAAB_ARIZ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c03 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c03 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c03 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ARIZ .gradient-home,.NCAAB_ARIZ .gradient-away{height:240px}}.NCAAB_ASU{background:#8C1D40  !important}.NCAAB_ASU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8C1D40 0%, rgba(0,0,0,0) 60%)}.NCAAB_ASU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8C1D40 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8C1D40 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ASU .gradient-home,.NCAAB_ASU .gradient-away{height:240px}}.NCAAB_CAL{background:#3B7EA1  !important}.NCAAB_CAL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #3B7EA1 0%, rgba(0,0,0,0) 60%)}.NCAAB_CAL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #3B7EA1 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #3B7EA1 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CAL .gradient-home,.NCAAB_CAL .gradient-away{height:240px}}.NCAAB_COLO{background:#CFB87C  !important}.NCAAB_COLO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CFB87C 0%, rgba(0,0,0,0) 60%)}.NCAAB_COLO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CFB87C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CFB87C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_COLO .gradient-home,.NCAAB_COLO .gradient-away{height:240px}}.NCAAB_ORE{background:#154733  !important}.NCAAB_ORE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #154733 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #154733 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #154733 0%, rgba(0,0,0,0) 60%)}.NCAAB_ORE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #154733 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #154733 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #154733 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ORE .gradient-home,.NCAAB_ORE .gradient-away{height:240px}}.NCAAB_ORST{background:#DC4405  !important}.NCAAB_ORST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #DC4405 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #DC4405 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #DC4405 0%, rgba(0,0,0,0) 60%)}.NCAAB_ORST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #DC4405 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #DC4405 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #DC4405 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ORST .gradient-home,.NCAAB_ORST .gradient-away{height:240px}}.NCAAB_STAN{background:#8C1515  !important}.NCAAB_STAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8C1515 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8C1515 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8C1515 0%, rgba(0,0,0,0) 60%)}.NCAAB_STAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8C1515 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8C1515 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8C1515 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_STAN .gradient-home,.NCAAB_STAN .gradient-away{height:240px}}.NCAAB_UCLA{background:#3284BF  !important}.NCAAB_UCLA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #3284BF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #3284BF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #3284BF 0%, rgba(0,0,0,0) 60%)}.NCAAB_UCLA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #3284BF 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #3284BF 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #3284BF 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UCLA .gradient-home,.NCAAB_UCLA .gradient-away{height:240px}}.NCAAB_USC{background:#FFC72C  !important}.NCAAB_USC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFC72C 0%, rgba(0,0,0,0) 60%)}.NCAAB_USC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFC72C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFC72C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_USC .gradient-home,.NCAAB_USC .gradient-away{height:240px}}.NCAAB_UTAH{background:#CC0000  !important}.NCAAB_UTAH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NCAAB_UTAH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UTAH .gradient-home,.NCAAB_UTAH .gradient-away{height:240px}}.NCAAB_WASH{background:#4B2E83  !important}.NCAAB_WASH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4B2E83 0%, rgba(0,0,0,0) 60%)}.NCAAB_WASH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4B2E83 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4B2E83 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WASH .gradient-home,.NCAAB_WASH .gradient-away{height:240px}}.NCAAB_WSU{background:#981E32  !important}.NCAAB_WSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #981E32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #981E32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #981E32 0%, rgba(0,0,0,0) 60%)}.NCAAB_WSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #981E32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #981E32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #981E32 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WSU .gradient-home,.NCAAB_WSU .gradient-away{height:240px}}.NCAAB_AMER{background:#ADD8E6  !important}.NCAAB_AMER .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #add8e6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #add8e6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #add8e6 0%, rgba(0,0,0,0) 60%)}.NCAAB_AMER .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #add8e6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #add8e6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #add8e6 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AMER .gradient-home,.NCAAB_AMER .gradient-away{height:240px}}.NCAAB_ARMY{background:#D4BF91  !important}.NCAAB_ARMY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D4BF91 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D4BF91 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D4BF91 0%, rgba(0,0,0,0) 60%)}.NCAAB_ARMY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D4BF91 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D4BF91 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D4BF91 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ARMY .gradient-home,.NCAAB_ARMY .gradient-away{height:240px}}.NCAAB_BU{background:#cc0000  !important}.NCAAB_BU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #c00 0%, rgba(0,0,0,0) 60%)}.NCAAB_BU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #c00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #c00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BU .gradient-home,.NCAAB_BU .gradient-away{height:240px}}.NCAAB_BUCK{background:#E87722  !important}.NCAAB_BUCK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E87722 0%, rgba(0,0,0,0) 60%)}.NCAAB_BUCK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E87722 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BUCK .gradient-home,.NCAAB_BUCK .gradient-away{height:240px}}.NCAAB_COLG{background:#8B011D  !important}.NCAAB_COLG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8B011D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8B011D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8B011D 0%, rgba(0,0,0,0) 60%)}.NCAAB_COLG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8B011D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8B011D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8B011D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_COLG .gradient-home,.NCAAB_COLG .gradient-away{height:240px}}.NCAAB_HC{background:#090909  !important}.NCAAB_HC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #090909 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #090909 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #090909 0%, rgba(0,0,0,0) 60%)}.NCAAB_HC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #090909 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #090909 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #090909 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_HC .gradient-home,.NCAAB_HC .gradient-away{height:240px}}.NCAAB_L-MD{background:#016540  !important}.NCAAB_L-MD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #016540 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #016540 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #016540 0%, rgba(0,0,0,0) 60%)}.NCAAB_L-MD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #016540 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #016540 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #016540 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_L-MD .gradient-home,.NCAAB_L-MD .gradient-away{height:240px}}.NCAAB_LAF{background:#9A0024  !important}.NCAAB_LAF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9A0024 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9A0024 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9A0024 0%, rgba(0,0,0,0) 60%)}.NCAAB_LAF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9A0024 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9A0024 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9A0024 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_LAF .gradient-home,.NCAAB_LAF .gradient-away{height:240px}}.NCAAB_LEH{background:#994708  !important}.NCAAB_LEH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #994708 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #994708 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #994708 0%, rgba(0,0,0,0) 60%)}.NCAAB_LEH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #994708 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #994708 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #994708 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_LEH .gradient-home,.NCAAB_LEH .gradient-away{height:240px}}.NCAAB_NAVY{background:#131630  !important}.NCAAB_NAVY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #131630 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #131630 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #131630 0%, rgba(0,0,0,0) 60%)}.NCAAB_NAVY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #131630 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #131630 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #131630 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NAVY .gradient-home,.NCAAB_NAVY .gradient-away{height:240px}}.NCAAB_APP{background:#FFCC00  !important}.NCAAB_APP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #fc0 0%, rgba(0,0,0,0) 60%)}.NCAAB_APP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #fc0 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #fc0 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_APP .gradient-home,.NCAAB_APP .gradient-away{height:240px}}.NCAAB_ARST{background:#CC092F  !important}.NCAAB_ARST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CC092F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CC092F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CC092F 0%, rgba(0,0,0,0) 60%)}.NCAAB_ARST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CC092F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CC092F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CC092F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ARST .gradient-home,.NCAAB_ARST .gradient-away{height:240px}}.NCAAB_CCAR{background:#006F71  !important}.NCAAB_CCAR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006F71 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006F71 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006F71 0%, rgba(0,0,0,0) 60%)}.NCAAB_CCAR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006F71 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006F71 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006F71 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CCAR .gradient-home,.NCAAB_CCAR .gradient-away{height:240px}}.NCAAB_GASO{background:#011E41  !important}.NCAAB_GASO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #011E41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #011E41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #011E41 0%, rgba(0,0,0,0) 60%)}.NCAAB_GASO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #011E41 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #011E41 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #011E41 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_GASO .gradient-home,.NCAAB_GASO .gradient-away{height:240px}}.NCAAB_GSU{background:#0039A6  !important}.NCAAB_GSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0039A6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0039A6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0039A6 0%, rgba(0,0,0,0) 60%)}.NCAAB_GSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0039A6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0039A6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0039A6 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_GSU .gradient-home,.NCAAB_GSU .gradient-away{height:240px}}.NCAAB_TROY{background:#919191  !important}.NCAAB_TROY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #919191 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #919191 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #919191 0%, rgba(0,0,0,0) 60%)}.NCAAB_TROY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #919191 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #919191 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #919191 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TROY .gradient-home,.NCAAB_TROY .gradient-away{height:240px}}.NCAAB_TXST{background:#501214  !important}.NCAAB_TXST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #501214 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #501214 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #501214 0%, rgba(0,0,0,0) 60%)}.NCAAB_TXST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #501214 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #501214 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #501214 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TXST .gradient-home,.NCAAB_TXST .gradient-away{height:240px}}.NCAAB_UALR{background:#6E2639  !important}.NCAAB_UALR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6E2639 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6E2639 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6E2639 0%, rgba(0,0,0,0) 60%)}.NCAAB_UALR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6E2639 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6E2639 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6E2639 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UALR .gradient-home,.NCAAB_UALR .gradient-away{height:240px}}.NCAAB_ULL{background:#CE181E  !important}.NCAAB_ULL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CE181E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CE181E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CE181E 0%, rgba(0,0,0,0) 60%)}.NCAAB_ULL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CE181E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CE181E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CE181E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ULL .gradient-home,.NCAAB_ULL .gradient-away{height:240px}}.NCAAB_ULM{background:#BD955A  !important}.NCAAB_ULM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BD955A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BD955A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BD955A 0%, rgba(0,0,0,0) 60%)}.NCAAB_ULM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BD955A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BD955A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BD955A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ULM .gradient-home,.NCAAB_ULM .gradient-away{height:240px}}.NCAAB_USA{background:#00205B  !important}.NCAAB_USA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #00205B 0%, rgba(0,0,0,0) 60%)}.NCAAB_USA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #00205B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #00205B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_USA .gradient-home,.NCAAB_USA .gradient-away{height:240px}}.NCAAB_UTA{background:#F58025  !important}.NCAAB_UTA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F58025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F58025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F58025 0%, rgba(0,0,0,0) 60%)}.NCAAB_UTA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F58025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F58025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F58025 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UTA .gradient-home,.NCAAB_UTA .gradient-away{height:240px}}.NCAAB_ALA{background:#9E1B32  !important}.NCAAB_ALA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9E1B32 0%, rgba(0,0,0,0) 60%)}.NCAAB_ALA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9E1B32 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9E1B32 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ALA .gradient-home,.NCAAB_ALA .gradient-away{height:240px}}.NCAAB_ARK{background:#9D2235  !important}.NCAAB_ARK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #9D2235 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #9D2235 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #9D2235 0%, rgba(0,0,0,0) 60%)}.NCAAB_ARK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #9D2235 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #9D2235 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #9D2235 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ARK .gradient-home,.NCAAB_ARK .gradient-away{height:240px}}.NCAAB_AUB{background:#E87722  !important}.NCAAB_AUB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E87722 0%, rgba(0,0,0,0) 60%)}.NCAAB_AUB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E87722 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E87722 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E87722 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AUB .gradient-home,.NCAAB_AUB .gradient-away{height:240px}}.NCAAB_FLA{background:#2139CE  !important}.NCAAB_FLA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #2139CE 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #2139CE 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #2139CE 0%, rgba(0,0,0,0) 60%)}.NCAAB_FLA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #2139CE 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #2139CE 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #2139CE 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_FLA .gradient-home,.NCAAB_FLA .gradient-away{height:240px}}.NCAAB_LSU{background:#FDB827  !important}.NCAAB_LSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FDB827 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FDB827 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FDB827 0%, rgba(0,0,0,0) 60%)}.NCAAB_LSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FDB827 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FDB827 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FDB827 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_LSU .gradient-home,.NCAAB_LSU .gradient-away{height:240px}}.NCAAB_MISS{background:#FF002C  !important}.NCAAB_MISS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF002C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF002C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF002C 0%, rgba(0,0,0,0) 60%)}.NCAAB_MISS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF002C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF002C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF002C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MISS .gradient-home,.NCAAB_MISS .gradient-away{height:240px}}.NCAAB_MIZZ{background:#E8AF11  !important}.NCAAB_MIZZ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E8AF11 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E8AF11 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E8AF11 0%, rgba(0,0,0,0) 60%)}.NCAAB_MIZZ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E8AF11 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E8AF11 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E8AF11 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MIZZ .gradient-home,.NCAAB_MIZZ .gradient-away{height:240px}}.NCAAB_MSST{background:#762123  !important}.NCAAB_MSST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #762123 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #762123 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #762123 0%, rgba(0,0,0,0) 60%)}.NCAAB_MSST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #762123 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #762123 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #762123 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MSST .gradient-home,.NCAAB_MSST .gradient-away{height:240px}}.NCAAB_SCAR{background:#CD0000  !important}.NCAAB_SCAR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CD0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CD0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CD0000 0%, rgba(0,0,0,0) 60%)}.NCAAB_SCAR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CD0000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CD0000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CD0000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SCAR .gradient-home,.NCAAB_SCAR .gradient-away{height:240px}}.NCAAB_TAM{background:#5C0025  !important}.NCAAB_TAM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #5C0025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #5C0025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #5C0025 0%, rgba(0,0,0,0) 60%)}.NCAAB_TAM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #5C0025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #5C0025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #5C0025 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TAM .gradient-home,.NCAAB_TAM .gradient-away{height:240px}}.NCAAB_TENN{background:#EE9627  !important}.NCAAB_TENN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EE9627 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EE9627 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EE9627 0%, rgba(0,0,0,0) 60%)}.NCAAB_TENN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EE9627 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EE9627 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EE9627 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TENN .gradient-home,.NCAAB_TENN .gradient-away{height:240px}}.NCAAB_UGA{background:#A0000B  !important}.NCAAB_UGA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A0000B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A0000B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A0000B 0%, rgba(0,0,0,0) 60%)}.NCAAB_UGA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A0000B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A0000B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A0000B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UGA .gradient-home,.NCAAB_UGA .gradient-away{height:240px}}.NCAAB_UK{background:#003399  !important}.NCAAB_UK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #039 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #039 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #039 0%, rgba(0,0,0,0) 60%)}.NCAAB_UK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #039 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #039 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #039 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UK .gradient-home,.NCAAB_UK .gradient-away{height:240px}}.NCAAB_VAN{background:#BB8D09  !important}.NCAAB_VAN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BB8D09 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BB8D09 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BB8D09 0%, rgba(0,0,0,0) 60%)}.NCAAB_VAN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BB8D09 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BB8D09 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BB8D09 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_VAN .gradient-home,.NCAAB_VAN .gradient-away{height:240px}}.NCAAB_CHAT{background:#EEB311  !important}.NCAAB_CHAT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EEB311 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EEB311 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EEB311 0%, rgba(0,0,0,0) 60%)}.NCAAB_CHAT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EEB311 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EEB311 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EEB311 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CHAT .gradient-home,.NCAAB_CHAT .gradient-away{height:240px}}.NCAAB_CIT{background:#002B5C  !important}.NCAAB_CIT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002B5C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002B5C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002B5C 0%, rgba(0,0,0,0) 60%)}.NCAAB_CIT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002B5C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002B5C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002B5C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CIT .gradient-home,.NCAAB_CIT .gradient-away{height:240px}}.NCAAB_ETSU{background:#BE9434  !important}.NCAAB_ETSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BE9434 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BE9434 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BE9434 0%, rgba(0,0,0,0) 60%)}.NCAAB_ETSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BE9434 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BE9434 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BE9434 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ETSU .gradient-home,.NCAAB_ETSU .gradient-away{height:240px}}.NCAAB_FUR{background:#3A1769  !important}.NCAAB_FUR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #3A1769 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #3A1769 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #3A1769 0%, rgba(0,0,0,0) 60%)}.NCAAB_FUR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #3A1769 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #3A1769 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #3A1769 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_FUR .gradient-home,.NCAAB_FUR .gradient-away{height:240px}}.NCAAB_MER{background:#FF7F27  !important}.NCAAB_MER .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF7F27 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF7F27 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF7F27 0%, rgba(0,0,0,0) 60%)}.NCAAB_MER .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF7F27 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF7F27 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF7F27 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MER .gradient-home,.NCAAB_MER .gradient-away{height:240px}}.NCAAB_SAM{background:#005485  !important}.NCAAB_SAM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005485 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005485 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005485 0%, rgba(0,0,0,0) 60%)}.NCAAB_SAM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005485 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005485 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005485 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SAM .gradient-home,.NCAAB_SAM .gradient-away{height:240px}}.NCAAB_UNCG{background:#003559  !important}.NCAAB_UNCG .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003559 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003559 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003559 0%, rgba(0,0,0,0) 60%)}.NCAAB_UNCG .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003559 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003559 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003559 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UNCG .gradient-home,.NCAAB_UNCG .gradient-away{height:240px}}.NCAAB_VMI{background:#E52D37  !important}.NCAAB_VMI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E52D37 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E52D37 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E52D37 0%, rgba(0,0,0,0) 60%)}.NCAAB_VMI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E52D37 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E52D37 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E52D37 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_VMI .gradient-home,.NCAAB_VMI .gradient-away{height:240px}}.NCAAB_WCU{background:#492F91  !important}.NCAAB_WCU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #492F91 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #492F91 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #492F91 0%, rgba(0,0,0,0) 60%)}.NCAAB_WCU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #492F91 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #492F91 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #492F91 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WCU .gradient-home,.NCAAB_WCU .gradient-away{height:240px}}.NCAAB_WOF{background:#FFD700  !important}.NCAAB_WOF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, gold 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, gold 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, gold 0%, rgba(0,0,0,0) 60%)}.NCAAB_WOF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, gold 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, gold 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, gold 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WOF .gradient-home,.NCAAB_WOF .gradient-away{height:240px}}.NCAAB_ACU{background:#DDA0DD  !important}.NCAAB_ACU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, plum 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, plum 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, plum 0%, rgba(0,0,0,0) 60%)}.NCAAB_ACU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, plum 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, plum 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, plum 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ACU .gradient-home,.NCAAB_ACU .gradient-away{height:240px}}.NCAAB_AMCC{background:#007CC4  !important}.NCAAB_AMCC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #007CC4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #007CC4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #007CC4 0%, rgba(0,0,0,0) 60%)}.NCAAB_AMCC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #007CC4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #007CC4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #007CC4 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AMCC .gradient-home,.NCAAB_AMCC .gradient-away{height:240px}}.NCAAB_CARK{background:#4F2683  !important}.NCAAB_CARK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #4F2683 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #4F2683 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #4F2683 0%, rgba(0,0,0,0) 60%)}.NCAAB_CARK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #4F2683 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #4F2683 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #4F2683 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CARK .gradient-home,.NCAAB_CARK .gradient-away{height:240px}}.NCAAB_HBU{background:#702D07  !important}.NCAAB_HBU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #702D07 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #702D07 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #702D07 0%, rgba(0,0,0,0) 60%)}.NCAAB_HBU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #702D07 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #702D07 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #702D07 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_HBU .gradient-home,.NCAAB_HBU .gradient-away{height:240px}}.NCAAB_IW{background:#cc292b  !important}.NCAAB_IW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #cc292b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #cc292b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #cc292b 0%, rgba(0,0,0,0) 60%)}.NCAAB_IW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #cc292b 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #cc292b 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #cc292b 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_IW .gradient-home,.NCAAB_IW .gradient-away{height:240px}}.NCAAB_LAM{background:#ED1B2E  !important}.NCAAB_LAM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #ED1B2E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #ED1B2E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #ED1B2E 0%, rgba(0,0,0,0) 60%)}.NCAAB_LAM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #ED1B2E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #ED1B2E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #ED1B2E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_LAM .gradient-home,.NCAAB_LAM .gradient-away{height:240px}}.NCAAB_MCNS{background:#FFD51D  !important}.NCAAB_MCNS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFD51D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFD51D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFD51D 0%, rgba(0,0,0,0) 60%)}.NCAAB_MCNS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFD51D 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFD51D 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFD51D 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MCNS .gradient-home,.NCAAB_MCNS .gradient-away{height:240px}}.NCAAB_NICH{background:#C41230  !important}.NCAAB_NICH .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C41230 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C41230 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C41230 0%, rgba(0,0,0,0) 60%)}.NCAAB_NICH .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C41230 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C41230 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C41230 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NICH .gradient-home,.NCAAB_NICH .gradient-away{height:240px}}.NCAAB_NWST{background:#F68428  !important}.NCAAB_NWST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F68428 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F68428 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F68428 0%, rgba(0,0,0,0) 60%)}.NCAAB_NWST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F68428 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F68428 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F68428 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NWST .gradient-home,.NCAAB_NWST .gradient-away{height:240px}}.NCAAB_SELA{background:#007550  !important}.NCAAB_SELA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #007550 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #007550 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #007550 0%, rgba(0,0,0,0) 60%)}.NCAAB_SELA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #007550 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #007550 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #007550 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SELA .gradient-home,.NCAAB_SELA .gradient-away{height:240px}}.NCAAB_SFA{background:#EE3A42  !important}.NCAAB_SFA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EE3A42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EE3A42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EE3A42 0%, rgba(0,0,0,0) 60%)}.NCAAB_SFA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EE3A42 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EE3A42 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EE3A42 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SFA .gradient-home,.NCAAB_SFA .gradient-away{height:240px}}.NCAAB_SHSU{background:#F78F1E  !important}.NCAAB_SHSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F78F1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F78F1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F78F1E 0%, rgba(0,0,0,0) 60%)}.NCAAB_SHSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F78F1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F78F1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F78F1E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SHSU .gradient-home,.NCAAB_SHSU .gradient-away{height:240px}}.NCAAB_UNO{background:#2B3986  !important}.NCAAB_UNO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #2B3986 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #2B3986 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #2B3986 0%, rgba(0,0,0,0) 60%)}.NCAAB_UNO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #2B3986 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #2B3986 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #2B3986 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UNO .gradient-home,.NCAAB_UNO .gradient-away{height:240px}}.NCAAB_DEN{background:#98002E  !important}.NCAAB_DEN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #98002E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #98002E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #98002E 0%, rgba(0,0,0,0) 60%)}.NCAAB_DEN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #98002E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #98002E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #98002E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_DEN .gradient-home,.NCAAB_DEN .gradient-away{height:240px}}.NCAAB_NDSU{background:#01402A  !important}.NCAAB_NDSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #01402A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #01402A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #01402A 0%, rgba(0,0,0,0) 60%)}.NCAAB_NDSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #01402A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #01402A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #01402A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NDSU .gradient-home,.NCAAB_NDSU .gradient-away{height:240px}}.NCAAB_NEOM{background:#D71920  !important}.NCAAB_NEOM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #D71920 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #D71920 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #D71920 0%, rgba(0,0,0,0) 60%)}.NCAAB_NEOM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #D71920 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #D71920 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #D71920 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NEOM .gradient-home,.NCAAB_NEOM .gradient-away{height:240px}}.NCAAB_ORU{background:#002E70  !important}.NCAAB_ORU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002E70 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002E70 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002E70 0%, rgba(0,0,0,0) 60%)}.NCAAB_ORU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002E70 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002E70 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002E70 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ORU .gradient-home,.NCAAB_ORU .gradient-away{height:240px}}.NCAAB_PFW{background:#002F6C  !important}.NCAAB_PFW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002F6C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002F6C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002F6C 0%, rgba(0,0,0,0) 60%)}.NCAAB_PFW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002F6C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002F6C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002F6C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_PFW .gradient-home,.NCAAB_PFW .gradient-away{height:240px}}.NCAAB_SDAK{background:#CD1241  !important}.NCAAB_SDAK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #CD1241 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #CD1241 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #CD1241 0%, rgba(0,0,0,0) 60%)}.NCAAB_SDAK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #CD1241 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #CD1241 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #CD1241 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SDAK .gradient-home,.NCAAB_SDAK .gradient-away{height:240px}}.NCAAB_SDST{background:#005DAB  !important}.NCAAB_SDST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005DAB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005DAB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005DAB 0%, rgba(0,0,0,0) 60%)}.NCAAB_SDST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005DAB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005DAB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005DAB 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SDST .gradient-home,.NCAAB_SDST .gradient-away{height:240px}}.NCAAB_UND{background:#702D07  !important}.NCAAB_UND .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #702D07 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #702D07 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #702D07 0%, rgba(0,0,0,0) 60%)}.NCAAB_UND .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #702D07 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #702D07 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #702D07 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UND .gradient-home,.NCAAB_UND .gradient-away{height:240px}}.NCAAB_WIU{background:#6812BB  !important}.NCAAB_WIU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6812BB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6812BB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6812BB 0%, rgba(0,0,0,0) 60%)}.NCAAB_WIU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6812BB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6812BB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6812BB 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_WIU .gradient-home,.NCAAB_WIU .gradient-away{height:240px}}.NCAAB_AAMU{background:#660000  !important}.NCAAB_AAMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #600 0%, rgba(0,0,0,0) 60%)}.NCAAB_AAMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #600 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #600 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #600 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_AAMU .gradient-home,.NCAAB_AAMU .gradient-away{height:240px}}.NCAAB_ALCN{background:#e9a713  !important}.NCAAB_ALCN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #e9a713 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #e9a713 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #e9a713 0%, rgba(0,0,0,0) 60%)}.NCAAB_ALCN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #e9a713 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #e9a713 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #e9a713 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ALCN .gradient-home,.NCAAB_ALCN .gradient-away{height:240px}}.NCAAB_ALST{background:#B10021  !important}.NCAAB_ALST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #B10021 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #B10021 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #B10021 0%, rgba(0,0,0,0) 60%)}.NCAAB_ALST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #B10021 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #B10021 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #B10021 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ALST .gradient-home,.NCAAB_ALST .gradient-away{height:240px}}.NCAAB_ARPB{background:#EAAA00  !important}.NCAAB_ARPB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EAAA00 0%, rgba(0,0,0,0) 60%)}.NCAAB_ARPB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EAAA00 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EAAA00 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_ARPB .gradient-home,.NCAAB_ARPB .gradient-away{height:240px}}.NCAAB_GRAM{background:#F88400  !important}.NCAAB_GRAM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F88400 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F88400 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F88400 0%, rgba(0,0,0,0) 60%)}.NCAAB_GRAM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F88400 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F88400 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F88400 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_GRAM .gradient-home,.NCAAB_GRAM .gradient-away{height:240px}}.NCAAB_JKST{background:#123297  !important}.NCAAB_JKST .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #123297 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #123297 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #123297 0%, rgba(0,0,0,0) 60%)}.NCAAB_JKST .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #123297 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #123297 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #123297 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_JKST .gradient-home,.NCAAB_JKST .gradient-away{height:240px}}.NCAAB_MVSU{background:#054105  !important}.NCAAB_MVSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #054105 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #054105 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #054105 0%, rgba(0,0,0,0) 60%)}.NCAAB_MVSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #054105 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #054105 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #054105 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_MVSU .gradient-home,.NCAAB_MVSU .gradient-away{height:240px}}.NCAAB_PV{background:#5A185C  !important}.NCAAB_PV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #5A185C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #5A185C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #5A185C 0%, rgba(0,0,0,0) 60%)}.NCAAB_PV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #5A185C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #5A185C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #5A185C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_PV .gradient-home,.NCAAB_PV .gradient-away{height:240px}}.NCAAB_SOU{background:#FFCD02  !important}.NCAAB_SOU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFCD02 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFCD02 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFCD02 0%, rgba(0,0,0,0) 60%)}.NCAAB_SOU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFCD02 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFCD02 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFCD02 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SOU .gradient-home,.NCAAB_SOU .gradient-away{height:240px}}.NCAAB_TXSO{background:#6A0403  !important}.NCAAB_TXSO .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #6A0403 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #6A0403 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #6A0403 0%, rgba(0,0,0,0) 60%)}.NCAAB_TXSO .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #6A0403 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #6A0403 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #6A0403 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_TXSO .gradient-home,.NCAAB_TXSO .gradient-away{height:240px}}.NCAAB_CALBA{background:#002554  !important}.NCAAB_CALBA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #002554 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #002554 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #002554 0%, rgba(0,0,0,0) 60%)}.NCAAB_CALBA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #002554 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #002554 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #002554 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CALBA .gradient-home,.NCAAB_CALBA .gradient-away{height:240px}}.NCAAB_CHS{background:#006700  !important}.NCAAB_CHS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #006700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #006700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #006700 0%, rgba(0,0,0,0) 60%)}.NCAAB_CHS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #006700 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #006700 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #006700 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CHS .gradient-home,.NCAAB_CHS .gradient-away{height:240px}}.NCAAB_CSB{background:#005DAB  !important}.NCAAB_CSB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005DAB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005DAB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005DAB 0%, rgba(0,0,0,0) 60%)}.NCAAB_CSB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005DAB 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005DAB 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005DAB 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_CSB .gradient-home,.NCAAB_CSB .gradient-away{height:240px}}.NCAAB_GRC{background:#522398  !important}.NCAAB_GRC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #522398 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #522398 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #522398 0%, rgba(0,0,0,0) 60%)}.NCAAB_GRC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #522398 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #522398 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #522398 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_GRC .gradient-home,.NCAAB_GRC .gradient-away{height:240px}}.NCAAB_NMSU{background:#891216  !important}.NCAAB_NMSU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #891216 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #891216 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #891216 0%, rgba(0,0,0,0) 60%)}.NCAAB_NMSU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #891216 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #891216 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #891216 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_NMSU .gradient-home,.NCAAB_NMSU .gradient-away{height:240px}}.NCAAB_SEA{background:#BF2E1A  !important}.NCAAB_SEA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BF2E1A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BF2E1A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BF2E1A 0%, rgba(0,0,0,0) 60%)}.NCAAB_SEA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BF2E1A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BF2E1A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BF2E1A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SEA .gradient-home,.NCAAB_SEA .gradient-away{height:240px}}.NCAAB_UMKC{background:#005486  !important}.NCAAB_UMKC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005486 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005486 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005486 0%, rgba(0,0,0,0) 60%)}.NCAAB_UMKC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005486 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005486 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005486 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UMKC .gradient-home,.NCAAB_UMKC .gradient-away{height:240px}}.NCAAB_UTRGV{background:#FFA300  !important}.NCAAB_UTRGV .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FFA300 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FFA300 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FFA300 0%, rgba(0,0,0,0) 60%)}.NCAAB_UTRGV .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FFA300 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FFA300 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FFA300 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UTRGV .gradient-home,.NCAAB_UTRGV .gradient-away{height:240px}}.NCAAB_UVU{background:#E8D766  !important}.NCAAB_UVU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E8D766 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E8D766 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E8D766 0%, rgba(0,0,0,0) 60%)}.NCAAB_UVU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E8D766 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E8D766 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E8D766 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_UVU .gradient-home,.NCAAB_UVU .gradient-away{height:240px}}.NCAAB_BYU{background:#002255  !important}.NCAAB_BYU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #025 0%, rgba(0,0,0,0) 60%)}.NCAAB_BYU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #025 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #025 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #025 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_BYU .gradient-home,.NCAAB_BYU .gradient-away{height:240px}}.NCAAB_GONZ{background:#2D2161  !important}.NCAAB_GONZ .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #2D2161 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #2D2161 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #2D2161 0%, rgba(0,0,0,0) 60%)}.NCAAB_GONZ .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #2D2161 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #2D2161 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #2D2161 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_GONZ .gradient-home,.NCAAB_GONZ .gradient-away{height:240px}}.NCAAB_LMU{background:#8C0029  !important}.NCAAB_LMU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8C0029 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8C0029 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8C0029 0%, rgba(0,0,0,0) 60%)}.NCAAB_LMU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8C0029 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8C0029 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8C0029 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_LMU .gradient-home,.NCAAB_LMU .gradient-away{height:240px}}.NCAAB_PAC{background:#F47820  !important}.NCAAB_PAC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #F47820 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #F47820 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #F47820 0%, rgba(0,0,0,0) 60%)}.NCAAB_PAC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #F47820 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #F47820 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #F47820 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_PAC .gradient-home,.NCAAB_PAC .gradient-away{height:240px}}.NCAAB_PEPP{background:#009C98  !important}.NCAAB_PEPP .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #009C98 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #009C98 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #009C98 0%, rgba(0,0,0,0) 60%)}.NCAAB_PEPP .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #009C98 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #009C98 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #009C98 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_PEPP .gradient-home,.NCAAB_PEPP .gradient-away{height:240px}}.NCAAB_PORT{background:#0E034E  !important}.NCAAB_PORT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0E034E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0E034E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0E034E 0%, rgba(0,0,0,0) 60%)}.NCAAB_PORT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0E034E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0E034E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0E034E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_PORT .gradient-home,.NCAAB_PORT .gradient-away{height:240px}}.NCAAB_SCU{background:#690B0B  !important}.NCAAB_SCU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #690B0B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #690B0B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #690B0B 0%, rgba(0,0,0,0) 60%)}.NCAAB_SCU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #690B0B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #690B0B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #690B0B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SCU .gradient-home,.NCAAB_SCU .gradient-away{height:240px}}.NCAAB_SF{background:#22523F  !important}.NCAAB_SF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #22523F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #22523F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #22523F 0%, rgba(0,0,0,0) 60%)}.NCAAB_SF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #22523F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #22523F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #22523F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SF .gradient-home,.NCAAB_SF .gradient-away{height:240px}}.NCAAB_SMC{background:#003768  !important}.NCAAB_SMC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003768 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003768 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003768 0%, rgba(0,0,0,0) 60%)}.NCAAB_SMC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003768 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003768 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003768 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_SMC .gradient-home,.NCAAB_SMC .gradient-away{height:240px}}.NCAAB_USD{background:#2f99d4  !important}.NCAAB_USD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #2f99d4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #2f99d4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #2f99d4 0%, rgba(0,0,0,0) 60%)}.NCAAB_USD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #2f99d4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #2f99d4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #2f99d4 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.NCAAB_USD .gradient-home,.NCAAB_USD .gradient-away{height:240px}}.MLB_ARI{background:#A71930   !important}.MLB_ARI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #A71930 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #A71930 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #A71930 0%, rgba(0,0,0,0) 60%)}.MLB_ARI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #A71930 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #A71930 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #A71930 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_ARI .gradient-home,.MLB_ARI .gradient-away{height:240px}}.MLB_ATL{background:#13274F   !important}.MLB_ATL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #13274F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #13274F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #13274F 0%, rgba(0,0,0,0) 60%)}.MLB_ATL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #13274F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #13274F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #13274F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_ATL .gradient-home,.MLB_ATL .gradient-away{height:240px}}.MLB_BAL{background:#DF4601   !important}.MLB_BAL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #DF4601 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #DF4601 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #DF4601 0%, rgba(0,0,0,0) 60%)}.MLB_BAL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #DF4601 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #DF4601 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #DF4601 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_BAL .gradient-home,.MLB_BAL .gradient-away{height:240px}}.MLB_BOS{background:#BD3039   !important}.MLB_BOS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BD3039 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BD3039 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BD3039 0%, rgba(0,0,0,0) 60%)}.MLB_BOS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BD3039 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BD3039 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BD3039 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_BOS .gradient-home,.MLB_BOS .gradient-away{height:240px}}.MLB_CHC{background:#0E3386   !important}.MLB_CHC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0E3386 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0E3386 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0E3386 0%, rgba(0,0,0,0) 60%)}.MLB_CHC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0E3386 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0E3386 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0E3386 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_CHC .gradient-home,.MLB_CHC .gradient-away{height:240px}}.MLB_CHW{background:#C4CED4   !important}.MLB_CHW .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C4CED4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C4CED4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C4CED4 0%, rgba(0,0,0,0) 60%)}.MLB_CHW .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C4CED4 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C4CED4 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C4CED4 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_CHW .gradient-home,.MLB_CHW .gradient-away{height:240px}}.MLB_CIN{background:#C6011F   !important}.MLB_CIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C6011F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C6011F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C6011F 0%, rgba(0,0,0,0) 60%)}.MLB_CIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C6011F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C6011F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C6011F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_CIN .gradient-home,.MLB_CIN .gradient-away{height:240px}}.MLB_CLE{background:#0F223E   !important}.MLB_CLE .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0F223E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0F223E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0F223E 0%, rgba(0,0,0,0) 60%)}.MLB_CLE .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0F223E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0F223E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0F223E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_CLE .gradient-home,.MLB_CLE .gradient-away{height:240px}}.MLB_COL{background:#33006F   !important}.MLB_COL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #33006F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #33006F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #33006F 0%, rgba(0,0,0,0) 60%)}.MLB_COL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #33006F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #33006F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #33006F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_COL .gradient-home,.MLB_COL .gradient-away{height:240px}}.MLB_DET{background:#0C2C56   !important}.MLB_DET .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0C2C56 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0C2C56 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0C2C56 0%, rgba(0,0,0,0) 60%)}.MLB_DET .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0C2C56 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0C2C56 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0C2C56 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_DET .gradient-home,.MLB_DET .gradient-away{height:240px}}.MLB_HOU{background:#EB6E1F   !important}.MLB_HOU .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #EB6E1F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #EB6E1F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #EB6E1F 0%, rgba(0,0,0,0) 60%)}.MLB_HOU .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #EB6E1F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #EB6E1F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #EB6E1F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_HOU .gradient-home,.MLB_HOU .gradient-away{height:240px}}.MLB_KC{background:#004687   !important}.MLB_KC .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #004687 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #004687 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #004687 0%, rgba(0,0,0,0) 60%)}.MLB_KC .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #004687 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #004687 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #004687 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_KC .gradient-home,.MLB_KC .gradient-away{height:240px}}.MLB_LAA{background:#BA0021   !important}.MLB_LAA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA0021 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA0021 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA0021 0%, rgba(0,0,0,0) 60%)}.MLB_LAA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA0021 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA0021 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA0021 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_LAA .gradient-home,.MLB_LAA .gradient-away{height:240px}}.MLB_LAD{background:#223B75   !important}.MLB_LAD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #223B75 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #223B75 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #223B75 0%, rgba(0,0,0,0) 60%)}.MLB_LAD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #223B75 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #223B75 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #223B75 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_LAD .gradient-home,.MLB_LAD .gradient-away{height:240px}}.MLB_MIA{background:#ED6F2E   !important}.MLB_MIA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #ED6F2E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #ED6F2E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #ED6F2E 0%, rgba(0,0,0,0) 60%)}.MLB_MIA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #ED6F2E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #ED6F2E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #ED6F2E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_MIA .gradient-home,.MLB_MIA .gradient-away{height:240px}}.MLB_MIL{background:#BA9765   !important}.MLB_MIL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA9765 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA9765 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA9765 0%, rgba(0,0,0,0) 60%)}.MLB_MIL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA9765 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA9765 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA9765 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_MIL .gradient-home,.MLB_MIL .gradient-away{height:240px}}.MLB_MIN{background:#0C2341   !important}.MLB_MIN .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #0C2341 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #0C2341 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #0C2341 0%, rgba(0,0,0,0) 60%)}.MLB_MIN .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #0C2341 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #0C2341 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #0C2341 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_MIN .gradient-home,.MLB_MIN .gradient-away{height:240px}}.MLB_NYM{background:#FF5910   !important}.MLB_NYM .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FF5910 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FF5910 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FF5910 0%, rgba(0,0,0,0) 60%)}.MLB_NYM .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FF5910 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FF5910 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FF5910 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_NYM .gradient-home,.MLB_NYM .gradient-away{height:240px}}.MLB_NYY{background:#162546   !important}.MLB_NYY .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #162546 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #162546 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #162546 0%, rgba(0,0,0,0) 60%)}.MLB_NYY .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #162546 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #162546 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #162546 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_NYY .gradient-home,.MLB_NYY .gradient-away{height:240px}}.MLB_OAK{background:#003831   !important}.MLB_OAK .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #003831 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #003831 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #003831 0%, rgba(0,0,0,0) 60%)}.MLB_OAK .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #003831 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #003831 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #003831 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_OAK .gradient-home,.MLB_OAK .gradient-away{height:240px}}.MLB_PHI{background:#E81828   !important}.MLB_PHI .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #E81828 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #E81828 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #E81828 0%, rgba(0,0,0,0) 60%)}.MLB_PHI .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #E81828 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #E81828 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #E81828 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_PHI .gradient-home,.MLB_PHI .gradient-away{height:240px}}.MLB_PIT{background:#000000   !important}.MLB_PIT .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #000 0%, rgba(0,0,0,0) 60%)}.MLB_PIT .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #000 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #000 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_PIT .gradient-home,.MLB_PIT .gradient-away{height:240px}}.MLB_SD{background:#061540   !important}.MLB_SD .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #061540 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #061540 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #061540 0%, rgba(0,0,0,0) 60%)}.MLB_SD .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #061540 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #061540 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #061540 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_SD .gradient-home,.MLB_SD .gradient-away{height:240px}}.MLB_SF{background:#FD5A1E   !important}.MLB_SF .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #FD5A1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #FD5A1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #FD5A1E 0%, rgba(0,0,0,0) 60%)}.MLB_SF .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #FD5A1E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #FD5A1E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #FD5A1E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_SF .gradient-home,.MLB_SF .gradient-away{height:240px}}.MLB_SEA{background:#005C5C   !important}.MLB_SEA .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #005C5C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #005C5C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #005C5C 0%, rgba(0,0,0,0) 60%)}.MLB_SEA .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #005C5C 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #005C5C 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #005C5C 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_SEA .gradient-home,.MLB_SEA .gradient-away{height:240px}}.MLB_STL{background:#C41E3A   !important}.MLB_STL .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C41E3A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C41E3A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C41E3A 0%, rgba(0,0,0,0) 60%)}.MLB_STL .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C41E3A 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C41E3A 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C41E3A 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_STL .gradient-home,.MLB_STL .gradient-away{height:240px}}.MLB_TB{background:#8FBCE6   !important}.MLB_TB .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #8FBCE6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #8FBCE6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #8FBCE6 0%, rgba(0,0,0,0) 60%)}.MLB_TB .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #8FBCE6 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #8FBCE6 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #8FBCE6 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_TB .gradient-home,.MLB_TB .gradient-away{height:240px}}.MLB_TEX{background:#C0111F   !important}.MLB_TEX .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #C0111F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #C0111F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #C0111F 0%, rgba(0,0,0,0) 60%)}.MLB_TEX .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #C0111F 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #C0111F 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #C0111F 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_TEX .gradient-home,.MLB_TEX .gradient-away{height:240px}}.MLB_TOR{background:#134A8E   !important}.MLB_TOR .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #134A8E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #134A8E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #134A8E 0%, rgba(0,0,0,0) 60%)}.MLB_TOR .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #134A8E 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #134A8E 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #134A8E 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_TOR .gradient-home,.MLB_TOR .gradient-away{height:240px}}.MLB_WAS{background:#BA122B   !important}.MLB_WAS .gradient-home{height:470px;width:100%;background:linear-gradient(to left, #BA122B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(right, #BA122B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(right, #BA122B 0%, rgba(0,0,0,0) 60%)}.MLB_WAS .gradient-away{height:470px;width:100%;background:linear-gradient(to right, #BA122B 0%, rgba(0,0,0,0) 60%);background:-moz-linear-gradient(left, #BA122B 0%, rgba(0,0,0,0) 60%);background:-webkit-linear-gradient(left, #BA122B 0%, rgba(0,0,0,0) 60%)}@media (max-width: 767px){.MLB_WAS .gradient-home,.MLB_WAS .gradient-away{height:240px}}table{width:100%;border-radius:2px;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);border-left:1px solid #e3e7e8;margin:16px 0}table tr:nth-child(even) td{background-color:#fafafa}table td,table th{padding:8px 16px}table th{background-color:#353f42;color:#fff;font-family:'Lato Regular';font-size:14px;font-weight:900;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:0.3px;text-align:center;border:1px solid #353f42;border-right:1px solid #e3e7e8}table th:last-child{border-right:1px solid #353f42}table td{background-color:#fff;border-bottom:1px solid #e3e7e8;border-right:1px solid #e3e7e8;font-family:'Lato Regular';font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:0.3px;text-align:center;color:#353f42}.matchup-container__header{width:calc(100% - 20px);margin:0 auto;display:flex}.matchup-container .teamOne,.matchup-container .vs,.matchup-container .teamTwo{display:flex;align-items:center;justify-content:center}.matchup-container .teamOne,.matchup-container .teamTwo,.matchup-container .vs{padding:4px 12px;min-height:48px;flex:1;border-radius:2px}.matchup-container .teamOne span,.matchup-container .teamTwo span,.matchup-container .vs span{font-family:"Lato Black";font-weight:900;font-size:14px;letter-spacing:0.3px;text-align:center;color:#1f2426}@media only screen and (max-width: 500px){.matchup-container .teamOne span,.matchup-container .teamTwo span,.matchup-container .vs span{font-size:14px}}.matchup-container .vs{font-family:"Lato Black";font-weight:900;font-size:14px;letter-spacing:0.3px;text-align:center;color:#fff;background-color:#d72429}.matchup-container p{margin:0}.matchup-container table.matchup{margin:0 auto 16px}.matchup-container table.matchup tr:first-child td{padding-top:16px;width:33.3%}.matchup-container table.matchup tr:first-child td{position:relative}.matchup-container table.matchup tr:first-child td::before{position:absolute;content:'';width:100%;height:10px;top:0;left:0;background-image:linear-gradient(to bottom, #e3e7e8, rgba(227,231,232,0));border-top:1px solid #e3e7e8}.table-responsive{width:100%;border:none;margin:0 0 20px 0}.table-wrapper{position:relative;margin-bottom:20px}.table-wrapper table.scrollable.light{min-width:700px}.table-wrapper table.stats-table{margin:0;border-radius:2px;min-width:700px}.table-wrapper table.stats-table thead tr th{width:14%;min-width:150px}.table-wrapper table.stats-table thead tr th:first-child{width:16%;min-width:180px}.table-wrapper table.stats-table .team-pill{position:absolute;z-index:3;left:10px;display:none}.table-wrapper table.stats-table th{position:relative;border:solid 1px #c9d0d4;height:50px;background-color:#e3e7e8;font-family:'Lato Bold';font-size:16px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:0.3px;color:#353f42;text-align:right}.table-wrapper table.stats-table th:first-of-type{text-align:left}.table-wrapper table.stats-table th span{display:inline-block;cursor:pointer;margin-right:28px}.table-wrapper table.stats-table th .header-toggle{position:absolute;top:14px;right:20px}.table-wrapper table.stats-table th .header-toggle.selected-up i{color:#4197f7}.table-wrapper table.stats-table th .header-toggle.selected-up i:nth-child(2){display:none}.table-wrapper table.stats-table th .header-toggle.selected-down i{color:#4197f7;margin-top:8px}.table-wrapper table.stats-table th .header-toggle.selected-down i:nth-child(1){display:none}.table-wrapper table.stats-table th .header-toggle i{color:#C7CCCD;font-size:18px;display:block}.table-wrapper table.stats-table th .header-toggle i:first-of-type{margin-bottom:-8px}.table-wrapper table.stats-table tbody tr td{border:solid 1px #c9d0d4;background:#fff;font-size:14px;line-height:1.43;letter-spacing:0.3px;text-align:right;color:#353f42}.table-wrapper table.stats-table tbody tr td:first-of-type{text-align:left}.table-wrapper table.stats-table tbody tr td a{font-weight:bold;line-height:1.43;letter-spacing:0.3px;color:#4197f7}table.light{margin-top:0;box-shadow:none;border:none;font-family:'Lato Regular';font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:0.3px;font-size:14px;border-collapse:separate}table.light .header{font-weight:bold;text-align:center;color:#353f42;display:table-cell}table.light .header:not(.team-header){background-color:#e3e7e8}table.light tr:first-child td:first-child{border-top-left-radius:2px}table.light tr:first-child td:last-child{border-top-right-radius:2px}table.light tr:last-child td:first-child{border-bottom-left-radius:2px}table.light tr:last-child td:last-child{border-bottom-right-radius:2px}table.light .header.top-header{border-bottom:none}table.light .header.top-header:last-child{border-bottom-right-radius:0}table.light .header.side-header{width:20%;min-width:110px;border-right:none;border-top:none}table.light tr td{padding:8px;border:solid 1px #c9d0d4}table.light tr td:not(.team-header){background-color:#fff}table.light tr:first-child td::before{content:'';background:none;border:0}table.light .header.top-header:first-of-type{border-top-left-radius:2px}table.light.top-headers thead tr td{border-left:0px}table.light.top-headers thead tr td:first-child{border-bottom-left-radius:0;border-left:1px solid #c9d0d4}table.light.top-headers tbody tr td{border-left:0;border-bottom:0}table.light.top-headers tbody tr td:first-child{border-radius:0;border-left:1px solid #c9d0d4}table.light.top-headers tbody tr td:last-child{border-radius:0}table.light.top-headers tbody tr:last-child td{border-bottom:1px solid #c9d0d4}table.light.top-headers tbody tr:last-child td:last-child{border-bottom-right-radius:2px}table.light.top-headers tbody tr:last-child td:first-child{border-bottom-left-radius:2px}table.light.side-headers tr td{width:33.333%}table.light.side-headers tr td:not(.side-header){border-left:0px;border-top:0px}table.light.side-headers tr:first-child td{border-top:1px solid #c9d0d4}table.light.side-headers tr td.side-header{border-right:1px solid #c9d0d4}table.light.dual-headers .blank{border:none;background:transparent}table.light.dual-headers thead tr td{border-right:0}table.light.dual-headers thead tr td:last-child{border-right:1px solid #c9d0d4}table.light.dual-headers tbody tr td{width:33.333%}table.light.dual-headers tbody tr td.header.side-header.team-header{width:51px;min-width:unset;color:#fff;border:0}table.light.dual-headers tbody tr td:not(.side-header){border-right:0;border-top:0}table.light.dual-headers tbody tr td:last-child{border-right:1px solid #c9d0d4}table.light.dual-headers tbody tr:first-child td{border-top:1px solid #c9d0d4}table.light.dual-headers tbody tr:first-child td.header.side-header:not(.team-header){border-top:1px solid #c9d0d4}table.light.dual-headers tbody tr:first-child td:last-of-type{border-radius:0}.article-content-container table,.guides-articles__content table,.universal-ranking__content table,.page-fullwidth table{width:100%;border-radius:2px;margin:0 0 20px 0;box-shadow:none;border-left:0}.article-content-container table tr:nth-child(even) td,.guides-articles__content table tr:nth-child(even) td,.universal-ranking__content table tr:nth-child(even) td,.page-fullwidth table tr:nth-child(even) td{background-color:#fff}.article-content-container table td,.article-content-container table th,.guides-articles__content table td,.guides-articles__content table th,.universal-ranking__content table td,.universal-ranking__content table th,.page-fullwidth table td,.page-fullwidth table th{padding:10px 15px}.article-content-container table th,.guides-articles__content table th,.universal-ranking__content table th,.page-fullwidth table th{color:#1f2426;background-color:#fff;font-family:'Lato Regular';font-size:14px;font-weight:900;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:0.3px;text-align:center;border:0;border-right:1px solid #e3e7e8;border-bottom:1px solid #e3e7e8;position:relative}.article-content-container table th::before,.guides-articles__content table th::before,.universal-ranking__content table th::before,.page-fullwidth table th::before{position:absolute;content:'';width:100%;height:10px;top:100%;left:0;background-image:linear-gradient(to bottom, #e3e7e8, rgba(227,231,232,0))}.article-content-container table th:first-child,.guides-articles__content table th:first-child,.universal-ranking__content table th:first-child,.page-fullwidth table th:first-child{border-left:0}.article-content-container table th:last-child,.guides-articles__content table th:last-child,.universal-ranking__content table th:last-child,.page-fullwidth table th:last-child{border-right:0}.article-content-container table tr:first-child td,.guides-articles__content table tr:first-child td,.universal-ranking__content table tr:first-child td,.page-fullwidth table tr:first-child td{position:relative}.article-content-container table tr:first-child td::before,.guides-articles__content table tr:first-child td::before,.universal-ranking__content table tr:first-child td::before,.page-fullwidth table tr:first-child td::before{position:absolute;content:'';width:100%;height:10px;top:0;left:0;background-image:linear-gradient(to bottom, #e3e7e8, rgba(227,231,232,0))}.article-content-container table td,.guides-articles__content table td,.universal-ranking__content table td,.page-fullwidth table td{background-color:#fafafa;border-bottom:1px solid #e3e7e8;border-right:1px solid #e3e7e8;font-family:'Lato Regular';font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:0.3px;text-align:center;color:#353f42}.article-content-container table td:last-child,.guides-articles__content table td:last-child,.universal-ranking__content table td:last-child,.page-fullwidth table td:last-child{border-right:0}body .container .row blockquote,body.amp-article blockquote,body .container-fluid .row blockquote,body .sidebar-about blockquote{border:0;padding:0;position:relative;margin:40px 0 40px 0;min-height:50px}body .container .row blockquote:after,body.amp-article blockquote:after,body .container-fluid .row blockquote:after,body .sidebar-about blockquote:after{position:absolute;left:6px;top:-22px;content:"";display:block;width:4px;height:12px;background:#e3e7e8}body .container .row blockquote:before,body.amp-article blockquote:before,body .container-fluid .row blockquote:before,body .sidebar-about blockquote:before{position:absolute;left:0;top:-22px;content:"";display:block;width:4px;height:12px;background:#e3e7e8}body .container .row .pullquote,body.amp-article .pullquote,body .container-fluid .row .pullquote,body .sidebar-about .pullquote{float:left;position:relative;min-height:40px;padding:0 42px 0 0}body .container .row .pullquote:after,body.amp-article .pullquote:after,body .container-fluid .row .pullquote:after,body .sidebar-about .pullquote:after{position:absolute;left:6px;top:-22px;content:"";display:block;width:4px;height:12px;background:#e3e7e8}body .container .row .pullquote:before,body.amp-article .pullquote:before,body .container-fluid .row .pullquote:before,body .sidebar-about .pullquote:before{position:absolute;left:0;top:-22px;content:"";display:block;width:4px;height:12px;background:#e3e7e8}body .container .row .pullquote p:last-child,body.amp-article .pullquote p:last-child,body .container-fluid .row .pullquote p:last-child,body .sidebar-about .pullquote p:last-child{margin-bottom:15px}@media only screen and (max-width: 767px){body .container .row .pullquote,body.amp-article .pullquote,body .container-fluid .row .pullquote,body .sidebar-about .pullquote{width:calc(100% - 30px)}body .container .row .pullquote p:last-child,body.amp-article .pullquote p:last-child,body .container-fluid .row .pullquote p:last-child,body .sidebar-about .pullquote p:last-child{margin-bottom:0}}body .container .row blockquote p,body .container .row .pullquote p,body.amp-article blockquote p,body.amp-article .pullquote p,body .container-fluid .row blockquote p,body .container-fluid .row .pullquote p,body .sidebar-about blockquote p,body .sidebar-about .pullquote p{font-family:"Lato Black";font-weight:900;color:#353f42;font-size:34px;line-height:1.45;color:#d72429}body .container .row blockquote p::after,body .container .row .pullquote p::after,body.amp-article blockquote p::after,body.amp-article .pullquote p::after,body .container-fluid .row blockquote p::after,body .container-fluid .row .pullquote p::after,body .sidebar-about blockquote p::after,body .sidebar-about .pullquote p::after{display:block;position:absolute;content:'';background:#e3e7e8;height:1px;top:-16px;right:0px;width:98%}@media only screen and (max-width: 767px){body .container .row blockquote p::after,body .container .row .pullquote p::after,body.amp-article blockquote p::after,body.amp-article .pullquote p::after,body .container-fluid .row blockquote p::after,body .container-fluid .row .pullquote p::after,body .sidebar-about blockquote p::after,body .sidebar-about .pullquote p::after{width:96%}}@media only screen and (max-width: 767px){body .container .row blockquote p,body .container .row .pullquote p,body.amp-article blockquote p,body.amp-article .pullquote p,body .container-fluid .row blockquote p,body .container-fluid .row .pullquote p,body .sidebar-about blockquote p,body .sidebar-about .pullquote p{font-size:28px}}body .container .row .sidebar-about-custom-quote p,body.amp-article .sidebar-about-custom-quote p,body .container-fluid .row .sidebar-about-custom-quote p,body .sidebar-about .sidebar-about-custom-quote p{font-size:20px}body .container .row .sidebar-about-custom-quote p::after,body.amp-article .sidebar-about-custom-quote p::after,body .container-fluid .row .sidebar-about-custom-quote p::after,body .sidebar-about .sidebar-about-custom-quote p::after{right:-9px}body .container .row .highlight-box,body.amp-article .highlight-box,body .container-fluid .row .highlight-box,body .sidebar-about .highlight-box{margin:30px 10px;border-radius:4px;background-color:#fff;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);border:solid 1px #e3e7e8;padding:20px 24px}body .container .row .highlight-box h3,body .container .row .highlight-box .related-post-details .related-title,.related-post-details body .container .row .highlight-box .related-title,body .container .row .highlight-box h4,body .container .row .highlight-box h5,body .container .row .highlight-box .sidebar-title,body .container .row .highlight-box .schedule-listing .schedule-listing-date,.schedule-listing body .container .row .highlight-box .schedule-listing-date,body .container .row .highlight-box .schedule-page .schedule-listing-date,.schedule-page body .container .row .highlight-box .schedule-listing-date,body.amp-article .highlight-box h3,body.amp-article .highlight-box .related-post-details .related-title,.related-post-details body.amp-article .highlight-box .related-title,body.amp-article .highlight-box h4,body.amp-article .highlight-box h5,body.amp-article .highlight-box .sidebar-title,body.amp-article .highlight-box .schedule-listing .schedule-listing-date,.schedule-listing body.amp-article .highlight-box .schedule-listing-date,body.amp-article .highlight-box .schedule-page .schedule-listing-date,.schedule-page body.amp-article .highlight-box .schedule-listing-date,body .container-fluid .row .highlight-box h3,body .container-fluid .row .highlight-box .related-post-details .related-title,.related-post-details body .container-fluid .row .highlight-box .related-title,body .container-fluid .row .highlight-box h4,body .container-fluid .row .highlight-box h5,body .container-fluid .row .highlight-box .sidebar-title,body .container-fluid .row .highlight-box .schedule-listing .schedule-listing-date,.schedule-listing body .container-fluid .row .highlight-box .schedule-listing-date,body .container-fluid .row .highlight-box .schedule-page .schedule-listing-date,.schedule-page body .container-fluid .row .highlight-box .schedule-listing-date,body .sidebar-about .highlight-box h3,body .sidebar-about .highlight-box .related-post-details .related-title,.related-post-details body .sidebar-about .highlight-box .related-title,body .sidebar-about .highlight-box h4,body .sidebar-about .highlight-box h5,body .sidebar-about .highlight-box .sidebar-title,body .sidebar-about .highlight-box .schedule-listing .schedule-listing-date,.schedule-listing body .sidebar-about .highlight-box .schedule-listing-date,body .sidebar-about .highlight-box .schedule-page .schedule-listing-date,.schedule-page body .sidebar-about .highlight-box .schedule-listing-date{margin-top:0}body .container .row .highlight-text,body.amp-article .highlight-text,body .container-fluid .row .highlight-text,body .sidebar-about .highlight-text{margin:40px 10px}body .container .row .highlight-text p,body.amp-article .highlight-text p,body .container-fluid .row .highlight-text p,body .sidebar-about .highlight-text p{margin:0;font-family:"Lato Regular";font-size:24px;font-size:22px;font-style:italic;line-height:1.45;color:#353f42}@media only screen and (max-width: 767px){.sidebar-about{padding-left:64px}}ul,ol{margin-left:40px}@media only screen and (max-width: 992px){ul,ol{line-height:1.78;letter-spacing:0.1px}}@media only screen and (max-width: 767px){ul,ol{font-size:16px;line-height:1.75}}p+ul,p+ol{padding-bottom:20px}li{font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;text-align:left;color:#353f42;margin-bottom:12px}li strong,li b{font-family:"Lato Bold"}ul li{list-style-type:disc}ul li ul,ol li ol{padding-top:14px}ul ul li{list-style-type:circle}ul ul ul li{list-style-type:square}ul ul ul ul li{list-style-type:disc}.list-icons li{list-style-image:none;padding-left:2px}.list-icons li.check{background:url("../images/icon-check.svg") no-repeat 0 0 rgba(255,255,255,0);list-style-type:none;margin-left:-28px;padding-left:28px;vertical-align:middle}.list-icons li.cross{background:url("../images/icon-cross.svg") no-repeat 0 0 rgba(255,255,255,0);list-style-type:none;margin-left:-28px;padding-left:30px;vertical-align:middle}@media only screen and (max-width: 767px){.list-icons li,.list-icons li.checked,.list-icons li.cross{font-size:18px;line-height:1.5;letter-spacing:0.2px;background-position:0 1px}}ol li:before{display:inline-block;padding-right:10px;margin-left:-20px;font-weight:normal;text-align:right;content:counter(number) "."}ol ol>li:before{display:inline-block;padding-right:10px;margin-left:-20px;font-weight:normal;text-align:right;content:counter(letter, lower-alpha) "."}ol ol ol>li:before{display:inline-block;padding-right:10px;margin-left:-20px;font-weight:normal;text-align:right;content:counter(roman, lower-roman) "."}ol ol ol ol>li:before{display:inline-block;padding-right:10px;margin-left:-20px;font-weight:normal;text-align:right;content:counter(number-again) "."}ol li{list-style-type:none;counter-increment:number}ol ol li{list-style-type:none;counter-increment:letter}ol ol ol li{list-style-type:none;counter-increment:roman}ol ol ol ol li{list-style-type:none;counter-increment:number-again}.featuredEventWrapper{padding:0}.featured-event.schedule-event{width:100%;margin-bottom:32px;background-color:transparent;border:0;box-shadow:none}.featured-event.schedule-event .event-time{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:28px;line-height:1.43;text-align:center;margin-bottom:32px}@media only screen and (max-width: 767px){.featured-event.schedule-event .event-time{font-size:26px;line-height:1.31}}.featured-event.schedule-event .event-teams{margin:0 15px;text-transform:uppercase;height:56px;position:relative}.featured-event.schedule-event .event-teams .away-team,.featured-event.schedule-event .event-teams .home-team{text-align:center;line-height:56px;top:0px}.featured-event.schedule-event .event-teams .away-team,.featured-event.schedule-event .event-teams .home-team{position:absolute;width:49%}.featured-event.schedule-event .event-teams .away-team .team-mask,.featured-event.schedule-event .event-teams .home-team .team-mask{width:100%;border-radius:2px;transform:skew(-10deg);box-shadow:0 4px 10px 0 rgba(0,0,0,0.1)}.featured-event.schedule-event .event-teams .away-team .team-mask span,.featured-event.schedule-event .event-teams .home-team .team-mask span{font-family:"Lato Bold";font-size:18px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.44;letter-spacing:0.3px;text-align:center;color:#fff;display:inline-block}.featured-event.schedule-event .event-teams .away-team .team-mask::after,.featured-event.schedule-event .event-teams .home-team .team-mask::after{display:none}.featured-event.schedule-event .event-teams .away-team{left:0px;transform:rotate(180deg);height:0px;top:56px}.featured-event.schedule-event .event-teams .away-team a:hover,.featured-event.schedule-event .event-teams .away-team a:active{text-decoration:none}.featured-event.schedule-event .event-teams .away-team .away-team-name{transform:skew(370deg) rotate(-180deg);display:inline-block}.featured-event.schedule-event .event-teams .home-team{right:0px}.featured-event.schedule-event .event-teams .home-team a:hover,.featured-event.schedule-event .event-teams .home-team a:active{text-decoration:none}.featured-event.schedule-event .event-teams .home-team .home-team-name{transform:skew(370deg)}.featured-event.schedule-event .event-teams .event-vs{width:32px;height:32px;border-radius:100%;background-color:#fff;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);z-index:5;margin:auto;position:relative;top:12px;text-align:center;font-family:'Lato Bold';font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;letter-spacing:0.3px;color:#353f42;line-height:32px}@media (max-width: 767px){.featured-event.schedule-event .event-teams{height:112px;position:relative}.featured-event.schedule-event .event-teams .away-team,.featured-event.schedule-event .event-teams .home-team{text-align:center;line-height:56px;top:56px;position:absolute;width:calc(100% - 24px)}.featured-event.schedule-event .event-teams .away-team{left:0px}.featured-event.schedule-event .event-teams .away-team .away-team-name{font-size:16px}.featured-event.schedule-event .event-teams .home-team{right:0px}.featured-event.schedule-event .event-teams .home-team .away-team-name{font-size:16px}.featured-event.schedule-event .event-teams .event-vs{height:24px;width:24px;font-size:12px;top:42px;line-height:24px}}.featured-event.schedule-event .event-middle{padding:24px 0 41px 0}.featured-event.schedule-event .event-middle .event-post-image{float:left;max-width:330px;margin-right:20px;max-height:226px;overflow:hidden}.featured-event.schedule-event .event-middle .event-post-content{overflow:hidden}.featured-event.schedule-event .event-middle .event-post-content h4{margin-bottom:8px}.featured-event.schedule-event .event-middle .event-post-content h4 a{color:#1f2426}.featured-event.schedule-event .event-middle .event-post-content p{text-align:left;color:#656e73}.featured-event.schedule-event .event-middle .event-post-content .event-readmore a{font-family:"Lato Bold";font-size:16px;letter-spacing:0.3px;text-align:left;color:#1f2426}@media (max-width: 767px){.featured-event.schedule-event .event-middle{padding:24px 15px 40px}.featured-event.schedule-event .event-middle .event-post-image{float:none;max-width:100%;text-align:center;margin-right:0px;margin-bottom:16px}.featured-event.schedule-event .event-middle .event-post-content{text-align:center}.featured-event.schedule-event .event-middle .event-post-content h4{text-align:center}}.event-bottom .event-betting{position:relative}.event-bottom .event-betting .event-betting-name{width:51px;display:inline-block;position:absolute;top:83px;left:-51px}.event-bottom .event-betting .event-betting-name .event-betting-teamname{font-family:'Lato Bold';font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:37px;letter-spacing:0.3px;text-align:center;color:#fff;width:51px;height:37px;display:inline-block}.event-bottom .event-betting .event-betting-name-fe-visability{display:none}@media (max-width: 991px){.event-bottom .event-betting .event-betting-name-fe-visability{display:block}}.event-bottom .event-betting .event-betting-time{width:102px;display:inline-block;position:absolute;top:1px;left:-102px;font-family:'Lato Bold';font-size:13px;font-weight:bold;font-style:normal;font-stretch:normal;color:#1f2426;text-align:center}.event-bottom .event-betting .event-betting-sportbook{position:relative;border-radius:2px;background-color:#fff;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);border:solid 1px #e3e7e8;display:inline-block;margin-right:-4px}.event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-logo{text-align:center;height:46px;line-height:46px;background-color:#e3e7e8}.event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table{border:0;margin:0;box-shadow:none}.event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr th,.event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr td{font-size:12px;font-style:normal;font-stretch:normal;line-height:36px;letter-spacing:0.3px;text-align:center;color:#353f42;height:36px;padding:0;border-right:1px solid #e3e7e8;border-bottom:1px solid #e3e7e8}.event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr th{font-family:'Lato Bold';font-weight:bold;background-color:#c9d0d4;border-top-color:#c9d0d4;border-left:#c9d0d4}.event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr td{font-family:'Lato Regular';font-weight:normal;background-color:#fff;border-top-color:#fff;border-left-color:#fff}.event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr td a{color:#353f42}.event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr th:last-child{border-right-color:#c9d0d4}.event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr td:last-child{border-right-color:#fff}.event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-cta{height:44px;text-align:center}.event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-cta a{font-family:'Lato Bold';font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:44px;letter-spacing:0.3px;color:#10a450;text-decoration:underline}.event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-cta a i{font-weight:bold;margin-left:8px}.event-bottom .event-betting .event-betting-sportbook.first{margin-left:51px}@media (max-width: 991px){.event-bottom .event-betting .event-betting-sportbook{width:calc(100% - 102px);display:block;margin-left:102px;margin-bottom:25px}.event-bottom .event-betting .event-betting-sportbook.first{margin-left:102px}}@media (max-width: 767px){.event-bottom .event-betting .event-betting-sportbook{margin-left:42px;position:relative;width:calc(100% - 42px)}.event-bottom .event-betting .event-betting-sportbook .event-betting-name{width:49px;display:inline-block;position:absolute;top:83px;left:-42px}.event-bottom .event-betting .event-betting-sportbook .event-betting-name .event-betting-teamname{width:42px}.event-bottom .event-betting .event-betting-sportbook .event-betting-time{width:49px;display:inline-block;position:absolute;top:3px;left:-54px;font-size:11px}.event-bottom .event-betting .event-betting-sportbook.first{margin-left:42px}}@media (max-width: 768px){.schedule-listing .no-padding{padding:0}}.schedule-event.previous-matchup{padding-bottom:15px}.schedule-event.previous-matchup .covered-container{overflow:hidden;position:relative}.schedule-event.previous-matchup .covered-container span.no-data-message{font-size:14px;padding:12px 0;font-family:'Lato Regular';display:block;font-style:italic}.schedule-event.previous-matchup .covered-container .covered-banner{display:none}.schedule-event.previous-matchup .covered-container .covered-banner-away,.schedule-event.previous-matchup .covered-container .covered-banner-home{display:block;font-family:'Lato Bold';position:absolute;width:150px;text-align:center;padding:8px;top:15px;color:#fff;font-size:12px;font-weight:bold;letter-spacing:0.5px}.schedule-event.previous-matchup .covered-container .covered-banner-away{transform:rotate(-45deg);left:-42px}.schedule-event.previous-matchup .covered-container .covered-banner-home{transform:rotate(45deg);right:-42px}.schedule-event.previous-matchup .push-container{position:absolute;margin-left:auto;height:24px;margin-right:auto;right:0;left:0;top:-4px;font-size:12px;font-family:'Lato Bold';width:47px;text-align:center;letter-spacing:0.5px;background:#353f42;color:#fff;padding-top:1px}.schedule-event.previous-matchup .push-container:after{border-radius:0 0 0 1px;content:' ';display:inline;border-top:24px solid #353f42;border-right:24px solid transparent;position:absolute;top:0;right:-24px}.schedule-event.previous-matchup .push-container:before{border-radius:0 0 1px 0;content:' ';display:inline;border-top:24px solid #353f42;border-left:24px solid transparent;position:absolute;top:0;left:-24px}.schedule-event.previous-matchup .push-container .fold-behind{position:absolute;left:-24px;top:0;z-index:-1;height:4px;width:95px;background-color:#000}.schedule-event.previous-matchup .push-container .fold-behind:before{content:' ';display:inline;border-top:4px solid black;border-right:4px solid transparent;position:absolute;top:0;left:-4px;transform:rotate(180deg)}.schedule-event.previous-matchup .push-container .fold-behind:after{content:' ';display:inline;border-top:4px solid black;border-right:4px solid transparent;position:absolute;top:0;right:-4px;transform:rotate(-90deg)}.schedule-event.previous-matchup .event-bottom{padding:15px 0 0}.schedule-event.previous-matchup .event-bottom .event-information{margin-bottom:0;margin-top:12px}@media (max-width: 768px){.schedule-event.previous-matchup .event-bottom .event-information{margin-top:18px}}.schedule-event.previous-matchup .event-bottom .event-information .over-under-container{position:absolute;top:10px;padding:2px 4px;height:auto;border-radius:2.3px;color:#fff;font-family:'Lato Bold';font-size:13px;letter-spacing:0.6px;display:inline-block;font-weight:bold}.schedule-event.previous-matchup .event-bottom .event-information .over-under-container.Over{background-color:#10a450}.schedule-event.previous-matchup .event-bottom .event-information .over-under-container.Under{background-color:#d72429}.schedule-event.previous-matchup .event-bottom .event-information .over-under-container i{opacity:0.7;font-size:16px}.schedule-event.previous-matchup .event-bottom .event-information .over-under-container-away{left:15px}.schedule-event.previous-matchup .event-bottom .event-information .over-under-container-home{right:15px}.schedule-event.previous-matchup .event-bottom .event-information .labels-container{display:flex}.schedule-event.previous-matchup .event-bottom .event-information .labels-container .flex-item{flex:1}.schedule-event.previous-matchup .event-bottom .event-information .mobile-covered{position:absolute;display:none;top:10px;text-align:center;padding:1px;border-radius:2px;color:#fff;font-family:'Lato Bold';font-size:9px;padding:2px 4px;letter-spacing:0.4px}.schedule-event.previous-matchup .event-bottom .event-information .mobile-covered.mobile-covered-away{display:block;left:15px}@media (min-width: 768px){.schedule-event.previous-matchup .event-bottom .event-information .mobile-covered.mobile-covered-away{display:none}}.schedule-event.previous-matchup .event-bottom .event-information .mobile-covered.mobile-covered-home{display:block;right:15px}@media (min-width: 768px){.schedule-event.previous-matchup .event-bottom .event-information .mobile-covered.mobile-covered-home{display:none}}.schedule-event.previous-matchup .event-bottom .event-information .home-team-label,.schedule-event.previous-matchup .event-bottom .event-information .away-team-label{font-size:18px;display:inline-block;width:135px}@media (max-width: 768px){.schedule-event.previous-matchup .event-bottom .event-information .home-team-label,.schedule-event.previous-matchup .event-bottom .event-information .away-team-label{font-size:13px}}.schedule-event.previous-matchup .event-bottom .event-information .spread-ou-container{letter-spacing:0.2px;color:#656e73;font-size:14px;border-radius:2px;background-color:#fafafa;border:solid 1px #c9d0d4;padding:4px 12px;display:inline-block;margin-top:14px;margin-bottom:14px}.schedule-event.previous-matchup .event-bottom .event-information .spread-ou-container span.heavy{font-weight:bold;color:#1f2426}.schedule-event.previous-matchup .event-bottom .event-information .spread-ou-container .divider{font-weight:normal;padding:0 6px;color:#656e73}.schedule-event{width:100%;margin-bottom:40px;border-radius:2px;background-color:#f2f4f5;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);border:solid 1px #e3e7e8}.schedule-event .schedule-listing-title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;display:inline-block;font-family:"Lato Bold";text-align:center}@media only screen and (max-width: 992px){.schedule-event .schedule-listing-title{font-size:16px;line-height:1.38}}.schedule-event .select-help{margin:0 0 2px 8px}.schedule-event .event-teams{height:56px;position:relative}.schedule-event .event-teams .away-team,.schedule-event .event-teams .home-team,.schedule-event .event-teams .event-vs{text-align:center;line-height:56px;top:0px}.schedule-event .event-teams .event-vs{font-family:'Lato Regular';font-size:16px;font-weight:400}@media (max-width: 767px){.schedule-event .event-teams .away-team,.schedule-event .event-teams .home-team,.schedule-event .event-teams .event-vs{line-height:38px}}.schedule-event .event-teams .away-team,.schedule-event .event-teams .home-team{position:absolute;width:45%;height:38px}.schedule-event .event-teams .away-team .team-mask,.schedule-event .event-teams .home-team .team-mask{width:100%;border-radius:2px}.schedule-event .event-teams .away-team .team-mask span,.schedule-event .event-teams .home-team .team-mask span{font-family:'Lato Bold';font-size:18px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.44;letter-spacing:0.3px;text-align:center;color:#fff}@media (max-width: 767px){.schedule-event .event-teams .away-team .team-mask span,.schedule-event .event-teams .home-team .team-mask span{font-family:'Lato Bold';font-size:12px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:0.2px;text-align:center;color:#fff}}.schedule-event .event-teams .away-team{left:0px;height:56px}.schedule-event .event-teams .away-team .team-mask:after{background:inherit;content:'';position:absolute;top:0;right:0;height:56px;border-left:15px solid transparent;border-top:56px solid #f2f4f5}.schedule-event .event-teams .away-team .away-team-name{display:inline-block}@media (max-width: 767px){.schedule-event .event-teams .away-team{height:38px}.schedule-event .event-teams .away-team .team-mask:after{background:inherit;content:'';position:absolute;top:0;right:0;height:38px;border-left:15px solid transparent;border-top:38px solid #f2f4f5}.schedule-event .event-teams .away-team .away-team-name{display:inline-block}}.schedule-event .event-teams .home-team{right:0px}.schedule-event .event-teams .home-team .team-mask:after{background:inherit;content:'';position:absolute;top:0;left:0;height:56px;border-left:15px solid #f2f4f5;border-bottom:56px solid transparent}@media (max-width: 767px){.schedule-event .event-teams .home-team{right:0px}.schedule-event .event-teams .home-team .team-mask:after{background:inherit;content:'';position:absolute;top:0;left:0;height:38px;border-left:15px solid #f2f4f5;border-bottom:38px solid transparent}}@media (max-width: 767px){.schedule-event .event-teams{height:38px}}.schedule-event .event-schedule-time{text-align:center;margin:20px 0 0 0}.schedule-event .event-schedule-time .timestamp{font-family:'Lato Bold';font-size:16px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.38;letter-spacing:0.3px;text-align:center;color:#1f2426;margin:0}.schedule-event .event-schedule-time .timezone{font-family:'Lato Bold';font-size:11px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.55;letter-spacing:0.2px;color:#656e73;margin:0}.schedule-event .event-schedule-time .links a{display:inline-block;color:#4197f7;font-weight:bold;font-size:14px;line-height:1.43;letter-spacing:0.3px}.schedule-event .event-schedule-time .links span.spacers{color:#e3e7e8;padding:0 12px}.schedule-event .event-schedule-time .links .both-left{width:100px;display:inline-block;text-align:right}.schedule-event .event-schedule-time .links .both-right{width:100px;display:inline-block;text-align:left}.schedule-event .event-schedule-time .links .only-one{text-align:center}.schedule-event .event-bottom{padding:15px 0;text-align:center}.schedule-event .event-bottom .event-information{font-family:'Lato Regular';margin:10px 0 20px}@media (max-width: 992px){.schedule-event .event-bottom .event-information{margin:0 0 20px}}.schedule-event .event-bottom .event-information .row .no-padding{padding:0 !important}.schedule-event .event-bottom .event-information .row.mobile-vs{margin-bottom:12px}.schedule-event .event-bottom .event-information .mobile-vs span{font-size:14px;line-height:1.43;letter-spacing:0.3px;color:#353f42}.schedule-event .event-bottom .event-information .mobile-vs .away-team-label,.schedule-event .event-bottom .event-information .mobile-vs .home-team-label{text-transform:uppercase;font-size:16px;line-height:1.25;letter-spacing:0.3px}.schedule-event .event-bottom .event-information .row{margin:0}.schedule-event .event-bottom .event-information .home-team-label,.schedule-event .event-bottom .event-information .away-team-label{text-transform:uppercase;margin-top:12px;font-size:21px;font-weight:bold;font-family:'Lato Bold';font-style:normal;font-stretch:normal;line-height:1.24;letter-spacing:0.4px;color:#1f2426}.schedule-event .event-bottom .event-information .game-labels .no-content-spacer{height:28px}@media (max-width: 768px){.schedule-event .event-bottom .event-information .game-labels .no-content-spacer{display:none}}.schedule-event .event-bottom .event-information .game-labels a{display:inline-block;color:#4197f7;font-weight:bold;font-size:14px;line-height:1.43;letter-spacing:0.3px}.schedule-event .event-bottom .event-information .game-labels span.spacers{color:#e3e7e8;padding:0 12px}.schedule-event .event-bottom .event-information .game-labels .kick-off-label{display:inline-block;font-size:18px;line-height:1.44;letter-spacing:0.3px;margin-bottom:6px;text-transform:uppercase}@media (max-width: 768px){.schedule-event .event-bottom .event-information .game-labels .kick-off-label{font-size:16px}}@media (max-width: 500px){.schedule-event .event-bottom .event-information .game-labels .kick-off-label{margin-bottom:0}}.schedule-event .event-bottom .event-information .game-labels .kick-off-label span{text-transform:capitalize;font-weight:bold;font-family:'Lato Bold'}.schedule-event .event-bottom .event-information .game-labels .kick-off-label span.winner{font-weight:bold}.schedule-event .event-bottom .event-information .game-labels .time-label{color:#656e73;font-size:18px;line-height:0.89;letter-spacing:0.4px;padding-left:4px}@media (max-width: 500px){.schedule-event .event-bottom .event-information .game-labels .time-label{margin-top:4px;margin-bottom:10px}}.schedule-event .event-bottom .event-betting.matchup-schedule-odds .event-betting-sportbook.first{margin-left:68px}@media only screen and (max-width: 768px){.schedule-event .event-bottom .event-betting.matchup-schedule-odds .event-betting-sportbook.first{margin-left:48px}}.schedule-event .event-bottom .event-betting{position:relative}@media only screen and (max-width: 1200px){.schedule-event .event-bottom .event-betting{white-space:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:touch;overflow-y:hidden}}.schedule-event .event-bottom .event-betting .event-betting-name{width:51px;display:inline-block;position:absolute;top:83px;left:-51px}.schedule-event .event-bottom .event-betting .event-betting-name .event-betting-teamname{font-family:'Lato Bold';font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:37px;letter-spacing:0.3px;text-align:center;color:#fff;width:51px;height:37px;display:inline-block}.schedule-event .event-bottom .event-betting .event-betting-sportbook{position:relative;border-radius:2px;background-color:#fff;box-shadow:none;border:solid 1px #c9d0d4;display:inline-block;margin-right:-4px}.schedule-event .event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-logo{text-align:center;height:46px;line-height:46px;background-color:#e3e7e8}.schedule-event .event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table{border:0;margin:0;box-shadow:none}.schedule-event .event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr th,.schedule-event .event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr td{font-size:12px;font-style:normal;font-stretch:normal;line-height:36px;letter-spacing:0.3px;text-align:center;color:#353f42;height:36px;padding:0;border-right:1px solid #e3e7e8;border-bottom:1px solid #e3e7e8}.schedule-event .event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr th{font-family:'Lato Bold';font-weight:bold;background-color:#c9d0d4;border-top-color:#c9d0d4;border-left:#c9d0d4;font-size:14px}.schedule-event .event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr td{font-family:'Lato Regular';font-weight:normal;background-color:#fff;border-top-color:#fff;border-left-color:#fff}.schedule-event .event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr th:last-child{border-right-color:#c9d0d4}.schedule-event .event-bottom .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr td:last-child{border-right-color:#fff}.schedule-event .event-bottom .event-betting .event-betting-sportbook.first{margin-left:65px;border-right-color:#b7bec2}@media (max-width: 991px){.schedule-event .event-bottom .event-betting .event-betting-sportbook{margin-left:0px}}@media (max-width: 767px){.schedule-event .event-bottom .event-betting .event-betting-sportbook .event-betting-name{width:49px;display:inline-block;position:absolute;top:83px;left:-42px}.schedule-event .event-bottom .event-betting .event-betting-sportbook .event-betting-name .event-betting-teamname{width:42px}.schedule-event .event-bottom .event-betting .event-betting-sportbook.first{margin-left:48px}}@media (max-width: 1200px){.schedule-event .event-bottom .event-betting .event-betting-sportbook .event-betting-name .event-betting-teamname{display:block}}.content-container .fader{display:none}@media (max-width: 767px){main .schedule-page.container{padding-left:0;padding-right:0}main .schedule-page.container .schedule-event .event-bottom .event-betting.matchup-schedule-odds .event-betting-sportbook{margin-left:0}main .schedule-page.container .schedule-event .event-bottom .event-betting.matchup-schedule-odds .event-betting-sportbook.first{margin-left:46px}.content-container .fader{background-image:linear-gradient(to right, rgba(255,255,255,0), rgba(242,244,245,0.5), #e3e7e8);display:block;position:absolute;right:6px;top:56px;width:60px;height:212px;pointer-events:none;z-index:5}.content-container .fader:after{content:'';position:absolute;top:0;right:-5px;width:6px;height:212px;background-color:#e3e7e8}}.component-container{margin:8px 20px 20px;border-radius:2px;background-color:#fff;border:solid 1px #c9d0d4;font-family:'Lato Bold';font-weight:bold}@media (max-width: 768px){.component-container{margin:8px 6px 20px}}.component-container .event-betting-teamname{color:#fff;font-size:14px;font-weight:700;line-height:37px;letter-spacing:.3px;height:100%;width:51px;display:inline-block;position:absolute}.component-container .predicted-score-top .event-betting-teamname{position:absolute !important}.component-container .predicted-score-top .event-betting-teamname-away{left:0}.component-container .predicted-score-top .event-betting-teamname-home{right:0}.component-container .consensus-header .event-betting-teamname-away,.component-container .consensus-header .event-betting-teamname-home{position:initial}.component-container .consensus-header .event-betting-teamname-away:after,.component-container .consensus-header .event-betting-teamname-home:after{width:2px;height:100%;opacity:0.2;content:' ';position:absolute;top:0}.component-container .consensus-header .event-betting-teamname-away{position:initial}.component-container .consensus-header .event-betting-teamname-away:after{background-image:linear-gradient(to right, #656e73, #1f2426);left:49px}.component-container .consensus-header .event-betting-teamname-home{position:initial}.component-container .consensus-header .event-betting-teamname-home:after{background-image:linear-gradient(to left, #656e73, #1f2426);right:49px}.component-container .predicted-score-top,.component-container .consensus-header{display:flex;border-bottom:1px solid #e3e7e8;height:37px;width:100%;position:relative}.component-container .predicted-score-top .event-betting-teamname,.component-container .predicted-score-top .away-percentage,.component-container .predicted-score-top .home-percentage,.component-container .predicted-score-top .center-label,.component-container .consensus-header .event-betting-teamname,.component-container .consensus-header .away-percentage,.component-container .consensus-header .home-percentage,.component-container .consensus-header .center-label{display:inline-block}.component-container .predicted-score-top span,.component-container .consensus-header span{line-height:38px;font-size:14px;flex:none}.component-container .predicted-score-top span.score,.component-container .consensus-header span.score{flex:2}.component-container .predicted-score-top .home-percentage,.component-container .predicted-score-top .away-percentage,.component-container .consensus-header .home-percentage,.component-container .consensus-header .away-percentage{flex:2}.component-container .predicted-score-top .home-percentage span,.component-container .predicted-score-top .away-percentage span,.component-container .consensus-header .home-percentage span,.component-container .consensus-header .away-percentage span{color:#fff;width:60%;min-width:46px;display:inline-block;height:100%}.component-container .predicted-score-top .home-percentage span span,.component-container .predicted-score-top .away-percentage span span,.component-container .consensus-header .home-percentage span span,.component-container .consensus-header .away-percentage span span{margin:6px -2px;height:26px;width:100%;display:inline-block;line-height:28px;font-style:italic;border-radius:2px;letter-spacing:0.3px}.component-container .predicted-score-top .home-percentage span,.component-container .consensus-header .home-percentage span{float:right}.component-container .predicted-score-top .away-percentage span,.component-container .consensus-header .away-percentage span{float:left}.component-container .predicted-score-top span.center-label,.component-container .consensus-header span.center-label{width:45px;display:inline-block}.component-container .predicted-score-bottom{height:74px;width:100%}.component-container .predicted-score-bottom{font-size:33px;line-height:74px;letter-spacing:0.6px;color:#1f2426}.component-container .predicted-score-bottom span{font-family:"Lato Regular";font-weight:400}.component-container .predicted-score-bottom strong{font-family:"Lato Bold"}.component-container .consensus-stats,.component-container .consensus-overunder{height:37px;display:flex;border-bottom:1px solid #e3e7e8;padding:0 20px}@media (max-width: 500px){.component-container .consensus-stats,.component-container .consensus-overunder{padding:0 8px}}.component-container .consensus-stats span,.component-container .consensus-overunder span{flex:none;line-height:34px;font-weight:normal;font-size:14px}.component-container .consensus-stats span strong,.component-container .consensus-overunder span strong{margin:0 12px}.component-container .consensus-stats .away-percentage,.component-container .consensus-stats .home-percentage,.component-container .consensus-overunder .away-percentage,.component-container .consensus-overunder .home-percentage{flex:2}.component-container .consensus-stats .away-percentage span,.component-container .consensus-overunder .away-percentage span{color:#fff;float:right;width:60%;min-width:34px;display:inline-block;height:100%}.component-container .consensus-stats .away-percentage span span,.component-container .consensus-overunder .away-percentage span span{margin:8px 0;height:22px;width:100%;font-size:10px;letter-spacing:0.2px;font-weight:bold;display:inline-block;text-align:left;padding-left:8px;line-height:22px;border-radius:2px}.component-container .consensus-stats .home-percentage span,.component-container .consensus-overunder .home-percentage span{color:#353f42;float:left;width:90%;min-width:38px;display:inline-block;height:100%}.component-container .consensus-stats .home-percentage span span,.component-container .consensus-overunder .home-percentage span span{margin:8px 0;height:22px;width:100%;font-size:10px;letter-spacing:0.2px;padding-right:8px;text-align:right;font-weight:bold;display:inline-block;line-height:22px;border-radius:2px}.component-container .consensus-overunder span{font-weight:normal;font-size:14px}.component-container .consensus-overunder span:nth-of-type(3) strong{margin:0 0 0 4px}.component-container .consensus-overunder span strong{margin:0 4px 0 0}.component-container .consensus-overunder .consenus-sides,.component-container .consensus-stats .consenus-sides{width:25px;display:block;font-family:"Lato Regular";font-weight:400}.component-container .consensus-overunder .consenus-sides strong,.component-container .consensus-stats .consenus-sides strong{font-family:"Lato Bold"}.component-container .consensus-overunder .consenus-center,.component-container .consensus-stats .consenus-center{width:42px;display:block;font-family:"Lato Regular";font-weight:400;margin:0}.component-container .consensus-overunder .consenus-center strong,.component-container .consensus-stats .consenus-center strong{font-family:"Lato Bold";margin:0}.component-container .consensus-overunder .away-percentage span span.majority,.component-container .consensus-stats .away-percentage span span.majority{color:#fff;background-image:linear-gradient(to left, rgba(101,110,115,0.6), rgba(31,36,38,0.6))}.component-container .consensus-overunder .away-percentage span span.minority,.component-container .consensus-stats .away-percentage span span.minority{background-image:linear-gradient(to left, rgba(101,110,115,0.2), rgba(31,36,38,0.2));color:#353f42}.component-container .consensus-overunder .home-percentage span span.majority,.component-container .consensus-stats .home-percentage span span.majority{color:#fff;background-image:linear-gradient(to right, rgba(101,110,115,0.6), rgba(31,36,38,0.6))}.component-container .consensus-overunder .home-percentage span span.minority,.component-container .consensus-stats .home-percentage span span.minority{background-image:linear-gradient(to right, rgba(101,110,115,0.2), rgba(31,36,38,0.2));color:#353f42}.icon div,.icon-center div{display:inline-block;background-image:url("/app/themes/SportsBettingDime/dist/images/SBD_icon_sprites.png");height:47px;width:45px;background-size:calc(578px / 2.25) calc(510px / 2.25)}.icon .sprite-dollar,.icon-center .sprite-dollar{background-position:212px 0}.icon .sprite-betting-tips,.icon-center .sprite-betting-tips{background-position:168px 0}.icon .sprite-bitcoin,.icon-center .sprite-bitcoin{background-position:0 0}.icon .sprite-bonuses-explained,.icon-center .sprite-bonuses-explained{background-position:124px 0}.sprite{display:inline-block;margin-bottom:-3px}@media only screen and (max-width: 480px){.sprite{margin-bottom:-6px}}.sprite div{height:25px;width:25px;background-image:url("/app/themes/SportsBettingDime/dist/images/SBD_icon_sprites.png");background-size:calc(578px / 2) calc(510px / 2)}.sprite .sprite-entertainment,.sprite .sprite-default{background-position:-13px 190px}.sprite .sprite-nba{background-position:466px 142px}.sprite .sprite-ncaab{background-position:-162px 397px}.sprite .sprite-mlb{background-position:-13px 142px}.sprite .sprite-nfl{background-position:-62px 92px}.sprite .sprite-soccer{background-position:365px 241px}.sprite .sprite-boxing,.sprite .sprite-mma{background-position:515px 143px}.sprite .sprite-golf{background-position:466px 192px}.sprite .sprite-ncaaf{background-position:-12px 348px}.sprite .sprite-nhl{background-position:415px 192px}.sprite .sprite-esport{background-position:515px 192px}.sprite .sprite-tennis{background-position:76px 192px}.sprite .sprite-rated{background-position:-163px 92px}.sprite .sprite-ranked,.sprite .sprite-betting-tips{background-position:-112px 93px}.footer-sprite .sprite{vertical-align:middle;margin:0 15px 10px;background-image:url("/app/themes/SportsBettingDime/dist/images/sbd-footer-spritesheet.png")}.footer-sprite .sprite-gambling-gamecare{height:58px;width:40px;background-position:-64px 156px}.footer-sprite .sprite-gambling-18{height:60px;width:65px;background-position:2px 156px}.footer-sprite .sprite-gambling-21{height:60px;width:65px;background-position:-206px 156px}.footer-sprite .sprite-gambling-therapy{height:36px;width:100px;background-position:-112px 142px}.footer-sprite .sprite-gambling-aware{height:34px;width:181px;background-position:-5px -58px}.footer-sprite .sprite-gambling-anonymous{height:34px;width:55px;background-position:-207px -53px}.footer-sprite .sprite-gambling-ncp{height:34px;width:140px;background-position:4px -108px}article.container .sidebar-related .sidebar-title,.sidebar-related .sidebar-title,.sidebar-title{margin:0}.sidebar-title-underline{width:100%;height:4px;background-image:linear-gradient(97deg, #d72429, #b61e22);margin-top:8px;margin-bottom:22px}.sk-folding-cube{margin:20px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#959fa3;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:0.3s;animation-delay:0.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:0.6s;animation-delay:0.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:0.9s;animation-delay:0.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);opacity:1}90%,100%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);opacity:1}90%,100%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}.ats-record-table{position:relative}.ats-record-table--mlbfix:after{box-shadow:none !important}.ats-record-table--mlbfix .event-table{width:100%}.ats-record-table--mlbfix .event-table .white-text{color:#fff}.ats-record-table .event-table{margin:0}.ats-record-table .ats-record-teamname{width:53px;position:absolute;left:0px;height:37px;font-family:'Lato Bold';font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:37px;letter-spacing:0.3px;text-align:center;color:#fff}.ats-record-table .ats-record-teamname.away{top:38px}.ats-record-table .ats-record-teamname.home{top:75px}.ats-record-table table{width:calc(100% - 52px);float:right;border-radius:2px}.ats-record-table table tr{height:36px}.ats-record-table table th,.ats-record-table table td{padding:8px}.ats-record-table table th{background-color:#e3e7e8;border:solid 1px #c9d0d4;font-family:'Lato Bold';font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:0.3px;text-align:center;color:#353f42}.ats-record-table table td{border:solid 1px #c9d0d4;font-family:'Lato Regular';font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:0.3px;text-align:center;color:#353f42}.sportsbooks-top-3-squared{overflow:hidden;border-radius:4px;background-position:top left;background-repeat:no-repeat;background-size:cover;position:relative;width:100%;min-height:240px}.sportsbooks-top-3-squared .link-mask{width:100%;height:100%;position:absolute;z-index:3;display:block}.sportsbooks-top-3-squared .content{width:100%;height:100%;position:absolute}.sportsbooks-top-3-squared .content .rank-container{z-index:2;position:absolute;top:20px;left:-4px;width:49.7px;height:44px}.sportsbooks-top-3-squared .content .rank-container .rank{background-color:#d72429;box-shadow:0 3px 8px 0 rgba(0,0,0,0.5);transform:skew(-10deg);overflow:hidden}.sportsbooks-top-3-squared .content .rank-container .rank span{display:inline-block;transform:skew(370deg)}.sportsbooks-top-3-squared .content .rank-container .rank:before{content:' ';position:absolute;width:2px;height:43px;right:0;bottom:0px;border-radius:0 4px 4px 0;background-color:#b61e22}.sportsbooks-top-3-squared .content .rank-container .rank:after{content:' ';transform:skew(-10deg);position:absolute;width:49.7px;height:2px;left:0;bottom:0px;border-radius:0 0 4px 0;background-color:#b61e22;box-shadow:0 3px 8px 0 rgba(0,0,0,0.5)}.sportsbooks-top-3-squared .content .rank-container .rank,.sportsbooks-top-3-squared .content .rank-container .rank span{vertical-align:baseline;font-family:'Lato Bold';font-style:normal;color:#fff;padding-top:3px;top:30px;font-size:22px;font-weight:bold;line-height:1.45;letter-spacing:0.3px;text-align:center;width:49.7px;height:44px;border-radius:0 4.4px 4.4px 0}.sportsbooks-top-3-squared .content .labels{z-index:5;color:#fff;width:40%;position:absolute;left:16px;bottom:18px;font-family:'Lato Bold';font-weight:bold;line-height:1.45;letter-spacing:0.3px}.sportsbooks-top-3-squared .content .labels .book-title{font-size:22px}.sportsbooks-top-3-squared .content .labels .bonus{font-size:12px;display:inline}.sportsbooks-top-3-squared .content .labels .rating{margin-top:8px}.sportsbooks-top-3-squared .content .labels .rating i{font-size:18px;padding-right:3px}.sportsbooks-top-3-squared .content .sportbook-buttons-cta{z-index:3;position:absolute;right:16px;bottom:16px;width:52%;max-width:165px;text-align:right}.sportsbooks-top-3-squared .content .sportbook-buttons-cta .bet-now a{display:block}.sportsbooks-top-3-squared .content .sportbook-buttons-cta .terms-and-conditions-text,.sportsbooks-top-3-squared .content .sportbook-buttons-cta .read-review{margin-top:13px;font-size:14px;display:inline-block;margin-right:6px}.sportsbooks-top-3-squared .content .sportbook-buttons-cta .terms-and-conditions-text a,.sportsbooks-top-3-squared .content .sportbook-buttons-cta .read-review a{opacity:0.6;font-family:'Lato Regular';text-decoration:underline;line-height:1.29;letter-spacing:0.2px;text-align:right;color:#fff}@media (max-width: 1199px){.sportsbooks-top-3-squared .content .sportbook-buttons-cta .terms-and-conditions-text{margin-top:0;display:block}.sportsbooks-top-3-squared .content .sportbook-buttons-cta .read-review{display:block;margin-top:10px}}.sportsbooks-top-3-squared .content .logo{z-index:3;position:absolute;top:23px;right:15px}.sportsbooks-top-3-squared .mask{border-radius:4px;z-index:1;position:absolute;width:100%;height:100%;background-blend-mode:multiply;background-image:linear-gradient(rgba(31,36,38,0.75), rgba(31,36,38,0.75))}.btposth{margin-bottom:30px;margin-left:30px;display:list-item;line-height:16px}.btposth a{color:black}.btposth a h2{font-size:16px;display:inline-block}#ticker-wrapper{height:78px;position:relative;overflow-y:hidden;display:flex;background-color:#000}@media only screen and (max-width: 992px){#ticker-wrapper{display:block;height:112px}}#ticker-wrapper.fixed{position:sticky;top:0;z-index:999}#ticker-wrapper .ticker-loader{display:none;width:100%;align-items:center;background-color:#000}#ticker-wrapper .ticker-loader>div{width:18px;height:18px}#ticker-wrapper .no-data-message{display:flex;align-items:center;font-weight:bold;font-family:"Lato Bold";font-size:16px;color:#fff}@media only screen and (max-width: 767px){#ticker-wrapper .no-data-message{top:60px;position:absolute;line-height:0;left:8px}}#ticker-wrapper .labels-container{margin-left:24px;background-color:#000;z-index:1;height:100%;display:flex;align-items:center;font-size:14px;letter-spacing:0.3px;color:#fff}@media only screen and (max-width: 992px){#ticker-wrapper .labels-container{position:relative;height:auto;width:inherit}}#ticker-wrapper .labels-container .upcoming-label{display:none;font-family:"Lato Bold"}@media only screen and (max-width: 992px){#ticker-wrapper .labels-container .upcoming-label{margin-left:-2px;display:inline-block}}#ticker-wrapper .labels-container select{background:url("data:image/svg+xml;charset=utf-8,       <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'>         <polygon points='0,0 80,0 40,50' style='fill:white;'/>       </svg>");-moz-appearance:none;-webkit-appearance:none;appearance:none;font-weight:700;font-family:"Lato Bold";background-repeat:no-repeat;background-size:0.575em auto;background-position-x:calc(100% - 6px);background-position-y:12px;background-color:#1f2426;border-radius:2px;border:none;outline:none;line-height:24px;text-align:left;height:28px;margin:0;padding:0 22px 0 6px;transform:scale(0.875);transform-origin:center left;font-size:16px}#ticker-wrapper .labels-container select option{font-family:"Lato Bold"}@media only screen and (max-width: 992px){#ticker-wrapper .labels-container{margin-left:6px;margin-top:6px}}#ticker{display:flex;align-items:center;background-color:#000;white-space:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:touch;overflow-y:hidden;width:100%;color:#fff;height:78px;padding-top:7px;padding-bottom:7px;font-family:"Lato Bold";font-weight:bold;font-style:normal;font-stretch:normal;scrollbar-width:none;-ms-overflow-style:none}#ticker::-webkit-scrollbar{width:0;height:0}@media only screen and (max-width: 992px){#ticker{height:84px;margin-left:0;padding-top:0}}#ticker .controls{position:absolute;top:0;display:flex;align-items:center;height:100%;z-index:2;padding-right:24px;opacity:0;transition:opacity 0.2s ease-in}#ticker .controls .previous-games-arrow{width:15px}#ticker .controls .previous-games-arrow i{font-size:42px}#ticker .controls .left-shadow{height:100%;width:120px;top:0;bottom:0;z-index:-1;right:-75px;position:absolute;background-image:linear-gradient(to right, #000, rgba(0,0,0,0))}#ticker .scrollable-wrapper{height:100%;display:flex;align-items:center}#ticker .scrollable-wrapper:after{content:'';height:100%;width:8px;display:block}#ticker .scrollable-wrapper .date-container{display:flex;align-items:center}#ticker .scrollable-wrapper .date-container:first-child .game-date{margin-left:20px}@media only screen and (max-width: 992px){#ticker .scrollable-wrapper .date-container:first-child .game-date{margin-left:10px}}#ticker .later-games-arrow{position:absolute;right:0;top:0;background-image:linear-gradient(to left, #000, rgba(0,0,0,0));padding:16px 24px;height:78px;text-align:right;min-width:120px;display:flex;align-items:center;justify-content:flex-end;transition:opacity 0.3s ease}#ticker .later-games-arrow i{font-size:42px}#ticker .previous-games-arrow:hover,#ticker .later-games-arrow:hover{cursor:pointer}#ticker .game-date{top:-9px;margin:0 40px;text-align:center}#ticker .game-date+.game-container{margin-left:0}#ticker .game-date .weekday-label{font-size:14px;line-height:1.43;letter-spacing:0.3px;color:#e3e7e8;font-weight:400;font-family:"Lato Regular"}#ticker .game-date .day-label{font-size:22px;font-family:"Lato Bold";font-weight:700;line-height:1.45;letter-spacing:0.3px;color:#fff;display:inline-block;padding-right:5px}#ticker .game-date .month-label{font-size:17px;line-height:1.47;letter-spacing:0.3px;color:#e3e7e8;font-weight:400;font-family:"Lato Regular";display:inline-block}#ticker .game-container{height:64px;overflow:hidden;position:relative;min-width:165px;font-size:13px;margin-left:6px;border-radius:2px}#ticker .game-container .game-hovered{top:0;left:0;width:100%;height:100%;position:absolute;border-radius:2px}#ticker .game-container .game-hovered:hover{border:1px solid #e3e7e8}#ticker .game-container .game-container-link{color:#fff;height:100%;outline:none;display:block;font-family:"Lato Bold";border-radius:2px;text-decoration:none}#ticker .game-container .game-time{line-height:0;color:#fff;height:18px;display:flex;font-weight:700;font-family:"Lato Bold";font-size:10px;align-items:center;padding-left:8px;border-radius:2px 2px 0 0;letter-spacing:0.2px;background-color:#1f2426}#ticker .game-container .game-grid{line-height:0;height:46px;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;border-top:1px solid #000}#ticker .game-container .game-grid--moneyline{grid-template-columns:1fr 2fr;-ms-grid-columns:1fr 2fr}#ticker .game-container .game-grid .game-grid-teams{display:grid;-ms-grid-row:1;border-right:1px solid #000;border-radius:0 0 0 2px;-ms-grid-column:1;background-color:#17191a}#ticker .game-container .game-grid .game-grid-teams .game-grid-team{padding:0 8px;display:flex;min-height:1.75em;align-items:center}#ticker .game-container .game-grid .game-grid-teams .game-grid-team-home{border-top:0px}#ticker .game-container .game-grid .game-grid-points{display:grid;-ms-grid-row:1;-ms-grid-column:2;-ms-grid-row-span:2;background-color:#17191a;border-right:1px solid #000}#ticker .game-container .game-grid .game-grid-points .game-grid-point{color:#10a450;display:flex;padding:0 8px;min-height:1.75em;align-items:center;justify-content:flex-end}#ticker .game-container .game-grid .game-grid-points .game-grid-point--center{justify-content:center}#ticker .game-container .game-grid .game-grid-total{display:flex;align-items:center;border-radius:0 0 2px 0;justify-content:center;background-color:#17191a}@media only screen and (max-width: 992px){#ticker .game-date{margin:1px 10px 0 16px}#ticker .controls{display:none}#ticker .later-games-arrow{display:none !important}}@media (hover: none){.controls{display:none}.later-games-arrow{display:none !important}}.grouped-button-row-container{font-family:'Lato Bold';font-size:11px;font-weight:bold;font-style:normal;line-height:1.45;letter-spacing:0.5px;color:#656e73;margin-bottom:24px}.grouped-button-row-container .label{font-family:'Lato Regular';font-size:14px;font-weight:normal;line-height:1.43;letter-spacing:0.3px;color:#959fa3;margin-right:8px}@media (max-width: 500px){.grouped-button-row-container .label{margin:0;padding-bottom:10px;display:block}}.grouped-button-row-container .selections{max-width:100%;cursor:pointer;background-color:#fff;display:inline-flex;border:solid 1px #e3e7e8;border-radius:3px;margin-right:8px;text-align:center}@media (max-width: 992px){.grouped-button-row-container .selections{margin-bottom:0px}}@media (max-width: 500px){.grouped-button-row-container .selections{display:block;margin:0}}.grouped-button-row-container .selections .selected{background-color:#656e73;color:#fff}.grouped-button-row-container .selections .selection{transition:all 0.15s;border-right:1px solid #e3e7e8;padding:6px 12px;height:100%;text-transform:uppercase}@media (max-width: 500px){.grouped-button-row-container .selections .selection{border:none}}.grouped-button-row-container .selections .selection:last-of-type{border-right:none}.grouped-button-row-container .selections .selection:hover{background-color:#f2f4f5}.grouped-button-row-container .selections .selection.selected:hover{background-color:#656e73}.tooltip_templates{display:none}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#1f2426}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border,.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#1f2426}.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box{text-align:left;border-radius:4px;background-color:#1f2426;width:209px;font-family:'Lato Regular';font-size:14px;font-weight:normal;line-height:1.43;letter-spacing:0.3px;border:none}.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content{padding:13px 18px}.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content div{color:#959fa3;font-weight:normal}.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content span{display:inline-block;margin-bottom:5px;font-weight:bold;color:#fff}.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content a{color:#fff}.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized.header-only-tooltip .tooltipster-content{text-align:center;padding-bottom:4px}.page .author-bio-full{margin-top:-40px}.author-bio-full{border:1px solid #e3e7e8;margin-bottom:60px;padding:20px}.author-bio-full .author-container{padding:0 0 0 120px;position:relative}.author-bio-full .author-container .author-image{position:absolute;left:0;top:0;width:100px;height:auto}.author-bio-full .author-container .author-image img{border-radius:4px;width:100px;height:auto}.author-bio-full .author-container span.name{font-size:18px;margin-bottom:10px;font-weight:bold;font-family:"Lato Bold";display:block}.author-bio-full .author-container span.name a{color:#1f2426}.author-bio-full .author-container span.name a:hover{color:#1f2426}.author-bio-full .author-container .description{min-height:60px;margin-bottom:20px}.author-bio-full .author-container .description p{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;color:#959fa3}.author-bio-full .author-container .description p a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.author-bio-full .author-container .description p{font-size:12px;line-height:1.83}}.author-bio-full .divider{padding:0 20px;width:100%;border-bottom:3px solid #d72429;margin-bottom:16px}.author-bio-full .social-accounts{margin-bottom:-10px}.author-bio-full .social-accounts span{padding:0 10px}.author-bio-full .social-accounts span a:hover{color:transparent}.author-bio-full .social-accounts span a i{transition:color 0.15s;color:#353f42;font-size:20px}.author-bio-full .social-accounts span a i:hover.icon-facebook{color:#3b5998}.author-bio-full .social-accounts span a i:hover.icon-twitter{color:#049ff6}@media (max-width: 500px){.author-bio-full .author-container{padding:0}.author-bio-full .author-container .author-image{position:initial;margin:20px auto}.author-bio-full .author-container .description{min-height:0px}.author-bio-full span.name{text-align:center}.author-bio-full .description{text-align:center}.author-bio-full .social-accounts{text-align:center}}.author-article-bio{background-color:#f2f4f5;padding:20px 0;display:flex;clear:both;position:relative}.author-article-bio .article-bio-container{flex:1;margin-left:20px}.author-article-bio .author-bio-img img{width:100px;height:auto;border-bottom:4px solid #b61e22}.author-article-bio .author-bio-badges{display:flex;flex-wrap:wrap;margin-bottom:12px}.author-article-bio .author-bio-occupation{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;margin:6px 0 0 0;color:#b61e22;text-transform:uppercase;font-weight:bold;font-family:"Lato Bold";display:flex;align-items:center}.author-article-bio .author-bio-occupation a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.author-article-bio .author-bio-occupation{font-size:12px;line-height:1.83}}.author-article-bio .author-bio-badge{margin:6px 8px 0 0;text-transform:uppercase;font-family:"Lato Bold";font-weight:bold;font-size:11px;line-height:0;letter-spacing:0.5px;display:flex;justify-content:center;align-items:center;padding:0 12px;height:20px;display:flex;justify-content:center;color:#fff;position:relative;z-index:1}.author-article-bio .author-bio-badge:before{content:'';position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;transform:skew(-12deg);box-shadow:1px 2px 6px 0 rgba(0,0,0,0.4);background-color:#656e73}.author-article-bio .author-bio-badge:first-of-type{margin-left:0}.author-article-bio .author-bio-badge:nth-last-of-type(2){margin-right:10px}.author-article-bio .name{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:28px;line-height:1.43;color:#353f42}@media only screen and (max-width: 767px){.author-article-bio .name{font-size:26px;line-height:1.31}}.author-article-bio .description p{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;margin:0}.author-article-bio .description p a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.author-article-bio .description p{font-size:12px;line-height:1.83}}.author-article-bio .social-accounts{position:absolute;top:20px;right:20px}.author-article-bio .social-accounts span{margin-left:10px}.author-article-bio .social-accounts span i{font-size:20px}.author-article-bio .social-accounts span a:hover{text-decoration:none}@media only screen and (max-width: 767px){.author-article-bio .social-accounts{top:15px;right:15px}}@media only screen and (max-width: 767px){.author-article-bio{border-left:none;border-right:none;padding:15px;display:block}.author-article-bio .author-bio-img img{width:48px;margin-right:10px;display:block;float:left}.author-article-bio .author-bio-occupation{margin:0 0 6px 0}.author-article-bio .article-bio-container{margin-left:10px}}.hot-streak{position:relative}.hot-streak-wrapper{text-align:center;margin-top:10px;margin-bottom:40px;font-family:'Lato Bold';font-weight:bold;font-style:normal;font-stretch:normal}.hot-streak-wrapper .team-banner{max-width:100%;text-align:center;padding:24px 80px;display:inline-block;margin-bottom:48px;border-radius:4px;letter-spacing:normal;text-align:center;color:#fff;text-transform:uppercase;transform:skew(-10deg);overflow:hidden}.hot-streak-wrapper .team-banner h1{line-height:1.38;font-size:32px;display:inline-block;color:#fff;transform:skew(370deg)}@media (max-width: 992px){.hot-streak-wrapper .team-banner{margin-top:30px;padding:16px 38px}.hot-streak-wrapper .team-banner h1{font-size:22px}}@media (max-width: 767px){.hot-streak-wrapper .team-banner{margin-bottom:32px}.hot-streak-wrapper .team-banner h1{font-size:16px}}.hot-streak-wrapper .hot-streak .hot-streak-bar-wrapper{height:20px;position:relative;transform:skew(-10deg);margin-bottom:10px}.hot-streak-wrapper .hot-streak .hot-streak-bar-wrapper .hot-streak-bar{width:100%;transition:width 0.75s ease-out;z-index:1;position:absolute;right:0;top:-2px;box-sizing:content-box;border-top:4px solid white;border-bottom:4px solid white;height:13px;border-radius:0 3px 3px 0;background-color:#e3e7e8;width:100%}.hot-streak-wrapper .hot-streak .hot-streak-bar-wrapper .hot-streak-bar .indicator{display:inline-block;transform:skew(370deg);position:absolute;left:-8px;top:-20px}@media (max-width: 767px){.hot-streak-wrapper .hot-streak .hot-streak-bar-wrapper .hot-streak-bar{height:8px}}.hot-streak-wrapper .hot-streak .hot-streak-bar-wrapper .hot-streak-bar-fill{position:relative;width:99.9%;height:16px;border-radius:3px;background-image:linear-gradient(to right, #4197f7, #297dd3 15%, #3d72bf 27%, #5b64a3 39%, #7c5382 50%, #9d4161 61%, #bb3345 73%, #cf2831 85%, #d72429)}@media (max-width: 767px){.hot-streak-wrapper .hot-streak .hot-streak-bar-wrapper .hot-streak-bar-fill{height:12px}}.hot-streak-wrapper .hot-streak .hot-streak{display:inline-block}@media (max-width: 767px){.hot-streak-wrapper .hot-streak .hot-streak{display:block}}.hot-streak-wrapper .hot-streak .hot-streak-badge{margin:0 3px;transform:skew(-10deg);padding:2px 10px;display:inline-block;font-size:14px;line-height:1.43;letter-spacing:0.3px;border-radius:4px;color:#fff;background-color:#d72429;text-transform:uppercase}.hot-streak-wrapper .hot-streak .hot-streak-badge span{display:inline-block;transform:skew(370deg)}.hot-streak-wrapper .hot-streak .hot-streak-label{font-size:14px;margin-left:16px;display:inline-block}@media (max-width: 767px){.hot-streak-wrapper .hot-streak .hot-streak-label{margin-left:0;margin-top:6px}}.positive-earnings{color:#10a450}.negitive-earnings{color:#d72429}.single-teams .background-header--standard{height:210px}@media only screen and (max-width: 992px){.single-teams .background-header--standard{height:100px}}.single-teams .background-header__mask{height:100px}@media only screen and (max-width: 992px){.single-teams .background-header__mask{height:40px}}.single-teams .hero-header-standard-container{padding:20px 15px 0 15px}.single-teams .main{background-color:#fff;border-radius:4px;padding-top:15px}@media only screen and (max-width: 767px){.single-teams .main{border-radius:0}}.content-concealed{max-height:350px;overflow:hidden;position:relative;display:block;transition:max-height 2s ease-in}.content-fader{height:120px;width:100%;top:230px;position:absolute;background-image:linear-gradient(to top, #fff, rgba(255,255,255,0.25))}.see-more-content{display:inline-block;cursor:pointer;opacity:0.9;font-family:"Lato Bold";font-weight:bold;line-height:1.44;letter-spacing:0.3px;margin-top:20px;margin-bottom:40px}.see-more-content i{font-size:14px;top:-2px;position:relative;margin-left:2px}@media (max-width: 767px){.see-more-content{text-align:center}}@media (min-width: 992px){.content-concealed{max-height:unset;margin-bottom:40px}.content-fader,.see-more-content{display:none}}span.team-pill{color:#fff;display:inline-block;cursor:pointer;line-height:1.14;letter-spacing:0.3px;font-size:14px;padding:2px 0;opacity:0.9;min-width:38px;border-radius:2px;font-weight:bold;text-align:center}.select-help{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:12px;line-height:1.5;font-family:"Lato Bold";font-weight:bold;vertical-align:middle;color:#353f42;position:relative;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;width:20px;height:20px;background-color:#fff;border:solid 1px #e3e7e8;border-radius:50%}.select-help a{font-family:"Lato Regular"}@media (max-width: 992px){.select-help{margin-top:10px;margin-bottom:10px}}.select-help.tooltip-betting-streak{margin-left:6px;position:absolute;top:34px;right:0}@media (max-width: 992px){.select-help.tooltip-betting-streak{top:15px}}.select-help.tooltip-betting-score,.select-help.tooltip-betting-money-results{margin-left:6px}@media (max-width: 992px){.select-help.tooltip-betting-score,.select-help.tooltip-betting-money-results{margin:0 0 0 6px}}.tooltipster-base{z-index:15 !important}.error-box{margin:40px auto;background-color:#e3e7e8;border-radius:10px;padding:10px 15px;text-align:center}@media screen and (max-width: 768px){.error-box{width:80%}}@media screen and (min-width: 769px){.error-box{width:100%}}.error-box p{margin:0}.fake-h2{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:28px;line-height:1.43;text-align:center;margin-top:-10px;margin-bottom:50px}@media only screen and (max-width: 767px){.fake-h2{font-size:26px;line-height:1.31}}.updated-at-header .last-updated{font-family:"Lato Regular";font-size:14px;font-style:italic;color:#959fa3;margin-bottom:20px}.updated-at-header h1{margin-bottom:0}@media (min-width: 768px){.hexagon{animation:pop .2s;animation-delay:2s;-webkit-animation:pop .2s;-webkit-animation-delay:2s}.hexagon.mini{animation-name:null}.indicator{-webkit-animation-duration:.4s;-webkit-animation-fill-mode:forwards;-webkit-animation-delay:1.5s;animation-duration:.4s;animation-fill-mode:forwards;animation-delay:1.5s}.score,.rating{-webkit-animation-duration:.2s;-webkit-animation-fill-mode:forwards;-webkit-animation-delay:1.5s;animation-duration:.2s;animation-fill-mode:forwards;animation-delay:1.5s}.segment{-webkit-animation-duration:.2s;-webkit-animation-fill-mode:forwards;animation-duration:.2s;animation-fill-mode:forwards}.segment.segment-1{animation-delay:1s}.segment.segment-2{animation-delay:1.1s}.segment.segment-3{animation-delay:1.2s}.segment.segment-4{animation-delay:1.3s}}@media (max-width: 767px){.hexagon{animation:pop .2s;animation-delay:1s;-webkit-animation:pop .2s;-webkit-animation-delay:1s}.hexagon.mini{animation-name:null}.indicator{-webkit-animation-duration:.4s;-webkit-animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-duration:.4s;animation-fill-mode:forwards;animation-delay:1s}.score,.rating{-webkit-animation-duration:.2s;-webkit-animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-duration:.2s;animation-fill-mode:forwards;animation-delay:1s}.segment{-webkit-animation-duration:.2s;-webkit-animation-fill-mode:forwards;animation-duration:.2s;animation-fill-mode:forwards}.segment.segment-1{animation-delay:.5s}.segment.segment-2{animation-delay:.6s}.segment.segment-3{animation-delay:.7s}.segment.segment-4{animation-delay:.8s}}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes appear{100%{transform:scale(1)}}.hexagon{position:relative;width:340px;height:400px}.hexagon.mini h2{font-size:72px}.hexagon.mini .score{bottom:44%}.hexagon.mini .score span{display:none}.hexagon.mini .rating{bottom:26%}.hexagon.mini .rating i{font-size:30px}.hexagon img{height:100%;width:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.hexagon img:nth-of-type(3){z-index:3}.hexagon .rating,.hexagon .score{transform:scale(0);animation-name:appear}.hexagon h2{font-size:48px;font-family:"Lato Black";font-weight:900;color:#fff;text-align:center;line-height:1}.hexagon .rating{position:absolute;bottom:24%;width:100%;display:flex;z-index:3}.hexagon .rating ul{margin:0 auto 6px;padding:0;z-index:2}.hexagon .rating ul li{display:inline-block;padding:0 0.03em;list-style-type:none}.hexagon .rating ul li i{font-size:26px;color:#f7a941}.hexagon .score{color:white;font-size:46px;font-weight:bold;width:100%;text-align:center;position:absolute;bottom:42%;z-index:2}.hexagon .score span{color:#d0d0d0;font-size:16px;display:block;letter-spacing:4.7px;line-height:1;margin-top:4px;font-family:"Lato Black";font-weight:900}.hexagon .indicator{opacity:0;position:absolute;width:50px;height:50px}.hexagon .inner{position:absolute;width:100%;height:100%;transform:scale(0.99);overflow:hidden;z-index:2}@keyframes slide-in-indicator-1{100%{opacity:1;transform:translateY(calc(-1 * 2.8px))}}.hexagon .inner .indicator-1{animation-name:slide-in-indicator-1;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-2{100%{opacity:1;transform:translateY(calc(-1 * 5.6px))}}.hexagon .inner .indicator-2{animation-name:slide-in-indicator-2;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-3{100%{opacity:1;transform:translateY(calc(-1 * 8.4px))}}.hexagon .inner .indicator-3{animation-name:slide-in-indicator-3;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-4{100%{opacity:1;transform:translateY(calc(-1 * 11.2px))}}.hexagon .inner .indicator-4{animation-name:slide-in-indicator-4;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-5{100%{opacity:1;transform:translateY(calc(-1 * 14px))}}.hexagon .inner .indicator-5{animation-name:slide-in-indicator-5;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-6{100%{opacity:1;transform:translateY(calc(-1 * 16.8px))}}.hexagon .inner .indicator-6{animation-name:slide-in-indicator-6;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-7{100%{opacity:1;transform:translateY(calc(-1 * 19.6px))}}.hexagon .inner .indicator-7{animation-name:slide-in-indicator-7;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-8{100%{opacity:1;transform:translateY(calc(-1 * 22.4px))}}.hexagon .inner .indicator-8{animation-name:slide-in-indicator-8;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-9{100%{opacity:1;transform:translateY(calc(-1 * 25.2px))}}.hexagon .inner .indicator-9{animation-name:slide-in-indicator-9;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-10{100%{opacity:1;transform:translateY(calc(-1 * 28px))}}.hexagon .inner .indicator-10{animation-name:slide-in-indicator-10;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-11{100%{opacity:1;transform:translateY(calc(-1 * 30.8px))}}.hexagon .inner .indicator-11{animation-name:slide-in-indicator-11;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-12{100%{opacity:1;transform:translateY(calc(-1 * 33.6px))}}.hexagon .inner .indicator-12{animation-name:slide-in-indicator-12;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-13{100%{opacity:1;transform:translateY(calc(-1 * 36.4px))}}.hexagon .inner .indicator-13{animation-name:slide-in-indicator-13;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-14{100%{opacity:1;transform:translateY(calc(-1 * 39.2px))}}.hexagon .inner .indicator-14{animation-name:slide-in-indicator-14;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-15{100%{opacity:1;transform:translateY(calc(-1 * 42px))}}.hexagon .inner .indicator-15{animation-name:slide-in-indicator-15;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-16{100%{opacity:1;transform:translateY(calc(-1 * 44.8px))}}.hexagon .inner .indicator-16{animation-name:slide-in-indicator-16;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-17{100%{opacity:1;transform:translateY(calc(-1 * 47.6px))}}.hexagon .inner .indicator-17{animation-name:slide-in-indicator-17;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-18{100%{opacity:1;transform:translateY(calc(-1 * 50.4px))}}.hexagon .inner .indicator-18{animation-name:slide-in-indicator-18;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-19{100%{opacity:1;transform:translateY(calc(-1 * 53.2px))}}.hexagon .inner .indicator-19{animation-name:slide-in-indicator-19;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-20{100%{opacity:1;transform:translateY(calc(-1 * 56px))}}.hexagon .inner .indicator-20{animation-name:slide-in-indicator-20;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-21{100%{opacity:1;transform:translateY(calc(-1 * 58.8px))}}.hexagon .inner .indicator-21{animation-name:slide-in-indicator-21;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-22{100%{opacity:1;transform:translateY(calc(-1 * 61.6px))}}.hexagon .inner .indicator-22{animation-name:slide-in-indicator-22;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-23{100%{opacity:1;transform:translateY(calc(-1 * 64.4px))}}.hexagon .inner .indicator-23{animation-name:slide-in-indicator-23;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-24{100%{opacity:1;transform:translateY(calc(-1 * 67.2px))}}.hexagon .inner .indicator-24{animation-name:slide-in-indicator-24;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-25{100%{opacity:1;transform:translateY(calc(-1 * 70px))}}.hexagon .inner .indicator-25{animation-name:slide-in-indicator-25;opacity:0;bottom:33%;left:12%}@keyframes slide-in-indicator-26{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 0px))}}.hexagon .inner .indicator-26{animation-name:slide-in-indicator-26;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-27{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 2.91667px))}}.hexagon .inner .indicator-27{animation-name:slide-in-indicator-27;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-28{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 5.83333px))}}.hexagon .inner .indicator-28{animation-name:slide-in-indicator-28;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-29{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 8.75px))}}.hexagon .inner .indicator-29{animation-name:slide-in-indicator-29;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-30{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 11.66667px))}}.hexagon .inner .indicator-30{animation-name:slide-in-indicator-30;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-31{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 14.58333px))}}.hexagon .inner .indicator-31{animation-name:slide-in-indicator-31;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-32{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 17.5px))}}.hexagon .inner .indicator-32{animation-name:slide-in-indicator-32;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-33{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 20.41667px))}}.hexagon .inner .indicator-33{animation-name:slide-in-indicator-33;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-34{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 23.33333px))}}.hexagon .inner .indicator-34{animation-name:slide-in-indicator-34;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-35{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 26.25px))}}.hexagon .inner .indicator-35{animation-name:slide-in-indicator-35;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-36{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 29.16667px))}}.hexagon .inner .indicator-36{animation-name:slide-in-indicator-36;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-37{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 32.08333px))}}.hexagon .inner .indicator-37{animation-name:slide-in-indicator-37;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-38{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 35px))}}.hexagon .inner .indicator-38{animation-name:slide-in-indicator-38;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-39{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 37.91667px))}}.hexagon .inner .indicator-39{animation-name:slide-in-indicator-39;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-40{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 40.83333px))}}.hexagon .inner .indicator-40{animation-name:slide-in-indicator-40;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-41{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 43.75px))}}.hexagon .inner .indicator-41{animation-name:slide-in-indicator-41;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-42{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 46.66667px))}}.hexagon .inner .indicator-42{animation-name:slide-in-indicator-42;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-43{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 49.58333px))}}.hexagon .inner .indicator-43{animation-name:slide-in-indicator-43;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-44{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 52.5px))}}.hexagon .inner .indicator-44{animation-name:slide-in-indicator-44;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-45{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 55.41667px))}}.hexagon .inner .indicator-45{animation-name:slide-in-indicator-45;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-46{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 58.33333px))}}.hexagon .inner .indicator-46{animation-name:slide-in-indicator-46;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-47{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 61.25px))}}.hexagon .inner .indicator-47{animation-name:slide-in-indicator-47;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-48{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 64.16667px))}}.hexagon .inner .indicator-48{animation-name:slide-in-indicator-48;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-49{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 67.08333px))}}.hexagon .inner .indicator-49{animation-name:slide-in-indicator-49;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-50{100%{opacity:1;transform:rotate(60deg) translateY(calc(-1 * 70px))}}.hexagon .inner .indicator-50{animation-name:slide-in-indicator-50;opacity:0;top:24%;left:14%;transform:rotate(60deg)}@keyframes slide-in-indicator-51{100%{opacity:1;transform:rotate(-60deg) translateY(0px)}}.hexagon .inner .indicator-51{animation-name:slide-in-indicator-51;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-52{100%{opacity:1;transform:rotate(-60deg) translateY(2.91667px)}}.hexagon .inner .indicator-52{animation-name:slide-in-indicator-52;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-53{100%{opacity:1;transform:rotate(-60deg) translateY(5.83333px)}}.hexagon .inner .indicator-53{animation-name:slide-in-indicator-53;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-54{100%{opacity:1;transform:rotate(-60deg) translateY(8.75px)}}.hexagon .inner .indicator-54{animation-name:slide-in-indicator-54;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-55{100%{opacity:1;transform:rotate(-60deg) translateY(11.66667px)}}.hexagon .inner .indicator-55{animation-name:slide-in-indicator-55;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-56{100%{opacity:1;transform:rotate(-60deg) translateY(14.58333px)}}.hexagon .inner .indicator-56{animation-name:slide-in-indicator-56;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-57{100%{opacity:1;transform:rotate(-60deg) translateY(17.5px)}}.hexagon .inner .indicator-57{animation-name:slide-in-indicator-57;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-58{100%{opacity:1;transform:rotate(-60deg) translateY(20.41667px)}}.hexagon .inner .indicator-58{animation-name:slide-in-indicator-58;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-59{100%{opacity:1;transform:rotate(-60deg) translateY(23.33333px)}}.hexagon .inner .indicator-59{animation-name:slide-in-indicator-59;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-60{100%{opacity:1;transform:rotate(-60deg) translateY(26.25px)}}.hexagon .inner .indicator-60{animation-name:slide-in-indicator-60;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-61{100%{opacity:1;transform:rotate(-60deg) translateY(29.16667px)}}.hexagon .inner .indicator-61{animation-name:slide-in-indicator-61;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-62{100%{opacity:1;transform:rotate(-60deg) translateY(32.08333px)}}.hexagon .inner .indicator-62{animation-name:slide-in-indicator-62;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-63{100%{opacity:1;transform:rotate(-60deg) translateY(35px)}}.hexagon .inner .indicator-63{animation-name:slide-in-indicator-63;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-64{100%{opacity:1;transform:rotate(-60deg) translateY(37.91667px)}}.hexagon .inner .indicator-64{animation-name:slide-in-indicator-64;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-65{100%{opacity:1;transform:rotate(-60deg) translateY(40.83333px)}}.hexagon .inner .indicator-65{animation-name:slide-in-indicator-65;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-66{100%{opacity:1;transform:rotate(-60deg) translateY(43.75px)}}.hexagon .inner .indicator-66{animation-name:slide-in-indicator-66;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-67{100%{opacity:1;transform:rotate(-60deg) translateY(46.66667px)}}.hexagon .inner .indicator-67{animation-name:slide-in-indicator-67;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-68{100%{opacity:1;transform:rotate(-60deg) translateY(49.58333px)}}.hexagon .inner .indicator-68{animation-name:slide-in-indicator-68;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-69{100%{opacity:1;transform:rotate(-60deg) translateY(52.5px)}}.hexagon .inner .indicator-69{animation-name:slide-in-indicator-69;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-70{100%{opacity:1;transform:rotate(-60deg) translateY(55.41667px)}}.hexagon .inner .indicator-70{animation-name:slide-in-indicator-70;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-71{100%{opacity:1;transform:rotate(-60deg) translateY(58.33333px)}}.hexagon .inner .indicator-71{animation-name:slide-in-indicator-71;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-72{100%{opacity:1;transform:rotate(-60deg) translateY(61.25px)}}.hexagon .inner .indicator-72{animation-name:slide-in-indicator-72;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-73{100%{opacity:1;transform:rotate(-60deg) translateY(64.16667px)}}.hexagon .inner .indicator-73{animation-name:slide-in-indicator-73;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-74{100%{opacity:1;transform:rotate(-60deg) translateY(67.08333px)}}.hexagon .inner .indicator-74{animation-name:slide-in-indicator-74;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-75{100%{opacity:1;transform:rotate(-60deg) translateY(70px)}}.hexagon .inner .indicator-75{animation-name:slide-in-indicator-75;opacity:0;right:34%;top:13%;transform:rotate(-60deg)}@keyframes slide-in-indicator-76{100%{opacity:1;transform:translateY(-70px)}}.hexagon .inner .indicator-76{animation-name:slide-in-indicator-76;opacity:0;transform:translateY(-70px);right:9%;bottom:30%}@keyframes slide-in-indicator-77{100%{opacity:1;transform:translateY(-67.08333px)}}.hexagon .inner .indicator-77{animation-name:slide-in-indicator-77;opacity:0;transform:translateY(-70px);right:9%;bottom:30%}@keyframes slide-in-indicator-78{100%{opacity:1;transform:translateY(-64.16667px)}}.hexagon .inner .indicator-78{animation-name:slide-in-indicator-78;opacity:0;transform:translateY(-70px);right:9%;bottom:30%}@keyframes slide-in-indicator-79{100%{opacity:1;transform:translateY(-61.25px)}}.hexagon .inner .indicator-79{animation-name:slide-in-indicator-79;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-80{100%{opacity:1;transform:translateY(-58.33333px)}}.hexagon .inner .indicator-80{animation-name:slide-in-indicator-80;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-81{100%{opacity:1;transform:translateY(-55.41667px)}}.hexagon .inner .indicator-81{animation-name:slide-in-indicator-81;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-82{100%{opacity:1;transform:translateY(-52.5px)}}.hexagon .inner .indicator-82{animation-name:slide-in-indicator-82;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-83{100%{opacity:1;transform:translateY(-49.58333px)}}.hexagon .inner .indicator-83{animation-name:slide-in-indicator-83;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-84{100%{opacity:1;transform:translateY(-46.66667px)}}.hexagon .inner .indicator-84{animation-name:slide-in-indicator-84;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-85{100%{opacity:1;transform:translateY(-43.75px)}}.hexagon .inner .indicator-85{animation-name:slide-in-indicator-85;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-86{100%{opacity:1;transform:translateY(-40.83333px)}}.hexagon .inner .indicator-86{animation-name:slide-in-indicator-86;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-87{100%{opacity:1;transform:translateY(-37.91667px)}}.hexagon .inner .indicator-87{animation-name:slide-in-indicator-87;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-88{100%{opacity:1;transform:translateY(-35px)}}.hexagon .inner .indicator-88{animation-name:slide-in-indicator-88;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-89{100%{opacity:1;transform:translateY(-32.08333px)}}.hexagon .inner .indicator-89{animation-name:slide-in-indicator-89;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-90{100%{opacity:1;transform:translateY(-29.16667px)}}.hexagon .inner .indicator-90{animation-name:slide-in-indicator-90;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-91{100%{opacity:1;transform:translateY(-26.25px)}}.hexagon .inner .indicator-91{animation-name:slide-in-indicator-91;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-92{100%{opacity:1;transform:translateY(-23.33333px)}}.hexagon .inner .indicator-92{animation-name:slide-in-indicator-92;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-93{100%{opacity:1;transform:translateY(-20.41667px)}}.hexagon .inner .indicator-93{animation-name:slide-in-indicator-93;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-94{100%{opacity:1;transform:translateY(-17.5px)}}.hexagon .inner .indicator-94{animation-name:slide-in-indicator-94;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-95{100%{opacity:1;transform:translateY(-14.58333px)}}.hexagon .inner .indicator-95{animation-name:slide-in-indicator-95;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-96{100%{opacity:1;transform:translateY(-11.66667px)}}.hexagon .inner .indicator-96{animation-name:slide-in-indicator-96;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-97{100%{opacity:1;transform:translateY(-8.75px)}}.hexagon .inner .indicator-97{animation-name:slide-in-indicator-97;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-98{100%{opacity:1;transform:translateY(-5.83333px)}}.hexagon .inner .indicator-98{animation-name:slide-in-indicator-98;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-99{100%{opacity:1;transform:translateY(-2.91667px)}}.hexagon .inner .indicator-99{animation-name:slide-in-indicator-99;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}@keyframes slide-in-indicator-100{100%{opacity:1;transform:translateY(0px)}}.hexagon .inner .indicator-100{animation-name:slide-in-indicator-100;opacity:0;transform:translateY(-70px);right:9%;bottom:33%}.hexagon .inner .segment{width:100%;height:100%;position:absolute;animation-name:appear;transform:scale(0)}.article-grid{display:flex;flex-wrap:wrap;margin:0 0 32px}.article-grid__content-container{position:absolute;bottom:22px;left:24px;max-width:200px}.article-grid__title{text-shadow:0 1px 0 rgba(0,0,0,0.3);font-family:"Lato Bold";font-size:20px;font-weight:bold;line-height:1.2;letter-spacing:0.2px;color:#fff;margin:18px 0 14px;display:block}.article-grid__title:hover,.article-grid__title:focus{color:#fff}.article-grid__badge{position:relative;z-index:2}.article-grid__meta{z-index:2;font-family:"Lato Bold";font-size:12px;font-weight:bold;line-height:1.5;letter-spacing:0.2px;color:#fff}.article-grid__author:hover,.article-grid__author:focus{color:#d72429}.article-grid__date{display:block}.article-grid__mask{display:block;position:absolute;top:0;bottom:0;left:0;right:0;background-position:center;background-size:cover;background-repeat:no-repeat}.article-grid__mask:before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;background-image:linear-gradient(to bottom, rgba(0,0,0,0), #000),linear-gradient(230deg, rgba(0,0,0,0.1), #000)}.article-grid__item{overflow:hidden;color:#fff;min-height:234px;border-radius:4px;position:relative;min-width:calc(25% - 10px);margin:0 10px 10px 0;flex:1}.article-grid__item:nth-of-type(4){margin:0 0 10px 0}.article-grid__item:nth-of-type(8){margin:0 0 10px 0}@media (max-width: 1199px){.article-grid__item{min-width:calc(33.33333% - 10px)}.article-grid__item:nth-of-type(1){margin:0 10px 10px 0}.article-grid__item:nth-of-type(2){margin:0 10px 10px 0}.article-grid__item:nth-of-type(3){margin:0 10px 10px 0;margin:0 0 10px}.article-grid__item:nth-of-type(4){margin:0 10px 10px 0}.article-grid__item:nth-of-type(5){margin:0 10px 10px 0}.article-grid__item:nth-of-type(6){margin:0 10px 10px 0;margin:0 0 10px}.article-grid__item:nth-of-type(7){margin:0 10px 10px 0;display:none}.article-grid__item:nth-of-type(8){margin:0 10px 10px 0;display:none}}@media (max-width: 992px){.article-grid__item{min-width:calc(50% - 10px)}.article-grid__item:nth-of-type(1){margin:0 10px 10px 0}.article-grid__item:nth-of-type(2){margin:0 10px 10px 0;margin:0 0 10px}.article-grid__item:nth-of-type(3){margin:0 10px 10px 0}.article-grid__item:nth-of-type(4){margin:0 10px 10px 0;margin:0 0 10px}.article-grid__item:nth-of-type(5){margin:0 10px 10px 0;display:none}.article-grid__item:nth-of-type(6){margin:0 10px 10px 0;display:none}.article-grid__item:nth-of-type(7){margin:0 10px 10px 0;display:none}.article-grid__item:nth-of-type(8){margin:0 10px 10px 0;display:none}.article-grid__content-container{max-width:180px}}@media (max-width: 600px){.article-grid{flex-direction:column}.article-grid__item:nth-of-type(1){margin:0 0 10px 0}.article-grid__item:nth-of-type(2){margin:0 0 10px 0}.article-grid__item:nth-of-type(3){margin:0 0 10px 0}.article-grid__item:nth-of-type(4){margin:0 0 10px 0;display:none}.article-grid__item:nth-of-type(5){margin:0 0 10px 0;display:none}.article-grid__item:nth-of-type(6){margin:0 0 10px 0;display:none}.article-grid__item:nth-of-type(7){margin:0 0 10px 0;display:none}.article-grid__item:nth-of-type(8){margin:0 0 10px 0;display:none}.article-grid__content-container{max-width:240px}}.article-grid-excerpts{margin:0 0 32px;display:grid;grid-template-columns:1fr 1fr}.article-grid-excerpts__item{border-top:1px solid #e3e7e8;padding-top:24px;position:relative}.article-grid-excerpts__item:first-child,.article-grid-excerpts__item:nth-child(2){border-top:none;padding-top:0}.article-grid-excerpts__item:nth-of-type(1){margin:0 30px 24px 0;grid-column:1;-ms-grid-column:1;-ms-grid-row:1}.article-grid-excerpts__item:nth-of-type(2){margin:0 0 24px 0;grid-column:2;grid-row:1;-ms-grid-column:2;-ms-grid-row:1}.article-grid-excerpts__item:nth-of-type(3){margin:0 30px 0 0;grid-column:1;grid-row:2;-ms-grid-column:1;-ms-grid-row:2}.article-grid-excerpts__item:nth-of-type(4){margin:0;grid-column:2;grid-row:2;-ms-grid-column:2;-ms-grid-row:2}.article-grid-excerpts__item--featured{grid-row-start:1;grid-row-end:3;display:flex;flex-direction:column}.article-grid-excerpts__item--featured ~ div:nth-of-type(2){grid-column:2;grid-row:1;-ms-grid-column:2;-ms-grid-row:1}.article-grid-excerpts__item--featured ~ div:nth-of-type(3){margin:0 30px 0 0;grid-column:1;grid-row:3;-ms-grid-column:1;-ms-grid-row:3}.article-grid-excerpts__item--featured ~ div:nth-of-type(4){margin:0 0 24px 0;grid-column:2;grid-row:2;-ms-grid-column:2;-ms-grid-row:2}.article-grid-excerpts__item--featured ~ div:nth-of-type(5){margin:0 0 24px 0;grid-column:2;grid-row:3;-ms-grid-column:2;-ms-grid-row:3}.article-grid-excerpts__item--featured ~ div:nth-of-type(6){margin:0 30px 0 0;grid-column:1;grid-row:4}.article-grid-excerpts__title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;padding-bottom:18px;display:block}@media only screen and (max-width: 992px){.article-grid-excerpts__title{font-size:16px;line-height:1.38}}.article-grid-excerpts__title--featured{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58;padding-bottom:12px}@media only screen and (max-width: 767px){.article-grid-excerpts__title--featured{font-size:22px;line-height:1.36}}.article-grid-excerpts__title:hover,.article-grid-excerpts__title:focus{color:#1f2426}.article-grid-excerpts__image{float:right;display:block;margin:0 0 24px 20px;background-repeat:no-repeat;background-size:cover;background-position:center center;border-radius:4px}.article-grid-excerpts__image--featured{float:none;width:100%;height:210px;margin:0 0 16px 0;position:relative}.article-grid-excerpts__link-mask{width:100%;height:100%;display:block}.article-grid-excerpts__badge{position:absolute;bottom:24px;left:24px}.article-grid-excerpts__book-logo{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.article-grid-excerpts__gradient{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;opacity:0.35}.article-grid-excerpts__excerpt{font-family:"Lato Regular";font-size:14px;line-height:1.64;letter-spacing:0.2px;color:#656e73}.article-grid-excerpts__meta{font-family:"Lato Bold";font-size:12px;font-weight:bold;line-height:1.5;letter-spacing:0.2px;color:#959fa3;margin-top:auto;padding-top:18px}.article-grid-excerpts__meta span{display:inline-block}.article-grid-excerpts__meta a{margin:0 6px 0 2px}.article-grid-excerpts__dot{margin:0 3px;font-size:14px}@media (max-width: 767px){.article-grid-excerpts{grid-template-columns:1fr}.article-grid-excerpts__item:nth-child(1){margin:0 0 30px 0;grid-column:1;grid-row:1;-ms-grid-row:1;-ms-grid-column:1}.article-grid-excerpts__item:nth-child(2){border-top:1px solid #e3e7e8;padding-top:24px;margin:0;grid-row:2;grid-column:1;-ms-grid-row:2;-ms-grid-column:1}.article-grid-excerpts__item:nth-child(n+3){display:none}.article-grid-excerpts__item--featured{grid-column:1;grid-row:1}.article-grid-excerpts__item--featured ~ div:nth-of-type(2){grid-column:1;grid-row:3;-ms-grid-column:1;-ms-grid-row:3}}.article-thumbnails{display:flex;margin:0 0 32px;position:relative}.article-thumbnails__item{border-top:1px solid #e3e7e8;padding-top:24px;margin-right:29px;flex:1}.article-thumbnails__item:last-of-type{margin-right:0}.article-thumbnails__image-wrapper{border-radius:4px;height:184px;width:100%;position:relative;background-position:center;background-repeat:no-repeat;background-size:cover}.article-thumbnails__image{position:absolute;bottom:24px;left:24px}.article-thumbnails__link-mask{width:100%;height:100%;position:absolute}.article-thumbnails__title{display:block;font-family:"Lato Bold";font-size:14px;font-weight:bold;line-height:1.43;text-align:center;color:#b61e22;text-transform:uppercase;margin:18px 0 2px}.article-thumbnails__title:hover,.article-thumbnails__title:focus{text-decoration:none;color:#b61e22}.article-thumbnails__desc{display:block;font-family:"Lato Regular";font-size:14px;line-height:1.64;letter-spacing:0.2px;text-align:center;color:#656e73}.article-thumbnails__desc:hover,.article-thumbnails__desc:focus{text-decoration:none;color:#656e73}@media (max-width: 991px){.article-thumbnails{display:flex}.article-thumbnails__item{margin:15px;flex:1}.article-thumbnails__item:first-of-type{margin-left:0}.article-thumbnails__item:nth-of-type(3){margin-right:0}}@media (max-width: 767px){.article-thumbnails__item:nth-of-type(2){margin-right:0}.article-thumbnails__item:nth-of-type(3){display:none}}@media (max-width: 500px){.article-thumbnails__item{margin:0}.article-thumbnails__item:nth-of-type(2){display:none}}.article-thumbnails-small{display:flex;margin:0 0 32px;position:relative}.article-thumbnails-small__item{padding-top:24px;margin-right:30px;flex:1}.article-thumbnails-small__item:last-of-type{margin-right:0}.article-thumbnails-small__item:hover,.article-thumbnails-small__item:focus{color:#1f2426}.article-thumbnails-small__image{height:96px;background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:4px}.article-thumbnails-small__title{margin-top:10px;display:block;font-family:"Lato Bold";font-size:16px;font-weight:bold;line-height:1.5;letter-spacing:0.3px;color:#1f2426}@media (max-width: 767px){.article-thumbnails-small__item:nth-of-type(3){margin-right:0}.article-thumbnails-small__item:nth-of-type(4){display:none}}@media (max-width: 550px){.article-thumbnails-small__item:nth-of-type(2){margin-right:0}.article-thumbnails-small__item:nth-of-type(3){display:none}}.article-updates{margin:0 0 32px}.article-updates__item{border-bottom:1px solid #e3e7e8;padding:12px 0}.article-updates__item:first-child{padding-top:0}.article-updates__item:last-of-type{border-bottom:none;padding-bottom:0}.article-updates__date{font-size:12px;line-height:1.5;font-family:"Lato Bold";color:#959fa3}.article-updates__title{font-family:"Lato Bold";font-weight:bold;font-size:14px;line-height:1.43;letter-spacing:0.3px;display:block;color:#1f2426}.article-updates__title:hover,.article-updates__title:focus{color:#1f2426}.crypto-card{box-shadow:0 0 8px 0 rgba(0,0,0,0.12);background-color:#fff;padding:6px 14px 6px 24px;border-top:1px solid #e3e7e8;border-right:1px solid #e3e7e8;border-bottom:1px solid #e3e7e8;position:relative;margin:0 0 32px}.crypto-card:after{content:'';position:absolute;top:0;bottom:0;left:0;width:10px;height:100%;background-color:#f6a841}.crypto-card__row{min-height:32px;display:flex;flex-direction:row}.crypto-card__row--right-text{justify-content:flex-end}.crypto-card__column{display:flex;align-items:center}.crypto-card__column--pricing{flex:1}.crypto-card__price{font-family:"Lato Bold"}.crypto-card__pairing{font-size:14px;font-family:"Lato Regular";color:#959fa3}.crypto-card__loader{position:absolute;top:-6px;left:35px;bottom:0;height:15px;width:15px}.crypto-card__pricing-source{font-family:"Lato Regular";color:#959fa3}.sbd-divider{display:flex;align-items:center;margin:0 0 32px}.sbd-divider__flank{flex-grow:1;height:1px;background-color:#e3e7e8;min-width:20px}.sbd-divider__text{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:20px;line-height:1.6;margin:0 24px;text-align:center}@media only screen and (max-width: 767px){.sbd-divider__text{font-size:20px;line-height:1.3}}.sbd-divider__image{width:50px;height:50px;margin:0 18px}@media (max-width: 767px){.sbd-divider__text{margin:0 10px}}.featured-authors{margin:0 0 32px}.featured-authors__author-item{margin-bottom:18px;padding-bottom:24px;position:relative}.featured-authors__author-item:after{content:'';position:absolute;bottom:0;height:1px;width:100%;opacity:0.4;background-color:#959fa3}.featured-authors__author-item:last-child{margin-bottom:0;padding-bottom:0}.featured-authors__author-item:last-child:after{display:none}.featured-authors__author-title{font-family:"Lato Bold";font-size:18px;font-weight:bold;color:#959fa3}.featured-authors__author-title:hover,.featured-authors__author-title:focus{color:#959fa3}.featured-authors__author-classification{font-family:"Lato Bold";font-size:12px;font-weight:bold;letter-spacing:0.4px;color:#b61e22;text-transform:uppercase}.featured-authors__author-article{display:block;padding:12px 0;font-family:"Lato Bold";font-weight:bold;font-size:14px;line-height:1.43;letter-spacing:0.3px;border-bottom:1px solid #e3e7e8;color:#1f2426}.featured-authors__author-article:hover,.featured-authors__author-article:focus{color:#1f2426}.featured-authors__author-article:last-of-type{border-bottom:none;padding-bottom:0}@media (max-width: 450px){.show-under-450px{display:block !important}}@media (min-width: 451px){.show-under-450px{display:none !important}}@media (min-width: 451px){.show-above-450px{display:block !important}}@media (max-width: 450px){.show-above-450px{display:none !important}}.featured-carousel-mobile,.featured-carousel-desktop{position:relative;border-bottom:2px solid #1f2426;margin:0 0 32px}.featured-carousel{width:100%;height:380px;background-color:#1f2426;border-radius:3px}.featured-carousel__slide{color:#fff;background-size:cover;background-repeat:no-repeat;min-height:380px;color:#fff;position:relative;overflow:hidden;background-position:right center}.featured-carousel__slide:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:#000;opacity:0.25}.featured-carousel__slide:hover{cursor:pointer}@media (max-width: 767px){.featured-carousel__slide{background-position:center}.featured-carousel__slide:before{opacity:0.35}}.featured-carousel__content{max-width:380px;position:absolute;bottom:48px;left:48px;margin-right:18px}.featured-carousel__dot{padding:0 3px;font-size:14px}.featured-carousel__header{margin:12px 0}.featured-carousel__header a,.featured-carousel__header a:hover,.featured-carousel__header a:active,.featured-carousel__header a:focus{color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.4)}.featured-carousel__excerpt,.featured-carousel__excerpt-read-more{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.4);margin-bottom:18px}.featured-carousel__excerpt a,.featured-carousel__excerpt-read-more a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.featured-carousel__excerpt,.featured-carousel__excerpt-read-more{font-size:12px;line-height:1.83}}.featured-carousel__excerpt-read-more{color:#d72429;text-shadow:0 1px 0 rgba(0,0,0,0.4)}.featured-carousel__meta{font-size:12px;line-height:1.5;font-family:"Lato Bold";font-weight:bold;color:#fff}.featured-carousel__meta span{display:inline-block}.featured-carousel__meta a{font-family:"Lato Bold";padding:0 2px}.featured-carousel__meta a:last-of-type{padding-right:0;margin-right:6px}.featured-carousel__meta a:hover{color:#d72429}.featured-carousel__indicators{display:flex;margin:0 0 32px;margin-bottom:3px}.featured-carousel__indicator-wrapper{position:relative;flex-grow:1;flex-basis:0;border-bottom:1px solid #e3e7e8;border-right:1px solid #e3e7e8}.featured-carousel__indicator-wrapper:hover{cursor:pointer}.featured-carousel__indicator-wrapper:last-of-type{border-right:none}.featured-carousel__indicator-wrapper:last-of-type .featured-carousel__indicator-upper{border-radius:0 0 3px 0}.featured-carousel__indicator-wrapper:first-of-type{border-left:none}.featured-carousel__indicator-wrapper:first-of-type .featured-carousel__indicator-upper{border-radius:0 0 0 3px}.featured-carousel__indicator-upper{background-color:rgba(232,242,251,0.2);height:12px;width:50px;position:absolute;top:-12px;left:0;width:100%;-webkit-transition:all .4s cubic-bezier(0.455, 0.03, 0.515, 0.955);-o-transition:all .4s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:all .4s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.featured-carousel__indicator-upper--active{background-color:#d72429}.featured-carousel__indicator-lower{color:#1f2426;font-size:14px;padding:12px 14px;font-family:"Lato Bold";font-weight:bold;line-height:1.43;letter-spacing:0.3px;-webkit-transition:all .4s cubic-bezier(0.455, 0.03, 0.515, 0.955);-o-transition:all .4s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:all .4s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.featured-carousel__indicator-lower--active{color:#d72429}@media (max-width: 767px){.featured-carousel{margin-top:24px}.featured-carousel__content{bottom:36px;left:18px}.featured-carousel__indicator-wrapper{border-bottom:none;border-right-width:2px;border-left-width:2px}.featured-carousel__meta>span>span{display:block}.featured-carousel__indicator-upper{-webkit-transition:all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);-o-transition:all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.featured-carousel__indicator-lower{display:none}}.featured-in-banner{height:100px;overflow:hidden;position:relative;margin:0 0 32px}.featured-in-banner:before{content:'';position:absolute;height:100%;width:150px;background-image:linear-gradient(to right, #fff, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0));left:0;top:0;z-index:2}.featured-in-banner:after{content:'';position:absolute;height:100%;width:150px;background-image:linear-gradient(to left, #fff, rgba(255,255,255,0.8) 42%, rgba(255,255,255,0));right:0;top:0;z-index:2}.featured-in-banner__image{height:100px;width:12300px;background-repeat:repeat-x;animation:infinite-scroll 30s linear infinite}@keyframes infinite-scroll{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(-4100px, 0, 0)}}@media (max-width: 767px){.featured-in-banner:before,.featured-in-banner:after{width:50px}}.header{display:flex;align-items:center;margin:16px 0 24px}.header__icon{margin-right:14px}.header__text{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58;font-size:22px;flex:1}@media only screen and (max-width: 767px){.header__text{font-size:22px;line-height:1.36}}@media (max-width: 767px){.header__text{font-size:20px}}.header__primary{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:28px;line-height:1.43;font-size:26px}@media only screen and (max-width: 767px){.header__primary{font-size:26px;line-height:1.31}}@media (max-width: 767px){.header__primary{font-size:24px}}.header__title-container{display:flex;align-items:center;flex:1}.header__button-container{display:flex;justify-content:flex-end}.header .grouped-button-row-container{margin:0}@media only screen and (max-width: 767px){.header{margin:16px 0;flex-direction:column;align-items:flex-start}.header__button-container{margin-top:16px;display:block;width:100%}}@media (max-width: 500px){.header .grouped-button-row-container .select-help{display:block;margin:10px auto 0}}.commented-articles{margin:0 0 32px}.commented-articles__heading{display:flex;align-items:center}.commented-articles__title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:20px;line-height:1.6;margin-left:14px}@media only screen and (max-width: 767px){.commented-articles__title{font-size:20px;line-height:1.3}}.commented-articles__item{display:flex;border-top:1px solid #e3e7e8;min-height:54px}.commented-articles__item:nth-child(2){margin-top:8px;border-top:none}.commented-articles__comment{position:relative;margin:12px 0 auto auto}.commented-articles__comments{position:absolute;width:100%;height:100%;top:4px;left:0;font-family:"Lato Bold";font-size:13px;font-weight:bold;letter-spacing:0.2px;text-align:center;color:#fff}.commented-articles__item-title{display:block;font-family:"Lato Bold";font-size:14px;font-weight:bold;letter-spacing:0.3px;line-height:1.43;padding:12px 24px 12px 0;color:#1f2426}.commented-articles__item-title:hover,.commented-articles__item-title:focus{color:#1f2426}.sportsbook-cards{display:flex;margin:0 0 32px}.sportsbook-cards__card{position:relative;border-radius:4px;box-shadow:0 2px 6px 0 rgba(0,0,0,0.06);border:solid 1px #e3e7e8;background-color:#fff;width:100%;display:flex;flex:1;flex-direction:column}.sportsbook-cards__card ~ div{margin:0 30px}.sportsbook-cards__card ~ div:last-of-type{margin:0}.sportsbook-cards__card-header{border-radius:4px 4px 0 0;height:200px;background-color:lightgrey;position:relative;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center;background-color:#222}.sportsbook-cards__card-header--single{height:130px}.sportsbook-cards__card-header-mask{border-radius:4px 4px 0 0;opacity:0.6;height:70%;position:absolute;top:0;left:0;right:0}.sportsbook-cards__logo{z-index:1;position:relative}.sportsbook-cards__gauge{position:absolute;right:14px;top:150px;transform-origin:100% 0;transform:scale(0.35)}.sportsbook-cards__gauge--single{transform:scale(0.2666);top:90px}.sportsbook-cards__card-body{padding:13px 20px 0 20px;flex:1 0 auto}.sportsbook-cards__title-wrapper{max-width:56%}.sportsbook-cards__title-wrapper a{display:block}.sportsbook-cards__book-title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58}@media only screen and (max-width: 767px){.sportsbook-cards__book-title{font-size:22px;line-height:1.36}}.sportsbook-cards__book-title:hover,.sportsbook-cards__book-title:focus{text-decoration:none;color:#1f2426}.sportsbook-cards__review-wrapper{display:flex;flex-wrap:wrap;text-align:right}.sportsbook-cards__review-wrapper--single{flex-direction:column;justify-content:space-around}.sportsbook-cards__review-wrapper--single>*{margin-bottom:6px}.sportsbook-cards__betnow-wrapper{margin:15px 20px 20px;display:flex;justify-content:space-between;align-items:center}.sportsbook-cards__book-bonus,.sportsbook-cards__book-review,.sportsbook-cards__book-terms{font-family:"Lato Bold";font-weight:bold;font-size:15px;color:#656e73}.sportsbook-cards__book-bonus{line-height:1.43;min-height:42px;display:inline}.sportsbook-cards__bonus-info-icon{margin-left:3px}.sportsbook-cards__bonus-offer-container{cursor:pointer}.sportsbook-cards__book-review{margin-left:16px;font-size:14px;line-height:1;text-decoration:underline;transition:color 0.2s}.sportsbook-cards__book-review:hover,.sportsbook-cards__book-review:focus{color:#1f2426}.sportsbook-cards__book-terms{line-height:1;margin-left:16px;font-size:14px;font-weight:normal;font-family:"Lato Regular"}.sportsbook-cards__betnow{height:40px;width:122px;font-size:14px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1199px){.sportsbook-cards__gauge--single{top:150px;transform:scale(0.35)}.sportsbook-cards__card-header--single{height:200px}.sportsbook-cards__review-wrapper--single{flex-direction:row}.sportsbook-cards__betnow-wrapper{flex-direction:column;margin:25px 0 0}.sportsbook-cards__book-review{margin:18px 16px 24px 0}.sportsbook-cards__book-terms{margin:18px 0 24px 0}.sportsbook-cards__card ~ div{margin:0 15px}.sportsbook-cards__card ~ div:last-of-type{margin:0}}@media screen and (max-width: 992px){.sportsbook-cards__card:nth-of-type(2){margin:0 0 0 15px}.sportsbook-cards__card:nth-of-type(3){display:none}}@media screen and (max-width: 650px){.sportsbook-cards{flex-direction:column}.sportsbook-cards__card{flex:1 0 auto}.sportsbook-cards__card:nth-of-type(n+1){margin:0 0 15px 0}.sportsbook-cards__card:nth-of-type(3){margin:0;display:flex}}.top-5-sportsbooks{border-radius:2px;box-shadow:0 2px 6px 0 rgba(0,0,0,0.06);border:solid 1px #e3e7e8;background-image:linear-gradient(to bottom, #fff, rgba(255,255,255,0.7)),linear-gradient(170deg, #fff, #e3e7e8);padding:0;margin:0 0 32px;display:block}.top-5-sportsbooks__table-header{display:block;line-height:0;height:0}.top-5-sportsbooks__table-heading{visibility:hidden;height:0;display:inline-block;line-height:0;padding:0}.top-5-sportsbooks__table-body{display:block}.top-5-sportsbooks__item{height:54px;padding:0 12px;margin:12px 0;border:0;display:flex;position:relative;background-color:none}@media only screen and (max-width: 767px){.top-5-sportsbooks__item{display:grid;height:auto;grid-template-columns:30px calc(58% - 15px) calc(42% - 15px);grid-template-rows:auto;border-bottom:1px solid #e3e7e8;padding-bottom:8px}}@media only screen and (max-width: 767px){.top-5-sportsbooks__item:last-of-type{padding:0;border:0}}.top-5-sportsbooks__item--top{height:100px;border-bottom:6px solid #f6a841;box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);text-align:left}@media only screen and (max-width: 767px){.top-5-sportsbooks__item--top{height:auto}}.top-5-sportsbooks__column{display:inline-block;border:0;padding:0px 0;margin:0 9px;background-color:transparent !important;text-align:center}@media only screen and (max-width: 767px){.top-5-sportsbooks__column{margin:0}}.top-5-sportsbooks__rank{position:absolute;left:3px;top:6px;background-color:transparent !important;border:0;padding:0}.top-5-sportsbooks__rank img{width:38px;height:auto}@media only screen and (max-width: 992px){.top-5-sportsbooks__rank{top:0}}@media only screen and (max-width: 767px){.top-5-sportsbooks__rank{left:-10px}}.top-5-sportsbooks__rank--top{top:14px;width:44px;height:50px;left:0px}@media only screen and (max-width: 992px){.top-5-sportsbooks__rank--top{top:0}}@media only screen and (max-width: 767px){.top-5-sportsbooks__rank--top{left:-10px}}.top-5-sportsbooks__image{width:100px}.top-5-sportsbooks__image img{border-radius:4px}@media only screen and (max-width: 992px){.top-5-sportsbooks__image{width:20px;visibility:hidden}}.top-5-sportsbooks__editors-container{text-align:left;width:174px;min-width:174px}@media only screen and (max-width: 767px){.top-5-sportsbooks__editors-container{width:100%;min-width:0;text-align:center;grid-column-start:2;grid-row-start:1}}.top-5-sportsbooks__editors-pick{text-align:left;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;font-size:12px;box-shadow:0 1px 0px 0 rgba(0,0,0,0.12);border:solid 0.5px rgba(148,88,8,0.2);border-right:0;background-image:linear-gradient(to bottom, #f6a841, #dd973a);padding:3px 12px 3px 6px;position:relative;display:inline-block;color:#fff;text-transform:uppercase}@media only screen and (max-width: 992px){.top-5-sportsbooks__editors-pick{font-size:12px;line-height:1.5}}@media only screen and (max-width: 767px){.top-5-sportsbooks__editors-pick{border-left:0;padding:3px 12px 3px 12px}}.top-5-sportsbooks__editors-pick::after{content:"";height:0;width:0;display:block;position:absolute;top:0px;right:0px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:6px solid transparent;border-right:6px solid #fff}.top-5-sportsbooks__editors-pick::before{content:"";height:0;width:0;display:none;position:absolute;top:0px;left:0px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:6px solid #fff;border-right:6px solid transparent}@media only screen and (max-width: 767px){.top-5-sportsbooks__editors-pick::before{display:block}}.top-5-sportsbooks__title{text-align:left;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22}@media only screen and (max-width: 992px){.top-5-sportsbooks__title{font-size:16px;line-height:1.38}}@media only screen and (max-width: 767px){.top-5-sportsbooks__title{text-align:center}}.top-5-sportsbooks__title--top{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:20px;line-height:1.6}@media only screen and (max-width: 767px){.top-5-sportsbooks__title--top{font-size:20px;line-height:1.3}}@media only screen and (max-width: 767px){.top-5-sportsbooks__title--top{text-align:center}}.top-5-sportsbooks__url{text-align:left;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;font-size:12px;text-decoration:underline;color:#656e73}@media only screen and (max-width: 992px){.top-5-sportsbooks__url{font-size:12px;line-height:1.5}}@media only screen and (max-width: 767px){.top-5-sportsbooks__url{text-align:center;margin-top:58px}}.top-5-sportsbooks__rating-container{text-align:center;width:90px;min-width:90px;align-content:center;display:flex;flex-direction:column}@media only screen and (max-width: 767px){.top-5-sportsbooks__rating-container{width:100%;text-align:center;grid-column-start:2;grid-row-start:1;margin-top:20px}}.top-5-sportsbooks__rating-container--top{padding-top:15px}@media only screen and (max-width: 767px){.top-5-sportsbooks__rating-container--top{padding:0;margin-top:50px}}.top-5-sportsbooks__rating-list{margin:0}.top-5-sportsbooks__star{font-size:16px;padding-right:2px;display:inline-block;list-style:none;margin:0;line-height:16px}.top-5-sportsbooks__star .icon-star{font-size:16px;color:#f6a841}.top-5-sportsbooks__rating{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;font-size:12px;color:#656e73;text-align:center}@media only screen and (max-width: 992px){.top-5-sportsbooks__rating{font-size:12px;line-height:1.5}}@media only screen and (max-width: 767px){.top-5-sportsbooks__rating{display:none}}.top-5-sportsbooks__bonus-container{flex-grow:1;text-align:center}@media only screen and (max-width: 767px){.top-5-sportsbooks__bonus-container{width:100%;grid-column-start:2;grid-column-end:3;grid-row-start:1;margin-top:45px}}.top-5-sportsbooks__bonus-container--top{padding-top:15px}@media only screen and (max-width: 767px){.top-5-sportsbooks__bonus-container--top{padding:0;margin-top:74px}}.top-5-sportsbooks__bonus-offer{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;color:#1f2426;text-align:center}@media only screen and (max-width: 992px){.top-5-sportsbooks__bonus-offer{font-size:12px;line-height:1.5}}.top-5-sportsbooks__terms-conditions{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;color:#656e73;font-size:12px;text-align:center;grid-column-start:3;grid-row-start:2}@media only screen and (max-width: 992px){.top-5-sportsbooks__terms-conditions{font-size:12px;line-height:1.5}}.top-5-sportsbooks__button{width:96px;height:32px;font-size:12px;display:flex;align-items:center;justify-content:center;margin-bottom:7px}@media only screen and (max-width: 767px){.top-5-sportsbooks__button{margin:auto;margin-bottom:10px}}.top-5-sportsbooks__read-review{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;color:#656e73;text-align:center;font-size:12px;transition:color 0.15s;display:block}@media only screen and (max-width: 992px){.top-5-sportsbooks__read-review{font-size:12px;line-height:1.5}}.top-5-sportsbooks__read-review:hover,.top-5-sportsbooks__read-review:focus{color:#1f2426}.top-5-sportsbooks__see-more{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;color:#1f2426;text-align:center;margin:0 0 16px 0;display:block;text-transform:capitalize}@media only screen and (max-width: 992px){.top-5-sportsbooks__see-more{font-size:16px;line-height:1.38}}.top-5-sportsbooks__see-more:hover,.top-5-sportsbooks__see-more:focus{color:#1f2426}.top-5-sportsbooks__chevron{font-size:12px}.top-5-sportsbooks-card{margin:0 0 32px}.top-5-sportsbooks-card__sportsbooks-list{margin:0}.top-5-sportsbooks-card__custom-star{color:#959fa3}.top-5-sportsbooks-card__sportsbook{display:flex;justify-content:center;margin:0;padding:13px 18px 8px;border:1px solid #e3e7e8;border-top:0;position:relative}.top-5-sportsbooks-card__sportsbook:last-child{border-bottom:0}.top-5-sportsbooks-card__sportsbook--editors-pick{border:none;margin-top:46px;background-color:#000;color:#fff;font-weight:bold;font-family:"Lato Bold";border-bottom:4px solid #f6a841;z-index:2}.top-5-sportsbooks-card__sportsbook:before{display:none}.top-5-sportsbooks-card__badge{position:absolute;left:-10px;top:13px;width:30px;height:30px;border-radius:2px;box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);color:#fff;background-image:linear-gradient(to bottom, #d72429, #b61e22);font-weight:bold;font-family:"Lato Bold";font-size:12px;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0}.top-5-sportsbooks-card__badge:hover,.top-5-sportsbooks-card__badge:focus{color:#fff;text-decoration:none}.top-5-sportsbooks-card__badge--editors-pick{background-image:linear-gradient(to bottom, #f6a841, #dd973a)}.top-5-sportsbooks-card__badge--editors-pick:before{content:"";position:absolute;display:block;left:4px;bottom:-9px;border:11px solid #f6a841;border-top-width:9px;border-bottom-color:transparent;border-bottom-width:5px;z-index:-1}.top-5-sportsbooks-card__editor-bg{color:#f6a841;font-size:12px;font-weight:bold;font-family:"Lato Bold";overflow:hidden;border-radius:2px 2px 0 0;height:30px;width:100%;position:absolute;top:-30px}.top-5-sportsbooks-card__editor-bg span{position:absolute;left:10px;top:50%;transform:translateY(-50%)}.top-5-sportsbooks-card__editor-bg div{background-size:cover;background-position:center;display:block;width:100%;height:100%}.top-5-sportsbooks-card__body,.top-5-sportsbooks-card__footer{background-color:#fafafa}.top-5-sportsbooks-card__book-image{width:85px;height:auto;margin-top:-8px}.top-5-sportsbooks-card__terms{font-size:10px;color:#656e73;margin-top:2px}.top-5-sportsbooks-card__our-review{display:block;color:#656e73;font-weight:bold;font-family:"Lato Bold";font-size:12px;line-height:1}.top-5-sportsbooks-card__our-review:hover,.top-5-sportsbooks-card__our-review:focus{color:#656e73}.top-5-sportsbooks-card__our-review--editors-pick{color:#fff}.top-5-sportsbooks-card__our-review--editors-pick:hover,.top-5-sportsbooks-card__our-review--editors-pick:focus{color:#fff}.top-5-sportsbooks-card__star-rating{margin-top:6px}.top-5-sportsbooks-card__betnow-container{display:flex;flex-direction:column;align-items:center;flex:1;margin:0 auto}.top-5-sportsbooks-card__star-container{display:flex;text-align:center;flex-direction:column}.top-5-sportsbooks-card__bonus-container{text-align:center;display:flex;align-items:center;margin-top:8px}.top-5-sportsbooks-card__rating-container{display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1;margin:0 auto}.top-5-sportsbooks-card__bonus-offer-container{display:flex;align-items:center}.top-5-sportsbooks-card__bonus{font-size:12px;line-height:1.17}.top-5-sportsbooks-card__bonus-info-icon{margin-left:4px}.top-5-sportsbooks-card__betnow{display:block;margin:0;box-shadow:none;width:98px;height:32px;font-size:12px;display:flex;justify-content:center;align-items:center}.top-5-sportsbooks-card__betnow:hover,.top-5-sportsbooks-card__betnow:focus{color:#fff}.top-5-sportsbooks-card__footer{border:1px solid #e3e7e8;padding:13px 18px;height:66px;border-radius:0 0 2px 2px}.top-5-sportsbooks-card__footer-button{margin:auto;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#b61e22;font-size:14px;border-radius:4px;font-weight:bold;font-family:"Lato Bold";width:100%;height:100%;max-width:226px}.top-5-sportsbooks-card__footer-button:hover,.top-5-sportsbooks-card__footer-button:focus{color:#fff;text-decoration:none}@media only screen and (max-width: 550px){.top-5-sportsbooks-card__body,.top-5-sportsbooks-card__footer{margin-left:10px}.top-5-sportsbooks-card__sportsbook{justify-content:space-around}.top-5-sportsbooks-card__rating-container,.top-5-sportsbooks-card__betnow-container{flex:1;width:unset;margin:0;display:flex;flex-direction:column;align-items:center}}@media only screen and (min-width: 550px) and (max-width: 992px){.top-5-sportsbooks-card__body,.top-5-sportsbooks-card__footer{margin-left:10px}.top-5-sportsbooks-card__sportsbook{padding:13px 18px;align-items:center}.top-5-sportsbooks-card__badge{top:50%;transform:translateZ(1em) translateY(-50%);transform-style:preserve-3d}.top-5-sportsbooks-card__badge--editors-pick{transform:translateZ(1em) translateY(calc(-50% - 4px))}.top-5-sportsbooks-card__book-image{margin-top:0}.top-5-sportsbooks-card__rating-container{flex-direction:row}.top-5-sportsbooks-card__rating-container>*{flex:1;align-items:center;display:flex;justify-content:center}.top-5-sportsbooks-card__rating-container,.top-5-sportsbooks-card__betnow-container{align-items:center;justify-content:space-evenly;width:unset;flex:1;margin:0;display:flex;flex-direction:row}.top-5-sportsbooks-card__star-rating{margin-top:0}.top-5-sportsbooks-card__betnow{order:1}.top-5-sportsbooks-card__bonus-container{text-align:center;margin-right:15%;flex:1}.top-5-sportsbooks-card__bonus,.top-5-sportsbooks-card__terms{margin-top:0}}.twitter-cards{display:flex;flex-direction:column;width:100%;padding:0 5px}.twitter-cards__heading{display:flex;align-items:center;padding:10px}.twitter-cards__title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:20px;line-height:1.6;margin-left:14px}@media only screen and (max-width: 767px){.twitter-cards__title{font-size:20px;line-height:1.3}}.weather-card{border-radius:3px;background-color:#e3e7e8;display:inline-flex;flex-direction:row;margin:0;padding:8px 14px}.weather-card__column{display:flex;flex-direction:column;margin-right:14px}.weather-card__column:last-of-type{margin-right:0}.weather-card__internal-row{display:flex;padding-top:6px}.weather-card__weather-image{height:68px;width:68px}.weather-card__city{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:16px;line-height:1.38;color:#1f2426;margin-right:20px}.weather-card__predicted,.weather-card__wind{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:12px;line-height:1.33;color:#656e73}.weather-card__temp{font-family:"Lato Black";font-weight:900;color:#1f2426;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:16px;color:#656e73;line-height:1.38;align-self:flex-end;flex-grow:1;text-align:right}.featured-event-homepage{object-fit:contain;background-repeat:no-repeat;margin-bottom:50px;padding:34px;box-shadow:0 2px 6px 0 rgba(0,0,0,0.06);border:solid 1px #e3e7e8;border-top:12px solid #d72429}@media only screen and (max-width: 767px){.featured-event-homepage{margin-left:-15px;margin-right:-15px;padding:15px;border-right:0;border-left:0;border-bottom:0;box-shadow:none}}.featured-event-homepage .schedule-listing-title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;display:inline}@media only screen and (max-width: 992px){.featured-event-homepage .schedule-listing-title{font-size:16px;line-height:1.38}}.featured-event-homepage .select-help{margin:0 0 2px 8px}.featured-event-homepage__row{display:flex;flex-direction:row;justify-content:space-between;text-align:center}.featured-event-homepage__row--title-bar{width:660px;margin:32px auto 0}@media only screen and (max-width: 992px){.featured-event-homepage__row--title-bar{width:613px}}@media only screen and (max-width: 767px){.featured-event-homepage__row--title-bar{width:100%;margin-bottom:57px}}.featured-event-homepage__row--related-row{margin-top:6px;justify-content:center}.featured-event-homepage__row--odds-converter{text-align:right;display:block}@media only screen and (max-width: 767px){.featured-event-homepage__row--odds-converter{text-align:center}}.featured-event-homepage__row--odds-table .event-betting.matchup-schedule-odds .event-betting-sportbook.first{margin-left:68px}@media only screen and (max-width: 768px){.featured-event-homepage__row--odds-table .event-betting.matchup-schedule-odds .event-betting-sportbook.first{margin-left:48px}}.featured-event-homepage__row--odds-table .event-betting{position:relative}@media only screen and (max-width: 1200px){.featured-event-homepage__row--odds-table .event-betting{white-space:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:touch;overflow-y:hidden}}.featured-event-homepage__row--odds-table .event-betting .event-betting-name{width:51px;display:inline-block;position:absolute;top:83px;left:-51px}.featured-event-homepage__row--odds-table .event-betting .event-betting-name .event-betting-teamname{font-family:'Lato Bold';font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:37px;letter-spacing:0.3px;text-align:center;color:#fff;width:51px;height:37px;display:inline-block}.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook{position:relative;border-radius:2px;background-color:#fff;box-shadow:none;border:solid 1px #c9d0d4;display:inline-block;margin-right:-4px}.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook .event-betting-sportbook-logo{text-align:center;height:46px;line-height:46px;background-color:#e3e7e8}.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table{border:0;margin:0;box-shadow:none}.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr th,.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr td{font-size:12px;font-style:normal;font-stretch:normal;line-height:36px;letter-spacing:0.3px;text-align:center;color:#353f42;height:36px;padding:0;border-right:1px solid #e3e7e8;border-bottom:1px solid #e3e7e8}.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr th{font-family:'Lato Bold';font-weight:bold;background-color:#c9d0d4;border-top-color:#c9d0d4;border-left:#c9d0d4;font-size:14px}.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr td{font-family:'Lato Regular';font-weight:normal;background-color:#fff;border-top-color:#fff;border-left-color:#fff}.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr th:last-child{border-right-color:#c9d0d4}.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook .event-betting-sportbook-details .event-table tbody tr td:last-child{border-right-color:#fff}.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook .event-betting-sportbook-cta{height:44px;text-align:center}.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook .event-betting-sportbook-cta a{font-family:'Lato Bold';font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:44px;letter-spacing:0.3px;color:#10a450;text-decoration:underline}.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook .event-betting-sportbook-cta a i{font-weight:bold;margin-left:8px}.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook.first{margin-left:65px;border-right-color:#b7bec2}@media (max-width: 991px){.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook{margin-left:0px}}@media (max-width: 767px){.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook .event-betting-name{width:49px;display:inline-block;position:absolute;top:83px;left:-42px}.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook .event-betting-name .event-betting-teamname{width:42px}.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook.first{margin-left:48px}}@media (max-width: 1200px){.featured-event-homepage__row--odds-table .event-betting .event-betting-sportbook .event-betting-name .event-betting-teamname{display:block}}.featured-event-homepage__row--odds-table .event-betting-sportbook{width:calc(25% - 13px) !important}@media only screen and (max-width: 992px){.featured-event-homepage__row--odds-table .event-betting-sportbook{width:251px !important}}.featured-event-homepage__row--odds-table .event-betting-sportbook.first{margin-left:52px !important}.featured-event-homepage__row--odds-table .event-betting .event-betting-name{width:52px !important}@media only screen and (max-width: 767px){.featured-event-homepage__row--odds-table{margin-right:-15px}}@media only screen and (max-width: 992px){.featured-event-homepage__row--consensus-prediction{flex-direction:column}}@media only screen and (max-width: 767px){.featured-event-homepage__column .weather-card{display:none}}.featured-event-homepage__title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;color:#656e73}@media only screen and (max-width: 992px){.featured-event-homepage__title{font-size:16px;line-height:1.38}}.featured-event-homepage__title--finished{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;text-align:center;color:#656e73;margin-top:36px}@media only screen and (max-width: 992px){.featured-event-homepage__title--finished{font-size:12px;line-height:1.5}}@media only screen and (max-width: 767px){.featured-event-homepage__title--finished{margin-top:25px}}.featured-event-homepage__date{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:28px;line-height:1.43;color:#1f2426}@media only screen and (max-width: 767px){.featured-event-homepage__date{font-size:26px;line-height:1.31}}@media only screen and (max-width: 992px){.featured-event-homepage__date{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:20px;line-height:1.6}}@media only screen and (max-width: 992px) and (max-width: 767px){.featured-event-homepage__date{font-size:20px;line-height:1.3}}.featured-event-homepage__date--finished{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:20px;line-height:1.6;text-align:center;color:#1f2426;margin-bottom:36px}@media only screen and (max-width: 767px){.featured-event-homepage__date--finished{font-size:20px;line-height:1.3}}@media only screen and (max-width: 767px){.featured-event-homepage__date--finished{margin-bottom:0px}}.featured-event-homepage__related-item{padding:12px}.featured-event-homepage__related-url{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;color:#656e73}@media only screen and (max-width: 992px){.featured-event-homepage__related-url{font-size:12px;line-height:1.5}}.featured-event-homepage__related-url:active,.featured-event-homepage__related-url:hover{color:#656e73;text-decoration:underline}.featured-event-homepage .matchup-schedule-odds{width:100%}.featured-event-homepage .matchup-schedule-odds .event-betting-sportbook{width:calc(25% - 17px)}.featured-event-homepage__half-width{width:50%;padding:0}.featured-event-homepage__half-width .component-container{margin:8px 0 0 0 !important}.featured-event-homepage__half-width--first{margin:24px 9px 32px 0}.featured-event-homepage__half-width--second{margin:24px 0px 32px 9px}@media only screen and (max-width: 992px){.featured-event-homepage__half-width{width:100%;margin:25px 0 0 0}.featured-event-homepage__half-width--second{margin:25px 0 32px 0}}.featured-event-homepage__button-link{margin:auto}.featured-event-homepage__button{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;display:inline-block;border-radius:4px;box-shadow:0 3px 8px 0 rgba(0,0,0,0.15);border:solid 1px rgba(0,0,0,0.1);text-align:center;color:#fff;transition:.2s;cursor:pointer;text-transform:uppercase;padding:10px 24px}@media only screen and (max-width: 992px){.featured-event-homepage__button{font-size:12px;line-height:1.5}}.featured-event-homepage__button--red{background-image:linear-gradient(to bottom, #d72429, #b61e22)}.featured-event-homepage__button--red:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),linear-gradient(to bottom, #d72429, #b61e22)}.featured-event-homepage__button--white{color:#656e73;background:#fff;border:1px solid #e3e7e8}.full-width-teamname-bars__event-teams{width:100%;margin:0 10px;text-transform:uppercase;height:56px;position:relative}.full-width-teamname-bars__away-team,.full-width-teamname-bars__home-team{text-align:center;line-height:56px;top:0px;position:absolute;width:49%}@media only screen and (max-width: 767px){.full-width-teamname-bars__away-team,.full-width-teamname-bars__home-team{width:92%}}.full-width-teamname-bars__team-mask{width:100%;border-radius:2px;transform:skew(-10deg);box-shadow:0 4px 10px 0 rgba(0,0,0,0.1)}.full-width-teamname-bars__team-mask span{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;text-align:center;color:#fff;display:inline-block}@media only screen and (max-width: 992px){.full-width-teamname-bars__team-mask span{font-size:16px;line-height:1.38}}@media only screen and (max-width: 767px){.full-width-teamname-bars__team-mask span{font-size:16px}}.full-width-teamname-bars__team-mask::after{display:none}.full-width-teamname-bars__away-team{left:0px;transform:rotate(180deg);height:0px;top:56px}.full-width-teamname-bars__away-team-name{transform:skew(370deg) rotate(-180deg);display:inline-block}.full-width-teamname-bars__home-team{right:0px}@media only screen and (max-width: 767px){.full-width-teamname-bars__home-team{top:57px}}.full-width-teamname-bars__home-team-name{transform:skew(370deg)}.full-width-teamname-bars__event-vs{width:32px;height:32px;border-radius:100%;background-color:#fff;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);z-index:5;margin:auto;position:relative;top:12px;text-align:center;font-family:'Lato Bold';font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;letter-spacing:0.3px;color:#353f42;line-height:32px}@media only screen and (max-width: 767px){.full-width-teamname-bars__event-vs{top:44px;width:24px;height:24px;font-size:12px;line-height:24px}}.featured-event-homepage--wrapper{position:relative;overflow:hidden}@media only screen and (max-width: 767px){.featured-event-homepage--wrapper{margin-left:-15px;margin-right:-15px}}.featured-event-homepage--finished{padding-top:0;padding-left:0;padding-right:0}.featured-event-homepage--finished .schedule-event.previous-matchup{background-color:transparent;border:0;box-shadow:none;padding-bottom:0}.featured-event-homepage--finished .schedule-event.previous-matchup .row .col-xs-12{position:static}.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container{overflow:inherit;position:static}.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container .covered-banner-away,.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container .covered-banner-home{border-top:2px solid #fff;border-bottom:2px solid #fff;width:225px;top:36px}.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container .covered-banner-away{left:-54px}.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container .covered-banner-home{right:-54px}@media only screen and (max-width: 767px){.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container .event-bottom .event-information{margin-top:0px}}.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container .event-bottom .event-information .over-under-container{top:48px}@media only screen and (max-width: 767px){.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container .event-bottom .event-information .over-under-container{top:22px}}.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container .event-bottom .event-information .labels-container .flex-item .mobile-covered{top:25px}.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container .event-bottom .event-information .game-labels .kick-off-label{font-size:32px;line-height:60px;margin:0;color:#1f2426}@media only screen and (max-width: 767px){.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container .event-bottom .event-information .game-labels .kick-off-label{font-size:18px;line-height:48px}}.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container .event-bottom .event-information .game-labels .kick-off-label span{font-family:"Lato Regular";font-weight:normal}.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container .event-bottom .event-information .game-labels .kick-off-label span.winner{font-family:"Lato Bold";font-weight:700}.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container .ats-record-table{width:50%;margin:20px auto 0}@media only screen and (max-width: 767px){.featured-event-homepage--finished .schedule-event.previous-matchup .covered-container .ats-record-table{width:calc(100% - 30px)}}.featured-event-homepage__team--colored{text-align:center;padding:14px 50px;transform:skew(-10deg);display:inline-block;border-radius:2px}@media only screen and (max-width: 767px){.featured-event-homepage__team--colored{color:#1f2426;padding:0;transform:none;background-color:transparent !important}}.featured-event-homepage__team--colored .away-team-label,.featured-event-homepage__team--colored .home-team-label{color:#fff !important;display:inline-block;transform:skew(10deg);margin-top:0 !important}@media only screen and (max-width: 767px){.featured-event-homepage__team--colored .away-team-label,.featured-event-homepage__team--colored .home-team-label{color:inherit !important;transform:none;margin-top:16px !important}}.featured-event-homepage__buttons a:first-child{margin-right:15px}.featured-event-homepage__buttons a:hover{text-decoration:none}.featured-event-homepage__buttons a>div{box-shadow:none;font-size:12px}@media (max-width: 400px){.featured-event-homepage__buttons a{display:block}.featured-event-homepage__buttons a div{width:80%}.featured-event-homepage__buttons a:first-child{margin-right:0px;margin-bottom:10px}}.featured-event-homepage .ats-record-teamname.away{border-radius:2px 0 0 0;height:30px;top:30px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e3e7e8}.featured-event-homepage .ats-record-teamname.home{border-radius:0 0 0 2px;height:30px;top:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1)}.featured-event-homepage .ats-record-table{height:90px;border:none;position:relative}.featured-event-homepage .ats-record-table:after{content:"";position:absolute;top:1;right:0;height:100%;width:calc(100% - 53px);box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);border-radius:2px}.featured-event-homepage .ats-record-table *{border:none}.featured-event-homepage .ats-record-table table{box-shadow:none}.featured-event-homepage .ats-record-table tr{height:30px;border-top:1px solid #e3e7e8}.featured-event-homepage .ats-record-table tr:first-child{border-top-color:rgba(255,255,255,0);background-color:rgba(255,255,255,0);border-radius:2px 2px 0 0}.featured-event-homepage .ats-record-table tr:last-child{border-radius:0 0 2px 0}.featured-event-homepage .ats-record-table tr:last-child td:last-child{border-radius:0 0 2px 0}.featured-event-homepage .ats-record-table td{padding:4px;font-size:12px;line-height:1.5;letter-spacing:0.2px;border-right:1px solid #e3e7e8;min-width:24px}.featured-event-homepage .ats-record-table td:last-child{border-right:none}.featured-event-homepage .ats-record-table th{background-color:#e3e7e8;border-right:1px solid rgba(31,36,38,0.12);font-size:12px;line-height:1.5;letter-spacing:0.2px;padding:0}.featured-event-homepage .ats-record-table th:first-of-type{border-radius:2px 0 0 0}.featured-event-homepage .ats-record-table th:last-of-type{border-radius:0 2px 0 0;border-right:none}.upcoming-matchup{margin:0 0 32px;text-align:center}.upcoming-matchup__league-header{display:flex;align-items:center;justify-content:space-between;margin:-20px 0 20px}.upcoming-matchup__league-header-league{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22}@media only screen and (max-width: 992px){.upcoming-matchup__league-header-league{font-size:16px;line-height:1.38}}.upcoming-matchup__league-header-date,.upcoming-matchup__links-header-link{font-size:14px;letter-spacing:0.3px;color:#656e73}.upcoming-matchup__links-header{display:flex;justify-content:space-between;align-items:center}.upcoming-matchup__date{display:block;text-align:center}.upcoming-matchup__links-header-link{font-family:"Lato Bold";font-weight:bold;text-decoration:underline;transition:color 0.15s}.upcoming-matchup__links-header-link:hover,.upcoming-matchup__links-header-link:focus{color:#1f2426}.upcoming-matchup__vs-header{display:flex;justify-content:space-between;color:#fff;position:relative;margin-bottom:20px}.upcoming-matchup__vs-header a,.upcoming-matchup__vs-header a:hover,.upcoming-matchup__vs-header a:focus{color:#fff;text-decoration:none}.upcoming-matchup__vs{position:absolute;background:#fff;border-radius:50%;height:20px;width:20px;left:50%;top:50%;transform:translate(-50%, -50%);z-index:2;line-height:0;text-align:center;font-family:"Lato Bold";font-size:12px;font-weight:bold;letter-spacing:0.3px;color:#353f42;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center}.upcoming-matchup__vs--large{height:32px;width:32px;font-size:14px}.upcoming-matchup__vs-header-home,.upcoming-matchup__vs-header-away{flex:1;font-size:14px;height:28px;font-family:"Lato Bold";font-weight:bold;line-height:1.43;letter-spacing:0.3px;border-radius:1px;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);display:flex;justify-content:center;align-items:center;transform:skew(-10deg);perspective:1000px}.upcoming-matchup__vs-header-home>*,.upcoming-matchup__vs-header-away>*{transform:skew(10deg)}.upcoming-matchup__vs-header-home--large,.upcoming-matchup__vs-header-away--large{height:44px;border-radius:2px}.upcoming-matchup__vs-header-home--large span,.upcoming-matchup__vs-header-away--large span{font-size:18px}.upcoming-matchup__vs-header-home{margin:0 2px 0 4px}.upcoming-matchup__vs-header-away{margin:0 4px 0 2px}.upcoming-matchup__team-away,.upcoming-matchup__team-home{position:relative;height:100%}.upcoming-matchup__team-away>div,.upcoming-matchup__team-home>div{padding:8px 10px}.upcoming-matchup__team-away:after,.upcoming-matchup__team-home:after{width:2px;height:100%;opacity:0.2;content:"";position:absolute;top:0;background-image:linear-gradient(270deg, #656e73, #1f2426);right:0}.upcoming-matchup__odds-table{border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,0.04);border:solid 1px #e3e7e8;background-color:#fff;width:100%;margin:20px 0 12px}.upcoming-matchup__logo{height:53px;background-color:#fafafa;border-radius:2px 2px 0 0}.upcoming-matchup__odds-table-heading{border-right:1px solid rgba(31,36,38,0.12);font-size:10px;height:28px;background-color:#e3e7e8 !important;text-align:center;text-transform:uppercase;font-family:"Lato Bold";font-weight:bold;padding:6px}.upcoming-matchup__odds-table-heading:first-of-type{color:#979797;width:51px}.upcoming-matchup__odds-table-heading:last-of-type{border-right:none}.upcoming-matchup__table-body tr td{font-size:12px;line-height:1.33;letter-spacing:0.2px}.upcoming-matchup__table-body tr td:not(:first-child){padding:4px !important;background:#fff !important}.upcoming-matchup__table-body tr td:first-child{font-size:14px;font-family:"Lato Bold";font-weight:bold;width:51px;padding:0;height:35px;color:#fff}.upcoming-matchup__table-body tr td:first-child a{color:#fff;display:block;padding:8px 10px}.upcoming-matchup__table-body tr td:first-child a:hover,.upcoming-matchup__table-body tr td:first-child a:focus{text-decoration:none}.upcoming-matchup__footer{font-size:14px;font-family:"Lato Bold";font-weight:bold;line-height:1.57;letter-spacing:0.3px;color:#10a450;display:block;padding:4px 0;transform:translateX(0);text-decoration:underline}.upcoming-matchup__footer i{margin-left:6px;transition:transform 0.2s}.upcoming-matchup__footer:hover,.upcoming-matchup__footer:focus{color:#10a450}.upcoming-matchup__footer:hover i,.upcoming-matchup__footer:focus i{transform:translateX(3px)}.upcoming-matchup .schedule-listing-title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;display:inline}@media only screen and (max-width: 992px){.upcoming-matchup .schedule-listing-title{font-size:16px;line-height:1.38}}.upcoming-matchup .select-help{margin:0 0 2px 8px}.upcoming-matchup .component-container{margin:8px 0 12px}.upcoming-matchup .component-container *{text-align:center}.upcoming-matchup .component-container:last-child{margin-bottom:0}.upcoming-matchup .component-container .consensus-stats,.upcoming-matchup .component-container .consensus-overunder{padding:0 10px}.upcoming-matchup .component-container-last{margin-bottom:0px}.upcoming-matchup__link-details{border:1px solid #c9d0d4;border-top:0px}@media (min-width: 768px) and (max-width: 1199px){.upcoming-matchup{margin-top:16px}}.completed-matchup{margin:0 0 32px}.completed-matchup__card{border-radius:2px;box-shadow:0 2px 4px 0 rgba(0,0,0,0.04);background-color:#fff;width:100%;border-radius:2px;margin-bottom:12px}.completed-matchup__card-header{display:flex;justify-content:space-between;align-items:center;position:relative;min-height:29px;overflow:hidden;border-radius:2px 2px 0 0}.completed-matchup__card-body{display:flex;align-items:center;justify-content:space-around;height:60px;border:1px solid #e3e7e8;border-top:0;border-radius:0 0 2px 2px}.completed-matchup__header-home,.completed-matchup__header-away{height:28px;flex:1;font-family:"Lato Bold";font-size:14px;font-weight:bold;line-height:1.43;letter-spacing:0.3px;text-align:center;color:#fff;display:flex;justify-content:space-around;align-items:center}.completed-matchup__header-home:hover,.completed-matchup__header-home:focus,.completed-matchup__header-away:hover,.completed-matchup__header-away:focus{color:#fff;text-decoration:none}.completed-matchup__header-home>div,.completed-matchup__header-away>div{display:flex;margin:auto}.completed-matchup__header-home:first-child,.completed-matchup__header-away:first-child{overflow:hidden;position:relative;border-radius:2px 0 0 0}.completed-matchup__header-home:first-child:after,.completed-matchup__header-away:first-child:after{content:"";background-color:rgba(255,255,255,0.12);position:absolute;width:60%;right:-14px;top:0;bottom:0;transform:skew(-20deg)}.completed-matchup__header-home:first-child div:last-child,.completed-matchup__header-away:first-child div:last-child{padding-right:6px}.completed-matchup__header-home:last-child,.completed-matchup__header-away:last-child{overflow:hidden;position:relative;border-radius:0 2px 0 0}.completed-matchup__header-home:last-child:after,.completed-matchup__header-away:last-child:after{content:"";background-color:rgba(255,255,255,0.12);position:absolute;width:60%;left:-14px;top:0;bottom:0;transform:skew(-20deg)}.completed-matchup__header-home:last-child div:first-child,.completed-matchup__header-away:last-child div:first-child{padding-left:6px;position:relative}.completed-matchup__team-badge{flex:1;font-family:"Lato Bold";font-size:14px;font-weight:bold;line-height:1.43;letter-spacing:0.3px;text-align:center;color:#fff;border-radius:2px;padding:5px 10px;margin-right:6px;display:inline}.completed-matchup__team-badge:hover,.completed-matchup__team-badge:focus{color:#fff;text-decoration:none}.completed-matchup__vs{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:3;background:#fff;border-radius:50%;height:20px;width:20px;line-height:1.44;text-align:center;font-family:"Lato Bold";font-size:10px;font-weight:bold;letter-spacing:0.3px;color:#353f42;display:flex;align-items:center;justify-content:center}.completed-matchup__cover-points{font-family:"Lato Bold";font-size:14px;font-weight:bold;line-height:1.29;letter-spacing:0.2px;text-align:center;margin-right:4px}.completed-matchup__cover-label,.completed-matchup__over-under{font-family:"Lato Bold";font-size:12px;font-weight:bold;line-height:1.5;letter-spacing:0.2px;text-align:center;color:#959fa3}.completed-matchup__over-under{display:flex;flex-direction:column;line-height:0.5}.completed-matchup__over-under-points{font-size:18px;line-height:0;letter-spacing:0.3px;color:#1f2426}.completed-matchup__over-under-indicator{font-size:26px;margin-left:4px}.completed-matchup__over-under-indicator--over{color:#10a450}.completed-matchup__over-under-indicator--under{color:#d72429}.completed-matchup__link-details{border:1px solid #e3e7e8}.completed-matchup__score-table{border-left:1px solid #e3e7e8;border-bottom:1px solid #e3e7e8}.completed-matchup__score-table .ats-record-teamname.away{border-radius:2px 0 0 0;height:30px;top:30px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e3e7e8}.completed-matchup__score-table .ats-record-teamname.home{border-radius:0 0 0 2px;height:30px;top:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1)}.completed-matchup__score-table .ats-record-table{height:90px;border:none;position:relative}.completed-matchup__score-table .ats-record-table:after{content:"";position:absolute;top:1;right:0;height:100%;width:calc(100% - 53px);box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);border-radius:2px}.completed-matchup__score-table .ats-record-table *{border:none}.completed-matchup__score-table .ats-record-table table{box-shadow:none}.completed-matchup__score-table .ats-record-table tr{height:30px;border-top:1px solid #e3e7e8}.completed-matchup__score-table .ats-record-table tr:first-child{border-top-color:rgba(255,255,255,0);background-color:rgba(255,255,255,0);border-radius:2px 2px 0 0}.completed-matchup__score-table .ats-record-table tr:last-child{border-radius:0 0 2px 0}.completed-matchup__score-table .ats-record-table tr:last-child td:last-child{border-radius:0 0 2px 0}.completed-matchup__score-table .ats-record-table td{padding:4px;font-size:12px;line-height:1.5;letter-spacing:0.2px;border-right:1px solid #e3e7e8;min-width:24px}.completed-matchup__score-table .ats-record-table td:last-child{border-right:none}.completed-matchup__score-table .ats-record-table th{background-color:#e3e7e8;border-right:1px solid rgba(31,36,38,0.12);font-size:12px;line-height:1.5;letter-spacing:0.2px;padding:0}.completed-matchup__score-table .ats-record-table th:first-of-type{border-radius:2px 0 0 0}.completed-matchup__score-table .ats-record-table th:last-of-type{border-radius:0 2px 0 0;border-right:none}@media (min-width: 768px) and (max-width: 1199px){.completed-matchup{margin-top:16px}}.sidebar-matchup-link-details{text-align:center;padding:10px 0px}.sidebar-matchup-link-details a>div{font-size:12px}.landing-page-sidebar{text-align:center;margin-bottom:40px}.landing-page-sidebar__heading{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58;color:#b61e22;text-align:left;margin-bottom:20px}@media only screen and (max-width: 767px){.landing-page-sidebar__heading{font-size:22px;line-height:1.36}}.landing-page-sidebar__heading--dark{color:#1f2426;margin-top:20px}.landing-page-sidebar__author{font-family:Georgia;font-weight:normal;font-style:normal;font-stretch:normal;color:#1f2426;color:#656e73;text-align:center}.landing-page-sidebar__author a{color:#656e73}.landing-page-sidebar__title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;color:#b61e22;text-transform:uppercase;font-size:16px;text-align:center}@media only screen and (max-width: 992px){.landing-page-sidebar__title{font-size:16px;line-height:1.38}}.landing-page-sidebar__sport{text-transform:uppercase;color:#fff;background-color:#959fa3;border-radius:4px;display:inline-block;padding:4px 6px;margin:4px 4px;font-size:14px}.landing-page-sidebar__author-posts{text-align:left;padding:6px 0;border-top:1px solid #e3e7e8;font-size:14px}.landing-page-sidebar__author-posts a{color:#1f2426}.landing-page-sidebar__author-posts--first{border-top:0;margin-top:20px}.hexagon__landing{position:relative;display:inline-block;width:15px;height:8.66px;background-color:#fff;margin:4.33px 0;border-left:solid 4px #b61e22;border-right:solid 4px #b61e22;margin-right:10px}.hexagon__landing--dark{border-left:solid 4px #1f2426;border-right:solid 4px #1f2426}.hexagon__landing:before,.hexagon__landing:after{content:"";position:absolute;z-index:1;width:10.61px;height:10.61px;-webkit-transform:scaleY(0.5774) rotate(-45deg);-ms-transform:scaleY(0.5774) rotate(-45deg);transform:scaleY(0.5774) rotate(-45deg);background-color:inherit;left:-1.8033px}.hexagon__landing:before{top:-5.3033px;border-top:solid 5.6569px #b61e22;border-right:solid 5.6569px #b61e22}.hexagon__landing:after{bottom:-5.3033px;border-bottom:solid 5.6569px #b61e22;border-left:solid 5.6569px #b61e22}.guides-sidebar>*:last-child{margin-bottom:0}.guides-sidebar__container{margin:0 0 32px;border-radius:4px;box-shadow:0 2px 6px 0 rgba(0,0,0,0.06);border:solid 1px #e3e7e8;background-color:#fff;padding:0 0 10px 0}.guides-sidebar__title{font-family:"Lato Bold";font-size:20px;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#1f2426;margin:20px 0 10px 0;padding:0 16px}.guides-sidebar__underline{width:100%;height:4px;background-image:linear-gradient(97deg, #d72429, #b61e22);margin-top:8px;margin-bottom:22px}.guides-sidebar__listing{padding:3px 0;font-family:"Lato";color:#1f2426;font-size:16px;line-height:1.5;padding:0 16px}.guides-sidebar__listing ul{padding:0;margin-left:18px}.guides-sidebar__listing li{font-size:16px;margin:0 0 12px 0;list-style-position:outside}.guides-sidebar__listing li a,.guides-sidebar__listing li a:hover{color:#1f2426}.guides-sidebar__listing .page_item{list-style:none}.guides-sidebar__listing .page_item_has_children ul.children{display:none}.guides-sidebar__listing .current_page_item,.guides-sidebar__listing .current_page_ancestor{font-weight:bold}.guides-sidebar__listing .current_page_item ul.children,.guides-sidebar__listing .current_page_ancestor ul.children{margin-left:38px;display:block;margin-top:12px}.guides-sidebar__listing .current_page_item ul.children li,.guides-sidebar__listing .current_page_ancestor ul.children li{list-style:disc}.promoted-article-sidebar-card{margin:0 auto 32px;display:block;width:260px}.recommended-for-you,.guides-cross-promoted,.futures-tracker-block{background:#f2f4f5;margin-top:40px;padding:48px 0}.recommended-for-you__heading,.guides-cross-promoted__heading,.futures-tracker-block__heading{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58;margin-bottom:24px}@media only screen and (max-width: 767px){.recommended-for-you__heading,.guides-cross-promoted__heading,.futures-tracker-block__heading{font-size:22px;line-height:1.36}}.recommended-for-you__container,.guides-cross-promoted__container,.futures-tracker-block__container{display:flex}.recommended-for-you__item,.guides-cross-promoted__item,.futures-tracker-block__item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;position:relative;background-position:center;background-repeat:no-repeat;background-size:cover;padding:24px;background-color:#656e73;border-radius:3px;height:232px;flex:1;margin:0 15px;z-index:1}.recommended-for-you__item:before,.guides-cross-promoted__item:before,.futures-tracker-block__item:before{z-index:-1;content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to bottom, rgba(0,0,0,0), #000)}.recommended-for-you__item:hover,.recommended-for-you__item:focus,.guides-cross-promoted__item:hover,.guides-cross-promoted__item:focus,.futures-tracker-block__item:hover,.futures-tracker-block__item:focus{text-decoration:none}.recommended-for-you__item:first-of-type,.guides-cross-promoted__item:first-of-type,.futures-tracker-block__item:first-of-type{margin-left:0}.recommended-for-you__item:last-of-type,.guides-cross-promoted__item:last-of-type,.futures-tracker-block__item:last-of-type{margin-right:0}.recommended-for-you__title,.guides-cross-promoted__title,.futures-tracker-block__title{width:100%;font-family:"Lato Bold";font-weight:bold;color:#fff;font-size:22px;line-height:24px;letter-spacing:0.2px}.recommended-for-you__badge,.guides-cross-promoted__badge,.futures-tracker-block__badge{color:#fff;margin:0 0 10px 0;text-transform:uppercase;font-family:"Lato Bold";font-weight:bold;font-size:11px;line-height:0;letter-spacing:0.5px;display:flex;justify-content:center;align-items:center;padding:10px 12px;height:20px;display:flex;justify-content:center;color:#fff;position:relative;z-index:1}.recommended-for-you__badge:before,.guides-cross-promoted__badge:before,.futures-tracker-block__badge:before{content:'';position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;transform:skew(-12deg);box-shadow:1px 2px 6px 0 rgba(0,0,0,0.4);background-color:#f6a841}@media only screen and (max-width: 1199px){.recommended-for-you__item-3,.guides-cross-promoted__item-3,.futures-tracker-block__item-3{margin-right:0}.recommended-for-you__item-4,.guides-cross-promoted__item-4,.futures-tracker-block__item-4{display:none}}@media only screen and (max-width: 992px){.recommended-for-you,.guides-cross-promoted,.futures-tracker-block{padding:24px 0 32px}.recommended-for-you__item-2,.guides-cross-promoted__item-2,.futures-tracker-block__item-2{margin-right:0}.recommended-for-you__item-3,.guides-cross-promoted__item-3,.futures-tracker-block__item-3{display:none}}@media only screen and (max-width: 767px){.recommended-for-you__title,.guides-cross-promoted__title,.futures-tracker-block__title{font-size:20px;line-height:1.3;letter-spacing:0.3px}.recommended-for-you__item,.guides-cross-promoted__item,.futures-tracker-block__item{min-height:195px;display:flex}.recommended-for-you__item-3,.guides-cross-promoted__item-3,.futures-tracker-block__item-3{display:none}.recommended-for-you__item-4,.guides-cross-promoted__item-4,.futures-tracker-block__item-4{display:none}}@media only screen and (max-width: 575px){.recommended-for-you,.guides-cross-promoted,.futures-tracker-block{padding:0 0 24px 0;background:#fff}.recommended-for-you__container,.guides-cross-promoted__container,.futures-tracker-block__container{flex-direction:column}.recommended-for-you__item,.guides-cross-promoted__item,.futures-tracker-block__item{margin:8px 0;display:flex}.recommended-for-you__item:first-of-type,.guides-cross-promoted__item:first-of-type,.futures-tracker-block__item:first-of-type{margin-top:0}.recommended-for-you__item-3,.guides-cross-promoted__item-3,.futures-tracker-block__item-3{margin-bottom:0}.recommended-for-you__item-4,.guides-cross-promoted__item-4,.futures-tracker-block__item-4{display:none}}.guides-cross-promoted{flex-direction:row;display:flex;background:none;flex-wrap:wrap}.guides-cross-promoted__item{flex-basis:calc(25% - 10px);margin:10px 5px}@media only screen and (max-width: 992px){.guides-cross-promoted__item{flex-basis:calc(50% - 10px);min-height:145px;height:145px}}@media only screen and (max-width: 767px){.guides-cross-promoted__item{flex-basis:100%;min-height:96px;height:96px}}.guides-cross-promoted__item:first-of-type,.guides-cross-promoted__item:last-of-type{margin:10px 5px}@media only screen and (max-width: 992px){.guides-cross-promoted__title{font-size:16px}}.futures{margin:0 0 32px}.futures__header{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58;margin-top:20px;text-align:center}@media only screen and (max-width: 767px){.futures__header{font-size:22px;line-height:1.36}}.futures__body{border:solid 1px #e3e7e8;padding:20px 20px 5px 20px;position:relative}.futures__tabGroup{list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;min-height:40px;margin-right:20px}.futures__tooltip{position:absolute;right:10px;top:27px}@media only screen and (max-width: 992px){.futures__tooltip{top:15px}}.futures__tab{display:flex;border:1px solid #c9d0d4;background-color:#fff;color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;cursor:pointer;border-radius:2px;margin:2px 5px;flex-grow:1;position:relative}.futures__tab a{font-family:"Lato Regular"}.futures__tab a{display:flex;justify-content:center;align-items:center;text-align:center;color:#1f2426;text-decoration:none;font-size:12px;width:100%;height:100%;border-bottom:3px solid transparent}.futures__tab a:hover{border-bottom-color:#d72429}.futures__tab.active a{border-bottom-color:#d72429}.futures__collapser{background-color:#fafafa;padding:20px}.futures__collapser__text{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px}.futures__collapser__text a{font-family:"Lato Regular"}.futures__collapser__icon{float:right;background:url("data:image/svg+xml;charset=utf-8,     <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'>       <polygon points='0,0 80,0 40,50' style='fill:black;'/>     </svg>");background-repeat:no-repeat;width:12px;height:12px;line-height:14px;display:block;transform:rotate(0deg);transition:transform 0.3s ease-in-out}.futures__collapser__body{margin-top:10px;color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px}.futures__collapser__body a{font-family:"Lato Regular"}.futures .collapsed .futures__collapser__icon{transform:rotate(90deg)}.page-fullwidth .sbd-amchart__header h2,.page-fullwidth .sbd-amchart__header h3,.page-fullwidth .sbd-amchart__header .related-post-details .related-title,.related-post-details .page-fullwidth .sbd-amchart__header .related-title{margin:0}@media only screen and (max-width: 992px){.page-fullwidth .sbd-amchart__header h2,.page-fullwidth .sbd-amchart__header h3,.page-fullwidth .sbd-amchart__header .related-post-details .related-title,.related-post-details .page-fullwidth .sbd-amchart__header .related-title{margin:auto}}.futuresChart{margin:0 0 32px}.futuresChart__chart{background:url("../images/SBD-Symbol-Graph-Background.svg");background-repeat:no-repeat;background-position:center 20%;background-size:80%}.futuresChart__logo{width:70px;display:block;margin-left:auto;margin-top:-10px;margin-bottom:10px}.futuresChart__tabs{background-color:#f2f4f5}.futuresChart__singleTitle{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58;text-align:center;margin-top:20px}@media only screen and (max-width: 767px){.futuresChart__singleTitle{font-size:22px;line-height:1.36}}.futuresChart__wrapper{display:none;position:relative;min-height:400px}.futuresChart__wrapper.active{display:block}.datepicker-dropdown{background-color:#1f2426;color:#353f42;width:200px;padding-top:0;padding-bottom:0;margin-top:0;border-radius:0}.datepicker-dropdown .day{font-family:"Lato Bold";font-weight:bold;font-size:10px;color:#656e73;cursor:pointer;background-color:#1f2426}.datepicker-dropdown table{border:none;margin-top:0;margin-bottom:0}.datepicker-dropdown table td{border:0}.datepicker-dropdown table th{border:0;font-size:10px;color:#656e73;background:transparent}.datepicker-dropdown .active{position:relative;z-index:1;color:white;display:flex;align-items:center;justify-content:center}.datepicker-dropdown .active:before{z-index:-1;content:"";position:absolute;width:19px;height:19px;background-color:#10a450;border-radius:100%}.datepicker-dropdown .datepicker-switch{font-size:12px;line-height:2;color:#fff;letter-spacing:0.3px}.datepicker-dropdown .today,.datepicker-dropdown .prev,.datepicker-dropdown .next{color:#fff;cursor:pointer}.datepicker-dropdown .prev,.datepicker-dropdown .next{font-size:18px}.chart-container{padding:15px;background:#fff;border-radius:4px}.chart-container .sbd-amchart__menu-accordion{display:block}.chart-container .sbd-amchart__content{width:75%}@media only screen and (max-width: 1024px){.chart-container .sbd-amchart__content{width:100%}}.panel .panel-title{position:relative;flex:1;margin:0;min-height:50px;display:flex;align-items:center;justify-content:space-between}.panel .panel-title a{flex:1;font-family:"Lato Black";font-weight:900;font-size:12px;margin-right:6px;color:#656e73;padding:10px 0;display:flex;align-items:center;justify-content:space-between;text-transform:uppercase;letter-spacing:0.3px}.panel .panel-title a:hover,.panel .panel-title a:active,.panel .panel-title a:focus{text-decoration:none}.panel .panel-title a .sbdicon{transition:transform 0.15s ease;color:#fff;font-size:14px}.panel .panel-title a[aria-expanded="true"] .sbdicon{transform:rotate(-90deg)}.panel .panel-heading{height:50px;display:flex;align-items:center;justify-content:space-between;position:relative}.panel .panel-heading:before{content:"";display:block;height:1px;background-color:#353f42;width:calc(100% + 30px);position:absolute;left:-15px;bottom:0}.panel .panel-heading .panel-title{margin-top:0}.panel .panel-body{padding:15px 0 0 0}.panel .teamSelectCollapse .panel-body{display:flex;flex-direction:column}@media only screen and (max-width: 767px){.panel .teamSelectCollapse .sbd-amchart__teams-legend{padding-bottom:20px}}.sbd-amchart{height:590px;background-color:#1f2426;font-family:"Lato Bold";font-weight:bold;padding:15px;border-radius:4px;position:relative;width:calc(100% + 326px);margin:0 -163px 20px;display:flex;padding-right:0}@media screen and (max-width: 1279px){.sbd-amchart{display:block;height:auto;padding:0}}@media only screen and (max-width: 767px){.sbd-amchart{height:auto;margin:0 -15px 20px;border-radius:0;width:calc(100% + 30px)}}.sbd-amchart__error{display:flex;align-items:center;justify-content:center;height:100%;border:1px solid #353f42;border-radius:2px;margin:15px;position:relative}.sbd-amchart__error:before{content:"";background:url("../images/SBD-Symbol-Graph-Background.svg");background-repeat:no-repeat;background-size:contain;width:160px;height:45px;margin-bottom:10px;animation:fadeIn 1s infinite alternate}@media only screen and (max-width: 767px){.sbd-amchart__error:before{transform:scale(0.5);margin-bottom:0}}.sbd-amchart__content{width:100%;background-color:#1f2426;background-image:linear-gradient(to bottom, #000, #1f2426);box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);z-index:2;font-size:12px;border-radius:4px;padding-bottom:100px;padding-top:15px}.sbd-amchart__content--no-sidebar{width:calc(100% - 15px)}.sbd-amchart__content--no-sidebar+.sbd-amchart__social-foot .sbd-amchart__social-foot-icons{display:none}.sbd-amchart__content--no-sidebar .sbd-amchart__annotations{width:calc(100% - 30px)}@media screen and (max-width: 1279px){.sbd-amchart__content{padding-bottom:0}}@media only screen and (max-width: 1024px){.sbd-amchart__content{width:100%;box-shadow:none}.sbd-amchart__content--no-sidebar+.sbd-amchart__social-foot{height:5px}}@media only screen and (max-width: 767px){.sbd-amchart__content{padding-bottom:0;padding-top:1px;border-radius:0;height:auto}}.sbd-amchart__header{text-align:center}.sbd-amchart__header h2{color:#fff;font-size:25px;font-family:"Lato Black";font-weight:900;text-align:center;margin:0}.sbd-amchart__header h3,.sbd-amchart__header .related-post-details .related-title,.related-post-details .sbd-amchart__header .related-title{font-family:"Lato Black";font-size:8px;font-weight:900;line-height:1.75;letter-spacing:16px;color:#d72429;text-align:center}.sbd-amchart__header--mobile{display:none}@media screen and (max-width: 1279px){.sbd-amchart__header{display:none}.sbd-amchart__header--mobile{display:block}.sbd-amchart__header--mobile h3,.sbd-amchart__header--mobile .related-post-details .related-title,.related-post-details .sbd-amchart__header--mobile .related-title{font-size:8px;letter-spacing:12px;margin-bottom:20px !important}.sbd-amchart__header--mobile h2{padding:0 15px;font-size:14px;letter-spacing:normal;color:#fff;margin:15px 0 5px !important;font-weight:bold;font-family:"Lato Bold"}}@media only screen and (max-width: 767px){.sbd-amchart__header h3,.sbd-amchart__header .related-post-details .related-title,.related-post-details .sbd-amchart__header .related-title{letter-spacing:6px;font-size:6px;margin-bottom:0px !important}}.sbd-amchart__fields{position:relative;padding:15px 15px 15px 50px;display:flex;align-items:center}.sbd-amchart__fields--mobile{display:none}.sbd-amchart__fields .sbd-amchart__event-select{position:absolute;left:50%;transform:translateX(-50%)}@media screen and (max-width: 1279px){.sbd-amchart__fields{padding:15px 15px 0}.sbd-amchart__fields--mobile{display:flex;justify-content:center}.sbd-amchart__fields--mobile .sbd-amchart__event-select{position:relative;left:unset;transform:none}}@media only screen and (max-width: 767px){.sbd-amchart__fields{display:block}}.sbd-amchart__league-event select{width:100%;float:left}.sbd-amchart__calendar-button{z-index:10;background-color:transparent;border:1px solid #353f42;height:33px;width:33px;top:15px;border-radius:2px;transition:border-color 0.25s}.sbd-amchart__calendar-button .sbdicon{font-size:14px;color:#fff}.sbd-amchart__calendar-button:focus,.sbd-amchart__calendar-button:hover,.sbd-amchart__calendar-button:active{outline:none;border-color:#656e73}.sbd-amchart__calendar-button--end{order:10}.sbd-amchart__calendar-button i{color:#fff}.sbd-amchart__calendar-label{position:relative;color:#fff;min-width:100px}.sbd-amchart__calendar-label--end{text-align:right;margin-right:10px;margin-left:auto}.sbd-amchart__calendar-label--start{text-align:left;margin-left:10px}.sbd-amchart__calendar-field{position:absolute;top:40px;width:1px;height:1px;border:none;background:none}.sbd-amchart__calendar-field:focus,.sbd-amchart__calendar-field:active{outline:none}.sbd-amchart__calendar-field--end{right:15px}.sbd-amchart select::-ms-expand{display:none}.sbd-amchart .select-icon{position:absolute;top:0;right:0;width:30px;height:30px;pointer-events:none;border-left:1px solid #353f42;transition:background-color 0.3s ease, border-color 0.3s ease;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1279px){.sbd-amchart .select-icon{right:0;background-color:#353f42;border:1px solid #353f42;border-radius:0 2px 2px 0}}.sbd-amchart .select-icon .sbdicon{color:#fff;font-size:12px}@media screen and (max-width: 1279px){.sbd-amchart__event-top{display:none}}.sbd-amchart__event-select{width:191px;margin:auto}@media screen and (max-width: 1279px){.sbd-amchart__event-select{margin-right:10px}.sbd-amchart__event-select:last-child{margin-right:0}}@media only screen and (max-width: 767px){.sbd-amchart__event-select{margin:0}.sbd-amchart__event-select:last-child{padding-left:15px}}.sbd-amchart__event-select,.sbd-amchart__league-select{position:relative}@media screen and (max-width: 1279px){.sbd-amchart__event-select,.sbd-amchart__league-select{float:left}}@media only screen and (max-width: 767px){.sbd-amchart__event-select,.sbd-amchart__league-select{width:50%}}.sbd-amchart__conference-selector,.sbd-amchart__filter-select,.sbd-amchart__top-selector{width:191px;margin:auto;height:30px;font-family:"Lato Black";letter-spacing:0.3px;font-size:12px;font-weight:900;cursor:pointer;background-color:transparent;border:1px solid #353f42;border-radius:2px;color:#fff;appearance:none;padding-right:30px;padding-left:10px;-webkit-appearance:none;-moz-appearance:none;transition:color 0.25s ease, background-color 0.25s ease, border 0.25s ease}.sbd-amchart__conference-selector option,.sbd-amchart__filter-select option,.sbd-amchart__top-selector option{background:#1f2426}.sbd-amchart__conference-selector:focus,.sbd-amchart__conference-selector:hover,.sbd-amchart__filter-select:focus,.sbd-amchart__filter-select:hover,.sbd-amchart__top-selector:focus,.sbd-amchart__top-selector:hover{outline:none;border:1px solid #656e73}.sbd-amchart__conference-selector:focus+.select-icon,.sbd-amchart__conference-selector:hover+.select-icon,.sbd-amchart__filter-select:focus+.select-icon,.sbd-amchart__filter-select:hover+.select-icon,.sbd-amchart__top-selector:focus+.select-icon,.sbd-amchart__top-selector:hover+.select-icon{border-left:1px solid #656e73}@media screen and (max-width: 1279px){.sbd-amchart__conference-selector,.sbd-amchart__filter-select,.sbd-amchart__top-selector{background-color:#000}}.sbd-amchart__conference-selector option{background:#000}.sbd-amchart__chart{width:100%;height:calc(100% - 50px);clear:both}@media screen and (max-width: 1279px){.sbd-amchart__chart{height:270px}}.sbd-amchart__annotations{color:#fff;display:flex;height:45px;align-items:center;justify-content:center;bottom:25px;width:calc(100% - 310px);position:absolute;left:15px;overflow:hidden;padding:0 30px;text-align:center}@media screen and (max-width: 1279px){.sbd-amchart__annotations{display:none}}.sbd-amchart__menu-accordion{min-width:295px;background-color:#1f2426;z-index:1;height:485px;padding:0 15px}@media screen and (max-width: 1279px){.sbd-amchart__menu-accordion{width:100%;display:block;height:auto}}.sbd-amchart__menu-accordion select{width:100%;margin-bottom:10px}.sbd-amchart__menu-accordion .select-icon{right:0;padding-top:0}.sbd-amchart__search{background:#1f2426;border:1px solid #353f42;color:#fff;font-size:12px;height:30px;line-height:30px;padding:0 10px;width:87%;margin-bottom:15px;border-radius:2px 0 0 2px;float:left;transition:border-color 0.25s}.sbd-amchart__search:focus,.sbd-amchart__search:hover{outline:none;border-color:#656e73}.sbd-amchart__search:focus+*,.sbd-amchart__search:hover+*{border-color:#656e73}.sbd-amchart__search-icon{float:left;width:13%;height:30px;line-height:23px;border:1px solid #353f42;border-left:none;border-radius:0 2px 2px 0;color:#fff;text-align:center;cursor:pointer;transition:border-color 0.25s}.sbd-amchart__search-icon i{height:100%;color:#fff;font-size:14px}.sbd-amchart__hidden-legend{display:none}.sbd-amchart__teams-legend{height:250px;overflow:hidden;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#fff #2a2f31}.sbd-amchart__teams-legend::-webkit-scrollbar{width:4px}.sbd-amchart__teams-legend::-webkit-scrollbar-track{background:#2a2f31}.sbd-amchart__teams-legend::-webkit-scrollbar-thumb{background-color:#fff;border-radius:4px;border:1px solid #2a2f31}@media only screen and (max-width: 1024px){.sbd-amchart__teams-legend{height:205px}}.sbd-amchart__teams-legend .teams-header{display:flex;align-items:center;padding-bottom:5px}.sbd-amchart__teams-legend .teams-header div{float:left;width:50%;color:#656e73;font-family:"Lato Bold";font-size:8px;text-align:center;text-transform:uppercase}.sbd-amchart__teams-legend .teams-header div:first-child{text-align:left;display:flex;align-items:center}.sbd-amchart__teams-legend .teams-header div:last-child{text-align:right;padding-right:45px}.sbd-amchart__teams-legend .teams-header span{float:left;font-size:14px;margin-right:12px;color:#2a2f31;align-items:center;justify-content:center;display:flex;width:32px}.sbd-amchart__legend-list{margin-left:0;width:calc(100% - 30px)}.sbd-amchart__legend-list-item{font-family:"Lato Bold";font-size:11px;background-color:#2a2f31;list-style-type:none;min-height:30px;color:#fff;display:flex;align-items:stretch;border-radius:2px;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);margin-bottom:5px;position:relative}.sbd-amchart__legend-list-item:hover{cursor:pointer}.sbd-amchart__legend-list-item .color{font-size:18px;background-color:#000;width:30px;display:flex;align-items:center;justify-content:center}.sbd-amchart__legend-list-item i{position:absolute;padding:0 10px;height:30px;right:-30px;font-size:11px}.sbd-amchart__legend-list-item .number{font-size:11px;margin-right:15px;margin-left:5px;display:flex;align-items:center}.sbd-amchart__legend-list-item .name{display:flex;align-items:center;flex:1;line-height:1.5;margin-left:15px;padding:2px 0}.sbd-amchart__legend-list-item--disabled{color:#656e73}.sbd-amchart__legend-list-item--selected{color:#fff}.sbd-amchart__legend-list-item-eliminated{color:#656e73}.sbd-amchart__legend-list-item-eliminated .name,.sbd-amchart__legend-list-item-eliminated .number{text-decoration:line-through}.sbd-amchart__legend-list-item-eliminated i{display:none}.sbd-amchart__legend-list-item-eliminated:hover{cursor:default}.sbd-amchart__social-foot{z-index:1;background-color:#b61e22;height:90px;position:absolute;width:100%;z-index:0;bottom:0;left:0;border-radius:0 0 4px 4px}@media screen and (max-width: 1279px){.sbd-amchart__social-foot{position:relative;height:50px;justify-content:center;display:flex}}.sbd-amchart__social-foot-icons{float:right;width:295px;font-size:24px;align-items:center;justify-content:center;display:flex;padding:20px 50px}.sbd-amchart__social-foot-icons .sbdicon{width:50px;height:50px;color:#fff;margin:0 10px;border:2px solid #fff;border-radius:100%;transition:background-color 0.15s, border-color 0.15s}.sbd-amchart__social-foot-icons .sbdicon:hover{color:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25)}.sbd-amchart__social-foot-icons .sbdicon.icon-twitter:hover{background-color:#049ff6;border-color:#049ff6}.sbd-amchart__social-foot-icons .sbdicon.icon-facebook:hover{background-color:#3b5998;border-color:#3b5998}@media screen and (max-width: 1279px){.sbd-amchart__social-foot-icons{width:150px;height:50px;padding:0;text-align:center;font-size:18px}.sbd-amchart__social-foot-icons .sbdicon{border-width:1px;width:30px;height:30px}}@keyframes fadeIn{from{opacity:0.05}to{opacity:0.3}}body.modal-open{padding:0 !important}.sbd-modal__header{position:relative;background-color:#353f42;color:#fff;line-height:1.6;letter-spacing:0.3px;font-size:15px;text-transform:uppercase;text-align:center;height:45px;display:flex;align-items:center;justify-content:center;border:none}.sbd-modal__close{cursor:pointer;position:absolute;top:50%;right:15px;transform:translateY(-50%);font-size:20px}.sbd-modal.modal.in .modal-dialog{transform:translate(-50%, -50%);position:absolute;left:50%;top:50%;margin:0;width:80%;max-width:560px}.sbd-modal.modal.in .modal-content{border:none;border-radius:4px;overflow:hidden;background-color:unset}.noServiceModal{background-color:rgba(0,0,0,0.8)}.noServiceModal__container{width:100%;max-width:558px;margin:auto;position:relative;top:calc(50% - 129px);text-align:center}.noServiceModal__header{border-radius:4px 4px 0 0;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:34px;line-height:1.29;width:100%;height:179px;background-image:url("../images/generic/sbd-pageheader-Generic.jpg");background-size:cover;justify-content:center;display:flex;align-items:center;border-bottom:4px solid #d72429;color:#fff;font-size:44px}@media only screen and (max-width: 767px){.noServiceModal__header{font-size:28px;line-height:1.36}}.noServiceModal__body{background-color:#fff;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:20px;line-height:1.6;width:100%;min-height:100px;justify-content:center;display:flex;align-items:center;padding:24px 32px 32px;text-align:center;border-radius:0 0 4px 4px}@media only screen and (max-width: 767px){.noServiceModal__body{font-size:20px;line-height:1.3}}.sbd-play-modal{background-color:rgba(0,0,0,0.8)}.sbd-play-modal__dialog{width:100%;max-width:1140px;transform:translateY(-50%) !important;margin:0 auto;top:40%;padding:0;border-bottom:0}@media only screen and (max-width: 767px){.sbd-play-modal__dialog{top:20%;transform:none !important;width:90%}}.sbd-play-modal__dialog--mini{max-width:800px}.sbd-play-modal__container{width:100%;max-width:558px;margin:auto;position:relative;top:calc(50% - 129px);text-align:center}.sbd-play-modal__header{border-radius:4px 4px 0 0;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:34px;line-height:1.29;width:100%;height:179px;background-image:url("../images/modal-hero-alternate.jpg");background-size:cover;justify-content:center;display:flex;align-items:center;border-bottom:4px solid #10a450;color:#fff;font-size:44px}@media only screen and (max-width: 767px){.sbd-play-modal__header{font-size:28px;line-height:1.36}}.sbd-play-modal__header img{height:100px;width:260px}.sbd-play-modal__body{background-color:#fff;border-bottom:0;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:20px;line-height:1.6;width:100%;min-height:100px;justify-content:center;display:flex;align-items:center;padding:24px 32px 32px;text-align:center}@media only screen and (max-width: 767px){.sbd-play-modal__body{font-size:20px;line-height:1.3}}.sbd-play-modal__body p span{text-transform:capitalize;font-weight:bold}.sbd-play-modal__footer{height:90px;float:left;width:100%;background-color:#fff;border-radius:0 0 4px 4px;margin-top:-1px}@media only screen and (max-width: 767px){.sbd-play-modal__footer{height:130px}}.sbd-play-modal__play-now{float:left;width:50%}.sbd-play-modal__play-now a{border-radius:5px;background-color:#10a450;padding:13px 65px;color:#fff;text-transform:uppercase;font-family:"Lato Bold";font-size:14px;line-height:2.8em;border:0}.sbd-play-modal__play-now a:hover{text-decoration:none}@media only screen and (max-width: 767px){.sbd-play-modal__play-now{width:100%;margin-bottom:15px}}.sbd-play-modal__continue{float:left;width:50%}.sbd-play-modal__continue a{border-radius:5px;background-color:#fff;padding:13px 65px;color:#1f2426;text-transform:uppercase;font-family:"Lato Bold";font-size:14px;line-height:2.8em;border:1px solid #f2f4f5}.sbd-play-modal__continue a:hover{text-decoration:none}@media only screen and (max-width: 767px){.sbd-play-modal__continue{width:100%;margin-bottom:15px}}.marketing-modal{height:100%;margin:10px}.marketing-modal__dialog{width:100%;max-width:1140px;transform:translateY(-50%) !important;margin:0 auto;top:50%;padding:0}@media screen and (max-width: 500px){.marketing-modal__dialog{top:0;transform:none !important}}.marketing-modal__dialog--mini{max-width:800px}.marketing-modal__shadow{z-index:1;position:relative;padding:20px;background-color:#fff;box-shadow:rgba(0,0,0,0.25) 0px 4px 4px 0px;-ms-overflow-style:none;scrollbar-width:none}@media only screen and (max-width: 767px){.marketing-modal__shadow{box-shadow:none}}.marketing-modal__shadow::-webkit-scrollbar{display:none}.marketing-modal__content-body{color:#656e73}.marketing-modal__content{padding:20px;width:100%;height:calc(100vh - 80px);max-height:690px;max-width:1140px;border-radius:2px 2px 0 0}.marketing-modal__content--mini{max-height:300px;max-width:800px}@media only screen and (max-width: 992px){.marketing-modal__content{padding:5px}.marketing-modal__content--mini{max-height:100vh}}.marketing-modal__heading{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58;margin-bottom:20px}@media only screen and (max-width: 767px){.marketing-modal__heading{font-size:22px;line-height:1.36}}.marketing-modal__logo{height:28px}.marketing-modal__heavy{font-family:"Lato Black";font-weight:900;letter-spacing:0.3px}.marketing-modal__updated-at{color:#656e73;position:absolute;bottom:15px;right:15px}.marketing-modal__updated-at span{color:#d72429}@media only screen and (max-width: 992px){.marketing-modal__updated-at{position:relative;margin-top:4px;bottom:unset;right:unset}}.marketing-modal__close-button{background-color:#d72429;position:absolute;z-index:2;right:0;top:0;font-size:18px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.marketing-modal__header{z-index:1;position:relative;display:flex;justify-content:center;flex-direction:column;padding:0 30px;height:100px;border:1px solid #e3e7e8;border-bottom:0;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25)}@media only screen and (max-width: 992px){.marketing-modal__header{padding:10px 40px 10px 10px;height:124px}}.marketing-modal__header-text{font-size:50px;line-height:1}@media only screen and (max-width: 992px){.marketing-modal__header-text{font-size:28px}}.marketing-modal__header-sub{color:#d72429;font-size:18px}@media only screen and (max-width: 992px){.marketing-modal__header-sub{font-size:16px}}.marketing-modal__footer{height:60px;padding:0 20px;display:flex;box-shadow:0 5px 15px rgba(0,0,0,0.5);align-items:center;background-color:#1f2426;border-radius:0 0 2px 2px}@media only screen and (max-width: 767px){.marketing-modal__footer{justify-content:center}}.marketing-modal__footer-text{color:#d72429;font-size:14px;font-weight:bold;font-family:"Lato Bold";letter-spacing:0.3px;margin-left:auto}@media only screen and (max-width: 767px){.marketing-modal__footer-text{display:none}}.sbd-promo-modal{height:100%;margin:10px}.sbd-promo-modal__dialog{width:100%;max-width:642px;transform:translateY(-50%) !important;margin:0 auto;top:50%;padding:0}@media screen and (max-width: 500px){.sbd-promo-modal__dialog{top:0;transform:none !important}}.sbd-promo-modal__dialog--mini{max-width:800px}.sbd-promo-modal__shadow{z-index:1;position:relative;padding:20px;background-color:#fff;box-shadow:rgba(0,0,0,0.25) 0px 4px 4px 0px;-ms-overflow-style:none;scrollbar-width:none}@media only screen and (max-width: 767px){.sbd-promo-modal__shadow{box-shadow:none}}.sbd-promo-modal__shadow::-webkit-scrollbar{display:none}.sbd-promo-modal__content-body{color:#656e73;padding:0 40px}@media only screen and (max-width: 767px){.sbd-promo-modal__content-body{padding:0 15px}}.sbd-promo-modal__content{padding:0;width:100%;height:calc(100vh - 80px);max-height:600px;max-width:642px;border-radius:2px 2px 0 0;border:0;box-shadow:none}.sbd-promo-modal__content--mini{max-height:300px;max-width:800px;border:0;box-shadow:none}@media only screen and (max-width: 992px){.sbd-promo-modal__content{padding:5px}.sbd-promo-modal__content--mini{max-height:100vh}}@media only screen and (max-width: 767px){.sbd-promo-modal__content{max-height:inherit;height:calc(100vh - 20px)}}.sbd-promo-modal__heading{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58;margin-bottom:20px;display:flex;flex-direction:row;align-items:center;padding:30px 40px;border-bottom:1px solid #e3e7e8}@media only screen and (max-width: 767px){.sbd-promo-modal__heading{font-size:22px;line-height:1.36}}@media only screen and (max-width: 767px){.sbd-promo-modal__heading{padding:15px}}.sbd-promo-modal__close-button{background-color:#1f2426;z-index:2;font-size:18px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:100%;margin-left:auto}.sbd-promo-modal__header{z-index:1;position:relative;display:flex;justify-content:center;flex-direction:column;padding:0 30px;height:100px;border:1px solid #e3e7e8;border-bottom:0;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25)}@media only screen and (max-width: 992px){.sbd-promo-modal__header{padding:10px 40px 10px 10px;height:124px}}.sbd-promo-modal__footer{height:60px;padding:0 20px;display:flex;box-shadow:0 5px 15px rgba(0,0,0,0.5);align-items:center;background-color:#fafafa;border-radius:0 0 2px 2px}@media only screen and (max-width: 767px){.sbd-promo-modal__footer{justify-content:center}}.sbd-promo-modal__footer-text{color:#d72429;font-size:14px;font-weight:bold;font-family:"Lato Bold";letter-spacing:0.3px;margin-left:auto}.sbd-promo-modal__logo{width:200px}.sbd-promo-modal__text{font-family:"Lato Black";font-size:30px;font-weight:900;color:#e3e7e8;text-transform:uppercase;margin-left:auto}@media only screen and (max-width: 767px){.sbd-promo-modal__text{display:none}}.sbd-promo-modal__title{font-family:"Lato Black";font-size:30px;font-weight:900;color:#1f2426}.sbd-promo-modal__dates{font-family:"Lato Bold";font-size:14px;color:#1f2426;font-weight:bold;text-transform:uppercase;margin-bottom:20px}.sbd-promo-modal__dates img{margin-right:10px}.sbd-promo-modal__regions{font-family:"Lato Bold";font-size:14px;color:#10a450;font-weight:bold;text-transform:uppercase;margin-top:20px;margin-bottom:10px}.sbd-promo-modal__regions span{color:#1f2426}.sbd-promo-modal__details{font-size:14px;margin-bottom:20px}.sbd-promo-modal__button{display:flex;width:170px;position:relative;height:40px;text-align:center}.sbd-promo-modal__button .bet-now{width:156px;height:40px;line-height:40px;align-items:center;justify-content:center;font-size:14px;margin-bottom:0}.sbd-promo-modal__button .show-code{z-index:10;position:absolute;top:0;left:0;border:none;background-color:#10a450;position:absolute;text-transform:uppercase;font-weight:bold;font-family:"Lato Bold";cursor:pointer;color:#fff;width:170px;height:40px;line-height:40px;-webkit-transition:width 0.5s;transition:width 0.5s;border-radius:4px}.sbd-promo-modal__button .show-code span{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:'';width:100%}.sbd-promo-modal__button .show-code.hovered{width:0px;padding:0px;color:transparent;cursor:pointer}.sbd-promo-modal__button .show-code.hovered span{display:inline}.sbd-promo-modal__button .code{border:1px dotted #d72429;z-index:1;position:absolute;top:1;left:0;width:100%;height:38px;border-radius:5px;line-height:40px;font-size:14px;text-transform:uppercase;font-family:"Lato Bold";font-weight:bold;text-align:left;padding-left:20px;cursor:default}.sbd-promo-modal__button .code.copied-success{border:1px dotted #10a450;color:#959fa3}.sbd-promo-modal__button .copy{border:1px solid #d72429;z-index:1;width:40px;background:#d72429;position:absolute;top:0;right:0;border-top-right-radius:5px;border-bottom-right-radius:5px;height:39px;line-height:40px;font-family:"Lato Bold";font-weight:bold;font-size:10px;color:#fff;text-transform:uppercase;cursor:pointer}.sbd-promo-modal__button .copy.copied-success{border:1px dotted #10a450;background:#10a450}.sbd-promo-modal__promo{background:#d72429;border-radius:15px;color:#fff;font-size:16px;font-family:"Lato Black";font-weight:900;width:100px;height:30px;text-align:center;line-height:30px;margin-bottom:15px}.featuredMatchup{box-shadow:0 2px 6px 0 rgba(0,0,0,0.06);border:solid 1px #e3e7e8;border-top:0px;margin-bottom:30px;position:relative;padding-top:10px;border-radius:2px}.featuredMatchup:before{content:'';position:absolute;top:0;left:0;width:100%;height:10px;background-color:#d72429;border-radius:2px 2px 0 0}@media only screen and (max-width: 767px){.featuredMatchup{border-radius:6px}}.featuredMatchup__header{color:#fff;display:flex;flex-direction:column;justify-content:space-between;text-align:center;background-size:cover;padding-bottom:53px}.featuredMatchup__header--left,.featuredMatchup__header--right{display:flex;flex-direction:column;flex-basis:calc(50% - 45px)}@media only screen and (max-width: 767px){.featuredMatchup__header--left,.featuredMatchup__header--right{display:none}}.featuredMatchup__header--center{flex-basis:50px;text-align:center;flex-grow:1}@media only screen and (max-width: 767px){.featuredMatchup__header--center{display:none}}.featuredMatchup__header--center img{width:50px}.featuredMatchup__header--left{text-align:right}.featuredMatchup__header--right{text-align:left}.featuredMatchup__heading-container{display:flex;flex-direction:row}.featuredMatchup__heading{font-size:34px;font-weight:900;font-family:"Lato Black";text-transform:uppercase;color:#fff;width:100%;flex-grow:5;line-height:1.07;text-align:center;padding:32px 15px 22px}@media only screen and (max-width: 767px){.featuredMatchup__heading{padding-bottom:0;font-size:28px}}.featuredMatchup__heading--subTitle{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;color:#fff;text-align:unset;font-size:16px}@media only screen and (max-width: 992px){.featuredMatchup__heading--subTitle{font-size:16px;line-height:1.38}}.featuredMatchup__heading--subContent{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;color:#fff;font-size:12px}.featuredMatchup__heading--subContent a{font-family:"Lato Regular"}.featuredMatchup__heading--weatherdesc{text-transform:capitalize}.featuredMatchup__heading--past{font-size:18px;letter-spacing:0.3px;padding-bottom:8px}@media only screen and (max-width: 767px){.featuredMatchup__heading--past{padding-bottom:0;font-weight:900;font-family:"Lato Black"}}.featuredMatchup__heading--past-date{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;margin:0;color:#fff;text-align:center;font-size:34px}@media only screen and (max-width: 767px){.featuredMatchup__heading--past-date{display:none}}.featuredMatchup__teams{background-color:#fff;margin:-16px 32px 0;transform:skew(-10deg);-webkit-transform-style:preserve-3d;border-radius:2px;padding:16px 32px}.featuredMatchup__teams .matchupTeams{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;text-align:center}.featuredMatchup__teams .matchupTeams__awayTeam{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;text-align:center;position:relative;width:50%;background-color:#353f42;border-radius:2px;color:#fff;height:56px;line-height:56px}@media only screen and (max-width: 992px){.featuredMatchup__teams .matchupTeams__awayTeam{font-size:16px;line-height:1.38}}@media only screen and (max-width: 992px){.featuredMatchup__teams .matchupTeams__awayTeam{line-height:56px}}.featuredMatchup__teams .matchupTeams__awayTeam span{display:block;transform:skew(10deg)}.featuredMatchup__teams .matchupTeams__awayTeam i{display:inline-block;position:relative;top:5px;margin:0 5px}.featuredMatchup__teams .matchupTeams__awayTeam:after{position:absolute;right:-1px;top:0;bottom:0;height:100%;width:5px;background-color:#fff;content:''}.featuredMatchup__teams .matchupTeams__awayTeam--score{position:absolute;right:0;width:90px;background-color:rgba(255,255,255,0.2);transform:skew(-5deg);display:inline-block;top:0}@media only screen and (max-width: 767px){.featuredMatchup__teams .matchupTeams__awayTeam--score{display:none}}.featuredMatchup__teams .matchupTeams__vs{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;background-color:#fff;border-radius:100%;width:24px;height:24px;position:absolute;left:calc(50% - 12px);text-align:center;line-height:24px;transform:skew(10deg)}@media only screen and (max-width: 992px){.featuredMatchup__teams .matchupTeams__vs{font-size:12px;line-height:1.5}}@media only screen and (max-width: 992px){.featuredMatchup__teams .matchupTeams__vs{width:32px;height:32px;line-height:32px;left:calc(50% - 16px)}}.featuredMatchup__teams .matchupTeams__vs span{display:block}@media only screen and (max-width: 992px){.featuredMatchup__teams .matchupTeams__vs span{font-size:14px}}.featuredMatchup__teams .matchupTeams__homeTeam{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;text-align:center;position:relative;width:50%;background-color:#656e73;color:#fff;height:56px;line-height:56px;border-radius:2px}@media only screen and (max-width: 992px){.featuredMatchup__teams .matchupTeams__homeTeam{font-size:16px;line-height:1.38}}@media only screen and (max-width: 992px){.featuredMatchup__teams .matchupTeams__homeTeam{line-height:56px}}.featuredMatchup__teams .matchupTeams__homeTeam span{display:block;transform:skew(10deg)}.featuredMatchup__teams .matchupTeams__homeTeam i{display:inline-block;position:relative;top:5px;margin:0 5px}.featuredMatchup__teams .matchupTeams__homeTeam:before{position:absolute;left:-1px;top:0;bottom:0;height:100%;width:5px;background-color:#fff;content:''}.featuredMatchup__teams .matchupTeams__homeTeam--score{position:absolute;left:0;width:90px;background-color:rgba(255,255,255,0.2);transform:skew(-5deg);display:inline-block;top:0}@media only screen and (max-width: 767px){.featuredMatchup__teams .matchupTeams__homeTeam--score{display:none}}.featuredMatchup__body{padding:0 15px 18px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.featuredMatchup__body--hidden{display:none !important;flex-grow:0}@media only screen and (max-width: 767px){.featuredMatchup__body{flex-direction:column;flex-wrap:wrap}}.featuredMatchup__card{background-color:#fff;border:1px solid #e3e7e8;margin:0 3px}@media only screen and (max-width: 767px){.featuredMatchup__card{margin:0 0 32px}}.featuredMatchup__odds{width:34%}@media only screen and (max-width: 992px){.featuredMatchup__odds{width:42%}}@media only screen and (max-width: 767px){.featuredMatchup__odds{width:100%}}.featuredMatchup__tabs{width:66%;display:flex;flex-direction:row}@media only screen and (max-width: 992px){.featuredMatchup__tabs{flex-direction:column;width:58%}}@media only screen and (max-width: 767px){.featuredMatchup__tabs{width:100%}}.featuredMatchup__tabs .nav-tabs{display:flex;margin:inherit;border:0;margin:0 2px}@media only screen and (min-width: 993px){.featuredMatchup__tabs .nav-tabs{display:none}}@media only screen and (max-width: 767px){.featuredMatchup__tabs .nav-tabs{margin:0}}.featuredMatchup__tabs .nav-tabs li{width:50%;background-color:#f2f4f5;border:0;border-bottom:0;margin:0 1px}.featuredMatchup__tabs .nav-tabs li a{font-family:"Lato Black";font-weight:900;color:#1f2426;font-style:normal;font-stretch:normal;text-align:left;margin:0;text-align:center;font-size:14px;color:#1f2426;text-transform:uppercase;border-color:#f2f4f5;margin:0px}.featuredMatchup__tabs .nav-tabs li a:hover{border-color:#f2f4f5;margin:0}.featuredMatchup__tabs .nav-tabs li.active{background-color:#fff}.featuredMatchup__tabs .tab-content{width:100%;display:flex}.featuredMatchup__consensus{width:50%}@media only screen and (max-width: 992px){.featuredMatchup__consensus{width:100%}}@media only screen and (min-width: 993px){.featuredMatchup__consensus{display:block !important}}.featuredMatchup__predicted{width:50%}@media only screen and (max-width: 992px){.featuredMatchup__predicted{width:100%}}@media only screen and (min-width: 993px){.featuredMatchup__predicted{display:block !important}}.featuredMatchup__scores{flex-grow:2}.featuredMatchup__results{flex-grow:1;margin:0 4px;flex-basis:33.33%}.featuredMatchup__bottom{min-height:71px;border-top:1px solid #e3e7e8;display:flex;justify-content:center;align-items:center}.featuredMatchup__bottom--button{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;padding:13px 40px;color:#fff;background-color:#d72429;font-size:14px;display:inline-flex;justify-content:center;align-items:center;border:1px solid #e3e7e8;border-radius:4px;margin-bottom:5px;text-transform:uppercase}.tab-content .featuredMatchup__body--hidden{display:none !important;flex-grow:0}.featuredMatchupSBOdds{position:relative;width:100%}.featuredMatchupSBOdds__controls{padding:13px 0;width:100%}.featuredMatchupSBOdds__controls--left{position:absolute;left:22px;top:30px}.featuredMatchupSBOdds__controls--right{position:absolute;right:22px;top:30px}.featuredMatchupSBOdds__item{display:flex;flex-direction:column}.featuredMatchupSBOdds__logo{display:flex;align-content:center;justify-content:center}.featuredMatchupChart{display:flex;flex-direction:column;min-height:200px}.featuredMatchupChart__topbar{position:relative;height:52px;display:flex;justify-content:center;align-items:center;border-bottom:7px solid #f2f4f5;margin-bottom:5px}@media only screen and (max-width: 992px){.featuredMatchupChart__topbar{display:none}}.featuredMatchupChart__title{font-family:"Lato Black";font-weight:900;color:#1f2426;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;text-transform:uppercase}.featuredMatchupChart__tooltip{position:absolute;right:20px;bottom:18px;border:1px solid #c9d0d4;border-radius:100%;height:20px;width:20px;line-height:20px;text-align:center;font-size:12px;font-weight:bold;font-family:'Lato Bold'}.featuredMatchupChart .chart-container{min-height:100px}@media only screen and (max-width: 992px){.featuredMatchupChart .chart-container{min-height:200px}}.featuredMatchupChart__bottom{height:43px;background-color:#f2f4f5;display:flex;flex-direction:row;justify-content:space-evenly;border-top:1px solid #e3e7e8;padding-left:10px;align-items:center}@media only screen and (max-width: 992px){.featuredMatchupChart__bottom{height:51px}}.featuredMatchupChart__labels{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;text-align:center;flex-grow:1;flex-basis:33.33%}@media only screen and (max-width: 992px){.featuredMatchupChart__labels{font-size:12px;line-height:1.5}}.featuredMatchupScores{min-height:205px;height:100%;width:100%;position:relative;display:flex;flex-direction:column}.featuredMatchupScores__topbar{height:52px;display:flex;justify-content:center;position:relative;align-items:center}@media only screen and (max-width: 992px){.featuredMatchupScores__topbar{display:none}}.featuredMatchupScores__logo{height:21px}.featuredMatchupScores__tooltip{position:absolute;right:20px;top:18px;border:1px solid #c9d0d4;border-radius:100%;height:20px;width:20px;line-height:20px;text-align:center}.featuredMatchupScores__teams{position:relative;display:flex;flex-direction:row}.featuredMatchupScores__away{height:46px;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;font-size:12px;background-color:#353f42;text-align:center;color:#fff;flex-basis:50%;align-items:center;display:flex;justify-content:center}@media only screen and (max-width: 992px){.featuredMatchupScores__away{font-size:12px;line-height:1.5}}.featuredMatchupScores__home{height:46px;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;font-size:12px;background-color:#656e73;text-align:center;color:#fff;flex-basis:50%;align-items:center;display:flex;justify-content:center}@media only screen and (max-width: 992px){.featuredMatchupScores__home{font-size:12px;line-height:1.5}}.featuredMatchupScores__vs{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;background-color:#fff;height:32px;width:32px;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);text-align:center;line-height:29px;border-radius:100%;position:absolute;top:29px;left:calc(50% - 16px);font-size:12px}@media only screen and (max-width: 992px){.featuredMatchupScores__vs{font-size:12px;line-height:1.5}}@media only screen and (max-width: 992px){.featuredMatchupScores__vs{top:7px;line-height:29px}}.featuredMatchupScores__scores{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:34px;line-height:1.29;font-size:40px;color:#1f2426;height:85px;text-align:center;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 767px){.featuredMatchupScores__scores{font-size:28px;line-height:1.36}}.featuredMatchupScores__awayScore,.featuredMatchupScores__homeScore{width:45%;text-align:center;font-size:36px}.featuredMatchupScores__divider{width:10%;text-align:center}.featuredMatchupScores__line-container{width:194px;height:8px;margin:0 auto;position:relative;overflow:hidden}.featuredMatchupScores__line-container--away{position:absolute;height:8px;width:100%;transition:transform 0.5s ease;transform:translate(-100%);border-right:1px solid #fff}.featuredMatchupScores__line-container--home{position:absolute;height:8px;width:100%;transition:transform 0.5s ease;transform:translate(100%);border-left:1px solid #fff}.featuredMatchupScores__line-container--red{background-color:#d72429}.featuredMatchupScores__line-container--green{background-color:#16ba5e}.featuredMatchupScores__bottom{position:absolute;bottom:0;width:100%;height:43px;background-color:#f2f4f5;display:flex;flex-direction:row;justify-content:space-evenly;border-top:1px solid #e3e7e8;padding-left:10px;align-items:center}.featuredMatchupScores__covers{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;text-align:center;width:50%}@media only screen and (max-width: 992px){.featuredMatchupScores__covers{font-size:12px;line-height:1.5}}@media only screen and (max-width: 992px){.featuredMatchupScores__covers{font-size:14px}}.featuredMatchupScores__ou{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;width:50%;text-align:center}@media only screen and (max-width: 992px){.featuredMatchupScores__ou{font-size:12px;line-height:1.5}}@media only screen and (max-width: 992px){.featuredMatchupScores__ou{font-size:14px}}.ellipse{height:4px;width:4px;border-radius:100%;background-color:#fff;display:inline-block;margin:0 5px}.featuredMatchupSBOdds .featuredMatchupSBOdds__table{margin:0px}.featuredMatchupSBOdds .featuredMatchupSBOdds__table .odds-content__table-data{margin:0px}.featuredMatchupSBOdds .featuredMatchupSBOdds__item .odds-content__table-data-mobile-book-selector{display:flex;height:81px;border:0}.featuredMatchupSBOdds .featuredMatchupSBOdds__item .odds-content__book-logo-mobile{width:120px}.featuredMatchupSBOdds .featuredMatchupSBOdds__item .odds-content__book-logo-mobile img{height:40px}.featuredMatchupSBOdds .featuredMatchupSBOdds__item .odds-content__table-data-mobile-book-selector:after,.featuredMatchupSBOdds .featuredMatchupSBOdds__item .odds-content__table-data-mobile-book-selector:before{width:30%}.featuredMatchupSBOdds .featuredMatchupSBOdds__item .odds-content__table-data table tfoot td{border:0}.featuredMatchupSBOdds .featuredMatchupSBOdds__item .odds-content__table-data-mobile-away,.featuredMatchupSBOdds .featuredMatchupSBOdds__item .odds-content__table-data-mobile-home{padding:0 8px}.featuredMatchupSBOdds .featuredMatchupSBOdds__item .odds-content__mobile-left-control,.featuredMatchupSBOdds .featuredMatchupSBOdds__item .odds-content__mobile-right-control{font-size:20px}.featuredMatchupSBOdds .odds-content__table-row{margin:0}.featuredMatchupSBOdds .betnow-btn.bet-now.odds-content__betnow{height:auto;margin:16px 0 21px;color:#fff;display:inline-flex;padding:9px 16px;font-size:12px}.featuredMatchup__card .select-help{margin-left:20px}.featuredMatchupFullWidth .featuredMatchup__teams{margin-left:auto;margin-right:auto;max-width:800px}@media only screen and (max-width: 992px){.featuredMatchupFullWidth .featuredMatchup__teams{max-width:90%}}.featuredMatchupFullWidth .featuredMatchup__body{margin-left:auto;margin-right:auto;max-width:850px}.featuredMatchupFullWidth .featuredMatchup__bottom{border-top:0}.page-template-template-content-hub-v3 .odds-header{padding-bottom:40px}.hubsTopListWrapper{display:flex;position:relative;flex-direction:row;padding:12px 0}@media only screen and (max-width: 767px){.hubsTopListWrapper{flex-direction:column;padding:0}}.hubsTopListWrapper__background{z-index:1;position:absolute;top:0;left:0;background-size:cover;background-repeat:no-repeat;width:calc(100% - 83px);height:100%}@media only screen and (max-width: 767px){.hubsTopListWrapper__background{width:100%;height:50px}}.hubsTopListWrapper__left{z-index:2;padding:27px 15px 40px 54px;width:41.66%;display:flex;flex-direction:column}@media only screen and (max-width: 992px){.hubsTopListWrapper__left{padding:27px 15px 40px 34px;width:48.66%}}@media only screen and (max-width: 767px){.hubsTopListWrapper__left{width:100%;border-bottom:4px solid #f6a841;padding:10px 14px}}.hubsTopListWrapper__title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;color:#f6a841;font-size:12px;line-height:1.67;text-transform:uppercase}.hubsTopListWrapper__copy{font-family:"Lato Black";font-weight:900;color:#1f2426;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:34px;line-height:1;color:#fff;max-width:357px;margin-bottom:29px}@media only screen and (max-width: 767px){.hubsTopListWrapper__copy{display:none}}.hubsTopListWrapper__top-button{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;color:#fff;display:inline-block;padding:10px 35px 10px 40px;background-image:linear-gradient(to top, #d72429, #b61e22);font-size:14px;text-transform:uppercase;border-radius:4px}@media only screen and (max-width: 767px){.hubsTopListWrapper__top-button{display:none}}.hubsTopListWrapper__right{z-index:2;width:58.33%;display:flex;align-items:center}@media only screen and (max-width: 992px){.hubsTopListWrapper__right{width:51.33%}}@media only screen and (max-width: 767px){.hubsTopListWrapper__right{width:100%}}.hubtoplist{width:100%}.hubtoplist__parent{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.hubtoplist__item{display:flex;flex-direction:row;justify-content:space-between;list-style:none;background-color:#fff;border-radius:0 4px 4px 0;box-shadow:0 2px 4px 0 rgba(0,0,0,0.03);padding:20px 0;margin:2px 0;min-height:77px;border:solid 1px #f2f4f5}.hubtoplist__item:before{display:none;content:none}@media only screen and (max-width: 767px){.hubtoplist__item{margin:0;border-radius:0;position:relative;height:100px;border-bottom:0;box-shadow:none;justify-content:space-around;padding-left:7%}}.hubtoplist__rank{width:20px;position:relative}.hubtoplist__rank a{position:relative;z-index:2}.hubtoplist__rank--first{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;position:absolute;left:-15px;box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);width:30px;height:30px;background-image:linear-gradient(to top, #f6a841, #dd973a);color:#fff;font-size:12px;text-align:center;line-height:28px;border-radius:2px}.hubtoplist__rank--first:before{content:"";position:absolute;display:block;left:4px;bottom:-9px;border:11px solid #f6a841;border-top-width:4px;border-bottom-color:transparent;border-bottom-width:5px;z-index:-1}.hubtoplist__rank--not-first{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;margin-left:-15px;box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);width:30px;height:30px;color:#fff;font-size:12px;text-align:center;line-height:28px;border-radius:2px;background-image:linear-gradient(to top, #d72429, #b61e22)}@media only screen and (max-width: 992px){.hubtoplist__rank{width:10px}}@media only screen and (max-width: 767px){.hubtoplist__rank{position:absolute;left:0;width:0}}.hubtoplist__logo{display:flex;justify-content:center;align-items:center;width:100px}.hubtoplist__logo img{height:32px}@media only screen and (max-width: 767px){.hubtoplist__logo{align-items:flex-start;margin-top:5px;width:100px}}.hubtoplist__score{text-align:center}@media only screen and (max-width: 767px){.hubtoplist__score{display:none}}.hubtoplist__score--mobile{display:none}@media only screen and (max-width: 767px){.hubtoplist__score--mobile{align-items:center;display:flex;width:93%;position:absolute;bottom:10px;flex-direction:row;justify-content:space-around}}.hubtoplist__starholder{width:100px;text-align:center}.hubtoplist__review{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:12px;text-align:center;line-height:1;flex:1}.hubtoplist__review a,.hubtoplist__review a:hover{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:12px;text-align:center;color:#656e73}@media only screen and (max-width: 767px){.hubtoplist__review{width:100px;flex:unset}}.hubtoplist__bonus-container{display:inline;margin-left:4px}.hubtoplist__bonus{justify-content:center;flex-direction:column;flex:1;padding:0px 10px;max-width:223px;text-align:center}@media only screen and (max-width: 1199px){.hubtoplist__bonus{max-width:130px}}@media only screen and (max-width: 992px){.hubtoplist__bonus{display:none}}.hubtoplist__bonusText{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;text-align:center;display:inline;margin:0;font-size:12px;color:#1f2426}.hubtoplist__tc{font-family:'Lato Regular';font-size:10px;color:#9b9b9b;margin:0}.hubtoplist__button{justify-content:center;display:flex;align-items:center;margin-right:20px}@media only screen and (max-width: 767px){.hubtoplist__button{margin-right:0;width:100px;align-items:flex-start}}.hubtoplist__betnow{font-size:12px;box-shadow:none;padding:7px 18px}.hubtoplist__betnow:hover{color:#fff}.hubtoplist__mobile-button{display:none}@media only screen and (max-width: 767px){.hubtoplist__mobile-button{display:flex;width:100%;background-color:#fff;border:1px solid #f2f4f5;padding:17px 0;justify-content:center}.hubtoplist__mobile-button .hubsTopListWrapper__top-button{display:inline-block}}.hero-header{background-color:transparent;background-repeat:no-repeat;background-size:cover;background-position:center top}.hero-header__flex{display:flex}.hero-header__flex--guides-home{align-items:stretch}.hero-header__flex--with-toolbar{margin-bottom:1px}.hero-header__title-container{width:70%}.hero-header__title-container--guides-home{width:60%}.hero-header__title{word-spacing:unset;display:table-caption;line-height:1;letter-spacing:0.3px;width:550px;color:#fafafa;text-transform:uppercase;font-family:"Lato Black";font-weight:900;color:#fff;font-size:65px;margin-top:15px}.hero-header__title+h2{margin-top:10px;margin-bottom:30px}.hero-header__title--guides-home{word-spacing:unset;display:table-caption;width:550px;font-size:65px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:0.3px;height:205px}.hero-header__subhead{font-size:22px;font-weight:normal;font-family:"Lato Regular";line-height:1.03;letter-spacing:0.3px;color:#959fa3}.hero-header__image{margin-left:auto;width:136px;position:relative;margin-bottom:80px}.hero-header__image--guides-home{margin-left:auto;width:190px}.hero-header__image img{width:100%;object-fit:contain}.hero-header__back-button{margin:0;color:#fff;border-radius:4px;font-weight:bold;font-family:"Lato Bold";font-size:14px;display:inline-flex;align-items:center;justify-content:center;padding:12px 16px}.hero-header__back-button i{transition:all 0.15s;margin-right:10px}.hero-header__back-button:hover,.hero-header__back-button:focus{color:#fff;text-decoration:none}.hero-header__back-button:hover i{transform:translateX(-1px)}@media only screen and (min-width: 768px){.hero-header__back-button--mobile{display:none}}@media only screen and (max-width: 767px){.hero-header__back-button--desktop{display:none}}@media only screen and (max-width: 1199px){.hero-header{min-height:unset}.hero-header__flex{margin-top:0}.hero-header__subhead{font-size:18px}.hero-header__back-button{margin:0}.hero-header__title-container--guides-home{display:flex;flex-direction:column;justify-content:center}}@media only screen and (max-width: 1024px){.hero-header__image,.hero-header__image--guides-home{width:85px;display:none}.hero-header__title{word-spacing:unset;display:table-caption;line-height:1;letter-spacing:0.3px;width:550px;color:#fafafa;text-transform:uppercase;font-family:"Lato Black";font-weight:900;color:#fff;font-size:40px;margin-top:15px}.hero-header__title+h2{margin-top:10px}.hero-header__title--guides-home{width:550px;font-size:40px;height:unset}}@media only screen and (max-width: 767px){.hero-header__flex{margin:0}.hero-header__flex>div:first-child{order:2}.hero-header__title-container{width:100%;margin-top:10px;margin-right:0}.hero-header__title-container--guides-home{max-width:400px}.hero-header__title{font-size:28px;line-height:1.05;margin-top:0}.hero-header__subhead,.hero-header__title{width:calc(100% - 10px);text-align:left}.hero-header__image{display:none}.hero-header__image--guides-home{display:none;margin:auto}.hero-header__back-button{margin:0 0 10px 0}}@media only screen and (max-width: 767px){.cd-headline{padding-right:15px}}.cd-words-wrapper{position:relative}@media only screen and (max-width: 767px){.cd-words-wrapper{display:block}}.cd-headline.push b{opacity:0}.cd-headline.push b.is-visible{opacity:1;-webkit-animation:push-in 0.6s;-moz-animation:push-in 0.6s;animation:push-in 0.6s}.cd-headline.push b.is-hidden{-webkit-animation:push-out 0.6s;-moz-animation:push-out 0.6s;animation:push-out 0.6s}.cd-words-wrapper b{display:inline-block;position:absolute;white-space:nowrap;font-family:"Lato Black";left:0;top:0}.cd-words-wrapper b.is-visible{position:relative}.no-js .cd-words-wrapper b{opacity:0}.no-js .cd-words-wrapper b.is-visible{opacity:1}@keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);-o-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);-moz-transform:translateX(110%);-ms-transform:translateX(110%);-o-transform:translateX(110%);transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}}.banner-sidebar-homepage-card{display:flex;justify-content:center}.banner-sidebar-homepage-card a{width:100%}.banner-sidebar-homepage-card a:hover,.banner-sidebar-homepage-card a:active,.banner-sidebar-homepage-card a:focus{text-decoration:none}.banner-sidebar-homepage-card__container{border-radius:5px;display:flex;flex-direction:column;padding:30px;height:416px;background-repeat:no-repeat;max-width:265px;margin:auto}@media only screen and (max-width: 992px){.banner-sidebar-homepage-card__container{height:600px}}@media only screen and (max-width: 767px){.banner-sidebar-homepage-card__container{height:410px}}.banner-sidebar-homepage-card__red-text{font-family:"Lato Bold";font-size:18px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.78;letter-spacing:0.3px;color:#d72429;text-transform:uppercase}.banner-sidebar-homepage-card__headline{font-family:"Lato Black";font-size:26px;font-weight:900;font-style:normal;font-stretch:normal;line-height:1.08;letter-spacing:0.3px;color:#fff;text-transform:uppercase}.banner-sidebar-homepage-card__button{margin-top:auto}.banner-sidebar-homepage-card__button div{height:40px;border-radius:4px;background-color:#d72429;color:#fff;font-family:"Lato Bold";font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:normal;padding:10px 24px;text-align:center}.banner-linked-to-video-card__content{text-align:center;padding:20px 0;position:relative}@media only screen and (max-width: 767px){.banner-linked-to-video-card__content{height:265px;margin:20px 0;border-top:0;margin-bottom:55px}}.banner-linked-to-video-card__content__image{max-width:100%}.banner-linked-to-video-card__content__button{background:#d72429;border-radius:5px;position:absolute;line-height:40px;width:205px;height:40px;bottom:60px;left:100px;color:#fff;text-transform:uppercase;font-family:"Lato Bold", sans-serif;font-size:14px;line-height:1;border:0}@media screen and (max-width: 1279px) and (min-width: 993px){.banner-linked-to-video-card__content__button{bottom:40px;left:82px}}@media only screen and (max-width: 992px){.banner-linked-to-video-card__content__button{bottom:40px;left:82px}}@media only screen and (max-width: 767px){.banner-linked-to-video-card__content__button{position:relative;z-index:2;bottom:inherit;left:inherit;margin:auto;top:214px}}.banner-linked-to-video-card__content__image-mobile{height:100%;width:100%;position:absolute;z-index:0}.banner-linked-to-video-card__content__shadow{max-width:290px;background:#000;opacity:0.5;position:relative;top:164px;height:60px;width:290px;margin:auto;z-index:1}.banner-linked-to-video-card .modal.video{padding:0}@media only screen and (max-width: 767px){.banner-linked-to-video-card .modal.video{top:5%}}.banner-linked-to-video-card .modal.video .modal-content{background:transparent;box-shadow:none;border:none}.banner-linked-to-video-card .modal.video .modal-dialog{width:100%;max-width:1440px}@media only screen and (max-width: 767px){.banner-linked-to-video-card .modal.video .modal-dialog{margin:0}}.banner-linked-to-video-card .modal.video .modal-body{padding:15px;overflow-y:auto}.banner-linked-to-video-card .modal.video .modal-body iframe{width:100%;border:0}.banner-linked-to-video-card .modal.video .close{position:absolute;right:15px;background:#d72429;color:#fff;border:0;font-size:25px;height:25px;line-height:25px;padding:0 5px;font-weight:bold;z-index:10000}@media only screen and (max-width: 992px){.banner-linked-to-video-card .modal.video .close{right:15px}}.banner-linked-to-video-card .modal.video .journey-link{padding:20px;background:#fff;text-align:center;border-bottom-left-radius:2px;border-bottom-right-radius:2px}.banner-linked-to-video-card .modal.video .journey-link p{font-family:"Lato Bold";font-size:22px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.45;letter-spacing:0.3px;color:#1f2426;display:inline-block;margin-right:20px}@media only screen and (max-width: 767px){.banner-linked-to-video-card .modal.video .journey-link p{margin-right:0}}.banner-linked-to-video-card .modal.video .journey-link a{color:#fff;display:inline-block;background:#d72429;border-radius:5px;line-height:40px;text-transform:uppercase;font-family:"Lato Bold";font-weight:bold;font-size:14px;border:0;padding:0 35px}.banner-linked-to-video-card .modal.video .journey-link a:hover{text-decoration:none}.banner-linked-to-video-card .container{padding:0}.banner-linked-card__content{text-align:center;padding:20px 0;position:relative}@media only screen and (max-width: 767px){.banner-linked-card__content{height:265px;margin:20px 0;border-top:0;margin-bottom:55px}}.banner-linked-card__image{max-width:100%}.banner-linked-card__image--mobile{height:100%;width:100%;position:absolute;z-index:0}.banner-linked-card__button{background:#d72429;border-radius:5px;position:absolute;line-height:40px;width:205px;height:40px;bottom:60px;left:100px;color:#fff;text-transform:uppercase;font-family:"Lato Bold", sans-serif;font-size:14px;line-height:2.8em;border:0}@media screen and (max-width: 1279px) and (min-width: 993px){.banner-linked-card__button{bottom:40px;left:82px}}@media only screen and (max-width: 992px){.banner-linked-card__button{bottom:40px;left:82px}}@media only screen and (max-width: 767px){.banner-linked-card__button{z-index:2;bottom:0;left:0;transform:translateX(-50%);left:50%}}.banner-linked-card__button:hover{color:#fff;text-decoration:none}.banner-linked-card__shadow{max-width:290px;background:#000;opacity:0.5;position:relative;top:178px;height:85px;width:290px;margin:auto;z-index:1}.banner-linked-card .container{padding:0}.betting-list-card{margin:0 0 32px}.betting-list-card__list{margin:0}.betting-list-card__list-item{display:flex;flex-wrap:wrap;border:1px solid #e3e7e8;border-radius:2px;width:100%;position:relative;z-index:0;margin-bottom:10px;background:#fff}.betting-list-card__list-item a,.betting-list-card__list-item a:hover{font-size:15px;text-align:left;color:#d72429}.betting-list-card__list-item a:hover{text-decoration:underline}.betting-list-card__list-item:before{display:none}.betting-list-card__rank{order:1;padding-left:0;padding-right:0;background:#1f2426}.betting-list-card__rank a{display:inline-block;height:100%;width:100%}.betting-list-card__rank__container{width:100%;min-height:230px;position:relative;text-align:center;white-space:nowrap;z-index:-2;background:#1f2426;height:100%}@media only screen and (max-width: 767px){.betting-list-card__rank__container{min-height:119px}}.betting-list-card__rank__ranking{position:absolute;left:-10px;width:30px;height:30px;border-radius:2px;box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);color:#fff;background-image:linear-gradient(to bottom, #d72429, #b61e22);font-weight:bold;font-family:"Lato Bold";font-size:12px;display:inline-flex;align-items:center;justify-content:center;padding:0;top:15px;margin:auto}.betting-list-card__rank__ranking:hover,.betting-list-card__rank__ranking:focus{color:#fff;text-decoration:none}.betting-list-card__rank__ranking.ranking-1{background-image:linear-gradient(to bottom, #f6a841, #dd973a)}.betting-list-card__rank__ranking.ranking-1:before{content:'#1'}.betting-list-card__rank__ranking.ranking-1:after{content:"";position:absolute;display:block;left:4px;bottom:-9px;border:11px solid #f6a841;border-top-width:9px;border-bottom-color:transparent;border-bottom-width:5px;z-index:-1;transform:translateZ(-1em) rotate(1turn)}.betting-list-card__rank__ranking.ranking-2::before{content:'#2'}.betting-list-card__rank__ranking.ranking-3::before{content:'#3'}.betting-list-card__rank__ranking.ranking-4::before{content:'#4'}.betting-list-card__rank__ranking.ranking-5::before{content:'#5'}.betting-list-card__rank__ranking.ranking-6::before{content:'#6'}.betting-list-card__rank__ranking.ranking-7::before{content:'#7'}.betting-list-card__rank__ranking.ranking-8::before{content:'#8'}.betting-list-card__rank__ranking.ranking-9::before{content:'#9'}.betting-list-card__rank__ranking.ranking-10::before{content:'#10'}.betting-list-card__rank__helper{display:inline-block;height:100%;vertical-align:middle}.betting-list-card__rank__helper img{vertical-align:middle;max-height:40px;max-width:200px}.betting-list-card__rank__editors-pick{position:absolute;left:0;right:0;margin:0 auto;bottom:30%;text-transform:uppercase;color:#f6a841;font-size:12px;font-family:"Lato Bold";line-height:18px;background-image:url("../images/editors-pick.png");background-repeat:no-repeat;background-position:bottom center;height:14px}@media only screen and (max-width: 767px){.betting-list-card__rank__editors-pick{bottom:15%}}.betting-list-card__logo{position:absolute;left:0;right:0;margin:0 auto;background-repeat:no-repeat;background-position:center center;height:42px;top:calc(50% - 21px)}.betting-list-card__title{order:2;padding-left:18px;display:flex;flex-wrap:wrap;justify-content:space-between}.betting-list-card__title .usa-flag-background{background-image:url("../images/flags/u-s.svg");background-size:28px 20px;padding-left:35px;background-repeat:no-repeat;background-position:0px 50%}.betting-list-card__title h2{margin-top:14px}.betting-list-card__title h2 a,.betting-list-card__title h2 a:hover{font-family:"Lato Regular";font-size:28px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.57;letter-spacing:0.3px;color:#1f2426;text-decoration:none}.betting-list-card__title h2 a img,.betting-list-card__title h2 a:hover img{position:relative;top:-3px;margin-right:10px}.betting-list-card__title p{font-family:"Lato Regular";font-weight:400;font-style:normal;font-stretch:normal;font-size:14px;line-height:18px;color:#353f42;margin:0px;order:5;width:75%}@media only screen and (max-width: 992px){.betting-list-card__title p{width:100%}}.betting-list-card__title h3,.betting-list-card__title .related-post-details .related-title,.related-post-details .betting-list-card__title .related-title{order:1}.betting-list-card .sb-bonus-offer{margin-left:4px}.betting-list-card__betting-bonus{margin-top:5px;order:6;width:75%}@media only screen and (max-width: 992px){.betting-list-card__betting-bonus{width:100%}}.betting-list-card__betting-bonus__title{font-family:"Lato Regular";font-size:14px;line-height:18px;color:#353f42;display:inline}.betting-list-card__betting-bonus__title span{font-family:"Lato Bold";line-height:18px;color:#353f42}.betting-list-card__betting-bonus__tos{background-image:url("../images/toplist-tc.svg");background-repeat:no-repeat;background-position:center center;height:20px;width:135px}.betting-list-card__betting-bonus__book-url{margin-bottom:25px}.betting-list-card__betting-bonus__book-url>a,.betting-list-card__betting-bonus__book-url>a:hover{font-family:"Lato Regular";font-size:14px;line-height:19px;color:#b61e22}.betting-list-card__rating-and-buttons{order:3;width:100%}.betting-list-card__rating-and-buttons__rating__overall{margin-bottom:10px;margin-top:10px;padding:0px;text-align:left;order:4}@media only screen and (max-width: 992px){.betting-list-card__rating-and-buttons__rating__overall{width:100%}}.betting-list-card__rating-and-buttons__rating__overall span{color:#2a2f31;font-family:"Lato Bold";font-size:18px;font-weight:bold}.betting-list-card__rating-and-buttons__rating__overall__rated{color:#959fa3;font-size:12px;font-family:"Lato Regular";line-height:18px}.betting-list-card__rating-and-buttons__rating__overall__title{color:#1f2426;font-family:"Lato Bold";line-height:44px;font-size:16px;order:2}.betting-list-card__rating-and-buttons__rating__overall__stars i{font-size:16px;padding-right:3px}.betting-list-card__rating-and-buttons__rating__overall__stars__custom-star{color:#959fa3}.betting-list-card__bet-now{height:45px;width:126px;padding:0px;line-height:45px;font-family:"Lato Bold";font-size:15px;font-weight:bold;letter-spacing:2.1px;margin-top:25px;margin-bottom:12px}.betting-list-card__read-review-text{font-family:"Lato Regular";font-size:14px;text-align:left;line-height:18px;color:#b61e22;text-align:center}@media only screen and (max-width: 992px){.betting-list-card__read-review-text{margin-top:25px;margin-bottom:0;width:50%;padding-left:30px;float:left}}@media only screen and (max-width: 767px){.betting-list-card__read-review-text{margin-bottom:25px;padding-left:0;width:100%;float:none}}.betting-list-card__list-item-1{border-bottom:4px solid #f6a841}.betting-list-card__list-item-1__rank-1 a{position:relative;display:block;z-index:0}.betting-list-card__elements-buttons{order:7}@media only screen and (max-width: 1199px){.betting-list-card__title h3,.betting-list-card__title .related-post-details .related-title,.related-post-details .betting-list-card__title .related-title{width:100%}.betting-list-card__list-item{padding:0;min-height:225px}.betting-list-card__rating-and-buttons__rating{float:right}.betting-list-card__rating-and-buttons__rating__overall{width:100%}.betting-list-card__rank{padding-left:0;background:#1f2426}.betting-list-card__elements-buttons{margin-top:10px}.betting-list-card__rating__overall{margin-top:0}.betting-list-card__bet-now{width:33.3%;float:left;margin-top:12px}.betting-list-card__elements-buttons{width:100%}}@media only screen and (min-width: 1200px){.betting-list-card__title{width:70%}.betting-list-card__title h3,.betting-list-card__title .related-post-details .related-title,.related-post-details .betting-list-card__title .related-title{width:80%;line-height:1.43}.betting-list-card__title p{width:80%}.betting-list-card__rating-and-buttons{width:15%}.betting-list-card__rating-and-buttons__buttons{padding-right:30px}.betting-list-card__rating-and-buttons__rating__overall{height:30px;width:18%}.betting-list-card__rank{width:30%}.betting-list-card__elements-buttons{order:7;width:18%}.betting-list-card__bet-now{margin-top:0}}@media only screen and (max-width: 767px){.betting-list-card{margin:0 0 30px}.betting-list-card__list-item a{clear:both}.betting-list-card__rating__overall{margin-top:0}.betting-list-card__bet-now{width:50%;margin-top:0;float:none;transform:translateX(50%)}.betting-list-card__read-review-text,.betting-list-card__read-more{width:100%;margin-top:0}.betting-list-card__read-more{text-align:left}.betting-list-card__betting-bonus__book-url{margin-bottom:0}}.betting-table-card{margin:0 0 32px;border:none;padding:0;margin:0px;position:relative;float:left;box-shadow:none}.betting-table-card tbody>tr{border-radius:2px;border:solid 1px #e3e7e8;padding:0px;min-height:200px;margin-bottom:10px;display:inline-block;width:100%}.betting-table-card tbody>tr:first-of-type{border-bottom:4px solid #f6a841}.betting-table-card tbody>tr>td,.betting-table-card thead>tr>th{display:block;float:left;border:none;background:#fff}.betting-table-card thead>tr{border-top:solid 1px #e3e7e8;border-bottom:solid 1px #e3e7e8;min-height:60px;display:inline-block;margin-bottom:10px;width:100%}.betting-table-card thead>tr>th{font-family:"Lato Regular";font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:3.14;letter-spacing:0.3px;color:#353f42}.betting-table-card thead>tr>th span{float:left}.betting-table-card tbody>tr>td.betting-table-card__rank{position:relative}.betting-table-card__rank__title{position:absolute;z-index:1;height:45px;background-color:rgba(0,0,0,0.6);width:100%;left:0px;top:0px;text-align:center;color:#fff;font-size:20px;line-height:40px;font-family:"Lato Bold"}.betting-table-card__rank__bg-image{display:block;position:relative}.betting-table-card__rank__bg-image__container{width:100%;height:199px;position:relative;text-align:center;white-space:nowrap;z-index:0}.betting-table-card__rank__bg-image__container .helper{display:inline-block;height:100%;vertical-align:middle}.betting-table-card__rank__bg-image__container .helper img{vertical-align:middle;max-height:49px;max-width:200px}.betting-table-card__rank__bg-image__container-1{background:-moz-linear-gradient(top, rgba(0,168,38,0.3) 0%, rgba(255,255,255,0) 100%);background:-webkit-linear-gradient(top, rgba(0,168,38,0.3) 0%, rgba(255,255,255,0) 100%);background:linear-gradient(to bottom, rgba(0,168,38,0.3) 0%, rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d00a826', endColorstr='#00ffffff', GradientType=0)}.betting-table-card__rank__badge{position:absolute;left:-10px;width:35px;height:35px;border-radius:2px;box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);color:#fff;background-image:linear-gradient(to bottom, #d72429, #b61e22);font-weight:bold;font-family:"Lato Bold";font-size:12px;display:inline-flex;align-items:center;justify-content:center;padding:0;top:8px;bottom:0;z-index:1}.betting-table-card__rank__badge-1__number-1{background-image:linear-gradient(to bottom, #f6a841, #dd973a);position:relative;width:100%;line-height:35px;border-radius:2px;box-shadow:0 1px 2px 0 rgba(0,0,0,0.3)}.betting-table-card__rank__badge-1__number-1:before{content:"";position:absolute;display:block;left:4px;bottom:-9px;border:13px solid #f6a841;border-top-width:9px;border-bottom-color:transparent;border-bottom-width:5px;z-index:-1;transform:translateZ(-1em) rotate(1turn)}.betting-table-card__title{padding-left:32px;text-align:left}@media only screen and (max-width: 767px){.betting-table-card__title{padding:15px 0px}}.betting-table-card__title h3>a,.betting-table-card__title .related-post-details .related-title>a,.related-post-details .betting-table-card__title .related-title>a,.betting-table-card__title h3>a:hover,.betting-table-card__title .related-post-details .related-title>a:hover,.related-post-details .betting-table-card__title .related-title>a:hover{font-family:"Lato Regular";font-size:28px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.57;letter-spacing:0.3px;color:#1f2426;text-decoration:none}.betting-table-card__title p{font-size:14px;line-height:18px;font-weight:normal;font-style:normal;font-stretch:normal;color:#353f42;font-family:"Lato Regular"}@media only screen and (max-width: 767px){.betting-table-card__title p{min-height:auto}}.betting-table-card__title__betting-bonus{font-size:14px;line-height:18px;color:#353f42;font-family:"Lato Regular"}.betting-table-card__title__betting-bonus span{font-family:"Lato Bold";font-weight:bold}.betting-table-card__title__tos{font-size:12px;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;color:#959fa3;margin-bottom:5px}.betting-table-card__title__book-url>a{font-family:"Lato Regular";font-size:14px;line-height:19px;color:#b61e22}.betting-table-card__rating{padding-top:20px;text-align:left;padding-left:32px}@media only screen and (max-width: 767px){.betting-table-card__rating{padding:0px}}.betting-table-card__rating__stars i{font-size:24px;padding-left:5px;line-height:48px}.betting-table-card__rating__stars__custom{color:#959fa3}.betting-table-card__rating__rated{text-align:left;font-size:12px;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;color:#959fa3;line-height:18px;padding-left:5px}.betting-table-card__buttons{padding-top:29px}.betting-table-card__buttons__betnow-btn{height:75px;padding:0px;line-height:75px;font-family:"Lato Bold";font-size:15px;font-weight:bold;letter-spacing:2.1px;padding-top:25px;margin-bottom:12px}.betting-table-card__buttons__betnow-btn div{width:100%}.betting-table-card__buttons__read-review{margin-top:12px;font-family:"Lato Regular";font-size:14px;text-align:center;line-height:18px;color:#b61e22}@media only screen and (max-width: 1199px){.betting-table-card tbody>tr{padding:15px}.betting-table-card tbody>tr>td:first-of-type{padding:0px}.betting-table-card__buttons{padding:20px 0px 0px 0px}.betting-table-card tbody>tr>td.betting-table-card__rating{float:right}}@media only screen and (min-width: 1200px){.betting-table-card__coll-title{width:36%;padding-right:0px}.betting-table-card__coll-rank{width:29%;padding:0px}.betting-table-card__coll-rating{padding-left:24px}.betting-table-card__th-coll-rank{padding:8px 0px}.betting-table-card__th-coll-title{padding-left:33px}}.matchup-recap-container{margin:0 0 32px}.matchup-recap{border-radius:2px;height:40px;overflow:hidden;display:flex;flex-direction:row;transition:all 0.15s ease;margin-bottom:10px;cursor:pointer}.matchup-recap--expanded{height:110px}.matchup-recap__container{background-color:#f2f4f5;width:calc(100% - 36px)}.matchup-recap__left-bar{height:100%;background-color:#f2f4f5;display:flex;align-items:center;justify-content:center;width:36px}.matchup-recap__top{width:100%;height:40px;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;color:#fff;font-size:13px}.matchup-recap__bottom{background-color:#fff;margin:6px 6px 6px 0;padding:10px 12px;border-radius:2px;border:1px solid #e6e9ea;display:flex;flex-direction:row;align-items:center}.matchup-recap__card-header{display:flex;justify-content:space-between;align-items:center;position:relative;min-height:40px;overflow:hidden;border-radius:0px 2px 2px 0}.matchup-recap__header-home,.matchup-recap__header-away{height:40px;flex:1;font-family:"Lato Bold";font-size:13px;font-weight:bold;line-height:1.43;letter-spacing:0.3px;text-align:center;color:#fff;display:flex;justify-content:space-around;align-items:center}.matchup-recap__header-home:hover,.matchup-recap__header-home:focus,.matchup-recap__header-away:hover,.matchup-recap__header-away:focus{color:#fff;text-decoration:none}.matchup-recap__header-home>div,.matchup-recap__header-away>div{display:flex;margin:auto}.matchup-recap__header-home:first-child,.matchup-recap__header-away:first-child{overflow:hidden;position:relative;border-radius:2px 0 0 0}.matchup-recap__header-home:first-child:after,.matchup-recap__header-away:first-child:after{content:"";background-color:rgba(255,255,255,0.12);position:absolute;width:60%;right:-14px;top:0;bottom:0;transform:skew(-20deg)}.matchup-recap__header-home:first-child div:last-child,.matchup-recap__header-away:first-child div:last-child{padding-right:6px}.matchup-recap__header-home:last-child,.matchup-recap__header-away:last-child{overflow:hidden;position:relative;border-radius:0 2px 0 0}.matchup-recap__header-home:last-child:after,.matchup-recap__header-away:last-child:after{content:"";background-color:rgba(255,255,255,0.12);position:absolute;width:60%;left:-14px;top:0;bottom:0;transform:skew(-20deg)}.matchup-recap__header-home:last-child div:first-child,.matchup-recap__header-away:last-child div:first-child{padding-left:6px;position:relative}.matchup-recap__header-away{background-color:#353f42}.matchup-recap__header-home{background-color:#656e73}.matchup-recap__team-badge{flex:1;font-family:"Lato Bold";font-size:13px;font-weight:bold;line-height:1.43;letter-spacing:0.3px;text-align:center;color:#fff;border-radius:2px;padding:5px 8px;margin-right:6px;display:inline}.matchup-recap__team-badge:hover,.matchup-recap__team-badge:focus{color:#fff;text-decoration:none}.matchup-recap__team-badge--away{background-color:#353f42}.matchup-recap__team-badge--home{background-color:#656e73}.matchup-recap__vs{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:3;background:#fff;border-radius:50%;height:20px;width:20px;line-height:1.44;text-align:center;font-family:"Lato Bold";font-size:10px;font-weight:bold;letter-spacing:0.3px;color:#353f42;display:flex;align-items:center;justify-content:center}.matchup-recap__cover{display:flex;align-items:center;justify-content:flex-start;padding-right:5px}.matchup-recap__cover-container{display:flex;flex-direction:column;align-items:flex-start}.matchup-recap__cover-points{font-family:"Lato Bold";font-size:14px;font-weight:bold;line-height:1.29;letter-spacing:0.2px;text-align:center;margin-right:4px}.matchup-recap__cover-label,.matchup-recap__over-under{font-family:"Lato Bold";font-size:12px;font-weight:bold;line-height:1.5;letter-spacing:0.2px;text-align:center;color:#959fa3}.matchup-recap__over-under{display:flex;flex-direction:column;line-height:0.5;flex-grow:1}.matchup-recap__over-under-points{font-size:18px;line-height:0;letter-spacing:0.3px;color:#1f2426}.matchup-recap__over-under-indicator{font-size:26px;margin-left:4px}.matchup-recap__over-under-indicator--over{color:#10a450}.matchup-recap__over-under-indicator--under{color:#d72429}.futures-tracker-table{border:1px solid #e3e7e8;margin:0 0 10px 0}.futures-tracker-table__top{background-color:#1f2426;padding:14px;border-bottom:7px solid #f6a841;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;color:#fff;text-align:center}.futures-tracker-table__table-heading{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;background-color:#e3e7e8;display:flex;flex-direction:row;align-items:center;text-align:center;padding:4px 20px;font-size:10px;color:#1f2426}.futures-tracker-table__table-heading--team{text-align:left;width:50%}.futures-tracker-table__table-heading--odds{text-align:right;width:50%}.futures-tracker-table__table-row{height:33px;background-color:#fff;border-bottom:1px solid #e3e7e8;display:flex;flex-direction:row;align-content:center}.futures-tracker-table__table-team{display:flex;width:62px;height:100%;justify-content:center;align-items:center;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:13px;color:#fff;letter-spacing:0.3px}.futures-tracker-table__table-odds{display:flex;width:calc(100% - 62px);padding-right:20px;font-family:'Lato Regular';font-size:12px;color:#1f2426;align-items:center;justify-content:flex-end}.futures-tracker-table__bottom{padding:16px;display:flex;justify-content:center;align-content:center;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;color:#d72429;font-size:14px}.futures-tracker-table__link{transition:all .15s;color:#d72429}.futures-tracker-table__link i{padding-left:2px}.futures-tracker-table__link:hover{color:#d72429;text-decoration:none}.futures-tracker-table__link:hover i{transform:translateX(4px);color:#d72429}.futures-tracker-block{padding:0;margin:0 0 10px 0;background-color:#fff;flex-direction:column;display:flex}@media only screen and (max-width: 992px){.futures-tracker-block{flex-direction:row}}@media only screen and (max-width: 767px){.futures-tracker-block{flex-direction:column}}.futures-tracker-block__item{margin:5px 0 10px;height:96px;padding:9px;min-height:96px;flex-basis:100%}.futures-tracker-block__item:first-of-type,.futures-tracker-block__item:last-of-type{margin:5px 0 10px}@media only screen and (max-width: 767px){.futures-tracker-block__item{min-height:96px}}.futures-tracker-block__title{font-size:16px}@media only screen and (max-width: 992px){.futures-tracker-block{flex-direction:column}}.futures-tracker-block-past{flex-direction:row}@media only screen and (max-width: 767px){.futures-tracker-block-past{flex-direction:column}}.futures-tracker-block-past .futures-tracker-block__item{overflow:hidden;flex:1;height:234px;min-height:234px;margin:5px 5px 10px 5px}.futures-tracker-block-past .futures-tracker-block__item:first-child{margin-left:0}.futures-tracker-block-past .futures-tracker-block__item:last-child{margin-right:0}@media only screen and (max-width: 767px){.futures-tracker-block-past .futures-tracker-block__item{margin:5px 0 10px}}.hubsv3__betting-stats__title{margin-top:-90px}.betting-stats{border:1px solid #e7eaeb;background-color:#fcfdfd;margin:0 0 32px;margin-top:-5px}.betting-stats__top{background-color:#1f2426;min-height:126px;display:flex;justify-content:center;padding:20px 0 47px 0;position:relative}.betting-stats__top h3,.betting-stats__top .related-post-details .related-title,.related-post-details .betting-stats__top .related-title{font-size:32px;color:#fff}@media only screen and (max-width: 767px){.betting-stats__top h3,.betting-stats__top .related-post-details .related-title,.related-post-details .betting-stats__top .related-title{font-size:20px;padding-right:20px;padding-left:20px;text-align:center}}.betting-stats__top-tooltip{position:absolute;right:43px;top:38px}@media only screen and (max-width: 992px){.betting-stats__top-tooltip{top:17px}}@media only screen and (max-width: 767px){.betting-stats__top-tooltip{right:10px}}.betting-stats__body{display:flex;flex-direction:column}.betting-stats__body .nav-tabs{width:100%;margin:-52px 0 0 0;display:flex;flex-direction:row;border-bottom:7px solid #d72429}@media only screen and (max-width: 992px){.betting-stats__body .nav-tabs{margin:-42px 0 0 0;z-index:2}}.betting-stats__body .nav-tabs li{flex-basis:33.33%;background-color:#353f42;font-family:"Lato Black";font-weight:900;color:#1f2426;font-style:normal;font-stretch:normal;text-align:left;margin:0;margin:0 0 0 15px;color:#fff;font-size:18px;display:flex;justify-content:center;text-transform:uppercase;border-bottom:7px solid #353f42}.betting-stats__body .nav-tabs li:last-of-type{margin-right:15px}.betting-stats__body .nav-tabs li:hover,.betting-stats__body .nav-tabs li:focus,.betting-stats__body .nav-tabs li:active{border:0;display:flex}.betting-stats__body .nav-tabs li:hover a,.betting-stats__body .nav-tabs li:focus a,.betting-stats__body .nav-tabs li:active a{background-color:transparent;color:#fff;border:0}.betting-stats__body .nav-tabs li a,.betting-stats__body .nav-tabs li a:hover,.betting-stats__body .nav-tabs li a:focus,.betting-stats__body .nav-tabs li a:active{color:#fff;background-color:transparent;border:0}@media only screen and (max-width: 992px){.betting-stats__body .nav-tabs li.active{background-color:#d72429}}@media only screen and (max-width: 992px){.betting-stats__body .nav-tabs li{margin:0 2px;font-size:16px;border-radius:4px 4px  0 0;border:0}.betting-stats__body .nav-tabs li:last-of-type{margin:0 12px 0px 1px}.betting-stats__body .nav-tabs li:first-of-type{margin:0 1px 0px 12px}}.betting-stats__body .tab-content{width:100%;display:flex}.betting-stats__body .tab-content .tab-pane{display:flex;flex-basis:33.33%}@media only screen and (max-width: 992px){.betting-stats__body .tab-content .tab-pane{display:none;flex-basis:100%}}.betting-stats__card{display:flex;margin:0 0 0 15px;flex-direction:column;border:1px solid #e7eaeb;border-top:0}.betting-stats__card:last-of-type{margin:0 15px}@media only screen and (max-width: 992px){.betting-stats__card{display:none;margin:0;border:0}.betting-stats__card:last-of-type{margin:0}}.betting-stats__card-subtitle{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;background-color:#2a2f31;height:46px;display:flex;justify-content:center;align-items:center;color:#fff;text-transform:uppercase;font-size:12px}.betting-stats__card-table--team{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:12px;color:#353f42}.betting-stats__card-table td{font-size:12px;color:#353f42}.betting-stats__card-table table{margin:0;border-radius:0;box-shadow:0;color:#353f42}.betting-stats__card-table th,.betting-stats__card-table th:last-child{height:47px;background-color:#f2f4f5;border-color:#e3e7e8;color:#353f42}.betting-stats__card-table tr{background-color:#fff}.betting-stats__card-table tr:nth-child(2){background-color:#f2f4f5}.betting-stats__card-table .ellipse{background-color:#353f42;height:7px;width:7px}.betting-stats__card-table .positive{background-color:green}.betting-stats__card-table .negitive{background-color:#d72429}.betting-stats__bottom{border-top:1px solid #e7eaeb;display:flex;justify-content:center;align-items:center;position:relative;padding:18px 0 24px;min-height:75px}.betting-stats__button{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;padding:8px 56px;color:#fff;background-color:#d72429;border-radius:4px;border:solid 1px #e3e7e8}.betting-stats__bottom-logo{height:20px;position:absolute;right:34px;bottom:34px}@media only screen and (max-width: 767px){.betting-stats__bottom-logo{display:none}}.betting-stats .betting-stats__card.active{display:flex}.tooltip-sharp-records{background-color:transparent;color:#fff}.recentInjuries{margin-bottom:-40px}.recentInjuries__top{background-color:#1f2426;min-height:90px;display:flex;justify-content:center;align-items:center;position:relative;border-bottom:7px solid #d72429}.recentInjuries__top h3,.recentInjuries__top .related-post-details .related-title,.related-post-details .recentInjuries__top .related-title{font-size:32px;color:#fff}@media only screen and (max-width: 767px){.recentInjuries__top h3,.recentInjuries__top .related-post-details .related-title,.related-post-details .recentInjuries__top .related-title{font-size:20px;padding-right:20px;padding-left:20px;text-align:center}}.recentInjuries__top-tooltip{position:absolute;right:43px;top:32px}.recentInjuries__top-tooltip .tooltip-injuries-table{background-color:transparent;color:#fff}.recentInjuries__body{border:solid 1px #e3e7e8;border-top:0;display:flex;flex-direction:column;background-color:#fff}.recentInjuries__table-header{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;border-bottom:solid 1px #e3e7e8;background-color:#f2f4f5;min-height:48px;display:flex;flex-direction:row;padding:0 15px;font-size:12px;color:#1f2426}.recentInjuries__table-header--player{flex-basis:25%;display:flex;align-items:center;justify-content:flex-start}@media only screen and (max-width: 767px){.recentInjuries__table-header--player{flex-basis:50%}}.recentInjuries__table-header--team{flex-basis:18.75%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 767px){.recentInjuries__table-header--team{display:none}}.recentInjuries__table-header--status{flex-basis:18.75%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 767px){.recentInjuries__table-header--status{flex-basis:50%;justify-content:flex-end}}.recentInjuries__table-header--injury{flex-basis:18.75%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 767px){.recentInjuries__table-header--injury{display:none}}.recentInjuries__table-header--date{flex-basis:18.75%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 767px){.recentInjuries__table-header--date{display:none}}.recentInjuries__table-row{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;display:flex;flex-direction:row;min-height:28px;padding:0 15px;background-color:#fff;font-size:12px;color:#1f2426}@media only screen and (max-width: 767px){.recentInjuries__table-row{flex-wrap:wrap;padding:0 15px 10px}}.recentInjuries__table-row--player{flex-basis:25%;display:flex;align-items:center;justify-content:flex-start}@media only screen and (max-width: 767px){.recentInjuries__table-row--player{order:1;flex-basis:50%;height:30px}}.recentInjuries__table-row--team{flex-basis:18.75%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 767px){.recentInjuries__table-row--team{order:3;flex-basis:15%;justify-content:flex-start;color:#656e73}}.recentInjuries__table-row--status{flex-basis:18.75%;display:flex;text-transform:capitalize;justify-content:center;align-items:center}@media only screen and (max-width: 767px){.recentInjuries__table-row--status{order:4;flex-basis:35%;justify-content:flex-start;color:#656e73}}.recentInjuries__table-row--injury{flex-basis:18.75%;display:flex;justify-content:center;align-items:center}.recentInjuries__table-row--injury .thingy{display:flex;justify-content:flex-end;min-width:110px;align-items:center}.recentInjuries__table-row--injury .thingy .select-help{margin-left:10px}@media only screen and (max-width: 767px){.recentInjuries__table-row--injury{order:2;flex-basis:50%;justify-content:flex-end;color:#656e73;height:30px}}.recentInjuries__table-row--date{flex-basis:18.75%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 767px){.recentInjuries__table-row--date{order:5;flex-basis:50%;justify-content:flex-end;color:#656e73}}.recentInjuries__table-row:nth-child(even){background-color:#fafafa}.recentInjuries__bottom{min-height:70px;background-color:#fcfdfd;border:1px solid #e7eaeb;border-top:0;position:relative}.recentInjuries__bottom-logo{height:20px;position:absolute;right:34px;bottom:22px}@media only screen and (max-width: 767px){.recentInjuries__bottom-logo{left:calc(50% - 33px)}}.featured-matchup-hub-sidebar .odds-content__table-row{display:flex;margin-top:-9px;flex-direction:column}.featured-matchup-hub-sidebar .odds-content__table-data-mobile-book-selector{display:flex;margin-top:10px}.featured-matchup-hub-sidebar .odds-content__table-data{margin:0px}.featured-matchup-hub-sidebar .odds-content__table-data table{border:1px solid #e3e7e8}.featured-matchup-hub-sidebar .odds-content__table-data table tr td:last-child,.featured-matchup-hub-sidebar .odds-content__table-data table tr td:first-child{border-right:0px}.featured-matchup-hub-sidebar .odds-content__table-data table tfoot td{border:0px}.featured-matchup-hub-sidebar .odds-content__table-data table>thead>tr>th.visible-xs,.featured-matchup-hub-sidebar .odds-content__table-data table>tbody>tr>td.visible-xs,.featured-matchup-hub-sidebar .odds-content__table-data table>tfoot>tr>td.visible-xs{display:table-cell !important}.featured-matchup-hub-sidebar .odds-content__table-data table>tbody>tr>td:first-child.visible-xs.no-data{min-width:42px}.featured-matchup-hub-sidebar .odds-content__table-data table>thead>tr>th.hidden-xs,.featured-matchup-hub-sidebar .odds-content__table-data table>tbody>tr>td.hidden-xs,.featured-matchup-hub-sidebar .odds-content__table-data table>tfoot>tr>td.hidden-xs{display:none !important}.featured-matchup-hub-sidebar .odds-content__teams-vertical{flex-direction:row;margin-top:11px}@media only screen and (max-width: 767px){.featured-matchup-hub-sidebar .odds-content__teams-vertical span{top:calc(50% + 5px)}}.featured-matchup-hub-sidebar .odds-content__team-vertical{flex:1;padding:6px 12px;border-radius:2px;height:auto;word-break:break-all;display:flex}.featured-matchup-hub-sidebar .odds-content__team-vertical:after{display:none}.featured-matchup-hub-sidebar .odds-content__team-vertical i{margin:0 5px}.featured-matchup-hub-sidebar .odds-content__team-vertical-away{margin-right:2px}.featured-matchup-hub-sidebar .odds-content__team-vertical-home{margin-left:2px}.featured-matchup-hub-sidebar .odds-content__table-consensus{margin:0px 0px 40px 0px}.featured-matchup-hub-sidebar .odds-content__table-consensus table{max-width:100%;border:1px solid #e3e7e8}.featured-matchup-hub-sidebar .odds-content__table-consensus table tr td:last-child{border-right:0px}.featured-matchup-hub-sidebar .odds-content__table-consensus table tfoot td{border:0px}.featured-matchup-hub-sidebar .odds-content__table-consensus table>thead>tr>th.visible-xs,.featured-matchup-hub-sidebar .odds-content__table-consensus table>tbody>tr>td.visible-xs,.featured-matchup-hub-sidebar .odds-content__table-consensus table>tfoot>tr>td.visible-xs{display:table-cell !important}.featured-matchup-hub-sidebar .odds-content__table-consensus table>thead>tr>th.hidden-xs,.featured-matchup-hub-sidebar .odds-content__table-consensus table>tbody>tr>td.hidden-xs,.featured-matchup-hub-sidebar .odds-content__table-consensus table>tfoot>tr>td.hidden-xs{display:none !important}.featured-matchup-hub-sidebar .odds-content__table-consensus table>thead>tr>th{background-color:#e3e7e8;color:#1f2426}.featured-matchup-hub-sidebar .odds-content__consensus-header-mobile{display:flex;margin-top:5px}.featured-matchup-hub-sidebar .odds-content__consensus-header-mobile div.select-help{position:absolute;right:0;top:50%;transform:translateY(-50%);margin:0 10px}.featured-matchup-hub-sidebar .odds-content__matchup-details-link{color:#656e73}.featured-matchup-hub-sidebar .odds-content__matchup-details-link:hover,.featured-matchup-hub-sidebar .odds-content__matchup-details-link:focus{color:#656e73}.featured-matchup-hub-sidebar .odds-content__matchup-details-link--more{color:#d72429;font-size:14px}.featured-matchup-hub-sidebar-finished .odds-content-archive__matchup{display:block}.featured-matchup-hub-sidebar-finished .odds-content-archive__results-container{width:100%;margin:5px 0px 0px 0px}.featured-matchup-hub-sidebar-finished .odds-content-archive__results-body{border-bottom:0px}.featured-matchup-hub-sidebar-finished .odds-content-archive__link{border-radius:0 0 2px 2px;display:flex;border:1px solid #e3e7e8;float:left;width:100%;margin-bottom:20px;line-height:40px;text-align:center}.featured-matchup-hub-sidebar-finished .odds-content-archive__link a,.featured-matchup-hub-sidebar-finished .odds-content-archive__link a:hover,.featured-matchup-hub-sidebar-finished .odds-content-archive__link a:focus{font-size:12px;width:inherit;color:#b61e22}.featured-matchup-hub-sidebar-finished .odds-content table>thead>tr>th.visible-xs,.featured-matchup-hub-sidebar-finished .odds-content table>tbody>tr>td.visible-xs,.featured-matchup-hub-sidebar-finished .odds-content table>tfoot>tr>td.visible-xs{background-color:#353f42}.featured-matchup-hub-sidebar-finished .odds-content__table-consensus table>thead>tr>th.visible-xs,.featured-matchup-hub-sidebar-finished .odds-content__table-consensus table>tbody>tr>td.visible-xs,.featured-matchup-hub-sidebar-finished .odds-content__table-consensus table>tfoot>tr>td.visible-xs{background-color:#353f42}.featured-matchup-hub-sidebar-finished .odds-content__consensus-data{text-align:center}.featured-matchup-hub-sidebar-finished .odds-content__consensus-data--more{border-bottom:0}.featured-matchup-hub-sidebar-finished .odds-content__teams-vertical{margin-top:0px}.featured-matchup-hub-sidebar-finished .odds-content__teams-vertical span{top:15px}@media only screen and (max-width: 767px){.featured-matchup-hub-sidebar-finished .odds-content__teams-vertical span{top:20px}}.featured-matchup-hub-sidebar-finished .odds-content__team-vertical-away,.featured-matchup-hub-sidebar-finished .odds-content__team-vertical-away::after,.featured-matchup-hub-sidebar-finished .odds-content__team-vertical-home,.featured-matchup-hub-sidebar-finished .odds-content__team-vertical-home::after{background:#656e73}.featured-matchup-hub-sidebar-finished .odds-content__team-vertical-winner,.featured-matchup-hub-sidebar-finished .odds-content__team-vertical-winner::after{background:#353f42}.featured-matchup-hub-sidebar-finished .odds-content__team-vertical--archive{height:auto;flex-direction:column;padding:0px;word-break:break-all;justify-content:space-between;display:flex}.featured-matchup-hub-sidebar-finished .odds-content__team-vertical-container-name{padding:6px 12px}.featured-matchup-hub-sidebar-finished .odds-content__team-vertical-container-score{width:100%;background-color:#959fa3}.featured-matchup-hub-sidebar-finished .odds-content__team-vertical-name{width:100%}.featured-matchup-hub-sidebar-finished .odds-content__team-vertical-name i{display:inline-block;position:relative;top:5px;margin:0 5px}.featured-matchup-hub-sidebar-finished .odds-content__team-vertical-score,.featured-matchup-hub-sidebar-finished .odds-content__team-vertical-score-bg{width:100%;min-height:35px;font-size:18px;font-family:"Lato Bold";font-weight:bold;color:#fff;position:relative}.featured-matchup-hub-sidebar-finished .odds-content__team-vertical-score-bg{opacity:0.35;background:#959fa3;position:absolute;width:100%;left:0px;bottom:0px}.league-suspension-updates{margin:0 0 32px}.league-suspension-updates__item{border-bottom:1px solid #e3e7e8;padding:12px 0}.league-suspension-updates__item:first-child{padding-top:0}.league-suspension-updates__item:last-of-type{border-bottom:none;padding-bottom:0}.league-suspension-updates__date{font-size:12px;line-height:1.5;font-family:"Lato Bold";color:#959fa3}.league-suspension-updates__league{font-family:"Lato Bold";font-weight:bold;font-size:18px;color:#b61e22}.league-suspension-updates__icon{float:left;width:32px;margin-right:10px}.league-suspension-updates__text{font-family:"Lato Bold";font-weight:bold;font-size:14px;line-height:1.43;letter-spacing:0.3px;display:block;color:#1f2426}.league-suspension-updates__text:hover,.league-suspension-updates__text:focus{color:#1f2426}.league-suspension-updates__button{border-radius:4px;font-family:"Lato Bold";font-size:14px;font-weight:bold;text-transform:uppercase;display:flex;align-items:center;justify-content:center;line-height:1;transition:all 0.15s;background-color:#fff;border:solid 1px #e3e7e8;margin:auto;width:100%;margin-top:20px}@media only screen and (max-width: 992px){.league-suspension-updates__button{width:80%}}@media only screen and (max-width: 767px){.league-suspension-updates__button{width:100%}}.league-suspension-updates__link{padding:13px 44px;font-family:"Lato Bold";transition:color 0.15s;font-weight:bold;color:#656e73;text-decoration:none}.league-suspension-updates__link:hover{color:#656e73;text-decoration:none}.mini-image-cards{margin:30px 0;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:30px}.mini-image-cards__card{min-height:140px;display:flex;flex-direction:column;justify-content:space-between;background-position:center center;background-repeat:no-repeat;background-size:cover;position:relative;letter-spacing:0.3px;background-color:#1f2426;font-weight:bold;font-family:"Lato Bold";border-radius:2px;padding:20px;color:#fff}.mini-image-cards__card:hover{cursor:pointer;color:#fff;text-decoration:none}.mini-image-cards__card:hover .mini-image-cards__card-action{color:#fff}.mini-image-cards__card:hover .mini-image-cards__card-action svg{transform:scale(1.2)}.mini-image-cards__card:hover:before{opacity:0.65}.mini-image-cards__card:before{border-radius:2px;transition:opacity 0.25s;content:"";opacity:0;position:absolute;background-color:#b61e22;top:0;left:0;width:100%;height:100%;z-index:1}.mini-image-cards__card:after{border-radius:2px;content:"";position:absolute;background:linear-gradient(180deg, rgba(0,0,0,0.4) 27.8%, rgba(0,0,0,0.8) 100%);top:0;left:0;width:100%;height:100%;z-index:1}.mini-image-cards__card-title{max-width:80%;font-size:22px;position:relative;line-height:1.1;z-index:2}.mini-image-cards__card-action{transition:color 0.25s;display:flex;align-items:center;z-index:2;margin-top:6px;position:relative;color:#d72429;font-size:18px}.mini-image-cards__card-action svg{transition:transform 0.35s;margin-right:6px}@media only screen and (max-width: 992px){.mini-image-cards{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr;grid-gap:5px;margin:20px 0 0}.mini-image-cards__card-title{max-width:70%}.mini-image-cards__card-action{margin-top:30px}}@media only screen and (max-width: 600px){.mini-image-cards__card-title{max-width:unset}}.faq-block{border-radius:2px;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);border:solid 1px #e3e7e8;letter-spacing:0.3px}.faq-block__q{font-size:14px;padding:8px 15px;text-align:center;background-color:#e3e7e8;font-weight:bold;font-family:"Lato Bold"}.faq-block__a{font-size:14px;text-align:center;padding:10px 15px 5px}.NFL_LOGO{background-image:url("../images/team-logos/sbd-logos-nfl-sprite-8x5.png");width:22px;height:22px}.NCAAB_LOGO{background-image:url("../images/team-logos/sbd-logos-ncaab-sprite-20x42.png");width:22px;height:22px}.NBA_LOGO{background-image:url("../images/team-logos/sbd-logos-nba-sprite-8x5.png");width:22px;height:22px}.NCAAF_LOGO{background-image:url("../images/team-logos/sbd-logos-ncaaf-sprite-20x42.png");width:22px;height:22px}.NHL_LOGO{background-image:url("../images/team-logos/sbd-logos-nhl-sprite-8x5.png");width:22px;height:22px}.MLB_LOGO{background-image:url("../images/team-logos/sbd-logos-mlb-sprite-8x5.png");width:22px;height:22px}.NFL_LOGO_DET{background-position:0 0}.NFL_LOGO_ATL{background-position:-22px 0}.NFL_LOGO_KC{background-position:-44px 0}.NFL_LOGO_NO{background-position:-66px 0}.NFL_LOGO_SF{background-position:-88px 0}.NFL_LOGO_MIN{background-position:-110px 0}.NFL_LOGO_PHI{background-position:-132px 0}.NFL_LOGO_NYG{background-position:-154px 0}.NFL_LOGO_MIA{background-position:0 -22px}.NFL_LOGO_TEN{background-position:-22px -22px}.NFL_LOGO_LAC{background-position:-44px -22px}.NFL_LOGO_BUF{background-position:-66px -22px}.NFL_LOGO_IND{background-position:-88px -22px}.NFL_LOGO_PIT{background-position:-110px -22px}.NFL_LOGO_TB{background-position:-132px -22px}.NFL_LOGO_CHI{background-position:-154px -22px}.NFL_LOGO_GB{background-position:0 -44px}.NFL_LOGO_NE{background-position:-22px -44px}.NFL_LOGO_SEA{background-position:-44px -44px}.NFL_LOGO_CIN{background-position:-66px -44px}.NFL_LOGO_DEN{background-position:-88px -44px}.NFL_LOGO_LAR{background-position:-110px -44px}.NFL_LOGO_ARI{background-position:-132px -44px}.NFL_LOGO_BAL{background-position:-154px -44px}.NFL_LOGO_NYJ{background-position:0 -66px}.NFL_LOGO_LV,.NFL_LOGO_OAK{background-position:-22px -66px}.NFL_LOGO_WAS{background-position:-44px -66px}.NFL_LOGO_DAL{background-position:-66px -66px}.NFL_LOGO_CAR{background-position:-88px -66px}.NFL_LOGO_JAC{background-position:-110px -66px}.NFL_LOGO_CLE{background-position:-132px -66px}.NFL_LOGO_HOU{background-position:-154px -66px}.NFL_LOGO_AFC{background-position:0 -88px}.NFL_LOGO_NFC{background-position:-22px -88px}.MLB_LOGO_SD{background-position:0 0}.MLB_LOGO_COL{background-position:-22px 0}.MLB_LOGO_ATL{background-position:-44px 0}.MLB_LOGO_PHI{background-position:-66px 0}.MLB_LOGO_BAL{background-position:-88px 0}.MLB_LOGO_TB{background-position:-110px 0}.MLB_LOGO_CIN{background-position:-132px 0}.MLB_LOGO_SF{background-position:-154px 0}.MLB_LOGO_MIA{background-position:0 -22px}.MLB_LOGO_NYM{background-position:-22px -22px}.MLB_LOGO_KC{background-position:-44px -22px}.MLB_LOGO_BOS{background-position:-66px -22px}.MLB_LOGO_LAD{background-position:-88px -22px}.MLB_LOGO_ARI{background-position:-110px -22px}.MLB_LOGO_OAK{background-position:-132px -22px}.MLB_LOGO_NYY{background-position:-154px -22px}.MLB_LOGO_PIT{background-position:0 -44px}.MLB_LOGO_WAS{background-position:-22px -44px}.MLB_LOGO_SEA{background-position:-44px -44px}.MLB_LOGO_CHW{background-position:-66px -44px}.MLB_LOGO_STL{background-position:-88px -44px}.MLB_LOGO_MIL{background-position:-110px -44px}.MLB_LOGO_TEX{background-position:-132px -44px}.MLB_LOGO_DET{background-position:-154px -44px}.MLB_LOGO_LAA{background-position:0 -66px}.MLB_LOGO_CLE{background-position:-22px -66px}.MLB_LOGO_HOU{background-position:-44px -66px}.MLB_LOGO_CHC{background-position:-66px -66px}.MLB_LOGO_MIN{background-position:-88px -66px}.MLB_LOGO_TOR{background-position:-110px -66px}.NBA_LOGO_SAC{background-position:0 0}.NBA_LOGO_LAL{background-position:-22px 0}.NBA_LOGO_POR{background-position:-44px 0}.NBA_LOGO_MIN{background-position:-66px 0}.NBA_LOGO_MIL{background-position:-88px 0}.NBA_LOGO_ORL{background-position:-110px 0}.NBA_LOGO_PHO{background-position:-132px 0}.NBA_LOGO_UTA{background-position:-154px 0}.NBA_LOGO_DAL{background-position:0 -22px}.NBA_LOGO_MEM{background-position:-22px -22px}.NBA_LOGO_DEN{background-position:-44px -22px}.NBA_LOGO_WAS{background-position:-66px -22px}.NBA_LOGO_PHI{background-position:-88px -22px}.NBA_LOGO_ATL{background-position:-110px -22px}.NBA_LOGO_NO{background-position:-132px -22px}.NBA_LOGO_BK{background-position:-154px -22px}.NBA_LOGO_GS{background-position:0 -44px}.NBA_LOGO_LAC{background-position:-22px -44px}.NBA_LOGO_HOU{background-position:-44px -44px}.NBA_LOGO_DET{background-position:-66px -44px}.NBA_LOGO_IND{background-position:-88px -44px}.NBA_LOGO_BOS{background-position:-110px -44px}.NBA_LOGO_MIA{background-position:-132px -44px}.NBA_LOGO_CHI{background-position:-154px -44px}.NBA_LOGO_CLE{background-position:0 -66px}.NBA_LOGO_NY{background-position:-22px -66px}.NBA_LOGO_SA{background-position:-44px -66px}.NBA_LOGO_OKC{background-position:-66px -66px}.NBA_LOGO_TOR{background-position:-88px -66px}.NBA_LOGO_CHA{background-position:-110px -66px}.NHL_LOGO_COL{background-position:0 0}.NHL_LOGO_DET{background-position:-22px 0}.NHL_LOGO_BOS{background-position:-44px 0}.NHL_LOGO_NYI{background-position:-66px 0}.NHL_LOGO_CAR{background-position:-88px 0}.NHL_LOGO_NYR{background-position:-110px 0}.NHL_LOGO_PIT{background-position:-132px 0}.NHL_LOGO_TOR{background-position:-154px 0}.NHL_LOGO_OTT{background-position:0 -22px}.NHL_LOGO_BUF{background-position:-22px -22px}.NHL_LOGO_MON{background-position:-44px -22px}.NHL_LOGO_PHI{background-position:-66px -22px}.NHL_LOGO_NJ{background-position:-88px -22px}.NHL_LOGO_FLA{background-position:-110px -22px}.NHL_LOGO_WAS{background-position:-132px -22px}.NHL_LOGO_STL{background-position:-154px -22px}.NHL_LOGO_TB{background-position:0 -44px}.NHL_LOGO_CAL{background-position:-22px -44px}.NHL_LOGO_ARI{background-position:-44px -44px}.NHL_LOGO_DAL{background-position:-66px -44px}.NHL_LOGO_SJ{background-position:-88px -44px}.NHL_LOGO_CHI{background-position:-110px -44px}.NHL_LOGO_LA{background-position:-132px -44px}.NHL_LOGO_EDM{background-position:-154px -44px}.NHL_LOGO_ANA{background-position:0 -66px}.NHL_LOGO_VAN{background-position:-22px -66px}.NHL_LOGO_NAS{background-position:-44px -66px}.NHL_LOGO_WIN{background-position:-66px -66px}.NHL_LOGO_MIN{background-position:-88px -66px}.NHL_LOGO_CLB{background-position:-110px -66px}.NHL_LOGO_ATL{background-position:-132px -66px}.NHL_LOGO_MET{background-position:-154px -66px}.NHL_LOGO_CEN{background-position:0 -88px}.NHL_LOGO_PAC{background-position:-22px -88px}.NHL_LOGO_VEG{background-position:-44px -88px}.NHL_LOGO_SEA{background-position:-66px -88px}.NCAAF_LOGO_BYU{background-position:0 0}.NCAAF_LOGO_BC{background-position:-22px 0}.NCAAF_LOGO_PUR{background-position:-44px 0}.NCAAF_LOGO_PITT{background-position:-66px 0}.NCAAF_LOGO_MEM{background-position:-88px 0}.NCAAF_LOGO_ULL{background-position:-110px 0}.NCAAF_LOGO_ORE{background-position:-132px 0}.NCAAF_LOGO_WSU{background-position:-154px 0}.NCAAF_LOGO_UTEP{background-position:-176px 0}.NCAAF_LOGO_AFA{background-position:-198px 0}.NCAAF_LOGO_SJSU{background-position:-220px 0}.NCAAF_LOGO_CAL{background-position:-242px 0}.NCAAF_LOGO_VT{background-position:-264px 0}.NCAAF_LOGO_CIN{background-position:-286px 0}.NCAAF_LOGO_FSU{background-position:-308px 0}.NCAAF_LOGO_TULN{background-position:-330px 0}.NCAAF_LOGO_KU{background-position:-352px 0}.NCAAF_LOGO_HAW{background-position:-374px 0}.NCAAF_LOGO_ALA{background-position:-396px 0}.NCAAF_LOGO_UGA{background-position:-418px 0}.NCAAF_LOGO_OKST{background-position:0 -22px}.NCAAF_LOGO_WASH{background-position:-22px -22px}.NCAAF_LOGO_NEB{background-position:-44px -22px}.NCAAF_LOGO_TEM{background-position:-66px -22px}.NCAAF_LOGO_LT{background-position:-88px -22px}.NCAAF_LOGO_USM{background-position:-110px -22px}.NCAAF_LOGO_PSU{background-position:-132px -22px}.NCAAF_LOGO_MD{background-position:-154px -22px}.NCAAF_LOGO_LOU{background-position:-176px -22px}.NCAAF_LOGO_WVU{background-position:-198px -22px}.NCAAF_LOGO_UNM{background-position:-220px -22px}.NCAAF_LOGO_TTU{background-position:-242px -22px}.NCAAF_LOGO_UNC{background-position:-264px -22px}.NCAAF_LOGO_NAVY{background-position:-286px -22px}.NCAAF_LOGO_WMU{background-position:-308px -22px}.NCAAF_LOGO_NIU{background-position:-330px -22px}.NCAAF_LOGO_FLA{background-position:-352px -22px}.NCAAF_LOGO_MIA{background-position:-374px -22px}.NCAAF_LOGO_USC{background-position:-396px -22px}.NCAAF_LOGO_ILL{background-position:-418px -22px}.NCAAF_LOGO_SMU{background-position:0 -44px}.NCAAF_LOGO_NMSU{background-position:-22px -44px}.NCAAF_LOGO_ARST{background-position:-44px -44px}.NCAAF_LOGO_MSST{background-position:-66px -44px}.NCAAF_LOGO_MISS{background-position:-88px -44px}.NCAAF_LOGO_ECU{background-position:-110px -44px}.NCAAF_LOGO_NCST{background-position:-132px -44px}.NCAAF_LOGO_IDHO{background-position:-154px -44px}.NCAAF_LOGO_ORST{background-position:-176px -44px}.NCAAF_LOGO_TOL{background-position:-198px -44px}.NCAAF_LOGO_ARIZ{background-position:-220px -44px}.NCAAF_LOGO_AUB{background-position:-242px -44px}.NCAAF_LOGO_BGSU{background-position:-264px -44px}.NCAAF_LOGO_BALL{background-position:-286px -44px}.NCAAF_LOGO_WYO{background-position:-308px -44px}.NCAAF_LOGO_BAY{background-position:-330px -44px}.NCAAF_LOGO_CSU{background-position:-352px -44px}.NCAAF_LOGO_COLO{background-position:-374px -44px}.NCAAF_LOGO_UCLA{background-position:-396px -44px}.NCAAF_LOGO_BSU{background-position:-418px -44px}.NCAAF_LOGO_UTAH{background-position:0 -66px}.NCAAF_LOGO_NW{background-position:-22px -66px}.NCAAF_LOGO_DUKE{background-position:-44px -66px}.NCAAF_LOGO_HOU{background-position:-66px -66px}.NCAAF_LOGO_TLSA{background-position:-88px -66px}.NCAAF_LOGO_RICE{background-position:-110px -66px}.NCAAF_LOGO_UNT{background-position:-132px -66px}.NCAAF_LOGO_USU{background-position:-154px -66px}.NCAAF_LOGO_ISU{background-position:-176px -66px}.NCAAF_LOGO_ND{background-position:-198px -66px}.NCAAF_LOGO_MICH{background-position:-220px -66px}.NCAAF_LOGO_SYR{background-position:-242px -66px}.NCAAF_LOGO_OSU{background-position:-264px -66px}.NCAAF_LOGO_STAN{background-position:-286px -66px}.NCAAF_LOGO_IND{background-position:-308px -66px}.NCAAF_LOGO_UNLV{background-position:-330px -66px}.NCAAF_LOGO_FRES{background-position:-352px -66px}.NCAAF_LOGO_TCU{background-position:-374px -66px}.NCAAF_LOGO_WIS{background-position:-396px -66px}.NCAAF_LOGO_ASU{background-position:-418px -66px}.NCAAF_LOGO_MSU{background-position:0 -88px}.NCAAF_LOGO_TENN{background-position:-22px -88px}.NCAAF_LOGO_VAN{background-position:-44px -88px}.NCAAF_LOGO_LSU{background-position:-66px -88px}.NCAAF_LOGO_OHIO{background-position:-88px -88px}.NCAAF_LOGO_MRSH{background-position:-110px -88px}.NCAAF_LOGO_MIZZ{background-position:-132px -88px}.NCAAF_LOGO_TAM{background-position:-154px -88px}.NCAAF_LOGO_M-OH{background-position:-176px -88px}.NCAAF_LOGO_UK{background-position:-198px -88px}.NCAAF_LOGO_KENT{background-position:-220px -88px}.NCAAF_LOGO_AKR{background-position:-242px -88px}.NCAAF_LOGO_GT{background-position:-264px -88px}.NCAAF_LOGO_ARK{background-position:-286px -88px}.NCAAF_LOGO_ARMY{background-position:-308px -88px}.NCAAF_LOGO_CLEM{background-position:-330px -88px}.NCAAF_LOGO_RUTG{background-position:-352px -88px}.NCAAF_LOGO_KSU{background-position:-374px -88px}.NCAAF_LOGO_TEX{background-position:-396px -88px}.NCAAF_LOGO_SDSU{background-position:-418px -88px}.NCAAF_LOGO_IOWA{background-position:0 -110px}.NCAAF_LOGO_UVA{background-position:-22px -110px}.NCAAF_LOGO_NEV{background-position:-44px -110px}.NCAAF_LOGO_EMU{background-position:-66px -110px}.NCAAF_LOGO_ULM{background-position:-88px -110px}.NCAAF_LOGO_WAKE{background-position:-110px -110px}.NCAAF_LOGO_OKLA{background-position:-132px -110px}.NCAAF_LOGO_MINN{background-position:-154px -110px}.NCAAF_LOGO_CMU{background-position:-176px -110px}.NCAAF_LOGO_UCF{background-position:-198px -110px}.NCAAF_LOGO_MTU{background-position:-220px -110px}.NCAAF_LOGO_CONN{background-position:-242px -110px}.NCAAF_LOGO_BUFF{background-position:-264px -110px}.NCAAF_LOGO_UAB{background-position:-286px -110px}.NCAAF_LOGO_CWM{background-position:-308px -110px}.NCAAF_LOGO_NICH{background-position:-330px -110px}.NCAAF_LOGO_APP{background-position:-352px -110px}.NCAAF_LOGO_EIU{background-position:-374px -110px}.NCAAF_LOGO_SHSU{background-position:-396px -110px}.NCAAF_LOGO_IDST{background-position:-418px -110px}.NCAAF_LOGO_VILL{background-position:0 -132px}.NCAAF_LOGO_VMI{background-position:-22px -132px}.NCAAF_LOGO_NAU{background-position:-44px -132px}.NCAAF_LOGO_ILST{background-position:-66px -132px}.NCAAF_LOGO_WIU{background-position:-88px -132px}.NCAAF_LOGO_MONT{background-position:-110px -132px}.NCAAF_LOGO_SOCAR{background-position:-132px -132px}.NCAAF_LOGO_PEAY{background-position:-154px -132px}.NCAAF_LOGO_PRST{background-position:-176px -132px}.NCAAF_LOGO_FUR{background-position:-198px -132px}.NCAAF_LOGO_ETSU{background-position:-220px -132px}.NCAAF_LOGO_GASO{background-position:-242px -132px}.NCAAF_LOGO_INST{background-position:-264px -132px}.NCAAF_LOGO_CIT{background-position:-286px -132px}.NCAAF_LOGO_EWU{background-position:-308px -132px}.NCAAF_LOGO_YSU{background-position:-330px -132px}.NCAAF_LOGO_MTST{background-position:-352px -132px}.NCAAF_LOGO_UNI{background-position:-374px -132px}.NCAAF_LOGO_NWST{background-position:-396px -132px}.NCAAF_LOGO_WEB{background-position:-418px -132px}.NCAAF_LOGO_CARK{background-position:0 -154px}.NCAAF_LOGO_YALE{background-position:-22px -154px}.NCAAF_LOGO_CP{background-position:-44px -154px}.NCAAF_LOGO_SAM{background-position:-66px -154px}.NCAAF_LOGO_SEMO{background-position:-88px -154px}.NCAAF_LOGO_SUU{background-position:-110px -154px}.NCAAF_LOGO_LAF{background-position:-132px -154px}.NCAAF_LOGO_DEL{background-position:-154px -154px}.NCAAF_LOGO_JVST{background-position:-176px -154px}.NCAAF_LOGO_JMU{background-position:-198px -154px}.NCAAF_LOGO_RICH{background-position:-220px -154px}.NCAAF_LOGO_WKU{background-position:-242px -154px}.NCAAF_LOGO_NORAL{background-position:-264px -154px}.NCAAF_LOGO_UCD{background-position:-286px -154px}.NCAAF_LOGO_COLG{background-position:-308px -154px}.NCAAF_LOGO_TNTC{background-position:-330px -154px}.NCAAF_LOGO_WCU{background-position:-352px -154px}.NCAAF_LOGO_TROY{background-position:-374px -154px}.NCAAF_LOGO_EKY{background-position:-396px -154px}.NCAAF_LOGO_SFA{background-position:-418px -154px}.NCAAF_LOGO_MURR{background-position:0 -176px}.NCAAF_LOGO_WOF{background-position:-22px -176px}.NCAAF_LOGO_UTM{background-position:-44px -176px}.NCAAF_LOGO_FAMU{background-position:-66px -176px}.NCAAF_LOGO_USF{background-position:-88px -176px}.NCAAF_LOGO_LIB{background-position:-110px -176px}.NCAAF_LOGO_MASS{background-position:-132px -176px}.NCAAF_LOGO_MCNS{background-position:-154px -176px}.NCAAF_LOGO_GRAM{background-position:-176px -176px}.NCAAF_LOGO_SIU{background-position:-198px -176px}.NCAAF_LOGO_URI{background-position:-220px -176px}.NCAAF_LOGO_BUCK{background-position:-242px -176px}.NCAAF_LOGO_TXSO{background-position:-264px -176px}.NCAAF_LOGO_SOU{background-position:-286px -176px}.NCAAF_LOGO_UNH{background-position:-308px -176px}.NCAAF_LOGO_FAU{background-position:-330px -176px}.NCAAF_LOGO_LEH{background-position:-352px -176px}.NCAAF_LOGO_JKST{background-position:-374px -176px}.NCAAF_LOGO_CSUS{background-position:-396px -176px}.NCAAF_LOGO_HC{background-position:-418px -176px}.NCAAF_LOGO_CHSO{background-position:0 -198px}.NCAAF_LOGO_WNMEX{background-position:-22px -198px}.NCAAF_LOGO_HOW{background-position:-44px -198px}.NCAAF_LOGO_SELA{background-position:-66px -198px}.NCAAF_LOGO_FIU{background-position:-88px -198px}.NCAAF_LOGO_TXST{background-position:-110px -198px}.NCAAF_LOGO_MORG{background-position:-132px -198px}.NCAAF_LOGO_NCAT{background-position:-154px -198px}.NCAAF_LOGO_ME{background-position:-176px -198px}.NCAAF_LOGO_ADMST{background-position:-198px -198px}.NCAAF_LOGO_TOWS{background-position:-220px -198px}.NCAAF_LOGO_ARKMO{background-position:-242px -198px}.NCAAF_LOGO_GTWN{background-position:-264px -198px}.NCAAF_LOGO_NDSU{background-position:-286px -198px}.NCAAF_LOGO_WCONN{background-position:-308px -198px}.NCAAF_LOGO_WSAL{background-position:-330px -198px}.NCAAF_LOGO_MARS{background-position:-352px -198px}.NCAAF_LOGO_SCAR{background-position:-374px -198px}.NCAAF_LOGO_JAC{background-position:-396px -198px}.NCAAF_LOGO_HAMP{background-position:-418px -198px}.NCAAF_LOGO_WAG{background-position:0 -220px}.NCAAF_LOGO_SROCK{background-position:-22px -220px}.NCAAF_LOGO_FOR{background-position:-44px -220px}.NCAAF_LOGO_HENST{background-position:-66px -220px}.NCAAF_LOGO_DUQ{background-position:-88px -220px}.NCAAF_LOGO_DRKE{background-position:-110px -220px}.NCAAF_LOGO_MONM{background-position:-132px -220px}.NCAAF_LOGO_MRST{background-position:-154px -220px}.NCAAF_LOGO_SHU{background-position:-176px -220px}.NCAAF_LOGO_SFPA{background-position:-198px -220px}.NCAAF_LOGO_ALST{background-position:-220px -220px}.NCAAF_LOGO_BUT{background-position:-242px -220px}.NCAAF_LOGO_DSU{background-position:-264px -220px}.NCAAF_LOGO_CCSU{background-position:-286px -220px}.NCAAF_LOGO_PRE{background-position:-308px -220px}.NCAAF_LOGO_DAV{background-position:-330px -220px}.NCAAF_LOGO_NORF{background-position:-352px -220px}.NCAAF_LOGO_CHWV{background-position:-374px -220px}.NCAAF_LOGO_MILL{background-position:-396px -220px}.NCAAF_LOGO_MORE{background-position:-418px -220px}.NCAAF_LOGO_PV{background-position:0 -242px}.NCAAF_LOGO_DAY{background-position:-22px -242px}.NCAAF_LOGO_COOK{background-position:-44px -242px}.NCAAF_LOGO_ALBION{background-position:-66px -242px}.NCAAF_LOGO_UM-D{background-position:-88px -242px}.NCAAF_LOGO_LHU{background-position:-110px -242px}.NCAAF_LOGO_COL{background-position:-132px -242px}.NCAAF_LOGO_UNCO{background-position:-154px -242px}.NCAAF_LOGO_CC{background-position:-176px -242px}.NCAAF_LOGO_ELON{background-position:-198px -242px}.NCAAF_LOGO_VIRST{background-position:-220px -242px}.NCAAF_LOGO_BEN{background-position:-242px -242px}.NCAAF_LOGO_SAV{background-position:-264px -242px}.NCAAF_LOGO_DLTST{background-position:-286px -242px}.NCAAF_LOGO_ALCN{background-position:-308px -242px}.NCAAF_LOGO_RMU{background-position:-330px -242px}.NCAAF_LOGO_BOWST{background-position:-352px -242px}.NCAAF_LOGO_CONC{background-position:-374px -242px}.NCAAF_LOGO_VALP{background-position:-396px -242px}.NCAAF_LOGO_WISLU{background-position:-418px -242px}.NCAAF_LOGO_STON{background-position:0 -264px}.NCAAF_LOGO_WIS-LC{background-position:-22px -264px}.NCAAF_LOGO_SDST{background-position:-44px -264px}.NCAAF_LOGO_AAMU{background-position:-66px -264px}.NCAAF_LOGO_TNST{background-position:-88px -264px}.NCAAF_LOGO_WEST{background-position:-110px -264px}.NCAAF_LOGO_USD{background-position:-132px -264px}.NCAAF_LOGO_AZUSA{background-position:-154px -264px}.NCAAF_LOGO_NCCU{background-position:-176px -264px}.NCAAF_LOGO_GREEN{background-position:-198px -264px}.NCAAF_LOGO_NEWB{background-position:-220px -264px}.NCAAF_LOGO_HARV{background-position:-242px -264px}.NCAAF_LOGO_DART{background-position:-264px -264px}.NCAAF_LOGO_BRWN{background-position:-286px -264px}.NCAAF_LOGO_QUINC{background-position:-308px -264px}.NCAAF_LOGO_COR{background-position:-330px -264px}.NCAAF_LOGO_PENN{background-position:-352px -264px}.NCAAF_LOGO_PRIN{background-position:-374px -264px}.NCAAF_LOGO_CLMB{background-position:-396px -264px}.NCAAF_LOGO_WIS-PL{background-position:-418px -264px}.NCAAF_LOGO_WEBB{background-position:0 -286px}.NCAAF_LOGO_TUSC{background-position:-22px -286px}.NCAAF_LOGO_ROWAN{background-position:-44px -286px}.NCAAF_LOGO_URSI{background-position:-66px -286px}.NCAAF_LOGO_CALPA{background-position:-88px -286px}.NCAAF_LOGO_WORG{background-position:-110px -286px}.NCAAF_LOGO_NWOK{background-position:-132px -286px}.NCAAF_LOGO_ALBST{background-position:-154px -286px}.NCAAF_LOGO_WCU{background-position:-176px -286px}.NCAAF_LOGO_LR{background-position:-198px -286px}.NCAAF_LOGO_NGRN{background-position:-220px -286px}.NCAAF_LOGO_CATH{background-position:-242px -286px}.NCAAF_LOGO_SBURY{background-position:-264px -286px}.NCAAF_LOGO_PACE{background-position:-286px -286px}.NCAAF_LOGO_AURO{background-position:-308px -286px}.NCAAF_LOGO_MOSU{background-position:-330px -286px}.NCAAF_LOGO_CHAT{background-position:-352px -286px}.NCAAF_LOGO_MMT{background-position:-374px -286px}.NCAAF_LOGO_TUSK{background-position:-396px -286px}.NCAAF_LOGO_UND{background-position:-418px -286px}.NCAAF_LOGO_SFU{background-position:0 -308px}.NCAAF_LOGO_GSU{background-position:-22px -308px}.NCAAF_LOGO_SDAK{background-position:-44px -308px}.NCAAF_LOGO_CLU{background-position:-66px -308px}.NCAAF_LOGO_RED{background-position:-88px -308px}.NCAAF_LOGO_LAL{background-position:-110px -308px}.NCAAF_LOGO_CMS{background-position:-132px -308px}.NCAAF_LOGO_WHIT{background-position:-154px -308px}.NCAAF_LOGO_OCC{background-position:-176px -308px}.NCAAF_LOGO_POMP{background-position:-198px -308px}.NCAAF_LOGO_CHAP{background-position:-220px -308px}.NCAAF_LOGO_USA{background-position:-242px -308px}.NCAAF_LOGO_UTSA{background-position:-264px -308px}.NCAAF_LOGO_LAM{background-position:-286px -308px}.NCAAF_LOGO_TXAM-C{background-position:-308px -308px}.NCAAF_LOGO_ALBY{background-position:-330px -308px}.NCAAF_LOGO_ARPB{background-position:-352px -308px}.NCAAF_LOGO_BRY{background-position:-374px -308px}.NCAAF_LOGO_CAMP{background-position:-396px -308px}.NCAAF_LOGO_MVSU{background-position:-418px -308px}.NCAAF_LOGO_ODU{background-position:0 -330px}.NCAAF_LOGO_CHO{background-position:-22px -330px}.NCAAF_LOGO_ELIZ{background-position:-44px -330px}.NCAAF_LOGO_FAY{background-position:-66px -330px}.NCAAF_LOGO_JCS{background-position:-88px -330px}.NCAAF_LOGO_LINP{background-position:-110px -330px}.NCAAF_LOGO_LIV{background-position:-132px -330px}.NCAAF_LOGO_SHA{background-position:-154px -330px}.NCAAF_LOGO_STA{background-position:-176px -330px}.NCAAF_LOGO_VU{background-position:-198px -330px}.NCAAF_LOGO_ARKT{background-position:-220px -330px}.NCAAF_LOGO_ERSK{background-position:-242px -330px}.NCAAF_LOGO_HAR{background-position:-264px -330px}.NCAAF_LOGO_OUA{background-position:-286px -330px}.NCAAF_LOGO_SEO{background-position:-308px -330px}.NCAAF_LOGO_SAR{background-position:-330px -330px}.NCAAF_LOGO_SWO{background-position:-352px -330px}.NCAAF_LOGO_ASH{background-position:-374px -330px}.NCAAF_LOGO_FS{background-position:-396px -330px}.NCAAF_LOGO_FIN{background-position:-418px -330px}.NCAAF_LOGO_GVS{background-position:0 -352px}.NCAAF_LOGO_HILL{background-position:-22px -352px}.NCAAF_LOGO_LE{background-position:-44px -352px}.NCAAF_LOGO_MITE{background-position:-66px -352px}.NCAAF_LOGO_NOM{background-position:-88px -352px}.NCAAF_LOGO_NOR{background-position:-110px -352px}.NCAAF_LOGO_ND{background-position:-132px -352px}.NCAAF_LOGO_OHD{background-position:-154px -352px}.NCAAF_LOGO_SVS{background-position:-176px -352px}.NCAAF_LOGO_TIF{background-position:-198px -352px}.NCAAF_LOGO_WAL{background-position:-220px -352px}.NCAAF_LOGO_WAY{background-position:-242px -352px}.NCAAF_LOGO_CEST{background-position:-264px -352px}.NCAAF_LOGO_IND{background-position:-286px -352px}.NCAAF_LOGO_KEW{background-position:-308px -352px}.NCAAF_LOGO_MCKE{background-position:-330px -352px}.NCAAF_LOGO_MIST{background-position:-352px -352px}.NCAAF_LOGO_URB{background-position:-374px -352px}.NCAAF_LOGO_WIJE{background-position:-396px -352px}.NCAAF_LOGO_CWAS{background-position:-418px -352px}.NCAAF_LOGO_DIXIE{background-position:0 -374px}.NCAAF_LOGO_VAL{background-position:-22px -374px}.NCAAF_LOGO_WALA{background-position:-44px -374px}.NCAAF_LOGO_WGEO{background-position:-66px -374px}.NCAAF_LOGO_SDM{background-position:-88px -374px}.NCAAF_LOGO_UNCP{background-position:-110px -374px}.NCAAF_LOGO_ACU{background-position:-132px -374px}.NCAAF_LOGO_ANG{background-position:-154px -374px}.NCAAF_LOGO_ENMEX{background-position:-176px -374px}.NCAAF_LOGO_IW{background-position:-198px -374px}.NCAAF_LOGO_MIDST{background-position:-220px -374px}.NCAAF_LOGO_TARST{background-position:-242px -374px}.NCAAF_LOGO_TEX-KI{background-position:-264px -374px}.NCAAF_LOGO_WTAM{background-position:-286px -374px}.NCAAF_LOGO_CMIS{background-position:-308px -374px}.NCAAF_LOGO_CEOK{background-position:-330px -374px}.NCAAF_LOGO_EMST{background-position:-352px -374px}.NCAAF_LOGO_FORT{background-position:-374px -374px}.NCAAF_LOGO_LINMO{background-position:-396px -374px}.NCAAF_LOGO_LIND{background-position:-418px -374px}.NCAAF_LOGO_MISOST{background-position:0 -396px}.NCAAF_LOGO_MIWS{background-position:-22px -396px}.NCAAF_LOGO_NEBK{background-position:-44px -396px}.NCAAF_LOGO_NEST{background-position:-66px -396px}.NCAAF_LOGO_NWMS{background-position:-88px -396px}.NCAAF_LOGO_PITST{background-position:-110px -396px}.NCAAF_LOGO_SWBAP{background-position:-132px -396px}.NCAAF_LOGO_TRST{background-position:-154px -396px}.NCAAF_LOGO_WASH{background-position:-176px -396px}.NCAAF_LOGO_AI{background-position:-198px -396px}.NCAAF_LOGO_ASUM{background-position:-220px -396px}.NCAAF_LOGO_BENT{background-position:-242px -396px}.NCAAF_LOGO_MERR{background-position:-264px -396px}.NCAAF_LOGO_NEHAV{background-position:-286px -396px}.NCAAF_LOGO_SAN{background-position:-308px -396px}.NCAAF_LOGO_SCONN{background-position:-330px -396px}.NCAAF_LOGO_STONE{background-position:-352px -396px}.NCAAF_LOGO_AUG{background-position:-374px -396px}.NCAAF_LOGO_BEMID{background-position:-396px -396px}.NCAAF_LOGO_CON{background-position:-418px -396px}.NCAAF_LOGO_MARY{background-position:0 -418px}.NCAAF_LOGO_MINST{background-position:-22px -418px}.NCAAF_LOGO_MINCRO{background-position:-44px -418px}.NCAAF_LOGO_MINOT{background-position:-66px -418px}.NCAAF_LOGO_MIN-MO{background-position:-88px -418px}.NCAAF_LOGO_NORTH{background-position:-110px -418px}.NCAAF_LOGO_SIOUX{background-position:-132px -418px}.NCAAF_LOGO_SWMST{background-position:-154px -418px}.NCAAF_LOGO_STCLO{background-position:-176px -418px}.NCAAF_LOGO_UPIOWA{background-position:-198px -418px}.NCAAF_LOGO_WAYNE{background-position:-220px -418px}.NCAAF_LOGO_WINST{background-position:-242px -418px}.NCAAF_LOGO_BLOOM{background-position:-264px -418px}.NCAAF_LOGO_CLAR{background-position:-286px -418px}.NCAAF_LOGO_ESTROU{background-position:-308px -418px}.NCAAF_LOGO_EDIN{background-position:-330px -418px}.NCAAF_LOGO_GANN{background-position:-352px -418px}.NCAAF_LOGO_INDPA{background-position:-374px -418px}.NCAAF_LOGO_KUTZ{background-position:-396px -418px}.NCAAF_LOGO_MERCY{background-position:-418px -418px}.NCAAF_LOGO_SHIPP{background-position:0 -440px}.NCAAF_LOGO_BLST{background-position:-22px -440px}.NCAAF_LOGO_CHAD{background-position:-44px -440px}.NCAAF_LOGO_COLMES{background-position:-66px -440px}.NCAAF_LOGO_FORLEW{background-position:-88px -440px}.NCAAF_LOGO_NMEXHI{background-position:-110px -440px}.NCAAF_LOGO_BREV{background-position:-132px -440px}.NCAAF_LOGO_CARSNE{background-position:-154px -440px}.NCAAF_LOGO_CATA{background-position:-176px -440px}.NCAAF_LOGO_WING{background-position:-198px -440px}.NCAAF_LOGO_CLATL{background-position:-220px -440px}.NCAAF_LOGO_FORVAL{background-position:-242px -440px}.NCAAF_LOGO_KEYTST{background-position:-264px -440px}.NCAAF_LOGO_LANE{background-position:-286px -440px}.NCAAF_LOGO_MILES{background-position:-308px -440px}.NCAAF_LOGO_FAIRST{background-position:-330px -440px}.NCAAF_LOGO_GLEN{background-position:-352px -440px}.NCAAF_LOGO_HALL{background-position:-374px -440px}.NCAAF_LOGO_SHEP{background-position:-396px -440px}.NCAAF_LOGO_WESLIB{background-position:-418px -440px}.NCAAF_LOGO_WVIRST{background-position:0 -462px}.NCAAF_LOGO_VIRWES{background-position:-22px -462px}.NCAAF_LOGO_ADRIAN{background-position:-44px -462px}.NCAAF_LOGO_KNOX{background-position:-66px -462px}.NCAAF_LOGO_ALBRHT{background-position:-88px -462px}.NCAAF_LOGO_ALLGNY{background-position:-110px -462px}.NCAAF_LOGO_ALMA{background-position:-132px -462px}.NCAAF_LOGO_AMHRST{background-position:-154px -462px}.NCAAF_LOGO_ANDRSN{background-position:-176px -462px}.NCAAF_LOGO_ANMARI{background-position:-198px -462px}.NCAAF_LOGO_AGSBRG{background-position:-220px -462px}.NCAAF_LOGO_AUG-IL{background-position:-242px -462px}.NCAAF_LOGO_ASTNKG{background-position:-264px -462px}.NCAAF_LOGO_AVERTT{background-position:-286px -462px}.NCAAF_LOGO_BLDWLC{background-position:-308px -462px}.NCAAF_LOGO_BATES{background-position:-330px -462px}.NCAAF_LOGO_BECKER{background-position:-352px -462px}.NCAAF_LOGO_BELOIT{background-position:-374px -462px}.NCAAF_LOGO_BENDIC{background-position:-396px -462px}.NCAAF_LOGO_BETHNY{background-position:-418px -462px}.NCAAF_LOGO_BETHEL{background-position:0 -484px}.NCAAF_LOGO_BRM-SO{background-position:-22px -484px}.NCAAF_LOGO_BLFFTN{background-position:-44px -484px}.NCAAF_LOGO_BWDOIN{background-position:-66px -484px}.NCAAF_LOGO_BRDGWT{background-position:-88px -484px}.NCAAF_LOGO_BWST{background-position:-110px -484px}.NCAAF_LOGO_BKPTST{background-position:-132px -484px}.NCAAF_LOGO_BNAVST{background-position:-154px -484px}.NCAAF_LOGO_BUFFST{background-position:-176px -484px}.NCAAF_LOGO_CAPITL{background-position:-198px -484px}.NCAAF_LOGO_CARLTN{background-position:-220px -484px}.NCAAF_LOGO_CARMEL{background-position:-242px -484px}.NCAAF_LOGO_CARRLL{background-position:-264px -484px}.NCAAF_LOGO_CRTHG{background-position:-286px -484px}.NCAAF_LOGO_CAWERE{background-position:-308px -484px}.NCAAF_LOGO_CSTLST{background-position:-330px -484px}.NCAAF_LOGO_CENTRL{background-position:-352px -484px}.NCAAF_LOGO_CENTRE{background-position:-374px -484px}.NCAAF_LOGO_CHIMAR{background-position:-396px -484px}.NCAAF_LOGO_CHRNEW{background-position:-418px -484px}.NCAAF_LOGO_COASTG{background-position:0 -506px}.NCAAF_LOGO_COE{background-position:-22px -506px}.NCAAF_LOGO_COLBY{background-position:-44px -506px}.NCAAF_LOGO_LAGRA{background-position:-66px -506px}.NCAAF_LOGO_LAFOR{background-position:-88px -506px}.NCAAF_LOGO_LAKLA{background-position:-110px -506px}.NCAAF_LOGO_CONCOR{background-position:-132px -506px}.NCAAF_LOGO_LAWR{background-position:-154px -506px}.NCAAF_LOGO_LEBVA{background-position:-176px -506px}.NCAAF_LOGO_CON{background-position:-198px -506px}.NCAAF_LOGO_LEWCLA{background-position:-220px -506px}.NCAAF_LOGO_LINF{background-position:-242px -506px}.NCAAF_LOGO_CONCOR{background-position:-264px -506px}.NCAAF_LOGO_CORN{background-position:-286px -506px}.NCAAF_LOGO_CROWN{background-position:-308px -506px}.NCAAF_LOGO_LOR{background-position:-330px -506px}.NCAAF_LOGO_LOUCO{background-position:-352px -506px}.NCAAF_LOGO_LUTH{background-position:-374px -506px}.NCAAF_LOGO_LYC{background-position:-396px -506px}.NCAAF_LOGO_MACA{background-position:-418px -506px}.NCAAF_LOGO_MACM{background-position:0 -528px}.NCAAF_LOGO_MAIMA{background-position:-22px -528px}.NCAAF_LOGO_MANCH{background-position:-44px -528px}.NCAAF_LOGO_CURRY{background-position:-66px -528px}.NCAAF_LOGO_DEFIAN{background-position:-88px -528px}.NCAAF_LOGO_MARI{background-position:-110px -528px}.NCAAF_LOGO_DELVAL{background-position:-132px -528px}.NCAAF_LOGO_MART{background-position:-154px -528px}.NCAAF_LOGO_MHB{background-position:-176px -528px}.NCAAF_LOGO_DEN{background-position:-198px -528px}.NCAAF_LOGO_MARY{background-position:-220px -528px}.NCAAF_LOGO_DEPAUW{background-position:-242px -528px}.NCAAF_LOGO_MASS{background-position:-264px -528px}.NCAAF_LOGO_DIKINS{background-position:-286px -528px}.NCAAF_LOGO_MASM{background-position:-308px -528px}.NCAAF_LOGO_MCGT{background-position:-330px -528px}.NCAAF_LOGO_DUBUQ{background-position:-352px -528px}.NCAAF_LOGO_ETEXBP{background-position:-374px -528px}.NCAAF_LOGO_ELM{background-position:-396px -528px}.NCAAF_LOGO_EMHEN{background-position:-418px -528px}.NCAAF_LOGO_ENDIC{background-position:0 -550px}.NCAAF_LOGO_EUR{background-position:-22px -550px}.NCAAF_LOGO_MERC{background-position:-44px -550px}.NCAAF_LOGO_MET{background-position:-66px -550px}.NCAAF_LOGO_FDU{background-position:-88px -550px}.NCAAF_LOGO_MID{background-position:-110px -550px}.NCAAF_LOGO_MIL{background-position:-132px -550px}.NCAAF_LOGO_MIL{background-position:-154px -550px}.NCAAF_LOGO_FERR{background-position:-176px -550px}.NCAAF_LOGO_MINM{background-position:-198px -550px}.NCAAF_LOGO_MISCO{background-position:-220px -550px}.NCAAF_LOGO_MIT{background-position:-242px -550px}.NCAAF_LOGO_FITCH{background-position:-264px -550px}.NCAAF_LOGO_MONIL{background-position:-286px -550px}.NCAAF_LOGO_MONST{background-position:-308px -550px}.NCAAF_LOGO_FRAM{background-position:-330px -550px}.NCAAF_LOGO_MORA{background-position:-352px -550px}.NCAAF_LOGO_MORRIS{background-position:-374px -550px}.NCAAF_LOGO_MIDA{background-position:-396px -550px}.NCAAF_LOGO_FRAMAR{background-position:-418px -550px}.NCAAF_LOGO_MTSJ{background-position:0 -572px}.NCAAF_LOGO_MUN{background-position:-22px -572px}.NCAAF_LOGO_MUHL{background-position:-44px -572px}.NCAAF_LOGO_MUSK{background-position:-66px -572px}.NCAAF_LOGO_FRANK{background-position:-88px -572px}.NCAAF_LOGO_NIC{background-position:-110px -572px}.NCAAF_LOGO_FROST{background-position:-132px -572px}.NCAAF_LOGO_NCWE{background-position:-154px -572px}.NCAAF_LOGO_NOC{background-position:-176px -572px}.NCAAF_LOGO_NPAR{background-position:-198px -572px}.NCAAF_LOGO_NOMIN{background-position:-220px -572px}.NCAAF_LOGO_NORW{background-position:-242px -572px}.NCAAF_LOGO_OBER{background-position:-264px -572px}.NCAAF_LOGO_OHN{background-position:-286px -572px}.NCAAF_LOGO_OHW{background-position:-308px -572px}.NCAAF_LOGO_OLI{background-position:-330px -572px}.NCAAF_LOGO_OTT{background-position:-352px -572px}.NCAAF_LOGO_PLUT{background-position:-374px -572px}.NCAAF_LOGO_PAC{background-position:-396px -572px}.NCAAF_LOGO_PLY{background-position:-418px -572px}.NCAAF_LOGO_GOLD{background-position:0 -594px}.NCAAF_LOGO_PUG{background-position:-22px -594px}.NCAAF_LOGO_RAN{background-position:-44px -594px}.NCAAF_LOGO_GETTY{background-position:-66px -594px}.NCAAF_LOGO_RHO{background-position:-88px -594px}.NCAAF_LOGO_RIP{background-position:-110px -594px}.NCAAF_LOGO_ROC{background-position:-132px -594px}.NCAAF_LOGO_ROCK{background-position:-154px -594px}.NCAAF_LOGO_ROSE{background-position:-176px -594px}.NCAAF_LOGO_GRENVI{background-position:-198px -594px}.NCAAF_LOGO_GRINN{background-position:-220px -594px}.NCAAF_LOGO_SALVE{background-position:-242px -594px}.NCAAF_LOGO_SEW{background-position:-264px -594px}.NCAAF_LOGO_SHEN{background-position:-286px -594px}.NCAAF_LOGO_SIM{background-position:-308px -594px}.NCAAF_LOGO_GROVE{background-position:-330px -594px}.NCAAF_LOGO_SPRIN{background-position:-352px -594px}.NCAAF_LOGO_GUILF{background-position:-374px -594px}.NCAAF_LOGO_GUSADO{background-position:-396px -594px}.NCAAF_LOGO_STJF{background-position:-418px -594px}.NCAAF_LOGO_STJOS{background-position:0 -616px}.NCAAF_LOGO_STLA{background-position:-22px -616px}.NCAAF_LOGO_STNOR{background-position:-44px -616px}.NCAAF_LOGO_STOLA{background-position:-66px -616px}.NCAAF_LOGO_STSCH{background-position:-88px -616px}.NCAAF_LOGO_STTHOM{background-position:-110px -616px}.NCAAF_LOGO_STVIN{background-position:-132px -616px}.NCAAF_LOGO_STEV{background-position:-154px -616px}.NCAAF_LOGO_SULR{background-position:-176px -616px}.NCAAF_LOGO_SUNY{background-position:-198px -616px}.NCAAF_LOGO_SUSQ{background-position:-220px -616px}.NCAAF_LOGO_TCNJ{background-position:-242px -616px}.NCAAF_LOGO_TXLU{background-position:-264px -616px}.NCAAF_LOGO_HAM{background-position:-286px -616px}.NCAAF_LOGO_HAM{background-position:-308px -616px}.NCAAF_LOGO_HAMSYD{background-position:-330px -616px}.NCAAF_LOGO_HAN{background-position:-352px -616px}.NCAAF_LOGO_HARSIM{background-position:-374px -616px}.NCAAF_LOGO_HART{background-position:-396px -616px}.NCAAF_LOGO_HEID{background-position:-418px -616px}.NCAAF_LOGO_THI{background-position:0 -638px}.NCAAF_LOGO_HIRAM{background-position:-22px -638px}.NCAAF_LOGO_HOBART{background-position:-44px -638px}.NCAAF_LOGO_TRI{background-position:-66px -638px}.NCAAF_LOGO_TRCON{background-position:-88px -638px}.NCAAF_LOGO_HOPE{background-position:-110px -638px}.NCAAF_LOGO_TRITX{background-position:-132px -638px}.NCAAF_LOGO_HOWPAN{background-position:-154px -638px}.NCAAF_LOGO_TUF{background-position:-176px -638px}.NCAAF_LOGO_UNI{background-position:-198px -638px}.NCAAF_LOGO_HUNT{background-position:-220px -638px}.NCAAF_LOGO_UTI{background-position:-242px -638px}.NCAAF_LOGO_HUSSON{background-position:-264px -638px}.NCAAF_LOGO_ILLCO{background-position:-286px -638px}.NCAAF_LOGO_ILLWES{background-position:-308px -638px}.NCAAF_LOGO_ITHACA{background-position:-330px -638px}.NCAAF_LOGO_UW-SP{background-position:-352px -638px}.NCAAF_LOGO_JOHN{background-position:-374px -638px}.NCAAF_LOGO_JOHOP{background-position:-396px -638px}.NCAAF_LOGO_JUN{background-position:-418px -638px}.NCAAF_LOGO_WAB{background-position:0 -660px}.NCAAF_LOGO_WART{background-position:-22px -660px}.NCAAF_LOGO_WAJ{background-position:-44px -660px}.NCAAF_LOGO_WAL{background-position:-66px -660px}.NCAAF_LOGO_WASHU{background-position:-88px -660px}.NCAAF_LOGO_WAY{background-position:-110px -660px}.NCAAF_LOGO_WES{background-position:-132px -660px}.NCAAF_LOGO_WESY{background-position:-154px -660px}.NCAAF_LOGO_WNE{background-position:-176px -660px}.NCAAF_LOGO_WESST{background-position:-198px -660px}.NCAAF_LOGO_KALAM{background-position:-220px -660px}.NCAAF_LOGO_WSMO{background-position:-242px -660px}.NCAAF_LOGO_WSPA{background-position:-264px -660px}.NCAAF_LOGO_KEAN{background-position:-286px -660px}.NCAAF_LOGO_WHEAT{background-position:-308px -660px}.NCAAF_LOGO_KCL{background-position:-330px -660px}.NCAAF_LOGO_KINGS{background-position:-352px -660px}.NCAAF_LOGO_WHIT{background-position:-374px -660px}.NCAAF_LOGO_WIDE{background-position:-396px -660px}.NCAAF_LOGO_WILKES{background-position:-418px -660px}.NCAAF_LOGO_WILLA{background-position:0 -682px}.NCAAF_LOGO_WILL{background-position:-22px -682px}.NCAAF_LOGO_WILLI{background-position:-44px -682px}.NCAAF_LOGO_WILMIN{background-position:-66px -682px}.NCAAF_LOGO_WITTEN{background-position:-88px -682px}.NCAAF_LOGO_WOOST{background-position:-110px -682px}.NCAAF_LOGO_WORST{background-position:-132px -682px}.NCAAF_LOGO_WORTEC{background-position:-154px -682px}.NCAAF_LOGO_GALL{background-position:-176px -682px}.NCAAF_LOGO_MISER{background-position:-198px -682px}.NCAAF_LOGO_SHORT{background-position:-220px -682px}.NCAAF_LOGO_SVIRG{background-position:-242px -682px}.NCAAF_LOGO_VIRG-W{background-position:-264px -682px}.NCAAF_LOGO_SONAZ{background-position:-286px -682px}.NCAAF_LOGO_COLSTP{background-position:-308px -682px}.NCAAF_LOGO_WIS-WW{background-position:-330px -682px}.NCAAF_LOGO_SUNYC{background-position:-352px -682px}.NCAAF_LOGO_WIS-OS{background-position:-374px -682px}.NCAAF_LOGO_WIS-EC{background-position:-396px -682px}.NCAAF_LOGO_WIS-RF{background-position:-418px -682px}.NCAAF_LOGO_RPI{background-position:0 -704px}.NCAAF_LOGO_WISC-S{background-position:-22px -704px}.NCAAF_LOGO_BELHVN{background-position:-44px -704px}.NCAAF_LOGO_ALFRED{background-position:-66px -704px}.NCAAF_LOGO_ALFST{background-position:-88px -704px}.NCAAF_LOGO_CHAR{background-position:-110px -704px}.NCAAF_LOGO_STET{background-position:-132px -704px}.NCAAF_LOGO_MER{background-position:-154px -704px}.NCAAF_LOGO_FIT{background-position:-176px -704px}.NCAAF_LOGO_HBU{background-position:-198px -704px}.NCAAF_LOGO_BCV{background-position:-220px -704px}.NCAAF_LOGO_OKBPT{background-position:-242px -704px}.NCAAF_LOGO_SOUTH{background-position:-264px -704px}.NCAAF_LOGO_HEND{background-position:-286px -704px}.NCAAF_LOGO_ABB{background-position:-308px -704px}.NCAAF_LOGO_IOWA{background-position:-330px -704px}.NCAAF_LOGO_LIME{background-position:-352px -704px}.NCAAF_LOGO_GF{background-position:-374px -704px}.NCAAF_LOGO_KENN{background-position:-396px -704px}.NCAAF_LOGO_FIN{background-position:-418px -704px}.NCAAF_LOGO_NEBWES{background-position:0 -726px}.NCAAF_LOGO_WTFLA{background-position:-22px -726px}.NCAAF_LOGO_DAVEN{background-position:-44px -726px}.NCAAF_LOGO_UTOPB{background-position:-66px -726px}.NCAAF_LOGO_MUWH{background-position:-88px -726px}.NCAAF_LOGO_DEAN{background-position:-110px -726px}.NCAAF_LOGO_NE{background-position:-132px -726px}.NCAAF_LOGO_ALV{background-position:-154px -726px}.NCAAF_LOGO_LIU{background-position:-176px -726px}.NCAAF_LOGO_FPR{background-position:-198px -726px}.NCAAF_LOGO_WJC{background-position:-220px -726px}.NCAAF_LOGO_BART{background-position:-242px -726px}.NCAAF_LOGO_ERSK{background-position:-264px -726px}.NCAAF_LOGO_ECU{background-position:-286px -726px}.NCAAF_LOGO_KSC{background-position:-308px -726px}.NCAAB_LOGO_MD{background-position:0 0;height:20px}.NCAAB_LOGO_ARIZ{background-position:-22px 0}.NCAAB_LOGO_FLA{background-position:-44px 0}.NCAAB_LOGO_TEM{background-position:-66px 0}.NCAAB_LOGO_OKLA{background-position:-88px 0}.NCAAB_LOGO_CCSU{background-position:-110px 0}.NCAAB_LOGO_MSU{background-position:-132px 0}.NCAAB_LOGO_DETU{background-position:-154px 0}.NCAAB_LOGO_DEP{background-position:-176px 0}.NCAAB_LOGO_FOR{background-position:-198px 0}.NCAAB_LOGO_ARK{background-position:-220px 0}.NCAAB_LOGO_ME{background-position:-242px 0}.NCAAB_LOGO_SYR{background-position:-264px 0}.NCAAB_LOGO_MAN{background-position:-286px 0}.NCAAB_LOGO_WAKE{background-position:-308px 0}.NCAAB_LOGO_UNCW{background-position:-330px 0}.NCAAB_LOGO_UNO{background-position:-352px 0}.NCAAB_LOGO_BU{background-position:-374px 0}.NCAAB_LOGO_ODU{background-position:-396px 0}.NCAAB_LOGO_CSUS{background-position:-418px 0}.NCAAB_LOGO_SAM{background-position:0 -22px}.NCAAB_LOGO_LMU{background-position:-22px -22px}.NCAAB_LOGO_IOWA{background-position:-44px -22px}.NCAAB_LOGO_UMES{background-position:-66px -22px}.NCAAB_LOGO_ALA{background-position:-88px -22px}.NCAAB_LOGO_MVSU{background-position:-110px -22px}.NCAAB_LOGO_FRES{background-position:-132px -22px}.NCAAB_LOGO_MTST{background-position:-154px -22px}.NCAAB_LOGO_MIZZ{background-position:-176px -22px}.NCAAB_LOGO_UTM{background-position:-198px -22px}.NCAAB_LOGO_MEM{background-position:-220px -22px}.NCAAB_LOGO_WOF{background-position:-242px -22px}.NCAAB_LOGO_USC{background-position:-264px -22px}.NCAAB_LOGO_WYO{background-position:-286px -22px}.NCAAB_LOGO_AFA{background-position:-308px -22px}.NCAAB_LOGO_YALE{background-position:-330px -22px}.NCAAB_LOGO_RUTG{background-position:-352px -22px}.NCAAB_LOGO_ECU{background-position:-374px -22px}.NCAAB_LOGO_SJSU{background-position:-396px -22px}.NCAAB_LOGO_FDU{background-position:-418px -22px}.NCAAB_LOGO_NCST{background-position:0 -44px}.NCAAB_LOGO_PV{background-position:-22px -44px}.NCAAB_LOGO_NW{background-position:-44px -44px}.NCAAB_LOGO_VCU{background-position:-66px -44px}.NCAAB_LOGO_ORE{background-position:-88px -44px}.NCAAB_LOGO_ALST{background-position:-110px -44px}.NCAAB_LOGO_STJOE{background-position:-132px -44px}.NCAAB_LOGO_EWU{background-position:-154px -44px}.NCAAB_LOGO_GW{background-position:-176px -44px}.NCAAB_LOGO_MRSH{background-position:-198px -44px}.NCAAB_LOGO_CAL{background-position:-220px -44px}.NCAAB_LOGO_PRIN{background-position:-242px -44px}.NCAAB_LOGO_WASH{background-position:-264px -44px}.NCAAB_LOGO_UK{background-position:-286px -44px}.NCAAB_LOGO_WKU{background-position:-308px -44px}.NCAAB_LOGO_LBSU{background-position:-330px -44px}.NCAAB_LOGO_WMU{background-position:-352px -44px}.NCAAB_LOGO_MISS{background-position:-374px -44px}.NCAAB_LOGO_BGSU{background-position:-396px -44px}.NCAAB_LOGO_RICH{background-position:-418px -44px}.NCAAB_LOGO_APP{background-position:0 -66px}.NCAAB_LOGO_MASS{background-position:-22px -66px}.NCAAB_LOGO_UALR{background-position:-44px -66px}.NCAAB_LOGO_BUCK{background-position:-66px -66px}.NCAAB_LOGO_NAU{background-position:-88px -66px}.NCAAB_LOGO_CP{background-position:-110px -66px}.NCAAB_LOGO_COFC{background-position:-132px -66px}.NCAAB_LOGO_CHSO{background-position:-154px -66px}.NCAAB_LOGO_OKST{background-position:-176px -66px}.NCAAB_LOGO_CIN{background-position:-198px -66px}.NCAAB_LOGO_INDPU{background-position:-220px -66px}.NCAAB_LOGO_CLEVST{background-position:-242px -66px}.NCAAB_LOGO_NE{background-position:-264px -66px}.NCAAB_LOGO_CLMB{background-position:-286px -66px}.NCAAB_LOGO_CAN{background-position:-308px -66px}.NCAAB_LOGO_COR{background-position:-330px -66px}.NCAAB_LOGO_BING{background-position:-352px -66px}.NCAAB_LOGO_DART{background-position:-374px -66px}.NCAAB_LOGO_CHAR{background-position:-396px -66px}.NCAAB_LOGO_DAV{background-position:-418px -66px}.NCAAB_LOGO_MRST{background-position:0 -88px}.NCAAB_LOGO_DREX{background-position:-22px -88px}.NCAAB_LOGO_HARV{background-position:-44px -88px}.NCAAB_LOGO_FAIR{background-position:-66px -88px}.NCAAB_LOGO_GT{background-position:-88px -88px}.NCAAB_LOGO_FAMU{background-position:-110px -88px}.NCAAB_LOGO_FSU{background-position:-132px -88px}.NCAAB_LOGO_UGA{background-position:-154px -88px}.NCAAB_LOGO_FUR{background-position:-176px -88px}.NCAAB_LOGO_ILL{background-position:-198px -88px}.NCAAB_LOGO_GONZ{background-position:-220px -88px}.NCAAB_LOGO_UNC{background-position:-242px -88px}.NCAAB_LOGO_HAMP{background-position:-264px -88px}.NCAAB_LOGO_DSU{background-position:-286px -88px}.NCAAB_LOGO_HART{background-position:-308px -88px}.NCAAB_LOGO_MER{background-position:-330px -88px}.NCAAB_LOGO_HOW{background-position:-352px -88px}.NCAAB_LOGO_SFBK{background-position:-374px -88px}.NCAAB_LOGO_LEH{background-position:-396px -88px}.NCAAB_LOGO_VAN{background-position:-418px -88px}.NCAAB_LOGO_LIB{background-position:0 -110px}.NCAAB_LOGO_UTSA{background-position:-22px -110px}.NCAAB_LOGO_PFW{background-position:-44px -110px}.NCAAB_LOGO_MORE{background-position:-66px -110px}.NCAAB_LOGO_PITT{background-position:-88px -110px}.NCAAB_LOGO_MORG{background-position:-110px -110px}.NCAAB_LOGO_RICE{background-position:-132px -110px}.NCAAB_LOGO_NAVY{background-position:-154px -110px}.NCAAB_LOGO_WVU{background-position:-176px -110px}.NCAAB_LOGO_UNCA{background-position:-198px -110px}.NCAAB_LOGO_ND{background-position:-220px -110px}.NCAAB_LOGO_UNH{background-position:-242px -110px}.NCAAB_LOGO_ELON{background-position:-264px -110px}.NCAAB_LOGO_NCAT{background-position:-286px -110px}.NCAAB_LOGO_SDSU{background-position:-308px -110px}.NCAAB_LOGO_UNI{background-position:-330px -110px}.NCAAB_LOGO_TCU{background-position:-352px -110px}.NCAAB_LOGO_NWST{background-position:-374px -110px}.NCAAB_LOGO_VALP{background-position:-396px -110px}.NCAAB_LOGO_PUR{background-position:-418px -110px}.NCAAB_LOGO_BUT{background-position:0 -132px}.NCAAB_LOGO_RAD{background-position:-22px -132px}.NCAAB_LOGO_DRKE{background-position:-44px -132px}.NCAAB_LOGO_SHSU{background-position:-66px -132px}.NCAAB_LOGO_SF{background-position:-88px -132px}.NCAAB_LOGO_HALL{background-position:-110px -132px}.NCAAB_LOGO_PROV{background-position:-132px -132px}.NCAAB_LOGO_SIE{background-position:-154px -132px}.NCAAB_LOGO_UCI{background-position:-176px -132px}.NCAAB_LOGO_SMC{background-position:-198px -132px}.NCAAB_LOGO_FIU{background-position:-220px -132px}.NCAAB_LOGO_SPC{background-position:-242px -132px}.NCAAB_LOGO_UNT{background-position:-264px -132px}.NCAAB_LOGO_MOSU{background-position:-286px -132px}.NCAAB_LOGO_TENN{background-position:-308px -132px}.NCAAB_LOGO_TNTC{background-position:-330px -132px}.NCAAB_LOGO_KSU{background-position:-352px -132px}.NCAAB_LOGO_TROY{background-position:-374px -132px}.NCAAB_LOGO_BRWN{background-position:-396px -132px}.NCAAB_LOGO_UVM{background-position:-418px -132px}.NCAAB_LOGO_UVA{background-position:0 -154px}.NCAAB_LOGO_WAG{background-position:-22px -154px}.NCAAB_LOGO_ILST{background-position:-44px -154px}.NCAAB_LOGO_WEB{background-position:-66px -154px}.NCAAB_LOGO_TTU{background-position:-88px -154px}.NCAAB_LOGO_CWM{background-position:-110px -154px}.NCAAB_LOGO_SIU{background-position:-132px -154px}.NCAAB_LOGO_BEL{background-position:-154px -154px}.NCAAB_LOGO_MICH{background-position:-176px -154px}.NCAAB_LOGO_OAK{background-position:-198px -154px}.NCAAB_LOGO_HC{background-position:-220px -154px}.NCAAB_LOGO_QUIN{background-position:-242px -154px}.NCAAB_LOGO_AUB{background-position:-264px -154px}.NCAAB_LOGO_HP{background-position:-286px -154px}.NCAAB_LOGO_UTEP{background-position:-308px -154px}.NCAAB_LOGO_ARKM{background-position:-330px -154px}.NCAAB_LOGO_ARST{background-position:-352px -154px}.NCAAB_LOGO_ETSU{background-position:-374px -154px}.NCAAB_LOGO_VMI{background-position:-396px -154px}.NCAAB_LOGO_DEN{background-position:-418px -154px}.NCAAB_LOGO_MONTC{background-position:0 -176px}.NCAAB_LOGO_UCF{background-position:-22px -176px}.NCAAB_LOGO_UTAH{background-position:-44px -176px}.NCAAB_LOGO_SFILL{background-position:-66px -176px}.NCAAB_LOGO_IDHO{background-position:-88px -176px}.NCAAB_LOGO_EIU{background-position:-110px -176px}.NCAAB_LOGO_SELA{background-position:-132px -176px}.NCAAB_LOGO_LACOL{background-position:-154px -176px}.NCAAB_LOGO_SMU{background-position:-176px -176px}.NCAAB_LOGO_SAV{background-position:-198px -176px}.NCAAB_LOGO_TNST{background-position:-220px -176px}.NCAAB_LOGO_TNAZ{background-position:-242px -176px}.NCAAB_LOGO_MONT{background-position:-264px -176px}.NCAAB_LOGO_EVERG{background-position:-286px -176px}.NCAAB_LOGO_JAC{background-position:-308px -176px}.NCAAB_LOGO_SEMO{background-position:-330px -176px}.NCAAB_LOGO_BIRMS{background-position:-352px -176px}.NCAAB_LOGO_AMCC{background-position:-374px -176px}.NCAAB_LOGO_GTWN{background-position:-396px -176px}.NCAAB_LOGO_MARVA{background-position:-418px -176px}.NCAAB_LOGO_ORU{background-position:0 -198px}.NCAAB_LOGO_WIN{background-position:-22px -198px}.NCAAB_LOGO_TULN{background-position:-44px -198px}.NCAAB_LOGO_SUU{background-position:-66px -198px}.NCAAB_LOGO_HAW{background-position:-88px -198px}.NCAAB_LOGO_NORF{background-position:-110px -198px}.NCAAB_LOGO_DEL{background-position:-132px -198px}.NCAAB_LOGO_WICH{background-position:-154px -198px}.NCAAB_LOGO_GASO{background-position:-176px -198px}.NCAAB_LOGO_IONA{background-position:-198px -198px}.NCAAB_LOGO_AKR{background-position:-220px -198px}.NCAAB_LOGO_AMER{background-position:-242px -198px}.NCAAB_LOGO_TEX{background-position:-264px -198px}.NCAAB_LOGO_COLO{background-position:-286px -198px}.NCAAB_LOGO_ARPB{background-position:-308px -198px}.NCAAB_LOGO_PEAY{background-position:-330px -198px}.NCAAB_LOGO_USD{background-position:-352px -198px}.NCAAB_LOGO_BYU{background-position:-374px -198px}.NCAAB_LOGO_PEPP{background-position:-396px -198px}.NCAAB_LOGO_CSF{background-position:-418px -198px}.NCAAB_LOGO_LSU{background-position:0 -220px}.NCAAB_LOGO_CAMP{background-position:-22px -220px}.NCAAB_LOGO_XAV{background-position:-44px -220px}.NCAAB_LOGO_CCAR{background-position:-66px -220px}.NCAAB_LOGO_COLG{background-position:-88px -220px}.NCAAB_LOGO_TOWS{background-position:-110px -220px}.NCAAB_LOGO_COPP{background-position:-132px -220px}.NCAAB_LOGO_HOF{background-position:-154px -220px}.NCAAB_LOGO_FAU{background-position:-176px -220px}.NCAAB_LOGO_NIAG{background-position:-198px -220px}.NCAAB_LOGO_GMU{background-position:-220px -220px}.NCAAB_LOGO_IDST{background-position:-242px -220px}.NCAAB_LOGO_USM{background-position:-264px -220px}.NCAAB_LOGO_JKST{background-position:-286px -220px}.NCAAB_LOGO_ALBY{background-position:-308px -220px}.NCAAB_LOGO_LAF{background-position:-330px -220px}.NCAAB_LOGO_LT{background-position:-352px -220px}.NCAAB_LOGO_MARQ{background-position:-374px -220px}.NCAAB_LOGO_L-IL{background-position:-396px -220px}.NCAAB_LOGO_ULL{background-position:-418px -220px}.NCAAB_LOGO_MCNS{background-position:0 -242px}.NCAAB_LOGO_L-MD{background-position:-22px -242px}.NCAAB_LOGO_UMBC{background-position:-44px -242px}.NCAAB_LOGO_MINN{background-position:-66px -242px}.NCAAB_LOGO_M-OH{background-position:-88px -242px}.NCAAB_LOGO_VT{background-position:-110px -242px}.NCAAB_LOGO_MSM{background-position:-132px -242px}.NCAAB_LOGO_ULM{background-position:-154px -242px}.NCAAB_LOGO_CSN{background-position:-176px -242px}.NCAAB_LOGO_NEV{background-position:-198px -242px}.NCAAB_LOGO_MSST{background-position:-220px -242px}.NCAAB_LOGO_NICH{background-position:-242px -242px}.NCAAB_LOGO_SCU{background-position:-264px -242px}.NCAAB_LOGO_PAC{background-position:-286px -242px}.NCAAB_LOGO_BSU{background-position:-308px -242px}.NCAAB_LOGO_PRST{background-position:-330px -242px}.NCAAB_LOGO_MONM{background-position:-352px -242px}.NCAAB_LOGO_RID{background-position:-374px -242px}.NCAAB_LOGO_UNM{background-position:-396px -242px}.NCAAB_LOGO_STAN{background-position:-418px -242px}.NCAAB_LOGO_ASU{background-position:0 -264px}.NCAAB_LOGO_SFA{background-position:-22px -264px}.NCAAB_LOGO_EMU{background-position:-44px -264px}.NCAAB_LOGO_UAB{background-position:-66px -264px}.NCAAB_LOGO_WIGB{background-position:-88px -264px}.NCAAB_LOGO_KC{background-position:-110px -264px}.NCAAB_LOGO_USU{background-position:-132px -264px}.NCAAB_LOGO_UNLV{background-position:-154px -264px}.NCAAB_LOGO_WIS{background-position:-176px -264px}.NCAAB_LOGO_SFPA{background-position:-198px -264px}.NCAAB_LOGO_WRST{background-position:-220px -264px}.NCAAB_LOGO_EVAN{background-position:-242px -264px}.NCAAB_LOGO_YSU{background-position:-264px -264px}.NCAAB_LOGO_SJU{background-position:-286px -264px}.NCAAB_LOGO_STON{background-position:-308px -264px}.NCAAB_LOGO_ARMY{background-position:-330px -264px}.NCAAB_LOGO_BAY{background-position:-352px -264px}.NCAAB_LOGO_HARSI{background-position:-374px -264px}.NCAAB_LOGO_CSU{background-position:-396px -264px}.NCAAB_LOGO_ORST{background-position:-418px -264px}.NCAAB_LOGO_UNCO{background-position:0 -286px}.NCAAB_LOGO_CHAT{background-position:-22px -286px}.NCAAB_LOGO_TNWES{background-position:-44px -286px}.NCAAB_LOGO_STET{background-position:-66px -286px}.NCAAB_LOGO_WEBB{background-position:-88px -286px}.NCAAB_LOGO_MURR{background-position:-110px -286px}.NCAAB_LOGO_UCSB{background-position:-132px -286px}.NCAAB_LOGO_WMONT{background-position:-154px -286px}.NCAAB_LOGO_GRAM{background-position:-176px -286px}.NCAAB_LOGO_WILEY{background-position:-198px -286px}.NCAAB_LOGO_TOCC{background-position:-220px -286px}.NCAAB_LOGO_TXST{background-position:-242px -286px}.NCAAB_LOGO_SCH{background-position:-264px -286px}.NCAAB_LOGO_CENT{background-position:-286px -286px}.NCAAB_LOGO_ETEXB{background-position:-308px -286px}.NCAAB_LOGO_CLEM{background-position:-330px -286px}.NCAAB_LOGO_EKY{background-position:-352px -286px}.NCAAB_LOGO_WEBB{background-position:-374px -286px}.NCAAB_LOGO_STMMD{background-position:-396px -286px}.NCAAB_LOGO_MENCO{background-position:-418px -286px}.NCAAB_LOGO_PORT{background-position:0 -308px}.NCAAB_LOGO_UCRV{background-position:-22px -308px}.NCAAB_LOGO_UTRGV{background-position:-44px -308px}.NCAAB_LOGO_GSU{background-position:-66px -308px}.NCAAB_LOGO_UTA{background-position:-88px -308px}.NCAAB_LOGO_NMSU{background-position:-110px -308px}.NCAAB_LOGO_MTU{background-position:-132px -308px}.NCAAB_LOGO_BRYAN{background-position:-154px -308px}.NCAAB_LOGO_MILW{background-position:-176px -308px}.NCAAB_LOGO_BC{background-position:-198px -308px}.NCAAB_LOGO_CHS{background-position:-220px -308px}.NCAAB_LOGO_IND{background-position:-242px -308px}.NCAAB_LOGO_UIC{background-position:-264px -308px}.NCAAB_LOGO_INST{background-position:-286px -308px}.NCAAB_LOGO_JVST{background-position:-308px -308px}.NCAAB_LOGO_LAS{background-position:-330px -308px}.NCAAB_LOGO_DUQ{background-position:-352px -308px}.NCAAB_LOGO_MIA{background-position:-374px -308px}.NCAAB_LOGO_CREI{background-position:-396px -308px}.NCAAB_LOGO_LOU{background-position:-418px -308px}.NCAAB_LOGO_USA{background-position:0 -330px}.NCAAB_LOGO_DAY{background-position:-22px -330px}.NCAAB_LOGO_TOL{background-position:-44px -330px}.NCAAB_LOGO_OSU{background-position:-66px -330px}.NCAAB_LOGO_PSU{background-position:-88px -330px}.NCAAB_LOGO_WIU{background-position:-110px -330px}.NCAAB_LOGO_CMU{background-position:-132px -330px}.NCAAB_LOGO_ALCN{background-position:-154px -330px}.NCAAB_LOGO_KU{background-position:-176px -330px}.NCAAB_LOGO_BALL{background-position:-198px -330px}.NCAAB_LOGO_BUFF{background-position:-220px -330px}.NCAAB_LOGO_USF{background-position:-242px -330px}.NCAAB_LOGO_TAM{background-position:-264px -330px}.NCAAB_LOGO_TLSA{background-position:-286px -330px}.NCAAB_LOGO_ISU{background-position:-308px -330px}.NCAAB_LOGO_UCLA{background-position:-330px -330px}.NCAAB_LOGO_HOU{background-position:-352px -330px}.NCAAB_LOGO_UNCG{background-position:-374px -330px}.NCAAB_LOGO_PENN{background-position:-396px -330px}.NCAAB_LOGO_DUKE{background-position:-418px -330px}.NCAAB_LOGO_SCAR{background-position:0 -352px}.NCAAB_LOGO_SLU{background-position:-22px -352px}.NCAAB_LOGO_SOU{background-position:-44px -352px}.NCAAB_LOGO_BRAD{background-position:-66px -352px}.NCAAB_LOGO_TXSO{background-position:-88px -352px}.NCAAB_LOGO_CONN{background-position:-110px -352px}.NCAAB_LOGO_SHU{background-position:-132px -352px}.NCAAB_LOGO_SHEN{background-position:-154px -352px}.NCAAB_LOGO_WCU{background-position:-176px -352px}.NCAAB_LOGO_ANDIN{background-position:-198px -352px}.NCAAB_LOGO_CIT{background-position:-220px -352px}.NCAAB_LOGO_FLAG{background-position:-242px -352px}.NCAAB_LOGO_SHAST{background-position:-264px -352px}.NCAAB_LOGO_LIP{background-position:-286px -352px}.NCAAB_LOGO_NWCOL{background-position:-308px -352px}.NCAAB_LOGO_DEF{background-position:-330px -352px}.NCAAB_LOGO_KENT{background-position:-352px -352px}.NCAAB_LOGO_ARKT{background-position:-374px -352px}.NCAAB_LOGO_WSU{background-position:-396px -352px}.NCAAB_LOGO_COOK{background-position:-418px -352px}.NCAAB_LOGO_JMU{background-position:0 -374px}.NCAAB_LOGO_LAM{background-position:-22px -374px}.NCAAB_LOGO_NEB{background-position:-44px -374px}.NCAAB_LOGO_URI{background-position:-66px -374px}.NCAAB_LOGO_RMU{background-position:-88px -374px}.NCAAB_LOGO_SCST{background-position:-110px -374px}.NCAAB_LOGO_SBON{background-position:-132px -374px}.NCAAB_LOGO_HUSTI{background-position:-154px -374px}.NCAAB_LOGO_HARD{background-position:-176px -374px}.NCAAB_LOGO_VILL{background-position:-198px -374px}.NCAAB_LOGO_ALSKA{background-position:-220px -374px}.NCAAB_LOGO_HAWPA{background-position:-242px -374px}.NCAAB_LOGO_HAWHI{background-position:-264px -374px}.NCAAB_LOGO_OGLE{background-position:-286px -374px}.NCAAB_LOGO_NIU{background-position:-308px -374px}.NCAAB_LOGO_AAMU{background-position:-330px -374px}.NCAAB_LOGO_MOB{background-position:-352px -374px}.NCAAB_LOGO_TXLTH{background-position:-374px -374px}.NCAAB_LOGO_OLINA{background-position:-396px -374px}.NCAAB_LOGO_OHIO{background-position:-418px -374px}.NCAAB_LOGO_WALAB{background-position:0 -396px}.NCAAB_LOGO_WWSON{background-position:-22px -396px}.NCAAB_LOGO_METH{background-position:-44px -396px}.NCAAB_LOGO_{background-position:-66px -396px}.NCAAB_LOGO_NEOM{background-position:-88px -396px}.NCAAB_LOGO_BETTN{background-position:-110px -396px}.NCAAB_LOGO_FISK{background-position:-132px -396px}.NCAAB_LOGO_CARK{background-position:-154px -396px}.NCAAB_LOGO_PQC{background-position:-176px -396px}.NCAAB_LOGO_REIN{background-position:-198px -396px}.NCAAB_LOGO_MONTE{background-position:-220px -396px}.NCAAB_LOGO_EMHEN{background-position:-242px -396px}.NCAAB_LOGO_BA{background-position:-264px -396px}.NCAAB_LOGO_LENRH{background-position:-286px -396px}.NCAAB_LOGO_DLTST{background-position:-308px -396px}.NCAAB_LOGO_NORAL{background-position:-330px -396px}.NCAAB_LOGO_NOGRE{background-position:-352px -396px}.NCAAB_LOGO_GOSH{background-position:-374px -396px}.NCAAB_LOGO_EMEN{background-position:-396px -396px}.NCAAB_LOGO_GREEN{background-position:-418px -396px}.NCAAB_LOGO_GETTY{background-position:0 -418px}.NCAAB_LOGO_NDNU{background-position:-22px -418px}.NCAAB_LOGO_MILLS{background-position:-44px -418px}.NCAAB_LOGO_VIRWE{background-position:-66px -418px}.NCAAB_LOGO_{background-position:-88px -418px}.NCAAB_LOGO_SEWAN{background-position:-110px -418px}.NCAAB_LOGO_VANG{background-position:-132px -418px}.NCAAB_LOGO_FVST{background-position:-154px -418px}.NCAAB_LOGO_EORE{background-position:-176px -418px}.NCAAB_LOGO_NDSU{background-position:-198px -418px}.NCAAB_LOGO_CENNJ{background-position:-220px -418px}.NCAAB_LOGO_LEEMC{background-position:-242px -418px}.NCAAB_LOGO_COV{background-position:-264px -418px}.NCAAB_LOGO_ROCH{background-position:-286px -418px}.NCAAB_LOGO_BREV{background-position:-308px -418px}.NCAAB_LOGO_ENMU{background-position:-330px -418px}.NCAAB_LOGO_WMETE{background-position:-352px -418px}.NCAAB_LOGO_NCCU{background-position:-374px -418px}.NCAAB_LOGO_STEDW{background-position:-396px -418px}.NCAAB_LOGO_{background-position:-418px -418px}.NCAAB_LOGO_SWESL{background-position:0 -440px}.NCAAB_LOGO_TMNST{background-position:-22px -440px}.NCAAB_LOGO_URB{background-position:-44px -440px}.NCAAB_LOGO_WFRCE{background-position:-66px -440px}.NCAAB_LOGO_TXWES{background-position:-88px -440px}.NCAAB_LOGO_SFST{background-position:-110px -440px}.NCAAB_LOGO_SW{background-position:-132px -440px}.NCAAB_LOGO_MISRO{background-position:-154px -440px}.NCAAB_LOGO_SBU{background-position:-176px -440px}.NCAAB_LOGO_PABEA{background-position:-198px -440px}.NCAAB_LOGO_RIOGR{background-position:-220px -440px}.NCAAB_LOGO_COLIDA{background-position:-242px -440px}.NCAAB_LOGO_{background-position:-264px -440px}.NCAAB_LOGO_CLR{background-position:-286px -440px}.NCAAB_LOGO_STMTX{background-position:-308px -440px}.NCAAB_LOGO_FERR{background-position:-330px -440px}.NCAAB_LOGO_CUMBE{background-position:-352px -440px}.NCAAB_LOGO_LOYLA{background-position:-374px -440px}.NCAAB_LOGO_MCKEN{background-position:-396px -440px}.NCAAB_LOGO_CARNM{background-position:-418px -440px}.NCAAB_LOGO_AVER{background-position:0 -462px}.NCAAB_LOGO_OAKCY{background-position:-22px -462px}.NCAAB_LOGO_SKIDM{background-position:-44px -462px}.NCAAB_LOGO_ROCK{background-position:-66px -462px}.NCAAB_LOGO_CALDH{background-position:-88px -462px}.NCAAB_LOGO_MARSH{background-position:-110px -462px}.NCAAB_LOGO_TOUG{background-position:-132px -462px}.NCAAB_LOGO_PRE{background-position:-154px -462px}.NCAAB_LOGO_TX-DA{background-position:-176px -462px}.NCAAB_LOGO_WMIN{background-position:-198px -462px}.NCAAB_LOGO_COLC{background-position:-220px -462px}.NCAAB_LOGO_UCD{background-position:-242px -462px}.NCAAB_LOGO_HUBST{background-position:-264px -462px}.NCAAB_LOGO_CC{background-position:-286px -462px}.NCAAB_LOGO_MEDEV{background-position:-308px -462px}.NCAAB_LOGO_COLCO{background-position:-330px -462px}.NCAAB_LOGO_CONIL{background-position:-352px -462px}.NCAAB_LOGO_SUNO{background-position:-374px -462px}.NCAAB_LOGO_DOANE{background-position:-396px -462px}.NCAAB_LOGO_WCOLL{background-position:-418px -462px}.NCAAB_LOGO_COKER{background-position:0 -484px}.NCAAB_LOGO_SWASS{background-position:-22px -484px}.NCAAB_LOGO_BRDVA{background-position:-44px -484px}.NCAAB_LOGO_HOLYN{background-position:-66px -484px}.NCAAB_LOGO_CSB{background-position:-88px -484px}.NCAAB_LOGO_QUENY{background-position:-110px -484px}.NCAAB_LOGO_MILL{background-position:-132px -484px}.NCAAB_LOGO_PFE{background-position:-154px -484px}.NCAAB_LOGO_JC{background-position:-176px -484px}.NCAAB_LOGO_LONG{background-position:-198px -484px}.NCAAB_LOGO_ACU{background-position:-220px -484px}.NCAAB_LOGO_TUSK{background-position:-242px -484px}.NCAAB_LOGO_EFF{background-position:-264px -484px}.NCAAB_LOGO_WISLU{background-position:-286px -484px}.NCAAB_LOGO_MARTM{background-position:-308px -484px}.NCAAB_LOGO_DCKST{background-position:-330px -484px}.NCAAB_LOGO_SEA{background-position:-352px -484px}.NCAAB_LOGO_ROCKM{background-position:-374px -484px}.NCAAB_LOGO_SIEHE{background-position:-396px -484px}.NCAAB_LOGO_PIED{background-position:-418px -484px}.NCAAB_LOGO_STAND{background-position:0 -506px}.NCAAB_LOGO_NORTH{background-position:-22px -506px}.NCAAB_LOGO_{background-position:-44px -506px}.NCAAB_LOGO_LYON{background-position:-66px -506px}.NCAAB_LOGO_MISSB{background-position:-88px -506px}.NCAAB_LOGO_NWNAZ{background-position:-110px -506px}.NCAAB_LOGO_NJIT{background-position:-132px -506px}.NCAAB_LOGO_FLATC{background-position:-154px -506px}.NCAAB_LOGO_UNF{background-position:-176px -506px}.NCAAB_LOGO_DE{background-position:-198px -506px}.NCAAB_LOGO_MCMUR{background-position:-220px -506px}.NCAAB_LOGO_MICHD{background-position:-242px -506px}.NCAAB_LOGO_SPALD{background-position:-264px -506px}.NCAAB_LOGO_KEANU{background-position:-286px -506px}.NCAAB_LOGO_SCUS{background-position:-308px -506px}.NCAAB_LOGO_FRESP{background-position:-330px -506px}.NCAAB_LOGO_NEWB{background-position:-352px -506px}.NCAAB_LOGO_MTALO{background-position:-374px -506px}.NCAAB_LOGO_HOWP{background-position:-396px -506px}.NCAAB_LOGO_HBU{background-position:-418px -506px}.NCAAB_LOGO_CALD{background-position:0 -528px}.NCAAB_LOGO_MISSV{background-position:-22px -528px}.NCAAB_LOGO_QUIN{background-position:-44px -528px}.NCAAB_LOGO_CALBA{background-position:-66px -528px}.NCAAB_LOGO_AUBM{background-position:-88px -528px}.NCAAB_LOGO_CSTOH{background-position:-110px -528px}.NCAAB_LOGO_BRE{background-position:-132px -528px}.NCAAB_LOGO_RUSTC{background-position:-154px -528px}.NCAAB_LOGO_SONST{background-position:-176px -528px}.NCAAB_LOGO_OHION{background-position:-198px -528px}.NCAAB_LOGO_WES{background-position:-220px -528px}.NCAAB_LOGO_MOLL{background-position:-242px -528px}.NCAAB_LOGO_ANGST{background-position:-264px -528px}.NCAAB_LOGO_UCSAN{background-position:-286px -528px}.NCAAB_LOGO_{background-position:-308px -528px}.NCAAB_LOGO_ILLTE{background-position:-330px -528px}.NCAAB_LOGO_CARSN{background-position:-352px -528px}.NCAAB_LOGO_CAMPB{background-position:-374px -528px}.NCAAB_LOGO_STLEO{background-position:-396px -528px}.NCAAB_LOGO_{background-position:-418px -528px}.NCAAB_LOGO_WINER{background-position:0 -550px}.NCAAB_LOGO_PACOR{background-position:-22px -550px}.NCAAB_LOGO_SIUE{background-position:-44px -550px}.NCAAB_LOGO_CC{background-position:-66px -550px}.NCAAB_LOGO_TIFF{background-position:-88px -550px}.NCAAB_LOGO_AQUIN{background-position:-110px -550px}.NCAAB_LOGO_VOOR{background-position:-132px -550px}.NCAAB_LOGO_SPRHI{background-position:-154px -550px}.NCAAB_LOGO_CURRY{background-position:-176px -550px}.NCAAB_LOGO_FGCU{background-position:-198px -550px}.NCAAB_LOGO_MAIMA{background-position:-220px -550px}.NCAAB_LOGO_KENN{background-position:-242px -550px}.NCAAB_LOGO_TXCOM{background-position:-264px -550px}.NCAAB_LOGO_HARTW{background-position:-286px -550px}.NCAAB_LOGO_KCU{background-position:-308px -550px}.NCAAB_LOGO_WILCA{background-position:-330px -550px}.NCAAB_LOGO_SIMCO{background-position:-352px -550px}.NCAAB_LOGO_REDLA{background-position:-374px -550px}.NCAAB_LOGO_SHO{background-position:-396px -550px}.NCAAB_LOGO_CED{background-position:-418px -550px}.NCAAB_LOGO_FIND{background-position:0 -572px}.NCAAB_LOGO_UVU{background-position:-22px -572px}.NCAAB_LOGO_TX-IN{background-position:-44px -572px}.NCAAB_LOGO_LAGRA{background-position:-66px -572px}.NCAAB_LOGO_CSU{background-position:-88px -572px}.NCAAB_LOGO_TXPER{background-position:-110px -572px}.NCAAB_LOGO_SEOKS{background-position:-132px -572px}.NCAAB_LOGO_TXTY{background-position:-154px -572px}.NCAAB_LOGO_FDUF{background-position:-176px -572px}.NCAAB_LOGO_MAIFK{background-position:-198px -572px}.NCAAB_LOGO_FH{background-position:-220px -572px}.NCAAB_LOGO_SDST{background-position:-242px -572px}.NCAAB_LOGO_UMW{background-position:-264px -572px}.NCAAB_LOGO_SC{background-position:-286px -572px}.NCAAB_LOGO_TRN{background-position:-308px -572px}.NCAAB_LOGO_USMC{background-position:-330px -572px}.NCAAB_LOGO_THL{background-position:-352px -572px}.NCAAB_LOGO_HS{background-position:-374px -572px}.NCAAB_LOGO_GRC{background-position:-396px -572px}.NCAAB_LOGO_HSSU{background-position:-418px -572px}.NCAAB_LOGO_DAVEN{background-position:0 -594px}.NCAAB_LOGO_MSU-N{background-position:-22px -594px}.NCAAB_LOGO_GANN{background-position:-44px -594px}.NCAAB_LOGO_MAYST{background-position:-66px -594px}.NCAAB_LOGO_GCSU{background-position:-88px -594px}.NCAAB_LOGO_COKLA{background-position:-110px -594px}.NCAAB_LOGO_BUV{background-position:-132px -594px}.NCAAB_LOGO_WLJ{background-position:-154px -594px}.NCAAB_LOGO_JWU{background-position:-176px -594px}.NCAAB_LOGO_PACLU{background-position:-198px -594px}.NCAAB_LOGO_WBU{background-position:-220px -594px}.NCAAB_LOGO_SMSU{background-position:-242px -594px}.NCAAB_LOGO_PSU{background-position:-264px -594px}.NCAAB_LOGO_CONAU{background-position:-286px -594px}.NCAAB_LOGO_JUFL{background-position:-308px -594px}.NCAAB_LOGO_NDCOL{background-position:-330px -594px}.NCAAB_LOGO_LUTH{background-position:-352px -594px}.NCAAB_LOGO_SDCHR{background-position:-374px -594px}.NCAAB_LOGO_NKU{background-position:-396px -594px}.NCAAB_LOGO_FLMEM{background-position:-418px -594px}.NCAAB_LOGO_IW{background-position:0 -616px}.NCAAB_LOGO_ELMIRA{background-position:-22px -616px}.NCAAB_LOGO_EDW{background-position:-44px -616px}.NCAAB_LOGO_SNYPCH{background-position:-66px -616px}.NCAAB_LOGO_OZARK{background-position:-88px -616px}.NCAAB_LOGO_WASADV{background-position:-110px -616px}.NCAAB_LOGO_EWU{background-position:-132px -616px}.NCAAB_LOGO_KYW{background-position:-154px -616px}.NCAAB_LOGO_LCP{background-position:-176px -616px}.NCAAB_LOGO_CLSTSB{background-position:-198px -616px}.NCAAB_LOGO_MILES{background-position:-220px -616px}.NCAAB_LOGO_HASK{background-position:-242px -616px}.NCAAB_LOGO_GG{background-position:-264px -616px}.NCAAB_LOGO_PKVC{background-position:-286px -616px}.NCAAB_LOGO_EASTCE{background-position:-308px -616px}.NCAAB_LOGO_LMOYNE{background-position:-330px -616px}.NCAAB_LOGO_UMSL{background-position:-352px -616px}.NCAAB_LOGO_LAVERN{background-position:-374px -616px}.NCAAB_LOGO_CBC{background-position:-396px -616px}.NCAAB_LOGO_ECC{background-position:-418px -616px}.NCAAB_LOGO_CRNEL{background-position:0 -638px}.NCAAB_LOGO_CHAMIN{background-position:-22px -638px}.NCAAB_LOGO_NCWES{background-position:-44px -638px}.NCAAB_LOGO_AVILA{background-position:-66px -638px}.NCAAB_LOGO_BPC{background-position:-88px -638px}.NCAAB_LOGO_ALLOYD{background-position:-110px -638px}.NCAAB_LOGO_GENEVA{background-position:-132px -638px}.NCAAB_LOGO_UND{background-position:-154px -638px}.NCAAB_LOGO_RSTATE{background-position:-176px -638px}.NCAAB_LOGO_OBER{background-position:-198px -638px}.NCAAB_LOGO_DSTATE{background-position:-220px -638px}.NCAAB_LOGO_CSULA{background-position:-242px -638px}.NCAAB_LOGO_SIMPU{background-position:-264px -638px}.NCAAB_LOGO_MANCH{background-position:-286px -638px}.NCAAB_LOGO_BMC{background-position:-308px -638px}.NCAAB_LOGO_SDAK{background-position:-330px -638px}.NCAAB_LOGO_MARMO{background-position:-352px -638px}.NCAAB_LOGO_CLU{background-position:-374px -638px}.NCAAB_LOGO_CHCT{background-position:-396px -638px}.NCAAB_LOGO_BRY{background-position:-418px -638px}.NCAAB_LOGO_EURKA{background-position:0 -660px}.NCAAB_LOGO_BACO{background-position:-22px -660px}.NCAAB_LOGO_JWUFL{background-position:-44px -660px}.NCAAB_LOGO_NNMC{background-position:-66px -660px}.NCAAB_LOGO_IUNW{background-position:-88px -660px}.NCAAB_LOGO_NPU{background-position:-110px -660px}.NCAAB_LOGO_MIT{background-position:-132px -660px}.NCAAB_LOGO_MCG{background-position:-154px -660px}.NCAAB_LOGO_MACU{background-position:-176px -660px}.NCAAB_LOGO_HC{background-position:-198px -660px}.NCAAB_LOGO_BLMU{background-position:-220px -660px}.NCAAB_LOGO_HFU{background-position:-242px -660px}.NCAAB_LOGO_HIRAM{background-position:-264px -660px}.NCAAB_LOGO_PSC{background-position:-286px -660px}.NCAAB_LOGO_USW{background-position:-308px -660px}.NCAAB_LOGO_MLC{background-position:-330px -660px}.NCAAB_LOGO_WALLA{background-position:-352px -660px}.NCAAB_LOGO_MALU{background-position:-374px -660px}.NCAAB_LOGO_WBC{background-position:-396px -660px}.NCAAB_LOGO_CMSV{background-position:-418px -660px}.NCAAB_LOGO_CONWI{background-position:0 -682px}.NCAAB_LOGO_DCC{background-position:-22px -682px}.NCAAB_LOGO_PNC{background-position:-44px -682px}.NCAAB_LOGO_ALMA{background-position:-66px -682px}.NCAAB_LOGO_NBK{background-position:-88px -682px}.NCAAB_LOGO_FARM{background-position:-110px -682px}.NCAAB_LOGO_LYNDON{background-position:-132px -682px}.NCAAB_LOGO_POETS{background-position:-154px -682px}.NCAAB_LOGO_CATS{background-position:-176px -682px}.NCAAB_LOGO_APPREN{background-position:-198px -682px}.NCAAB_LOGO_JWNC{background-position:-220px -682px}.NCAAB_LOGO_{background-position:-242px -682px}.NCAAB_LOGO_STHOTX{background-position:-264px -682px}.NCAAB_LOGO_{background-position:-286px -682px}.NCAAB_LOGO_GLEN{background-position:-308px -682px}.NCAAB_LOGO_ARLBAP{background-position:-330px -682px}.NCAAB_LOGO_OLOTL{background-position:-352px -682px}.NCAAB_LOGO_CAIRN{background-position:-374px -682px}.NCAAB_LOGO_JUDSON{background-position:-396px -682px}.NCAAB_LOGO_CENTP{background-position:-418px -682px}.NCAAB_LOGO_{background-position:0 -704px}.NCAAB_LOGO_STJOE{background-position:-22px -704px}.NCAAB_LOGO_FONT{background-position:-44px -704px}.NCAAB_LOGO_XGR{background-position:-66px -704px}.NCAAB_LOGO_BLUSC{background-position:-88px -704px}.NCAAB_LOGO_CROW{background-position:-110px -704px}.NCAAB_LOGO_{background-position:-132px -704px}.NCAAB_LOGO_NYCT{background-position:-154px -704px}.NCAAB_LOGO_MISCM{background-position:-176px -704px}.NCAAB_LOGO_NWESU{background-position:-198px -704px}.NCAAB_LOGO_PCC{background-position:-220px -704px}.NCAAB_LOGO_LINLIO{background-position:-242px -704px}.NCAAB_LOGO_SEU{background-position:-264px -704px}.NCAAB_LOGO_LESLEY{background-position:-286px -704px}.NCAAB_LOGO_AM{background-position:-308px -704px}.NCAAB_LOGO_STB{background-position:-330px -704px}.NCAAB_LOGO_RCSR{background-position:-352px -704px}.NCAAB_LOGO_TB{background-position:-374px -704px}.NCAAB_LOGO_INDKOK{background-position:-396px -704px}.NCAAB_LOGO_UCMER{background-position:-418px -704px}.NCAAB_LOGO_CONCO{background-position:0 -726px}.NCAAB_LOGO_JWUDEN{background-position:-22px -726px}.NCAAB_LOGO_CSSM{background-position:-44px -726px}.NCAAB_LOGO_PACU{background-position:-66px -726px}.NCAAB_LOGO_WAB{background-position:-88px -726px}.NCAAB_LOGO_CROWN{background-position:-110px -726px}.NCAAB_LOGO_CUW{background-position:-132px -726px}.NCAAB_LOGO_FAIRMT{background-position:-154px -726px}.NCAAB_LOGO_TRINC{background-position:-176px -726px}.NCAAB_LOGO_PCS{background-position:-198px -726px}.NCAAB_LOGO_PBC{background-position:-220px -726px}.NCAAB_LOGO_ROSE{background-position:-242px -726px}.NCAAB_LOGO_UMASS{background-position:-264px -726px}.NCAAB_LOGO_FLOC{background-position:-286px -726px}.NCAAB_LOGO_COLINT{background-position:-308px -726px}.NCAAB_LOGO_TAMPA{background-position:-330px -726px}.NCAAB_LOGO_EARL{background-position:-352px -726px}.NCAAB_LOGO_MIN-MO{background-position:-374px -726px}.NCAAB_LOGO_MORE{background-position:-396px -726px}.NCAAB_LOGO_KALA{background-position:-418px -726px}.NCAAB_LOGO_WESTMI{background-position:0 -748px}.NCAAB_LOGO_RU{background-position:-22px -748px}.NCAAB_LOGO_JOHNSU{background-position:-44px -748px}.NCAAB_LOGO_BETHES{background-position:-66px -748px}.NCAAB_LOGO_NOHIO{background-position:-88px -748px}.NCAAB_LOGO_HEID{background-position:-110px -748px}.NCAAB_LOGO_BOB{background-position:-132px -748px}.NCAAB_LOGO_TRUE{background-position:-154px -748px}.NCAAB_LOGO_SALV{background-position:-176px -748px}.NCAAB_LOGO_CHESTN{background-position:-198px -748px}.NCAAB_LOGO_FNU{background-position:-220px -748px}.NCAAB_LOGO_STK{background-position:-242px -748px}.NCAAB_LOGO_WCOL{background-position:-264px -748px}.NCAAB_LOGO_SWCHR{background-position:-286px -748px}.NCAAB_LOGO_THOMAS{background-position:-308px -748px}.NCAAB_LOGO_PEACE{background-position:-330px -748px}.NCAAB_LOGO_PIEDI{background-position:-352px -748px}.NCAAB_LOGO_NEWBC{background-position:-374px -748px}.NCAAB_LOGO_CINCLE{background-position:-396px -748px}.NCAAB_LOGO_HOODCO{background-position:-418px -748px}.NCAAB_LOGO_EMERS{background-position:0 -770px}.NCAAB_LOGO_MIDAC{background-position:-22px -770px}.NCAAB_LOGO_MGST{background-position:-44px -770px}.NCAAB_LOGO_ANTE{background-position:-66px -770px}.NCAAB_LOGO_SUCO{background-position:-88px -770px}.NCAAB_LOGO_MULTN{background-position:-110px -770px}.NCAAB_LOGO_DUBU{background-position:-132px -770px}.NCAAB_LOGO_{background-position:-154px -770px}.NCAAB_LOGO_LIFEPA{background-position:-176px -770px}.NCAAB_LOGO_BOYCE{background-position:-198px -770px}.NCAAB_LOGO_BRYN{background-position:-220px -770px}.NCAAB_LOGO_PINEMA{background-position:-242px -770px}.NCAAB_LOGO_BUMESA{background-position:-264px -770px}.NCAAB_LOGO_MCPHER{background-position:-286px -770px}.NCAAB_LOGO_VALLFO{background-position:-308px -770px}.NCAAB_LOGO_WCB{background-position:-330px -770px}.NCAAB_LOGO_CLKSUM{background-position:-352px -770px}.NCAAB_LOGO_FROST{background-position:-374px -770px}.NCAAB_LOGO_CALTEC{background-position:-396px -770px}.NCAAB_LOGO_NAZ{background-position:-418px -770px}.NCAAB_LOGO_MASBOS{background-position:0 -792px}.NCAAB_LOGO_MID{background-position:-22px -792px}.NCAAB_LOGO_MTMART{background-position:-44px -792px}.NCAAB_LOGO_BEMST{background-position:-66px -792px}.NCAAB_LOGO_FRANU{background-position:-88px -792px}.NCAAB_LOGO_BETHCO{background-position:-110px -792px}.NCAAB_LOGO_CALU{background-position:-132px -792px}.NCAAB_LOGO_GCU{background-position:-154px -792px}.NCAAB_LOGO_CHRIST{background-position:-176px -792px}.NCAAB_LOGO_GORD{background-position:-198px -792px}.NCAAB_LOGO_OTTARI{background-position:-220px -792px}.NCAAB_LOGO_RRU{background-position:-242px -792px}.NCAAB_LOGO_SBCC{background-position:-264px -792px}.NCAAB_LOGO_WEST{background-position:-286px -792px}.NCAAB_LOGO_SUNYCA{background-position:-308px -792px}.NCAAB_LOGO_DSB{background-position:-330px -792px}.NCAAB_LOGO_SWCM{background-position:-352px -792px}.NCAAB_LOGO_WCF{background-position:-374px -792px}.NCAAB_LOGO_MCOU{background-position:-396px -792px}.NCAAB_LOGO_REG{background-position:-418px -792px}.NCAAB_LOGO_WISC-S{background-position:0 -814px}.NCAAB_LOGO_UVI{background-position:-22px -814px}.NCAAB_LOGO_SUNYCO{background-position:-44px -814px}.NCAAB_LOGO_ELMSC{background-position:-66px -814px}.NCAAB_LOGO_COSEE{background-position:-88px -814px}.NCAAB_LOGO_STO{background-position:-110px -814px}.NCAAB_LOGO_LNDNWD{background-position:-132px -814px}.NCAAB_LOGO_OUC{background-position:-154px -814px}.NCAAB_LOGO_GSUJ{background-position:-176px -814px}.NCAAB_LOGO_PSTWB{background-position:-198px -814px}.NCAAB_LOGO_KEIU{background-position:-220px -814px}.NCAAB_LOGO_IUSB{background-position:-242px -814px}.NCAAB_LOGO_CAMPBH{background-position:-264px -814px}.NCAAB_LOGO_LIU{background-position:-286px -814px}.NCAAB_LOGO_MW{background-position:-308px -814px}.NCAAB_LOGO_RHC{background-position:-330px -814px}.NCAAB_LOGO_PB{background-position:-352px -814px}.NCAAB_LOGO_MMM{background-position:-374px -814px}.NCAAB_LOGO_GUB{background-position:-396px -814px}.NCAAB_LOGO_SPB{background-position:-418px -814px}.NCAAB_LOGO_SUNYPW{background-position:0 -836px}.NCAAB_LOGO_EFS{background-position:-22px -836px}.NCAAB_LOGO_CHIM{background-position:-44px -836px}.NCAAB_LOGO_IWT{background-position:-66px -836px}.NCAAB_LOGO_ISPS{background-position:-88px -836px}.NCAAB_LOGO_NWPW{background-position:-110px -836px}.NCAAB_LOGO_MTS{background-position:-132px -836px}.NCAAB_LOGO_TUNH{background-position:-154px -836px}.NCAAB_LOGO_OCE{background-position:-176px -836px}.NCAAB_LOGO_LTYJ{background-position:-198px -836px}.NCAAB_LOGO_SEE{background-position:-220px -836px}.NCAAB_LOGO_EBJ{background-position:-242px -836px}.NCAAB_LOGO_PSYNL{background-position:-264px -836px}.NCAAB_LOGO_CC{background-position:-286px -836px}.NCAAB_LOGO_SLC{background-position:-308px -836px}.NCAAB_LOGO_CCS{background-position:-330px -836px}.NCAAB_LOGO_PNL{background-position:-352px -836px}.NCAAB_LOGO_AIC{background-position:-374px -836px}.NCAAB_LOGO_NC{background-position:-396px -836px}.NCAAB_LOGO_NAS{background-position:-418px -836px}.NCAAB_LOGO_LINDIL{background-position:0 -858px}.promotion__sidebar{text-align:center;margin-bottom:40px;overflow-x:hidden}.promotion__sidebar img{width:262.5px;height:auto}.promotion__responsive-banner{margin:30px auto;text-align:center}.promotion__crossbar-offer,.promotion__crossbar-offer-list{display:flex;background-color:#fff;margin:30px 0}.promotion__crossbar-offer-info,.promotion__crossbar-offer-book,.promotion__crossbar-offer-book-heavy{padding:30px;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;border-top:1px solid #e3e7e8;border-bottom:6px solid #656e73}.promotion__crossbar-offer-book{border-right:1px solid #e3e7e8;width:35%}.promotion__crossbar-offer-book img{width:300px}@media only screen and (max-width: 992px){.promotion__crossbar-offer-book img{width:250px}}@media only screen and (max-width: 767px){.promotion__crossbar-offer-book img{width:230px}.promotion__heavy img{width:300px;height:117px}}.promotion__crossbar-offer-book-heavy{border:0;border-top:1px solid #e3e7e8;width:35%}.promotion__crossbar-offer-heavy{border:none;border-top:1px solid #e3e7e8}.promotion__crossbar-offer-heavy img{width:300px;height:117px}.promotion__crossbar-offer-heavy-box{display:flex;flex-direction:row;border:none;border-top:1px solid #e3e7e8;background-color:#fafafa;padding:0;min-height:218px;background-image:url("../images/ad-units/symbol-chevrons-left.png"),url("../images/ad-units/symbol-chevrons-right.png");background-position:left bottom, right bottom;background-repeat:no-repeat, no-repeat;justify-content:center}.promotion__crossbar-offer-heavy-box-center{display:flex;flex-direction:column}.promotion__crossbar-offer-info,.promotion__crossbar-offer-list-buttons{flex:1}.promotion__crossbar-offer-info a:hover,.promotion__crossbar-offer-info a:focus,.promotion__crossbar-offer-list-buttons a:hover,.promotion__crossbar-offer-list-buttons a:focus{text-decoration:none}.promotion__crossbar-offer-info .bet-now,.promotion__crossbar-offer-list-buttons .bet-now{width:156px;height:40px;display:flex;align-items:center;justify-content:center;font-size:14px}.promotion__crossbar-offer-info .get-the-app,.promotion__crossbar-offer-list-buttons .get-the-app{width:156px;margin-left:10px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:4px;background-color:#fff;border:solid 1px #e3e7e8;color:#1f2426;font-size:14px;font-weight:bold}@media only screen and (max-width: 767px){.promotion__crossbar-offer-info .get-the-app,.promotion__crossbar-offer-list-buttons .get-the-app{margin-left:0;margin-top:10px}}.promotion__crossbar-offer-type{font-size:14px;font-weight:900;font-family:"Lato Black";line-height:1;color:#d72429;margin:0}.promotion__crossbar-offer-text{font-family:"Lato Bold";font-size:28px;font-weight:bold;line-height:1.5;color:#000;margin:0 0 20px 0}.promotion__crossbar-offer-text--list{margin:10px 0 15px;font-family:"Lato Black";font-weight:900;line-height:1}.promotion__crossbar-offer-specifics{font-size:14px;font-weight:bold;font-family:"Lato Bold";line-height:1.1;margin:5px 0 0 0}.promotion__crossbar-offer-links{display:flex}@media only screen and (max-width: 767px){.promotion__crossbar-offer-links{display:block}}.promotion__crossbar-offer-list{border-top:1px solid #e3e7e8;border-bottom:6px solid #e3e7e8;position:relative}.promotion__crossbar-offer-list-details{flex:1;padding:30px 80px 30px 50px}.promotion__crossbar-offer-list-book{display:flex;align-items:center;justify-content:center;background-color:#1f2426;background-image:url("../images/generic/promotion-bg.jpg");background-position:bottom;background-size:cover;width:390px;min-height:270px}.promotion__crossbar-offer-list-book a{display:block}.promotion__crossbar-offer-list-items{padding:0;margin:0 0 25px 0px}.promotion__crossbar-offer-list-item{display:flex;align-items:center;list-style-type:none;margin-bottom:8px;font-size:14px;color:#1f2426;line-height:1.2}.promotion__crossbar-offer-list-item i{margin-right:10px;color:#10a450;font-size:18px}.promotion__crossbar-offer-list-buttons{display:flex}.promotion__crossbar-offer-list-buttons .bet-now,.promotion__crossbar-offer-list-buttons .sbd-button{width:170px}.promotion__crossbar-offer-list-buttons .sbd-button{height:40px;color:#1f2426;border-color:#959fa3;margin-left:10px}.promotion__crossbar-offer-heavy-buttons{display:flex;justify-content:center}.promotion__crossbar-offer-heavy-buttons .bet-now,.promotion__crossbar-offer-heavy-buttons .sbd-button{width:170px}.promotion__crossbar-offer-heavy-buttons .sbd-button{height:40px;color:#1f2426;border-color:#959fa3;margin-left:10px}.promotion__approved-banner{width:110px;height:110px;position:absolute;top:0;right:0}@media only screen and (max-width: 1199px){.promotion__sidebar img{width:300px;height:250px}}@media only screen and (max-width: 992px){.promotion__crossbar-offer{flex-direction:column}.promotion__crossbar-offer-book,.promotion__crossbar-offer-book-heavy{width:100%;border-right:none;border-bottom:none}.promotion__crossbar-offer-heavy img{width:250px;height:98px}.promotion__crossbar-offer-heavy-buttons{display:flex;flex-direction:row;align-items:center;gap:10px}.promotion__crossbar-offer-heavy-buttons .bet-now,.promotion__crossbar-offer-heavy-buttons .sbd-button{width:170px}.promotion__crossbar-offer-heavy-buttons .sbd-button{height:40px;color:#1f2426;border-color:#959fa3;margin-left:10px}.promotion__crossbar-offer-text{font-size:24px;margin:5px 0 10px}.promotion__crossbar-offer-list{flex-direction:column}.promotion__crossbar-offer-list-book{width:100%;min-height:90px}.promotion__crossbar-offer-list-details{padding:30px}}.disclosure-header{display:block;width:100%;text-align:center;text-decoration:underline;margin-top:-1.5em;color:#959fa3}@media only screen and (max-width: 767px){.promotion__crossbar-offer-list-details{padding:20px 15px}.promotion__crossbar-offer-list-buttons{flex-direction:column;align-items:center}.promotion__crossbar-offer-list-buttons .sbd-button{margin:10px 0 0 0}.promotion__crossbar-offer-text--list{margin:10px 0 15px}.promotion__crossbar-offer-list-book{justify-content:left}.promotion__crossbar-offer-list-book img{margin-left:15px}.promotion__crossbar-offer-heavy-buttons{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px}.promotion__crossbar-offer-heavy-buttons .bet-now,.promotion__crossbar-offer-heavy-buttons .sbd-button{width:170px}.promotion__crossbar-offer-heavy-buttons .sbd-button{height:40px;color:#1f2426;border-color:#959fa3;margin-left:0}.promotion__crossbar-offer-heavy img{width:230px;height:90px}.promotion__crossbar-offer-heavy-box{min-height:299px;justify-content:center;background-image:url("../images/ad-units/symbol-chevrons-vertical.png");background-position:bottom;background-size:cover;background-repeat:no-repeat;border-top:1px solid #e3e7e8}.promotion__crossbar-offer-heavy-box-center{margin-top:19px}}.collector-form{border-top:solid 1px #e3e7e8;border-bottom:solid 1px #e3e7e8;padding:0 30px}@media only screen and (max-width: 767px){.collector-form{padding-top:30px}}.collector-form__title{text-align:center;font-size:24px}@media only screen and (max-width: 767px){.collector-form__title{font-size:22px}}.collector-form__form{display:flex;flex-direction:column}.collector-form__form-group{display:flex;flex-direction:row;flex:1;margin-bottom:25px}.collector-form__form-group--full{flex-direction:row}.collector-form__item{flex:1 1 auto;margin:5px}.collector-form__item label{font-weight:normal;color:#353f42}.collector-form__item label span{color:#656e73}.collector-form__item .form-control,.collector-form__item .search-form .search-field,.search-form .collector-form__item .search-field,.collector-form__item .subscribe-form .subscribe-field,.subscribe-form .collector-form__item .subscribe-field{border:1px solid #e3e7e8;box-shadow:none}.collector-form__btn{margin:auto;box-shadow:none;border:0}.collector-form__response.active{background-color:#10a450;border-radius:4px;font-family:"Lato Bold";font-weight:bold;font-size:16px;color:#fff;text-align:center;padding:10px;margin-bottom:30px}body.modal-open{padding:0 !important}.sbd-modal__header{position:relative;background-color:#353f42;color:#fff;line-height:1.6;letter-spacing:0.3px;font-size:15px;text-transform:uppercase;text-align:center;height:45px;display:flex;align-items:center;justify-content:center;border:none}.sbd-modal__close{cursor:pointer;position:absolute;top:50%;right:15px;transform:translateY(-50%);font-size:20px}.sbd-modal.modal.in .modal-dialog{transform:translate(-50%, -50%);position:absolute;left:50%;top:50%;margin:0;width:80%;max-width:560px}.sbd-modal.modal.in .modal-content{border:none;border-radius:4px;overflow:hidden;background-color:unset}.noServiceModal{background-color:rgba(0,0,0,0.8)}.noServiceModal__container{width:100%;max-width:558px;margin:auto;position:relative;top:calc(50% - 129px);text-align:center}.noServiceModal__header{border-radius:4px 4px 0 0;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:34px;line-height:1.29;width:100%;height:179px;background-image:url("../images/generic/sbd-pageheader-Generic.jpg");background-size:cover;justify-content:center;display:flex;align-items:center;border-bottom:4px solid #d72429;color:#fff;font-size:44px}@media only screen and (max-width: 767px){.noServiceModal__header{font-size:28px;line-height:1.36}}.noServiceModal__body{background-color:#fff;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:20px;line-height:1.6;width:100%;min-height:100px;justify-content:center;display:flex;align-items:center;padding:24px 32px 32px;text-align:center;border-radius:0 0 4px 4px}@media only screen and (max-width: 767px){.noServiceModal__body{font-size:20px;line-height:1.3}}.sbd-play-modal{background-color:rgba(0,0,0,0.8)}.sbd-play-modal__dialog{width:100%;max-width:1140px;transform:translateY(-50%) !important;margin:0 auto;top:40%;padding:0;border-bottom:0}@media only screen and (max-width: 767px){.sbd-play-modal__dialog{top:20%;transform:none !important;width:90%}}.sbd-play-modal__dialog--mini{max-width:800px}.sbd-play-modal__container{width:100%;max-width:558px;margin:auto;position:relative;top:calc(50% - 129px);text-align:center}.sbd-play-modal__header{border-radius:4px 4px 0 0;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:34px;line-height:1.29;width:100%;height:179px;background-image:url("../images/modal-hero-alternate.jpg");background-size:cover;justify-content:center;display:flex;align-items:center;border-bottom:4px solid #10a450;color:#fff;font-size:44px}@media only screen and (max-width: 767px){.sbd-play-modal__header{font-size:28px;line-height:1.36}}.sbd-play-modal__header img{height:100px;width:260px}.sbd-play-modal__body{background-color:#fff;border-bottom:0;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:20px;line-height:1.6;width:100%;min-height:100px;justify-content:center;display:flex;align-items:center;padding:24px 32px 32px;text-align:center}@media only screen and (max-width: 767px){.sbd-play-modal__body{font-size:20px;line-height:1.3}}.sbd-play-modal__body p span{text-transform:capitalize;font-weight:bold}.sbd-play-modal__footer{height:90px;float:left;width:100%;background-color:#fff;border-radius:0 0 4px 4px;margin-top:-1px}@media only screen and (max-width: 767px){.sbd-play-modal__footer{height:130px}}.sbd-play-modal__play-now{float:left;width:50%}.sbd-play-modal__play-now a{border-radius:5px;background-color:#10a450;padding:13px 65px;color:#fff;text-transform:uppercase;font-family:"Lato Bold";font-size:14px;line-height:2.8em;border:0}.sbd-play-modal__play-now a:hover{text-decoration:none}@media only screen and (max-width: 767px){.sbd-play-modal__play-now{width:100%;margin-bottom:15px}}.sbd-play-modal__continue{float:left;width:50%}.sbd-play-modal__continue a{border-radius:5px;background-color:#fff;padding:13px 65px;color:#1f2426;text-transform:uppercase;font-family:"Lato Bold";font-size:14px;line-height:2.8em;border:1px solid #f2f4f5}.sbd-play-modal__continue a:hover{text-decoration:none}@media only screen and (max-width: 767px){.sbd-play-modal__continue{width:100%;margin-bottom:15px}}.marketing-modal{height:100%;margin:10px}.marketing-modal__dialog{width:100%;max-width:1140px;transform:translateY(-50%) !important;margin:0 auto;top:50%;padding:0}@media screen and (max-width: 500px){.marketing-modal__dialog{top:0;transform:none !important}}.marketing-modal__dialog--mini{max-width:800px}.marketing-modal__shadow{z-index:1;position:relative;padding:20px;background-color:#fff;box-shadow:rgba(0,0,0,0.25) 0px 4px 4px 0px;-ms-overflow-style:none;scrollbar-width:none}@media only screen and (max-width: 767px){.marketing-modal__shadow{box-shadow:none}}.marketing-modal__shadow::-webkit-scrollbar{display:none}.marketing-modal__content-body{color:#656e73}.marketing-modal__content{padding:20px;width:100%;height:calc(100vh - 80px);max-height:690px;max-width:1140px;border-radius:2px 2px 0 0}.marketing-modal__content--mini{max-height:300px;max-width:800px}@media only screen and (max-width: 992px){.marketing-modal__content{padding:5px}.marketing-modal__content--mini{max-height:100vh}}.marketing-modal__heading{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58;margin-bottom:20px}@media only screen and (max-width: 767px){.marketing-modal__heading{font-size:22px;line-height:1.36}}.marketing-modal__logo{height:28px}.marketing-modal__heavy{font-family:"Lato Black";font-weight:900;letter-spacing:0.3px}.marketing-modal__updated-at{color:#656e73;position:absolute;bottom:15px;right:15px}.marketing-modal__updated-at span{color:#d72429}@media only screen and (max-width: 992px){.marketing-modal__updated-at{position:relative;margin-top:4px;bottom:unset;right:unset}}.marketing-modal__close-button{background-color:#d72429;position:absolute;z-index:2;right:0;top:0;font-size:18px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.marketing-modal__header{z-index:1;position:relative;display:flex;justify-content:center;flex-direction:column;padding:0 30px;height:100px;border:1px solid #e3e7e8;border-bottom:0;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25)}@media only screen and (max-width: 992px){.marketing-modal__header{padding:10px 40px 10px 10px;height:124px}}.marketing-modal__header-text{font-size:50px;line-height:1}@media only screen and (max-width: 992px){.marketing-modal__header-text{font-size:28px}}.marketing-modal__header-sub{color:#d72429;font-size:18px}@media only screen and (max-width: 992px){.marketing-modal__header-sub{font-size:16px}}.marketing-modal__footer{height:60px;padding:0 20px;display:flex;box-shadow:0 5px 15px rgba(0,0,0,0.5);align-items:center;background-color:#1f2426;border-radius:0 0 2px 2px}@media only screen and (max-width: 767px){.marketing-modal__footer{justify-content:center}}.marketing-modal__footer-text{color:#d72429;font-size:14px;font-weight:bold;font-family:"Lato Bold";letter-spacing:0.3px;margin-left:auto}@media only screen and (max-width: 767px){.marketing-modal__footer-text{display:none}}.sbd-promo-modal{height:100%;margin:10px}.sbd-promo-modal__dialog{width:100%;max-width:642px;transform:translateY(-50%) !important;margin:0 auto;top:50%;padding:0}@media screen and (max-width: 500px){.sbd-promo-modal__dialog{top:0;transform:none !important}}.sbd-promo-modal__dialog--mini{max-width:800px}.sbd-promo-modal__shadow{z-index:1;position:relative;padding:20px;background-color:#fff;box-shadow:rgba(0,0,0,0.25) 0px 4px 4px 0px;-ms-overflow-style:none;scrollbar-width:none}@media only screen and (max-width: 767px){.sbd-promo-modal__shadow{box-shadow:none}}.sbd-promo-modal__shadow::-webkit-scrollbar{display:none}.sbd-promo-modal__content-body{color:#656e73;padding:0 40px}@media only screen and (max-width: 767px){.sbd-promo-modal__content-body{padding:0 15px}}.sbd-promo-modal__content{padding:0;width:100%;height:calc(100vh - 80px);max-height:600px;max-width:642px;border-radius:2px 2px 0 0;border:0;box-shadow:none}.sbd-promo-modal__content--mini{max-height:300px;max-width:800px;border:0;box-shadow:none}@media only screen and (max-width: 992px){.sbd-promo-modal__content{padding:5px}.sbd-promo-modal__content--mini{max-height:100vh}}@media only screen and (max-width: 767px){.sbd-promo-modal__content{max-height:inherit;height:calc(100vh - 20px)}}.sbd-promo-modal__heading{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58;margin-bottom:20px;display:flex;flex-direction:row;align-items:center;padding:30px 40px;border-bottom:1px solid #e3e7e8}@media only screen and (max-width: 767px){.sbd-promo-modal__heading{font-size:22px;line-height:1.36}}@media only screen and (max-width: 767px){.sbd-promo-modal__heading{padding:15px}}.sbd-promo-modal__close-button{background-color:#1f2426;z-index:2;font-size:18px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:100%;margin-left:auto}.sbd-promo-modal__header{z-index:1;position:relative;display:flex;justify-content:center;flex-direction:column;padding:0 30px;height:100px;border:1px solid #e3e7e8;border-bottom:0;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25)}@media only screen and (max-width: 992px){.sbd-promo-modal__header{padding:10px 40px 10px 10px;height:124px}}.sbd-promo-modal__footer{height:60px;padding:0 20px;display:flex;box-shadow:0 5px 15px rgba(0,0,0,0.5);align-items:center;background-color:#fafafa;border-radius:0 0 2px 2px}@media only screen and (max-width: 767px){.sbd-promo-modal__footer{justify-content:center}}.sbd-promo-modal__footer-text{color:#d72429;font-size:14px;font-weight:bold;font-family:"Lato Bold";letter-spacing:0.3px;margin-left:auto}.sbd-promo-modal__logo{width:200px}.sbd-promo-modal__text{font-family:"Lato Black";font-size:30px;font-weight:900;color:#e3e7e8;text-transform:uppercase;margin-left:auto}@media only screen and (max-width: 767px){.sbd-promo-modal__text{display:none}}.sbd-promo-modal__title{font-family:"Lato Black";font-size:30px;font-weight:900;color:#1f2426}.sbd-promo-modal__dates{font-family:"Lato Bold";font-size:14px;color:#1f2426;font-weight:bold;text-transform:uppercase;margin-bottom:20px}.sbd-promo-modal__dates img{margin-right:10px}.sbd-promo-modal__regions{font-family:"Lato Bold";font-size:14px;color:#10a450;font-weight:bold;text-transform:uppercase;margin-top:20px;margin-bottom:10px}.sbd-promo-modal__regions span{color:#1f2426}.sbd-promo-modal__details{font-size:14px;margin-bottom:20px}.sbd-promo-modal__button{display:flex;width:170px;position:relative;height:40px;text-align:center}.sbd-promo-modal__button .bet-now{width:156px;height:40px;line-height:40px;align-items:center;justify-content:center;font-size:14px;margin-bottom:0}.sbd-promo-modal__button .show-code{z-index:10;position:absolute;top:0;left:0;border:none;background-color:#10a450;position:absolute;text-transform:uppercase;font-weight:bold;font-family:"Lato Bold";cursor:pointer;color:#fff;width:170px;height:40px;line-height:40px;-webkit-transition:width 0.5s;transition:width 0.5s;border-radius:4px}.sbd-promo-modal__button .show-code span{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:'';width:100%}.sbd-promo-modal__button .show-code.hovered{width:0px;padding:0px;color:transparent;cursor:pointer}.sbd-promo-modal__button .show-code.hovered span{display:inline}.sbd-promo-modal__button .code{border:1px dotted #d72429;z-index:1;position:absolute;top:1;left:0;width:100%;height:38px;border-radius:5px;line-height:40px;font-size:14px;text-transform:uppercase;font-family:"Lato Bold";font-weight:bold;text-align:left;padding-left:20px;cursor:default}.sbd-promo-modal__button .code.copied-success{border:1px dotted #10a450;color:#959fa3}.sbd-promo-modal__button .copy{border:1px solid #d72429;z-index:1;width:40px;background:#d72429;position:absolute;top:0;right:0;border-top-right-radius:5px;border-bottom-right-radius:5px;height:39px;line-height:40px;font-family:"Lato Bold";font-weight:bold;font-size:10px;color:#fff;text-transform:uppercase;cursor:pointer}.sbd-promo-modal__button .copy.copied-success{border:1px dotted #10a450;background:#10a450}.sbd-promo-modal__promo{background:#d72429;border-radius:15px;color:#fff;font-size:16px;font-family:"Lato Black";font-weight:900;width:100px;height:30px;text-align:center;line-height:30px;margin-bottom:15px}.promo-card{border:1px solid #e3e7e8;border-radius:4px}.promo-card--master{height:300px;position:relative;max-width:550px;margin:auto}.promo-card__head{position:relative;border-bottom:1px solid #e3e7e8;height:80px;display:flex;align-items:center}.promo-card__head--master{border-bottom:none;height:100px;display:block;padding:20px}.promo-card__tag{position:absolute;top:0;right:0}.promo-card__tag--master{border-radius:100%;height:30px;width:30px;top:20px;right:20px;text-align:center}.promo-card__tag--fire{background-color:#d72429}.promo-card__tag--urgent{background-color:#f6a841}.promo-card__body{border-bottom:1px solid #e3e7e8;text-align:center}.promo-card__body--master{text-align:left;border-bottom:none;position:relative;z-index:10;padding-left:20px}.promo-card__type{color:#d72429;text-transform:uppercase;font-family:"Lato Black";font-weight:900;font-size:14px;margin-top:15px}.promo-card__text{font-family:"Lato Black";font-size:20px;font-weight:900;margin-bottom:25px}.promo-card__text--master{color:#fff}.promo-card__foot{height:60px;background:#fafafa;display:flex;align-items:center}.promo-card__foot a{font-family:"Lato Bold";font-size:14px;color:#1f2426;font-weight:bold}.promo-card__foot a:hover{text-decoration:none}.promo-card__foot--master{background:transparent;position:relative;z-index:10;height:80px}.promo-card__details{display:flex;flex:1;padding-left:20px}.promo-card__details--master{flex:inherit;margin-left:auto;align-items:center}.promo-card__details--master a{color:#fff;font-family:"Lato Bold";font-size:14px;font-weight:bold;flex:1 1 auto;width:81px}.promo-card__share{display:flex;flex:1;padding-right:20px}.promo-card__share img{margin-left:auto}.promo-card__icons{margin-left:auto;display:flex}.promo-card__icons .social-circle-icon{padding-left:10px;margin-top:0}.promo-card .bet-now{width:156px;height:40px;display:flex;align-items:center;justify-content:center;font-size:14px;margin:auto;margin-bottom:20px}.promo-card__button{display:flex;width:170px;position:relative;height:40px;text-align:center;margin:auto;margin-bottom:25px}.promo-card__button a:hover{text-decoration:none}.promo-card__button--master{flex:1 1 auto;margin-right:20px;margin-bottom:0}.promo-card__button--master .bet-now{margin-bottom:0}.promo-card__button .show-code{z-index:10;position:absolute;top:0;left:0;border:none;background-color:#10a450;position:absolute;text-transform:uppercase;font-weight:bold;font-family:"Lato Bold";cursor:pointer;color:#fff;width:170px;height:40px;line-height:40px;-webkit-transition:width 0.5s;transition:width 0.5s;border-radius:4px}.promo-card__button .show-code span{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:'';width:100%}.promo-card__button .show-code.hovered{width:0px;padding:0px;color:transparent;cursor:pointer}.promo-card__button .show-code.hovered span{display:inline}.promo-card__button .code{border:1px dotted #d72429;z-index:1;position:absolute;top:0;left:0;width:100%;height:40px;border-radius:5px;line-height:40px;font-size:14px;text-transform:uppercase;font-family:"Lato Bold";font-weight:bold;text-align:left;padding-left:20px;cursor:default;background-color:#fff}.promo-card__button .code.copied-success{border:1px dotted #10a450;color:#959fa3}.promo-card__button .copy{border:1px solid #d72429;z-index:1;width:40px;background:#d72429;position:absolute;top:0;right:0;border-top-right-radius:5px;border-bottom-right-radius:5px;height:40px;line-height:40px;font-family:"Lato Bold";font-weight:bold;font-size:10px;color:#fff;text-transform:uppercase;cursor:pointer}.promo-card__button .copy.copied-success{border:1px dotted #10a450;background:#10a450}.promo-card__promo{background:#d72429;border-radius:15px;color:#fff;font-size:16px;font-family:"Lato Black";font-weight:900;width:100px;height:30px;text-align:center;line-height:30px;margin-bottom:15px;margin-top:20px}.promo-card__shadow{opacity:0.4;background-color:#000000;height:200px;width:100%;bottom:0;left:0;position:absolute}.top-promos{display:grid;grid-gap:30px;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:25px}.top-promos::-webkit-scrollbar{width:10px;height:5px;background-color:#e3e7e8}.top-promos::-webkit-scrollbar-track{background-color:#e3e7e8;border-radius:0}.top-promos::-webkit-scrollbar-thumb{background-color:#959fa3;border-radius:5px}.top-promos__promo{position:relative;background-size:cover;background-color:#1f2426;min-width:262px;max-height:300px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;text-decoration:none;border-radius:2px}.top-promos__promo:before{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-color:rgba(31,36,38,0.5)}.top-promos__mask{position:relative;background-color:rgba(0,0,0,0.4);width:100%;padding:20px;color:#fff;font-family:"Lato Bold";display:flex;justify-content:space-between;flex-direction:column;min-height:210px}.top-promos__mask:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.top-promos__updated{display:flex;position:relative;align-items:center;z-index:2;font-size:12px;letter-spacing:0.2px}.top-promos__updated strong{margin:0 6px;font-size:6px}.top-promos__heading{transition:padding 0.2s ease-in-out;font-size:20px;z-index:2;text-decoration:none;height:25px;font-family:"Lato Black"}.top-promos__publishedDate{padding-top:0;text-decoration:none;color:#d72429}.top-promos__ctaButton{width:141px;height:30px;margin:47px 1px 0 0;background-color:#10a450;font-family:Lato;font-weight:bold;font-stretch:normal;color:#fff;font-size:11px;line-height:1.09;letter-spacing:0.5px;border:none;border-radius:4px;position:relative;cursor:pointer;z-index:2}.top-promos__details{width:81px;height:30px;flex-grow:0;margin:55px 0 0;font-family:Lato;font-size:14px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:0.2px;text-align:left;color:#fff;z-index:2;cursor:pointer}.top-promos__details a{color:#fff}.top-promos__details a:hover{text-decoration:none}.top-promos__promo-button{border:none;border-radius:15px;background-color:#d72429;width:100px;height:30px;flex-grow:0;font-family:"Lato Bold";font-size:16px;font-weight:900;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#fff;cursor:pointer;z-index:2}.top-promos__logo{flex-grow:0;margin:1.4px 0.3px 1.4px 0.5px;padding:10.8px;min-height:90px;z-index:9}.top-promos__logo img{width:150px;height:58.3px}.top-promos__button{display:flex;width:170px;position:relative;height:40px;text-align:center;margin:auto;margin-bottom:0}.top-promos__button a:hover{text-decoration:none}.top-promos .bet-now{width:156px;height:40px;display:flex;align-items:center;justify-content:center;font-size:14px;margin:auto;margin-bottom:20px}.top-promos .show-code{z-index:10;position:absolute;top:0;left:0;border:none;background-color:#10a450;position:absolute;text-transform:uppercase;font-weight:bold;font-family:"Lato Bold";cursor:pointer;color:#fff;width:156px;height:40px;line-height:40px;-webkit-transition:width 0.5s;transition:width 0.5s;border-radius:4px}.top-promos .show-code span{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:'';width:100%}.top-promos .show-code.hovered{width:0px;padding:0px;color:transparent;cursor:pointer}.top-promos .show-code.hovered span{display:inline}.top-promos .code{border:1px dotted #d72429;z-index:1;position:absolute;top:0;left:0;width:100%;height:40px;border-radius:5px;line-height:40px;font-size:14px;text-transform:uppercase;font-family:"Lato Bold";font-weight:bold;text-align:left;padding-left:20px;cursor:default;background-color:#fff;color:#1f2426}.top-promos .code.copied-success{border:1px dotted #10a450;color:#959fa3}.top-promos .copy{border:1px solid #d72429;z-index:1;width:40px;background:#d72429;position:absolute;top:0;right:0;border-top-right-radius:5px;border-bottom-right-radius:5px;height:40px;line-height:40px;font-family:"Lato Bold";font-weight:bold;font-size:10px;color:#fff;text-transform:uppercase;cursor:pointer}.top-promos .copy.copied-success{border:1px dotted #10a450;background:#10a450}.top-promos.limit{overflow-x:scroll}.news-carousel{margin-bottom:30px}@media only screen and (max-width: 992px){.news-carousel{margin-bottom:10px}}.news-carousel__boxes{display:grid;grid-gap:30px;grid-auto-flow:column;grid-template-columns:1fr 1fr 1fr 1fr;min-height:300px}.news-carousel__boxes::-webkit-scrollbar{width:10px;height:10px;background-color:#e3e7e8}.news-carousel__boxes::-webkit-scrollbar-track{background-color:#e3e7e8;border-radius:0}.news-carousel__boxes::-webkit-scrollbar-thumb{background-color:#959fa3;border-radius:5px}@media only screen and (max-width: 992px){.news-carousel__boxes{grid-gap:20px}}.news-carousel__boxes--limit{overflow-x:scroll}.news-carousel__article-card,.news-carousel__article-card:hover,.news-carousel__article-card:focus{text-decoration:none}.news-carousel__wrapper{display:flex;overflow:hidden;position:relative;min-width:262px;min-height:300px;border-radius:2px;flex-direction:column;background-size:cover;justify-content:flex-end;text-decoration:none;background-color:#1f2426;background-position:center}.news-carousel__mask{color:#fff;width:100%;display:flex;padding:17px 20px;position:relative;font-family:"Lato Bold",sans-serif;flex-direction:column;justify-content:space-between;background-color:rgba(30,36,37,0.5)}.news-carousel__mask:before{top:0;left:0;width:100%;height:100%;content:'';z-index:1;position:absolute;background-image:linear-gradient(to bottom, rgba(0,0,0,0), #000)}.news-carousel__heading{z-index:2;font-size:20px;transition:padding 0.2s ease-in-out;padding-bottom:20px;text-decoration:none}.news-carousel__wrapper:hover .news-carousel__mask .news-carousel__heading{padding-bottom:30px}.news-carousel__updated{display:flex;z-index:2;position:relative;font-size:12px;align-items:center;letter-spacing:0.2px}.news-carousel__updated strong{margin:0 6px;font-size:6px}.news-carousel__published-date{color:#d72429;padding-top:0;text-decoration:none}.news-carousel__footer{text-align:right}.news-carousel__arrow{display:none}@media only screen and (max-width: 992px){.news-carousel__arrow{border:none;position:relative;height:20px;display:inline-flex;content:url("../images/right-arrow.svg");filter:brightness(0.5) sepia(1) saturate(10000%)}}header.banner{position:relative;z-index:15;border-bottom:1px solid #e3e7e8}.search-primary{float:right;padding:0px 60px 0px 20px}@media only screen and (max-width: 1280px){.search-primary{float:right;padding:0px 15px 0px 0;border-left:none;margin:0 15px 0 0}}.icon-search{font-size:21px}.navbar-nav>li>a.social-icon{margin:0 15px;font-size:20px;padding:0}.navbar-nav>li>a.instagram-button{margin:0 0 0 10px;padding:0}.navbar-nav>li>a.instagram-button img{width:66px;height:38px}.content aside{margin-top:77px}@media screen and (max-width: 1279px){.content aside{margin-top:0}}@media screen and (max-width: 1279px) and (min-width: 1200px){.content aside{margin-top:77px}}@media only screen and (max-width: 480px){.content aside{margin-top:20px}}.sidebar-related .related-title{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43}.sidebar-related .related-title a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.sidebar-related .related-title{font-size:12px;line-height:1.83}}.sidebar-related .related-title a{color:#1f2426;font-weight:bold;font-family:"Lato Bold"}.sidebar-betting-menu{margin:0 0 32px;border-radius:4px;box-shadow:0 2px 6px 0 rgba(0,0,0,0.06);border:solid 1px #e3e7e8;background-color:#fff}.sidebar-betting-menu .sidebar-title{padding:16px 16px 0}.sidebar-betting-menu .betting-menu-title{font-family:"Lato Bold";font-size:20px;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#d72429;margin:40px 0 10px 0;padding:16px}.sidebar-betting-menu .betting-menu-listings{padding:3px 16px;font-family:"Lato";font-size:16px;line-height:1.5}.sidebar-betting-menu .betting-menu-listings ul{padding:0;margin-left:18px}.sidebar-betting-menu .betting-menu-listings ul li{font-size:16px;margin:0 0 12px 0;list-style-position:outside}.sidebar-betting-menu .betting-menu-listings ul li.current-page a{font-weight:bold}.sidebar-betting-menu .betting-menu-listings a{color:#1f2426}.sidebar-betting-menu .betting-menu-listings a:hover{color:#1f2426}.sidebar-betting-menu ul{padding:0 15px}.sidebar-gear{display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 992px){.sidebar-gear{display:none}}footer.main-footer{background:linear-gradient(180deg, #fff 2%, #1f2426 2%);padding:48px 0 48px 0}@media only screen and (max-width: 992px){footer.main-footer{padding-bottom:0}}footer.main-footer .subscribe-form .btn,footer.main-footer .subscribe-form .search-form .search-submit,.search-form footer.main-footer .subscribe-form .search-submit,footer.main-footer .subscribe-form .btn-subscribe{background-image:linear-gradient(to bottom, #16ba5e, #0a9547);width:114px;letter-spacing:0.2px;font-family:"Lato Bold";color:#fff;border:0}footer.main-footer .subscribe-form .btn:hover,footer.main-footer .subscribe-form .search-form .search-submit:hover,.search-form footer.main-footer .subscribe-form .search-submit:hover,footer.main-footer .subscribe-form .btn-subscribe:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),linear-gradient(to bottom, #16ba5e, #0a9547)}@media only screen and (max-width: 767px){footer.main-footer .subscribe-form .btn,footer.main-footer .subscribe-form .search-form .search-submit,.search-form footer.main-footer .subscribe-form .search-submit,footer.main-footer .subscribe-form .btn-subscribe{width:102px;font-size:12px}}footer.main-footer .subscribe-form button.btn:hover,footer.main-footer .subscribe-form .search-form button.search-submit:hover,.search-form footer.main-footer .subscribe-form button.search-submit:hover,footer.main-footer .subscribe-form button.btn-subscribe:hover{background-image:linear-gradient(to bottom, #16ba5e, #0a9547);border:0;color:#fff}footer.main-footer .subscribe-form button.btn:hover:hover,footer.main-footer .subscribe-form .search-form button.search-submit:hover:hover,.search-form footer.main-footer .subscribe-form button.search-submit:hover:hover,footer.main-footer .subscribe-form button.btn-subscribe:hover:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),linear-gradient(to bottom, #16ba5e, #0a9547)}footer.main-footer .emailcapture{background-color:#fff;padding-bottom:1px}@media only screen and (max-width: 767px){footer.main-footer .emailcapture{padding:1px 15px 1px 15px}}footer.main-footer .newbanner{display:flex;justify-content:center;padding-bottom:2em}footer.secondary-footer{padding:14px 0 19px 0;background-color:#1f2426;border-top:1px solid #353f42}@media only screen and (max-width: 992px){footer.secondary-footer{border-top:none;background-color:#1f2426;padding:16px 0}}footer.secondary-footer .gambling-discalimer{padding:10px 15px 13px;text-align:center}@media only screen and (max-width: 992px){footer.secondary-footer .gambling-discalimer{padding-bottom:0}}footer.secondary-footer .gambling-discalimer p,footer.secondary-footer .gambling-discalimer a,footer.secondary-footer .gambling-discalimer p a:hover{color:#959fa3;font-size:14px;line-height:1.43;letter-spacing:0.3px;margin-bottom:0}footer.secondary-footer .underlined{text-decoration:underline}footer.secondary-footer .row.gambling{margin-top:20px}@media only screen and (max-width: 767px){footer.secondary-footer .row.gambling{margin-top:8px}}footer.secondary-footer a,footer.secondary-footer a:hover:not(.sbdicon){color:#fff}footer.secondary-footer .gambling-icons{padding:10px 0 12px 0}footer.secondary-footer .gambling-icons img{padding:0 6px 6px 0}footer.secondary-footer .gambling-icons a:hover{text-decoration:none}footer.secondary-footer .gambling-icons .footer-sprite{margin:0;text-align:center}footer.secondary-footer .gambling-icons .footer-sprite *{font-size:0}footer.secondary-footer .social-nav{align-items:center;display:flex;padding:0;margin:0;justify-content:flex-end}@media only screen and (max-width: 992px){footer.secondary-footer .social-nav{justify-content:center;margin:18px 0 0 0}}footer.secondary-footer .social-nav li{margin:0 0 0 16px;padding:0;list-style-type:none}footer.secondary-footer .social-nav li:nth-child(2){margin-left:0}footer.secondary-footer .social-nav .follow-us-label{color:#fff;margin-right:16px;font-family:"Lato Bold";font-weight:bold;font-size:14px;line-height:1.43;letter-spacing:0.3px}@media only screen and (max-width: 992px){footer.secondary-footer ul.nav{margin-top:12px;margin-left:0}footer.secondary-footer div>div>div>ul li.nav-item{float:none;display:inline-block;margin:0}footer.secondary-footer .gambling-icons{text-align:center}}ul.menu-footer-menu{margin:0}ul.menu-footer-menu li{display:inline-block;padding:10px;font-family:"Lato Regular";font-size:13px;font-weight:bold;font-style:normal;font-stretch:normal;text-align:center}ul.menu-footer-menu li a{color:#ffffff;font-family:"Lato Regular"}@media (max-width: 992px){ul.menu-footer-menu{margin-bottom:20px}ul.menu-footer-menu li{padding:10px 10px 0}}@media only screen and (max-width: 480px){ul.menu-footer-menu{border-bottom:1px solid rgba(255,255,255,0.08);padding-bottom:25px;margin-bottom:25px}}.privacy{color:#fff}.privacy a,.privacy p{color:#fff;font-size:14px;margin-bottom:0}.copyright{font-size:14px;color:#959fa3}.copyright p{font-size:14px;color:#959fa3;margin-bottom:0}.newsletter-container{display:flex;flex-direction:column;height:180px;margin:15px auto;text-align:center;position:relative}@media only screen and (max-width: 767px){.newsletter-container{height:auto;padding:15px}}.newsletter-container form.subscribe-form{max-width:330px;margin:auto}@media only screen and (max-width: 767px){.newsletter-container form.subscribe-form{margin-top:15px;width:259px}}.newsletter-container h2{text-align:center;font-size:30px;margin-top:30px;font-family:"Lato Black"}@media only screen and (max-width: 767px){.newsletter-container h2{margin-top:15px;font-size:24px;margin-top:0;margin-bottom:10px}}.newsletter-container .copy{color:#656e73;font-size:16px}@media only screen and (max-width: 767px){.newsletter-container .copy{font-size:14px}}.newsletter-container .newsletter-signup{flex-shrink:0;margin:0 16px 0 0;font-family:"Lato Bold";font-size:22px;line-height:1;letter-spacing:0.3px;color:#fff}@media only screen and (max-width: 1199px){.newsletter-container .newsletter-signup{font-size:16px}}.newsletter-container .subscribe-form{margin:0}.newsletter-container .subscribe-form .subscribe-field{background-color:#fff;color:#1f2426}.newsletter-container .subscribe-form .subscribe-field::placeholder{color:#e3e7e8;font-size:14px;letter-spacing:0.3px;color:#1f2426}@media only screen and (max-width: 767px){.newsletter-container{flex-direction:column}.newsletter-container .newsletter-signup{margin:0 0 16px 0}}.footer-divider{width:946px;height:1px;background-color:#353f42;border:0;border-radius:4px;margin:0 auto 48px}.footer-top-logo{margin:0 0 32px;display:block}@media only screen and (max-width: 767px){.footer-top-logo{margin-bottom:24px}}.footer-nav{margin:0;justify-content:space-between;display:flex;flex:1}.footer-nav ul{margin:0;padding:0}.footer-nav li{list-style-type:none;margin:0}.footer-nav li a{opacity:1;color:white;font-family:"Lato Bold";font-size:16px;font-weight:bold;line-height:1.38;letter-spacing:0.3px;text-transform:unset}.footer-nav li ul a{color:white;opacity:0.66;font-family:"Lato Bold";font-size:14px;opacity:0.66;line-height:1.43;text-transform:unset}footer #fieldEmail{font-size:14px;border:1px solid #e3e7e8;box-shadow:none}@media only screen and (max-width: 767px){footer #fieldEmail{width:157px}}.banner-footer{padding:0}.banner-footer .emailcapture{min-height:200px;background-repeat:no-repeat;background-position:top center;background-size:cover}.banner-footer .odds-app{background-image:url("../images/footer/footer-appimage.svg");background-position:90% top;background-repeat:no-repeat;height:200px}@media only screen and (max-width: 1024px){.banner-footer .odds-app{margin-right:-50px;background-position:100% top}}@media only screen and (max-width: 992px){.banner-footer .odds-app{background-position:90% top;margin-right:0;padding:0 40px 31px 40px}}@media only screen and (max-width: 767px){.banner-footer .odds-app{padding:15px;background-image:none}}.banner-footer .odds-app h2{font-size:30px;color:#fff;text-transform:uppercase;font-family:"Lato Bold";font-weight:bold;margin-top:40px}@media only screen and (max-width: 767px){.banner-footer .odds-app h2{text-align:center;margin-top:0;padding:0 20px}}.banner-footer .odds-app p{color:#fff;font-family:"Lato Bold";font-weight:bold;font-size:16px;margin-bottom:15px}@media only screen and (max-width: 767px){.banner-footer .odds-app p{text-align:center}}.banner-footer .odds-app .buttons{display:flex}@media only screen and (max-width: 767px){.banner-footer .odds-app .buttons{display:block;float:left;width:100%}}.banner-footer .odds-app .buttons div{margin-right:15px}@media only screen and (max-width: 767px){.banner-footer .odds-app .buttons div{margin:0;float:left;width:50%;padding:0 10px}.banner-footer .odds-app .buttons div.googleplay{text-align:right;padding-left:0}.banner-footer .odds-app .buttons div img{max-width:140px}}footer.main-footer{padding-top:0}.footer-divider{background-color:transparent}.banner-container{background-position:left -2px;border-bottom:4px solid #d72429;background-image:linear-gradient(to right, #1f2426 50%, #b61e22 0%)}@media only screen and (max-width: 992px){.banner-container{background:none}}.banner-container:before{content:'';position:absolute;left:0;right:0;margin:0 auto;width:0;height:0;border-top:5px solid #f6f6f6;border-left:5px solid transparent;border-right:5px solid transparent}@media only screen and (max-width: 992px){.banner-container:before{border:none}}.banner-container .newsletter-container h2{font-family:"Lato Bold";font-size:30px;color:#fff;font-weight:bold}@media only screen and (max-width: 767px){.banner-container .newsletter-container h2{font-size:24px;height:30px;line-height:30px;text-align:center;margin-bottom:10px}}.banner-container .newsletter-container .copy{color:#e3e7e8;font-size:16px;line-height:1.6em}@media screen and (max-width: 1279px) and (min-width: 993px){.banner-container .newsletter-container .copy{font-size:15px}}@media only screen and (max-width: 1024px){.banner-container .newsletter-container .copy{font-size:16px}}@media only screen and (max-width: 767px){.banner-container .newsletter-container .copy{font-size:14px}}.banner-container .newsletter-container img{margin-bottom:15px;height:40px}@media only screen and (max-width: 767px){.banner-container .newsletter-container img{height:33px}}.banner-container .newsletter-container .subscribe-form{margin-top:15px}@media only screen and (max-width: 767px){.banner-container .newsletter-container .subscribe-form{margin-top:15px;max-width:290px}}.banner-container .newsletter-container .subscribe-form button.btn,.banner-container .newsletter-container .subscribe-form .search-form button.search-submit,.search-form .banner-container .newsletter-container .subscribe-form button.search-submit,.banner-container .newsletter-container .subscribe-form button.btn-subscribe{background-image:linear-gradient(to bottom, #16ba5e, #0a9547);border:1px solid transparent;color:#fff}.banner-container .newsletter-container .subscribe-form button.btn:hover,.banner-container .newsletter-container .subscribe-form .search-form button.search-submit:hover,.search-form .banner-container .newsletter-container .subscribe-form button.search-submit:hover,.banner-container .newsletter-container .subscribe-form button.btn-subscribe:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),linear-gradient(to bottom, #16ba5e, #0a9547)}.banner-container .engage{background-color:#b61e22;height:100px;text-align:right}.banner-container .engage .items{position:relative;top:50%;transform:translateY(-50%);height:30px}@media only screen and (max-width: 992px){.banner-container .engage .items{padding-left:50px;text-align:left}}@media only screen and (max-width: 767px){.banner-container .engage .items{transform:translateY(-60%);top:60%;padding-left:0;text-align:right}}.banner-container .engage img{display:inline-block;height:30px;margin-right:5px;position:relative;top:50%;transform:translateY(-50%);margin-top:-20px}.banner-container .engage h2{color:#fff;font-family:"Lato Bold";font-weight:bold;font-size:24px;text-transform:uppercase;text-align:right;line-height:1.58;display:inline-block;position:relative;top:50%;transform:translateY(-50%)}.banner-container .icons{flex:1;display:flex;align-items:center}.banner-container .icons a{text-decoration:none;flex:1}.banner-container .icons h2{display:none}.banner-container .icons .engage-link{width:80px;height:80px;display:flex;padding:20px}.banner-container .icons .sbdicon{height:80px;margin-right:25px;width:80px;border-radius:100%;color:#fff;border:2px solid #fff;transition:background-color 0.15s, border-color 0.15s}.banner-container .icons .sbdicon:hover{cursor:pointer;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25)}.banner-container .icons .icon-twitter{font-size:45px;margin-left:130px}.banner-container .icons .icon-twitter:hover{background-color:#049ff6;border-color:#049ff6}@media only screen and (max-width: 992px){.banner-container .icons .icon-twitter{margin-left:0}}.banner-container .icons .icon-facebook{font-size:40px}.banner-container .icons .icon-facebook:hover{background-color:#3b5998;border-color:#3b5998}.banner-container .icons .icon-instagram{font-size:40px}.banner-container .icons .icon-instagram:hover{background-color:#d62976;border-color:#d62976}.banner-container .icons .icon-plus{color:#fff;font-size:40px}@media screen and (max-width: 1279px) and (min-width: 993px){.banner-container .icons .icon-plus{text-align:center;margin-left:0}}@media only screen and (max-width: 992px){.banner-container .container{margin:auto;padding:0;width:100%}}.banner-footer{display:flex;position:relative}.banner-footer .odds-app{flex:1}.banner-footer .icons .social-icons{display:flex}@media only screen and (max-width: 1199px){.banner-footer:after{transform:translate(-50%, -50%) scale(0.6)}}@media only screen and (max-width: 992px){.banner-footer{flex-direction:column}.banner-footer .icons{background:#b61e22;margin:0;padding:20px 20px 20px 25px}.banner-footer .icons a{flex:unset;z-index:2}.banner-footer .icons .sbdicon{width:50px;height:50px;font-size:25px;margin-right:15px}.banner-footer .icons .engage-link{width:unset;height:unset;order:-1;padding:10px 30px 10px 0}.banner-footer .icons .engage-link h2{display:block;font-size:24px;color:#fff;text-transform:uppercase;display:flex;margin-left:10px;align-items:center}.banner-footer .icons .engage-link .icon-plus{font-size:25px}.banner-footer .icons .social-icons{margin-left:auto;text-align:right}.banner-footer .newsletter-container{width:60%;padding-left:40px;align-items:flex-start}.banner-footer:after{transform:translate(-50%, -50%);left:80%;top:55%}}@media only screen and (max-width: 767px){.banner-footer .emailcapture{min-height:260px}.banner-footer .icons{padding:20px;height:100px;justify-content:left}.banner-footer .icons .sbdicon{width:33px;height:33px;font-size:18px;margin-right:10px}.banner-footer .icons a:nth-child(3) .sbdicon{margin-right:0}.banner-footer .newsletter-container{width:100%;padding:0 20px;align-items:center;text-align:center}.banner-footer:after{transform:translate(-50%, -50%) scale(0.5);left:50%;top:75%}}.page-fullwidth,.page-about{margin-bottom:60px}.page-fullwidth p a,.page-about p a{color:#d72429}.page-fullwidth p a:hover,.page-about p a:hover{text-decoration:underline}.page-fullwidth img,.page-about img{max-width:100%;height:auto}.page-fullwidth figure,.page-about figure{max-width:100%}.page-fullwidth h2,.page-fullwidth h3,.page-fullwidth .related-post-details .related-title,.related-post-details .page-fullwidth .related-title,.page-about h2,.page-about h3,.page-about .related-post-details .related-title,.related-post-details .page-about .related-title{margin-top:30px;margin-bottom:20px}@media only screen and (max-width: 767px){.page-fullwidth h2,.page-fullwidth h3,.page-fullwidth .related-post-details .related-title,.related-post-details .page-fullwidth .related-title,.page-about h2,.page-about h3,.page-about .related-post-details .related-title,.related-post-details .page-about .related-title{margin-top:20px;margin-bottom:20px}}.page-fullwidth h4,.page-fullwidth h5,.page-fullwidth article.container .sidebar-related .sidebar-title,article.container .sidebar-related .page-fullwidth .sidebar-title,.page-fullwidth .sidebar-title,.page-fullwidth .schedule-listing .schedule-listing-date,.schedule-listing .page-fullwidth .schedule-listing-date,.page-fullwidth .schedule-page .schedule-listing-date,.schedule-page .page-fullwidth .schedule-listing-date,.page-fullwidth h6,.page-about h4,.page-about h5,.page-about article.container .sidebar-related .sidebar-title,article.container .sidebar-related .page-about .sidebar-title,.page-about .sidebar-title,.page-about .schedule-listing .schedule-listing-date,.schedule-listing .page-about .schedule-listing-date,.page-about .schedule-page .schedule-listing-date,.schedule-page .page-about .schedule-listing-date,.page-about h6{margin-top:30px;margin-bottom:15px}.page-template-template-full-width .main h2,.page-template-template-full-width .main h3,.page-template-template-full-width .main .related-post-details .related-title,.related-post-details .page-template-template-full-width .main .related-title{margin-top:30px;margin-bottom:20px}@media only screen and (max-width: 767px){.page-template-template-full-width .main h2,.page-template-template-full-width .main h3,.page-template-template-full-width .main .related-post-details .related-title,.related-post-details .page-template-template-full-width .main .related-title{margin-top:20px;margin-bottom:20px}}.page-template-template-full-width .main h4,.page-template-template-full-width .main h5,.page-template-template-full-width .main .sidebar-title,.page-template-template-full-width .main .schedule-listing .schedule-listing-date,.schedule-listing .page-template-template-full-width .main .schedule-listing-date,.page-template-template-full-width .main .schedule-page .schedule-listing-date,.schedule-page .page-template-template-full-width .main .schedule-listing-date,.page-template-template-full-width .main h6{margin-top:30px;margin-bottom:15px}.page-template-template-full-width .main ul{margin-left:40px;margin-top:20px;margin-bottom:20px}.page-id-39403 h2,.page-id-39289 h2{margin-bottom:10px}.page-id-39403 .content ul,.page-id-39403 ol,.page-id-39289 .content ul,.page-id-39289 ol{padding-left:30px;padding-top:10px}p img.aligncenter{margin:0 auto !important}.page-template-template-content-hub-subpage-with-comments main,.page-template-template-content-hub-futures-subpage main{background-color:#fff;border-radius:4px;padding-top:15px;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25)}@media only screen and (max-width: 1024px){.page-template-template-content-hub-subpage-with-comments main,.page-template-template-content-hub-futures-subpage main{margin-top:-60px}}@media only screen and (max-width: 992px){.page-template-template-content-hub-subpage-with-comments main,.page-template-template-content-hub-futures-subpage main{margin-top:-10px}}@media only screen and (max-width: 767px){.page-template-template-content-hub-subpage-with-comments main,.page-template-template-content-hub-futures-subpage main{border-radius:0}}.page-template-template-content-hub-subpage-with-comments main h1,.page-template-template-content-hub-futures-subpage main h1{color:#1f2426;font-family:"Lato Black";font-weight:900}.page-template-template-content-hub-subpage-with-comments main h2,.page-template-template-content-hub-subpage-with-comments main h3,.page-template-template-content-hub-subpage-with-comments main .related-post-details .related-title,.related-post-details .page-template-template-content-hub-subpage-with-comments main .related-title,.page-template-template-content-hub-futures-subpage main h2,.page-template-template-content-hub-futures-subpage main h3,.page-template-template-content-hub-futures-subpage main .related-post-details .related-title,.related-post-details .page-template-template-content-hub-futures-subpage main .related-title{margin-top:30px;margin-bottom:20px}@media only screen and (max-width: 767px){.page-template-template-content-hub-subpage-with-comments main h2,.page-template-template-content-hub-subpage-with-comments main h3,.page-template-template-content-hub-subpage-with-comments main .related-post-details .related-title,.related-post-details .page-template-template-content-hub-subpage-with-comments main .related-title,.page-template-template-content-hub-futures-subpage main h2,.page-template-template-content-hub-futures-subpage main h3,.page-template-template-content-hub-futures-subpage main .related-post-details .related-title,.related-post-details .page-template-template-content-hub-futures-subpage main .related-title{margin-top:20px;margin-bottom:20px}}.page-template-template-content-hub-subpage-with-comments main h4,.page-template-template-content-hub-subpage-with-comments main h5,.page-template-template-content-hub-subpage-with-comments main .sidebar-title,.page-template-template-content-hub-subpage-with-comments main .schedule-listing .schedule-listing-date,.schedule-listing .page-template-template-content-hub-subpage-with-comments main .schedule-listing-date,.page-template-template-content-hub-subpage-with-comments main .schedule-page .schedule-listing-date,.schedule-page .page-template-template-content-hub-subpage-with-comments main .schedule-listing-date,.page-template-template-content-hub-subpage-with-comments main h6,.page-template-template-content-hub-futures-subpage main h4,.page-template-template-content-hub-futures-subpage main h5,.page-template-template-content-hub-futures-subpage main .sidebar-title,.page-template-template-content-hub-futures-subpage main .schedule-listing .schedule-listing-date,.schedule-listing .page-template-template-content-hub-futures-subpage main .schedule-listing-date,.page-template-template-content-hub-futures-subpage main .schedule-page .schedule-listing-date,.schedule-page .page-template-template-content-hub-futures-subpage main .schedule-listing-date,.page-template-template-content-hub-futures-subpage main h6{margin-top:30px;margin-bottom:15px}.page-template-template-content-hub-subpage-with-comments .background-header--standard,.page-template-template-content-hub-futures-subpage .background-header--standard{height:210px}@media only screen and (max-width: 1024px){.page-template-template-content-hub-subpage-with-comments .background-header--standard,.page-template-template-content-hub-futures-subpage .background-header--standard{height:100px}}@media only screen and (max-width: 767px){.page-template-template-content-hub-subpage-with-comments .background-header--standard,.page-template-template-content-hub-futures-subpage .background-header--standard{height:80px}}.page-template-template-content-hub-subpage-with-comments .background-header__mask,.page-template-template-content-hub-futures-subpage .background-header__mask{height:100px}.page-template-template-content-hub-subpage-with-comments .hero-header-standard-container,.page-template-template-content-hub-futures-subpage .hero-header-standard-container{padding:20px 15px 0 15px}.page-template-template-content-hub-subpage-with-comments .social-comments .disqus-comment-count,.page-template-template-content-hub-futures-subpage .social-comments .disqus-comment-count{height:35px}.page-template-template-content-hub-subpage-with-comments .social-comments span.fb_comments_count,.page-template-template-content-hub-futures-subpage .social-comments span.fb_comments_count{height:35px;width:57.25px}@media only screen and (max-width: 1234px){.page-template-template-content-hub-subpage-with-comments .social-comments,.page-template-template-content-hub-futures-subpage .social-comments{width:57.25px}}.category .category-content-container,.page-template-template-editorial .page-editorial-container,.author .author-content-container{background-color:#fff;border-radius:4px;padding:30px;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);margin-bottom:30px}@media only screen and (max-width: 767px){.category .category-content-container,.page-template-template-editorial .page-editorial-container,.author .author-content-container{border-radius:0;box-shadow:none;padding:15px 0}}.page-template-template-about main,.page-template-template-contact main,.page-template-template-faq main,.page-template-template-full-width main,.page-template-template-content-hub-subpage main,.page-template-template-content-hub-no-sidebar main,.page-template-template-sportsbetting-archive main,.page-template-template-with-sidebar main,.page-template-template-content-region-sportsbook main,.error404 main,.search main{background-color:#fff;border-radius:4px;padding:30px;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);margin-bottom:30px}@media only screen and (max-width: 767px){.page-template-template-about main,.page-template-template-contact main,.page-template-template-faq main,.page-template-template-full-width main,.page-template-template-content-hub-subpage main,.page-template-template-content-hub-no-sidebar main,.page-template-template-sportsbetting-archive main,.page-template-template-with-sidebar main,.page-template-template-content-region-sportsbook main,.error404 main,.search main{border-radius:0;box-shadow:none;padding:15px}}.page-template-template-about .background-header--standard,.page-template-template-contact .background-header--standard,.page-template-template-faq .background-header--standard,.page-template-template-full-width .background-header--standard,.page-template-template-content-hub-subpage .background-header--standard,.page-template-template-content-hub-no-sidebar .background-header--standard,.page-template-template-sportsbetting-archive .background-header--standard,.page-template-template-with-sidebar .background-header--standard,.page-template-template-content-region-sportsbook .background-header--standard,.error404 .background-header--standard,.search .background-header--standard{height:210px}@media only screen and (max-width: 992px){.page-template-template-about .background-header--standard,.page-template-template-contact .background-header--standard,.page-template-template-faq .background-header--standard,.page-template-template-full-width .background-header--standard,.page-template-template-content-hub-subpage .background-header--standard,.page-template-template-content-hub-no-sidebar .background-header--standard,.page-template-template-sportsbetting-archive .background-header--standard,.page-template-template-with-sidebar .background-header--standard,.page-template-template-content-region-sportsbook .background-header--standard,.error404 .background-header--standard,.search .background-header--standard{height:110px}}.page-template-template-about .background-header__mask,.page-template-template-contact .background-header__mask,.page-template-template-faq .background-header__mask,.page-template-template-full-width .background-header__mask,.page-template-template-content-hub-subpage .background-header__mask,.page-template-template-content-hub-no-sidebar .background-header__mask,.page-template-template-sportsbetting-archive .background-header__mask,.page-template-template-with-sidebar .background-header__mask,.page-template-template-content-region-sportsbook .background-header__mask,.error404 .background-header__mask,.search .background-header__mask{height:100px}.page-template-template-about .hero-header-standard-container,.page-template-template-contact .hero-header-standard-container,.page-template-template-faq .hero-header-standard-container,.page-template-template-full-width .hero-header-standard-container,.page-template-template-content-hub-subpage .hero-header-standard-container,.page-template-template-content-hub-no-sidebar .hero-header-standard-container,.page-template-template-sportsbetting-archive .hero-header-standard-container,.page-template-template-with-sidebar .hero-header-standard-container,.page-template-template-content-region-sportsbook .hero-header-standard-container,.error404 .hero-header-standard-container,.search .hero-header-standard-container{padding:20px 15px 0 15px}.page-template-template-full-width main{box-shadow:none}.page-template-template-about main,.page-template-template-contact main{margin-bottom:0;z-index:1}.page-template-template-about .social-contact,.page-template-template-contact .social-contact{margin:0}@media only screen and (max-width: 1024px){.page-template-template-about .content,.page-template-template-contact .content{display:flex;flex-direction:column}.page-template-template-about .content main,.page-template-template-contact .content main{order:1}.page-template-template-about .content aside,.page-template-template-contact .content aside{order:3;margin-top:40px}.page-template-template-about .content .social-contact,.page-template-template-contact .content .social-contact{order:2}}.byline.author,.updated-at{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;color:#959fa3;margin:14px 0 28px 0}.byline.author a,.updated-at a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.byline.author,.updated-at{font-size:12px;line-height:1.83}}.byline.author img,.updated-at img{height:26px;width:26px;box-shadow:inset 0 1px 1px 0 rgba(0,0,0,0.13);border-radius:50%}.byline.author a,.updated-at a{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;color:#b61e22;font-family:"Lato Bold";font-weight:700}.byline.author a a,.updated-at a a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.byline.author a,.updated-at a{font-size:12px;line-height:1.83}}.article-breadcrumbs .breadcrumb{padding:20px 0}body.single-post .wrap .content aside:before{display:none}html .category .background-header--standard,html .author .background-header--standard,html .page-template-template-editorial .background-header--standard,html .single-post .background-header--standard{height:210px}@media only screen and (max-width: 992px){html .category .background-header--standard,html .author .background-header--standard,html .page-template-template-editorial .background-header--standard,html .single-post .background-header--standard{height:100px}}@media only screen and (max-width: 767px){html .category .background-header--standard,html .author .background-header--standard,html .page-template-template-editorial .background-header--standard,html .single-post .background-header--standard{height:60px}}html .category .background-header__mask,html .author .background-header__mask,html .page-template-template-editorial .background-header__mask,html .single-post .background-header__mask{height:100px}@media only screen and (max-width: 992px){html .category .background-header__mask,html .author .background-header__mask,html .page-template-template-editorial .background-header__mask,html .single-post .background-header__mask{height:40px}}@media only screen and (max-width: 767px){html .category .hero-header-standard-container,html .author .hero-header-standard-container,html .page-template-template-editorial .hero-header-standard-container,html .single-post .hero-header-standard-container{padding:0}}html .hero-header-standard-container{padding:20px 15px 0 15px}@media only screen and (max-width: 767px){html .hero-header-standard-container{padding:0}}.type-post .article-content-container{background-color:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);border-radius:2px;padding:20px;margin-bottom:20px}@media only screen and (max-width: 992px){.type-post .article-content-container{padding:15px;border:none;box-shadow:none}}@media only screen and (max-width: 767px){.type-post .article-content-container{margin-top:15px;padding:0}}.type-post .article-content-container h1{color:#1f2426;font-family:"Lato Black";font-weight:900}.type-post .article-content-container header{position:relative}.type-post .article-content-container .post-snippet-meta{margin-bottom:20px}@media only screen and (max-width: 767px){.type-post .article-content-container .post-snippet-meta{margin-bottom:10px}}.type-post .article-content-container .fb-comments{margin:0 -8px}.type-post .article-content-container .social-elements-mobile{display:none}.type-post .article-content-container .social-elements-desktop{align-items:center;display:flex;flex-direction:column-reverse}.type-post .article-content-container .social-elements{position:absolute;top:45px;left:-97px}@media only screen and (max-width: 1350px){.type-post .article-content-container .social-elements{right:0;left:unset;flex-direction:initial}.type-post .article-content-container .social-elements.social-elements-desktop{display:none}.type-post .article-content-container .social-elements.social-elements-mobile{display:flex;bottom:-6px;top:unset;margin:0;align-items:center}.type-post .article-content-container .social-elements.social-elements-mobile .social-circle-icon{margin:0 12px 0 0}.type-post .article-content-container .social-elements.social-elements-mobile .social-circle-icon a:hover{text-decoration:none}.type-post .article-content-container .social-elements.social-elements-mobile .social-comments{margin:0}.type-post .article-content-container .social-elements.social-elements-mobile .social-comments .fb_comments_count{font-weight:bold;font-family:"Lato Bold";font-size:18px}.type-post .article-content-container .social-elements.social-elements-mobile .social-circle-icon .sbdicon{width:30px;padding:0;display:flex;align-items:center;justify-content:center;height:30px;font-size:14px}}@media only screen and (max-width: 767px){.type-post .article-content-container .social-elements.social-elements-mobile{position:relative;border-top:1px solid #e3e7e8;width:100%;padding:15px 0 20px;z-index:1}.type-post .article-content-container .social-elements.social-elements-mobile .social-comments{margin-left:auto;display:flex;align-items:center}.type-post .article-content-container .social-elements.social-elements-mobile .social-comments>span{margin-left:8px}}.type-post .image-credit,.type-post .wp-caption-text,.type-post .entry-content .thumbnail .wp-caption-text,.type-post .entry-content .wp-caption .wp-caption-text{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:12px;line-height:1.5;text-align:center;color:#959fa3;padding:15px 10px}.type-post .image-credit a,.type-post .wp-caption-text a,.type-post .entry-content .thumbnail .wp-caption-text a,.type-post .entry-content .wp-caption .wp-caption-text a{font-family:"Lato Regular"}.type-post .image-credit a,.type-post .wp-caption-text a,.type-post .entry-content .thumbnail .wp-caption-text a,.type-post .entry-content .wp-caption .wp-caption-text a{color:#b61e22}.type-post p a,.type-post a{color:#d72429}.type-post p a:hover,.type-post a:hover{text-decoration:underline}.type-post .entry-content{padding-bottom:60px;position:relative}.type-post .entry-content .thumbnail,.type-post .entry-content .wp-caption,.type-post .entry-content .wp-caption{border:none;padding:0px}.type-post .entry-content .thumbnail .wp-caption-text,.type-post .entry-content .wp-caption .wp-caption-text,.type-post .entry-content .wp-caption .wp-caption-text{padding:15px 10px}.type-post .entry-content h2,.type-post .entry-content h3,.type-post .entry-content .related-post-details .related-title,.related-post-details .type-post .entry-content .related-title{margin-top:30px;margin-bottom:20px}@media only screen and (max-width: 767px){.type-post .entry-content h2,.type-post .entry-content h3,.type-post .entry-content .related-post-details .related-title,.related-post-details .type-post .entry-content .related-title{margin-top:20px;margin-bottom:20px}}.type-post .entry-content h4,.type-post .entry-content h5,.type-post .entry-content .sidebar-title,.type-post .entry-content .schedule-listing .schedule-listing-date,.schedule-listing .type-post .entry-content .schedule-listing-date,.type-post .entry-content .schedule-page .schedule-listing-date,.schedule-page .type-post .entry-content .schedule-listing-date,.type-post .entry-content h6{margin-top:30px;margin-bottom:15px}.type-post .entry-content h2+h3,.type-post .entry-content .related-post-details h2+.related-title,.related-post-details .type-post .entry-content h2+.related-title,.type-post .entry-content h3+h4,.type-post .entry-content .related-post-details .related-title+h4,.related-post-details .type-post .entry-content .related-title+h4{margin-top:0}.type-post .entry-content ul li strong,.type-post .entry-content .image-credit a,.type-post .entry-content .wp-caption-text a,.type-post .entry-content .thumbnail .wp-caption-text a,.type-post .entry-content .wp-caption .wp-caption-text a{font-family:"Lato Bold";font-weight:bold}.type-post .entry-content .image-credit+ul li strong,.type-post .entry-content .wp-caption-text+ul li strong,.type-post .entry-content .thumbnail .wp-caption-text+ul li strong,.type-post .entry-content .wp-caption .wp-caption-text+ul li strong,.type-post .entry-content ul li{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-family:"Lato Bold";font-weight:bold}.type-post .entry-content .image-credit+ul li strong a,.type-post .entry-content .wp-caption-text+ul li strong a,.type-post .entry-content .thumbnail .wp-caption-text+ul li strong a,.type-post .entry-content .wp-caption .wp-caption-text+ul li strong a,.type-post .entry-content ul li a{font-family:"Lato Regular"}.type-post .entry-content .wp-caption,.type-post .entry-content .wp-caption img{max-width:100% !important;height:auto !important}.type-post .author-article-bio{background-color:#f2f4f5;border-top:1px solid #e3e7e8;border-bottom:1px solid #e3e7e8;margin:0 -20px 20px;padding:20px;display:flex;position:relative}.type-post .author-article-bio .article-bio-container{flex:1;margin-left:20px}.type-post .author-article-bio .author-bio-img img{width:100px;height:auto;border-bottom:4px solid #b61e22}.type-post .author-article-bio .author-bio-badges{display:flex;flex-wrap:wrap;margin-bottom:12px}.type-post .author-article-bio .author-bio-occupation{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;margin:6px 0 0 0;color:#b61e22;text-transform:uppercase;font-weight:bold;font-family:"Lato Bold";display:flex;align-items:center}.type-post .author-article-bio .author-bio-occupation a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.type-post .author-article-bio .author-bio-occupation{font-size:12px;line-height:1.83}}.type-post .author-article-bio .author-bio-badge{margin:6px 8px 0 0;text-transform:uppercase;font-family:"Lato Bold";font-weight:bold;font-size:11px;line-height:0;letter-spacing:0.5px;display:flex;justify-content:center;align-items:center;padding:0 12px;height:20px;display:flex;justify-content:center;color:#fff;position:relative;z-index:1}.type-post .author-article-bio .author-bio-badge:before{content:'';position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;transform:skew(-12deg);box-shadow:1px 2px 6px 0 rgba(0,0,0,0.4);background-color:#656e73}.type-post .author-article-bio .author-bio-badge:first-of-type{margin-left:0}.type-post .author-article-bio .author-bio-badge:nth-last-of-type(2){margin-right:10px}.type-post .author-article-bio .name{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:28px;line-height:1.43;color:#353f42}@media only screen and (max-width: 767px){.type-post .author-article-bio .name{font-size:26px;line-height:1.31}}.type-post .author-article-bio .description p{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;margin:0}.type-post .author-article-bio .description p a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.type-post .author-article-bio .description p{font-size:12px;line-height:1.83}}.type-post .author-article-bio .social-accounts{position:absolute;top:20px;right:20px}.type-post .author-article-bio .social-accounts span{margin-left:10px}.type-post .author-article-bio .social-accounts span i{font-size:20px}.type-post .author-article-bio .social-accounts span a:hover{text-decoration:none}@media only screen and (max-width: 767px){.type-post .author-article-bio .social-accounts{top:15px;right:15px}}@media only screen and (max-width: 992px){.type-post .author-article-bio{margin:0 0 30px;border:1px solid #e3e7e8}}@media only screen and (max-width: 767px){.type-post .author-article-bio{margin:0 -15px 40px;border-left:none;border-right:none;padding:15px;display:block}.type-post .author-article-bio .author-bio-img img{width:48px;margin-right:10px;display:block;float:left}.type-post .author-article-bio .author-bio-occupation{margin:0 0 6px 0}.type-post .author-article-bio .article-bio-container{margin-left:10px}}.discussion-header{padding-bottom:12px;border-bottom:1px solid #e3e7e8;margin-bottom:12px}.discussion-header span{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:20px;line-height:1.6}@media only screen and (max-width: 767px){.discussion-header span{font-size:20px;line-height:1.3}}.discussion-header p{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;color:#656e73}.discussion-header p a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.discussion-header p{font-size:12px;line-height:1.83}}@media only screen and (max-width: 767px){.discussion-header{border-bottom:0;padding-bottom:0}}.page-template iframe,.post-template-default iframe,.page-template img,.post-template-default img,.page-template figure{max-width:100% !important}.page-template figure.wp-caption{width:100% !important}.twitter-tweet{margin:auto;padding:40px 0}@media only screen and (max-width: 767px){.twitter-tweet{padding:30px 0}}img[src*="bm.adentifi"]{display:flex}body#tinymce{margin:12px !important}.dropdown-menu{box-shadow:0 2px 12px rgba(0,0,0,0.25)}.navbar-nav>li>a,.navbar-nav>li>.span-menu{padding:10px 0 0 0;margin:0 8px}.navbar-nav>li>.span-menu{display:block}.nav.navbar-nav.navbar-right{display:flex;align-items:right;margin-top:9px}@media only screen and (max-width: 1280px){.nav.navbar-nav.navbar-right{margin-top:6px}}.navbar-nav.navbar-right .nav-item a.facebook-like-button{padding:0;margin-right:10px}.navbar-menu-icon{font-size:21px}.navbar-button-text{position:relative;letter-spacing:0.2px;display:flex;text-transform:capitalize;align-items:center}.nav li{margin-bottom:0px;list-style:none}.nav>li>a:focus,.nav>li>a:hover,.nav>li>.span-menu:hover,.nav>li>.span-menu:focus{background-color:transparent;cursor:pointer}.nav>li.menu-item-has-children:focus,.nav>li.menu-item-has-children:hover{box-shadow:0 1px 12px 0 rgba(31,36,38,0.25);background-color:#000;color:#fff;text-decoration:none;border-bottom:3px solid transparent}.nav>li.menu-item-has-children:focus .dropdown-menu .menu-item,.nav>li.menu-item-has-children:hover .dropdown-menu .menu-item{margin-left:8px;padding:0}.nav>li.menu-item-has-children:focus .dropdown-menu .menu-item a,.nav>li.menu-item-has-children:hover .dropdown-menu .menu-item a{font-size:14px;padding:8px 16px 8px 8px;border-bottom:0}.nav>li.menu-item-has-children:focus .dropdown-menu .menu-item li:first-child,.nav>li.menu-item-has-children:hover .dropdown-menu .menu-item li:first-child{border-top-right-radius:2px}.nav>li.menu-item-has-children:focus .dropdown-menu .menu-item li:last-child,.nav>li.menu-item-has-children:hover .dropdown-menu .menu-item li:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.nav>li.menu-item-has-children:focus .dropdown-menu .capitalize a,.nav>li.menu-item-has-children:hover .dropdown-menu .capitalize a{padding:0}.nav>li.menu-item-has-children:focus .dropdown-menu .menu-item-has-children:hover a,.nav>li.menu-item-has-children:hover .dropdown-menu .menu-item-has-children:hover a{border-bottom:0;background-color:transparent}@media only screen and (min-width: 993px){.nav>li.menu-item-has-children:focus .dropdown-menu .menu-item-has-children:hover>a:after,.nav>li.menu-item-has-children:focus .dropdown-menu .menu-item-has-children:hover>.span-menu:after,.nav>li.menu-item-has-children:hover .dropdown-menu .menu-item-has-children:hover>a:after,.nav>li.menu-item-has-children:hover .dropdown-menu .menu-item-has-children:hover>.span-menu:after{font-family:"sbdicons";content:'\e800';float:right;color:#d72429}}@media only screen and (min-width: 1280px){.nav>li.menu-item-has-children:focus,.nav>li.menu-item-has-children:hover{padding-bottom:10px}.nav>li.menu-item-has-children:focus:after,.nav>li.menu-item-has-children:hover:after{width:210px;height:4px;display:block;background-color:#d72429;content:" ";position:absolute;bottom:0;left:0;z-index:99999}.caret-right{display:none}}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:transparent}#menu-primary-navigation>.menu-item-has-children:hover,.logged-in-primary:hover{text-decoration:none;border-bottom:4px solid transparent}#menu-primary-navigation>.menu-item-has-children:hover a.dropdown-toggle>.caret,#menu-primary-navigation>.menu-item-has-children:hover .span-menu.dropdown-toggle>.caret,.logged-in-primary:hover a.dropdown-toggle>.caret,.logged-in-primary:hover .span-menu.dropdown-toggle>.caret{transition:transform 0.15s ease;transform:rotate(180deg)}#menu-primary-navigation>li.menu-item>a,#menu-primary-navigation>li.menu-item>.span-menu{text-transform:uppercase}#menu-primary-navigation>li.menu-item>a .caret,#menu-primary-navigation>li.menu-item>.span-menu .caret{margin-left:10px}#menu-primary-navigation,#menu-sbdplus{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex:1;margin-top:6px;padding:0}@media only screen and (max-width: 1024px){#menu-primary-navigation,#menu-sbdplus{margin-top:0}}#menu-primary-navigation>li,#menu-sbdplus>li{position:relative}#menu-primary-navigation>li:hover,#menu-sbdplus>li:hover{border-radius:4px 4px 0 0;border-bottom:4px solid #d72429}@media only screen and (min-width: 993px){#menu-primary-navigation li.menu-item ul.dropdown-menu li.menu-item-has-children>a:after,#menu-primary-navigation li.menu-item ul.dropdown-menu li.menu-item-has-children .span-menu:after,#menu-sbdplus li.menu-item ul.dropdown-menu li.menu-item-has-children>a:after,#menu-sbdplus li.menu-item ul.dropdown-menu li.menu-item-has-children .span-menu:after{font-family:"sbdicons";content:"\e807";float:right;color:#fff}}#menu-primary-navigation li.menu-item ul.dropdown-menu li.menu-item-has-children:hover>a,#menu-sbdplus li.menu-item ul.dropdown-menu li.menu-item-has-children:hover>a{color:#d72429;cursor:pointer}@media only screen and (min-width: 993px){#menu-primary-navigation li.menu-item ul.dropdown-menu li.menu-item-has-children:hover>a,#menu-sbdplus li.menu-item ul.dropdown-menu li.menu-item-has-children:hover>a{color:#d72429;cursor:pointer}#menu-primary-navigation li.menu-item ul.dropdown-menu li.menu-item-has-children:hover>a:before,#menu-primary-navigation li.menu-item ul.dropdown-menu li.menu-item-has-children:hover>.span-menu:before,#menu-sbdplus li.menu-item ul.dropdown-menu li.menu-item-has-children:hover>a:before,#menu-sbdplus li.menu-item ul.dropdown-menu li.menu-item-has-children:hover>.span-menu:before{font-family:"sbdicons";content:"\f178";display:inline-block;padding-right:3px;vertical-align:middle;font-weight:900;color:#d72429}#menu-primary-navigation li.menu-item ul.dropdown-menu li.menu-item-has-children:hover>a:after,#menu-primary-navigation li.menu-item ul.dropdown-menu li.menu-item-has-children:hover>.span-menu:after,#menu-sbdplus li.menu-item ul.dropdown-menu li.menu-item-has-children:hover>a:after,#menu-sbdplus li.menu-item ul.dropdown-menu li.menu-item-has-children:hover>.span-menu:after{font-family:"sbdicons";content:'\e800';float:right;color:#d72429}}#menu-primary-navigation li.menu-item ul.dropdown-menu li.menu-item-has-children:hover>a,#menu-sbdplus li.menu-item ul.dropdown-menu li.menu-item-has-children:hover>a{text-decoration:none;background-color:transparent}#menu-primary-navigation li.menu-item ul.dropdown-menu li.menu-item-has-children li.menu-item-has-children:hover>a,#menu-sbdplus li.menu-item ul.dropdown-menu li.menu-item-has-children li.menu-item-has-children:hover>a{text-decoration:none}@media only screen and (max-width: 1280px){#menu-primary-navigation li.menu-item ul.dropdown-menu li.menu-item:hover>a,#menu-sbdplus li.menu-item ul.dropdown-menu li.menu-item:hover>a{background:transparent;text-decoration:none}#menu-primary-navigation li.menu-item ul.dropdown-menu li.menu-item-has-children li.menu-item-has-children:hover>a,#menu-sbdplus li.menu-item ul.dropdown-menu li.menu-item-has-children li.menu-item-has-children:hover>a{background:transparent;text-decoration:none}}#menu-primary-navigation .subnav ul.dropdown-menu,#menu-sbdplus .subnav ul.dropdown-menu{background-color:#fafafa;display:inline-block;background-color:#000;border-radius:0 4px 4px 0;z-index:-10}#menu-primary-navigation .subnav ul.dropdown-menu:before,#menu-sbdplus .subnav ul.dropdown-menu:before{width:20px;border-radius:0 0 0 4px;content:" ";position:absolute;top:0;left:-20px}#menu-primary-navigation .subnav ul.dropdown-menu li a,#menu-sbdplus .subnav ul.dropdown-menu li a{text-transform:capitalize;color:#fff;background-color:transparent}#menu-primary-navigation .subnav ul.dropdown-menu .subnav ul.dropdown-menu::before,#menu-sbdplus .subnav ul.dropdown-menu .subnav ul.dropdown-menu::before{background-color:#fafafa}#menu-primary-navigation .subnav ul.dropdown-menu .subnav ul.dropdown-menu,#menu-sbdplus .subnav ul.dropdown-menu .subnav ul.dropdown-menu{background:#fff}.navbar-nav .dropdown-menu li:focus a:focus,.navbar-nav .dropdown-menu li:focus a:hover,.navbar-nav .dropdown-menu li:hover a:focus,.navbar-nav .dropdown-menu li:hover a:hover{border-bottom:0}.navbar-right>li:focus>a,.navbar-right>li:hover>a,footer .nav>li:focus>a,footer .nav>li:hover>a{border-bottom:0}div.navbar-right>.nav-item>a{margin:0 7px}.navbar,.navbar-brand{padding:0;margin:0;min-height:inherit}.navbar-brand .black-menu{display:block}.mobile-expanded-menu .navbar-brand .black-menu{display:none}.navbar-brand .black-menu img,.navbar-brand .white-menu img{height:34px;align-items:center;margin-right:auto;margin-left:auto}.navbar{margin:0 15px}@media only screen and (min-width: 1280px){#menu-primary-navigation{max-height:33px}.navbar{margin:0 60px}.navbar .menu-item-has-children>div.mobile-expander,.navbar .navbar-header>div.search-primary{display:none}.navbar-brand{padding-right:60px}}.navbar-nav .current-menu-item .dropdown-menu .menu-item a{border-bottom:none}.navbar-nav .current-menu-parent .dropdown-menu .current-menu-item a,.navbar-nav .current-menu-parent .dropdown-menu .menu-item a,.navbar-nav .current-menu-parent .dropdown-menu .current-menu-parent a,.navbar-nav .current-menu-ancestor .dropdown-menu .current-menu-item a,.navbar-nav .current-menu-ancestor .dropdown-menu .menu-item a,.navbar-nav .current-menu-ancestor .dropdown-menu .current-menu-parent a{border:none;background-color:transparent}@media only screen and (min-width: 1280px){.menu-item{padding-left:0;padding-right:30px}}.menu-item{padding-left:0}.menu-item a,.menu-item>.span-menu{font-family:"Lato Bold";font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;letter-spacing:0.5px;color:#1f2426;padding:0;padding-top:2px}#menu-primary-navigation .dropdown-menu,.search-and-sbdplus .dropdown-menu{display:block;margin-top:0;border-radius:0 4px 4px 4px;border:0;overflow:visible;min-width:180px}#menu-primary-navigation .dropdown-menu .dropdown .dropdown-menu,.search-and-sbdplus .dropdown-menu .dropdown .dropdown-menu{display:none}#menu-primary-navigation .dropdown-menu .dropdown:hover>.dropdown-menu,.search-and-sbdplus .dropdown-menu .dropdown:hover>.dropdown-menu{display:block;margin-top:-5px}#menu-primary-navigation .dropdown-menu .dropdown-menu,.search-and-sbdplus .dropdown-menu .dropdown-menu{display:block;left:100%;top:0%}#menu-primary-navigation .dropdown-menu .dropdown-menu li,.search-and-sbdplus .dropdown-menu .dropdown-menu li{list-style:none}.navbar-header{padding:7px 5px}.navbar-header .navbar-toggle{font-family:"Lato Bold";font-size:13px;font-weight:bold;font-style:normal;font-stretch:normal;letter-spacing:0.4px;text-align:center;color:#fff;float:right;line-height:0;text-transform:uppercase;margin:0;padding:0;height:22px}.navbar-header .collapsed{color:#1f2426}@media only screen and (max-width: 1279px){.navbar-header{display:flex;margin-top:3%}.navbar-header .navbar-toggle{border:0}.navbar-header .navbar-brand{flex:1}}.navbar-collapse{box-shadow:none}.is-visible{display:block}.navbar-collapse.in{overflow:hidden}@media only screen and (max-width: 1279px){.nav>li.menu-item-has-children:focus .dropdown-menu .menu-item,.nav>li.menu-item-has-children .dropdown-menu .menu-item{padding:0px;color:#d72429}.navbar-nav .current-menu-item a{border-bottom:transparent}.navbar .menu-item-has-children>a.dropdown-toggle>span.caret,.navbar div.navbar-header>ul.nav{display:none;color:#d72429}html header.mobile-expanded-menu{height:105vh;min-height:105vh;overflow:auto;color:#fff;z-index:11;background:#000;position:absolute;width:100%}html header.mobile-expanded-menu .icon-search{height:19px;color:#fff;width:19px;opacity:0.4}html header.mobile-expanded-menu .container-fluid .navbar{display:block}}@media only screen and (max-width: 1279px) and (max-width: 1280px){html header.mobile-expanded-menu .container-fluid .navbar{height:929px}}@media only screen and (max-width: 1279px) and (max-width: 767px){html header.mobile-expanded-menu .container-fluid .navbar{height:686px}}@media only screen and (max-width: 1279px){html header.mobile-expanded-menu .container-fluid .navbar .navbar-header .navbar-menu-icon{margin:0}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse{border-radius:0 0 4px 4px;padding:0px;margin-bottom:20px}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus{overflow:hidden;max-width:100%;margin:auto}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li.menu-item,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li.menu-item,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li.menu-item{padding-right:0}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li.menu-item li.menu-item>a,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li.menu-item li.menu-item>a,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li.menu-item li.menu-item>a{display:block}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li.menu-item li.menu-item-has-children>a,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li.menu-item li.menu-item-has-children>a,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li.menu-item li.menu-item-has-children>a{display:inline-block}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li.menu-item:hover,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li.menu-item:hover,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li.menu-item:hover{border-bottom:0}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li{width:100%;box-shadow:inset 0 -1px 0 0 #353f42;position:relative;margin:0;background-color:transparent}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li a,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li .span-menu,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li a,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li .span-menu,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li a,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li .span-menu{color:#fff;font-size:12px;letter-spacing:0.3px;margin:0;padding:12px 0 14px 0;border-bottom-color:transparent;border-bottom:0;display:inline-block}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li a::before,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li a::after,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li .span-menu::before,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li .span-menu::after,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li a::before,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li a::after,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li .span-menu::before,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li .span-menu::after,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li a::before,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li a::after,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li .span-menu::before,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li .span-menu::after{content:'';padding-right:0}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li a i.icon-right,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li .span-menu i.icon-right,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li a i.icon-right,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li .span-menu i.icon-right,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li a i.icon-right,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li .span-menu i.icon-right{margin-right:5px}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li a:visited,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li a:focus,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li .span-menu:visited,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li .span-menu:focus,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li a:visited,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li a:focus,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li .span-menu:visited,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li .span-menu:focus,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li a:visited,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li a:focus,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li .span-menu:visited,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li .span-menu:focus{background:transparent}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li .mobile-expander,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li .mobile-expander,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li .mobile-expander{width:20%;height:49px;position:absolute;top:0;right:0;z-index:1}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li .mobile-expander .caret,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li .mobile-expander .caret,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li .mobile-expander .caret{display:block;position:absolute;right:24px;top:12px;border:0}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li .mobile-expander .caret::before,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li .mobile-expander .caret::before,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li .mobile-expander .caret::before{color:#fff;content:'\e807';font-family:"sbdicons";font-weight:900;font-size:12px}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li .mobile-expander .caret.expanded-caret::before,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li .mobile-expander .caret.expanded-caret::before,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li .mobile-expander .caret.expanded-caret::before{content:'\e800';color:#d72429}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li .mobile-expander .caret.expanded-caret,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li .mobile-expander .caret.expanded-caret,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li .mobile-expander .caret.expanded-caret{color:#d72429;background-image:url("../images/cancel.png") !important}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li li.open>ul,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation li li.open>div,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li li.open>ul,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus li li.open>div,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li li.open>ul,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li li.open>div{display:block;color:#d72429}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation .dropdown .dropdown-menu,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus .dropdown .dropdown-menu,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus .dropdown .dropdown-menu{margin:0;margin-top:0;position:initial;width:100%;text-align:center;border:none;float:none;clear:both}}@media only screen and (max-width: 1279px) and (max-width: 1024px){html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation .dropdown .dropdown-menu,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus .dropdown .dropdown-menu,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus .dropdown .dropdown-menu{background:transparent}}@media only screen and (max-width: 1279px){html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation .dropdown .dropdown-menu.show,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus .dropdown .dropdown-menu.show,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus .dropdown .dropdown-menu.show{border-top:1px solid #353f42;border-radius:0}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation .dropdown .dropdown-menu.show li a,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus .dropdown .dropdown-menu.show li a,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus .dropdown .dropdown-menu.show li a{box-shadow:none;border-bottom:0}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation .dropdown .dropdown-menu.show li .dropdown-menu.show,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus .dropdown .dropdown-menu.show li .dropdown-menu.show,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus .dropdown .dropdown-menu.show li .dropdown-menu.show{border-top:0}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation .dropdown .dropdown-menu li.menu-item-has-children,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus .dropdown .dropdown-menu li.menu-item-has-children,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus .dropdown .dropdown-menu li.menu-item-has-children{background-color:transparent}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation .dropdown .dropdown-menu .dropdown>a::after,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus .dropdown .dropdown-menu .dropdown>a::after,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus .dropdown .dropdown-menu .dropdown>a::after{content:''}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation .dropdown .dropdown-menu .dropdown .dropdown-menu,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus .dropdown .dropdown-menu .dropdown .dropdown-menu,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus .dropdown .dropdown-menu .dropdown .dropdown-menu{display:none}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation .dropdown .dropdown-menu .dropdown .dropdown-menu,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus .dropdown .dropdown-menu .dropdown .dropdown-menu,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus .dropdown .dropdown-menu .dropdown .dropdown-menu{background:#1f2426}}@media only screen and (max-width: 1279px) and (max-width: 1024px){html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation .dropdown .dropdown-menu .dropdown .dropdown-menu,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus .dropdown .dropdown-menu .dropdown .dropdown-menu,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus .dropdown .dropdown-menu .dropdown .dropdown-menu{background:transparent}}@media only screen and (max-width: 1279px){html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-navigation .dropdown .dropdown-menu .dropdown .dropdown-menu li.menu-item-has-children,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-primary-sbdplus .dropdown .dropdown-menu .dropdown .dropdown-menu li.menu-item-has-children,html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus .dropdown .dropdown-menu .dropdown .dropdown-menu li.menu-item-has-children{background-color:transparent}html header.mobile-expanded-menu .container-fluid .navbar .navbar-collapse #menu-sbdplus li:first-child a{border-bottom:0}}.main-footer #mobile-footer-nav{background:#1f2426;overflow-x:hidden;margin:0;box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.15)}.main-footer #mobile-footer-nav .menu-item-with-dropdown{position:relative;margin:0 auto}.main-footer #mobile-footer-nav li.menu-item a{display:block;padding-left:15px;padding-right:15px}@media only screen and (max-width: 992px){.main-footer #mobile-footer-nav li.menu-item a{padding:15px 25px}}.main-footer #mobile-footer-nav li.menu-item ul li.menu-item a{padding-left:30px;padding-right:30px}.main-footer #mobile-footer-nav li.menu-item a.dropdown-toggle{display:inline-block}.main-footer #mobile-footer-nav li.menu-item li.menu-item-has-children a{display:inline-block}.main-footer #mobile-footer-nav li.menu-item li.menu-item-has-children li.menu-item a{display:block}.main-footer #mobile-footer-nav li{width:100%;text-transform:capitalize;font-size:16px;box-shadow:inset 0 -1px 0 0 rgba(255,255,255,0.15);position:relative;margin:0px;background-color:transparent}.main-footer #mobile-footer-nav li a{display:block;color:#fff;font-size:16px;letter-spacing:0.3px;margin:0 auto;padding:14px 0 14px 0;border-bottom-color:transparent;border-bottom:0}.main-footer #mobile-footer-nav li .mobile-expander{width:20%;height:49px;position:absolute;top:0;right:0px;z-index:99999}.main-footer #mobile-footer-nav li .mobile-expander .caret{display:block;position:absolute;right:15px;top:20px;color:#fff;transition:transform 0.25s ease}.main-footer #mobile-footer-nav li .mobile-expander .caret.expanded-caret{color:#d72429;background-image:url("../images/cancel.png") !important}.main-footer #mobile-footer-nav .dropdown .dropdown-menu{display:none;padding:0}.main-footer #mobile-footer-nav .dropdown{box-shadow:inset 0 -1px 0 0 rgba(255,255,255,0.15)}.main-footer #mobile-footer-nav .dropdown .dropdown-menu{background:#1f2426;margin:0px;height:100%;margin-top:0;position:initial;width:100%;text-align:center;box-shadow:none;border:none;float:none;clear:both}.main-footer #mobile-footer-nav .dropdown .dropdown-menu li.menu-item-has-children{background-color:transparent}.main-footer #mobile-footer-nav .dropdown .dropdown-menu .dropdown>a::after{content:''}.main-footer #mobile-footer-nav .dropdown .dropdown-menu .dropdown .dropdown-menu{display:none}.main-footer #mobile-footer-nav .dropdown .dropdown-menu .dropdown .dropdown-menu{background:#1f2426}.main-footer #mobile-footer-nav .dropdown .dropdown-menu .dropdown .dropdown-menu li.menu-item-has-children{background-color:transparent}.standardize-header{background:black;display:flex;height:110px}@media only screen and (max-width: 992px){.standardize-header{height:60px}}.standardize-header.mobile-expanded-menu{position:fixed;bottom:0;left:0;right:0;top:0;width:100%}@media screen and (max-width: 1279px){.standardize-header.mobile-expanded-menu .get-plus,.standardize-header.mobile-expanded-menu .search-primary{visibility:hidden}.standardize-header.mobile-expanded-menu .sbdplus-menu-collapser-btn .navbar-button-text,.standardize-header.mobile-expanded-menu .logged-in-collapser .navbar-button-text{color:white}}@media only screen and (max-width: 1024px){.standardize-header.mobile-expanded-menu{height:inherit;min-height:inherit}}@media screen and (max-width: 1279px){.standardize-header.mobile-expanded-menu-bs-example-navbar-collapse-1{top:112px}.standardize-header.mobile-expanded-menu-bs-example-navbar-collapse-1 #sbdplus-menu-collapser{visibility:hidden;margin-left:0}.standardize-header.mobile-expanded-menu-bs-example-navbar-collapse-1 #bs-example-navbar-collapse-1{margin-top:70px}.standardize-header.mobile-expanded-menu-bs-example-navbar-collapse-1 #menu-primary-navigation .menu-item{padding:0}.standardize-header.mobile-expanded-menu-bs-example-navbar-collapse-1 #menu-primary-navigation .dropdown-menu{display:none;padding:0}.standardize-header.mobile-expanded-menu-bs-example-navbar-collapse-1 #menu-primary-navigation .dropdown-menu.show{padding-left:45px}.standardize-header.mobile-expanded-menu-bs-example-navbar-collapse-1 #menu-primary-navigation .dropdown-menu.show .menu-item{box-shadow:none}}@media only screen and (max-width: 1279px) and (max-width: 767px){.standardize-header.mobile-expanded-menu-bs-example-navbar-collapse-1 #menu-primary-navigation .dropdown-menu.show{padding-left:15px}}@media screen and (max-width: 1279px){.standardize-header.mobile-expanded-menu-bs-example-navbar-collapse-1 .navbar-header{margin-top:-2px;position:fixed;left:0;z-index:10;background-color:#000}.standardize-header.mobile-expanded-menu-bs-example-navbar-collapse-1 .navbar-header .logo{margin:auto;display:block;flex:inherit}.standardize-header.mobile-expanded-menu-bs-example-navbar-collapse-1 .navbar-header .navbar-toggle{left:16px}}@media screen and (max-width: 1279px){.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse{top:112px}.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse #sbd-menu-collapser{visibility:hidden}.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse #menu-primary-sbdplus{display:block}.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse .sbdplus-button{margin:0;padding:40px 0;height:120px}.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse .sbdplus-button a{height:100%;display:block}.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse .sbdplus-button span{display:none}.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse .sbdplus-button img{height:36px}.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse #menu-sbdplus .menu-item{padding:0}.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse #menu-sbdplus .dropdown-menu{display:block;padding:0}.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse #menu-sbdplus .dropdown-menu .menu-item{padding-left:0}.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse #menu-sbdplus .menu-item.dropdown>a.dropdown-toggle{display:none}.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse #menu-sbdplus .mobile-expander{display:none}}@media screen and (max-width: 1279px) and (max-width: 1279px){.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse #menu-sbdplus li:first-child a{border-bottom:0}}@media screen and (max-width: 1279px){.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse .navbar-header{margin-top:-2px;position:fixed;left:0;z-index:10;background-color:#000}.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse .navbar-header .logo{margin:auto;display:block;flex:inherit}.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse .navbar-header .mobile-nav-right-container #sbdplus-menu-collapser{right:16px;left:inherit;position:absolute;margin:3px 0 5px 10px}.standardize-header.mobile-expanded-menu-sbdplus-navbar-collapse #sbdplus-navbar-collapse{margin-top:70px}}.standardize-header div.max{height:100%;margin-top:0}@media screen and (max-width: 1279px){.standardize-header div.max{margin:0 auto;width:1170px;padding:0}}@media only screen and (min-width: 993px){.standardize-header div.max{width:970px;padding:0 15px}}@media only screen and (max-width: 992px){.standardize-header div.max{width:100%;padding:0 40px}}@media only screen and (max-width: 767px){.standardize-header div.max{padding:0 15px}}@media screen and (max-width: 1279px){.standardize-header .container-fluid .navbar{margin:0}}.standardize-header .navbar{width:100%;margin:0;height:100%;display:flex}@media screen and (max-width: 1279px){.standardize-header .navbar-nav{margin:0}}.standardize-header .navbar-collapse{width:100%;margin-top:6px}.standardize-header .search-primary{padding:0;margin:8px 15px 0 0}.standardize-header .search-primary i{color:#fff;font-size:19px}@media screen and (max-width: 1279px){.standardize-header .search-primary{margin:5px;width:22px}.standardize-header .search-primary i{font-size:19px}}.standardize-header .sbdplus-button{height:30px;width:110px;padding-top:10px;margin-right:-2px}@media screen and (max-width: 1279px){.standardize-header .sbdplus-button{background:url("../images/plus.svg");background-repeat:no-repeat;background-position:center;background-size:contain;margin-right:0}}.standardize-header .sbdplus-button a{background-image:url("../images/Button-GetPLUS-Double.png");padding:10px 54px;background-repeat:no-repeat;background-position:0 -2px}.standardize-header .sbdplus-button a:hover{background-position:0 -40px;cursor:pointer;text-decoration:none}.standardize-header .sbdplus-button a:active,.standardize-header .sbdplus-button a:visited,.standardize-header .sbdplus-button a:focus{text-decoration:none}@media screen and (max-width: 1279px){.standardize-header .sbdplus-button a{background-image:none}}.standardize-header .sbdplus-button--collapser{display:none}.standardize-header .sbdplus-button--collapser a{position:relative;top:-5px}.standardize-header .sbdplus-button--collapser span{top:-2px}@media screen and (max-width: 1279px){.standardize-header .sbdplus-button{margin:11px 15px 15px 15px}.standardize-header .sbdplus-button--collapser{display:none}}.standardize-header .sbdplus-link{padding-top:6px;margin-left:15px;letter-spacing:0.5px}@media screen and (max-width: 1279px){.standardize-header .sbdplus-link{margin-top:5px}}.standardize-header .sbdplus-link span{color:#fff;font-size:14px;margin-left:5px;font-weight:bold}.standardize-header .sbdplus-link span:hover{color:#f6a841}.standardize-header .sbdplus-link i{color:#f6a841;font-size:18px}.standardize-header .sbdplus-link a:hover,.standardize-header .sbdplus-link a:active,.standardize-header .sbdplus-link a:visited,.standardize-header .sbdplus-link a:focus{text-decoration:none}.standardize-header .sbdplus-link img{margin:-1px 1px 0 0}@media screen and (max-width: 1279px){.standardize-header .sbdplus-link img{margin:0}}.standardize-header .sbdplus-menu__item{display:none}.standardize-header .sbdplus-menu__item--fixed-navbar,.standardize-header .sbdplus-menu__item__right-menu{display:block}.standardize-header .sbdplus-menu__item--logo{display:block}.standardize-header .sbdplus-menu__item--top-separator{box-shadow:none;height:0}.standardize-header .sbdplus-menu ul{border:0}@media screen and (max-width: 1279px){.standardize-header .sbdplus-menu__item,.standardize-header .sbdplus-menu__right-menu{display:block}.standardize-header .sbdplus-menu__item--fixed-navbar,.standardize-header .sbdplus-menu__right-menu--fixed-navbar{display:none}}.standardize-header .navbar-header{padding:0}.standardize-header .navbar-header .navbar-brand{padding:16px 0 0 0;display:block;height:auto;text-align:center;max-width:200px;margin:auto;height:34px}.standardize-header .navbar-header .mobile-nav-right-container{display:none}@media screen and (max-width: 1279px){.standardize-header .navbar-header{margin:0;margin-top:-3px;box-shadow:none;border-radius:0;width:100%;display:flex;position:relative;align-items:center}.standardize-header .navbar-header a.navbar-brand{padding:0;display:flex;align-items:center;justify-content:center}.standardize-header .navbar-header .mobile-nav-right-container{position:absolute;right:0;display:flex}.standardize-header .navbar-header .mobile-nav-right-container #sbdplus-menu-collapser{position:relative;margin:4px 0 5px 10px}.standardize-header .navbar-header i{font-size:19px;width:22px;height:22px;color:#fff}.standardize-header .navbar-header i.icon-user-circle{color:#f6a841}.standardize-header .navbar-header .navbar-toggle{position:absolute;left:0}.standardize-header .navbar-header #sbd-menu-collapser{width:50px;height:50px}.standardize-header .navbar-header .logo{padding:15px 0 10px;margin:auto}}@media screen and (max-width: 1279px){.standardize-header .navbar-left{border-top:1px solid #353f42}}.standardize-header .navbar-left .menu-item a,.standardize-header .navbar-left .menu-item>.span-menu{color:#fff}@media screen and (max-width: 1279px){.standardize-header .nav.navbar-nav.navbar-right{margin-top:3px}}.standardize-header .search-and-sbdplus-collapse{display:none}.standardize-header #bs-example-navbar-collapse-1{width:auto}.standardize-header #sbdplus-navbar-collapse{margin-left:auto}@media screen and (max-width: 1279px){.standardize-header #sbdplus-navbar-collapse{border-top:1px solid #353f42}}.standardize-header #menu-sbdplus{margin:0}.standardize-header #menu-sbdplus .dropdown-menu{left:0;width:180px}.standardize-header #menu-sbdplus>.menu-item>a,.standardize-header #menu-sbdplus>.menu-item>.span-menu{padding:8px 0 0 35px}.standardize-header #menu-sbdplus>.menu-item>a:hover .caret,.standardize-header #menu-sbdplus>.menu-item>.span-menu:hover .caret{transition:transform 0.15s ease;transform:rotate(180deg)}.standardize-header #menu-sbdplus>.menu-item>a .caret,.standardize-header #menu-sbdplus>.menu-item>.span-menu .caret{margin-left:10px}.standardize-header #menu-sbdplus>li:first-child{background-image:url("../images/ico-user-green.svg");background-repeat:no-repeat;background-position:12px 7px}@media only screen and (max-width: 1024px){.standardize-header #menu-sbdplus>li:first-child{background-image:none}}.standardize-header #menu-sbdplus>li:hover{border:0}.standardize-header #menu-sbdplus li.menu-item-has-children:hover::after{bottom:-3px}.standardize-header #menu-sbdplus li:first-child{padding-left:3px}.standardize-header #menu-sbdplus a{text-transform:uppercase;box-shadow:none}.standardize-header #menu-primary-navigation li.menu-item-has-children:focus,.standardize-header #menu-primary-navigation li.menu-item-has-children:hover,.standardize-header #menu-sbdplus li.menu-item-has-children:focus,.standardize-header #menu-sbdplus li.menu-item-has-children:hover{background-color:#000}.standardize-header #menu-primary-navigation>.menu-item,.standardize-header #menu-sbdplus>.menu-item{padding:0px 10px 12px 10px}.standardize-header #menu-primary-navigation ul.dropdown-menu,.standardize-header #menu-sbdplus ul.dropdown-menu{margin:0;background-color:transparent;padding:0;box-shadow:none;width:210px}@media screen and (max-width: 1279px){.standardize-header #menu-primary-navigation ul.dropdown-menu,.standardize-header #menu-sbdplus ul.dropdown-menu{width:inherit}}.standardize-header #menu-primary-navigation ul.dropdown-menu li.menu-item,.standardize-header #menu-sbdplus ul.dropdown-menu li.menu-item{background-color:#000;margin-left:0;padding-left:15px}.standardize-header #menu-primary-navigation ul.dropdown-menu li.menu-item:hover,.standardize-header #menu-sbdplus ul.dropdown-menu li.menu-item:hover{background-color:#000}.standardize-header #menu-primary-navigation ul.dropdown-menu li:first-child,.standardize-header #menu-sbdplus ul.dropdown-menu li:first-child{padding-top:10px}@media screen and (max-width: 1279px){.standardize-header #menu-primary-navigation ul.dropdown-menu li:first-child,.standardize-header #menu-sbdplus ul.dropdown-menu li:first-child{padding-top:0}}.standardize-header #menu-primary-navigation ul.dropdown-menu li:last-child,.standardize-header #menu-sbdplus ul.dropdown-menu li:last-child{padding-bottom:10px}.standardize-header #menu-primary-navigation ul.dropdown-menu a,.standardize-header #menu-primary-navigation ul.dropdown-menu .span-menu,.standardize-header #menu-sbdplus ul.dropdown-menu a,.standardize-header #menu-sbdplus ul.dropdown-menu .span-menu{min-height:30px;font-size:12px;padding:5px 20px 5px 0;cursor:pointer;display:block}.standardize-header #menu-primary-navigation ul.dropdown-menu a:hover,.standardize-header #menu-primary-navigation ul.dropdown-menu .span-menu:hover,.standardize-header #menu-sbdplus ul.dropdown-menu a:hover,.standardize-header #menu-sbdplus ul.dropdown-menu .span-menu:hover{background-color:#000;padding:5px 20px 5px 0;color:#d72429}.standardize-header #menu-primary-navigation ul.dropdown-menu.dropdown:hover a,.standardize-header #menu-primary-navigation ul.dropdown-menu.dropdown:hover .span-menu,.standardize-header #menu-sbdplus ul.dropdown-menu.dropdown:hover a,.standardize-header #menu-sbdplus ul.dropdown-menu.dropdown:hover .span-menu{color:#fff}@media only screen and (min-width: 1280px){.standardize-header div.max{min-width:1170px}.standardize-header #sbdplus-navbar-collapse{width:auto}.standardize-header .navbar-header{width:auto}}.background-header__mask--home{display:none}.hero-header-standard-container{display:flex;flex-direction:row;padding:20px 15px}.hero-header-standard-container .breadcrumb-light .breadcrumb{padding:0 0 15px 0}.hero-header-standard-container__heading-container{display:flex;justify-content:flex-start;flex-direction:column;flex-grow:1}.hero-header-standard-container__title{font-family:"Lato Black";font-weight:900;color:#1f2426;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:65px;color:#fff;text-transform:uppercase;letter-spacing:0.3px}@media only screen and (max-width: 992px){.hero-header-standard-container__title{margin-top:0px;font-size:40px}}@media only screen and (max-width: 767px){.hero-header-standard-container__title{font-size:28px;line-height:1.07}}.hero-header-standard-container__title--ranking-universal{font-size:40px;text-transform:capitalize}@media only screen and (max-width: 767px){.hero-header-standard-container__title--ranking-universal{font-size:28px}}.hero-header-standard-container__subhead{font-size:22px;color:#959fa3;font-family:"Lato Regular";padding-top:10px;font-weight:normal}@media only screen and (max-width: 1024px){.hero-header-standard-container__subhead{padding-bottom:30px}}@media only screen and (max-width: 992px){.hero-header-standard-container__subhead{padding-bottom:20px;font-size:18px}}@media only screen and (max-width: 767px){.hero-header-standard-container__subhead{font-size:14px;padding-top:0}}.hero-header-standard-container__subhead a{font-size:22px;color:#959fa3;font-family:"Lato Regular";padding-top:10px;font-weight:normal}.hero-header-standard-container__subhead a:hover{text-decoration:none}.hero-header-standard-container__badge{display:flex;justify-content:flex-end;align-items:flex-start;margin-top:10px;max-width:129px;margin-bottom:30px}@media only screen and (max-width: 992px){.hero-header-standard-container__badge{display:none}}.hero-header-standard-container__badge img{max-width:100%}.post-snipit{margin-bottom:20px}.post-snipit div .byline{margin:0px}.post-snipit div .byline a{color:#959fa3}@media only screen and (max-width: 767px){.post-snipit{margin-bottom:45px}}.page-template-template-sportsbetting-archive .post-snipit{height:202px}@media only screen and (max-width: 992px){.page-template-template-sportsbetting-archive .post-snipit{height:auto}}.page-template-template-sportsbetting-archive .category-featured-image{height:100%}@media only screen and (max-width: 992px){.page-template-template-sportsbetting-archive .category-featured-image{height:130px}}.page-template-template-sportsbetting-archive .category-featured-image img{position:relative;top:50%;transform:translateY(-50%)}.category-featured-image{text-align:left;max-height:202px;overflow:hidden;max-width:295px}h3.entry-title a,.related-post-details .entry-title.related-title a,h2.entry-title a{color:#1f2426}@media only screen and (max-width: 767px){h2.entry-title{margin-top:10px}}.entry-summary p{margin-bottom:10px}.entry-summary .bet-small{padding:8px 16px;font-size:12px;text-transform:uppercase}.category .background-header--standard{height:210px}@media only screen and (max-width: 992px){.category .background-header--standard{height:100px}}.category .background-header__mask{height:100px}@media only screen and (max-width: 992px){.category .background-header__mask{height:40px}}.hero-header-standard-container{padding:20px 15px 0 15px}.hero-header-standard-container .breadcrumb-light .breadcrumb{padding-bottom:20px}.page-header--news{display:flex}.page-header #news-category-select.sbd-dropdown-wrapper{margin-left:auto;min-width:240px;width:auto}@media only screen and (max-width: 767px){.page-header--news{display:block}.page-header #news-category-select.sbd-dropdown-wrapper{margin-bottom:20px;margin-top:-5px}}.post-snippet{margin-bottom:20px}@media only screen and (max-width: 767px){.post-snippet{margin-bottom:30px}}.post-snippet img{max-width:initial !important}.post-snippet-item{display:flex;border-top:1px solid #e3e7e8}.post-snippet-item__img{margin-right:20px;height:180px;position:relative;display:block}.post-snippet-item__img--fallback{background-position:center;background-size:cover;min-width:290px;height:180px;background-image:url("../images/SBD-GenericFeature.jpeg")}.post-snippet-item__badge{height:23px;padding:0 20px;color:#fff;font-weight:bold;font-family:"Lato Bold";position:absolute;bottom:20px;left:20px;letter-spacing:0.5px;z-index:2;font-size:11px;display:flex;align-items:center;justify-content:center;text-transform:uppercase}.post-snippet-item__badge:before{content:"";position:absolute;top:0;left:0;background-color:#d72429;transform:skew(-10deg);z-index:-1;width:100%;height:100%}.post-snippet-item__title{margin-top:10px;font-size:22px;font-weight:bold;font-family:"Lato Bold";line-height:1.45;letter-spacing:0.3px}.post-snippet-item__title a{color:#1f2426}.post-snippet-item__title a:hover,.post-snippet-item__title a:active{text-decoration:none}.post-snippet-item__meta-container{margin-top:15px}@media (max-width: 650px){.post-snippet-item{display:block;border-top:none}.post-snippet-item__img{margin:0}.post-snippet-item__img img{height:180px;object-position:top;object-fit:cover;width:100%}}.post-snippet-meta{display:flex}.post-snippet-meta__img{margin-right:10px;border-radius:100%}.post-snippet-meta__text,.post-snippet-meta__text a{margin:0;font-size:12px;font-weight:bold;font-family:"Lato Bold";letter-spacing:0.2px;color:#959fa3}.post-snippet-meta__text--cat,.post-snippet-meta__text a--cat{color:#d72429}.post-snippet-meta p a:first-of-type:not(.post-snippet-meta__text--cat){color:#1f2426}.author-header{position:relative;padding-bottom:56px}.author-header:before{content:'';height:1px;width:100%;background-color:#e3e7e8;position:absolute;bottom:0;left:0}.author-header__profile-pic{width:100px;height:100px;border-radius:50%;margin-right:24px}.author-header__role{margin-bottom:0}.author-header__contributor--mobile,.author-header__contributor--mobile span{display:none}.author-header__contributor,.author-header__specialties{color:#656e73;text-transform:uppercase;font-size:13px}.author-header__specialties{flex-wrap:wrap}.author-header__specialties-item{background-color:#353f42;transform:skewX(-15deg);color:#fff;margin:4px 8px 4px 0;letter-spacing:0.5px;padding:4px 12px;font-weight:bold;font-family:"Lato Bold";font-size:11px}.author-header__specialties-item:first-of-type{margin-left:15px}.author-header__specialties-item span{display:block;transform:skewX(15deg)}.author-header__description{margin-bottom:24px}.author-header__flex{display:flex;align-items:center}.author-header__flex-container{display:flex;margin-bottom:24px}.author-header__dot{font-size:18px;margin:0 0 0 8px}.author-header__social{margin-left:4px}.author-header__social i{font-size:18px}.author-header__social>a,.author-header__social>i{padding:8px}.author-header__social [data-target^="#contactModal"]{color:#353f42;padding:10px;cursor:pointer}@media only screen and (max-width: 992px){.author-header{margin-top:30px}}@media only screen and (max-width: 767px){.author-header{padding-bottom:44px;margin-top:10px}.author-header__profile-pic{width:80px;height:80px;margin-right:15px;margin-top:15px}.author-header__specialties>span{width:100%;margin-bottom:8px}.author-header__specialties-item:first-of-type{margin-left:0}.author-header__role{font-size:16px}.author-header__dot{display:none}.author-header__contributor>span{display:none}.author-header__contributor--mobile,.author-header__contributor--mobile span{display:block}.author-header__social{margin-left:-8px}.author-header__flex-container{margin-bottom:8px}}.categoryListing a{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;color:#2a2f31}.categoryListing a a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.categoryListing a{font-size:12px;line-height:1.83}}.categoryListing .post-categories{margin:0;line-height:0}@media only screen and (max-width: 992px){.categoryListing .post-categories{margin-top:10px}}.categoryListing .post-categories li{margin:0;display:inline;vertical-align:top;list-style:none}h2.author-subtitle{margin-top:40px;margin-bottom:20px}#contactModal .modal-dialog .modal-content input{width:100%}#contactModal .modal-dialog .modal-content textarea{width:100%}#contactModal .modal-dialog .modal-content label{font-weight:400;width:100%;color:#656e73;margin-bottom:6px}#contactModal .modal-dialog .modal-content .wpcf7-submit{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;border-radius:100px;border:none;font-family:"Lato Bold";background-color:#d72429;text-transform:uppercase;text-align:center;color:#fff;padding:12px 60px 12px 30px;background-image:url(../images/right-arrow.svg);background-repeat:no-repeat;background-size:20px 12px;background-position:75%;width:129px}#contactModal .modal-dialog .modal-content .wpcf7-submit a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){#contactModal .modal-dialog .modal-content .wpcf7-submit{font-size:12px;line-height:1.83}}.review-content .main-content header h1{margin-bottom:14px}.review-content .main-content header h1 a,.review-content .main-content header h1 a:hover{color:#1f2426;text-decoration:none;font-family:'Lato Bold'}.review-content .main-content header h1 a img.usa-flag,.review-content .main-content header h1 a:hover img.usa-flag{vertical-align:baseline;margin-right:5px}.review-content .main-content header .last-updated{font-family:'Lato Regular';font-size:14px;font-weight:normal;font-style:italic;font-stretch:normal;color:#959fa3}.review-content .main-content header .websiteUrl{margin-bottom:15px}.review-content .main-content header .websiteUrl a{color:#d72429;font-family:"Lato Bold"}.review-content .main-content h2,.review-content .main-content h3,.review-content .main-content .related-post-details .related-title,.related-post-details .review-content .main-content .related-title,.review-content .main-content h4,.review-content .main-content h5,.review-content .main-content .sidebar-title,.review-content .main-content .schedule-listing .schedule-listing-date,.schedule-listing .review-content .main-content .schedule-listing-date,.review-content .main-content .schedule-page .schedule-listing-date,.schedule-page .review-content .main-content .schedule-listing-date{margin-bottom:10px;margin-top:40px}.review-content .main-content ul{margin-bottom:20px;margin-left:40px}@media only screen and (max-width: 990px){.review-content{margin-top:20px}}.inline-sidebar-sportsbook-details .terms-and-conditions-text{margin-top:10px}@media only screen and (max-width: 990px){.inline-sidebar-sportsbook-details .terms-and-conditions-text{margin-top:0}}@media only screen and (max-width: 768px){.inline-sidebar-sportsbook-details .terms-and-conditions-text{margin-top:-10px;margin-bottom:10px}}.inline-sidebar-sportsbook-details .review-details p{padding:0;margin:0;font-size:16px;letter-spacing:0.7px;font-family:'Lato Regular'}.inline-sidebar-sportsbook-details .review-details p a{font-family:'Lato Regular'}.inline-sidebar-sportsbook-details .review-details i.icon-star,.inline-sidebar-sportsbook-details .review-details i.icon-star-empty{font-size:22px;padding-right:6px;margin-bottom:10px}.inline-sidebar-sportsbook-details .review-details .review-details-titles{font-family:'Lato Bold';font-size:13px;font-weight:bold;font-style:normal;font-stretch:normal;letter-spacing:0.5px;color:#1f2426;margin:0px;text-transform:uppercase;width:70px;display:inline-block}@media only screen and (max-width: 990px){.inline-sidebar-sportsbook-details .review-details{width:49%;display:inline-block;margin-bottom:10px}.inline-sidebar-sportsbook-details .review-details i.icon-star,.inline-sidebar-sportsbook-details .review-details i.icon-star-empty{font-size:18px}.inline-sidebar-sportsbook-details .review-details .review-details-titles{width:auto;display:block;margin-bottom:5px}}.header-bet-now{text-align:right}.header-bet-now .bet-now{margin-top:42px}@media only screen and (max-width: 480px){.header-bet-now{text-align:left}}.main-content img{max-width:100%}.sportsbook-review-subpage-component{margin-bottom:20px;box-shadow:0 1px 8px rgba(150,150,150,0.75);padding:20px 30px 30px;border-radius:2px}.sportsbook-reviews-template-template-review-subpage .review-content header{margin-bottom:28px}.sportsbook-reviews-template-template-review-subpage .review-content .bookDetailsList a{font-weight:bold;color:#000;font-family:'Lato Bold'}.sportsbook-reviews-template-template-review-subpage .review-content .sidebar-sportsbook-details header{margin-bottom:0}.sportsbook-reviews-template-template-review-subpage .review-content .sidebar-sportsbook-details .review-details{margin-bottom:15px}@media only screen and (max-width: 768px){.sportsbook-reviews-template-template-review-subpage .review-content header{margin-bottom:0px}.sportsbook-reviews-template-template-review-subpage h1.entry-title{margin-bottom:0}.sportsbook-reviews-template-template-review-subpage .review-content-fix.review-content{margin-bottom:90px;position:relative}.sportsbook-reviews-template-template-review-subpage .inline-sidebar-sportsbook-details .col-sx-12,.sportsbook-reviews-template-template-review-subpage .inline-sidebar-sportsbook-details .col-sm-6{position:inherit !important}.sportsbook-reviews-template-template-review-subpage .bet-now.small{position:absolute;width:260px;left:calc(50% - 260px/2);bottom:-60px}}@media only screen and (max-width: 990px){.sportsbook-reviews-template-template-review-subpage .inline-sidebar-sportsbook-details .review-details{width:100%}.sportsbook-reviews-template-template-review-subpage .inline-sidebar-sportsbook-details .review-details .review-details-titles{display:inline-block}.sportsbook-reviews-template-template-review-subpage .inline-sidebar-sportsbook-details{margin-bottom:40px}}@media only screen and (max-width: 768px){.sportsbook-reviews-template-template-review-subpage .header-bet-now{text-align:left;margin-left:-10px}}.page-about .content-row{margin-bottom:50px}.page-contact{margin-bottom:60px}@media only screen and (max-width: 767px){.page-contact{margin-bottom:0}}.social-contact,.contact-form{margin-top:40px;margin-bottom:40px}.social-contact{margin-bottom:40px}@media only screen and (max-width: 767px){.contact-form{margin:0}}.contact-form form{padding:0 15px}div.wpcf7>form div .wpcf7-submit{font-family:"Lato Bold";background-color:#d72429;text-transform:uppercase;text-align:center;color:#fff;padding:12px 60px 12px 60px;background-image:linear-gradient(to top, #16ba5e, #0a9547);width:178px;letter-spacing:0.2px;border:0;border-radius:4px;float:right}@media only screen and (max-width: 992px){div.wpcf7>form div .wpcf7-submit{margin-top:20px}}@media only screen and (max-width: 767px){div.wpcf7>form div .wpcf7-submit{float:none}}div.wpcf7>form div label{font-weight:400;width:100%;color:#656e73;margin-bottom:6px}div.wpcf7>form div label span input,div.wpcf7>form div label span textarea,div.wpcf7>form div label span select{width:100%;margin-bottom:30px;border-radius:2px;background-color:#fff;border:solid 1px rgba(141,153,160,0.4);padding:15px 18px;color:#1f2426}div.wpcf7>form div label span .wpcf7-not-valid{border:solid 1px #d72429}div.wpcf7>form div label span .wpcf7-not-valid-tip{position:absolute;top:0px;right:15px;color:#d72429}div.wpcf7>form div label .required{color:#656e73}@media only screen and (max-width: 767px){div.wpcf7>form div label .privacy{text-align:center}}div.wpcf7>form div .areas input,div.wpcf7>form div .areas select,div.wpcf7>form div .upload input,div.wpcf7>form div .upload select{height:196px}@media only screen and (max-width: 767px){div.wpcf7>form div .areas input,div.wpcf7>form div .areas select,div.wpcf7>form div .upload input,div.wpcf7>form div .upload select{height:auto}}@media only screen and (max-width: 767px){.captcha div{text-align:center}}.wpcf7-form-control-wrap{position:initial !important}div.wpcf7-validation-errors{border:none !important;display:none !important}#main-content{margin:28px 0 20px 0}@media only screen and (max-width: 767px){#main-content{margin:38px 0 0px}}.category-badge{display:inline-flex;margin-left:4px}.category-badge a,.category-badge a:hover{font-family:"Lato Bold";font-size:11px;font-weight:bold;letter-spacing:0.5px;text-align:center;color:#fff;text-decoration:none;height:20px;padding:0 15px}.category-badge--mma{background-color:#d72429;position:relative;box-shadow:1px 2px 6px 0 rgba(0,0,0,0.4)}.category-badge--mma:before{content:"";width:0;height:0;left:-4px;position:absolute;border-top:20px solid transparent;border-bottom:0px solid transparent;border-right:4px solid #d72429}.category-badge--mma:after{content:"";width:0;height:0;right:-4px;position:absolute;border-top:0px solid transparent;border-bottom:20px solid transparent;border-left:4px solid #d72429}.home #main-content{margin-top:0}.home .red-date{color:#d72429}.home .article-grid-excerpts__meta{padding-top:0;margin-top:0}.home .article-grid-excerpts__meta.featured{padding-bottom:15px}.home .article-thumbnails-small__item{padding-top:0}.home .header__text h2{font-size:20px}.home .container.border.first-element{position:relative}.home .container.border.first-element .article-grid-excerpts{margin-bottom:3px;border-bottom:1px solid #e3e7e8;padding-bottom:15px}.home .container.border.first-element .article-thumbnails-small{padding-top:5px}.home .container-fluid .container.border{position:relative}.home .container-fluid .container.border::after{background-color:#efefef;top:-3px;content:"";display:block;height:1px;left:43.2%;position:absolute;transform:translate(-43%);width:97.3%}.home .container-fluid .container.border.covered::after{background:none}.home .container-fluid .container.border.covered{padding-bottom:32px}.home .container:last-of-type .row .col-lg-9 .article-grid-excerpts{margin-bottom:5px;border-bottom:1px solid #e3e7e8;padding-bottom:15px}.home .container:last-of-type .row .col-md-12.col-lg-3 .sidebar_promoted_sportsbook{border-top:2px solid #353f42;padding-top:15px;margin-top:-2px}.home .header__text{font-size:20px}.home .header{border-top:2px solid #353f42;padding-top:15px;border-bottom:1px solid #e3e7e8;padding-bottom:15px;margin-top:0;margin-bottom:10px}.home .twitter-cards__heading{border-top:2px solid #353f42;padding-top:15px;margin-top:0}.home .container .col-lg-9{border-right:1px solid #e3e7e8}.home .article-grid-excerpts__item:first-of-type,.home .article-grid-excerpts__item:nth-of-type(3),.home .article-grid-excerpts__item--featured ~ div:nth-of-type(3),.home .article-grid-excerpts__item--featured ~ div:nth-of-type(6){margin-right:15px;border-right:1px solid #e3e7e8;padding-right:15px;margin-bottom:0;border-top:0}.home .article-grid-excerpts__item--featured ~ div:nth-of-type(6)::after,.home .article-grid-excerpts__item--featured ~ div:nth-of-type(3)::after,.home .article-grid-excerpts__item:nth-of-type(3)::after{background-color:#efefef;top:0;content:"";display:block;height:1px;left:41%;position:absolute;transform:translate(-43%, 0);width:96%}.home .container.no-border{padding-top:32px}.home .container.border:last-child{margin-top:32px}.home .container-fluid .row .container.no-border{padding-top:0}.home .article-grid__content-container{max-width:235px}.fluid-max{max-width:1170px;margin:0 auto;padding:0px 15px}.why-bookmark{background:#f6f6f6;padding:50px 0}.why-bookmark b,.why-bookmark strong{font-family:"Lato Bold"}.why-bookmark h2{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58;text-align:center;margin-bottom:24px}@media only screen and (max-width: 767px){.why-bookmark h2{font-size:22px;line-height:1.36}}.why-bookmark h3,.why-bookmark .related-post-details .related-title,.related-post-details .why-bookmark .related-title{font-size:22px}.why-bookmark a{color:#4197f7}.why-bookmark li{font-size:14px}.why-bookmark p{font-family:"Lato Regular";font-size:14px;line-height:1.64;letter-spacing:0.2px;color:#656e73;margin-bottom:20px}.why-bookmark p:last-of-type{margin-bottom:0}.intersection-ob-anchor{z-index:-9999;position:absolute}@media screen and (max-width: 767px){.intersection-ob-anchor{top:-600px}}@media screen and (min-width: 768px){.intersection-ob-anchor{top:-600px}}.featured-sportsbooks{border-top:14px solid #b61e22;border-left:none;border-right:none;max-width:1920px}.featured-sportsbooks .divider{height:1px;width:90%;opacity:0.6;background-color:#dfe2e7;margin:0 auto}.mask{background-image:none;position:relative}@media screen and (max-width: 768px){.terms-and-conditions-text{bottom:15px;right:209px;width:70%}}@media only screen and (max-width: 992px){.home .navbar-header .navbar-toggle{text-transform:inherit}.home .container .col-lg-9{border:0}}@media only screen and (max-width: 767px){.home .featured-sportsbooks .last4link{display:block}.home #main-content{padding-top:15px}.home .container-fluid.featured-sportsbooks{padding-top:0}.home .article-grid-excerpts__item:first-of-type{border-right:0;padding-right:0;margin-right:0}.home .featured-carousel__meta span.featured-carousel__dot:first-child{display:none}}.last4link{height:62px;line-height:62px;text-align:center;font-weight:bold;font-family:"Lato Bold"}.last4link a{letter-spacing:0.2px;color:#1f2426}.last4link a i{padding-left:10px}.mask-link{display:block;position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:4}@media only screen and (max-width: 1280px){.home .mobile-expanded-menu>.container-fluid>.navbar>.navbar-header a.facebook-like-button,.home .mobile-expanded-menu>.container-fluid>.navbar>.navbar-header a.icon-twitter{display:none}}@media screen and (max-width: 1279px) and (min-width: 993px){.home .navbar-button-text{color:#fff}.home .nav.navbar-nav.navbar-right.mobile{margin-right:10px}}@media only screen and (max-width: 992px){.home .navbar-button-text{color:#fff}.home #main-content{padding-top:0;margin-top:0}.home .nav.navbar-nav.navbar-right.mobile{margin-right:10px}}@media only screen and (max-width: 767px){.home header.mobile-expanded-menu{min-height:inherit}.home .nav.navbar-nav.navbar-right{display:none}.home .top-container>.rating{display:none}.home div.rating-one-star{display:block !important}}.home .shadow{background:rgba(0,0,0,0.65);clear:both;padding:10px 15px}.home .shadow .bonus{color:#fff;font-family:"Lato Regular";font-size:12px}.home .icon-search{color:#fff}.home .last4link{background:#fafafa;margin-top:-15px;z-index:0;height:76px;font-size:18px;padding-top:15px;text-transform:uppercase;border-bottom:1px solid #e3e7e8}@media only screen and (max-width: 767px){.home .last4link{font-size:14px;padding:0;margin:0;height:unset;border-top:4px solid #b61e22}}.home .navbar-brand .white-menu{display:block}@media only screen and (max-width: 1280px){.home header.mobile-expanded-menu{background:#000}}.home .container-toplist{max-width:1440px;width:100%}@media screen and (max-width: 1279px) and (min-width: 993px){.home .container-toplist{max-width:100%}}@media only screen and (max-width: 992px){.home .container-toplist{max-width:100%;background:linear-gradient(to bottom, rgba(219,75,219,0) 0%, #000 29%, #000 100%);padding-left:40px;padding-right:40px}}@media only screen and (max-width: 767px){.home .container-toplist{padding:0}.home .container-toplist .col-sm-12{padding:0}}.home .container-toplist-header{height:72px;width:100%;background:rgba(0,0,0,0.65);display:flex;align-items:center;padding-left:40px;border-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;justify-content:space-between}@media only screen and (max-width: 992px){.home .container-toplist-header{padding-left:0;padding-top:20px;text-align:center;font-size:18px}}.home .container-toplist-header h1{font-size:18px;color:#fff;font-family:"Lato Black";font-weight:400;font-style:normal;font-stretch:normal;text-align:center;text-transform:uppercase}@media only screen and (max-width: 992px){.home .container-toplist-header h1{font-size:18px}}.home .container-toplist-header .disclosure-header-home{color:#959fa3;margin-right:25px;text-decoration:underline;font-size:14px;line-height:18px;letter-spacing:0.2px}@media only screen and (max-width: 767px){.home .container-toplist-header{height:40px;background-color:rgba(0,0,0,0.5);padding:0;display:block;align-items:center;justify-content:center;border-radius:0}.home .container-toplist-header h1{font-family:"Lato Black";letter-spacing:0.3px;font-weight:900;font-size:14px;margin-top:5px}.home .container-toplist-header .disclosure-header-home{margin-right:0;margin-bottom:8px}}.home .search-form-container{width:100%;position:absolute;height:48px;left:50%;transform:translate(-50%, 0)}.home .search-form-container .search-field{height:48px;line-height:48px}.home .search-form-container .search-submit,.home .search-form-container .close-search{margin-top:5px}.more-reviews-row .background-image,.more-reviews-row .background-image .mask{height:210px}.more-reviews-row .background-image .mask .content{position:absolute;bottom:0px;left:0px;padding:0px 20px 20px;width:100%}.more-reviews-row .background-image .mask .content h1{text-align:left;padding-bottom:0px;margin:0;line-height:unset;font-size:unset}.more-reviews-row .background-image .mask .content .rank{font-size:16px}.more-reviews-row .background-image .mask .content h1 a{font-size:30px}.more-reviews-row .background-image .mask .content h1 .bet-now{width:90px;height:30px;line-height:30px;position:absolute;bottom:40px;right:10px;z-index:2;transition:0.1s}.more-reviews-row .background-image .mask .content .details{padding-left:27px;padding-top:0px}.more-reviews-row .background-image .mask .content .bonus{line-height:1.78;padding:0px}.more-reviews-row .background-image .mask .content .book-logo{position:absolute;top:-90px;right:10px}.more-reviews-row .background-image .mask .content .rating{padding-top:0px}.more-reviews-row .background-image .mask .content .rating span{font-size:10px}.more-reviews-row .background-image .mask .content .rating strong{font-size:16px}.more-reviews-row:nth-child(2) .background-image .mask .content,.more-reviews-row:nth-child(3) .background-image .mask .content,.more-reviews-row:nth-child(4) .background-image .mask .content{padding:0px 20px 20px}@media (max-width: 330px){.more-reviews-row:nth-child(1) .background-image .mask .content,.more-reviews-row:nth-child(2) .background-image .mask .content,.more-reviews-row:nth-child(3) .background-image .mask .content{padding:0px 10px 10px}}html,.page-template-template-content-hub{overflow-x:hidden}.hub-header,.carousel-background{padding-left:3000px;margin-left:-3000px;padding-right:3000px;margin-right:-3000px;background-color:#f2f4f5;padding-bottom:50px}.carousel-background{padding-top:45px}.schedule aside{border-left:1px #e3e7e8 solid;margin-top:0px}.content-hub-books .featured-cell-hub{padding:0 13px 0 13px;margin-top:50px}.content-hub-books .featured-cell-hub .background-image{background-size:cover;background-repeat:no-repeat;background-position:center center}.content-hub-books .featured-cell-hub .background-image .mask{background-image:linear-gradient(to bottom, rgba(73,92,101,0), rgba(42,55,62,0.97) 64%, #1f2426);position:relative}.content-hub-books .background-image .mask .content-hub{position:absolute;bottom:0px;left:0px;padding:0px 20px 20px 20px;width:100%}.content-hub-books .background-image .mask .content-hub .rank{opacity:0.8;font-family:'Lato Bold';font-size:16px;font-weight:bold;font-style:normal;font-stretch:normal;color:#fff}.content-hub-books .background-image .mask .content-hub h1 a{font-family:'Lato Bold';font-size:30px;font-weight:bold;font-style:normal;font-stretch:normal;color:#fff;text-decoration:none;line-height:1.2}.content-hub-books .background-image .mask .content-hub .bonus{padding:0;display:inline}.content-hub-books .background-image .mask .content-hub .sb-bonus-offer__info-icon{margin-left:6px}.content-hub-books .background-image .mask .content-hub .rating span{padding-left:6px;font-family:'Lato Bold';font-size:10px;font-weight:bold;font-style:normal;font-stretch:normal;color:#f6a841}.content-hub-books .background-image .mask .content-hub .rating span strong{font-size:18px;color:#f6a841}.content-hub-books .background-image .mask .content-hub .book-logo{top:-70px;margin-bottom:20px;z-index:5}.content-hub-books .background-image .mask .content-hub .details{padding-left:0px;z-index:5;position:relative}.content-hub-books .background-image .mask .content-hub .details p,.content-hub-books .background-image .mask .content-hub .details .bonus{margin:0;font-family:'Lato Bold';font-size:13px;font-weight:bold;color:#fff}.content-hub-books .background-image .mask .content-hub .details .rating{float:left;margin-top:10px}.content-hub-books .background-image .mask .content-hub .details .rating .sbdicon{font-size:17px;padding:0 2px}.content-hub-books .background-image .mask .content-hub .details .bet-container{float:right;z-index:5;position:relative}.content-hub-books .featured-cell-hub .background-image .mask .content a.betnow-btn{position:relative;z-index:2}@media only screen and (max-width: 992px){.page-header{padding-top:0}.content-hub-books .background-image .mask .content-hub h1 a{font-size:27px}.featured-cell-hub{margin-bottom:15px}}.betting-pages{padding-top:40px}.betting-pages div h2{margin:0 0 20px 0}.betting-pages div h2 span a,.betting-pages a.view-more-articles{font-family:"Lato Regular";font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:normal;text-align:right;color:#d72429}.nfl-football-betting .carousel .item:nth-child(1){padding-right:40px}.nfl-football-betting .carousel .item:nth-child(2){padding-left:80px}@media only screen and (max-width: 992px){.nfl-football-betting .carousel .item:nth-child(1){padding-right:15px}.nfl-football-betting .carousel .item:nth-child(2){padding-left:15px}}.hiddenGames{display:none}.sidebar-related .sidebar-news-articles{margin-top:20px}.sidebar-related .sidebar-news-articles .contentHub-news-title{margin-top:40px}.offseason-notice{font-family:'Lato Regular';font-size:15px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.47;color:#fff}.no-game-container{text-align:center;padding:40px 0}.no-game-container .no-game-message{font-family:"Lato Bold";text-align:center;color:#353f42;margin-bottom:24px}.search .hero-header-standard-container__title-container{display:none}.search .hero-header-standard-container__badge{display:none}.search article{margin-bottom:10px}.search h1{margin-bottom:15px}.search h1 sup{font-size:20px}.search .search-filter{border-top:1px solid #e3e7e8;border-bottom:1px solid #e3e7e8;margin-bottom:30px;margin-left:0}.search .search-filter a{line-height:56px;color:#2a2f31;border-radius:0px}.search .search-filter a:hover,.search .search-filter a.active{font-family:"Lato Bold";border-bottom:3px solid #d72429}.search .image-credit,.search .wp-caption-text,.search .type-post .entry-content .thumbnail .wp-caption-text,.type-post .entry-content .thumbnail .search .wp-caption-text,.search .type-post .entry-content .wp-caption .wp-caption-text,.type-post .entry-content .wp-caption .search .wp-caption-text{font-size:8px;padding:5px 10px}.search .entry-category{line-height:1.47}@media only screen and (max-width: 992px){.search .entry-category{margin-top:10px}}.search .entry-category a{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;color:#2a2f31;vertical-align:top}.search .entry-category a a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.search .entry-category a{font-size:12px;line-height:1.83}}.search .entry-credit{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;color:#959fa3}.search .entry-credit a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.search .entry-credit{font-size:12px;line-height:1.83}}.search .entry-credit a{font-family:"Lato Bold";color:#959fa3}.search .sportsbook-reviews h2{margin-top:10px}.search .sportsbook-url{color:#d72429;display:block}.search .sportsbook-reviews .rating{font-family:"Lato Bold";font-weight:bold;color:#2a2f31;margin-bottom:10px}.search .sportsbook-reviews .rating .sbdicon{margin-left:5px}.search .sportsbook-reviews .bet-now{width:90px;height:30px;font-size:12px;padding:0px;line-height:30px}.search .no-results h2{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58;color:#d72429}@media only screen and (max-width: 767px){.search .no-results h2{font-size:22px;line-height:1.36}}.search .sbreview-search-result{margin-bottom:20px}.search .sbreview-search-result img{width:100%;height:auto}.search .logoimage{width:100%}.search .image-credit,.search .wp-caption-text,.search .type-post .entry-content .thumbnail .wp-caption-text,.type-post .entry-content .thumbnail .search .wp-caption-text,.search .type-post .entry-content .wp-caption .wp-caption-text,.type-post .entry-content .wp-caption .search .wp-caption-text{display:none}#search-overlay{position:absolute;top:0px;left:0px;z-index:7;opacity:0.8;background-color:#1f2426;opacity:0.8;display:none}#search-overlay .close-overlay .sbdicon{opacity:1;color:#fff;cursor:pointer;float:right;margin:10px -10px;font-size:20px}.search-form label{width:100%;margin-bottom:0px}.search-primary .icon-search{cursor:pointer}.search-form-container{margin-left:auto;margin-right:auto;max-width:1440px;display:none;height:58px;background-color:#f2f4f5;left:50%;transform:translate(-50%);width:100%;position:absolute;top:70px}.search-form-container .search-field{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;border:0px;padding:0px 10px;height:58px;line-height:58px;background-color:#f2f4f5;box-shadow:none !important;border-radius:0px;width:100%;padding-left:50px}@media only screen and (max-width: 992px){.search-form-container .search-field{font-size:16px;line-height:1.38}}.search-form-container .search-submit{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;width:90px;height:38px;border-radius:100px;background-color:#d72429;margin-top:10px;font-family:"Lato Bold";font-weight:bold;color:#fff;padding:0px;line-height:38px;border:0px}.search-form-container .search-submit a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.search-form-container .search-submit{font-size:12px;line-height:1.83}}.search-form-container .search-submit:focus,.search-form-container .search-submit:hover{background-color:#d72429;color:#fff}.close-search{display:inline-block;display:inline-block;vertical-align:middle;background-color:#d72429;padding:0px;border-radius:1000px;color:#fff;margin-top:10px;min-height:38px;line-height:38px;cursor:pointer;width:38px;height:38px;text-align:center}.close-search:hover{background-color:#b61e22}.search .entry-title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58}@media only screen and (max-width: 767px){.search .entry-title{font-size:22px;line-height:1.36}}@media only screen and (max-width: 480px){.search-form-container .search-field{padding-left:10px}.search .entry-credit{margin-bottom:15px}}@media only screen and (max-width: 1199px){.search-form-container .search-field{padding-left:10px}}html .page-template-template-content-hub-v2{background-image:linear-gradient(to top, #fff 0%, #fafafa 446px)}html .page-template-template-content-hub-v2 .hub-header,html .page-template-template-content-hub-v2 .carousel-background{margin:0;padding:0;padding-bottom:50px;background-color:transparent}html .page-template-template-content-hub-v2 main.sportsbooks-page .container.sportsbooks{background-color:#fff;border-radius:4px;padding:15px}@media only screen and (max-width: 1024px){html .page-template-template-content-hub-v2 .background-header--standard{height:200px}}@media only screen and (max-width: 1024px){html .page-template-template-content-hub-v2 .background-header__mask{height:140px}}@media only screen and (max-width: 992px){html .page-template-template-content-hub-v2 .background-header__generic{background-image:none;background-color:#000}}@media only screen and (max-width: 1024px){html .page-template-template-content-hub-v2 .standardize-header{height:60px}}.hub-divider{width:112px;height:2px;background-color:#e3e7e8;margin:40px auto 48px}.hidden-lite{display:none}.featured-event-container{margin-bottom:48px}.featured-event-container h2{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;text-align:center;color:#656e73;margin-bottom:8px}@media only screen and (max-width: 992px){.featured-event-container h2{font-size:16px;line-height:1.38}}.featured-event-container .hub-button{text-align:center}.betting-pages-container{margin-bottom:48px}.breakout-background{background-color:#f2f4f5;padding:48px 0}.breakout-background .sidebar-card{background-color:#fafafa}.betting-pages-listing h2{margin-bottom:20px}.betting-pages-listing .betting-page-list{margin-right:10px;border-radius:2px;background-color:#fff;border:solid 1px #e3e7e8;width:100%;padding:0 15px;height:64px;display:flex;align-items:center;margin-bottom:8px}.betting-pages-listing .betting-page-list .betting-page-number{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:18px;line-height:1.33;font-weight:bold;font-family:"Lato Bold"}.betting-pages-listing .betting-page-list .betting-page-number a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.betting-pages-listing .betting-page-list .betting-page-number{font-size:16px;line-height:1.5}}.betting-pages-listing .betting-page-list a{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;font-family:"Lato Bold";color:#353f42;font-weight:bold;padding-left:15px}.betting-pages-listing .betting-page-list a a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.betting-pages-listing .betting-page-list a{font-size:12px;line-height:1.83}}.schedule-container{margin-bottom:48px;padding:0px}.schedule-listing h2,.schedule-page h2{margin-bottom:20px;text-align:center}.schedule-listing .schedule-listing-date,.schedule-page .schedule-listing-date{text-align:center;color:#353f42;margin:0 0 40px}.articles-container h2{margin-bottom:20px}.articles-container h2.entry-title{margin-bottom:0}@media only screen and (max-width: 767px){.articles-container h2.entry-title{margin-top:20px}}.articles-container aside{margin-top:0px}.articles-container .hub-button{margin:30px 0 0}@media only screen and (max-width: 992px){.articles-container .hub-button{margin:0 0 40px}}.no-lines{height:204px;width:100%;padding:20px;text-align:center;font-family:"Lato Bold";font-size:16px;font-weight:700;font-style:normal;font-stretch:normal;letter-spacing:0.3px;color:#1f2426;line-height:164px}.disclaimer-text{padding:0 10px}.disclaimer-text p{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;margin-bottom:10px}.disclaimer-text p a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.disclaimer-text p{font-size:12px;line-height:1.83}}.no-featured-events,.no-schedule-events{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;text-align:center;padding:10px}.no-featured-events a,.no-schedule-events a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.no-featured-events,.no-schedule-events{font-size:12px;line-height:1.83}}.odds-decimal,.odds-fractional,.odds-probability{display:none}.content-hub-toplist-link{font-family:'Lato Regular';font-size:18px;text-align:center;padding-top:20px}.content-hub-toplist-link a{color:#000}.content-hub-toplist-link a i{padding-left:10px}.odds-header-archive__flex{margin-bottom:-20px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:25px;border-radius:2px;background-color:#fff;box-shadow:2px 4px 5px 0 rgba(31,36,38,0.1)}.odds-header-archive__title{font-family:"Lato Black";letter-spacing:0.3px;font-weight:900;color:#fff;font-size:34px;color:#1f2426;line-height:1.43}.odds-header-archive__subhead{font-weight:normal;font-family:"Lato Regular";line-height:1.43;letter-spacing:0.3px;font-size:18px;color:#959fa3;text-align:center}@media only screen and (max-width: 1199px){.odds-header-archive__flex{margin-top:26px}.odds-header-archive__title{font-size:34px}.odds-header-archive__subhead{font-size:18px}}@media only screen and (max-width: 767px){.odds-header-archive__flex{margin-top:15px}.odds-header-archive__title{font-size:28px}.odds-header-archive__subhead,.odds-header-archive__title{text-align:center}}#odds-affix-sportsbooks-bar{z-index:14;background-color:#fff}#odds-affix-sportsbooks-bar.affix{top:0;width:100%;height:54px;left:0;box-shadow:0 4px 12px 0 rgba(31,36,38,0.25)}#odds-affix-sportsbooks-bar.affix .odds-content__table-head{margin:auto;border-bottom:none;height:54px}.odds-content{padding:15px;background-color:#fff;border-radius:4px;margin-top:-40px;margin-bottom:-40px}.odds-content .tooltip-consensus-data-header{margin-left:10px}@media only screen and (max-width: 767px){.odds-content .tooltip-consensus-data-header{position:absolute;right:0;top:50%;transform:translateY(-50%);margin:0 10px}}.odds-content__toolbar{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;color:#fff;border-radius:2px;padding:0px 15px 10px;background-color:#353f42;font-size:14px;line-height:1.43;letter-spacing:0.3px}.odds-content__toolbar>*{margin-top:10px}.odds-content__calc-button{overflow:hidden;outline:none;margin-left:5px;margin-right:5px;color:#fff;padding:0 14px;height:30px;display:flex;align-items:center;justify-content:center;border:none;font-family:"Lato Bold";font-weight:700;letter-spacing:0.3px;border-radius:2px;text-transform:uppercase;font-size:11px;background-image:linear-gradient(to bottom, #f6a841, #dd973a)}.odds-content__calc-button:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),linear-gradient(to bottom, #f6a841, #dd973a)}.odds-content__calc-button i{margin-right:7px}.odds-content__display-select{color:#656e73;background:url("data:image/svg+xml;charset=utf-8,         <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'>         <polygon points='0,0 80,0 40,50' style='fill:#1f2426;'/>         </svg>");-moz-appearance:none;-webkit-appearance:none;appearance:none;font-weight:700;font-family:"Lato Bold";background-color:#fff;background-repeat:no-repeat;background-size:0.8em auto;background-position-x:calc(100% - 10px);background-position-y:15px;border-radius:2px;border:1px solid #e3e7e8;outline:none;text-align:left;margin-left:5px;margin-right:5px;padding:0 32px 0 8px;line-height:1.45;letter-spacing:0.5px;font-size:16px;height:40px;transform:scale(0.75);margin:10px -20px 0}.odds-content__display-select option{font-size:11px;font-family:"Lato Bold"}.odds-content__best-odds-label{margin-right:10px}.odds-content__toolbar-best-odds-toggle{cursor:pointer;margin-right:15px;background-color:white;width:30px;height:30px;border-radius:2px;box-shadow:0 1px 4px 0 rgba(33,129,219,0.18);border:solid 1px #e3e7e8;display:flex;align-items:center;justify-content:center}.odds-content__toolbar-best-odds-toggle:after{content:'';width:18px;height:18px;border-radius:1px;background-color:#e3e7e8;transition:all 0.15s}.odds-content__toolbar-best-odds-toggle--active:after{background-color:#10a450}.odds-content__toolbar-displaying-label{margin-left:auto;margin-right:10px}.odds-content__footer{margin-top:24px;margin-bottom:12px;display:flex;justify-content:center}.odds-content__completed-link,.odds-content__parlay-link{font-size:12px;font-family:"Lato Bold";font-weight:bold;line-height:1.5;letter-spacing:0.2px;color:#656e73}.odds-content__completed-link i,.odds-content__parlay-link i{transition:all 0.15s}.odds-content__completed-link a,.odds-content__parlay-link a{color:#1f2426;font-family:"Lato Bold";font-weight:bold}.odds-content__completed-link:hover i{transform:translateX(2px)}.odds-content__completed-link i{margin-right:15px}.odds-content__logo-affix-wrapper{height:68px}.odds-content__table-head{text-align:center;border-bottom:1px solid #e3e7e8;height:68px;display:flex;align-items:stretch;width:1140px;margin:auto}@media only screen and (max-width: 1199px){.odds-content__table-head{width:940px}}@media only screen and (max-width: 992px){.odds-content__table-head{width:720px}}.odds-content__logo-wrapper{display:flex;flex:1;position:relative;align-items:stretch}.odds-content__desktop-left-control,.odds-content__desktop-right-control{position:absolute;cursor:pointer;padding:20px;transition:all 0.15s;height:100%;display:flex;opacity:1;transform:scale(1);align-items:center}.odds-content__desktop-left-control:hover,.odds-content__desktop-right-control:hover{color:#000}.odds-content__desktop-left-control{padding-left:6px}.odds-content__desktop-right-control{right:0;padding-right:6px}.odds-content__matchup{min-width:195px}.odds-content__consensus{min-width:255px}.odds-content__book-logo{margin:0 6px 0 0;display:flex;align-items:center;justify-content:center}.odds-content__table-head-label{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:bold;font-family:"Lato Bold";line-height:1.14;letter-spacing:0.6px;color:#656e73}.odds-content__table-row{margin-top:15px;overflow:hidden;display:flex;align-items:stretch}@media only screen and (max-width: 767px){.odds-content__table-row{margin-top:-9px;flex-direction:column}}.odds-content__block{flex:1}.odds-content__teams-vertical{display:flex;flex-direction:column;position:relative;margin-top:24px;z-index:1}.odds-content__teams-vertical span{z-index:2;line-height:0;text-align:center;align-items:center;justify-content:center;display:flex;width:18px;font-size:10px;height:18px;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);background-color:white;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}@media only screen and (max-width: 767px){.odds-content__teams-vertical{flex-direction:row;border-top:2px solid #353f42;padding-top:10px}.odds-content__teams-vertical span{top:calc(50% + 5px)}}.odds-content__team-vertical{border-radius:2px 0 0 2px;display:flex;align-items:center;justify-content:center;color:#fff;letter-spacing:0.3px;font-size:12px;font-weight:bold;font-family:"Lato Bold";min-height:33.44px;height:44%;text-align:center;position:relative;text-transform:uppercase}.odds-content__team-vertical:after{content:'';left:100%;top:0;position:absolute;width:1000%;height:100%}.odds-content__team-vertical i{margin:0 5px}.odds-content__team-vertical--archive:after{display:none}@media only screen and (max-width: 992px){.odds-content__team-vertical--archive{flex:1;border-radius:2px}.odds-content__team-vertical--archive:first-child{margin-right:2px}.odds-content__team-vertical--archive:last-child{margin-left:2px}}@media only screen and (max-width: 767px){.odds-content__team-vertical{flex:1;padding:6px 12px;border-radius:2px}.odds-content__team-vertical:after{display:none}}.odds-content__countdown,.odds-content__game-date{text-align:center;color:#000;font-size:14px;letter-spacing:0.3px}@media only screen and (max-width: 992px){.odds-content__countdown,.odds-content__game-date{margin-bottom:4px}}@media only screen and (max-width: 767px){.odds-content__countdown,.odds-content__game-date{margin-top:0}}.odds-content__countdown.no-label,.odds-content__game-date.no-label{margin-top:12px}.odds-content__countdown-label,.odds-content__game-date-label{text-transform:uppercase;margin-top:12px;text-align:center;font-size:10px;letter-spacing:0.3px;color:#959fa3}@media only screen and (max-width: 767px){.odds-content__countdown-label,.odds-content__game-date-label{margin-top:8px}}.odds-content__table-matchup{position:relative;z-index:1}.odds-content__table-data,.odds-content__table-consensus{position:relative;z-index:2}.odds-content__table-data{margin:0 6px 0 0}.odds-content__table-data table{background-color:#fff;box-shadow:none;margin:0;width:100%;border-collapse:separate;border-spacing:0;border:none}.odds-content__table-data table *{margin:0}.odds-content__table-data table thead tr{border-left:1px solid #e3e7e8;border-right:1px solid #e3e7e8}.odds-content__table-data table thead th{background-color:#e3e7e8;height:24px;border:none;font-size:10px;font-weight:normal;color:#1f2426;padding:0}.odds-content__table-data table thead th:nth-of-type(2){border-radius:2px 0 0 0;border-right:1px solid #e3e7e8}.odds-content__table-data table thead th:last-of-type{border-radius:0 2px 0 0;border-left:0}@media only screen and (max-width: 767px){.odds-content__table-data table thead th:nth-of-type(2),.odds-content__table-data table thead th:last-of-type{border-radius:0}}.odds-content__table-data table tfoot td{height:50px;padding:0;border-left:1px solid #e3e7e8;border-radius:0 0 2px 2px}@media only screen and (max-width: 767px){.odds-content__table-data{margin:0}.odds-content__table-data table{table-layout:fixed}}.odds-content__white-cell{background-color:#fff !important}.odds-content__data-cell{overflow:hidden;height:34px;min-width:40px;font-size:12px;letter-spacing:0.3px;color:#1f2426;padding:2px}.odds-content__data-cell--no-data{color:#959fa3;letter-spacing:0.3px;font-size:10px;padding:0 30px}.odds-content__consensus-header-mobile{position:relative;border:1px solid #e3e7e8;align-items:center;justify-content:center;margin-top:4px;font-size:12px;height:35px;display:none;border-radius:2px 2px 0 0}@media only screen and (max-width: 767px){.odds-content__consensus-header-mobile{display:flex}}.odds-content__table-consensus table{border:none;border-collapse:unset;max-width:255px;background-color:#fff;box-shadow:none;margin:0}.odds-content__table-consensus thead tr{border:none}.odds-content__table-consensus thead th{height:24px;border:none;font-size:10px;font-weight:normal;color:#e3e7e8;padding:0}.odds-content__table-consensus thead th:nth-child(4){border-radius:0 2px 0 0}.odds-content__table-consensus thead th:nth-child(2){border-radius:2px 0 0 0}.odds-content__table-consensus tfoot td{height:50px;padding:0;background-color:#fff;border-radius:0 0 2px 2px;border-left:1px solid #e3e7e8}@media only screen and (max-width: 767px){.odds-content__table-consensus table{table-layout:fixed;max-width:unset}.odds-content__table-consensus tfoot td{background-color:#fff}.odds-content__table-consensus thead th{background-color:#e3e7e8;color:#1f2426}.odds-content__table-consensus thead tr{border:none}.odds-content__table-consensus tbody tr:first-child td:first-child{border:0}.odds-content__table-consensus tbody tr:last-child td:first-child{border:0;border-radius:0 0 0 2px}.odds-content__table-consensus tbody tr:last-child td:last-child{border-radius:0 0 2px 0}}.odds-content__consensus-data{height:34px;color:#1f2426;padding:0 10px;text-align:left;font-family:"Lato Bold";font-size:10px;font-weight:bold;letter-spacing:0.3px}.odds-content__table-data-mobile-away,.odds-content__table-data-mobile-home{padding:0;height:34px;font-size:12px;font-weight:bold;color:#fff;letter-spacing:0.3px;font-family:"Lato Bold"}.odds-content__table-data-mobile-away a,.odds-content__table-data-mobile-away a:focus,.odds-content__table-data-mobile-home a,.odds-content__table-data-mobile-home a:focus{display:block;color:#fff}.odds-content__table-data-mobile-away{background-color:#353f42}.odds-content__table-data-mobile-home{background-color:#656e73 !important}.odds-content__table-data-mobile-book-selector{background-color:#fff;overflow:hidden;border:1px solid #e3e7e8;display:flex;border-radius:2px 2px 0 0;align-items:stretch;font-size:12px;height:40px;position:relative;padding:0 30px;justify-content:center}.odds-content__table-data-mobile-book-selector:after,.odds-content__table-data-mobile-book-selector:before{top:0;z-index:2;content:'';position:absolute;width:40%;height:100%}.odds-content__table-data-mobile-book-selector:before{background:linear-gradient(-90deg, rgba(255,255,255,0), #fff);left:0}.odds-content__table-data-mobile-book-selector:after{background:linear-gradient(90deg, rgba(255,255,255,0), #fff);right:0}@media only screen and (min-width: 768px){.odds-content__table-data-mobile-book-selector{display:none}}.odds-content__mobile-left-control,.odds-content__mobile-right-control{position:absolute;cursor:pointer;transition:all 0.15s;height:100%;display:flex;align-items:center;z-index:3}.odds-content__mobile-left-control{padding:10px 10% 10px 10px;left:0}.odds-content__mobile-right-control{padding:10px 10px 10px 10%;right:0}.odds-content__book-logo-mobile{justify-content:center;align-items:center;height:100%;display:flex;width:70px}.odds-content__book-logo-mobile img{height:23px;width:auto}.odds-content__consensus-progress-bar{display:block;height:4px;border-radius:2px}.odds-content__consensus-progress-bar--low{background-color:#b61e22}.odds-content__consensus-progress-bar--med{background-color:#f6a841}.odds-content__consensus-progress-bar--high{background-color:#10a450}.odds-content__betnow,.odds-content__matchup-details-link{display:flex;align-items:center;justify-content:center;height:100%;font-weight:bold;font-family:"Lato Bold";letter-spacing:0.3px}.odds-content__betnow i,.odds-content__matchup-details-link i{transition:all 0.15s;margin-left:8px;font-size:10px}.odds-content__betnow:hover,.odds-content__matchup-details-link:hover{text-decoration:none}.odds-content__betnow:hover i,.odds-content__matchup-details-link:hover i{transform:translateX(2px)}.odds-content__betnow{color:#10a450}.odds-content__betnow:hover,.odds-content__betnow:focus{color:#10a450}.odds-content__betnow--disabled{cursor:unset;color:#e3e7e8}.odds-content__betnow--disabled:hover,.odds-content__betnow--disabled:focus{color:#e3e7e8}.odds-content__matchup-details-link{color:#b61e22}.odds-content__matchup-details-link:hover,.odds-content__matchup-details-link:focus{color:#b61e22}.odds-content__team-vertical-away:hover,.odds-content__team-vertical-away:focus,.odds-content__team-vertical-home:hover,.odds-content__team-vertical-home:focus{color:#fff}.odds-content__team-vertical-away{background-color:#353f42}.odds-content__team-vertical-away:after{background-color:#353f42}@media only screen and (max-width: 767px){.odds-content__team-vertical-away{margin-right:2px}}.odds-content__team-vertical-home{background-color:#656e73;margin-top:1px}.odds-content__team-vertical-home:after{background-color:#656e73}@media only screen and (max-width: 767px){.odds-content__team-vertical-home{margin-top:0;margin-left:2px}}@media only screen and (max-width: 992px){.odds-content__team-vertical--archive{margin-top:10px}}@media only screen and (max-width: 767px){.odds-content__team-vertical--archive{margin-top:0}}.odds-content__date-divider{letter-spacing:0.3px;font-weight:bold;font-family:"Lato Bold";margin:30px 0 10px;text-align:center;display:flex;align-items:center;font-size:14px}.odds-content__date-divider span{margin:0 30px}.odds-content__date-divider:before,.odds-content__date-divider:after{content:'';height:1px;flex:1;background-color:#e3e7e8}.odds-content__error-view{flex-direction:column;height:280px;display:flex;align-items:center;justify-content:center;text-align:center}.odds-content__error-title{font-size:24px;letter-spacing:0.3px;line-height:0.92;max-width:600px;margin-bottom:20px}.odds-content__error-message{color:#959fa3;max-width:600px}.odds-content__modal-body{font-size:18px;color:#000;display:flex;align-items:center;flex-direction:column;background-color:#fff;padding:20px 20px 30px}.odds-content__modal-bet-input-group-addon:first-child{border:1px solid #e3e7e8;border-right:0;background-color:#fff}.odds-content__modal-bet-input:last-child{height:40px;border-radius:0 4px 4px 0;border:1px solid #e3e7e8;outline:none;padding:10px;width:100%;appearance:none}.odds-content__modal-bet-input-group{margin:20px 0 10px;border-radius:4px;width:250px}.odds-content__optional-bets{margin-bottom:20px;display:flex}.odds-content__optional-bet-badge{margin:0 4px;background-color:#e3e7e8;border-radius:2px;padding:4px 10px;color:#353f42;font-size:14px;cursor:pointer;font-weight:bold;font-family:"Lato Bold"}@media only screen and (max-width: 767px){.odds-content{margin-top:unset;border-radius:0}}.odds-disclaimer{padding:0 15px;text-align:center;padding-top:28px;margin-top:10px;height:100px;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:2;line-height:1.33;letter-spacing:0.3px;color:#959fa3}.odds-disclaimer--archive{margin:28px 0 0 0;height:50px;padding:0}@media only screen and (max-width: 767px){.odds-disclaimer--archive{padding:20px;height:unset}}@media only screen and (max-width: 1199px){.show-on-desktop-only{display:none}}.control-is-disabled{opacity:0.15;transform:scale(0.8);cursor:default}.consensus-onboarding-carousel,.consensus-onboarding-carousel-charts{width:100%}.consensus-onboarding-carousel__indicators,.consensus-onboarding-carousel-charts__indicators{color:#656e73}.consensus-onboarding-carousel__indicators i,.consensus-onboarding-carousel-charts__indicators i{cursor:pointer;font-size:16px;margin:20px 3px 0}.consensus-onboarding-carousel__slide,.consensus-onboarding-carousel-charts__slide{display:flex;flex-direction:column;align-items:center;color:#656e73;font-size:14px;text-align:center}.consensus-onboarding-carousel__slide img,.consensus-onboarding-carousel-charts__slide img{margin-top:10px;margin-bottom:20px}@media screen and (min-width: 768px){.consensus-onboarding-carousel__slide--mobile,.consensus-onboarding-carousel-charts__slide--mobile{display:none}}@media only screen and (max-width: 767px){.consensus-onboarding-carousel__slide--desktop,.consensus-onboarding-carousel-charts__slide--desktop{display:none}}.page-template-template-content-hub-odds-archive .background-header--standard{height:210px}@media only screen and (max-width: 992px){.page-template-template-content-hub-odds-archive .background-header--standard{height:100px}}.page-template-template-content-hub-odds-archive .background-header__mask{height:100px}@media only screen and (max-width: 992px){.page-template-template-content-hub-odds-archive .background-header__mask{height:40px}}.page-template-template-content-hub-odds-archive .hero-header-standard-container{padding:20px 15px 0 15px}.odds-content-archive{margin-top:45px}.odds-content-archive__loader{display:none;z-index:999;position:fixed;height:100%;width:100%;top:0;left:0}.odds-content-archive__loader:before{content:'';background-color:#1f2426;width:100%;height:100%;top:0;left:0;position:absolute;opacity:0.5;z-index:1}.odds-content-archive__loader>div{position:absolute;left:50%;width:22px;height:22px;top:50%;z-index:2;transform:translate(-50%, -50%) rotate(45deg)}.odds-content-archive__loader .sk-folding-cube .sk-cube:before{background-color:#353f42}.odds-content-archive__schedule-nodes-scroller{margin:0 30px;display:flex;align-items:center;justify-content:space-between;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.odds-content-archive__schedule-nodes-scroller::-webkit-scrollbar{width:0;height:0}@media only screen and (max-width: 767px){.odds-content-archive__schedule-nodes-scroller{margin:0}.odds-content-archive__schedule-nodes-scroller:after,.odds-content-archive__schedule-nodes-scroller:before{content:'';width:15px;min-width:15px;height:50px;display:block}}.odds-content-archive__schedule-nodes-container{position:relative;margin-bottom:20px}@media only screen and (max-width: 992px){.odds-content-archive__schedule-nodes-container{margin-bottom:5px}}@media only screen and (max-width: 767px){.odds-content-archive__schedule-nodes-container{width:calc(100% + 30px);margin-left:-15px}}.odds-content-archive__schedule-control{font-size:20px;position:absolute;z-index:2;height:100%;top:0;display:flex;align-items:center;transition:all 0.15s;opacity:0.25;transform:scale(0.8)}.odds-content-archive__schedule-control--active{transform:scale(1);opacity:1 !important;cursor:pointer}@media only screen and (max-width: 767px){.odds-content-archive__schedule-control{display:none}}.odds-content-archive__schedule-previous-control{padding:20px 20px 20px 0;left:0}.odds-content-archive__schedule-next-control{padding:20px 0 20px 20px;right:0}.odds-content-archive__schedule-node{cursor:pointer;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10px;margin:0 6px;border-radius:2px;border:solid 1px #e3e7e8;background-color:#fff;position:relative;z-index:1;transition:all 0.1s;flex:1}.odds-content-archive__schedule-node:before,.odds-content-archive__schedule-node--active:before{content:'';position:absolute;z-index:-1;background-color:#fff;border:2px solid #d72429;width:calc(100% + 2px);height:calc(100% + 2px);border-radius:2px;top:-1px;left:-1px;opacity:0;transition:all 0.1s}.odds-content-archive__schedule-node--regular{max-width:95px;min-width:95px}.odds-content-archive__schedule-node--comp{flex:1 0 auto}.odds-content-archive__schedule-node--active:before{opacity:1}.odds-content-archive__schedule-node:hover{border-color:transparent}.odds-content-archive__schedule-node:hover:before{opacity:1}.odds-content-archive__schedule-node-weekday{color:#959fa3}.odds-content-archive__schedule-node-day{font-size:22px;font-weight:bold;margin-right:4px;font-family:"Lato Bold"}.odds-content-archive__schedule-node-month{color:#656e73;font-size:17px}.odds-content-archive__schedule-node:nth-child(1){margin-left:auto}.odds-content-archive__schedule-node:last-child{margin-right:auto}@media only screen and (max-width: 992px){.odds-content-archive__schedule-node-day{font-size:16px}.odds-content-archive__schedule-node-weekday,.odds-content-archive__schedule-node-month{font-size:14px}}.odds-content-archive__matchups{display:none}.odds-content-archive__matchups--visible{display:block}.odds-content-archive__matchup{margin-bottom:15px;display:flex}@media only screen and (max-width: 992px){.odds-content-archive__matchup{flex-direction:column;margin-bottom:0}}.odds-content-archive__teams-container{min-width:200px;display:flex;flex-direction:column}.odds-content-archive__teams-vertical{position:relative}@media only screen and (max-width: 992px){.odds-content-archive__teams-vertical{margin-top:20px;flex-direction:row;border-top:2px solid #353f42}.odds-content-archive__teams-vertical span{margin-top:5px}}@media only screen and (max-width: 767px){.odds-content-archive__teams-vertical span{top:50%}}.odds-content-archive__scores-container{flex:1;margin-right:10px;height:144px}.odds-content-archive__scores-container table{table-layout:fixed}.odds-content-archive__scores-container table tbody td{font-size:12px;padding:0}.odds-content-archive__scores-container table thead th:nth-of-type(2){border-radius:0}.odds-content-archive__scores-container table thead th:first-of-type{border-radius:2px 0 0 0;border-right:1px solid #e3e7e8}.odds-content-archive__scores-container table thead th:last-of-type{border-radius:0 2px 0 0;border-left:0}@media only screen and (max-width: 992px){.odds-content-archive__scores-container{display:none}}.odds-content-archive__scores-container--mobile{display:none;margin:5px 0 0}.odds-content-archive__scores-container--mobile table{margin:0}.odds-content-archive__scores-container--mobile table thead tr{height:30px}.odds-content-archive__scores-container--mobile table thead tr th{font-weight:bold;font-size:12px;font-family:"Lato Bold";color:#353f42}.odds-content-archive__scores-container--mobile table thead tr th:first-child{color:#fff;background-color:#353f42}.odds-content-archive__scores-container--mobile table thead tr th:last-child{color:#fff;background-color:#656e73}.odds-content-archive__scores-container--mobile table tbody tr td:first-child{border-left:1px solid #e3e7e8}.odds-content-archive__scores-container--mobile table tbody tr:last-child td:last-child{border-radius:0 0 2px 0}.odds-content-archive__scores-container--mobile table tbody tr:last-child td:first-child{border-radius:0 0 0 2px}.odds-content-archive__scores-container--mobile table tbody td{background-color:#fff !important;padding:7px 15px}.odds-content-archive__scores-container--mobile table tbody td:nth-child(even){position:relative;z-index:1}.odds-content-archive__scores-container--mobile table tbody td:nth-child(2):before{background-color:#e3e7e8;opacity:0.45;content:'';position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:-1}@media only screen and (max-width: 992px){.odds-content-archive__scores-container--mobile{display:block;height:100%}}.odds-content-archive__results-container{width:255px;height:144px}@media only screen and (max-width: 992px){.odds-content-archive__results-container{width:unset;height:unset;margin-top:5px}}.odds-content-archive__results-header{border-radius:2px 2px 0 0;background-color:#353f42;font-weight:bold;font-family:"Lato Bold";font-size:12px;color:#fff;text-align:center;padding:2px;height:24px;display:flex;align-items:center;justify-content:center}.odds-content-archive__results-body{border-radius:0 0 2px 2px;display:flex;border:1px solid #e3e7e8;border-top:none;flex-direction:column;padding:6px 8px 8px;height:calc(100% - 25px)}@media only screen and (max-width: 992px){.odds-content-archive__results-body{display:block;height:unset}}.odds-content-archive__results-row{background-color:#f2f4f5;color:#353f42;font-size:14px;margin-top:2px;padding:0 10px;flex:1;border-radius:2px;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 992px){.odds-content-archive__results-row{height:34px}}.odds-content-archive__results-value{font-weight:bold;font-family:"Lato Bold";font-size:14px;color:#000}.odds-content-archive__error-view{flex-direction:column;height:280px;margin-top:20px;display:flex;align-items:center;justify-content:center;text-align:center}.odds-content-archive__error-title{font-size:24px;letter-spacing:0.3px;line-height:0.92;max-width:600px;margin-bottom:20px}.odds-content-archive__error-message{color:#959fa3;max-width:600px}.matchup .gradient-home,.matchup .gradient-away{position:absolute;top:0px;left:0px;opacity:0.8;box-shadow:0 6px 16px 0 rgba(0,0,0,0.1);z-index:2}.matchup .container{z-index:3;position:relative}.matchup .container .breadcrumb,.matchup .container .breadcrumb a,.matchup .container .breadcrumb span,.matchup .container .breadcrumb span a{color:#fff}.betting-container{border-radius:4px;background-image:linear-gradient(to bottom, #fff, #fff);box-shadow:0 -32px 55px 0 rgba(31,36,38,0.25);padding:24px}.betting-container .col-lg-5{padding-left:0px}@media (max-width: 992px){.betting-container{padding:16px 0;margin-left:-15px;margin-right:-15px}.betting-container .col-lg-5{padding-left:15px}.betting-container .col-lg-7{padding:0}}@media (max-width: 992px) and (min-width: 767px){.betting-container .col-lg-7{padding:0 12px 0 0}}@media (max-width: 992px) and (max-width: 767px){.betting-container{box-shadow:none}}.content-container{padding:0 24px}.content-container .schedule-event{background:transparent;border:0;box-shadow:none;margin:0}.content-container .schedule-event .event-bottom .schedule-listing-title{z-index:4;position:relative;display:block;padding:0 10px}.content-container .schedule-event .event-bottom .event-betting{text-align:left;margin-bottom:40px;border-radius:2px;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);background-color:#f2f4f5;border:solid 1px #e3e7e8;padding:70px 6px 10px 25px;margin-top:-50px}.content-container .schedule-event .event-bottom .event-betting .event-betting-sportbook{margin-left:0}.content-container .schedule-event .event-bottom .event-betting .event-betting-sportbook .event-betting-name{width:51px;left:-51px}.content-container .schedule-event .event-bottom .event-betting .event-betting-sportbook .event-betting-name .event-betting-teamname{width:51px}.content-container .schedule-event .event-bottom .event-betting .event-betting-sportbook.first{margin-left:48px}@media (max-width: 992px){.content-container .schedule-event .event-bottom .event-betting .event-betting-sportbook.first{margin-left:42px}}@media (max-width: 767px){.content-container .schedule-event .event-bottom .event-betting .event-betting-sportbook.first{margin-left:32px}}.content-container .schedule-event .event-bottom .event-betting .event-betting-time{display:none}.content-container h2{font-family:"Lato Bold";font-size:32px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.38;letter-spacing:normal;color:#1f2426;margin-bottom:8px}.content-container p{color:#353f42}@media (max-width: 992px){.content-container{padding:0px 12px}}@media (max-width: 767px){.content-container{padding:0px}}.matchup-video{height:378px}@media (max-width: 780px) and (min-width: 767px){.fluid-betting-container .container{width:738px}.matchup-video{height:360px}}@media (max-width: 767px){.matchup-video{height:auto}}.matchup .dark-background{border-top:0px;margin-top:-10px}@media (max-width: 992px){.matchup .dark-background{padding:0px}.matchup .dark-background .col-sm-12{padding:0 12px}}.ats-table{min-height:144px}.error-bar{background-color:#fff;color:#000 !important}article.container{margin-top:5px;margin-bottom:20px;padding:0 35px}article.container h2,article.container h3,article.container .related-post-details .related-title,.related-post-details article.container .related-title,article.container h4{margin-top:40px;margin-bottom:10px}article.container h2:first-child,article.container h3:first-child,article.container .related-post-details .related-title:first-child,.related-post-details article.container .related-title:first-child,article.container h4:first-child{margin-top:0}@media only screen and (max-width: 768px){article.container{padding:0px}}.page-template-template-content-hub-v2 .featured-event.schedule-event .event-betting-sportbook{width:270px}.page-template-template-content-hub-v2 .featured-event.schedule-event .event-betting-sportbook:last-of-type{margin-right:6px}.page-template-template-content-hub-v2 .schedule-event .event-betting-sportbook{width:242px}.page-template-template-content-hub-v2 .schedule-event .event-betting-sportbook:last-of-type{margin-right:6px}@media (min-width: 481px) and (max-width: 991px){.page-template-template-teams-divisions-page .page-header h1{margin-top:20px}}.page-template-template-teams-divisions-page .divisions{overflow:hidden;width:100%;margin-bottom:70px;background-color:#fff;padding:20px;border-radius:2px}@media only screen and (max-width: 767px){.page-template-template-teams-divisions-page .divisions{margin-top:20px}}.page-template-template-teams-divisions-page .divisions-wrapper{border-radius:2px;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);background-color:#fff;border:solid 1px #e3e7e8;font-family:'Lato Bold';overflow:hidden;margin-bottom:24px}.page-template-template-teams-divisions-page .divisions-wrapper .division .division-header{border-radius:2px 2px 0 0;background-color:#353f42}.page-template-template-teams-divisions-page .divisions-wrapper .division .division-header span{padding:8px 16px;height:20px;font-size:14px;font-weight:900;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:0.3px;color:#fff}.page-template-template-teams-divisions-page .divisions-wrapper .division .region-wrapper .region{width:50%;float:left}.page-template-template-teams-divisions-page .divisions-wrapper .division .region-wrapper .region:nth-child(even) .team-wrapper{border-right:0}.page-template-template-teams-divisions-page .divisions-wrapper .division .region-wrapper .region .region-header{height:36px;background-color:#fafafa;border-bottom:1px solid #e3e7e8;border-top:1px solid #e3e7e8}.page-template-template-teams-divisions-page .divisions-wrapper .division .region-wrapper .region .region-header span{display:inline-block;padding:8px 15px;font-size:14px;font-weight:900;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:0.3px;color:#1f2426}.page-template-template-teams-divisions-page .divisions-wrapper .division .region-wrapper .region .team-wrapper{padding-right:10px;display:flex;align-items:center;height:36px;background-color:#fff}.page-template-template-teams-divisions-page .divisions-wrapper .division .region-wrapper .region .team-wrapper a{color:#1f2426;line-height:1}.page-template-template-teams-divisions-page .divisions-wrapper .division .region-wrapper .region .team-wrapper .team-pill{min-width:45px;padding:2px;margin:7px 15px}.page-template-template-teams-divisions-page .divisions-wrapper .division .region-wrapper .region .team-wrapper .team-pill a{color:#fff}.page-template-template-teams-divisions-page .divisions-wrapper .division .region-wrapper .region .team-wrapper .team-pill a:hover,.page-template-template-teams-divisions-page .divisions-wrapper .division .region-wrapper .region .team-wrapper .team-pill a:active,.page-template-template-teams-divisions-page .divisions-wrapper .division .region-wrapper .region .team-wrapper .team-pill a:focus{text-decoration:none}.page-template-template-teams-divisions-page .divisions-wrapper .division .region-wrapper .region .team-wrapper .team-name{font-size:14px;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:0.3px;color:#1f2426}@media (max-width: 767px){.page-template-template-teams-divisions-page .divisions-wrapper .division .region-wrapper .region{width:100%}.page-template-template-teams-divisions-page .divisions-wrapper .division .region-wrapper .region .team-wrapper{border-right:none}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) article{margin-bottom:40px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .mobile-wrapper{padding:0 20px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .bet-now:not(.tiny){display:flex;justify-content:center;align-items:center;height:49px;width:200px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .top-promos .bet-now{width:156px;height:40px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .bet-now.bet-now-small{width:98px;height:32px}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage).logged-in .background-header{top:10px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .background-header--standard{height:530px}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .background-header--standard{height:645px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .background-header__mask{height:410px;background:rgba(0,0,0,0.3)}@media only screen and (max-width: 1024px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .background-header__mask{height:429px}}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .background-header__mask{background:rgba(0,0,0,0.3);height:440px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .breadcrumb-light .breadcrumb{padding:20px 0 5px 0}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .hero-header-standard-container{padding:0}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header{background-position:top center}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header>div{position:relative;z-index:2}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .hexagon{width:255px;height:288px}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .hexagon{width:259px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .hexagon h2{font-size:40px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .hexagon span{font-size:12px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .hexagon .rating{bottom:22%}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .hexagon .rating ul li{padding:8px 0 0 8px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .hexagon .rating ul li:first-child{padding-left:0}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .hexagon .rating ul li i{font-size:15px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .sportsbook-header-container{position:relative;margin-bottom:25px}@media only screen and (max-width: 1024px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .sportsbook-header-container{margin-bottom:0}}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .sportsbook-header-container{margin-top:30px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .sportsbook-header-container .hexagon{margin:5px -25px 0 auto}@media (max-width: 991px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .sportsbook-header-container .hexagon{margin:50px -25px 0 auto}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .sportsbook-header-container .terms-and-conditions-text{width:100%}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview{color:#fff;margin:0 -15px 28px -15px}@media (max-width: 1199px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview{margin-bottom:60px}}@media only screen and (max-width: 1024px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview{margin-bottom:0}}@media (max-width: 991px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview{margin-top:40px}}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview{margin:20px 0 30px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview h1,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .info-inline-bonus,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .info-inline-meta{text-align:center}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .last-updated{color:#959fa3}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .last-updated{text-align:center;margin-bottom:15px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .show-on-mobile{height:230px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .show-on-mobile .hexagon{transform:scale(0.55) translateX(-79%) translateY(4%);left:45%;margin:-107px 0;animation-name:null}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .main-heading{display:flex;flex-direction:column}@media (max-width: 768px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .main-heading{text-align:left}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .main-heading h1{font-size:54px;white-space:pre-wrap;line-height:1;margin:8px 0 16px}@media only screen and (max-width: 992px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .main-heading h1{font-size:40px}}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .main-heading h1{font-size:30px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .main-heading .disclosure-header-reviews{color:#959fa3;text-decoration:underline;font-size:14px;line-height:18px;letter-spacing:0.2px}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .main-heading .disclosure-header-reviews{text-align:center}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview a,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview h1{color:#fff}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .info-inline-meta{font-size:16px;margin-bottom:20px;text-decoration:underline}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .info-inline-bonus{position:absolute;left:245px;font-size:16px;margin-top:35px}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .info-inline-bonus{text-align:left}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .info-inline-bonus .sb-bonus-offer{margin-left:4px;position:relative;z-index:10}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .info-inline-bonus .sb-bonus-offer__info-icon{width:14px;height:14px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .info-inline-bonus .bonus-wrapper{margin-bottom:12px;line-height:0}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .info-inline-bonus .bonus-wrapper span{vertical-align:sub}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .info-inline-bonus b{font-family:"Lato Bold";font-weight:bold}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .info-inline-bonus .terms-and-conditions-text{line-height:0}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .info-inline-bonus img{width:20px;height:20px}@media (max-width: 1199px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .info-inline-bonus{position:relative;margin-top:20px;left:0}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .promo-code{left:0;position:absolute;bottom:-30px;color:#959fa3;line-height:1.4}@media (min-width: 767px) and (max-width: 1199px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .promo-code{bottom:-15px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .promo-code span{color:#fff;font-family:"Lato Bold";font-weight:bold}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container{position:relative;margin-top:32px;display:flex;flex-direction:column}@media only screen and (max-width: 1024px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container{min-height:91px}}@media only screen and (max-width: 992px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container{min-height:115px}}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container{min-height:inherit}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container .bet-now{width:214px}@media (min-width: 992px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container .affix{position:static}}@media (max-width: 1199px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container{flex-direction:column;align-items:start}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container .betnow-button-affix.affix{margin-bottom:10px;background-image:linear-gradient(to bottom, #fff, #ecf0f1);display:flex;justify-content:center;padding:10px 0;z-index:10;left:0;right:0;bottom:0;box-shadow:0 0 10px 0 rgba(0,0,0,0.12)}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container .betnow-button-affix.affix:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),linear-gradient(to bottom, #fff, #ecf0f1)}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container .betnow-button-affix.affix *{margin:0}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container .promo-code{position:unset;margin-left:0;min-height:20px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container .bet-now{margin-bottom:12px}}@media (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container{align-items:center}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container .bet-now{margin-bottom:20px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .fullwidth-sportsboook-header .fullwidth-sportsbook-header-overview .bet-now-container .promo-code{margin-top:-10px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container{line-height:2}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container span{font-size:18px;line-height:1.78}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-1 span:nth-child(2){float:right;color:#c62525;font-family:"Lato Bold";font-weight:bold;font-size:20px}@media (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-1 span:nth-child(2){font-size:18px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-1 .info-bar-wrapper{position:relative}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-1 .info-bar-wrapper .info-bar-fill{background-color:#c62525;height:8px;position:absolute;top:0;border-radius:2px 0 0 2px;animation:progress-bar;animation-duration:1s;animation-fill-mode:backwards;transform-origin:0% 50%;width:100%}@keyframes progress-bar{0%{transform:scaleX(0)}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-1 .info-bar-wrapper .info-bar-base{width:100%;height:8px;border-radius:2px;background-color:#1f2426}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-1 .info-bar-wrapper .info-bar-base:after{opacity:0.35;content:"";border-radius:2px;height:8px;width:100%;background-color:#c62525;position:absolute}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-2 span:nth-child(2){float:right;color:#f7a941;font-family:"Lato Bold";font-weight:bold;font-size:20px}@media (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-2 span:nth-child(2){font-size:18px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-2 .info-bar-wrapper{position:relative}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-2 .info-bar-wrapper .info-bar-fill{background-color:#f7a941;height:8px;position:absolute;top:0;border-radius:2px 0 0 2px;animation:progress-bar;animation-duration:1s;animation-fill-mode:backwards;transform-origin:0% 50%;width:100%}@keyframes progress-bar{0%{transform:scaleX(0)}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-2 .info-bar-wrapper .info-bar-base{width:100%;height:8px;border-radius:2px;background-color:#1f2426}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-2 .info-bar-wrapper .info-bar-base:after{opacity:0.35;content:"";border-radius:2px;height:8px;width:100%;background-color:#f7a941;position:absolute}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-3 span:nth-child(2){float:right;color:#6ba53a;font-family:"Lato Bold";font-weight:bold;font-size:20px}@media (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-3 span:nth-child(2){font-size:18px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-3 .info-bar-wrapper{position:relative}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-3 .info-bar-wrapper .info-bar-fill{background-color:#6ba53a;height:8px;position:absolute;top:0;border-radius:2px 0 0 2px;animation:progress-bar;animation-duration:1s;animation-fill-mode:backwards;transform-origin:0% 50%;width:100%}@keyframes progress-bar{0%{transform:scaleX(0)}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-3 .info-bar-wrapper .info-bar-base{width:100%;height:8px;border-radius:2px;background-color:#1f2426}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-3 .info-bar-wrapper .info-bar-base:after{opacity:0.35;content:"";border-radius:2px;height:8px;width:100%;background-color:#6ba53a;position:absolute}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-4 span:nth-child(2){float:right;color:#0fa350;font-family:"Lato Bold";font-weight:bold;font-size:20px}@media (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-4 span:nth-child(2){font-size:18px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-4 .info-bar-wrapper{position:relative}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-4 .info-bar-wrapper .info-bar-fill{background-color:#0fa350;height:8px;position:absolute;top:0;border-radius:2px 0 0 2px;animation:progress-bar;animation-duration:1s;animation-fill-mode:backwards;transform-origin:0% 50%;width:100%}@keyframes progress-bar{0%{transform:scaleX(0)}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-4 .info-bar-wrapper .info-bar-base{width:100%;height:8px;border-radius:2px;background-color:#1f2426}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-info-bars .info-bar-container.bar-4 .info-bar-wrapper .info-bar-base:after{opacity:0.35;content:"";border-radius:2px;height:8px;width:100%;background-color:#0fa350;position:absolute}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .mock-display-wrapper{width:1440px;height:135px;position:absolute;left:0;bottom:0}@media (max-width: 1199px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .mock-display-wrapper{display:none}}@media (min-width: 768px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .show-on-mobile{display:none !important}}@media (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .show-on-desktop{display:none !important}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container{position:relative;z-index:2}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .equal{display:flex;display:-webkit-flex;flex-wrap:wrap}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .equal:after,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .equal:before{display:none}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .row div:last-of-type{border-right:0}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant{text-align:center;border-right:1px solid #e3e7e8}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant .icon-image{margin-top:-25px;width:79px;height:92px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant img:not(.icon-image){max-width:100%;height:auto;margin-bottom:-10px !important}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant ul{margin-left:30px;max-width:240px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant ul li{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant ul li a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant ul li{font-size:12px;line-height:1.83}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant ul b,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant ul strong{font-family:"Lato Bold"}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant p{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant p a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant p{font-size:12px;line-height:1.83}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant span{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;display:block;text-align:center;margin:0 0 18px 0}@media only screen and (max-width: 992px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant span{font-size:16px;line-height:1.38}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant div{padding:10px 10px 20px}@media (max-width: 1199px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant ul{margin:auto;transform:translateX(15px)}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant:nth-child(1){border-bottom:1px solid #e3e7e8}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant:nth-child(2){border-bottom:1px solid #e3e7e8;border-right:none}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant:nth-child(3) .icon-image,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant:nth-child(4) .icon-image{margin-top:0}}@media (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .equal{flex-direction:column}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant{border-right:none}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant .icon-image{margin:0}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .book-info-quadrants-container .book-info-quadrant:nth-child(3){border-bottom:1px solid #e3e7e8}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav{margin-bottom:40px;height:60px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav.can-touch .subnav-item:hover:after{display:none}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav nav#navbar-subnav{border:none;margin:0}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .top-bar-element{height:8px;width:100%;background-image:linear-gradient(94deg, #d72429, #b61e22)}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .top-bar-element:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),linear-gradient(94deg, #d72429, #b61e22)}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .affix-container{z-index:5;height:60px;border-bottom:1px solid #e3e7e8;overflow-y:hidden}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .affix-container.affix{background-image:linear-gradient(to bottom, #fff, #f2f4f5),linear-gradient(#fff, #fff);box-shadow:0 4px 12px 0 rgba(31,36,38,0.25);top:0;border-bottom:none;right:0;left:0;height:60px;position:fixed !important}@media (max-width: 1199px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .affix-container.affix ul.nav{max-width:950px}}@media (max-width: 991px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .affix-container.affix ul.nav{max-width:750px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav ul.nav{margin:auto;max-width:1140px;display:flex;flex-wrap:nowrap;justify-content:space-between;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav ul.nav:before,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav ul.nav:after{display:none}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav ul.nav li a{height:60px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .logo-item .subnav-item{padding:8px 30px;height:60px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .logo-item .subnav-item:hover:after{transform:translateY(4px)}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .logo-item .subnav-item img{transform:translateY(-50%);position:relative;top:50%}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .logo-item:hover a{border-bottom:0}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .logo .subnav-item:after,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;width:100%;background-image:linear-gradient(99deg, #d72429, #b61e22)}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .subnav-item{color:#1f2426;font-family:"Lato Regular";font-weight:normal;font-style:normal;font-stretch:normal;font-size:14px;line-height:1.43;font-size:16px;line-height:1.3;white-space:nowrap;padding:20px 30px;font-family:"Lato Bold";color:#656e73;text-transform:uppercase;position:relative}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .subnav-item a{font-family:"Lato Regular"}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .subnav-item{font-size:12px;line-height:1.83}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .subnav-item:after{transform:translateY(4px);transition:transform 0.1s ease}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .subnav-item:hover{text-decoration:none}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .subnav-item:hover:after{transform:translateY(0px)}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .active a{position:relative}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .active a:after{content:"";transform:translateY(0)}@media (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav{height:48px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav ul.nav li{height:48px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .affix-container.affix{height:48px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .affix-container.affix .subnav-item{font-size:14px;line-height:0;padding:26px 15px 22px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-subnav .affix-container.affix .logo-item a{padding:5px 0 4px 10px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sidebar-betting-menu{margin-top:40px}@media (max-width: 991px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sidebar-betting-menu{margin-bottom:0}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sidebar-betting-menu:before{display:none}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sidebar-betting-menu:before{content:"";position:absolute;height:100%;left:-48px;width:1px;background-color:#e3e7e8}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sidebar-betting-menu+.sidebar-card-affix-wrapper{margin-top:0}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sidebar-card-affix-wrapper{width:100%;height:655px;margin-top:40px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card{border-radius:4px;box-shadow:0 6px 24px 0 rgba(0,0,0,0.16);background-color:#fafafa;border:solid 1px #e3e7e8;width:100%;max-width:262.5px;position:relative}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card.affix{top:80px;position:fixed}@media (max-width: 1199px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card.affix{width:293px}}@media (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card.affix{display:none}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .hexagon{position:absolute;left:50%;margin:auto;top:-10px;transform:scale(0.35) translateX(-140%);z-index:2}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-header{background-repeat:no-repeat;background-size:cover;height:200px;background-color:#2a2f31;display:flex;justify-content:center;align-items:center}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-header a{z-index:2;margin-top:-30px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-body{padding:20px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-body .sb-bonus-offer{margin-left:6px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-body .bonus-text{margin-top:24px;font-family:"Lato Bold";font-weight:bold;display:inline-block;color:#1f2426}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-body .sportsbook-review-info-bars{margin-top:60px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-body .sportsbook-review-info-bars .info-bar-container{margin-top:2px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-body .sportsbook-review-info-bars .info-bar-container .info-bar-wrapper .info-bar-base{background-color:rgba(0,0,0,0)}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-body .sportsbook-review-info-bars .info-bar-container span{font-size:16px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-body .sportsbook-review-info-bars .info-bar-container span:first-child{color:#353f42}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-body .sportsbook-review-info-bars .info-bar-container span:nth-child(2){margin-top:4px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-body a span{margin-top:45px;position:absolute;right:50%;transform:translateX(50%)}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-body a span,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-body a:hover{color:#4197f7;font-family:"Lato Regular";font-weight:400}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-body .bet-now{margin-top:24px;width:100%}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-sidebar-card .card-body .terms-and-conditions-text{line-height:1}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-header .flex{display:flex;flex-direction:column}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-header .flex *{margin:0}@media (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-header{display:block}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-header a{color:#4197f7;font-weight:400;margin-top:10px;display:block}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content h2,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content h3,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .related-post-details .related-title,.related-post-details .single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .related-title{margin-top:30px;margin-bottom:20px}@media only screen and (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content h2,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content h3,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .related-post-details .related-title,.related-post-details .single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .related-title{margin-top:20px;margin-bottom:20px}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content h4,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content h5,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sidebar-title,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .schedule-listing .schedule-listing-date,.schedule-listing .single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .schedule-listing-date,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .schedule-page .schedule-listing-date,.schedule-page .single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .schedule-listing-date,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content h6{margin-top:30px;margin-bottom:15px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:40px;align-items:flex-start}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .content-wrapper{flex-wrap:wrap;display:flex;max-width:100%;display:block}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .content-wrapper *:first-child{margin-top:0}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section img{width:240px;height:192px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section hr{width:100%;height:1px;background-color:#e3e7e8;border:none;margin:24px 0 48px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container{display:flex;flex-direction:row;flex-wrap:wrap;width:60%}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container h2{flex:100%;margin-top:0px;margin-bottom:50px;position:relative}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container h2 span{position:absolute;top:-80px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container .content-section div:first-child{font-size:14px;text-transform:uppercase;color:#656e73}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container .content-section div:last-child{font-family:"Lato Bold";font-weight:bold}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container .content-section:nth-of-type(2){margin-left:36px}@media (min-width: 992px) and (max-width: 1199px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container{flex-direction:column;max-width:50%}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container h2{margin-bottom:0}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container .content-section{margin-top:30px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container .content-section:nth-of-type(2){margin:24px 0 0 0}}@media (max-width: 992px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container{flex-direction:column}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container h2{margin-bottom:0}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container .content-section{margin-top:40px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container .content-section:nth-of-type(2){margin:24px 0 0 0}}@media (max-width: 992px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container{width:50%}}@media (max-width: 600px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section{flex-direction:column;align-items:start}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container{width:100%}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .left-container .content-section{margin-top:20px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section img{margin:32px auto 0}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .top-promos__logo img{width:150px;height:58px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .sportsbook-review-main-content-section .top-promos__heading{height:70px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .customer-service-content-section{display:flex;flex-wrap:wrap;margin:10px 0 -20px 0;padding:47px 40px 0;border-top:1px solid #e3e7e8}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .customer-service-content-section .content-section{flex:50%;margin-bottom:36px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .customer-service-content-section .content-section div:first-child{font-size:14px;text-transform:uppercase;color:#656e73}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .customer-service-content-section .content-section div:last-child{font-family:"Lato Bold";font-weight:bold}@media (max-width: 767px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .customer-service-content-section{padding:20px 0 0 10px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .customer-service-content-section .content-section{margin-bottom:20px}}@media (max-width: 550px){.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .customer-service-content-section{flex-direction:column}}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-section{border-top:1px solid #e3e7e8;margin-top:30px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-section h2,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-section h3,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-section .related-post-details .related-title,.related-post-details .single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-section .related-title,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-section h4,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-section h5,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-section .sidebar-title,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-section .schedule-listing .schedule-listing-date,.schedule-listing .single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-section .schedule-listing-date,.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-section .schedule-page .schedule-listing-date,.schedule-page .single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-section .schedule-listing-date{margin-top:40px;margin-bottom:10px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-section p{margin:0 0 20px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-bet-now-section{display:flex;flex-direction:column;text-align:center;align-items:center}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-bet-now-section a{margin-top:40px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-bet-now-section a.betnow-btn{margin-top:20px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .bottom-content-bet-now-section a .bet-now{margin-bottom:20px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .questions-answers .item{border-radius:2px;border:1px solid #e3e7e8;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);color:#353f42;font-size:14px;margin-bottom:5px;text-align:center}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .questions-answers .item .question{background-color:#e3e7e8;font-family:"Lato Bold";font-weight:bold;padding:10px}.single-sportsbook-reviews:not(.sportsbook-reviews-template-template-review-subpage) .sportsbook-review-main-content .questions-answers .item .answer{font-family:"Lato Regular";font-weight:normal;padding:10px}.sportsbook-reviews-template-template-review-subpage .background-header--standard{height:210px}@media only screen and (max-width: 992px){.sportsbook-reviews-template-template-review-subpage .background-header--standard{height:100px}}@media only screen and (max-width: 767px){.sportsbook-reviews-template-template-review-subpage .background-header--standard{height:60px}}.sportsbook-reviews-template-template-review-subpage .background-header__mask{height:100px}@media only screen and (max-width: 767px){.sportsbook-reviews-template-template-review-subpage .newsletter-container{margin:0 0 20px 0}.sportsbook-reviews-template-template-review-subpage .sportsbook-cards{margin:0}.sportsbook-reviews-template-template-review-subpage .updated-at-header h1{margin-top:20px}.sportsbook-reviews-template-template-review-subpage .container .content aside{margin-top:0}}.sportsbook-reviews-template-template-review-subpage article{background:#fff;padding:20px 15px;border-radius:4px;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);margin-bottom:30px}@media only screen and (max-width: 767px){.sportsbook-reviews-template-template-review-subpage article{padding:0;border:none;box-shadow:none}}.page-editorial{padding-top:4px}.page-editorial__profile-pic{width:100px;height:100px;border-radius:50%;margin-right:20px;margin-top:4px}.page-editorial__user-container{display:flex;margin-bottom:30px}.page-editorial__segment-title{font-size:13px;color:#656e73;text-transform:uppercase;margin-bottom:22px}.page-editorial__segment{margin-bottom:48px}.page-editorial__segment--mobile{display:none}.page-editorial__author-title{margin-bottom:8px}.page-editorial__author-name{font-size:24px}.page-editorial__desc{color:#656e73;font-size:14px;line-height:1.43;letter-spacing:0.3px}.page-editorial__more-link{text-transform:uppercase;color:#b61e22;font-size:13px}.page-editorial__more-link i{transition:transform 0.15s;margin-left:6px;font-size:16px}.page-editorial__more-link:hover i{transform:translateX(2px)}.page-editorial__bold{font-weight:bold;font-family:"Lato Bold"}.page-editorial__name-container{display:flex;align-items:center}.page-editorial__social{display:inline-flex;align-items:center;margin-left:15px}.page-editorial__social>a,.page-editorial__social>i{padding:8px}.page-editorial__social i{font-size:18px;cursor:pointer}.page-editorial__social a:hover{text-decoration:none}@media only screen and (max-width: 767px){.page-editorial__user-container{border:1px solid #e3e7e8;border-radius:2px;margin-bottom:12px}.page-editorial__profile-pic{width:48px;height:48px;margin:0 12px 0 0}.page-editorial__panel-body{padding:15px 20px 20px;position:relative}.page-editorial__panel-body:before{content:'';height:1px;width:calc(100% - 30px);position:absolute;top:0;left:15px;background-color:#e3e7e8}.page-editorial__segment{display:none}.page-editorial__segment--mobile{display:block;margin-bottom:40px}.page-editorial [id^="accordion"]{width:100%}.page-editorial__panel-heading{padding:15px;width:100%}.page-editorial__social{margin-left:-6px;width:100%;padding-bottom:10px}.page-editorial__flex{display:flex;align-items:center}.page-editorial__flex:hover,.page-editorial__flex:focus{text-decoration:none}.page-editorial__author-name{font-size:18px;color:#1f2426;text-decoration:none}.page-editorial__author-title{margin:0}.page-editorial__panel-collapse{box-shadow:0px 6px 6px -3px #e3e7e8}.page-editorial__segment-title{margin-bottom:12px}}.manual_entry__container{border-radius:2px;background-color:#f2f4f5;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);border:solid 1px #e3e7e8;margin:0 0 32px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media screen and (max-width: 768px){.manual_entry__container{flex-direction:column}}.manual_entry__column{flex:50%}@media screen and (max-width: 768px){.manual_entry__column{width:100%;padding:15px}}.manual_entry__title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58;color:#1f2426;text-align:center}@media only screen and (max-width: 767px){.manual_entry__title{font-size:22px;line-height:1.36}}.manual_entry__date{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:20px;line-height:1.6;text-align:center}@media only screen and (max-width: 767px){.manual_entry__date{font-size:20px;line-height:1.3}}.manual_entry__location{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:18px;line-height:1.22;text-align:center}@media only screen and (max-width: 992px){.manual_entry__location{font-size:16px;line-height:1.38}}.manual_entry__sportsbooks{margin-bottom:-32px}@media screen and (max-width: 768px){.manual_entry__sportsbooks{width:100%}}.page-template-template-content-hub-v3 .main{padding:0}@media only screen and (max-width: 767px){.page-template-template-content-hub-v3 .hero-header__flex{margin:40px 0 80px}}@media only screen and (max-width: 1024px){.page-template-template-content-hub-v3 .background-header--standard{height:200px}}@media only screen and (max-width: 767px){.page-template-template-content-hub-v3 .background-header--standard{height:180px}}@media only screen and (max-width: 1024px){.page-template-template-content-hub-v3 .background-header__mask{height:140px}}@media only screen and (max-width: 992px){.page-template-template-content-hub-v3 .background-header__generic{background-image:none;background-color:#000}}@media only screen and (max-width: 767px){.page-template-template-content-hub-v3 .hero-header-standard-container{height:120px}}.hubsv3__toplist{background-color:#fff;width:100%;padding:14px;border-radius:4px}@media only screen and (max-width: 1024px){.hubsv3__toplist{margin-top:-30px}}@media only screen and (max-width: 992px){.hubsv3__toplist{margin-top:0}}.hubsv3__sportbooks{background-color:#fff;width:100%;padding:14px;margin-top:25px;border-radius:4px}.hubsv3__news{background-color:#fff;width:100%;padding:14px;border-radius:4px;border:1px solid #e3e7e8}@media only screen and (max-width: 767px){.hubsv3__news{border:none;background-color:unset;padding-top:10%;border-radius:unset}}.hubsv3__divider{border-bottom:1px solid #e3e7e8;padding:3px 0}.hubsv3__anchorNav{min-height:49px;border-bottom:1px solid #e3e7e8;margin:0 0 32px;position:relative}.hubsv3__anchorNav ul{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;margin:0}.hubsv3__anchorNav ul a,.hubsv3__anchorNav ul a:hover{text-decoration:none}.hubsv3__anchorNav ul li{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:14px;line-height:1.29;display:flex;padding:17px 14px 10px;border-bottom:4px solid transparent;text-transform:uppercase}@media only screen and (max-width: 992px){.hubsv3__anchorNav ul li{font-size:12px;line-height:1.5}}.hubsv3__anchorNav ul li.active,.hubsv3__anchorNav ul li:hover{border-bottom:4px solid #d72429}@media only screen and (max-width: 992px){.hubsv3__anchorNav{position:fixed;width:164px;background-color:#1f2426;right:0px;bottom:60px;height:auto;z-index:4;border:0;margin:0;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);border-radius:2px;transform:translate(100%);transition:all 0.15s}.hubsv3__anchorNav ul{flex-direction:column;margin:0;padding-bottom:40px;justify-content:center}.hubsv3__anchorNav ul a{border-bottom:1px solid #000}.hubsv3__anchorNav ul a:last-of-type{border-bottom:0}.hubsv3__anchorNav ul li{font-family:'Lato Regular';font-weight:normal;height:32px;color:#959fa3;font-size:14px;border-bottom:0;align-items:center;padding:0;justify-content:center;text-transform:capitalize}.hubsv3__anchorNav ul li.active,.hubsv3__anchorNav ul li:hover{border-bottom:0;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;color:#fff}}.hubsv3__anchorNav--opened{transform:translate(0%)}.hubsv3__anchorNav--mobile{display:none}@media only screen and (max-width: 992px){.hubsv3__anchorNav--mobile{border:solid 1px rgba(0,0,0,0.1);display:flex;position:fixed;justify-content:center;align-items:center;right:0;bottom:40px;transform:translateX(-15px);transition:transform 0.15s;width:40px;height:40px;background-color:#fff;border-radius:100%;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);z-index:5;font-size:19px;overflow:hidden}.hubsv3__anchorNav--mobile .open-icon,.hubsv3__anchorNav--mobile .close-icon{height:25px;transition:transform 0.15s;position:absolute;transition-delay:0.1s}.hubsv3__anchorNav--mobile .close-icon{transform:translateY(-52px)}.hubsv3__anchorNav--mobile--opened{transform:translateX(-62px)}.hubsv3__anchorNav--mobile--opened .open-icon{transform:translateY(-50px);margin:0}.hubsv3__anchorNav--mobile--opened .close-icon{transform:translateY(0px)}}.hubsv3__featuredMatchup{border-top:2px solid #353f42;padding-top:22px}.hubsv3__special-button-container{display:flex;justify-content:center;margin:0 0 32px}.hubsv3__dark-divider{width:100%;background-color:#353f42;height:2px;margin-bottom:22px}.hubsv3__fluid-background{background-color:#f2f4f5;margin:135px 0 85px;padding:0}.hubsv3__guides{margin-bottom:30px}@media only screen and (max-width: 767px){.container{padding-right:15px;padding-left:15px}.hubsv3__toplist{border-radius:1px}}#featuredMatchup{border-right:1px solid #e3e7e8}@media only screen and (max-width: 992px){#featuredMatchup{border:0}}#gameRecap{border-left:1px solid #e3e7e8}@media only screen and (max-width: 992px){#gameRecap{border:0}}@media only screen and (max-width: 767px){.hubsv3__betting-stats__title .sbd-divider__flank{display:none}}.hubsv3__betting-stats__title .sbd-divider__text{font-family:"Lato Black";font-weight:900;color:#1f2426;font-style:normal;font-stretch:normal;text-align:left;margin:0;margin:0 24px;font-size:28px;text-align:center}@media only screen and (max-width: 767px){.hubsv3__betting-stats__title .sbd-divider__text{margin:auto}}.page-template-template-content-hub-v3 .guides-cross-promoted{margin:0;padding:0}.tooltip-consensus-data-header{margin-left:10px}@media only screen and (max-width: 767px){.tooltip-consensus-data-header{position:absolute;right:0;top:50%;transform:translateY(-50%);margin:0 10px}}.featuredMatchup-home div#featuredMatchup{border-right:0px}.guides-home-categories{display:grid;grid-template-columns:1fr 1fr;margin:20px 0}.guides-home-categories__heading{margin-top:30px;text-align:center;font-size:28px}@media only screen and (max-width: 992px){.guides-home-categories{grid-template-columns:1fr}}@media only screen and (max-width: 1199px){.guides-home-categories{margin-top:10px}.guides-home-categories__heading{margin-top:20px;font-size:18px}}@media only screen and (max-width: 767px){.guides-home-categories__heading{font-size:16px}}.guides-home-categories-category{display:flex;margin-top:10px;margin-bottom:10px;padding:30px;border-radius:2px;border:1px solid #e3e7e8;transition:all 0.15s;-ms-grid-column:2}.guides-home-categories-category:hover{box-shadow:0 4px 7px -5px #959fa3}.guides-home-categories-category:nth-child(odd){-ms-grid-column:1;margin-right:30px}.guides-home-categories-category__1,.guides-home-categories-category__2{-ms-grid-row:1}.guides-home-categories-category__3,.guides-home-categories-category__4{-ms-grid-row:2}.guides-home-categories-category__5,.guides-home-categories-category__6{-ms-grid-row:3}.guides-home-categories-category__7,.guides-home-categories-category__8{-ms-grid-row:4}.guides-home-categories-category__9,.guides-home-categories-category__10{-ms-grid-row:5}.guides-home-categories-category__11,.guides-home-categories-category__12{-ms-grid-row:6}.guides-home-categories-category__text{color:#656e73;margin:10px 0 20px}.guides-home-categories-category__header,.guides-home-categories-category__header:focus,.guides-home-categories-category__header:hover{text-decoration:none;color:#1f2426}.guides-home-categories-category__panel-heading{margin-right:30px}.guides-home-categories-category__panel-heading svg{width:94px;height:auto}.guides-home-categories-category__panel-title{width:100%;display:none;align-items:center;position:relative}.guides-home-categories-category__panel-title i{position:absolute;top:50%;transform:translateY(-50%);right:10px}.guides-home-categories-category__guides{padding:0;margin-left:18px;margin-bottom:30px}.guides-home-categories-category__guide{text-decoration:underline}.guides-home-categories-category__link{font-weight:bold;font-family:"Lato Bold";color:#1f2426;font-size:18px;line-height:1.44;letter-spacing:0.3px;display:block}.guides-home-categories-category__link:focus,.guides-home-categories-category__link:hover{color:#1f2426}.guides-home-categories-category__header i{transition:all 0.15s}.guides-home-categories-category__header[aria-expanded="true"] i{transform:translateY(-50%) rotate(180deg)}@media only screen and (max-width: 1199px){.guides-home-categories-category__panel-heading{margin-right:20px}.guides-home-categories-category__panel-heading svg{width:50px}.guides-home-categories-category__heading,.guides-home-categories-category__header{font-size:20px}.guides-home-categories-category__link,.guides-home-categories-category__guides,.guides-home-categories-category__text{font-size:14px}.guides-home-categories-category__text{margin-bottom:12px}}@media only screen and (max-width: 992px){.guides-home-categories-category{padding:10px 20px 30px;display:block;padding:0}.guides-home-categories-category:nth-child(odd){margin-right:0}.guides-home-categories-category__img{height:40px;width:45px;margin-right:15px}.guides-home-categories-category__guides{margin-left:20px;margin-bottom:20px}.guides-home-categories-category__guides li{margin-bottom:2px}.guides-home-categories-category__panel-title{margin-left:10px;display:flex}.guides-home-categories-category__panel-heading{display:flex;align-items:center;margin-right:0;padding:10px}.guides-home-categories-category__header{width:100%;margin-right:36px}.guides-home-categories-category__panel-body{border-top:1px solid #e3e7e8;padding:10px 10px 15px}.guides-home-categories-category__link{margin-left:4px}.guides-home-categories-category__text,.guides-home-categories-category__guide{font-size:12px}.guides-home-categories-category__text{margin-top:0px}.guides-home-categories-category__panel-heading svg{width:39px}}@media only screen and (max-width: 767px){.guides-home-categories-category__header,.guides-home-categories-category__heading{font-size:18px}.guides-home-categories-category__link{font-size:12px}}.guides-home-banner-section{margin:70px 0 125px;position:relative}.guides-home-banner-section__text{margin:0 auto;color:#fff;font-weight:900;font-family:"Lato Black";font-size:40px;line-height:0.95;letter-spacing:0.3px;max-width:490px;display:block;text-align:center;text-transform:uppercase}.guides-home-banner-section__text--smaller{font-size:30px}.guides-home-banner-section .subscribe-form{margin:0;width:unset}.guides-home-banner-section .subscribe-form .input-group{max-width:330px;margin:15px auto 0}.guides-home-banner-section .subscribe-form .btn-subscribe{background-color:#b61e22;border-color:#b61e22;color:#fff;border-radius:0 2px 2px 0;font-family:"Lato Bold";width:114px;border-radius:0 4px 4px 0}.guides-home-banner-section .subscribe-form .subscribe-field{border:1px solid rgba(255,255,255,0.1);font-size:14px;letter-spacing:0.3px;color:white;max-width:330px}.guides-home-banner-section .subscribe-form .subscribe-field:focus,.guides-home-banner-section .subscribe-form .subscribe-field:hover{border:1px solid rgba(255,255,255,0.3);box-shadow:none}.guides-home-banner-section img{max-width:100%}.guides-home-banner-section__book{position:absolute;right:135px;top:-45px}.guides-home-banner-section__bg-image img{max-width:unset !important}.guides-home-banner-section__container{display:flex;align-items:center;left:85px;flex-direction:column;top:50%;position:absolute;transform:translateY(-50%)}@media only screen and (max-width: 1199px){.guides-home-banner-section{margin:30px 0 80px}.guides-home-banner-section__bg-image{overflow:hidden}.guides-home-banner-section__book{right:0;top:30px}.guides-home-banner-section__text{font-size:30px;max-width:370px;line-height:1}.guides-home-banner-section__container{left:140px}}@media only screen and (max-width: 992px){.guides-home-banner-section__container{left:42px}}@media only screen and (max-width: 767px){.guides-home-banner-section{margin:40px 0 100px}.guides-home-banner-section__container{padding:0 15px;width:100%;top:26px;left:50%;transform:translate(-50%)}.guides-home-banner-section__book{left:50%;transform:translate(-50%);top:unset;bottom:-75px;text-align:center;width:150px}}@media only screen and (max-width: 500px){.guides-home-banner-section__text{font-size:22px;max-width:260px}}.guides-home-link-sections-single{border-top:1px solid #e3e7e8;margin-top:15px}.guides-home-link-sections-single__container{display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width: 992px){.guides-home-link-sections-single__container{grid-template-columns:1fr}}.guides-home-link-sections-single__heading{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:20px;line-height:1.6;display:flex;flex:1;align-items:center}@media only screen and (max-width: 767px){.guides-home-link-sections-single__heading{font-size:20px;line-height:1.3}}.guides-home-link-sections-single__heading i{margin-left:auto;transition:all 0.15s}.guides-home-link-sections-single__header{display:flex;align-items:center}.guides-home-link-sections-single__header:focus,.guides-home-link-sections-single__header:hover{color:#1f2426;text-decoration:none}.guides-home-link-sections-single__header[aria-expanded="true"] i{transform:rotate(180deg)}.guides-home-link-sections-single__count{margin-right:15px;border-radius:50%;border:2px solid #e3e7e8;color:#d72429;font-size:18px;font-weight:bold;font-family:"Lato Bold";width:40px;height:40px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 767px){.guides-home-link-sections-single__count{font-size:15px}}.guides-home-link-sections-single__collapse{margin-left:45px}@media only screen and (max-width: 767px){.guides-home-link-sections-single__collapse{margin-left:0}}.guides-home-link-sections-single__section-list{margin-left:24px;-ms-grid-column:2}.guides-home-link-sections-single__section-list:nth-of-type(odd){-ms-grid-column:1;margin-right:30px}@media only screen and (max-width: 992px){.guides-home-link-sections-single__section-list:nth-of-type(odd){margin-right:0}}.guides-home-link-sections-single__panel-body{margin-top:20px}.guides-home-link-sections-single__panel-body li{line-height:1.75}.guides-home-link-sections-single--collapse{margin-top:15px;border:1px solid #e3e7e8;padding:20px}@media only screen and (max-width: 992px){.guides-home-link-sections-single--collapse{margin-top:0}.guides-home-link-sections-single--collapse ~ .guides-home-link-sections-single--collapse{margin-top:15px}}@media only screen and (max-width: 992px){.guides-home-link-sections-single{margin-top:0}}.guides-home-link-sections{display:grid;grid-template-columns:1fr 1fr}.guides-home-link-sections__section{border-top:1px solid #e3e7e8;-ms-grid-column:2}.guides-home-link-sections__section:nth-child(odd){-ms-grid-column:1;margin-right:30px}.guides-home-link-sections__section-title{display:flex;align-items:center;margin-bottom:25px;margin-top:15px}.guides-home-link-sections__title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:24px;line-height:1.58;margin-left:12px}@media only screen and (max-width: 767px){.guides-home-link-sections__title{font-size:22px;line-height:1.36}}.guides-home-link-sections__section-list{margin-left:24px}.guides-home-link-sections__section-list li{line-height:1.75}@media only screen and (max-width: 1199px){.guides-home-link-sections__title{font-size:20px}}@media only screen and (max-width: 992px){.guides-home-link-sections{grid-template-columns:1fr}.guides-home-link-sections__section-list li{line-height:1.5}.guides-home-link-sections__section:nth-child(odd){margin-right:0;margin-bottom:10px}}@media only screen and (max-width: 767px){.guides-home-link-sections__title{font-size:18px}}.guides-category,.guides-home{margin-bottom:80px;background-color:#fff;border-radius:4px}@media only screen and (max-width: 767px){.guides-category,.guides-home{border-radius:0}}@media only screen and (max-width: 1199px){.guides-category,.guides-home{margin-bottom:50px}}.page-template-template-guides-home .background-header--standard,.guide-template-template-guides-category .background-header--standard{height:500px}@media only screen and (max-width: 992px){.page-template-template-guides-home .background-header--standard,.guide-template-template-guides-category .background-header--standard{height:230px}}.page-template-template-guides-home .background-header__mask,.guide-template-template-guides-category .background-header__mask{height:390px}@media only screen and (max-width: 992px){.page-template-template-guides-home .background-header__mask,.guide-template-template-guides-category .background-header__mask{height:170px}}.page-template-template-guides-home .hero-header-standard-container,.guide-template-template-guides-category .hero-header-standard-container{padding:20px 15px 0 15px}.page-template-template-guides-home .hero-header-standard-container__subhead,.guide-template-template-guides-category .hero-header-standard-container__subhead{margin-bottom:40px}@media only screen and (max-width: 992px){.page-template-template-guides-home .hero-header-standard-container__subhead,.guide-template-template-guides-category .hero-header-standard-container__subhead{margin-bottom:0}}.page-template-template-guides-home .hero-header-standard-container__badge,.guide-template-template-guides-category .hero-header-standard-container__badge{width:200px}.guides-category__intro{padding:60px 100px;display:flex}.guides-category__description{display:flex;flex:1;justify-content:center;flex-direction:column;margin-right:100px}.guides-category__intro-title{font-size:34px;line-height:1.33;font-weight:bold;font-family:"Lato Bold";margin-bottom:20px}.guides-category__intro-desc p{color:#353f42}@media only screen and (min-width: 1199px){.guides-category__intro-desc p{font-size:18px;line-height:1.33}}.guides-category__recommended{border-top:1px solid #e3e7e8;padding-bottom:30px}.guides-category__recommended--stories{margin:40px 0}@media only screen and (max-width: 1199px){.guides-category__intro{padding:26px 0}.guides-category__intro-title{font-size:26px}}@media only screen and (max-width: 992px){.guides-category__description{margin-right:20px}}@media only screen and (max-width: 767px){.guides-category__intro{display:block;padding-top:15px}.guides-category__intro-image{margin-top:10px;text-align:center}.guides-category__intro-image img{max-width:100%}.guides-category__description{margin-right:0}.guides-category__intro-title{font-size:22px}}.universal-ranking__content-pullup{display:flex;align-items:center;border-radius:4px 4px 0px 0px;background-color:#fff;padding:45px 95px;padding-right:10px;border:solid 1px #e3e7e8;position:relative}@media only screen and (max-width: 992px){.universal-ranking__content-pullup{padding:45px 32px 20px;margin-bottom:20px;display:block;border:0}}@media only screen and (max-width: 767px){.universal-ranking__content-pullup{padding:15px 13px;margin:0 -15px 00px;border-radius:0}}.universal-ranking__content-pullup--no-title{margin-bottom:40px}@media only screen and (max-width: 992px){.universal-ranking__content-pullup--no-title{margin-bottom:0}}.universal-ranking__content-pullup--title{margin-bottom:0}.universal-ranking__content-pullup--text{text-align:left;overflow:hidden;transition:max-height 0.4s ease-in-out;flex:41%;padding-right:75px}@media only screen and (max-width: 992px){.universal-ranking__content-pullup--text{padding-right:0}}.universal-ranking__content-pullup--map{flex:45%}.universal-ranking__content-pullup--map #sportsBookChart{height:350px;width:100%}.universal-ranking__content-pullup--map #sportsBookChart .close-button{display:none}.universal-ranking__content-pullup--map #legenddiv{height:30px}@media only screen and (max-width: 767px){.universal-ranking__content-pullup--map #legenddiv{margin-bottom:15px}}.universal-ranking__optional-header{padding-bottom:20px;margin:40px 0 20px 0}@media only screen and (max-width: 767px){.universal-ranking__optional-header{margin-top:25px}}.universal-ranking__toplist .toplist__label,.universal-ranking__table .toplist__label{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;line-height:1.58;color:#1f2426;font-size:28px;margin-top:14px}.universal-ranking__toplist .toplist__label a,.universal-ranking__table .toplist__label a{color:#1f2426;font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:28px}.universal-ranking__toplist .toplist__label a:hover,.universal-ranking__table .toplist__label a:hover{text-decoration:none}.universal-ranking__content{border:solid 1px #e3e7e8;margin-top:30px;margin-bottom:40px;padding:44px 95px}.universal-ranking__content h2{padding-left:50px;background-image:url("../images/title-badge-small-red.svg");background-size:34px 40px;background-position:0px 50%;background-repeat:no-repeat}.universal-ranking__content h2,.universal-ranking__content h3,.universal-ranking__content .related-post-details .related-title,.related-post-details .universal-ranking__content .related-title{margin-top:30px;margin-bottom:20px}@media only screen and (max-width: 767px){.universal-ranking__content h2,.universal-ranking__content h3,.universal-ranking__content .related-post-details .related-title,.related-post-details .universal-ranking__content .related-title{margin-top:20px;margin-bottom:20px}}.universal-ranking__content h4,.universal-ranking__content h5,.universal-ranking__content article.container .sidebar-related .sidebar-title,article.container .sidebar-related .universal-ranking__content .sidebar-title,.universal-ranking__content .sidebar-title,.universal-ranking__content .schedule-listing .schedule-listing-date,.schedule-listing .universal-ranking__content .schedule-listing-date,.universal-ranking__content .schedule-page .schedule-listing-date,.schedule-page .universal-ranking__content .schedule-listing-date,.universal-ranking__content h6{margin-top:30px;margin-bottom:15px}@media only screen and (max-width: 767px){.universal-ranking__content p{font-size:16px}}@media only screen and (max-width: 992px){.universal-ranking__content{padding:44px 25px}}@media only screen and (max-width: 767px){.universal-ranking__content{padding:0px 0px 40px;border:0;margin-top:0;margin-bottom:0;overflow:auto}}.universal-ranking__content--no-toplist{margin-top:0;padding-top:0}.universal-ranking__content--no-toplist h2{margin-top:25px}.universal-ranking__table{width:100%;clear:both}.universal-ranking__table-image{width:45%;float:left;text-align:center}@media only screen and (max-width: 992px){.universal-ranking__table-image{text-align:left}}@media only screen and (max-width: 767px){.universal-ranking__table-image{text-align:center;width:100%}}.universal-ranking__table-content{width:55%;float:left}@media only screen and (max-width: 767px){.universal-ranking__table-content{width:100%}}.universal-ranking__table-content h3,.universal-ranking__table-content .related-post-details .related-title,.related-post-details .universal-ranking__table-content .related-title{font-size:20px;line-height:32px;border-bottom:4px solid #b61e22;width:75%;margin-bottom:0;padding-bottom:10px}@media only screen and (max-width: 767px){.universal-ranking__table-content h3,.universal-ranking__table-content .related-post-details .related-title,.related-post-details .universal-ranking__table-content .related-title{width:100%}}.universal-ranking__list{border-top:1px solid #e3e7e8;border-bottom:1px solid #e3e7e8;padding:25px 0}@media only screen and (max-width: 767px){.universal-ranking__list{border-top:0}}.universal-ranking__list ul{list-style:none;margin-left:15px}.universal-ranking__list ul li:before{content:"\2022";color:#b61e22;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}.universal-ranking__list ul li a{color:#353f42;font-size:18px}.universal-ranking__list ul li a:hover{text-decoration:none;cursor:pointer}.universal-ranking__crossbar-content{text-align:center;padding:23px 0 25px 0;position:relative}@media only screen and (max-width: 992px){.universal-ranking__crossbar-content{padding:0 0 25px 0}}@media only screen and (max-width: 767px){.universal-ranking__crossbar-content{height:265px;margin:20px 0;border-top:0;margin-bottom:25px}}.universal-ranking__crossbar-image{max-width:100%}.universal-ranking__crossbar-image--mobile{height:100%;width:100%;position:absolute;z-index:0}.universal-ranking__crossbar-button{background:#10a450;border-radius:5px;position:absolute;line-height:40px;width:205px;height:40px;bottom:60px;left:100px;color:#fff;text-transform:uppercase;font-family:"Lato Bold";font-size:14px;line-height:2.8em;border:0}@media screen and (max-width: 1279px) and (min-width: 993px){.universal-ranking__crossbar-button{bottom:50px;left:82px}}@media only screen and (max-width: 992px){.universal-ranking__crossbar-button{bottom:55px;left:70px}}@media only screen and (max-width: 767px){.universal-ranking__crossbar-button{z-index:2;bottom:20px;left:0;transform:translateX(-50%);left:50%}}.universal-ranking__crossbar-button:hover{color:#fff;text-decoration:none}.icon-block{display:flex;flex-direction:row;align-items:stretch;margin:50px 0 26px -35px}@media only screen and (max-width: 992px){.icon-block{margin-left:0px}}@media only screen and (max-width: 767px){.icon-block{display:block}}.icon-block__icon{display:flex;flex-basis:150px;justify-content:flex-start;background-size:80px;background-position:0 0;background-repeat:no-repeat}@media only screen and (max-width: 992px){.icon-block__icon{flex-basis:110px}}@media only screen and (max-width: 767px){.icon-block__icon{display:block;float:left;width:75px;height:58px;background-position:left top;background-size:50px}}.icon-block__content{width:100%;display:flex;flex-grow:1;flex-direction:column;align-self:flex-start;margin-top:-10px}@media only screen and (max-width: 767px){.icon-block__content{display:inline}}.icon-block__content h3,.icon-block__content .related-post-details .related-title,.related-post-details .icon-block__content .related-title{margin:0px 0 30px}.sports-grid{display:flex;flex-direction:row;flex-wrap:wrap;margin:23px 0 49px}.sports-grid__item{position:relative;display:flex;flex-grow:1;min-width:25%;justify-content:center;flex-direction:column;align-items:center;background-color:#3e4547;height:145px;color:#fff;border:1px solid #000}@media only screen and (max-width: 992px){.sports-grid__item{min-width:33.333%}}@media only screen and (max-width: 767px){.sports-grid__item{min-width:50%}}.sports-grid__item:nth-child(even){background-color:#1f2426}.sports-grid__link{position:absolute;width:100%;height:100%}.sports-grid__image{color:#fff;width:55px;margin-bottom:18px}.sports-grid__title{font-family:"Lato Bold";color:#1f2426;font-weight:bold;font-style:normal;font-stretch:normal;text-align:left;margin:0;font-size:28px;color:#fff}@media only screen and (max-width: 992px){.sports-grid__title{font-size:18px}}@media only screen and (max-width: 1024px){.page-template-template-ranking-universal .background-header--standard{height:200px}}@media only screen and (max-width: 1024px){.page-template-template-ranking-universal .background-header__mask{height:140px}}@media only screen and (max-width: 992px){.page-template-template-ranking-universal .background-header__generic{background-image:none;background-color:#000}}@media only screen and (max-width: 1024px){.page-template-template-ranking-universal .sportsbooks-page .container{margin-top:-20px}}@media only screen and (max-width: 992px){.page-template-template-ranking-universal .sportsbooks-page .container{margin-top:-10px}}@media only screen and (max-width: 767px){.page-template-template-ranking-universal .sportsbooks-page .container{margin-top:0}}@media only screen and (max-width: 1024px){.page-template-template-ranking-universal .standardize-header{height:60px}.page-template-template-ranking-universal .standardize-header.mobile-expanded-menu{height:inherit;min-height:inherit}}.page-template-template-ranking-universal .collector{clear:both;width:100%;float:left;margin:30px 0}.page-template-template-ranking-universal .collector .enter-data{color:#d72429;font-weight:bold;margin-top:20px}.page-template-template-ranking-universal .collector .collector-item-list{margin-bottom:8px}.page-template-template-ranking-universal .collector .collector-item-list i{margin-right:10px;color:#10a450;font-size:18px}.page-template-template-ranking-universal .collector-image{background-image:url("../images/toplist-collector-image.jpg");background-position:center;background-size:cover;background-repeat:no-repeat;height:580px;border-right:6px solid #10a450}@media only screen and (max-width: 992px){.page-template-template-ranking-universal .collector-image{height:300px;border:0;border-bottom:6px solid #10a450;margin-bottom:20px}}@media only screen and (max-width: 767px){.page-template-template-ranking-universal .collector-image{height:200px}}.page-template-template-ranking-universal .collector-form{padding:0;padding-left:60px;padding-top:30px;height:580px}@media only screen and (max-width: 1024px){.page-template-template-ranking-universal .collector-form{padding-top:10px}}@media only screen and (max-width: 992px){.page-template-template-ranking-universal .collector-form{padding:0;height:auto;border:0}}.page-template-template-ranking-universal .collector-form h2{margin-bottom:20px;font-family:"Lato Black";font-weight:900;font-size:34px}html{scroll-behavior:smooth}.page-template-template-odds-trackers.noscroll{position:fixed;overflow:hidden}.page-template-template-odds-trackers .container.odds{margin-top:0;background-color:#fff;padding-top:15px;border-radius:4px}@media only screen and (max-width: 767px){.page-template-template-odds-trackers .container.odds{border-radius:0}}.page-template-template-odds-trackers .container.odds.top{margin-top:45px}@media only screen and (max-width: 767px){.page-template-template-odds-trackers .container.odds.top{margin-top:0}}.page-template-template-odds-trackers a.anchor{display:block;position:relative;top:-60px;visibility:hidden}.page-template-template-odds-trackers .odd{border-top:50px solid transparent;margin-top:-50px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.page-template-template-odds-trackers .introduction{margin-top:35px;margin-bottom:40px}.page-template-template-odds-trackers .introduction p{font-family:"Lato Regular";font-size:16px;font-weight:normal;line-height:1.33;letter-spacing:normal;color:#1f2426}.page-template-template-odds-trackers .odds-trackers-banner{position:relative;height:349px;width:100%;background-repeat:no-repeat;background-size:cover;background-position:top right}@media only screen and (max-width: 992px){.page-template-template-odds-trackers .odds-trackers-banner{height:285px}}.page-template-template-odds-trackers .odds-trackers-banner .title{position:absolute;top:50%;transform:translateY(-50%);left:0}@media only screen and (max-width: 767px){.page-template-template-odds-trackers .odds-trackers-banner .title{left:50%;transform:translate(-50%);width:80%;top:80%}}.page-template-template-odds-trackers .odds-trackers-banner .title h1{font-family:"Lato Bold";font-size:72px;font-weight:bold;text-transform:uppercase;color:#fff}@media only screen and (max-width: 992px){.page-template-template-odds-trackers .odds-trackers-banner .title h1{font-size:42px}}@media only screen and (max-width: 767px){.page-template-template-odds-trackers .odds-trackers-banner .title h1{font-size:25px;line-height:1.14;width:100%;text-align:center}}.page-template-template-odds-trackers .odds-trackers-banner .title .promotional-tagline{font-family:"Lato Regular";font-size:28px;font-weight:normal;line-height:1.43;letter-spacing:0.3px;color:#959fa3}@media only screen and (max-width: 767px){.page-template-template-odds-trackers .odds-trackers-banner .title .promotional-tagline{text-align:center;font-size:18px}}.page-template-template-odds-trackers .odds-trackers-banner .container{position:relative;height:281px}@media only screen and (max-width: 992px){.page-template-template-odds-trackers .odds-trackers-banner .container{height:230px}}.page-template-template-odds-trackers .odds-trackers-banner .odds-trackers-logo{width:174px;position:absolute;top:50%;right:0;transform:translateY(-50%)}@media only screen and (max-width: 992px){.page-template-template-odds-trackers .odds-trackers-banner .odds-trackers-logo{width:110px;right:45px}}@media only screen and (max-width: 767px){.page-template-template-odds-trackers .odds-trackers-banner .odds-trackers-logo{right:50%;transform:translate(50%, -50%)}}.page-template-template-odds-trackers .tooltipster-sidetip .tooltipster-content{background:#000;font-size:12px;font-family:"Lato Regular"}.page-template-template-odds-trackers .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background,.page-template-template-odds-trackers .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.page-template-template-odds-trackers .odds-menu{height:55px;background-image:linear-gradient(to bottom, rgba(101,110,115,0.4), rgba(31,36,38,0.4));bottom:0;width:100%;background-color:#000;padding:0 15px}@media only screen and (max-width: 992px){.page-template-template-odds-trackers .odds-menu{height:50px;padding:0 5px}}.page-template-template-odds-trackers .odds-menu .container{height:inherit;display:flex;padding:0}.page-template-template-odds-trackers .odds-menu .icon{position:relative;height:55px;object-fit:contain;display:inline-block;background-repeat:no-repeat;background-position:center 40%;text-align:center;padding:10px 33px}@media only screen and (max-width: 992px){.page-template-template-odds-trackers .odds-menu .icon{height:50px;padding:10px 21px}}.page-template-template-odds-trackers .odds-menu.affix{top:0;left:0;z-index:9999 !important;position:fixed;background:#1f2426}.page-template-template-odds-trackers .breadcrumb span.current{color:#fff}.page-template-template-odds-trackers .odd{margin-top:15px;border:1px solid #e3e7e8;scroll-behavior:smooth}.page-template-template-odds-trackers .odd .heading[aria-expanded="true"] .control-icon i{transform:rotate(180deg);font-size:21px}.page-template-template-odds-trackers .odd a{font-family:"Lato Bold";font-size:22px;font-weight:bold;line-height:1.45;letter-spacing:normal;color:#1f2426}.page-template-template-odds-trackers .odd a h2{margin:0;line-height:80px;padding-left:15px;width:100%;display:block;height:80px;position:relative}.page-template-template-odds-trackers .odd .text{position:absolute;left:55px;top:50%;transform:translateY(-50%)}.page-template-template-odds-trackers .odd .icon-league{position:absolute;left:15px}.page-template-template-odds-trackers .odd .icon-league .default.off,.page-template-template-odds-trackers .odd .icon-league .active.off{display:none}.page-template-template-odds-trackers .odd .icon-league .active.on,.page-template-template-odds-trackers .odd .icon-league .default.on{display:block}.page-template-template-odds-trackers .odd .icon-league img{top:50%;transform:translateY(70%)}.page-template-template-odds-trackers .odd .control-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%)}.page-template-template-odds-trackers .odd .control-icon i{margin-left:auto;transition:all 0.15s;font-size:21px}.page-template-template-odds-trackers .odd .panel-body h3,.page-template-template-odds-trackers .odd .panel-body .related-post-details .related-title,.related-post-details .page-template-template-odds-trackers .odd .panel-body .related-title{margin:0;font-family:"Lato Bold";font-size:18px;font-weight:bold}.page-template-template-odds-trackers .odd .panel-body .item{margin-bottom:15px;clear:both}.page-template-template-odds-trackers .odd .panel-body .item div{padding:0}.page-template-template-odds-trackers .odd .panel-body .item .image,.page-template-template-odds-trackers .odd .panel-body .item .odds-list{float:left}.page-template-template-odds-trackers .odd .panel-body .item .image{width:35%;position:relative}@media only screen and (max-width: 767px){.page-template-template-odds-trackers .odd .panel-body .item .image{width:100%}}.page-template-template-odds-trackers .odd .panel-body .item .image .overlay{position:absolute;bottom:0;padding:15px;padding-bottom:25px;width:100%}.page-template-template-odds-trackers .odd .panel-body .item .image .overlay .category{padding:3px 10px;color:#fff;font-size:10px;text-transform:uppercase;font-family:"Lato Bold";font-weight:bold;position:absolute;z-index:1}.page-template-template-odds-trackers .odd .panel-body .item .image .overlay .category:before{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;transform:skew(-12deg);background-color:#d72429}.page-template-template-odds-trackers .odd .panel-body .item .image .overlay .featured-title{font-family:"Lato Bold";color:#fff;font-size:24px;font-weight:bold;margin-top:20px}.page-template-template-odds-trackers .odd .panel-body .item .odds-list{width:65%;padding-left:20px}@media only screen and (max-width: 767px){.page-template-template-odds-trackers .odd .panel-body .item .odds-list{width:100%;padding-left:0}}@media only screen and (max-width: 767px){.page-template-template-odds-trackers .odd .panel-body .item ul{margin-left:20px}}.page-template-template-odds-trackers .odd .panel-body .featured-image{max-width:284px}@media only screen and (max-width: 767px){.page-template-template-odds-trackers .odd .panel-body .featured-image{max-width:none;margin-bottom:15px}}.page-template-template-odds-trackers .odd .panel-body .featured-image img{max-width:100%;object-fit:fill}.page-template-template-odds-trackers .odd .panel-body .featured-image .background-overlay{background-image:linear-gradient(to top, #000, rgba(0,0,0,0));width:100%;height:100%;position:absolute;top:0}.page-template-template-odds-trackers .odd .panel-body .title-underline{border-bottom:1px solid #e3e7e8;margin-bottom:15px}.page-template-template-odds-trackers .odd .panel-body .title-underline.no-odds-sports{margin:0 15px}.page-template-template-odds-trackers .odd .panel-body .title-underline .red{width:172px;height:4px;background-image:linear-gradient(to top, #d72429, #b61e22)}.page-template-template-odds-trackers .odd .panel-body a{font-family:"Lato Regular";font-size:16px;font-weight:normal;line-height:1.38;letter-spacing:normal;color:#b61e22}.page-template-template-odds-trackers .odd .panel-body .others{background-color:#fafafa;padding:15px;clear:both;border-top:1px solid #e3e7e8}.page-template-template-odds-trackers .odd .panel-body .others.no-odds-sports{background-color:#fff;border-top:0}.page-template-template-odds-trackers .odd .panel-body .others h3,.page-template-template-odds-trackers .odd .panel-body .others .related-post-details .related-title,.related-post-details .page-template-template-odds-trackers .odd .panel-body .others .related-title{margin-bottom:15px}.page-template-template-odds-trackers .odd .panel-body .others ul{column-count:2;column-gap:20px}@media only screen and (max-width: 767px){.page-template-template-odds-trackers .odd .panel-body .others ul{margin-left:20px;column-count:1}}.page-template-template-odds-trackers .icon-menu-mobile{width:46px;height:46px;background-color:#353f42;border-radius:100%;box-shadow:0 7px 10px 0 rgba(0,0,0,0.5);position:fixed;bottom:0;right:0;transform:translate(-50%, -50%);z-index:10}.page-template-template-odds-trackers .icon-menu-mobile img{top:50%;left:50%;transform:translate(42%, 38%);width:55%}.page-template-template-odds-trackers .menu-mobile{display:none;position:fixed;top:0;width:100%;background-image:linear-gradient(to bottom, rgba(53,63,66,0.9), rgba(53,63,66,0.9));color:#fff;z-index:20;overflow-y:auto;overflow-x:hidden;height:100%}.page-template-template-odds-trackers .menu-mobile .icon-cancel{font-size:21px}.page-template-template-odds-trackers .menu-mobile .menu{padding:15px}.page-template-template-odds-trackers .menu-mobile .icon{height:57px;line-height:57px;border-bottom:1px solid #959fa3}.page-template-template-odds-trackers .menu-mobile .icon span{color:#fff;font-family:"Lato Regular";font-weight:normal;font-size:22px;padding-left:40px}.page-template-template-odds-trackers .header-menu{background:#1f2426;padding:15px}.page-template-template-odds-trackers .header-menu .white-menu{display:inline-block}.page-template-template-odds-trackers .header-menu .white-menu img{height:34px;margin-top:-4px;margin-bottom:-5px}.page-template-template-odds-trackers .header-menu .close-menu{float:right;display:inline-block}.page-template-template-odds-trackers .recommended-for-you{border-top:2px solid #e3e7e8;background:none}.page-template-template-odds-trackers .recommended-for-you .see-all-guides{text-align:center;margin-top:25px}.page-template-template-odds-trackers .recommended-for-you .see-all-guides a{border:1px solid #656e73;color:#656e73;border-radius:5px;padding:9px 18px;font-size:12px;text-transform:uppercase}.page-template-template-odds-trackers .hero-header{position:relative}@media screen and (max-width: 1279px) and (min-width: 993px){.page-template-template-odds-trackers .hero-header{height:232px}}@media only screen and (max-width: 1024px){.page-template-template-odds-trackers .hero-header{min-height:225px}}@media only screen and (max-width: 992px){.page-template-template-odds-trackers .hero-header{min-height:205px}}.page-template-template-odds-trackers aside{margin-top:35px}.page-template-template-odds-trackers aside .sidebar-related-tabs__item{display:block}.content-odds-tracker-single{border-radius:4px;padding:15px 180px;background-color:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,0.1);border:solid 1px #e3e7e8}.content-odds-tracker-single>*:first-child:not(.sbd-amchart){padding-top:40px}.content-odds-tracker-single .author-article-bio-container{background-color:#f2f4f5;border-top:1px solid #e3e7e8;border-bottom:1px solid #e3e7e8;margin:60px -180px 40px}.content-odds-tracker-single .author-article-bio-container .author-article-bio{margin:0 auto;max-width:806px}.content-odds-tracker-single .recap-container{border-bottom:1px solid #e3e7e8;margin-bottom:40px}.content-odds-tracker-single .recap-container .recap-list{padding:0 0 20px;margin-left:20px}.content-odds-tracker-single .recap-container .recap-list-item{font-size:20px;line-height:2;letter-spacing:0.3px;color:#353f42;margin:0}.content-odds-tracker-single .recap-container .recap-list-item::marker{color:#d72429}.content-odds-tracker-single .recap-container .recap-header{position:relative;font-size:20px;line-height:1.6;letter-spacing:0.3px;padding-bottom:10px;font-family:"Lato Bold";font-weight:bold;margin-bottom:20px}.content-odds-tracker-single .recap-container .recap-header:before{content:'';border-bottom:1px solid #e3e7e8;width:calc(100% + 360px);height:1px;position:absolute;bottom:0;left:-180px}.content-odds-tracker-single .recap-container .recap-header:after{content:'';height:4px;position:absolute;border-bottom:4px solid #d72429;width:50%;bottom:0;left:0}@media only screen and (max-width: 767px){.content-odds-tracker-single .recap-container{margin-bottom:30px}.content-odds-tracker-single .recap-container .recap-header:before{display:none}.content-odds-tracker-single .recap-container .recap-header:after{width:100%}.content-odds-tracker-single .recap-container .recap-list-item{line-height:1.5;font-size:16px;margin-bottom:4px}}@media only screen and (max-width: 767px){.content-odds-tracker-single{padding:0 15px 15px;border:none;border-radius:0}.content-odds-tracker-single>*:first-child:not(.sbd-amchart){padding-top:15px}.content-odds-tracker-single .author-article-bio-container{margin:40px -15px 20px}}.hero-header-standard-container__title--odds-tracker-single{font-size:40px;text-transform:unset;line-height:1.1;max-width:75%}.hero-header-standard-container__subhead--odds-tracker-single{padding-top:5px}@media screen and (max-width: 1279px){.hero-header-standard-container--odds-tracker-single{min-height:120px}}@media only screen and (max-width: 767px){.hero-header-standard-container--odds-tracker-single{min-height:unset}.hero-header-standard-container__subhead--odds-tracker-single{padding-top:5px;padding-bottom:15px}.hero-header-standard-container__title--odds-tracker-single{max-width:100%;font-size:28px}}.single-press-release .main{padding:0}.single-press-release aside{margin-top:0}@media only screen and (max-width: 992px){.single-press-release aside{margin-top:30px}}.single-press-release .twitter-cards{margin-top:55px}.single-press-release .twitter-cards__heading{border-top:2px solid #353f42;padding-top:15px;margin-top:0}.single-press-release .background-header--standard{height:210px}@media only screen and (max-width: 992px){.single-press-release .background-header--standard{height:100px}}@media only screen and (max-width: 767px){.single-press-release .background-header--standard{height:80px}}.single-press-release .background-header__mask{height:100px}@media only screen and (max-width: 992px){.single-press-release .background-header__mask{height:40px}}.press-release-article__content{background-color:#fff;padding:20px;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);border-radius:2px}@media only screen and (max-width: 1024px){.press-release-article__content{border-radius:4px}}@media only screen and (max-width: 992px){.press-release-article__content{margin-bottom:30px}}@media only screen and (max-width: 767px){.press-release-article__content{border:0;border-radius:0;box-shadow:0}}.press-release-article__below-title{height:50px;padding:0 5px;border-bottom:1px solid #e3e7e8}@media only screen and (max-width: 767px){.press-release-article__below-title{border:0;margin-bottom:15px}}.press-release-article__social-icons{width:50%;float:right;text-align:right}@media only screen and (max-width: 767px){.press-release-article__social-icons{width:100%;text-align:left;border-bottom:1px solid #e3e7e8}}.press-release-article__social-icons .social-circle-icon,.press-release-article__social-icons .social-comments,.press-release-article__social-icons .social-shares{display:inline-block;margin-top:0;height:50px;line-height:50px;margin-right:8px}.press-release-article__social-icons .social-comments{float:right;padding-top:10px}.press-release-article__date-time{float:left;width:50%;height:50px;line-height:50px;color:#959fa3}@media only screen and (max-width: 767px){.press-release-article__date-time{width:100%}}.press-release-article__featured-text{clear:both;border-bottom:1px solid #e3e7e8;padding:30px 0;margin-bottom:30px;font-size:20px;font-family:"Lato Regular";color:#353f42}.press-release-article__body{clear:both}.press-release-article__body .desktop-img img,.press-release-article__body .mobile-img img{max-width:100%}.press-release-article__body h2{margin-top:40px;margin-bottom:10px}.page-template-template-press-room .main{padding:0}.page-template-template-press-room .header{border-bottom:1px solid #e3e7e8;padding-top:2px;padding-bottom:15px;margin-top:0}.page-template-template-press-room .header__title-container{border-top:2px solid #353f42;padding-top:15px;margin-top:0}@media only screen and (max-width: 767px){.page-template-template-press-room .header__title-container{width:100%}}.page-template-template-press-room .breadcrumb-light .breadcrumb{padding-bottom:0}.page-template-template-press-room .twitter-cards{padding-right:0}.page-template-template-press-room .twitter-cards__heading{border-top:2px solid #353f42;padding-top:15px;margin-top:0}@media only screen and (max-width: 1024px){.page-template-template-press-room .twitter-cards{padding-right:5px}}@media screen and (max-width: 1279px) and (min-width: 993px){.page-template-template-press-room .hero-header{background-image:linear-gradient(to top, #101213, #1f2426);min-height:235px}}@media only screen and (max-width: 992px){.page-template-template-press-room .hero-header{background-image:linear-gradient(to top, #101213, #1f2426);min-height:unset}}.page-template-template-press-room .hero-header__image{display:block}@media screen and (max-width: 1279px) and (min-width: 993px){.page-template-template-press-room .hero-header__image{display:none}}@media only screen and (max-width: 1024px){.page-template-template-press-room .hero-header__image{display:none}}.page-template-template-press-room .hero-header__image-mobile{position:absolute;top:0;right:30px;display:none}@media screen and (max-width: 1279px) and (min-width: 993px){.page-template-template-press-room .hero-header__image-mobile{display:block}}@media only screen and (max-width: 1024px){.page-template-template-press-room .hero-header__image-mobile{display:block}}@media only screen and (max-width: 767px){.page-template-template-press-room .hero-header__image-mobile{right:0}}@media only screen and (max-width: 1024px){.page-template-template-press-room .hero-header__flex{margin-top:20px}}@media only screen and (max-width: 992px){.page-template-template-press-room .hero-header__flex{margin-top:20px;position:relative;z-index:2}}@media screen and (max-width: 1279px) and (min-width: 993px){.page-template-template-press-room .hero-header .container{min-height:220px}}@media only screen and (max-width: 1024px){.page-template-template-press-room .hero-header .container{min-height:180px}}@media only screen and (max-width: 992px){.page-template-template-press-room .hero-header .container{min-height:180px;max-height:180px;overflow:hidden}}@media only screen and (max-width: 767px){.page-template-template-press-room .hero-header__title-container{margin-top:0}}.page-template-template-press-room .hero-header__title{text-align:left}@media only screen and (max-width: 767px){.page-template-template-press-room .hero-header__title{line-break:normal;width:40%}}.page-template-template-press-room .hero-header__subhead{text-align:left}.press-room__intro-text{background-color:#fff;padding:50px}@media only screen and (max-width: 992px){.press-room__intro-text{border:0;padding:10px}}@media only screen and (max-width: 767px){.press-room__intro-text{padding:0;border:0;border-radius:0}}.press-room__intro-text p{font-size:18px}.press-room__intro-text .featured{font-family:"Lato Bold";color:#353f42}.press-room__container{background-color:#fff;padding:20px;border-radius:2px;border:1px solid #e3e7e8;margin-bottom:30px}@media only screen and (max-width: 767px){.press-room__container{border-radius:0}}.guide-template-template-guides-articles .background-header--standard,.story-template-template-story .background-header--standard,.podcast-template-template-sbd-podcast .background-header--standard{height:210px}@media only screen and (max-width: 1024px){.guide-template-template-guides-articles .background-header--standard,.story-template-template-story .background-header--standard,.podcast-template-template-sbd-podcast .background-header--standard{height:100px}}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .background-header--standard,.story-template-template-story .background-header--standard,.podcast-template-template-sbd-podcast .background-header--standard{height:80px}}.guide-template-template-guides-articles .background-header__mask,.story-template-template-story .background-header__mask,.podcast-template-template-sbd-podcast .background-header__mask{height:100px}.guide-template-template-guides-articles .hero-header-standard-container,.story-template-template-story .hero-header-standard-container,.podcast-template-template-sbd-podcast .hero-header-standard-container{padding:20px 15px 0 15px}.guide-template-template-guides-articles .hero-header,.story-template-template-story .hero-header,.podcast-template-template-sbd-podcast .hero-header{margin-bottom:-250px}@media screen and (max-width: 1279px) and (min-width: 993px){.guide-template-template-guides-articles .hero-header,.story-template-template-story .hero-header,.podcast-template-template-sbd-podcast .hero-header{min-height:320px;margin-bottom:-295px}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .hero-header,.story-template-template-story .hero-header,.podcast-template-template-sbd-podcast .hero-header{min-height:320px;margin-bottom:-295px}}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .hero-header,.story-template-template-story .hero-header,.podcast-template-template-sbd-podcast .hero-header{min-height:unset;display:none;margin-bottom:0}}.guide-template-template-guides-articles .guides-articles,.story-template-template-story .guides-articles,.podcast-template-template-sbd-podcast .guides-articles{background:#fff;position:relative;border-radius:5px;padding:24px 0;box-shadow:0 4px 4px 0 rgba(0,0,0,0.1);margin-bottom:30px}@media only screen and (max-width: 1024px){.guide-template-template-guides-articles .guides-articles,.story-template-template-story .guides-articles,.podcast-template-template-sbd-podcast .guides-articles{margin-top:-60px}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles,.story-template-template-story .guides-articles,.podcast-template-template-sbd-podcast .guides-articles{margin-top:-20px}}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .guides-articles,.story-template-template-story .guides-articles,.podcast-template-template-sbd-podcast .guides-articles{margin:0;padding-top:15px;width:100%;border:0;box-shadow:none}}.guide-template-template-guides-articles .guides-articles__social-elements,.story-template-template-story .guides-articles__social-elements,.podcast-template-template-sbd-podcast .guides-articles__social-elements{left:calc((8.33333% / 2) - 60px / 2);width:60px;top:120px;padding-top:15px;position:absolute}.guide-template-template-guides-articles .guides-articles__social-elements--desktop,.story-template-template-story .guides-articles__social-elements--desktop,.podcast-template-template-sbd-podcast .guides-articles__social-elements--desktop{display:flex;flex-direction:column;align-items:center}@media only screen and (max-width: 1024px){.guide-template-template-guides-articles .guides-articles__social-elements,.story-template-template-story .guides-articles__social-elements,.podcast-template-template-sbd-podcast .guides-articles__social-elements{padding-top:15px}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__social-elements,.story-template-template-story .guides-articles__social-elements,.podcast-template-template-sbd-podcast .guides-articles__social-elements{position:relative;padding-top:0}.guide-template-template-guides-articles .guides-articles__social-elements--desktop,.story-template-template-story .guides-articles__social-elements--desktop,.podcast-template-template-sbd-podcast .guides-articles__social-elements--desktop{display:none}}@media screen and (max-width: 1279px) and (min-width: 993px){.guide-template-template-guides-articles .guides-articles__social-elements .social-circle-icon,.guide-template-template-guides-articles .guides-articles__social-elements .social-comments,.guide-template-template-guides-articles .guides-articles__social-elements .social-shares,.story-template-template-story .guides-articles__social-elements .social-circle-icon,.story-template-template-story .guides-articles__social-elements .social-comments,.story-template-template-story .guides-articles__social-elements .social-shares,.podcast-template-template-sbd-podcast .guides-articles__social-elements .social-circle-icon,.podcast-template-template-sbd-podcast .guides-articles__social-elements .social-comments,.podcast-template-template-sbd-podcast .guides-articles__social-elements .social-shares{display:block}}.guide-template-template-guides-articles .guides-articles__map-title,.story-template-template-story .guides-articles__map-title,.podcast-template-template-sbd-podcast .guides-articles__map-title{text-align:center}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .guides-articles__map-title,.story-template-template-story .guides-articles__map-title,.podcast-template-template-sbd-podcast .guides-articles__map-title{font-size:20px}}.guide-template-template-guides-articles .guides-articles__map,.story-template-template-story .guides-articles__map,.podcast-template-template-sbd-podcast .guides-articles__map{border:20px solid #fafafa;margin-bottom:20px;height:100%;padding-bottom:25px}.guide-template-template-guides-articles .guides-articles__content,.story-template-template-story .guides-articles__content,.podcast-template-template-sbd-podcast .guides-articles__content{padding:0 80px;border-top:1px solid #e3e7e8;padding-top:30px;margin-bottom:60px}@media only screen and (max-width: 1024px){.guide-template-template-guides-articles .guides-articles__content,.story-template-template-story .guides-articles__content,.podcast-template-template-sbd-podcast .guides-articles__content{padding:0;padding-top:30px}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__content,.story-template-template-story .guides-articles__content,.podcast-template-template-sbd-podcast .guides-articles__content{width:100%;padding:0 15px;padding-top:20px;margin-bottom:30px;border-top:0}}.guide-template-template-guides-articles .guides-articles__content img,.story-template-template-story .guides-articles__content img,.podcast-template-template-sbd-podcast .guides-articles__content img{max-width:100%}.guide-template-template-guides-articles .guides-articles__content figure,.story-template-template-story .guides-articles__content figure,.podcast-template-template-sbd-podcast .guides-articles__content figure{max-width:100%}.guide-template-template-guides-articles .guides-articles__content figure img,.story-template-template-story .guides-articles__content figure img,.podcast-template-template-sbd-podcast .guides-articles__content figure img{max-width:100%}.guide-template-template-guides-articles .guides-articles__content .desktop-img,.guide-template-template-guides-articles .guides-articles__content .mobile-img,.story-template-template-story .guides-articles__content .desktop-img,.story-template-template-story .guides-articles__content .mobile-img,.podcast-template-template-sbd-podcast .guides-articles__content .desktop-img,.podcast-template-template-sbd-podcast .guides-articles__content .mobile-img{text-align:center;margin:25px auto}.guide-template-template-guides-articles .guides-articles__content .desktop-img img,.guide-template-template-guides-articles .guides-articles__content .mobile-img img,.story-template-template-story .guides-articles__content .desktop-img img,.story-template-template-story .guides-articles__content .mobile-img img,.podcast-template-template-sbd-podcast .guides-articles__content .desktop-img img,.podcast-template-template-sbd-podcast .guides-articles__content .mobile-img img{max-width:100%}.guide-template-template-guides-articles .guides-articles__content h2,.guide-template-template-guides-articles .guides-articles__content h3,.guide-template-template-guides-articles .guides-articles__content .related-post-details .related-title,.related-post-details .guide-template-template-guides-articles .guides-articles__content .related-title,.story-template-template-story .guides-articles__content h2,.story-template-template-story .guides-articles__content h3,.story-template-template-story .guides-articles__content .related-post-details .related-title,.related-post-details .story-template-template-story .guides-articles__content .related-title,.podcast-template-template-sbd-podcast .guides-articles__content h2,.podcast-template-template-sbd-podcast .guides-articles__content h3,.podcast-template-template-sbd-podcast .guides-articles__content .related-post-details .related-title,.related-post-details .podcast-template-template-sbd-podcast .guides-articles__content .related-title{margin-top:30px;margin-bottom:20px}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .guides-articles__content h2,.guide-template-template-guides-articles .guides-articles__content h3,.guide-template-template-guides-articles .guides-articles__content .related-post-details .related-title,.related-post-details .guide-template-template-guides-articles .guides-articles__content .related-title,.story-template-template-story .guides-articles__content h2,.story-template-template-story .guides-articles__content h3,.story-template-template-story .guides-articles__content .related-post-details .related-title,.related-post-details .story-template-template-story .guides-articles__content .related-title,.podcast-template-template-sbd-podcast .guides-articles__content h2,.podcast-template-template-sbd-podcast .guides-articles__content h3,.podcast-template-template-sbd-podcast .guides-articles__content .related-post-details .related-title,.related-post-details .podcast-template-template-sbd-podcast .guides-articles__content .related-title{margin-top:20px;margin-bottom:20px}}.guide-template-template-guides-articles .guides-articles__content h4,.guide-template-template-guides-articles .guides-articles__content h5,.guide-template-template-guides-articles .guides-articles__content .sidebar-title,.guide-template-template-guides-articles .guides-articles__content .schedule-listing .schedule-listing-date,.schedule-listing .guide-template-template-guides-articles .guides-articles__content .schedule-listing-date,.guide-template-template-guides-articles .guides-articles__content .schedule-page .schedule-listing-date,.schedule-page .guide-template-template-guides-articles .guides-articles__content .schedule-listing-date,.guide-template-template-guides-articles .guides-articles__content h6,.story-template-template-story .guides-articles__content h4,.story-template-template-story .guides-articles__content h5,.story-template-template-story .guides-articles__content .sidebar-title,.story-template-template-story .guides-articles__content .schedule-listing .schedule-listing-date,.schedule-listing .story-template-template-story .guides-articles__content .schedule-listing-date,.story-template-template-story .guides-articles__content .schedule-page .schedule-listing-date,.schedule-page .story-template-template-story .guides-articles__content .schedule-listing-date,.story-template-template-story .guides-articles__content h6,.podcast-template-template-sbd-podcast .guides-articles__content h4,.podcast-template-template-sbd-podcast .guides-articles__content h5,.podcast-template-template-sbd-podcast .guides-articles__content .sidebar-title,.podcast-template-template-sbd-podcast .guides-articles__content .schedule-listing .schedule-listing-date,.schedule-listing .podcast-template-template-sbd-podcast .guides-articles__content .schedule-listing-date,.podcast-template-template-sbd-podcast .guides-articles__content .schedule-page .schedule-listing-date,.schedule-page .podcast-template-template-sbd-podcast .guides-articles__content .schedule-listing-date,.podcast-template-template-sbd-podcast .guides-articles__content h6{margin-top:30px;margin-bottom:15px}.guide-template-template-guides-articles .guides-articles__content p:first-child img,.story-template-template-story .guides-articles__content p:first-child img,.podcast-template-template-sbd-podcast .guides-articles__content p:first-child img{display:none}.guide-template-template-guides-articles .guides-articles__content p iframe,.story-template-template-story .guides-articles__content p iframe,.podcast-template-template-sbd-podcast .guides-articles__content p iframe{margin:auto}.guide-template-template-guides-articles .guides-articles__content .twitter-container,.story-template-template-story .guides-articles__content .twitter-container,.podcast-template-template-sbd-podcast .guides-articles__content .twitter-container{background-color:#fafafa;padding:15px;margin:20px auto;border-radius:4px}.guide-template-template-guides-articles .guides-articles__faq,.story-template-template-story .guides-articles__faq,.podcast-template-template-sbd-podcast .guides-articles__faq{border:none;padding-top:0}.guide-template-template-guides-articles .guides-articles__faq h1,.guide-template-template-guides-articles .guides-articles__faq h2,.guide-template-template-guides-articles .guides-articles__faq h3,.guide-template-template-guides-articles .guides-articles__faq .related-post-details .related-title,.related-post-details .guide-template-template-guides-articles .guides-articles__faq .related-title,.guide-template-template-guides-articles .guides-articles__faq h4,.guide-template-template-guides-articles .guides-articles__faq h5.h6,.guide-template-template-guides-articles .guides-articles__faq .h6.sidebar-title,.guide-template-template-guides-articles .guides-articles__faq .schedule-listing .h6.schedule-listing-date,.schedule-listing .guide-template-template-guides-articles .guides-articles__faq .h6.schedule-listing-date,.guide-template-template-guides-articles .guides-articles__faq .schedule-page .h6.schedule-listing-date,.schedule-page .guide-template-template-guides-articles .guides-articles__faq .h6.schedule-listing-date,.story-template-template-story .guides-articles__faq h1,.story-template-template-story .guides-articles__faq h2,.story-template-template-story .guides-articles__faq h3,.story-template-template-story .guides-articles__faq .related-post-details .related-title,.related-post-details .story-template-template-story .guides-articles__faq .related-title,.story-template-template-story .guides-articles__faq h4,.story-template-template-story .guides-articles__faq h5.h6,.story-template-template-story .guides-articles__faq .h6.sidebar-title,.story-template-template-story .guides-articles__faq .schedule-listing .h6.schedule-listing-date,.schedule-listing .story-template-template-story .guides-articles__faq .h6.schedule-listing-date,.story-template-template-story .guides-articles__faq .schedule-page .h6.schedule-listing-date,.schedule-page .story-template-template-story .guides-articles__faq .h6.schedule-listing-date,.podcast-template-template-sbd-podcast .guides-articles__faq h1,.podcast-template-template-sbd-podcast .guides-articles__faq h2,.podcast-template-template-sbd-podcast .guides-articles__faq h3,.podcast-template-template-sbd-podcast .guides-articles__faq .related-post-details .related-title,.related-post-details .podcast-template-template-sbd-podcast .guides-articles__faq .related-title,.podcast-template-template-sbd-podcast .guides-articles__faq h4,.podcast-template-template-sbd-podcast .guides-articles__faq h5.h6,.podcast-template-template-sbd-podcast .guides-articles__faq .h6.sidebar-title,.podcast-template-template-sbd-podcast .guides-articles__faq .schedule-listing .h6.schedule-listing-date,.schedule-listing .podcast-template-template-sbd-podcast .guides-articles__faq .h6.schedule-listing-date,.podcast-template-template-sbd-podcast .guides-articles__faq .schedule-page .h6.schedule-listing-date,.schedule-page .podcast-template-template-sbd-podcast .guides-articles__faq .h6.schedule-listing-date{margin-top:0}.guide-template-template-guides-articles .guides-articles__faq .faq-block,.story-template-template-story .guides-articles__faq .faq-block,.podcast-template-template-sbd-podcast .guides-articles__faq .faq-block{max-width:750px;margin:0 auto 5px}.guide-template-template-guides-articles .guides-articles__faq .faq-block:first-of-type,.story-template-template-story .guides-articles__faq .faq-block:first-of-type,.podcast-template-template-sbd-podcast .guides-articles__faq .faq-block:first-of-type{margin-top:30px}.guide-template-template-guides-articles .guides-articles__discussion-section,.story-template-template-story .guides-articles__discussion-section,.podcast-template-template-sbd-podcast .guides-articles__discussion-section{border-top:1px solid #e3e7e8;padding-top:30px;clear:both}.guide-template-template-guides-articles .guides-articles__discussion-section .fb_iframe_widget_fluid span,.story-template-template-story .guides-articles__discussion-section .fb_iframe_widget_fluid span,.podcast-template-template-sbd-podcast .guides-articles__discussion-section .fb_iframe_widget_fluid span{width:80%}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .guides-articles__discussion-section .fb_iframe_widget_fluid span,.story-template-template-story .guides-articles__discussion-section .fb_iframe_widget_fluid span,.podcast-template-template-sbd-podcast .guides-articles__discussion-section .fb_iframe_widget_fluid span{width:100%}}.guide-template-template-guides-articles .guides-articles__discussion-header,.guide-template-template-guides-articles .guides-articles__facebook-comments,.story-template-template-story .guides-articles__discussion-header,.story-template-template-story .guides-articles__facebook-comments,.podcast-template-template-sbd-podcast .guides-articles__discussion-header,.podcast-template-template-sbd-podcast .guides-articles__facebook-comments{padding:0 80px}@media only screen and (max-width: 1024px){.guide-template-template-guides-articles .guides-articles__discussion-header,.guide-template-template-guides-articles .guides-articles__facebook-comments,.story-template-template-story .guides-articles__discussion-header,.story-template-template-story .guides-articles__facebook-comments,.podcast-template-template-sbd-podcast .guides-articles__discussion-header,.podcast-template-template-sbd-podcast .guides-articles__facebook-comments{padding:0}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__discussion-header,.guide-template-template-guides-articles .guides-articles__facebook-comments,.story-template-template-story .guides-articles__discussion-header,.story-template-template-story .guides-articles__facebook-comments,.podcast-template-template-sbd-podcast .guides-articles__discussion-header,.podcast-template-template-sbd-podcast .guides-articles__facebook-comments{padding:0 15px}}.guide-template-template-guides-articles .guides-articles__author-box,.story-template-template-story .guides-articles__author-box,.podcast-template-template-sbd-podcast .guides-articles__author-box{background-color:#f2f4f5;width:100%;float:left;border-top:1px solid #e3e7e8}.guide-template-template-guides-articles .guides-articles__author-box .author-container,.story-template-template-story .guides-articles__author-box .author-container,.podcast-template-template-sbd-podcast .guides-articles__author-box .author-container{padding:0 80px}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .guides-articles__author-box .author-container,.story-template-template-story .guides-articles__author-box .author-container,.podcast-template-template-sbd-podcast .guides-articles__author-box .author-container{padding:0}}.guide-template-template-guides-articles .guides-articles__title-section,.story-template-template-story .guides-articles__title-section,.podcast-template-template-sbd-podcast .guides-articles__title-section{text-align:left;margin-bottom:5px;border-bottom:1px solid #e3e7e8;padding:0 80px}@media only screen and (max-width: 1024px){.guide-template-template-guides-articles .guides-articles__title-section,.story-template-template-story .guides-articles__title-section,.podcast-template-template-sbd-podcast .guides-articles__title-section{padding:0}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__title-section,.story-template-template-story .guides-articles__title-section,.podcast-template-template-sbd-podcast .guides-articles__title-section{width:100%;padding:0 15px;border:0}}.guide-template-template-guides-articles .guides-articles__title-section h1,.story-template-template-story .guides-articles__title-section h1,.podcast-template-template-sbd-podcast .guides-articles__title-section h1{font-family:"Lato Black";font-size:34px;font-weight:900;color:#353f42}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .guides-articles__title-section h1,.story-template-template-story .guides-articles__title-section h1,.podcast-template-template-sbd-podcast .guides-articles__title-section h1{font-size:28px}}.guide-template-template-guides-articles .guides-articles__last-updated,.story-template-template-story .guides-articles__last-updated,.podcast-template-template-sbd-podcast .guides-articles__last-updated{color:#959fa3;font-size:14px;font-family:"Lato Regular";margin-bottom:15px}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__last-updated,.story-template-template-story .guides-articles__last-updated,.podcast-template-template-sbd-podcast .guides-articles__last-updated{position:relative;border-top:1px solid #e3e7e8;height:50px;border-bottom:1px solid #e3e7e8;margin-bottom:5px;line-height:50px}}.guide-template-template-guides-articles .guides-articles__featured-section,.story-template-template-story .guides-articles__featured-section,.podcast-template-template-sbd-podcast .guides-articles__featured-section{padding-top:10px;max-height:535px;padding:0}@media only screen and (max-width: 1024px){.guide-template-template-guides-articles .guides-articles__featured-section,.story-template-template-story .guides-articles__featured-section,.podcast-template-template-sbd-podcast .guides-articles__featured-section{padding:0}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__featured-section,.story-template-template-story .guides-articles__featured-section,.podcast-template-template-sbd-podcast .guides-articles__featured-section{width:100%;max-height:none;padding:0 15px}}.guide-template-template-guides-articles .guides-articles__featured-image,.story-template-template-story .guides-articles__featured-image,.podcast-template-template-sbd-podcast .guides-articles__featured-image{padding:0}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__featured-image,.story-template-template-story .guides-articles__featured-image,.podcast-template-template-sbd-podcast .guides-articles__featured-image{width:100%;padding:0}}.guide-template-template-guides-articles .guides-articles__featured-image img,.story-template-template-story .guides-articles__featured-image img,.podcast-template-template-sbd-podcast .guides-articles__featured-image img{max-height:410px}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__featured-image img,.story-template-template-story .guides-articles__featured-image img,.podcast-template-template-sbd-podcast .guides-articles__featured-image img{width:100%;max-height:none}}.guide-template-template-guides-articles .guides-articles__featured-image .video-container,.story-template-template-story .guides-articles__featured-image .video-container,.podcast-template-template-sbd-podcast .guides-articles__featured-image .video-container{padding:0;height:100%;overflow:initial;margin:0}.guide-template-template-guides-articles .guides-articles__featured-video,.story-template-template-story .guides-articles__featured-video,.podcast-template-template-sbd-podcast .guides-articles__featured-video{position:relative;height:410px}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .guides-articles__featured-video,.story-template-template-story .guides-articles__featured-video,.podcast-template-template-sbd-podcast .guides-articles__featured-video{height:280px}}.guide-template-template-guides-articles .guides-articles__estimated,.story-template-template-story .guides-articles__estimated,.podcast-template-template-sbd-podcast .guides-articles__estimated{display:flex;background-color:#1f2426;height:410px;text-align:center;position:relative;padding:0}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__estimated,.story-template-template-story .guides-articles__estimated,.podcast-template-template-sbd-podcast .guides-articles__estimated{width:100%;height:70px}}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .guides-articles__estimated,.story-template-template-story .guides-articles__estimated,.podcast-template-template-sbd-podcast .guides-articles__estimated{text-align:left}}.guide-template-template-guides-articles .guides-articles__guide,.story-template-template-story .guides-articles__guide,.podcast-template-template-sbd-podcast .guides-articles__guide{position:relative;text-align:center;align-items:center;justify-content:center;width:100%;top:60px}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__guide img,.story-template-template-story .guides-articles__guide img,.podcast-template-template-sbd-podcast .guides-articles__guide img{width:37px}}.guide-template-template-guides-articles .guides-articles__guide img.icon,.story-template-template-story .guides-articles__guide img.icon,.podcast-template-template-sbd-podcast .guides-articles__guide img.icon{max-width:140px;margin-bottom:5px}.guide-template-template-guides-articles .guides-articles__guide img.text,.story-template-template-story .guides-articles__guide img.text,.podcast-template-template-sbd-podcast .guides-articles__guide img.text{margin:auto;padding-top:5px}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__guide,.story-template-template-story .guides-articles__guide,.podcast-template-template-sbd-podcast .guides-articles__guide{display:flex;width:70px;top:0}.guide-template-template-guides-articles .guides-articles__guide img.icon,.story-template-template-story .guides-articles__guide img.icon,.podcast-template-template-sbd-podcast .guides-articles__guide img.icon{margin-bottom:0}}.guide-template-template-guides-articles .guides-articles__reading-time,.story-template-template-story .guides-articles__reading-time,.podcast-template-template-sbd-podcast .guides-articles__reading-time{color:#fff;font-family:"Lato Regular";font-weight:normal;font-size:14px;position:absolute;bottom:0;width:100%;padding-bottom:30px}@media screen and (max-width: 1279px) and (min-width: 993px){.guide-template-template-guides-articles .guides-articles__reading-time,.story-template-template-story .guides-articles__reading-time,.podcast-template-template-sbd-podcast .guides-articles__reading-time{padding-bottom:5px}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__reading-time,.story-template-template-story .guides-articles__reading-time,.podcast-template-template-sbd-podcast .guides-articles__reading-time{width:90%;position:relative;height:70px;line-height:70px;float:right;border-left:1px solid #353f42;padding-left:15px;text-align:left}}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .guides-articles__reading-time,.story-template-template-story .guides-articles__reading-time,.podcast-template-template-sbd-podcast .guides-articles__reading-time{line-height:inherit;padding-top:15px;width:83%;padding-left:20px}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__reading-time span,.story-template-template-story .guides-articles__reading-time span,.podcast-template-template-sbd-podcast .guides-articles__reading-time span{float:left;width:50%}}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .guides-articles__reading-time span,.story-template-template-story .guides-articles__reading-time span,.podcast-template-template-sbd-podcast .guides-articles__reading-time span{float:none;width:100%;line-height:inherit;height:auto}}.guide-template-template-guides-articles .guides-articles__see-all-guides,.story-template-template-story .guides-articles__see-all-guides,.podcast-template-template-sbd-podcast .guides-articles__see-all-guides{margin-top:15px}@media only screen and (max-width: 1024px){.guide-template-template-guides-articles .guides-articles__see-all-guides,.story-template-template-story .guides-articles__see-all-guides,.podcast-template-template-sbd-podcast .guides-articles__see-all-guides{padding-bottom:5px}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__see-all-guides,.story-template-template-story .guides-articles__see-all-guides,.podcast-template-template-sbd-podcast .guides-articles__see-all-guides{float:left;width:50%;margin:0;height:70px;line-height:70px;text-align:right;padding-right:15px}}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .guides-articles__see-all-guides,.story-template-template-story .guides-articles__see-all-guides,.podcast-template-template-sbd-podcast .guides-articles__see-all-guides{width:100%;float:none;line-height:inherit;height:auto;text-align:left}}.guide-template-template-guides-articles .guides-articles__see-all-guides a,.story-template-template-story .guides-articles__see-all-guides a,.podcast-template-template-sbd-podcast .guides-articles__see-all-guides a{font-family:"Lato Bold";font-weight:bold;font-size:16px;color:#fff}.guide-template-template-guides-articles .guides-articles__see-all-guides i,.story-template-template-story .guides-articles__see-all-guides i,.podcast-template-template-sbd-podcast .guides-articles__see-all-guides i{font-size:16px;color:#fff}.guide-template-template-guides-articles .guides-articles__published,.story-template-template-story .guides-articles__published,.podcast-template-template-sbd-podcast .guides-articles__published{color:#959fa3;font-size:14px;font-family:"Lato Regular";width:100%;clear:both;padding:15px 80px}@media only screen and (max-width: 1024px){.guide-template-template-guides-articles .guides-articles__published,.story-template-template-story .guides-articles__published,.podcast-template-template-sbd-podcast .guides-articles__published{padding:15px 0}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .guides-articles__published,.story-template-template-story .guides-articles__published,.podcast-template-template-sbd-podcast .guides-articles__published{padding:10px 0;border-bottom:1px solid #e3e7e8;width:96%;margin:auto}}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .guides-articles__published,.story-template-template-story .guides-articles__published,.podcast-template-template-sbd-podcast .guides-articles__published{padding:10px 0;width:93%;margin:auto}}.guide-template-template-guides-articles .guides-articles .discussion-header span,.story-template-template-story .guides-articles .discussion-header span,.podcast-template-template-sbd-podcast .guides-articles .discussion-header span{font-family:"Lato Bold";color:#353f42;font-weight:bold;text-align:left;margin:0;font-size:20px;line-height:1.6}.guide-template-template-guides-articles .guides-articles .discussion-header p,.story-template-template-story .guides-articles .discussion-header p,.podcast-template-template-sbd-podcast .guides-articles .discussion-header p{color:#656e73;font-family:"Lato Regular";font-weight:normal;font-size:14px;line-height:1.43}.guide-template-template-guides-articles .guides-home-link-sections,.story-template-template-story .guides-home-link-sections,.podcast-template-template-sbd-podcast .guides-home-link-sections{margin-top:25px}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .last-updated__social-elements,.story-template-template-story .last-updated__social-elements,.podcast-template-template-sbd-podcast .last-updated__social-elements{position:absolute;right:15px;top:0;margin:0;height:50px;line-height:50px;text-align:right}}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .last-updated__social-elements,.story-template-template-story .last-updated__social-elements,.podcast-template-template-sbd-podcast .last-updated__social-elements{position:unset;float:none;text-align:left}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .last-updated__social-elements .social-circle-icon,.guide-template-template-guides-articles .last-updated__social-elements .social-comments,.guide-template-template-guides-articles .last-updated__social-elements .social-shares,.story-template-template-story .last-updated__social-elements .social-circle-icon,.story-template-template-story .last-updated__social-elements .social-comments,.story-template-template-story .last-updated__social-elements .social-shares,.podcast-template-template-sbd-podcast .last-updated__social-elements .social-circle-icon,.podcast-template-template-sbd-podcast .last-updated__social-elements .social-comments,.podcast-template-template-sbd-podcast .last-updated__social-elements .social-shares{display:inline-block;margin-top:0;height:50px;line-height:50px;margin-right:8px}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .last-updated__social-elements .social-comments,.story-template-template-story .last-updated__social-elements .social-comments,.podcast-template-template-sbd-podcast .last-updated__social-elements .social-comments{float:right;padding-top:10px}}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .last-updated__social-elements .social-comments,.story-template-template-story .last-updated__social-elements .social-comments,.podcast-template-template-sbd-podcast .last-updated__social-elements .social-comments{padding-top:0}}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .last-updated__social-elements .social-comments span,.story-template-template-story .last-updated__social-elements .social-comments span,.podcast-template-template-sbd-podcast .last-updated__social-elements .social-comments span{display:inline-block;position:relative;top:-5px}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .last-updated__social-elements .social-circle-icon .sbdicon,.story-template-template-story .last-updated__social-elements .social-circle-icon .sbdicon,.podcast-template-template-sbd-podcast .last-updated__social-elements .social-circle-icon .sbdicon{width:30px;height:30px;font-size:16px}}@media only screen and (max-width: 992px){.guide-template-template-guides-articles .last-updated__social-elements .disqus-comment-count,.story-template-template-story .last-updated__social-elements .disqus-comment-count,.podcast-template-template-sbd-podcast .last-updated__social-elements .disqus-comment-count{height:0px;line-height:16px}}@media only screen and (max-width: 767px){.guide-template-template-guides-articles .last-updated__social-elements .disqus-comment-count,.story-template-template-story .last-updated__social-elements .disqus-comment-count,.podcast-template-template-sbd-podcast .last-updated__social-elements .disqus-comment-count{display:inline-block}}.page-template-template-covid-19 main.main{padding:0}.page-template-template-covid-19 .hero-header{background-size:contain;padding-bottom:70px;z-index:1}.page-template-template-covid-19 .hero-header__title-container{z-index:2;width:80%}@media only screen and (max-width: 992px){.page-template-template-covid-19 .hero-header{background-image:linear-gradient(0deg, #101213, #1f2426)}}.page-template-template-covid-19 #covid19chart{height:100%}.page-template-template-covid-19 #covid-image-modal-image,.page-template-template-covid-19 #covid-image-modal-image-mobile{display:none;width:100%;height:100%;background-repeat:no-repeat;background-size:contain}.page-template-template-covid-19 #covid-image-modal #covid-image-modal-image{display:block}@media screen and (max-width: 500px){.page-template-template-covid-19 #covid-image-modal #covid-image-modal-image-mobile{display:block}.page-template-template-covid-19 #covid-image-modal #covid-image-modal-image{display:none}}.page-template-template-covid-19 .covid19{z-index:2;position:relative}.page-template-template-covid-19 .covid19__header-graphic .header{border-bottom:1px solid #e3e7e8;padding-top:2px;padding-bottom:15px;margin-top:0}.page-template-template-covid-19 .covid19__header-graphic .header__title-container{border-top:2px solid #656e73;padding-top:15px;margin-top:0}@media only screen and (max-width: 1199px){.page-template-template-covid-19 .covid19__header-graphic .header__title-container{width:100%}}.page-template-template-covid-19 .covid19__timeline-graphic-container{cursor:grab;overflow-x:scroll}.page-template-template-covid-19 .covid19__timeline-graphic-container>div{border-bottom:4px solid #d72429;height:auto}@media only screen and (max-width: 992px){.page-template-template-covid-19 .covid19__timeline-graphic-container{margin:0 -15px}}.page-template-template-covid-19 .covid19__content{color:#353f42;padding:50px 100px;border:1px solid #e3e7e8;border-radius:2px;border-top:0}@media only screen and (max-width: 992px){.page-template-template-covid-19 .covid19__content{padding:20px 15px;margin:0 -15px;border-left:none;border-right:none}}@media only screen and (max-width: 767px){.page-template-template-covid-19 .covid19__content{border-radius:0}}.page-template-template-covid-19 .covid19__content-main{border-top:1px solid #e3e7e8;background-color:#fff}@media only screen and (max-width: 992px){.page-template-template-covid-19 .covid19__content-main{border:none}}@media only screen and (max-width: 767px){.page-template-template-covid-19 .covid19__content-main img{display:none}}.page-template-template-covid-19 .covid19__content-main ul{width:50%;margin-top:20px}@media only screen and (max-width: 992px){.page-template-template-covid-19 .covid19__content-main ul{width:55%}}@media only screen and (max-width: 767px){.page-template-template-covid-19 .covid19__content-main ul{width:100%;margin:0;padding:15px}}.page-template-template-covid-19 .covid19__articles-row{padding-top:20px;padding-bottom:40px;position:relative}.page-template-template-covid-19 .covid19__articles-row:before{content:"";width:calc(100% - 30px);height:1px;background-color:#e3e7e8;margin:0 15px}.page-template-template-covid-19 .covid19__articles-row .header{border-bottom:1px solid #e3e7e8;padding-top:2px;padding-bottom:15px;margin-top:0}.page-template-template-covid-19 .covid19__articles-row .header__title-container{border-top:2px solid #656e73;padding-top:15px;margin-top:0}@media only screen and (max-width: 1199px){.page-template-template-covid-19 .covid19__articles-row .header__title-container{width:100%}}@media only screen and (max-width: 992px){.page-template-template-covid-19 .covid19__articles-row{padding-bottom:0}.page-template-template-covid-19 .covid19__articles-row:before{display:none}}.page-template-template-covid-19 .covid19__articles{border-right:1px solid #e3e7e8}@media only screen and (max-width: 1199px){.page-template-template-covid-19 .covid19__articles{border-right:0}}.page-template-template-covid-19 .covid19__articles .press-room__featured-image img{max-width:100%}.page-template-template-covid-19 .covid19__navigation-links .page-numbers{color:#1f2426;font-family:"Lato Bold";margin-right:5px}.page-template-template-covid-19 .covid19__navigation-links .current{background-color:#d72429;color:#fff;padding:5px 10px;border-radius:50%}.page-template-template-covid-19 .covid19__sidebar-twitter{margin-top:20px;display:block;border-top:1px solid #e3e7e8;padding-top:20px}@media only screen and (max-width: 1199px){.page-template-template-covid-19 .covid19__sidebar-twitter{display:none}}.page-template-template-covid-19 .covid19__sidebar .header{margin-bottom:0}@media only screen and (max-width: 1199px){.page-template-template-covid-19 .covid19__sidebar{margin-bottom:20px}}@media only screen and (max-width: 767px){.page-template-template-covid-19 .covid19__sidebar{margin-top:0}}.page-template-template-covid-19 .covid19__custom-legend{position:absolute;bottom:20px;left:20px;height:180px;z-index:3;display:flex;justify-content:space-between;flex-direction:column}.page-template-template-covid-19 .covid19__custom-legend-label{color:#1f2426;font-size:14px;font-family:"Lato Bold";font-weight:bold;margin-left:30px}.page-template-template-covid-19 .covid19__custom-legend-bar{background:linear-gradient(to top, #0d5d9e, #0d8152, #15a010, #8fa200, #ffa200, #fe6c10, #d72429);position:absolute;top:50%;transform:translateY(-50%);height:90%;width:20px;left:0}.page-template-template-covid-19 .covid19__chart-container{position:relative;height:calc(100% - 100px);width:100%;z-index:2}@media only screen and (max-width: 992px){.page-template-template-covid-19 .covid19__chart-container{height:calc(100% - 130px)}}.page-template-template-covid-19 .covid19__wrapper{border:1px solid #e3e7e8;background-color:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25)}@media only screen and (max-width: 1199px){.page-template-template-covid-19{margin:0}}.page-template-template-covid-19 .hero-header__image-mobile{display:none;right:30px}.page-template-template-covid-19 .hero-header__title{text-transform:unset}@media only screen and (max-width: 992px){.page-template-template-covid-19 .hero-header>.container{position:relative}.page-template-template-covid-19 .hero-header__image{display:none}.page-template-template-covid-19 .hero-header__title,.page-template-template-covid-19 .hero-header__subhead{text-align:left;text-transform:unset}.page-template-template-covid-19 .hero-header__image-mobile{display:block;position:absolute;top:-20px}}@media only screen and (max-width: 767px){.page-template-template-covid-19 .hero-header__image-mobile{right:-20px}.page-template-template-covid-19 .hero-header__flex{margin-top:20px}.page-template-template-covid-19 .hero-header__title-container{width:100%}}.faq__top-level{margin:0}.faq__second-level{margin-left:36px}@media only screen and (max-width: 767px){.faq__second-level{margin-left:20px}}.faq__title{display:flex;justify-content:flex-start;align-items:center;border-top:1px solid #f2f4f5}.faq__heading{font-family:"Lato Bold";font-size:16px;color:#1f2426;font-weight:bold;padding:9px 0}.faq__circle{border:2px solid #656e73;border-radius:100%;height:20px;width:20px;min-width:20px;min-height:20px;display:flex;justify-content:center;align-items:center;margin-right:8px;font-size:12px;color:#656e73}.faq__content{margin-left:29px;padding:12px 0}@media only screen and (max-width: 767px){.faq__content{margin-left:0}}.faq__content p{font-family:"Lato Regular";font-weight:normal;color:#656e73;font-size:14px;padding:0;margin:0}.sbd-podcasts__articles{border-right:1px solid #e3e7e8}@media only screen and (max-width: 1024px){.sbd-podcasts__articles{order:1;border:0}}.sbd-podcasts__articles .press-room__featured-image img{max-width:100%}@media only screen and (max-width: 767px){.sbd-podcasts__articles-list{padding:0}}@media only screen and (max-width: 1024px){.sbd-podcasts__sidebar{order:2}}@media only screen and (max-width: 1024px){.sbd-podcasts__articles-row{display:flex;flex-direction:column;margin:0}}.sbd-podcasts__articles-row:before{content:"";width:calc(100% - 30px);height:1px;background-color:#e3e7e8;margin:0 15px}@media only screen and (max-width: 992px){.sbd-podcasts__articles-row:before{background-color:transparent}}.sbd-podcasts__articles-row .header{margin-top:2px}.sbd-podcasts__articles-row .header__title-container{border-top:2px solid #656e73;padding-top:15px;margin-top:0}@media only screen and (max-width: 767px){.sbd-podcasts__articles-row .header__title-container{width:100%}}.sbd-podcasts__content{min-height:265px;border-top-right-radius:4px;border-top-left-radius:4px}@media only screen and (max-width: 767px){.sbd-podcasts__content{min-height:150px;border-radius:0}}.sbd-podcasts__latest-episode{text-align:center;border:1px solid #e3e7e8;border-top:4px solid #d72429;padding-top:34px;padding:34px 0 40px 0;margin-bottom:30px}@media only screen and (max-width: 992px){.sbd-podcasts__latest-episode{padding:34px 15px 40px 15px}}@media only screen and (max-width: 767px){.sbd-podcasts__latest-episode{padding:15px 15px 30px 15px;border-right:0;border-left:0}}.sbd-podcasts__title{text-align:center;font-family:"Lato Bold";font-size:28px;color:#353f42;line-height:1.5;letter-spacing:normal}.sbd-podcasts__date{font-family:"Lato Regular";font-size:18px;color:#353f42;letter-spacing:normal;line-height:1.56}.sbd-podcasts__embed-code{max-width:800px;margin:20px auto}@media only screen and (max-width: 992px){.sbd-podcasts__embed-code{max-width:inherit;width:100%}}.sbd-podcasts__summary{font-family:"Lato Regular";font-size:16px;color:#353f42;letter-spacing:normal;line-height:1.56;max-width:940px;margin:20px auto}@media only screen and (max-width: 992px){.sbd-podcasts__summary{max-width:inherit;width:100%}}.sbd-podcasts__button{background:#d72429;border-radius:5px;line-height:40px;color:#fff;text-transform:uppercase;font-family:"Lato Bold";font-size:14px;line-height:2.8em;border:0;padding:12px 40px}.sbd-podcasts__button:hover{color:#fff;text-decoration:none}.sbd-podcasts__pagination{clear:both;display:flex;height:36px;justify-content:center}.sbd-podcasts__pagination .page-numbers{display:flex;align-items:center;justify-content:center;width:36px;height:100%;font-family:"Lato Bold";font-weight:bold;text-align:center;color:#1f2426}.sbd-podcasts__pagination .page-numbers.current{background-color:#d72429;border-radius:50%;color:#fff}.sbd-podcasts .sidebar-banner{border-top:2px solid #656e73;padding-top:20px;margin-top:2px;text-align:center}.sbd-podcasts .sidebar-banner img{max-width:100%}@media only screen and (max-width: 767px){.sbd-podcasts .sidebar-banner{border:0;padding:20px 0}}@media only screen and (max-width: 767px){.page-template-template-landing-podcasts .background-header--matchupbar{height:137px}}@media only screen and (max-width: 767px){.page-template-template-landing-podcasts .hero-header-standard-container{height:auto}}.page-template-template-landing-podcasts .hero-header-standard-container__subhead{padding-top:10px}@media only screen and (max-width: 767px){.page-template-template-landing-podcasts main{padding:0}}.page-template-template-landing-podcasts main aside{margin-top:0}.post-type-archive-podcast aside{margin-top:0}.qs-datepicker-container{font-size:1rem;font-family:sans-serif;color:black;position:absolute;width:15.625em;display:flex;flex-direction:column;z-index:9001;user-select:none;border:1px solid gray;border-radius:.26392em;overflow:hidden;background:white;box-shadow:0 1.25em 1.25em -.9375em rgba(0,0,0,0.3)}.qs-datepicker-container *{box-sizing:border-box}.qs-centered{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%)}.qs-hidden{display:none}.qs-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,0.75);color:white;width:100%;height:100%;padding:.5em;z-index:1;opacity:1;transition:opacity .3s;display:flex;flex-direction:column}.qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-overlay .qs-overlay-year{border:none;background:transparent;border-bottom:1px solid white;border-radius:0;color:white;font-size:.875em;padding:.25em 0;width:80%;text-align:center;margin:0 auto;display:block}.qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-overlay .qs-close{padding:.5em;cursor:pointer;position:absolute;top:0;right:0}.qs-overlay .qs-submit{border:1px solid white;border-radius:.26392em;padding:.5em;margin:0 auto auto;cursor:pointer;background:rgba(128,128,128,0.4)}.qs-overlay .qs-submit.qs-disabled{color:gray;border-color:gray;cursor:not-allowed}.qs-overlay .qs-overlay-month-container{display:flex;flex-wrap:wrap;flex-grow:1}.qs-overlay .qs-overlay-month{display:flex;justify-content:center;align-items:center;width:calc(100% / 3);cursor:pointer;opacity:.5;transition:opacity .15s}.qs-overlay .qs-overlay-month.active,.qs-overlay .qs-overlay-month:hover{opacity:1}.qs-controls{width:100%;display:flex;justify-content:space-between;align-items:center;flex-grow:1;flex-shrink:0;background:lightgray;filter:blur(0px);transition:filter .3s}.qs-controls.qs-blur{filter:blur(5px)}.qs-arrow{height:1.5625em;width:1.5625em;position:relative;cursor:pointer;border-radius:.26392em;transition:background .15s}.qs-arrow:hover{background:rgba(0,0,0,0.1)}.qs-arrow:hover.qs-left:after{border-right-color:black}.qs-arrow:hover.qs-right:after{border-left-color:black}.qs-arrow:after{content:'';border:.39062em solid transparent;position:absolute;top:50%;transition:border .2s}.qs-arrow.qs-left:after{border-right-color:gray;right:50%;transform:translate(25%, -50%)}.qs-arrow.qs-right:after{border-left-color:gray;left:50%;transform:translate(-25%, -50%)}.qs-month-year{font-weight:bold;transition:border .2s;border-bottom:1px solid transparent;cursor:pointer}.qs-month-year:hover{border-bottom:1px solid gray}.qs-month-year:focus,.qs-month-year:active:focus{outline:none}.qs-month{padding-right:.5ex}.qs-year{padding-left:.5ex}.qs-squares{display:flex;flex-wrap:wrap;padding:.3125em;filter:blur(0px);transition:filter .3s}.qs-squares.qs-blur{filter:blur(5px)}.qs-square{width:calc(100% / 7);height:1.5625em;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .1s;border-radius:.26392em}.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}.qs-current{font-weight:bold;text-decoration:underline}.qs-active,.qs-range-start,.qs-range-end{background:#add8e6}.qs-range-start:not(.qs-range-6){border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle{background:#d4ebf2}.qs-range-middle:not(.qs-range-0):not(.qs-range-6){border-radius:0}.qs-range-middle.qs-range-0{border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle.qs-range-6{border-top-left-radius:0;border-bottom-left-radius:0}.qs-range-end:not(.qs-range-0){border-top-left-radius:0;border-bottom-left-radius:0}.qs-disabled,.qs-outside-current-month{opacity:.2}.qs-disabled{cursor:not-allowed}.qs-empty{cursor:default}.qs-day{cursor:default;font-weight:bold;color:gray}.qs-event{position:relative}.qs-event:after{content:'';position:absolute;width:.46875em;height:.46875em;border-radius:50%;background:#07f;bottom:0;right:0}.page-template-template-odds-app-lander main{padding:0}.page-template-template-odds-app-lander p{margin:0}.odds-app-lander__hero-container{width:100%;padding:0;margin:0;background-image:url("../images/lander-page/crossbar.jpg")}.odds-app-lander__elements{max-width:1170px;min-height:533px;margin:auto}@media only screen and (max-width: 1024px){.odds-app-lander__elements{max-width:732px;margin:auto;min-height:341px}}@media only screen and (max-width: 992px){.odds-app-lander__elements{padding:15px;max-width:inherit;width:100%}}@media only screen and (max-width: 767px){.odds-app-lander__elements{min-height:498px}}@media only screen and (max-width: 767px){.odds-app-lander__elements--confidence{min-height:412px}}@media only screen and (max-width: 1024px){.odds-app-lander__elements--odds{min-height:209px}}@media only screen and (max-width: 767px){.odds-app-lander__elements--odds{min-height:412px}}@media only screen and (max-width: 1024px){.odds-app-lander__elements--betting{max-width:inherit;float:left;width:100%;min-height:295px;padding-bottom:0}}@media only screen and (max-width: 767px){.odds-app-lander__elements--betting{min-height:374px;padding-bottom:15px}}@media only screen and (max-width: 1024px){.odds-app-lander__elements--footer{padding-bottom:0;min-height:200px}}@media only screen and (max-width: 767px){.odds-app-lander__elements--footer{padding-bottom:15px;min-height:inherit}}.odds-app-lander__title{width:50%;float:left}@media only screen and (max-width: 992px){.odds-app-lander__title{padding-left:80px}}@media only screen and (max-width: 767px){.odds-app-lander__title{padding-left:0;width:100%;float:none}}.odds-app-lander__main-title{width:657px;height:130px;font-family:"Lato Bold";font-size:64px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.01;letter-spacing:normal;color:#fff;margin-top:70px}@media only screen and (max-width: 1024px){.odds-app-lander__main-title{width:335px;height:83px;font-size:41px;margin-top:20px}}@media only screen and (max-width: 992px){.odds-app-lander__main-title{margin-top:0}}@media only screen and (max-width: 767px){.odds-app-lander__main-title{font-size:32px;width:100%;margin:auto;height:auto;text-align:center;margin-top:15px;margin-bottom:-15px}}.odds-app-lander__main-subtitle{width:434px;height:128px;font-family:"Lato Regular";font-size:19px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.68;letter-spacing:normal;color:#fff;margin-top:20px;margin-bottom:55px}@media only screen and (max-width: 1024px){.odds-app-lander__main-subtitle{width:277px;height:103px;font-size:13px;margin-bottom:35px}}@media only screen and (max-width: 767px){.odds-app-lander__main-subtitle{font-size:15px;width:100%;margin:auto;text-align:center;height:auto;line-height:1.44;margin-bottom:15px}}.odds-app-lander__image{width:50%;float:left;height:533px;position:relative}@media only screen and (max-width: 1024px){.odds-app-lander__image{width:366px;height:323px}}@media only screen and (max-width: 767px){.odds-app-lander__image{display:none}}.odds-app-lander__image img{position:absolute;bottom:-60px;left:-60px}@media only screen and (max-width: 1024px){.odds-app-lander__image img{left:10px}}@media only screen and (max-width: 992px){.odds-app-lander__image img{position:absolute;bottom:-40px;left:20px}}.odds-app-lander__image--mobile{display:none}@media only screen and (max-width: 767px){.odds-app-lander__image--mobile{display:block;height:auto;text-align:center;margin:auto;width:100%}}.odds-app-lander__image--mobile img{text-align:center;position:relative;bottom:inherit;left:inherit;height:174px}.odds-app-lander__hero-buttons{height:59px;color:#fff;display:flex}@media only screen and (max-width: 767px){.odds-app-lander__hero-buttons{display:block;width:100%;text-align:center;clear:both}}.odds-app-lander__hero-buttons div{width:211px;height:59px;margin-right:14px}@media only screen and (max-width: 1024px){.odds-app-lander__hero-buttons div{width:135px;height:48px}}@media only screen and (max-width: 767px){.odds-app-lander__hero-buttons div{margin:auto;margin-bottom:5px;width:154px;height:43px}}.odds-app-lander__icons{max-width:1170px;margin:auto;margin-top:-10px;width:100%}@media only screen and (max-width: 767px){.odds-app-lander__icons{margin-top:20px;padding:0 15px 40px 15px}}.odds-app-lander__hero-stripe{height:256px;background-color:#f2f4f5;display:flex;justify-content:space-around}@media only screen and (max-width: 992px){.odds-app-lander__hero-stripe{height:164px}}@media only screen and (max-width: 767px){.odds-app-lander__hero-stripe{height:auto}}.odds-app-lander__hero-stripe-item{width:33.3%;float:left;text-align:center}@media only screen and (max-width: 767px){.odds-app-lander__hero-stripe-item{width:100%;float:none}}.odds-app-lander__hero-stripe-item-title{height:22px;font-family:"Lato Bold";font-size:18px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.22;letter-spacing:normal;color:#2a2f31;margin-bottom:13px}@media only screen and (max-width: 992px){.odds-app-lander__hero-stripe-item-title{font-size:12px;margin-bottom:0}}@media only screen and (max-width: 767px){.odds-app-lander__hero-stripe-item-title{float:left;font-size:16px;margin:7px 0 0 0}}.odds-app-lander__hero-stripe-item-image{margin-bottom:15px}@media only screen and (max-width: 992px){.odds-app-lander__hero-stripe-item-image{width:45px;margin:auto}}@media only screen and (max-width: 767px){.odds-app-lander__hero-stripe-item-image{width:30px;float:left;margin:0 15px 0 0}}.odds-app-lander__hero-stripe-item-content{height:110px;font-family:"Lato Regular";font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.57;letter-spacing:normal;color:#2a2f31;width:224px;text-align:center;margin:auto}@media only screen and (max-width: 992px){.odds-app-lander__hero-stripe-item-content{font-size:10px;width:188px}}@media only screen and (max-width: 767px){.odds-app-lander__hero-stripe-item-content{width:100%;text-align:left;clear:both;margin-bottom:0;font-size:11px;height:53px}}.odds-app-lander__gray-row{background-image:url("../images/lander-page/Crossbar-Halftone.jpg");background-repeat:no-repeat;background-size:cover;height:326px}@media only screen and (max-width: 1024px){.odds-app-lander__gray-row{height:209px}}@media only screen and (max-width: 767px){.odds-app-lander__gray-row{height:auto}}.odds-app-lander__features-image{width:50%;float:left}@media only screen and (max-width: 767px){.odds-app-lander__features-image{float:none;width:100%}}.odds-app-lander__features-image--confidence{width:40%}@media only screen and (max-width: 1024px){.odds-app-lander__features-image--confidence{height:338px}}@media only screen and (max-width: 767px){.odds-app-lander__features-image--confidence{width:50%;float:right;height:253px;margin-top:-50px}}.odds-app-lander__features-image--confidence img{margin-right:40px;float:right}@media only screen and (max-width: 1024px){.odds-app-lander__features-image--confidence img{max-height:338px}}@media only screen and (max-width: 767px){.odds-app-lander__features-image--confidence img{margin:0;float:none;max-height:253px}}.odds-app-lander__features-image--odds{position:relative;width:60%;float:left;height:326px}@media only screen and (max-width: 1024px){.odds-app-lander__features-image--odds{height:209px}}@media only screen and (max-width: 767px){.odds-app-lander__features-image--odds{height:175px;width:300px;margin:auto}}.odds-app-lander__features-image--odds img.desktop{float:right;position:absolute;top:-35px;right:0}@media only screen and (max-width: 1024px){.odds-app-lander__features-image--odds img.desktop{height:231px}}@media only screen and (max-width: 767px){.odds-app-lander__features-image--odds img.desktop{height:174px;left:0;right:inherit;top:inherit;bottom:0}}.odds-app-lander__features-image--odds img.mobile{display:none;position:relative}@media only screen and (max-width: 767px){.odds-app-lander__features-image--odds img.mobile{display:block;height:238px;position:absolute;bottom:0;left:inherit;right:0;top:inherit}}.odds-app-lander__features-image--betting{position:relative;height:533px}.odds-app-lander__features-image--betting img{position:absolute;bottom:0}@media only screen and (max-width: 1024px){.odds-app-lander__features-image--betting img{height:315px;right:40px}}@media only screen and (max-width: 1024px){.odds-app-lander__features-image--betting{height:295px}}@media only screen and (max-width: 767px){.odds-app-lander__features-image--betting{display:none}}.odds-app-lander__features-text{width:50%;float:left}@media only screen and (max-width: 767px){.odds-app-lander__features-text{float:none;width:100%}}.odds-app-lander__features-text--confidence{width:60%;margin-top:75px}@media only screen and (max-width: 1024px){.odds-app-lander__features-text--confidence{margin-top:45px}}@media only screen and (max-width: 767px){.odds-app-lander__features-text--confidence{width:100%;margin-top:88px}}.odds-app-lander__features-text--odds{margin-top:30px;width:40%}@media only screen and (max-width: 1024px){.odds-app-lander__features-text--odds{margin-top:15px}}@media only screen and (max-width: 767px){.odds-app-lander__features-text--odds{margin-top:10px;width:100%}}.odds-app-lander__features-text--betting{margin-top:70px}@media only screen and (max-width: 1024px){.odds-app-lander__features-text--betting{margin-top:0}}@media only screen and (max-width: 767px){.odds-app-lander__features-text--betting{margin-top:30px}}.odds-app-lander__main-hero-features{max-width:1170px;height:520px;background-color:#fff;margin:73px 689px 0 625px}@media only screen and (max-width: 767px){.odds-app-lander__main-hero-features{height:auto}}.odds-app-lander__features-title{width:126px;height:20px;font-family:"Lato Bold";font-size:20px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal;color:#d72429;margin-bottom:20px}@media only screen and (max-width: 1024px){.odds-app-lander__features-title{font-size:13px}}@media only screen and (max-width: 767px){.odds-app-lander__features-title{width:50%;font-size:14px;float:left;margin-bottom:0}}.odds-app-lander__features-subtitle{width:566px;height:88px;font-family:"Lato Regular";font-size:43px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.02;letter-spacing:normal;color:#2a2f31;margin-bottom:29px}@media only screen and (max-width: 1024px){.odds-app-lander__features-subtitle{font-size:28px;margin-bottom:15px;height:57px;width:292px}}@media only screen and (max-width: 767px){.odds-app-lander__features-subtitle{width:50%;height:inherit;font-size:23px;float:left;margin-bottom:24px}}.odds-app-lander__features-intro{width:470px;height:52px;font-family:"Lato Regular";font-size:15px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.73;letter-spacing:normal;color:#2a2f31;margin-bottom:23px}@media only screen and (max-width: 1024px){.odds-app-lander__features-intro{font-size:10px;margin-bottom:0;width:306px}}@media only screen and (max-width: 767px){.odds-app-lander__features-intro{width:100%;height:inherit;font-size:13px;clear:both}}.odds-app-lander__features-subtext{width:498px;height:104px;font-family:"Lato Regular";font-size:16px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.62;letter-spacing:normal;color:#2a2f31}@media only screen and (max-width: 1024px){.odds-app-lander__features-subtext{font-size:10px;width:306px}}@media only screen and (max-width: 767px){.odds-app-lander__features-subtext{width:100%;font-size:13px;line-height:1.35;height:53px;margin-bottom:15px}}@media only screen and (max-width: 1024px){.odds-app-lander__features-subtext--betting{width:376px;height:auto;margin-bottom:5px}}@media only screen and (max-width: 767px){.odds-app-lander__features-subtext--betting{width:100%;margin-bottom:10px}}.odds-app-lander__features-title-gray{width:auto;height:29px;font-family:"Lato Bold";font-size:24px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;color:#2a2f31;margin-bottom:15px}@media only screen and (max-width: 1024px){.odds-app-lander__features-title-gray{font-size:15px;margin-bottom:0}}@media only screen and (max-width: 767px){.odds-app-lander__features-title-gray{font-size:16px;line-height:1;margin-bottom:0}}.odds-app-lander__features-subtext-gray{width:552px;height:78px;font-family:"Lato Regular";font-size:16px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.62;letter-spacing:normal;color:#2a2f31;margin-bottom:25px}@media only screen and (max-width: 1024px){.odds-app-lander__features-subtext-gray{font-size:10px;width:376px;margin-bottom:0}}@media only screen and (max-width: 767px){.odds-app-lander__features-subtext-gray{width:100%;font-size:13px;line-height:1.35;margin-bottom:0}}.odds-app-lander__hero-lander-divider{height:205px;background-image:url("../images/lander-page/crossbar.jpg")}@media only screen and (max-width: 1024px){.odds-app-lander__hero-lander-divider{clear:both;height:130px}}@media only screen and (max-width: 767px){.odds-app-lander__hero-lander-divider{height:312px}}.odds-app-lander__hero-lander-divider-image{display:none}@media only screen and (max-width: 767px){.odds-app-lander__hero-lander-divider-image{display:block;text-align:center}}.odds-app-lander__hero-lander-divider-image img{height:328px;text-align:center;margin-top:-16px}.odds-app-lander__hero-footer{height:316px}@media only screen and (max-width: 1024px){.odds-app-lander__hero-footer{height:200px}}@media only screen and (max-width: 767px){.odds-app-lander__hero-footer{height:238px}}.odds-app-lander__hero-footer-text{width:50%;float:left;margin-top:35px}@media only screen and (max-width: 1024px){.odds-app-lander__hero-footer-text{margin-top:0;padding-left:60px}}@media only screen and (max-width: 767px){.odds-app-lander__hero-footer-text{width:100%;float:none;padding-left:0}}.odds-app-lander__hero-footer-title{width:321px;height:32px;font-family:"Lato Bold";font-size:20px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:normal;color:#d72429}@media only screen and (max-width: 1024px){.odds-app-lander__hero-footer-title{font-size:13px}}@media only screen and (max-width: 767px){.odds-app-lander__hero-footer-title{width:100%;text-align:center;font-size:13px}}.odds-app-lander__hero-footer-subtitle{width:281px;height:76px;font-family:"Lato Regular";font-size:32px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.18;letter-spacing:normal;color:#000;margin:15px 0 30px 0}@media only screen and (max-width: 1024px){.odds-app-lander__hero-footer-subtitle{font-size:20px;margin:0;width:179px}}@media only screen and (max-width: 767px){.odds-app-lander__hero-footer-subtitle{width:100%;text-align:center;font-size:21px;font-weight:normal;margin:0}}.odds-app-lander__hero-footer-image{width:50%;height:316px;position:relative;float:right}.odds-app-lander__hero-footer-image img{position:absolute;bottom:0;height:521px}@media only screen and (max-width: 1024px){.odds-app-lander__hero-footer-image img{height:333px;bottom:0}}@media only screen and (max-width: 992px){.odds-app-lander__hero-footer-image img{bottom:15px}}@media only screen and (max-width: 1024px){.odds-app-lander__hero-footer-image{width:50%;height:185px;float:right;bottom:-15px}}@media only screen and (max-width: 767px){.odds-app-lander__hero-footer-image{display:none}}.odds-app-lander__footer-buttons{color:#fff;display:flex;margin:32px 0 250px}.odds-app-lander__footer-buttons--googleplay{margin-right:17px}.page-template-template-betting-coverage main{padding:0}@media only screen and (max-width: 767px){.page-template-template-betting-coverage .background-header{height:180px}}@media only screen and (max-width: 767px){.page-template-template-betting-coverage .hero-header-standard-container{height:119px}}.page-template-template-betting-coverage .hero-header-standard-container__title{text-transform:capitalize}.page-template-template-betting-coverage .hero-header-standard-container__title sup{font-size:22px;top:-1.2em;left:-0.6em}@media only screen and (max-width: 1024px){.page-template-template-betting-coverage .hero-header-standard-container__title sup{font-size:15px}}@media only screen and (max-width: 767px){.page-template-template-betting-coverage .hero-header-standard-container__title sup{font-size:11px}}.betting-coverage__container{max-width:1170px;margin:auto}.betting-coverage__container .subscribe-form{margin-top:15px;max-width:330px;position:absolute;bottom:40px;left:100px}@media only screen and (max-width: 992px){.betting-coverage__container .subscribe-form{left:60px}}@media only screen and (max-width: 767px){.betting-coverage__container .subscribe-form{margin:auto;margin-top:15px;max-width:270px;left:25px;bottom:25px}}.betting-coverage__container .subscribe-form .subscribe-field{background-color:#fff;color:#1f2426}.betting-coverage__container .subscribe-form .subscribe-field::placeholder{color:#e3e7e8;font-size:14px;letter-spacing:0.3px;color:#1f2426}.betting-coverage__container .subscribe-form .btn,.betting-coverage__container .subscribe-form .search-form .search-submit,.search-form .betting-coverage__container .subscribe-form .search-submit,.betting-coverage__container .subscribe-form .btn-subscribe{background:#d72429;width:114px;letter-spacing:0.2px;font-family:"Lato Bold";border:0;font-size:14px;color:#fff}@media only screen and (max-width: 767px){.betting-coverage__container .subscribe-form .btn,.betting-coverage__container .subscribe-form .search-form .search-submit,.search-form .betting-coverage__container .subscribe-form .search-submit,.betting-coverage__container .subscribe-form .btn-subscribe{width:102px;font-size:12px}}.betting-coverage__container .subscribe-form button.btn:hover,.betting-coverage__container .subscribe-form .search-form button.search-submit:hover,.search-form .betting-coverage__container .subscribe-form button.search-submit:hover,.betting-coverage__container .subscribe-form button.btn-subscribe:hover{border:1px solid transparent;color:#fff}.betting-coverage__banner{text-align:center;position:relative}@media only screen and (max-width: 1024px){.betting-coverage__banner{margin-top:0}}@media only screen and (max-width: 767px){.betting-coverage__banner{height:350px}}.betting-coverage__banner-image{width:100%}@media only screen and (max-width: 767px){.betting-coverage__banner-image{width:auto}}.betting-coverage__crossbar{background:url("../images/betting-coverage/sbd-crossbar-1140x-ml-app.jpg");height:265px;background-size:cover;background-repeat:no-repeat;position:relative}@media only screen and (max-width: 1024px){.betting-coverage__crossbar{background:url("../images/betting-coverage/sbd-crossbar-690x-ml-app.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;margin:0 25px}}@media only screen and (max-width: 992px){.betting-coverage__crossbar{background-size:cover}}@media only screen and (max-width: 767px){.betting-coverage__crossbar{background:url("../images/betting-coverage/sbd-crossbar-290x-ml-app.jpg");background-repeat:no-repeat;margin:auto;width:320px;background-size:cover}}.betting-coverage__buttons{position:absolute;display:flex;bottom:30px;left:100px}@media only screen and (max-width: 1024px){.betting-coverage__buttons{left:65px}}@media only screen and (max-width: 767px){.betting-coverage__buttons{left:0;padding-left:25px;width:100%;bottom:0;height:70px;background-color:rgba(0,0,0,0.6);padding-top:15px}}.betting-coverage__buttons div{width:160px;height:50px;background:#000;margin-right:15px;border-radius:14px}@media only screen and (max-width: 767px){.betting-coverage__buttons div{width:130px;height:40px}}.betting-coverage__buttons div img{width:160px;height:50px}@media only screen and (max-width: 767px){.betting-coverage__buttons div img{width:130px;height:auto}}.betting-coverage__about{height:370px;border:1px solid #e3e7e8;margin:25px 0;border-radius:4px;padding:42px 98px}@media only screen and (max-width: 992px){.betting-coverage__about{height:480px;margin:25px}}@media only screen and (max-width: 767px){.betting-coverage__about{margin:25px 15px;padding:20px 20px 0 20px;height:auto}}.betting-coverage__about h2{font-family:"Lato Bold";font-size:34px;font-weight:bold;line-height:1.29;text-align:left;color:#353f42;margin-bottom:20px}@media only screen and (max-width: 767px){.betting-coverage__about h2{font-size:22px}}.betting-coverage__about p{font-family:"Lato Regular";font-size:18px;font-weight:normal;line-height:1.33;text-align:left;color:#353f42;margin-bottom:20px}@media only screen and (max-width: 767px){.betting-coverage__about p{font-size:14px}}.betting-coverage__subscribe{background:url("../images/betting-coverage/sbd-crossbar-1140x-ml-collector.jpg");height:265px;background-size:cover;background-repeat:no-repeat;position:relative}@media only screen and (max-width: 1024px){.betting-coverage__subscribe{background:url("../images/betting-coverage/sbd-crossbar-690x-ml-collector.jpg");background-repeat:no-repeat;background-size:cover;margin:0 25px;height:276px}}@media only screen and (max-width: 767px){.betting-coverage__subscribe{width:320px;margin:auto;background:url("../images/betting-coverage/sbd-crossbar-290x-ml-collector.jpg");background-repeat:no-repeat;background-position:center}}.betting-coverage__tools{margin:25px 0 40px 0}@media only screen and (max-width: 992px){.betting-coverage__tools{margin-bottom:0}}.betting-coverage__tools-card{display:flex;flex-direction:column;justify-content:space-between;position:relative}@media only screen and (max-width: 992px){.betting-coverage__tools-card{display:flex;flex-basis:calc(50% - 15px);justify-content:center;flex-direction:column}.betting-coverage__tools-card:last-child{display:flex;margin-top:0px;flex-basis:calc(100% - 22px);justify-content:center;flex-direction:column}}@media only screen and (max-width: 767px){.betting-coverage__tools-card{display:flex;margin-top:20px;flex-basis:calc(100%);justify-content:center;flex-direction:column}.betting-coverage__tools-card:last-child{flex-basis:calc(100%)}}.betting-coverage__tools-card-title{position:absolute;bottom:0;height:60px;font-family:"Lato Bold";font-weight:bold;font-size:16px;background:#fff;color:#1f2426;text-align:center;width:100%;vertical-align:middle;line-height:60px}.betting-coverage__tools-image{height:220px;width:260px;background-position:center center;background-repeat:no-repeat;background-size:cover;position:relative;margin:auto;border-radius:4px;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);margin-top:-30px}.betting-coverage__tools-title{background:#1f2426;height:140px;font-family:"Lato Bold";font-size:28px;font-weight:bold;line-height:0.86;text-align:center;color:#fff;padding:50px 0}@media only screen and (max-width: 767px){.betting-coverage__tools-title{font-size:22px;padding:50px 15px;line-height:1.09}}.betting-coverage__tools-sections{background:#e3e7e8;height:250px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:30px}@media only screen and (max-width: 992px){.betting-coverage__tools-sections{display:flex;flex-wrap:wrap;flex-direction:row;height:510px}}@media only screen and (max-width: 767px){.betting-coverage__tools-sections{height:720px}}.betting-coverage__cards{height:150px;margin:25px 0;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:30px}@media only screen and (max-width: 1024px){.betting-coverage__cards{grid-template-columns:1fr;grid-template-rows:1fr 1fr;grid-gap:5px;margin:20px 0 20px 0;height:auto;padding:0 25px}}@media only screen and (max-width: 767px){.betting-coverage__cards{padding:0 15px}}.betting-coverage__card-color{background-color:#e3e7e8}.betting-coverage__card-link{height:150px;display:flex;flex-direction:column;justify-content:space-between;background-position:center center;background-repeat:no-repeat;background-size:cover;position:relative;border-radius:2px;padding:20px;color:#fff;background-color:#e3e7e8}.betting-coverage__card-link:hover,.betting-coverage__card-link:active,.betting-coverage__card-link:focus{text-decoration:none;color:#fff}@media only screen and (max-width: 1024px){.betting-coverage__card-link--3{display:none}}.betting-coverage__card-title{font-family:"Lato Bold";font-size:22px;font-weight:bold}.betting-coverage__card-subtitle{color:#d72429;font-size:18px;font-weight:bold}@media only screen and (max-width: 767px){.betting-coverage__modal{top:5%}}.betting-coverage__modal .modal-content{background:transparent;box-shadow:none;border:none}.betting-coverage__modal .modal-dialog{width:100%;max-width:1440px}@media only screen and (max-width: 767px){.betting-coverage__modal .modal-dialog{margin:0}}.betting-coverage__modal .modal-body{padding:30px;overflow-y:auto}@media only screen and (max-width: 992px){.betting-coverage__modal .modal-body{padding:15px}}.betting-coverage__modal .modal-body iframe{width:100%;border:0}.betting-coverage__modal .close{position:absolute;right:0px;background:#d72429;color:#fff;border:0;font-size:25px;height:25px;line-height:25px;padding:0 5px;font-weight:bold;z-index:10000}@media only screen and (max-width: 992px){.betting-coverage__modal .close{right:15px}}.betting-coverage__modal .journey-link{padding:20px;background:#fff;text-align:center;border-bottom-left-radius:2px;border-bottom-right-radius:2px}.betting-coverage__modal .journey-link p{font-family:"Lato Bold";font-size:22px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.45;letter-spacing:0.3px;color:#1f2426;display:inline-block;margin-right:20px}@media only screen and (max-width: 767px){.betting-coverage__modal .journey-link p{margin-right:0}}.betting-coverage__modal .journey-link a{color:#fff;display:inline-block;background:#d72429;border-radius:5px;line-height:40px;text-transform:uppercase;font-family:"Lato Bold";font-weight:bold;font-size:14px;border:0;padding:0 35px}.betting-coverage__modal .journey-link a:hover{text-decoration:none}.error404 .mobile-expanded-menu{top:0}.error404 main{border:none;box-shadow:none}@media only screen and (max-width: 992px){.error404 main{box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);border-bottom:10px solid #e3e7e8;margin-bottom:0}}@media only screen and (max-width: 767px){.error404 main{margin:0 15px;width:calc(100% - 30px);border-radius:4px}}.error404 .background-header--standard{top:0}.error404 .not-found-404__container{display:flex;align-items:center;flex-direction:column;margin:0 auto;border-radius:4px;max-width:815px;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);border-bottom:10px solid #e3e7e8;padding:25px}@media only screen and (max-width: 992px){.error404 .not-found-404__container{box-shadow:none;border:none}}.error404 .not-found-404__submit-container{position:relative}.error404 .not-found-404__submit-button{position:absolute;right:0;height:40px;width:40px;z-index:2;background:transparent;outline:none;border:none}.error404 .not-found-404__icon{display:flex;align-items:center;position:absolute;right:0;justify-content:center;height:40px;width:40px;top:50%;font-size:20px;transform:translateY(-50%)}.error404 .not-found-404__input-container{position:relative;max-width:350px;display:flex;margin:20px 0;width:100%}.error404 .not-found-404__input{flex:1;transition:border 0.25s;border:1px solid #e3e7e8;border-radius:4px;padding:0 40px 0 20px;height:40px;font-size:16px}.error404 .not-found-404__input:focus,.error404 .not-found-404__input:active{outline:none;border-color:#959fa3}.error404 .not-found-404__404{color:#e3e7e8;font-family:"Lato Black";font-weight:900;font-size:80px;line-height:0.5;letter-spacing:0.3px}.error404 .not-found-404__title{font-family:"Lato Black";font-weight:900;text-align:center;line-height:1.43;font-size:28px;margin-top:30px;max-width:450px}@media only screen and (max-width: 767px){.error404 .not-found-404__container{padding:25px 0 10px}.error404 .not-found-404__title{font-size:24px}}

