/* line 21, ../sass/partials/_base.scss */
#yourawayWrapper .socialMedia a, #yourawayWrapper .socialMedia span {
  display: block;
}

/* line 24, ../sass/partials/_base.scss */
#yourawayWrapper .socialMedia a {
  float: left;
}

/* line 3, ../sass/partials/_scholastic.scss */
body {
  background: #fff !important;
}

/* line 6, ../sass/partials/_scholastic.scss */
#schl3o, #schlPageContent, #schlPageWrapper, #schlContent, #schlMainContent {
  width: 100% !important;
}

/* line 9, ../sass/partials/_scholastic.scss */
#universal {
  width: 992px;
  height: 52px !important;
}

/* line 14, ../sass/partials/_scholastic.scss */
#footer-corporate {
  width: 970px !important;
  margin: 0 auto;
}

/* line 19, ../sass/partials/_scholastic.scss */
#universal4o {
  margin-bottom: 0 !important;
}

/* line 23, ../sass/partials/_scholastic.scss */
div#universal4o #universal div.universal-account-signin {
  width: 160px !important;
}

/* line 27, ../sass/partials/_scholastic.scss */
#schlHeader {
  display: none;
}

@font-face {
  font-family: "FontAwesome";
  src: url('../fonts/fontawesome-webfont.eot?1409850401');
  src: url('../fonts/fontawesome-webfont.eot?&1409850401#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?1409850402') format('woff'), url('../fonts/fontawesome-webfont.ttf?1409850401') format('truetype'), url('../fonts/fontawesome-webfont.svg?1409850401') format('svg');
}
/* line 11, ../sass/partials/_fonts.scss */
#yourawayWrapper .socialMedia span {
  display: inline-block;
  font-family: FontAwesome, cursive;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 3, ../sass/partials/_officalRules.scss */
#yourawayWrapper .officalRules {
  color: #000 !important;
}
/* line 5, ../sass/partials/_officalRules.scss */
#yourawayWrapper .officalRules ol li, #yourawayWrapper .officalRules p, #yourawayWrapper .officalRules h1 {
  font-family: "Times New Roman", Georgia, Serif;
  color: #000;
}

/* line 7, ../sass/youraway.scss */
#yourawayWrapper {
  max-width: 920px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto 0 auto;
  height: 100%;
}
/* line 8, ../sass/youraway.scss */
#yourawayWrapper .container {
  max-width: 940px !important;
}
/* line 16, ../sass/youraway.scss */
#yourawayWrapper img {
  border: 0 none;
}
/* line 17, ../sass/youraway.scss */
#yourawayWrapper a {
  outline: none;
}
/* line 18, ../sass/youraway.scss */
#yourawayWrapper h2, #yourawayWrapper h4, #yourawayWrapper p, #yourawayWrapper ul {
  color: #4f432f;
}
/* line 21, ../sass/youraway.scss */
#yourawayWrapper ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin-bottom: 55px;
}
/* line 26, ../sass/youraway.scss */
#yourawayWrapper ul li {
  line-height: 29px;
}
/* line 30, ../sass/youraway.scss */
#yourawayWrapper h2 {
  margin: 0 0 55px 0 !important;
}
/* line 33, ../sass/youraway.scss */
#yourawayWrapper h2, #yourawayWrapper h4 {
  text-align: center;
  font-weight: bold;
}
/* line 37, ../sass/youraway.scss */
#yourawayWrapper .socialMedia {
  max-width: 170px;
  margin: 25px auto 10px;
}
/* line 40, ../sass/youraway.scss */
#yourawayWrapper .socialMedia a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #a68e59;
  color: #fff;
  height: 50px;
  margin-left: 10px;
  text-align: center;
  width: 50px;
}
/* line 50, ../sass/youraway.scss */
#yourawayWrapper .socialMedia a:first-child {
  margin: 0;
}
/* line 54, ../sass/youraway.scss */
#yourawayWrapper .socialMedia span {
  font-size: 26px;
  line-height: 26px;
  padding: 12px 0;
}
/* line 62, ../sass/youraway.scss */
#yourawayWrapper .headerImage {
  background: url(../images/headerYourAway.jpg) 0 0 no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 50.6%;
  margin-bottom: 35px;
  box-shadow: 0 0 13px #000;
}
/* line 72, ../sass/youraway.scss */
#yourawayWrapper .mainTitle {
  background: url(../images/whatsYourAway.png) 0 0 no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-top: 13%;
  margin-bottom: 40px;
}
/* line 81, ../sass/youraway.scss */
#yourawayWrapper .yourAwayText {
  width: 100% !important;
  margin: 0 !important;
}
/* line 85, ../sass/youraway.scss */
#yourawayWrapper .mainText {
  padding: 0 1% 0 1%;
  font-size: 14px;
  line-height: 20px;
}
/* line 89, ../sass/youraway.scss */
#yourawayWrapper .mainText .introText {
  text-align: center;
}
/* line 94, ../sass/youraway.scss */
#yourawayWrapper #yourAwayClosed {
  background: #ede9d9;
  width: 100%;
  height: 410px;
  font-weight: bold;
  text-align: center;
  padding-top: 45px;
}
/* line 101, ../sass/youraway.scss */
#yourawayWrapper #yourAwayClosed p {
  color: #325686;
}
/* line 105, ../sass/youraway.scss */
#yourawayWrapper form {
  padding: 30px 46px 1px 46px;
  background: #ede9d9;
  margin-bottom: 40px;
}
/* line 109, ../sass/youraway.scss */
#yourawayWrapper form .requiredMessage {
  text-align: center;
}
/* line 112, ../sass/youraway.scss */
#yourawayWrapper form .firstName {
  float: left;
  margin-right: 2%;
}
/* line 116, ../sass/youraway.scss */
#yourawayWrapper form .firstName, #yourawayWrapper form .lastName {
  width: 49%;
}
/* line 119, ../sass/youraway.scss */
#yourawayWrapper form .city {
  width: 40%;
  float: left;
  margin-right: 2%;
}
/* line 124, ../sass/youraway.scss */
#yourawayWrapper form .state {
  float: left;
  margin-right: 2%;
  padding: 0;
}
/* line 129, ../sass/youraway.scss */
#yourawayWrapper form .state, #yourawayWrapper form .zipCode {
  width: 28%;
}
/* line 132, ../sass/youraway.scss */
#yourawayWrapper form .idealAwayText {
  max-width: 100%;
}
/* line 135, ../sass/youraway.scss */
#yourawayWrapper form .formEnterButton {
  text-align: center;
  margin: 37px 0 37px 0;
}
/* line 138, ../sass/youraway.scss */
#yourawayWrapper form .formEnterButton .enterButton {
  width: 106px;
  height: 32px;
  background: #a68e59;
  color: #fff;
  margin: 0 auto 0 auto;
}
/* line 146, ../sass/youraway.scss */
#yourawayWrapper form .officalRulesForm {
  display: block;
  text-align: center;
  color: #325686;
  font-weight: bold;
  margin-bottom: 6px;
}
/* line 153, ../sass/youraway.scss */
#yourawayWrapper form .btmFormText {
  text-align: center;
}
/* line 157, ../sass/youraway.scss */
#yourawayWrapper #thankYouMessage {
  text-align: center;
  font-weight: bold;
  color: #4f432f;
  background: #ede9d9;
  padding-top: 5%;
}
/* line 164, ../sass/youraway.scss */
#yourawayWrapper footer {
  padding: 0;
  text-align: center;
}

/*# sourceMappingURL=youraway.css.map */
