@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Port+Lligat+Slab|Raleway:400,800|Source+Sans+Pro:600);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}
body, p, td {
    font-family: proxima_regular;
    color: #454545;
}

a img {
    border: none
}
input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    color: rgba(0,0,0,.75);
    display: block;
    /* font-size: .875em; */
    margin: 0 0 0em;
    padding: 0.5em;
    height: 2.3125em;
     /*width: 87%;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow .45s,border-color .45s ease-in-out;
    -webkit-transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
    transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
    transition: box-shadow .45s,border-color .45s ease-in-out;
    transition: box-shadow .45s,border-color .45s ease-in-out,-webkit-box-shadow .45s;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
.ad {
    padding: 10px 0;
    text-align: center
}

.ad.box {
    padding: 10px 0
}

@media screen and (max-width:767px) {
    .ad {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .ad div {
        text-align: center;
        margin: 0 auto
    }
}

.ad.collapsible {
    padding: 0
}

#skin1x1.ad {
    display: none
}
a:hover{
    text-decoration: none
        
}

#skin1x2.ad {
    padding: 0;
    margin: 0
}

.ad-border {
    border-bottom: 1px solid #E5E5E5
}

.error-msg {
    background: #FFF;
    max-width: 970px;
    min-height: 95px;
    margin: 15px auto;
    position: relative;
    padding: 10px 40px 0 95px;
    border: 3px solid #D9534F
}

.error-msg.has-modal {
    border: none
}

.error-msg .dialog {
    padding: 20px 40px 0 95px!important
}

.error-msg small.error {
    font-family: proxima_regular;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400!important;
    background: #FFF;
    color: #000!important;
    padding: 0
}

.error-msg .dialog {
    border: 3px solid #D9534F!important
}

.error-msg .dialog p {
    font-size: 13px!important
}

.error-msg .dialog p a,
.error-msg a {
    font-size: 15px!important;
    color: #000!important;
    font-weight: 400!important;
    text-transform: none!important
}

.error-msg .dialog p a:hover,
.error-msg a:hover {
    text-decoration: underline
}

.error-msg h5 {
    margin-bottom: 10px
}

.error-msg .support {
    border-top: 1px solid #E5E5E5;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px
}

.error-msg .button-reset {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 25px
}

.error-msg .modal .button-reset {
    top: 20px
}

.error-msg .button-reset:before {
    font-size: 12px
}

.alert-icon {
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: absolute;
    left: 15px;
    top: 15px;
    border-width: 0 30px 60px;
    border-color: transparent transparent #0789E7
}

.alert-icon:after {
    content: "!";
    font-size: 50px;
    font-family: bebas_neue;
    position: relative;
    left: -4px;
    top: 25px;
    font-weight: 700;
    color: #FFF
}

@media screen and (max-width:980px) {
    .error-msg {
        margin: 15px
    }
}

#autocomplete {
    display: block;
    position: relative;
    width: 100%;
    margin: 20px 0
}

#autocomplete button {
    background: 0 0;
    color: #000;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 5px
}

#autocomplete button:focus {
    border: none;
    outline: 0
}

#autocomplete button:before {
    line-height: inherit
}

#autocomplete input {
    max-width: 800px;
    height: 40px;
    padding: 0 8px 0 35px;
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #202020;
    font-weight: 400;
    font-size: 1.5em;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    letter-spacing: 1px
}

#autocomplete input::-webkit-input-placeholder {
    color: #000
}

#autocomplete input:-moz-placeholder {
    color: #000
}

#autocomplete input::-moz-placeholder {
    color: #000
}

#autocomplete input:-ms-input-placeholder {
    color: #000
}

#autocomplete input:focus {
    color: #000;
    -webkit-box-shadow: 0 0 5px #0789E7;
    box-shadow: 0 0 5px #0789E7;
    border-color: #0789E7
}

#autocomplete input:focus::-webkit-input-placeholder {
    color: #CCC
}

#autocomplete input:focus:-moz-placeholder {
    color: #CCC
}

#autocomplete input:focus::-moz-placeholder {
    color: #CCC
}

#autocomplete input:focus:-ms-input-placeholder {
    color: #CCC
}

@media screen and (max-width:767px) {
    #autocomplete input {
        width: 290px
    }
}

#autocomplete ul.suggestions {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 40px;
    padding: 5px;
    border: 1px solid #CCC;
    background: #FFF;
    cursor: default;
    overflow: auto
}

#autocomplete ul.suggestions li a {
    font-size: 1.2em;
    display: block;
    padding: 5px
}

#autocomplete ul.suggestions li.selected {
    background: #E5E5E5
}

#autocomplete ul.suggestions li:hover {
    background: #F5F5F5
}

#autocomplete ul.suggestions strong {
    font-weight: 400;
    color: #39f
}

.box {
    padding-top: 20px
}

.box h3 {
    color: #202020;
    font-family: bebas_neue;
    font-size: 20px;
    letter-spacing: 3px;
    display: block;
    margin: 0;
    padding-bottom: 7px;
    width: 100%;
    position: relative
}

.box h3 a {
    color: #202020;
    font-family: bebas_neue;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;
    display: block;
    margin: 0;
    padding-bottom: 7px;
    width: 100%;
    position: relative
}

.box h3 a:hover {
    color: #959595
}

@media screen and (max-width:767px) {
    .box h3 br {
        display: none
    }
}

.box h3 span.icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 23px
}

.box h4 {
    color: #202020;
    font-size: 18px;
    font-family: bebas_neue;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none
}

.box hr {
    display: block;
    border: none;
    height: 4px;
    width: 15px;
    background: #202020;
    padding: 0;
    margin: 0 0 30px;
    text-align: left
}

.box a.more-link {
    font-family: proxima_extrabold;
    font-size: 12px;
    text-transform: uppercase;
    color: #202020;
    text-decoration: none;
    letter-spacing: 1px
}

.box a.more-link span.icon {
    font-size: 9px;
    position: relative;
    top: -1px;
    padding-left: 2px;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.box a.more-link:hover {
    color: #454545
}

.box img {
    max-width: 100%
}

.box a.more-link:hover span.icon {
    padding-left: 5px
}

.call-out.small-hide-hide {
    display: none
}

@media screen and (max-width:767px) {
    .call-out.small-hide-hide {
        display: block
    }
    .call-out.small-hide-hide li {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        color: #000
    }
    .call-out.small-hide-hide li .circle {
        width: 45px;
        height: 45px;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border-width: 2px;
        border-style: solid;
        border-color: #CCC
    }
    .call-out.small-hide-hide li .label {
        line-height: 19px
    }
    .call-out.small-hide-hide {
        width: 320px
    }
    .call-out.small-hide-hide li {
        margin: 15px 0
    }
    .call-out.small-hide-hide li .circle {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        padding: 12px 0 0;
        margin: 0 8px 0 0;
        font-size: 14px
    }
    .call-out.small-hide-hide li .label {
        display: inline-block;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        vertical-align: middle;
        width: 92px;
        font-size: 14px;
        font-style: normal;
        text-align: left
    }
}

.call-out.small-med-med {
    display: block
}

.call-out.small-med-med li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin: 15px 40px 15px 0;
    color: #000
}

.call-out.small-med-med li .circle {
    display: block;
    font-size: 30px;
    width: 100px;
    height: 100px;
    margin: 0 0 10px;
    padding: 35px 0 0;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #CCC
}

.call-out.small-med-med li .label {
    display: block;
    width: 100px;
    font-size: 16px;
    line-height: 19px;
    font-style: italic;
    text-align: center;
    vertical-align: middle
}

.call-out.small-med-med {
    width: 560px
}

@media screen and (max-width:767px) {
    .call-out.small-med-med {
        display: block
    }
    .call-out.small-med-med li {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        color: #000
    }
    .call-out.small-med-med li .circle {
        width: 45px;
        height: 45px;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border-width: 2px;
        border-style: solid;
        border-color: #CCC
    }
    .call-out.small-med-med li .label {
        line-height: 19px
    }
    .call-out.small-med-med {
        width: 320px
    }
    .call-out.small-med-med li {
        margin: 15px 0
    }
    .call-out.small-med-med li .circle {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        padding: 12px 0 0;
        margin: 0 8px 0 0;
        font-size: 14px
    }
    .call-out.small-med-med li .label {
        display: inline-block;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        vertical-align: middle;
        width: 92px;
        font-size: 14px;
        font-style: normal;
        text-align: left
    }
}

.call-out.small-med-small {
    display: block
}

.call-out.small-med-small li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    color: #000
}

.call-out.small-med-small li .circle {
    width: 45px;
    height: 45px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #CCC
}

.call-out.small-med-small li .label {
    line-height: 19px
}

.call-out.small-med-small {
    width: 320px
}

.call-out.small-med-small li {
    margin: 15px 0
}

.call-out.small-med-small li .circle {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding: 12px 0 0;
    margin: 0 8px 0 0;
    font-size: 14px
}

.call-out.small-med-small li .label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: middle;
    width: 92px;
    font-size: 14px;
    font-style: normal;
    text-align: left
}

@media screen and (max-width:980px) {
    .call-out.small-med-small {
        display: block
    }
    .call-out.small-med-small li {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        margin: 15px 40px 15px 0;
        color: #000
    }
    .call-out.small-med-small li .circle {
        display: block;
        font-size: 30px;
        width: 100px;
        height: 100px;
        margin: 0 0 10px;
        padding: 35px 0 0;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border-width: 2px;
        border-style: solid;
        border-color: #CCC
    }
    .call-out.small-med-small li .label {
        display: block;
        width: 100px;
        font-size: 16px;
        line-height: 19px;
        font-style: italic;
        text-align: center;
        vertical-align: middle
    }
    .call-out.small-med-small {
        width: 560px
    }
}

@media screen and (max-width:767px) {
    .call-out.small-med-small {
        display: block
    }
    .call-out.small-med-small li {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        color: #000
    }
    .call-out.small-med-small li .circle {
        width: 45px;
        height: 45px;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border-width: 2px;
        border-style: solid;
        border-color: #CCC
    }
    .call-out.small-med-small li .label {
        line-height: 19px
    }
    .call-out.small-med-small {
        width: 320px
    }
    .call-out.small-med-small li {
        margin: 15px 0
    }
    .call-out.small-med-small li .circle {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        padding: 12px 0 0;
        margin: 0 8px 0 0;
        font-size: 14px
    }
    .call-out.small-med-small li .label {
        display: inline-block;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        vertical-align: middle;
        width: 92px;
        font-size: 14px;
        font-style: normal;
        text-align: left
    }
}

.box.committed-school {
    padding-bottom: 40px;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 0
}

.box.committed-school .school {
    position: relative;
    display: block;
    border-width: 5px;
    border-style: solid;
    padding-top: 26px;
    padding-bottom: 26px;
    width: 140px
}

@media screen and (max-width:980px) {
    .box.committed-school .school {
        width: 100%;
        padding-top: 20px
    }
}

.box.committed-school .school .team-50 {
    display: block;
    margin: 0 auto
}

@media screen and (max-width:980px) {
    .box.committed-school .school .team-50 {
        position: absolute;
        top: 50%;
        left: 22%;
        margin-left: -25px;
        margin-top: -25px
    }
}

.box.committed-school .school p {
    display: block;
    text-align: center;
    color: #202020
}

@media screen and (max-width:980px) {
    .box.committed-school .school p {
        width: 100%;
        padding-left: 30%
    }
}


.field {
    position: relative;
    display: block
}

.field * {
    outline: 0
}

.field .field-button {
    display: block;
    height: 46px;
    line-height: 46px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-family: proxima_extrabold;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px
}

.field label {
    display: block;
    font-family: bebas_neue;
    color: #ACACAC;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.5px
}

.field .textfield {
    display: block;
    width: 100%
}

.field .textfield input {
    color: #454545;
    font-family: proxima_regular;
    font-size: 13px;
    width: 100%;
    margin-top: 12px;
    padding: 0 10px;
    height: 46px
}

.field .textarea {
    display: block;
    width: 100%;
    height: 117px;
    border: 2px solid #E5E5E5
}

.field .textarea textarea {
    resize: none;
    color: #454545;
    font-family: sanchezregular;
    font-size: 13px;
    border: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 113px;
    padding-top: 10px
}

.field .formtextlink {
    color: #454545;
    text-decoration: none;
    font-size: 13px;
    line-height: 42px;
    padding-right: 10px
}

.field .formtextlink:hover {
    color: #202020
}

.field .log {
    display: block;
    background: #fff;
    border: none;
    width: auto;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: proxima_regular;
    font-size: 12px;
    color: #959595;
    height: 46px;
    line-height: 46px
}

.field .scout-dropdown {
    width: 100%!important
}

.field .disabled {
    filter: alpha(Opacity=30);
    opacity: .3;
    cursor: default
}

.field.left {
    padding-right: 10px
}

.field.right {
    padding-left: 10px
}

.field.middle {
    padding-left: 10px;
    padding-right: 10px
}

.field-half {
    width: 50%;
    float: left
}

.field-quarter {
    width: 25%;
    float: left
}

.field.newrow {
    overflow: hidden;
    *zoom: 1;
    clear: both
}

.field.nolabel {
    height: 66px
}

.field.nofloat {
    float: none
}

.field.textarea {
    height: 165px!important
}

.field.nolabel {
    margin-top: 28px
}

.modal {
    font-family: proxima_regular
}

.modal .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    filter: alpha(Opacity=90);
    opacity: .9
}

.modal.login .overlay {
    background: rgba(0, 0, 0, .8)
}

.modal.login .dialog {
    width: 45%;
    color: #454545;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
    overflow-y: visible;
    padding: 0
}

@media screen and (max-width:767px) {
    .modal.login .dialog {
        position: absolute
    }
}

@media screen and (max-width:980px) {
    .modal.login .dialog {
        width: 100%
    }
}

.modal.login .dialog .icon_close-x {
    position: absolute;
    top: -30px;
    right: 0;
    color: #FFF;
    width: 20px;
    height: 22px
}

.modal.login .dialog .icon_close-x:before {
    font-size: 16px;
    font-weight: 700
}

.modal.login .dialog #wrapper {
    padding: 0
}

.modal.login .dialog #wrapper button.sign-in,
.modal.login .dialog #wrapper button.sign-up {
    border: none;
    font-family: bebas_neue;
    font-size: 18px;
    background: #CCC;
    padding: 10px;
    height: 50px;
    text-align: center;
    margin: 0 0 10px
}

.modal.login .dialog #wrapper button.sign-in:before,
.modal.login .dialog #wrapper button.sign-up:before {
    position: relative;
    top: 4px;
    font-size: 22px;
    margin: 5px
}

.modal.login .dialog #wrapper button.sign-up:before {
    content: ""
}

.modal.login .dialog #wrapper button.selected {
    background: #FFF
}

.modal.login .dialog #wrapper button.selected:before {
    content: "\e036";
    font-family: icons
}

.modal.login .dialog #wrapper button.secondary {
    background: #0789E7;
    height: auto;
    border: none;
    margin-top: 10px
}

.modal.login .dialog #wrapper button#facebookLoginButton {
    background: #3855A5;
    color: #FFF;
    min-width: inherit
}

.modal.login .dialog #wrapper button#facebookLoginButton:before {
    color: #FFF
}

.modal.login .dialog #wrapper .row {
    padding: 0
}

.modal.login .dialog #wrapper .auth {
    font-family: proxima_extrabold;
    font-size: 20px;
    color: #FFF;
    position: absolute;
    top: -40px
}

.modal.login .dialog #wrapper .fantasy-auth {
    width: 100%;
    min-height: 530px;
    display: table;
    background: #FFF;
    font-size: 12px
}

.modal.login .dialog #wrapper .fantasy-auth a {
    font-weight: 400;
    color: #0789E7!important
}

.modal.login .dialog #wrapper .fantasy-auth input[type=checkbox] {
    margin: 0 7px 0 0;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #ACACAC
}

.modal.login .dialog #wrapper .fantasy-auth button.cancel {
    font-family: proxima_regular;
    font-weight: 400;
    border: none;
    background: 0 0;
    position: absolute;
    right: 20px;
    bottom: 15px;
    text-transform: capitalize
}

.modal.login .dialog #wrapper .fantasy-auth .error {
    color: red
}

.modal.login .dialog #wrapper .fantasy-auth .field textfield {
    color: #000
}

.modal.login .dialog #wrapper .fantasy-auth .field textfield::-webkit-input-placeholder {
    color: red
}

.modal.login .dialog #wrapper .fantasy-auth .field label {
    display: inline-block;
    font-family: proxima_regular;
    font-size: 12px;
    color: #000;
    letter-spacing: normal;
    font-weight: 400;
    margin: 3px 0 5px;
    max-width: 90%;
    vertical-align: text-top
}

.modal.login .dialog #wrapper .fantasy-auth .field.newrow {
    clear: none
}

.modal.login .dialog #wrapper .fantasy-auth .field.newrow.auth-col,
.modal.login .dialog #wrapper .fantasy-auth .field.newrow.fb-col {
    padding: 20px 30px 40px
}

@media screen and (max-width:767px) {
    .modal.login .dialog #wrapper .fantasy-auth .field.newrow.auth-col,
    .modal.login .dialog #wrapper .fantasy-auth .field.newrow.fb-col {
        padding: 20px 30px 0
    }
}

.modal.login .dialog #wrapper .fantasy-auth .field.newrow.fb-col {
    border-left: 1px solid #ACACAC;
    margin-top: 30px;
    text-align: center
}

.modal.login .dialog #wrapper .fantasy-auth .field.newrow.fb-col .or-sign {
    font-family: bebas_neue;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600
}

@media screen and (max-width:767px) {
    .modal.login .dialog #wrapper .fantasy-auth .field.newrow.fb-col {
        margin: 0 0 15px
    }
}

.modal.login .dialog #wrapper .fantasy-auth #facebookLoginContainer {
    max-width: 150px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .modal.login .dialog #wrapper .fantasy-auth {
        max-height: 480px;
        min-height: 480px
    }
}

.modal.fantasy-custom-scoring .overlay {
    background: rgba(0, 0, 0, .8)
}

.modal.fantasy-custom-scoring .dialog {
    width: 80%;
    color: #454545;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
    overflow-y: scroll;
    padding: 0;
    margin-top: 50px
}

@media screen and (max-width:980px) {
    .modal.fantasy-custom-scoring .dialog {
        width: auto
    }
}

@media screen and (max-width:767px) {
    .modal.fantasy-custom-scoring .dialog {
        max-height: 100%
    }
}

.modal.fantasy-custom-scoring .dialog .icon_close-x {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    height: 30px;
    width: 30px
}

.modal.fantasy-custom-scoring .dialog h6 {
    font-size: 13px;
    margin: 10px 0 7px;
    color: #959595
}

@media screen and (max-width:767px) {
    .modal.fantasy-custom-scoring .dialog h6 {
        font-size: 15px;
        position: absolute;
        top: 11px;
        left: 15px;
        z-index: 99;
        margin: 0;
        color: #000
    }
    .modal.fantasy-custom-scoring .dialog h6.leagueName {
        position: inherit;
        margin-bottom: 20px
    }
}

.modal.fantasy-custom-scoring .dialog h4 {
    font-size: 13px;
    color: #FFF
}

.modal #wrapper.editCustomScoring {
    background: #F5F5F5;
    padding: 0
}

.modal #wrapper.editCustomScoring .heading {
    clear: both;
    font-family: proxima_extrabold;
    font-weight: 400;
    background: #454545;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media screen and (max-width:767px) {
    .modal #wrapper.editCustomScoring .heading {
        margin: 0
    }
}

.modal #wrapper.editCustomScoring .heading hr {
    border-top: 1px solid #ACACAC;
    border-bottom: 0;
    border-style: solid!important
}

.modal #wrapper.editCustomScoring .kick-row,
.modal #wrapper.editCustomScoring .kicker-row,
.modal #wrapper.editCustomScoring .punt-row {
    width: 33%;
    float: left
}

@media screen and (max-width:767px) {
    .modal #wrapper.editCustomScoring .kick-row,
    .modal #wrapper.editCustomScoring .kicker-row,
    .modal #wrapper.editCustomScoring .punt-row {
        width: 100%;
        float: none
    }
}

.modal #wrapper.editCustomScoring .row.kick-return+#heading,
.modal #wrapper.editCustomScoring .row.offensive-scoring+#heading,
.modal #wrapper.editCustomScoring .row.punt-return+#heading {
    min-width: 33%!important;
    width: 33%!important;
    display: inline-block
}

.modal #wrapper.editCustomScoring select {
    background: #FFF;
    border: none;
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    font-family: proxima_regular
}

.modal #wrapper.editCustomScoring input {
    border: 0;
    font-family: proxima_regular
}

.modal #wrapper.editCustomScoring .title {
    font-size: 18px;
    text-transform: uppercase
}

.modal #wrapper.editCustomScoring .title.custom {
    margin: 30px 0 20px;
    color: #000!important
}

@media screen and (max-width:767px) {
    .modal #wrapper.editCustomScoring .title.custom {
        margin: 15px 40px 15px 15px
    }
}

.modal #wrapper.editCustomScoring button.delete,
.modal #wrapper.editCustomScoring button.save {
    background: #0789E7;
    padding: 15px;
    border: none;
    font-size: 13px;
    height: auto;
    width: 45%;
    margin: 15px
}

@media screen and (max-width:767px) {
    .modal #wrapper.editCustomScoring button.delete,
    .modal #wrapper.editCustomScoring button.save {
        width: 90%
    }
}

.modal #wrapper.editCustomScoring button.delete {
    background: #CCC;
    opacity: .65
}

.modal #wrapper.editCustomScoring .scout-input {
    position: relative
}

.modal #wrapper.editCustomScoring .scout-input:after {
    content: "\e002";
    font-family: icons;
    font-size: 7px;
    position: absolute;
    right: 10px;
    top: 15px
}

@media screen and (max-width:767px) {
    .modal #wrapper.editCustomScoring .scout-input select {
        text-align: right;
        direction: rtl;
        text-indent: 15px;
        margin: 1px 0 0
    }
    .modal #wrapper.editCustomScoring .scout-input:after {
        display: none
    }
}

@media screen and (max-width:767px) {
    .modal #wrapper.editCustomScoring .small-12.columns {
        padding: 0
    }
    .modal #wrapper.editCustomScoring .save-row {
        background: #000
    }
}

.modal .dialog {
    overflow: hidden;
    *zoom: 1;
    position: fixed;
    padding: 2em;
    top: 50%;
    top: 50vh;
    left: 50%;
    left: 50vw;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #E5E5E5;
    z-index: 10000;
    font-size: 14px;
    color: #959595;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
    overflow-y: auto;
    max-height: 90%
}

.modal .dialog #wrapper button {
    border: 2px solid #E5E5E5;
    height: 35px;
    padding: 5px 10px;
    cursor: pointer;
    outline: 0;
    font-family: proxima_extrabold;
    text-transform: uppercase;
    color: #202020;
    margin: 0 5px 0 0;
    background-color: transparent
}

.modal .dialog .inner {
    padding: 45px;
    margin: 0 auto
}

.modal .dialog .inner .col {
    display: inline-block;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin: 36px auto 0;
    vertical-align: top
}

.modal .dialog h2 {
    font-size: 33px;
    line-height: 36px;
    color: #202020;
    font-family: proxima_extrabold;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 14px;
    border-bottom: 3px solid #E5E5E5
}

.modal .dialog h3 {
    font-size: 24px;
    line-height: 24px;
    font-family: proxima_extrabold;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px
}

.modal .dialog p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 20px;
    max-width: 286px
}

.modal .dialog p a {
    color: #0789E7;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase
}

.modal .dialog .field label {
    padding-bottom: 3px
}

.modal .dialog .field .textfield {
    width: 90%
}

.modal .dialog .field.left {
    margin-right: 15px
}

.modal .dialog .field.left,
.modal .dialog .field.left a {
    width: 120px;
    min-width: 0
}

.modal .dialog .field-button {
    width: 155px;
    outline: 0;
    border: 0
}

.modal .dialog .sign-up .field-button.nolabel {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-top: 40px
}

.modal .dialog.two-cols .sign-up {
    border-right: 1px solid #E5E5E5;
    margin-right: 40px
}

@media screen and (max-width:980px) {
    .modal .dialog {
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        margin: 0
    }
    .modal .dialog .inner .col {
        width: auto;
        border: none;
        display: block;
        margin: 0;
        overflow: hidden
    }
    .modal .dialog .inner .sign-up .field-button.nolabel {
        margin-top: 5px
    }
}

@media screen and (max-width:767px) {
    .modal .dialog h2 {
        border: 0
    }
    .modal .dialog h3 {
        margin-top: 0
    }
    .modal .dialog .inner {
        padding: 10px
    }
    .modal .dialog .inner .col {
        margin: 0 auto
    }
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    
    width: 100%;
    *zoom: 1
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row.collapse .column,
.row.collapse .columns {
    padding-left: 0;
    padding-right: 0;
    float: left
}

.row .row {
    margin-left: -.9375em;
    margin-right: -.9375em;
    max-width: none;
    width: auto;
    *zoom: 1
}

.row .row:after,
.row .row:before {
    content: " ";
    display: table
}

.row .row:after {
    clear: both
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: auto;
    *zoom: 1
}

.row .row.collapse:after,
.row .row.collapse:before {
    content: " ";
    display: table
}

.row .row.collapse:after {
    clear: both
}

.column,
.columns {
    padding-left: .9375em;
    padding-right: .9375em;
    width: 100%;
    float: left;
    position: relative
}

@media only screen {
    .small-1 {
        width: 8.33333%
    }
    .small-2 {
        width: 16.66667%
    }
    .small-3 {
        width: 25%
    }
    .small-4 {
        width: 33.33333%
    }
    .small-5 {
        width: 41.66667%
    }
    .small-6 {
        width: 50%
    }
    .small-7 {
        width: 58.33333%
    }
    .small-8 {
        width: 66.66667%
    }
    .small-9 {
        width: 75%
    }
    .small-10 {
        width: 83.33333%
    }
    .small-11 {
        width: 91.66667%
    }
    .small-12 {
        width: 100%
    }
    .small-offset-0 {
        margin-left: 0
    }
    .small-offset-1 {
        margin-left: 8.33333%
    }
    .small-offset-2 {
        margin-left: 16.66667%
    }
    .small-offset-3 {
        margin-left: 25%
    }
    .small-offset-4 {
        margin-left: 33.33333%
    }
    .small-offset-5 {
        margin-left: 41.66667%
    }
    .small-offset-6 {
        margin-left: 50%
    }
    .small-offset-7 {
        margin-left: 58.33333%
    }
    .small-offset-8 {
        margin-left: 66.66667%
    }
    .small-offset-9 {
        margin-left: 75%
    }
    .small-offset-10 {
        margin-left: 83.33333%
    }
    [class*=column]+[class*=column]:last-child {
        float: right
    }
    [class*=column]+[class*=column].end {
        float: left
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none!important
    }
}

@media only screen and (min-width:768px) {
    .medium-1 {
        width: 8.33333%
    }
    .medium-2 {
        width: 16.66667%
    }
    .medium-3 {
        width: 25%
    }
    .medium-4 {
        width: 33.33333%
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-6 {
        width: 50%
    }
    .medium-7 {
        width: 58.33333%
    }
    .medium-8 {
        width: 66.66667%
    }
    .medium-9 {
        width: 75%
    }
    .medium-10 {
        width: 83.33333%
    }
    .medium-11 {
        width: 91.66667%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-0 {
        margin-left: 0
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .medium-push-1 {
        left: 8.33333%;
        right: auto
    }
    .medium-pull-1 {
        right: 8.33333%;
        left: auto
    }
    .medium-push-2 {
        left: 16.66667%;
        right: auto
    }
    .medium-pull-2 {
        right: 16.66667%;
        left: auto
    }
    .medium-push-3 {
        left: 25%;
        right: auto
    }
    .medium-pull-3 {
        right: 25%;
        left: auto
    }
    .medium-push-4 {
        left: 33.33333%;
        right: auto
    }
    .medium-pull-4 {
        right: 33.33333%;
        left: auto
    }
    .medium-push-5 {
        left: 41.66667%;
        right: auto
    }
    .medium-pull-5 {
        right: 41.66667%;
        left: auto
    }
    .medium-push-6 {
        left: 50%;
        right: auto
    }
    .medium-pull-6 {
        right: 50%;
        left: auto
    }
    .medium-push-7 {
        left: 58.33333%;
        right: auto
    }
    .medium-pull-7 {
        right: 58.33333%;
        left: auto
    }
    .medium-push-8 {
        left: 66.66667%;
        right: auto
    }
    .medium-pull-8 {
        right: 66.66667%;
        left: auto
    }
    .medium-push-9 {
        left: 75%;
        right: auto
    }
    .medium-pull-9 {
        right: 75%;
        left: auto
    }
    .medium-push-10 {
        left: 83.33333%;
        right: auto
    }
    .medium-pull-10 {
        right: 83.33333%;
        left: auto
    }
    .medium-push-11 {
        left: 91.66667%;
        right: auto
    }
    .medium-pull-11 {
        right: 91.66667%;
        left: auto
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none!important
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }
}

@media only screen and (min-width:1280px) {
    .large-1 {
        width: 8.33333%
    }
    .large-2 {
        width: 16.66667%
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-6 {
        width: 50%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-8 {
        width: 66.66667% !important;
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-0 {
        margin-left: 0
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .large-push-1 {
        left: 8.33333%;
        right: auto
    }
    .large-pull-1 {
        right: 8.33333%;
        left: auto
    }
    .large-push-2 {
        left: 16.66667%;
        right: auto
    }
    .large-pull-2 {
        right: 16.66667%;
        left: auto
    }
    .large-push-3 {
        left: 25%;
        right: auto
    }
    .large-pull-3 {
        right: 25%;
        left: auto
    }
    .large-push-4 {
        left: 33.33333%;
        right: auto
    }
    .large-pull-4 {
        right: 33.33333%;
        left: auto
    }
    .large-push-5 {
        left: 41.66667%;
        right: auto
    }
    .large-pull-5 {
        right: 41.66667%;
        left: auto
    }
    .large-push-6 {
        left: 50%;
        right: auto
    }
    .large-pull-6 {
        right: 50%;
        left: auto
    }
    .large-push-7 {
        left: 58.33333%;
        right: auto
    }
    .large-pull-7 {
        right: 58.33333%;
        left: auto
    }
    .large-push-8 {
        left: 66.66667%;
        right: auto
    }
    .large-pull-8 {
        right: 66.66667%;
        left: auto
    }
    .large-push-9 {
        left: 75%;
        right: auto
    }
    .large-pull-9 {
        right: 75%;
        left: auto
    }
    .large-push-10 {
        left: 83.33333%;
        right: auto
    }
    .large-pull-10 {
        right: 83.33333%;
        left: auto
    }
    .large-push-11 {
        left: 91.66667%;
        right: auto
    }
    .large-pull-11 {
        right: 91.66667%;
        left: auto
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none!important
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left!important
    }
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}



@font-face {
    font-family: icons;
    src: url(/includes/assets/fonts/icons_ext.ttf);
    src: url(/includes/assets/fonts/icons_ext.eot?#iefix) format("embedded-opentype"), url(/includes/assets/fonts/icons_ext.woff) format("woff"), url(/includes/assets/fonts/icons_extt.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.icon {
    font-family: icons;
    display: inline-block;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon_ten-deg:before {
    content: "\e000"
}

.icon_alerts:before {
    content: "\e001"
}

.icon_arrow-down:before {
    content: "\e002"
}

.icon_arrow-left:before {
    content: "\e003"
}

.icon_arrow-right:before {
    content: "\e004"
}

.icon_arrow-up:before {
    content: "\e005"
}

.icon_camera:before {
    content: "\e006"
}

.icon_check:before {
    content: "\e007"
}

.icon_circle-fill:before {
    content: "\e008"
}

.icon_circle-stroke:before {
    content: "\e009"
}

.icon_clock:before {
    content: "\e00a"
}

.icon_close:before {
    content: "\e00b"
}

.icon_cook:before {
    content: "\e00c"
}

.icon_eye:before {
    content: "\e00d"
}

.icon_facebook:before {
    content: "\e00e"
}

.icon_fantasy:before {
    content: "\e00f"
}

.icon_fish:before {
    content: "\e010"
}

.icon_flash:before {
    content: "\e011"
}

.icon_garden:before {
    content: "\e012"
}

.icon_golf:before {
    content: "\e013"
}

.icon_handy_build:before {
    content: "\e014"
}

.icon_high_school:before {
    content: "\e015"
}

.icon_history:before {
    content: "\e016"
}

.icon_hunt:before {
    content: "\e017"
}

.icon_instagram:before {
    content: "\e018"
}

.icon_jersey:before {
    content: "\e019"
}

.icon_location-simple:before {
    content: "\e01a"
}

.icon_location:before {
    content: "\e01b"
}

.icon_logout:before {
    content: "\e01c"
}

.icon_megaphone:before {
    content: "\e01d"
}

.icon_membership:before {
    content: "\e01e"
}

.icon_menu:before {
    content: "\e01f"
}

.icon_mlb:before {
    content: "\e020"
}

.icon_nba:before {
    content: "\e021"
}

.icon_ncaa:before {
    content: "\e01D"
}

.icon_nfl:before {
    content: "\e022"
}

.icon_pencil:before {
    content: "\e023"
}

.icon_photos:before {
    content: "\e024"
}

.icon_pin:before {
    content: "\e025"
}

.icon_play:before {
    content: "\e026"
}

.icon_podium:before {
    content: "\e027"
}

.icon_rankings:before {
    content: "\e028"
}

.icon_rss:before {
    content: "\e029"
}

.icon_scout:before {
    content: "\e02A"
}

.icon_scoutstar:before {
    content: "\e02B"
}

.icon_scoutstars:before {
    content: "\e02C"
}

.icon_search:before {
    content: "\e02D"
}

.icon_silhouette:before {
    content: "\e02E"
}

.icon_speech:before {
    content: "\e02F"
}

.icon_speechbubble:before {
    content: "\e030"
}

.icon_star:before {
    content: "\e031"
}

.icon_twitter:before {
    content: "\e032"
}

.icon_university:before {
    content: "\e033"
}

.icon_wheel:before {
    content: "\e034"
}

.icon_year:before {
    content: "\e035"
}

.icon_logo:before {
    content: "\e036"
}

.icon_reply:before {
    content: "\e037"
}

.icon_compose:before {
    content: "\e038"
}

.icon_quote:before {
    content: "\e039"
}

.icon_delete:before {
    content: "\e03A"
}

.icon_trash:before {
    content: "\e03B"
}

.icon_inbox:before {
    content: "\e03C"
}

.icon_send:before {
    content: "\e03D"
}

.icon_prev:before {
    content: "\e03E"
}

.icon_next:before {
    content: "\e03F"
}

.icon_new-tag:before {
    content: "\e040"
}

.icon_hot-tag:before {
    content: "\e041"
}

.icon_lock:before {
    content: "\e042"
}

.icon_lock-pin:before {
    content: "\e043"
}

.icon_pin-thread:before {
    content: "\e044"
}

.icon_post-by:before {
    content: "\e045"
}

.icon_archive:before {
    content: "\e046"
}

.icon_copy:before {
    content: "\e047"
}

.icon_info:before {
    content: "\e048"
}

.icon_undelete:before {
    content: "\e049"
}

.icon_flip:before {
    content: "\e04A"
}

.icon_tree:before {
    content: "\e04B"
}

.icon_share:before {
    content: "\e04C"
}

.icon_comment:before {
    content: "\e04D"
}

.icon_up-next:before {
    content: "\e04E"
}

.icon_magazine:before {
    content: "\e04F"
}

.icon_scout-300-badge:before {
    content: "\e050"
}

.icon_scout-100-badge:before {
    content: "\e05B"
}

.icon_scout-badge:before {
    content: "\e05C"
}

.icon_blog:before {
    content: "\e051"
}

.icon_podcast:before {
    content: "\e052"
}

.icon_comments:before {
    content: "\e053"
}

.icon_tailgater:before {
    content: "\e054"
}

.icon_ticket:before {
    content: "\e055"
}

.icon_cart:before {
    content: "\e056"
}

.icon_print:before {
    content: "\e057"
}

.icon_masonry:before {
    content: "\e058"
}

.icon_list:before {
    content: "\e059"
}

.icon_close-x:before {
    content: "\e05D"
}

.icon_full-ban:before {
    content: "\e05E"
}

.icon_read-only:before {
    content: "\e05F"
}

.icon_premium:before {
    content: "\e06B"
}

.icon_circle-play:before {
    content: "\e061"
}

.icon_rating:before {
    content: "\e062"
}

.icon_juco-100:before {
    content: "\e063"
}

.icon_photo:before {
    content: "\e064"
}

.icon_player:before {
    content: "\e065"
}

.icon_stories:before {
    content: "\e066"
}

.icon_videos:before {
    content: "\e067"
}

.icon_draft-badge:before {
    content: "\e068"
}

.icon_prospect-badge:before {
    content: "\e069"
}

.icon_fantasy-badge:before {
    content: "\e06A"
}

.icon_key:before {
    content: "\e06B"
}

.icon_bell:before {
    content: "\e06C"
}

.icon_plus:before {
    content: "\e06D"
}

.icon_speaker:before {
    content: "\e06E"
}

.icon_filters:before {
    content: "\e06F"
}

.icon_pause:before {
    content: "\e070"
}

.icon_avatar:before {
    content: "\e071"
}

.icon_upvote:before {
    content: "\e072"
}

.icon_downvote:before {
    content: "\e073"
}

.icon_more:before {
    content: "\e074"
}

.icon_reply-solid:before {
    content: "\e075"
}

.icon_forward-solid:before {
    content: "\e076"
}

.icon_post:before {
    content: "\e077"
}

.icon_post-mini:before {
    content: "\e078"
}

.icon_embed:before {
    content: "\e079"
}

.icon_premium-badge:before {
    content: "\e07A"
}

.icon_lock-solid:before {
    content: "\e07B"
}

.icon_lock-outline:before {
    content: "\e07C"
}

.icon_down-circle-thin:before {
    content: "\e080"
}

.icon_down-circle-solid:before {
    content: "\e081"
}

.icon_down:before {
    content: "\e082"
}

.icon_circle-up-thin:before {
    content: "\e083"
}

.icon_circle-up-solid:before {
    content: "\e084"
}

.icon_up:before {
    content: "\e085"
}

.icon_left-circle-thin:before {
    content: "\e086"
}

.icon_left-circle-solid:before {
    content: "\e087"
}

.icon_left:before {
    content: "\e088"
}

.icon_right-circle-thin:before {
    content: "\e089"
}

.icon_right-circle-solid:before {
    content: "\e08A"
}

.icon_right:before {
    content: "\e08B"
}

.icon_plus-circle-thin:before {
    content: "\e08C"
}

.icon_plus-circle-solid:before {
    content: "\e08D"
}

.icon_minus-circle-thin:before {
    content: "\e08E"
}

.icon_minus-circle-solid:before {
    content: "\e08F"
}

.icon_minus:before {
    content: "\e090"
}

.icon_close-circle-thin:before {
    content: "\e091"
}

.icon_close-circle-solid:before {
    content: "\e092"
}

.icon_check-circle-thin:before {
    content: "\e093"
}

.icon_check-circle-solid:before {
    content: "\e094"
}

.icon_full-screen:before {
    content: "\e095"
}

.icon_full-screen-exit:before {
    content: "\e096"
}

.icon_feed-full:before {
    content: "\e097"
}

.icon_feed-collapse:before {
    content: "\e098"
}

.icon_feed1:before {
    content: "\e099"
}

.icon_feed2:before {
    content: "\e09A"
}

.icon_feed3:before {
    content: "\e09B"
}

.icon_back-arrow:before {
    content: "\e09C"
}

.icon_back-arrow-thin:before {
    content: "\e09D"
}

.icon_stadium:before {
    content: "\e09F"
}

a .icon:before,
a.icon:before {
    text-decoration: none
}

.icon:before {
    font-size: 22px;
    line-height: 20%
}

.sm.icon:before {
    font-size: 14px
}

.thread-body span:before,
.topicLinks a:before {
    font-size: 15px
}

@font-face {
    font-family: bebas_neue;
    src: url(../fonts/bebasneue_bold-webfont.eot);
    src: url(../fonts/bebasneue_bold-webfontt.eot?#iefix) format("embedded-opentype"), url(../fonts/bebasneue_bold-webfont.woff) format("woff"), url(../fonts/bebasneue_bold-webfont.ttf) format("truetype"), url(https://www.scout.com/fonts/bebasneue_bold-webfont.svg#bebas_neue) format("svg");
    font-weight: 700;
    font-style: normal
}


@font-face {
    font-family: bebas_neue;
    src: url(../fonts/bebasneue_regular-webfont.eot);
    src: url(../fonts/bebasneue_regular-webfont.eot1?#iefix) format("embedded-opentype"), url(../fonts/bebasneue_regular-webfont.woff) format("woff"), url(../fonts/bebasneue_regular-webfont.ttf) format("truetype"), url(https://www.scout.com/fonts/bebasneue_regular-webfont.svg#bebas_neue) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_regular;
    src: url(/fonts/proximanova-regular-webfont.eot);
    src: url(../fonts/proximanova-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanova-regular-webfont.woff2) format("woff2"), url(../fonts/proximanova-regular-webfont.woff) format("woff"), url(../fonts/proximanova-regular-webfont.ttf) format("truetype"), url(https://www.scout.com/fonts/proximanova-regular-webfont.svg#proxima_novaregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_semibold;
    src: url(../fonts/proximanova-semibold-webfont.eot);
    src: url(../fonts/proximanova-semibold-webfont1.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanova-semibold-webfont.woff2) format("woff2"), url(../fonts/proximanova-semibold-webfont.woff) format("woff"), url(../fonts/proximanova-semibold-webfont.ttf) format("truetype"), url(https://www.scout.com/fonts/proximanova-semibold-webfont.svg#proxima_novasemibold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_extrabold;
    src: url(../fonts/ProximaNova-ExtraBold.eot);
    src: url(../fonts/ProximaNova-ExtraBold1.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-ExtraBold.woff) format("woff"), url(../fonts/ProximaNova-ExtraBold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

/*@media print {
    #footer,
    #header,
    .noprint {
        display: none!important
    }
}*/
/*iframe{
    display: none;
}*/

