/*Greg Styles*/
body {
  font-family: "proxima-nova", sans-serif; }

.midcontainer {
  display: none; }

.bodycontainer, .bodycontainerwide, .bodycontainerfull {
  width: 100% !important; }

.bodycontainerfull .story .container .main {
  width: 100% !important; }

#bracketWrapper, #bracketOuterWrapper {
  width: 1160px;
  background: none;
  padding: 17px; }

#bracketOuterWrapper {
  letter-spacing: -1px;
  height: 1500px !important;
  background: white;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }

#bracketWrapper {
  position: absolute;
  top: 160px; }

#fbshare2, #twshare2, .tweet, .fbshare {
  cursor: pointer; }

.fbshare {
  visibility: visible; }

#closebtnie {
  display: none; }

.qmark {
  width: 14%;
  display: block !important;
  margin: 0 auto;
  margin-top: 12px; }

.formText {
  font-size: 20px;
  text-align: center;
  font-family: 'proxima-nova';
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 10px;
  text-transform: none; }

.inactivebracket {
  background: #c4c4c4; }

.competitorContainer, .competitorContainerInner {
  width: 120px;
  height: 52px;
  border-radius: 5px;
  margin-bottom: 11px;
  display: table;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  background: #ffffff;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border: 2px solid #333333; }

.centerText {
  text-align: center; }

.competitorContainerInner {
  margin-bottom: 92px;
  line-height: 26px;
  font-size: 15px;
  font-weight: 600; }

.competitorContainer:hover, .competitorContainerInner:hover {
  cursor: pointer;
  background: #fee3ad;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

#sponsorBox {
  /* float: left; */
  width: 200px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  /* margin-left: 20px; */
  font-size: 20px;
  text-align: center;
  color: #333333;
  z-index: 22222; }

#sponsorBox img {
  width: 100% !important; }

/*winning bracket*/
#bracketWinningWrapper {
  position: absolute;
  top: 585px;
  left: 35%;
  display: block;
  width: 100%;
  z-index: 555; }

#bracketWinningWrapper img#winningBracket {
  position: absolute;
  top: 0;
  left: 0; }

#bracketsWinningWrap {
  position: absolute;
  top: 90px;
  left: -55px; }

.smallerBracket {
  top: 490px !important;
  z-index: 4000; }

.smallestBracket {
  top: 95px !important;
  left: 35.2% !important; }

#winningLeft, #winningRight {
  width: 125px;
  height: 56px;
  margin-right: 181px;
  float: left;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  margin-bottom: 8px;
  background: #fff;
  display: block;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  overflow: hidden; }

#winningLeft, #winningRight {
  border: 2px solid #333333; }

#winningLeft #compshare,
#winningRight #compshare {
  bottom: 0; }

#winningLeft .competitorNames, #winningRight .competitorNames {
  /* padding-top: 20px; */
  display: block;
  line-height: 19px;
  font-size: 16px;
  font-weight: 600; }

.inActive:hover {
  cursor: default;
  background: #f7f4eb; }

.ieFix {
  padding-left: 45px !important;
  padding-top: 1px; }

.bracketSixteen {
  width: 120px;
  height: 70px;
  margin-top: 16px; }

#winningLeft .lock, #winningRight .lock {
  width: 20%;
  padding-top: 9px; }

.trophy {
  margin: -16px 0 0 10px; }

.glow {
  -webkit-box-shadow: 0 0 25px 2px #FFE32B;
  box-shadow: 0 0 25px 2px #FFE32B; }

.bracketWinningContainer span {
  font-size: 20px !important;
  font-weight: 700;
  vertical-align: middle;
  line-height: 70px; }

.competitorIds {
  visibility: hidden;
  z-index: -5;
  position: absolute; }

.bracketWinningContainer .lock {
  width: 20%;
  margin-top: 8px; }

#results {
  color: #fff;
  z-index: 70000;
  position: absolute;
  top: 0px; }

.competitorNames {
  display: block;
  line-height: 16px;
  width: 90px; }

