@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';
/* div {
 @include gradient(#ff00ff, #ff00cc, vertical);
 }*/
/*! 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 {
  outline: 0;
}

a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px 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;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  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 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .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;
  }
}

body {
  font-family: "Open Sans", Verdana, sans-serif;
  background: url(../img/page-bg.jpg) no-repeat top center;
  background-size: cover;
}

* {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.top-bar {
  background: #f4f4f2;
  border-bottom: 3px solid #2757bd;
}

.main-landing {
  padding: 50px 0;
  background: url(../img/clipper-image.png) no-repeat left 230px top 10px;
}

.main-landing > .container {
  min-height: 605px;
}

.main-landing .left-side {
  width: 66%;
  float: left;
  padding-right: 60px;
  padding-left: 210px;
  color: #2b2b2b;
}

.main-landing .left-side .the-int {
  padding: 20px 0 10px 0;
}

.main-landing .left-side .the-int img {
  max-width: 100%;
  height: auto;
}

.main-landing .left-side .jason-cat {
  padding: 10px 0 10px 0;
}

.main-landing .left-side .jason-cat img {
  max-width: 100%;
  height: auto;
}

.main-landing .left-side .nbc-sports {
  padding: 20px 0 10px 0;
  text-align: center;
}

.main-landing .left-side .nbc-sports img {
  max-width: 100%;
  height: auto;
}

.main-landing .left-side h1 {
  font-size: 135px;
  line-height: 1;
  font-weight: 300;
  padding: 10px 0 5px 0;
  margin: 0;
  color: #2b2b2b;
  margin-left: -10px;
}

.main-landing .left-side hr {
  width: 100%;
  height: 4px;
  clear: both;
  display: inline-block;
  border: none;
  margin: 12px 0 12px 0;
  padding: 0;
  background: #000000;
  max-width: 440px;
}

.main-landing .left-side h2 {
  font-size: 34px;
  line-height: 37px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.main-landing .left-side h3 {
  font-size: 36px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
  padding: 0px 0 0px 0;
  color: #2c419a;
  text-align: center;
  margin-left: 0px;
}

.main-landing .left-side p {
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 15px 0;
}

.main-landing .right-side {
  background: #fff;
  color: #2d2d2d;
  border-radius: 8px;
  position: relative;
  width: 33%;
  float: left;
  margin-top: 0px;
}

.main-landing .right-side > h2 {
  font-size: 21px;
  line-height: 1.2;
  padding: 0 0px 15px 0px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  text-align: center;
}

.main-landing .right-side .heading {
  position: relative;
  background: #2757bd;
  border-radius: 8px 8px 0 0;
  padding: 20px 10px;
  margin-bottom: 20px;
}

.main-landing .right-side .heading:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #2757bd;
  border-width: 20px;
  margin-left: -20px;
}

.main-landing .right-side .heading > h3 {
  font-size: 19px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.main-landing .right-side .heading > h2 {
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
}

.main-landing .right-side .main-form {
  padding: 15px 30px;
  color: #2d2d2d;
}

.main-landing .right-side .main-form input {
  border-radius: 4px;
  width: 100%;
  font-size: 13px;
  border: 1px solid #c3c2c2;
  height: 34px;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #231f20;
}

.main-landing .right-side .main-form .btn {
  border: none;
  outline: none;
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  background: #d4070c;
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.main-landing .right-side .main-form .btn:hover {
  background: #2757bd;
  color: #fff;
}

.main-landing .right-side .main-form .checkbox {
  font-size: 13px;
  font-weight: 400;
  color: #2d2d2d;
  padding-top: 10px;
}

.main-landing .right-side .main-form .checkbox a {
  color: #231f20;
}

.main-landing .right-side .main-form .checkbox input {
  border: none;
  width: auto;
  display: inline-block;
  margin: 1px 3px 0 0;
  position: relative;
  top: 2px;
  padding: 0;
  height: auto;
  cursor: pointer;
}

.main-landing .right-side .main-form .checkbox label {
  cursor: pointer;
}

.main-landing .right-side .select-style {
  border: 1px solid #999;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #e1e1e1 url("../img/icon-select.png") no-repeat right 10px center;
  cursor: pointer;
  font-size: 13px;
  color: #000;
  margin-bottom: 20px;
}

.main-landing .right-side .select-style select {
  padding: 5px 8px;
  width: 108%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.main-landing .right-side .select-style select:focus {
  outline: none;
}

.main-landing .right-side .league-radios {
  padding: 0 0 20px 0;
}

.main-landing .right-side .league-radios > p {
  font-size: 13px;
  margin: 0;
  padding: 0 0 7px 0;
  font-weight: 600;
  color: #2d2d2d;
  text-align: center;
}

.main-landing .right-side .league-radios .input_hidden {
  position: absolute;
  left: -9999px;
}

.main-landing .right-side .league-radios .selected {
  background-color: #d6d6d6;
  box-shadow: inset 0 -3px 2px 0 rgba(0, 0, 0, 0.2), inset 0 3px 2px 0 rgba(255, 255, 255, 0.7);
}

.main-landing .right-side .league-radios label {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #c3c2c2;
  border-radius: 4px;
  display: inline-block;
  margin: 0 0 0 -2px;
  background: #fff;
}

.main-landing .right-side .league-radios label img {
  max-width: 100%;
}

.main-landing .right-side .league-radios label:hover {
  background-color: #efefef;
}

.main-landing .right-side .league-radios label img {
  padding: 3px;
}

.main-landing .right-side .select-style {
  display: none;
}

.main-landing .right-side .select-style.selected {
  display: block;
}

.main-landing #avatar-carousel {
  padding-top: 15px;
  padding-bottom: 10px;
}

.main-landing #avatar-carousel .owl-wrapper img {
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}

.main-landing #avatar-carousel .owl-wrapper .selected img {
  border: 2px solid #fff;
}

.seen-on {
  background: #37373a;
  color: #fff;
  padding: 20px 0;
}

.seen-on .col-fifth {
  width: 20%;
  float: left;
}

.seen-on .col-fifth img {
  max-width: 100%;
  height: auto;
}

.seen-on .seen-heading {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
}

.footer {
  padding: 60px 0;
  background: #bb0f13;
  color: #fff;
}

.footer .copyright {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.footer .social {
  text-align: center;
  padding: 10px 0 0 0;
}

.footer .social .social-icon {
  width: 26px;
  height: 24px;
  display: inline-block;
  background: url(../img/social-icons.png) no-repeat;
}

.footer .social .social-icon.facebook {
  background-position: 0 0;
}

.footer .social .social-icon.twitter {
  background-position: -28px 0px;
}

.footer .social .social-icon.pinterest {
  background-position: -56px 0;
}

@media screen and (max-width: 1440px) {
  .container {
    width: 1140px;
    max-width: 100%;
    padding: 0 15px;
  }
  .main-landing {
    background-position: 0 10px;
  }
  .main-landing .left-side {
    width: 66%;
    padding-left: 230px;
    padding-right: 55px;
    text-align: left;
  }
  .main-landing .left-side h1 {
    margin-left: -10px;
    font-size: 125px;
  }
  .main-landing .right-side {
    width: 34%;
  }
  .main-landing .left-side p {
    font-size: 17px;
  }
  .main-landing .left-side h3 {
    font-size: 34px;
    margin-left: -10px;
  }
  .main-landing .left-side h2 {
    font-size: 33px;
    line-height: 1;
  }
  .main-landing .left-side hr {
    max-width: 430px;
  }
}

@media screen and (max-width: 1200px) {
  .main-landing {
    background: none;
  }
  .container {
    width: 940px;
    max-width: 100%;
    padding: 0 15px;
  }
  .main-landing {
    padding: 50px 0;
  }
  .main-landing .left-side {
    width: 58%;
    padding: 0 80px 0 10px;
  }
  .main-landing .left-side h2 {
    font-size: 29px;
  }
  .main-landing .left-side hr {
    width: 100%;
  }
  .main-landing .left-side .app-dl {
    padding-left: 0;
  }
  .main-landing .left-side h3 br {
    display: none;
  }
  .main-landing .right-side {
    width: 42%;
  }
  .main-landing .left-side h2 br {
    display: none;
  }
  .seen-on .seen-heading {
    font-size: 26px;
    font-weight: 600;
  }
  .seen-on .col-fifth {
    padding: 0px 5px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .container {
    width: 767px;
    max-width: 100%;
    padding: 0 15px;
  }
  .main-landing {
    padding: 40px 0;
    background-size: cover;
  }
  .main-landing .left-side {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .main-landing .left-side h1 {
    font-size: 100px;
    padding-bottom: 15px;
  }
  .main-landing .left-side h2 {
    font-size: 27px;
  }
  .main-landing .left-side hr {
    width: 100%;
    max-width: 100%;
  }
  .main-landing .left-side p {
    font-size: 19px;
  }
  .main-landing .right-side {
    width: 100%;
  }
  .seen-on .seen-heading {
    font-size: 22px;
    font-weight: 300;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 620px;
  }
  .main-landing .left-side h1 {
    font-size: 80px;
  }
  .seen-h {
    width: 100% !important;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    padding: 0px 0 10px 20px !important;
    margin-bottom: 10px;
  }
  .seen-on .col-fifth {
    width: 50%;
    text-align: center;
    padding: 10px 10px;
  }
}

@media screen and (max-width: 620px) {
  .container {
    width: 100%;
  }
  .main-landing .left-side h1 {
    font-size: 70px;
  }
  .main-landing .left-side h2 {
    font-size: 24px;
  }
  .main-landing .left-side p {
    font-size: 18px;
    font-weight: 400;
  }
}

@media screen and (max-width: 480px) {
  .container {
    width: 100%;
  }
}
