/** COMPILED FROM SCSS SOURCE. DO NOT EDIT DIRECTLY */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@font-face {
  font-family: 'cheddar jack';
  src: url("https://www.maddencdn.com/content/fonts/cheddar_jack/cheddar_jack.woff") format("woff");
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent url(//maddencdn.com/content/images/2017/daytona_beach/new_summer_break/bg.jpg) repeat center bottom;
  font-size: 1.0em;
  line-height: 1.2em;
}
html img, body img {
  border: none;
}

#isMobile {
  visibility: hidden;
  float: none;
}

#isTablet {
  visibility: hidden;
  float: none;
}

#doParallax {
  visibility: hidden;
  float: none;
}

.w1Col {
  width: 12.5%;
}

.w2Col {
  width: 25%;
}

.w3Col {
  width: 37.5%;
}

.w4Col {
  width: 50%;
}

.w5Col {
  width: 62.5%;
}

.w6Col {
  width: 75%;
}

.w7Col {
  width: 87.5%;
}

.w8Col {
  width: 100%;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.contentLeft {
  text-align: left;
}

.contentCenter {
  text-align: center;
}

.contentRight {
  text-align: right;
}

.nonResponsive {
  display: none;
}

.mobileMenuWrapper {
  display: none;
}

#loading {
  background: rgba(255, 255, 255, 0.75) url(//maddencdn.com/content/images/2017/daytona_beach/new_summer_break/icon_loading.gif) no-repeat center 56%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: opacity ease .5s;
  transition: opacity ease .5s;
}
#loading.complete {
  opacity: 0;
  pointer-events: none;
}
#loading img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}