.winnerBox {
  width: 165px;
  height: 97px;
  background: #fff;
  display: block;
  position: absolute;
  top: 553px;
  left: 41.7%;
  line-height: 25px;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 19px;
  z-index: 5555;
  text-transform: uppercase;
  border: 2px solid #333333;
  overflow: hidden; }

.winnerBox img {
  width: 20%;
  padding-top: 12px; }

.lineFix {
  line-height: normal !important; }

.round7Winner {
  padding-top: 20px;
  display: block; }

.winnerBox #compshare {
  margin-top: -19px; }

.hovering:hover {
  cursor: pointer;
  background: #fee3ad !important;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.winnerLine {
  width: 5px;
  height: 92px;
  background: #fdba37;
  top: 348px;
  left: 48.6%;
  position: absolute;
  z-index: 1; }

.winner {
  height: 30px;
  width: 165px;
  background: #c4c4c4;
  display: block;
  position: absolute;
  top: 71px;
  /* overflow: hidden; */
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 5; }

.smallTY {
  font-size: 20px;
  line-height: 19px;
  display: block;
  text-transform: none;
  width: 350px;
  margin-bottom: 10px; }

.winner span {
  font-size: 20px;
  display: block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px !important; }

#winnerBox1 .competitor-content {
  display: block;
  margin-top: 10px;
  margin-left: 30px;
  /* line-height: 15px; */
  vertical-align: middle; }

#winnerBox1 .competitorNames {
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;
  display: table-cell;
  padding-top: 10px;
  /* margin-top: 0px; */
  /* text-align: center; */
  width: 60px;
  padding-left: 6px;
  margin-left: 32px; }

#winnerBox1:hover {
  cursor: pointer; }

.winnerName {
  background: #fdba37 !important; }

#submitBtn {
  background: #333333;
  width: 164px;
  height: 62px;
  top: 220px;
  position: absolute;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  line-height: 65px;
  vertical-align: middle;
  left: 84px;
  z-index: 70;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px; }

.submitActive {
  width: 184px;
  height: 82px;
  background: #fad466 !important;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in; }

#submitBtn:hover {
  cursor: pointer;
  background: #c4c4c4; }

.spacer {
  margin-top: 6px !important; }

.spacer2 {
  margin-top: 70px !important; }

.spacer3 {
  margin-top: 74px !important; }

.spacer4 {
  margin-top: 138px !important; }

.spacer5 {
  margin-top: 140px !important; }

.spacer6 {
  margin-top: 203px !important; }

.spacer7 {
  margin-top: 142px !important; }

.spacer8 {
  margin-top: 356px !important; }

#bracketLeftWrapper {
  left: 18px;
  position: absolute; }

#bracketRightWrapper {
  position: absolute;
  right: 50px; }

#bracketLeftWrapper5, #bracketRightWrapper5 {
  margin-top: 29px; }

#bracketRightWrapperRound2 {
  position: absolute;
  left: 875px;
  top: 47px; }

#bracketLeftWrapperRound2 {
  position: absolute;
  left: 170px;
  top: 47px; }

#bracketLeftWrapperRound3 {
  position: absolute;
  left: 242px;
  top: 120px; }

#bracketRightWrapperRound3 {
  position: absolute;
  right: 265px;
  top: 120px; }

#bracketRightWrapperRound3 .competitorContainerInner, #bracketLeftWrapperRound3 .competitorContainerInner {
  /* margin-top: 126px; */
  margin-bottom: 260px; }

#bracketRightWrapperRound4 {
  position: absolute;
  right: 345px;
  top: 280px; }

#bracketLeftWrapperRound4 {
  position: absolute;
  left: 317px;
  top: 280px; }

#bracketRightWrapperRound4 .competitorContainerInner, #bracketLeftWrapperRound4 .competitorContainerInner {
  margin-bottom: 586px; }

#bracketRightWrapperRound5 {
  position: absolute;
  right: 417px;
  top: 298px; }

#bracketLeftWrapperRound5 {
  position: absolute;
  left: 386px;
  top: 298px; }