.team-25 {
    width: 25px;
    height: 25px
}
.logo-center{
    margin: 0 auto;
}

.team-50 {
    width: 50px;
    height: 50px
}

.team-80 {
    width: 80px;
    height: 80px
}

#filternav {
    overflow: hidden;
    *zoom: 1;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media screen and (max-width:980px) {
    #filternav {
        margin-left: 20px;
        margin-right: 20px
    }
}

body>#container>#footer {
    clear: both
}

footer {
    background: #e1e1e1
}

footer a {
    font-weight: 400
}

footer .cbs-footer {
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	background-color: #e1e1e1;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .cbs-footer span {
    display: block;
    height: 48px;
    width: 200px;
    text-indent: -9999px;
    margin: 0 auto 10px
}

footer .cbs-footer .cbs-247-logo {
    background: transparent url(../images/247sports.png) no-repeat center center;
    background-size: contain
}

footer .cbs-footer .cbs-sports-logo {
    background: transparent url(../images/cbsdigital-logo.png) no-repeat center center;
    background-size: contain
}

footer #mega-footer {
    display: block;
    padding-top: 60px;
    padding-bottom: 10px
}

footer #mega-footer #mega-footer-content {
    overflow: hidden;
    *zoom: 1;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto
}

footer #mega-footer #mega-footer-content span.scoutlogo {
    margin-right: 60px;
    display: block;
    float: left
}