.top {
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  font-family: "Lato", sans-serif;
  width: 100%;
  height: 60px;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0792a0), to(#007382));
  background: -webkit-linear-gradient(top, #0792a0 0%, #007382 100%);
  background: linear-gradient(to bottom, #0792a0 0%, #007382 100%);
  z-index: 1000;
}
.top .sponsorLogo {
  position: absolute;
  left: -webkit-calc(50% - 127px);
  left: calc(50% - 127px);
  height: 60px;
  float: left;
  padding: 0 14px;
}
.top .chapters {
  float: left;
  text-align: center;
  height: 50px;
  padding: 10px 0 0 50px;
  font-family: "Lato", sans-serif;
  font-size: 1em;
}
.top .socialLinks {
  position: fixed;
  top: 8px;
  right: 60px;
  width: 44px;
  height: 42px;
  padding: 12px 0 0 14px;
  overflow: hidden;
  text-align: center;
}
.top .socialLinks:hover {
  background: rgba(85, 85, 85, 0.9);
  height: 195px;
}
.top .socialLinks .socialLogo {
  width: 31px;
  height: 31px;
  margin: 6px 0 12px 0;
  clear: both;
  display: block;
}
.top .controls {
  position: fixed;
  top: 8px;
  right: 4px;
  height: 36px;
  padding: 12px 8px 0 16px;
  width: 39px;
  height: 42px;
  text-align: center;
  border-right: 1px solid transparent;
}
.top .controls a#controlsTrigger {
  margin: 0 0 10px 0;
}
.top a.navLink {
  margin: 0 14px 0 0;
  color: white;
  display: inline-block;
  width: 34px;
  height: 34px;
}
.top a.chapterLink:link, .top a.chapterLink:visited, .top a.chapterLink:active {
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
}
.top a.chapterLink:hover, .top a.chapterLink.on {
  color: #dddddd;
}
.top a.controlLink:link, .top a.controlLink:visited, .top a.controlLink:active {
  background: transparent url(//maddencdn.com/content/images/2017/daytona_beach/new_summer_break/icon_top.png) no-repeat 6px 4px;
  margin-bottom: 10px;
}
.top a.socialLink:link, .top a.socialLink:visited, .top a.socialLink:active {
  background: transparent url(//maddencdn.com/content/images/2017/daytona_beach/new_summer_break/icon_social.png) no-repeat 6px 4px;
  margin-bottom: 10px;
}
.top a.controlLink:hover {
  background: #555555 url(//maddencdn.com/content/images/2017/daytona_beach/new_summer_break/icon_top.png) no-repeat 6px -27px;
}
.top a.socialLink:hover, .top a.socialLink.on {
  background: #555555 url(//maddencdn.com/content/images/2017/daytona_beach/new_summer_break/icon_social.png) no-repeat 6px -27px;
}
.top .progress {
  margin-top: 70px;
  padding: 0 0 0 0;
  width: 100%;
  height: 10px;
  z-index: 1000;
  background: #ff8200;
}
.top .progress #progressBar {
  width: 0%;
  height: 10px;
  background-color: #fbce9e;
}
.top .sponsorContent {
  font-size: 1em;
  background: #7598af;
  width: 100%;
  display: block;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  margin: 0;
  color: #fff;
  letter-spacing: 2px;
  font-weight: normal;
}

.chapterImage {
  cursor: default;
  position: relative;
  width: 100%;
  z-index: 500;
  text-align: center;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
}
.chapterImage .chapterTitle {
  position: absolute;
  top: 70%;
  height: auto;
  width: 75%;
  right: 0;
  -webkit-animation: fade 5s;
  animation: fade 5s;
}
.chapterImage .chapterTitle img {
  width: 100%;
  height: 100%;
}
.chapterImage h1 {
  display: none;
}
.chapterImage h2 {
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 8em;
  font-family: "cheddar jack", script;
  font-weight: normal;
  line-height: 1em;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.chapter {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chapter h1 {
  display: none;
}
.chapter h2 {
  color: white;
  text-transform: uppercase;
  padding: 0 6%;
  font-size: 2em;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1.2em;
}
.chapter .floatingElement {
  width: 40%;
  text-align: center;
  position: relative;
  border: 13px solid white;
}
.chapter .floatingElement img {
  width: 100%;
  height: auto;
  display: block;
}
.chapter .floatingElement .caption {
  width: 100%;
  background: rgba(4, 85, 142, 0.9);
  padding: 10px;
  text-align: left;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#c1 .floatingElement {
  margin-right: -13px;
}

#c2 .floatingElement {
  margin-left: -13px;
  clear: both;
}

#c3 .floatingElement {
  margin-right: -13px;
}

#c4 .floatingElement {
  margin-left: -13px;
}

section {
  width: -webkit-calc(55% - 5em);
  width: calc(55% - 5em);
  position: relative;
  display: inline-block;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 2em 0;
  text-align: left;
  color: white;
  font-family: "Lato", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.aLeft {
  margin-right: 5em;
}
section.aRight {
  margin-left: 5em;
}
section h3, section h4 {
  color: #fff;
  padding: 0 6%;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-text-transform: uppercase;
}
section h1 {
  display: none;
}
section h3 {
  font-size: 2.0em;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
}
section h4 {
  font-size: 1.5em;
  line-height: 0.8em;
  margin: 0;
}
section p {
  padding: 0 6%;
}
section .sponsorButton {
  background: #017685;
  color: #fff;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: .5em;
  text-align: center;
  padding: 1em;
  border: 1px solid white;
  margin: 5%;
}

.mobilePullQuote {
  display: none;
}

a:link, a:visited, a:active {
  color: #FCB931;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.mobileOnly {
  display: none;
}

.legacyOnly {
  display: none;
}

.readMore {
  position: absolute;
  left: 50%;
  bottom: 50px;
  cursor: pointer;
  margin-left: -25px;
  width: 50px;
  color: #fff;
  text-align: center;
}

.footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
  z-index: 1001;
  background: #017785;
  border-top: 15px solid #FFAF59;
}
.footer .sponsorLogo {
  position: relative;
  float: left;
  width: auto;
  height: 90px;
  margin: 0 0 0 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 101;
}
.footer .disclaimer {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 1em;
  text-align: center;
  padding: 1em 0;
}
.footer .alsoLike {
  position: relative;
  padding: 1.0em 0;
  width: 100%;
  z-index: 99;
}
.footer .alsoLike p {
  white-space: nowrap;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 20px auto;
  font-family: "Lato", sans-serif;
  font-size: 2em;
  letter-spacing: 0.05em;
}
.footer .alsoLikeLinkWrap {
  padding: 1em 0 3em 0;
}
.footer .alsoLikeLinkWrap .linkWrapper {
  position: relative;
  padding-bottom: 12%;
  width: 20%;
  max-width: 300px;
  margin: 0 20px;
  display: inline-block;
}
.footer .alsoLikeLinkWrap .rLink {
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  max-height: 180px;
}
.footer .alsoLikeLinkWrap .rLink.rLink1 {
  background: transparent url(//maddencdn.com/content/images/2017/daytona_beach/new_summer_break/link1.jpg) no-repeat left top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.footer .alsoLikeLinkWrap .rLink.rLink2 {
  background: transparent url(//maddencdn.com/content/images/2017/daytona_beach/new_summer_break/link2.jpg) no-repeat left top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.footer .alsoLikeLinkWrap .rLink.rLink3 {
  background: transparent url(//maddencdn.com/content/images/2017/daytona_beach/new_summer_break/link3.jpg) no-repeat left top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.footer .alsoLikeLinkWrap .rLink .linkTitleWrapper {
  background-color: rgba(0, 94, 104, 0.9);
  display: table;
  position: absolute;
  width: -webkit-calc(100% - 19px);
  width: calc(100% - 19px);
  bottom: 0;
  padding: 10px;
}
.footer .alsoLikeLinkWrap .rLink .linkTitleWrapper .linkTitle {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
}