#bracketRightWrapperRound5 .competitorContainerInner, #bracketLeftWrapperRound5 .competitorContainerInner {
  margin-bottom: 670px; }

#bracket2Round2Left,
#bracket4Round2Left,
#bracket6Round2Left,
#bracket8Round2Left,
#bracket2Round2Right,
#bracket4Round2Right,
#bracket6Round2Right,
#bracket8Round2Right {
  margin-top: 108px;
  /* display: none; */ }

#bracket3Round2Left,
#bracket3Round2Right,
#bracket7Round2Left,
#bracket7Round2Right {
  margin-top: 130px; }

#bracket5Round2Left,
#bracket5Round2Right {
  margin-top: 135px; }

#bracket2Round3Left,
#bracket2Round3Right {
  margin-top: 285px; }

#bracket3Round3Left,
#bracket3Round3Right {
  margin-top: 200px; }

#bracket4Round3Left,
#bracket4Round3Right {
  margin-top: 277px; }

#bracket2Round4Left,
#bracket2Round4Right {
  margin-top: 355px; }

.lines {
  display: none;
  position: absolute;
  top: 28px;
  left: 123px;
  z-index: 0; }

#bracketsbgImage {
  display: block;
  position: absolute;
  top: 0px;
  left: 86px;
  z-index: 0; }

.hide {
  display: none !important; }

#lines {
  margin-top: 26px; }

.lock {
  width: 12%;
  margin: 0 auto;
  padding-top: 12px;
  position: relative;
  display: block !important; }

#bracketsMainImage {
  display: none;
  position: absolute;
  left: 35%;
  top: -5px;
  z-index: 3000000; }

.html-content {
  display: block;
  line-height: 52px; }

.bracketsLeft {
  float: left;
  position: relative;
  margin-left: 0px;
  margin-top: -11px;
  clear: both;
  margin-bottom: 23px;
  z-index: 5; }

/*.competitorNames{
	padding-left:6px;
}*/
#compshare {
  display: block;
  /* float: right; */
  position: absolute;
  right: -6px;
  /* top: 0px; */
  width: 20px;
  height: 10px;
  z-index: 80;
  border: none;
  background: url("../img/sharing.png") no-repeat; }

#compshare:hover {
  background: url("../img/sharing.png") 0 -21px no-repeat;
  cursor: pointer; }

.addMargin {
  margin-top: -25px !important; }

.removeMargin {
  margin-top: 0px !important; }

/*header*/
#bracketHeaderOuter {
  width: 1160px;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
  z-index: 999;
  position: relative; }

#bracketHeader {
  width: 100%;
  color: #333333; }

#bracketHeader img {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 7%; }

h1#bracketsh {
  display: block;
  font-size: 46px;
  font-weight: 700;
  line-height: 45px;
  padding-top: 20px;
  margin-bottom: 10px;
  /* margin-right: 18px; */
  float: left; }

#bracketHeader span span {
  font-weight: 200;
  margin-top: 0px;
  margin-left: 0px;
  display: inline;
  float: none; }

#bracketprogress {
  width: 1160px;
  height: 4px;
  margin-top: -8px;
  display: block;
  background: #065574;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  float: left; }

#progressComplete {
  height: 4px;
  display: block;
  background: #4bbbe6;
  width: 0px; }

/*tooltipshares*/
#socialsharestooltip {
  display: block;
  margin-top: 27px;
  position: absolute;
  right: 22px; }

#socialsharestooltip img {
  margin-right: 5px; }

.tooltipTitle {
  display: block;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500 !important;
  margin-bottom: 5px; }

.tooltipP {
  display: block; }

/*nav*/
.roundActive {
  font-weight: 700;
  font-size: 20px; }

#bracketNav {
  height: 30px;
  z-index: 1000;
  font-size: 20px;
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  background: #ffffff; }

#bracketNav.stuck {
  position: fixed;
  top: 0px;
  display: block;
  width: 1160px;
  z-index: 70000000; }