footer #mega-footer #mega-footer-content .hfooter {
    display: block;
    width: 780px;
    float: left
}

footer #mega-footer #mega-footer-content .hfooter ul {
    color: #454545;
    font-size: 13px;
    line-height: 29px;
    display: block;
    width: 16%;
    float: left
}

footer #mega-footer #mega-footer-content .hfooter ul .first {
    font-weight: 700;
    font-family: bebas_neue;
    text-transform: uppercase;
    color: #454545;
    font-size: 20px;
    letter-spacing: 1.5px
}

footer #mega-footer #mega-footer-content .hfooter ul a {
    text-decoration: none;
    color: #454545;
    display: block;
    height: 29px
}

footer #mega-footer #mega-footer-content .hfooter ul a:hover {
    color: #959595
}

@media screen and (max-width:980px) {
    footer #mega-footer {
        display: none
    }
}

footer #site-footer {
    display: block
}

footer #site-footer .toplink {
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    color: #202020;
    font-family: bebas_neue;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    letter-spacing: 1.5px
}

footer #site-footer .toplink:hover {
    color: #454545
}

footer #site-footer .toplink:focus {
    border: none;
    outline: 0
}

footer #site-footer #site-footer-content {
    overflow: hidden;
    *zoom: 1;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #cacaca;
    padding-top: 40px;
    padding-bottom: 35px
}
ul#site-footer-links {
    display: flex;
    margin-top: 3px;
}
@media screen and (max-width:980px) {
    footer #site-footer #site-footer-content {
        border-top: none
    }
}