#bracketNav ul li {
  float: left;
  line-height: 30px;
  list-style: none;
  margin-right: 35px;
  text-transform: uppercase; }

#bracketNav ul#leftNav {
  line-height: 30px;
  float: left;
  margin-left: 55px;
  list-style: none;
  text-transform: uppercase; }

#bracketNav ul li:hover {
  cursor: pointer; }

.lastRound {
  margin-left: 90px;
  margin-right: 92px;
  margin-top: 1px; }

#bracketNav ul#rightNav:nth-child(4) {
  margin-right: 0px; }

#barHelper {
  height: 25px;
  width: 100%;
  background: url("../img/bgStick.png") repeat;
  position: absolute;
  top: 30px;
  z-index: -1; }

#bracketNav ul#rightNav {
  line-height: 30px;
  list-style: none;
  float: left;
  text-transform: uppercase; }

.activeBracket span {
  text-align: center;
  display: block; }

/*userCue*/
#bracketsUserCue {
  display: none;
  width: 1160px;
  height: 1700px;
  position: absolute;
  top: 0px;
  left: 17px;
  z-index: 10000;
  padding-top: 30px;
  background: rgba(0, 0, 0, 0.8); }

#bracketsUserCue img#overlay, #bracketsUserCue img#blur {
  display: none;
  width: 1160px;
  height: 720px;
  top: 0px;
  position: absolute; }

#bracketsUserCue img#overlay {
  z-index: 570; }

#bracketsUserCue img#blur {
  z-index: 550; }

#bracketsUserCue img#step1 {
  z-index: 5550;
  display: none;
  position: absolute;
  top: 340px;
  left: 80px; }

#bracketsUserCue img#step2 {
  z-index: 5550;
  display: none;
  position: absolute;
  top: 340px;
  right: 100px; }

#bracketsUserCue img#dots {
  z-index: 5550;
  display: none;
  position: absolute;
  top: 520px;
  left: 45%; }

#closearrow {
  display: none;
  position: absolute;
  top: 650px;
  left: 43%;
  z-index: 555500; }

#closearrow:hover {
  cursor: pointer; }

#userCueText {
  display: none;
  color: #ffffff;
  position: absolute;
  left: 25%;
  z-index: 9855;
  font-size: 45px;
  font-weight: 200;
  text-align: center;
  width: 600px;
  font-family: "proxima-nova",sans-serif; }

#userCueText span {
  display: block;
  font-weight: 600; }

#userCueText span.intro {
  display: block;
  font-size: 23px;
  line-height: 25px;
  font-weight: 400;
  margin-top: 25px;
  letter-spacing: normal; }

#userCueText img {
  width: 13%; }

/*thank you screen*/
#closebtn {
  display: block;
  float: right;
  padding: 10px; }

#closebtn:hover {
  cursor: pointer; }

#bracketsThankYouWrapper {
  display: block;
  visibility: hidden;
  width: 100%;
  height: 3000px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 7000000;
  background: rgba(0, 0, 0, 0.7); }

#bracketsThankYouInner {
  display: none;
  width: 744px;
  height: 445px;
  position: absolute;
  top: 150px;
  left: 20%;
  z-index: 10000;
  background: #f7f7f7;
  border: 4px solid #9e9e9e; }

#bracketsThankYouBody {
  float: left;
  width: 365px;
  padding: 30px 15px; }

#thankyouTitle, #thankyouSubTitle, #thankyouMsg, #thankYouClick {
  display: block;
  color: #333333;
  text-align: center; }

#thankyouSubTitle {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 5px; }

#thankyouMsg {
  font-size: 22px;
  text-transform: uppercase; }

#thankYouClick {
  font-size: 17px;
  font-family: "proxima-nova",sans-serif; }

#thankyouMsg {
  font-size: 30px;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 20px; }

#thankyouTitle {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700; }

#thankyouAdWrapper {
  float: left;
  width: 300px;
  margin-top: 50px;
  margin-left: 15px; }

.bolder {
  font-weight: 700; }