footer #site-footer #site-footer-content br {
    clear: both
}

footer #site-footer #site-footer-content #site-footer-social {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 14.89362%
}

footer #site-footer #site-footer-content #site-footer-social:last-child {
    margin-right: 0
}

footer #site-footer #site-footer-content #site-footer-social li {
    float: left
}

footer #site-footer #site-footer-content #site-footer-social li a {
    text-decoration: none;
    color: #ACACAC;
    font-size: 20px
}

footer #site-footer #site-footer-content #site-footer-social li a span {
    display: none
}

footer #site-footer #site-footer-content #site-footer-social li a:hover {
    color: #454545
}

footer #site-footer #site-footer-content #site-footer-social li:first-child a {
    margin-left: 0
}

@media screen and (max-width:980px) {
    footer #site-footer #site-footer-content #site-footer-social {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        float: none;
        text-align: center;
        padding-bottom: 25px
    }
    footer #site-footer #site-footer-content #site-footer-social li {
        float: none;
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto
    }
}

footer #site-footer #site-footer-content #site-footer-links li {
    float: left
}

footer #site-footer #site-footer-content #site-footer-links li a {
    color: #454545;
    font-size: 13px;
    text-decoration: none;
    padding-left: 30px;
    font-family: proxima_semibold!important;
}