/*social*/
#socialshares {
  display: block;
  position: absolute;
  top: 40px;
  z-index: 50;
  right: 30px; }

#socialshares img {
  display: block;
  float: right;
  margin-right: 5px;
  width: 28px; }

#socialshares img:hover {
  cursor: pointer; }

textarea {
  margin: 0 auto !important; }

textarea#jfkembed {
  margin: 0 auto !important;
  margin-bottom: 10px;
  height: 170px !important;
  display: block;
  position: relative;
  color: #888;
  margin-top: 50px;
  font-size: 14px !important;
  font-family: "proxima-nova",sans-serif; }

img#embed {
  display: block;
  margin: 0 auto; }

#embedWrap {
  display: none;
  position: absolute;
  z-index: 70000;
  top: 0px;
  left: 0;
  padding-top: 250px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7); }

.closeembed {
  display: block;
  font-size: 20px;
  color: #000;
  right: 20%;
  font-weight: 600;
  top: 15%;
  position: absolute;
  /* float: right; */
  /* margin: 0 auto; */
  /* margin-right: 30%; */ }

.closeembed:hover {
  cursor: pointer; }

.blur {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  -webkit-transform: translate3d(0, 0, 0); }

.overlayFill {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 55;
  background: rgba(0, 0, 0, 0.2); }

/*strikethrough*/
.strikeThrough {
  text-decoration: line-through; }

/* Preloader */
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 9999999;
  /* makes sure it stays on top */ }

#status {
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
  margin-top: 200px; }

/*form*/
#formWrapper {
  display: block;
  margin: 30px 0 60px 40px; }

.nextRound {
  /* width: 100px; */
  display: block;
  float: left;
  font-size: 20px;
  /* margin-right: 10px; */
  /* margin-left: 10px; */
  margin-top: 5px;
  /* clear: both; */
  text-transform: uppercase; }

form#subscribe input.email {
  background: none repeat scroll 0 0 white !important;
  border: 3px solid #bdbdbd !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  border-radius: 5px 5px 5px 5px !important;
  height: 30px !important;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.19) !important;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.19) !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.19) !important;
  font-family: arial !important;
  color: #5a5a5a !important;
  font-style: italic !important;
  padding-left: 15px !important;
  width: 180px !important;
  outline: medium none !important;
  transition: all 0.25s ease-in-out !important;
  -webkit-transition: all 0.25s ease-in-out !important;
  -moz-transition: all 0.25s ease-in-out !important;
  font-size: 16px !important; }

form#subscribe input:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 5px rgba(47, 83, 143, 0.6) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 5px rgba(47, 83, 143, 0.6) !important;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 5px rgba(47, 83, 143, 0.6) !important;
  border: 3px solid #2f538b !important; }

.email-submit {
  background: #333333 !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  width: 120px !important;
  height: 35px !important;
  border: 1px solid #c4c4c4 !important;
  margin: 0 0 0 21px !important;
  font-size: 18px !important;
  font-family: "Fjalla One", sans-serif !important;
  color: white !important;
  text-transform: uppercase !important;
  font-style: normal !important; }

#submitMail:hover {
  background: #bcbbbb !important;
  cursor: pointer !important; }

iframe {
  width: 300px;
  height: 169px; }

.tipImg {
  width: 300px;
  height: auto; }

/*clock*/
/*clock*/
#countdownclock {
  float: left;
  display: block;
  margin-bottom: 10px;
  color: #f8d54f; }

ul#countdownitems {
  padding: 0;
  font-size: 13px;
  margin: 0; }

ul#countdownitems li {
  float: left;
  list-style: none;
  margin-left: 10px; }

ul#clock {
  float: left;
  clear: both;
  font-size: 30px;
  padding: 0;
  line-height: 31px;
  margin-top: 0; }

ul#clock li {
  float: left;
  list-style: none;
  margin-left: 20px; }

ul#clock li span {
  font-size: 13px;
  display: block;
  text-align: center;
  line-height: 13px; }

ul#clock li div {
  text-align: center; }