footer #site-footer #site-footer-content #site-footer-links li a:hover {
    color: #959595
}

footer #site-footer #site-footer-content #site-footer-links li:first-child a {
    padding-left: 0
}

@media screen and (max-width:980px) {
    footer #site-footer #site-footer-content #site-footer-links {
        display: block;
        text-align: center;
        float: none;
        width: 100%;
        padding-bottom: 18px
    }
    footer #site-footer #site-footer-content #site-footer-links li {
        float: none;
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        line-height: 30px
    }
}

footer #site-footer #site-footer-content #site-footer-copyright {
    color: #959595;
    font-size: 13px;
	float: none;
}

@media screen and (max-width:980px) {
    footer #site-footer #site-footer-content #site-footer-copyright {
        overflow: hidden;
        *zoom: 1;
        display: block;
        text-align: center;
        float: none;
        width: 100%
    }
}

footer #site-footer #site-footer-content #site-footer-copyright-container {
    width: 100%;
    padding-top: 35px
}


body>header {
    font-family: "Source Sans Pro" sans-serif;
    color: #fff
}

body>header .navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase
}

body>header .primary {
    background: #222
}

body>header .primary div.logo a {
    height: 40px;
    width: 165px;
    background: url(../images/logo40b.png) no-repeat;
    text-indent: -9999px;
    margin: 7px;
    display: block
}

body>header .primary .navbar-nav>li>a:hover {
    color: #9b9b9b
}

th {
    font-family: "Port Lligat Slab", serif;
    text-transform: uppercase
}
a{
    text-decoration: none;
}
ul {
    list-style-type: none;
    padding: 0
}

select {
    appearance: none;
    -webkit-appearance: none!important;
    -moz-appearance: none;
    text-indent: 3px;
    text-overflow: '';
    outline: 0;
    cursor: pointer;
    background: 0 0;
    border: 2px solid #ccc;
    font-size: 11pt;
    font-family: "Port Lligat Slab", serif;
    padding: 5px;
    width: 167px;
    color: #555
}
