/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* Frame Styles */

.block {
	vertical-align: top;
	display: inline-block;
}
.inline {
	display: inline;
}
.p5   { width:   5%; }
.p10  { width:  10%; }
.p15  { width:  15%; }
.p20  { width:  20%; }
.p25  { width:  25%; }
.p30  { width:  30%; }
.p35  { width:  35%; }
.p40  { width:  40%; }
.p45  { width:  45%; }
.p50  { width:  50%; }
.p55  { width:  55%; }
.p60  { width:  60%; }
.p65  { width:  65%; }
.p70  { width:  70%; }
.p75  { width:  75%; }
.p80  { width:  80%; }
.p85  { width:  85%; }
.p90  { width:  90%; }
.p95  { width:  95%; }
.p100 { width: 100%; }

.contentContainer {

}

/* End Frame Styles */


/* Header & Footer Styles */

.header {
	z-index: 200;
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}

.footer {
	z-index: 200;
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.headerBox {
	background-color: #CDEFF8;
	width: 100%;
}

.footerBox {
	background-color: white;
	width: 100%;
}

.headerContainer {
	position: relative;
	width: 100%;
	max-width: 1000px;
	min-width: 320px;
	margin: 0 auto;
	background: #0057a2;
	background : url(https://www.schoolstore.net/_img/ColorBanner_Large.svg), -moz-radial-gradient(63.64% 84.62%, ellipse farthest-side, rgba(26, 187, 226, 1) 0%, rgba(16, 150, 202, 1) 32.74%, rgba(5, 105, 173, 1) 77.46%, rgba(0, 87, 162, 1) 100%);
	background : url(https://www.schoolstore.net/_img/ColorBanner_Large.svg), -webkit-gradient(radial,63.64% 84.62% ,0 , 63.64% 84.62%, 134.39 ,color-stop(0,rgba(26, 187, 226, 1) ),color-stop(0.3274,rgba(16, 150, 202, 1) ),color-stop(0.7746,rgba(5, 105, 173, 1) ),color-stop(1,rgba(0, 87, 162, 1) ));
	background : url(https://www.schoolstore.net/_img/ColorBanner_Large.svg), -webkit-radial-gradient(63.64% 84.62%, ellipse farthest-side, rgba(26, 187, 226, 1) 0%, rgba(16, 150, 202, 1) 32.74%, rgba(5, 105, 173, 1) 77.46%, rgba(0, 87, 162, 1) 100%);
	background : url(https://www.schoolstore.net/_img/ColorBanner_Large.svg), -o-radial-gradient(63.64% 84.62%, ellipse farthest-side, rgba(26, 187, 226, 1) 0%, rgba(16, 150, 202, 1) 32.74%, rgba(5, 105, 173, 1) 77.46%, rgba(0, 87, 162, 1) 100%);
	background : url(https://www.schoolstore.net/_img/ColorBanner_Large_AS_Header.svg), -ms-radial-gradient(63.64% 84.62%, ellipse farthest-side, rgba(26, 187, 226, 1) 0%, rgba(16, 150, 202, 1) 32.74%, rgba(5, 105, 173, 1) 77.46%, rgba(0, 87, 162, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Stlye=2);"
	background : url(https://www.schoolstore.net/_img/ColorBanner_Large.svg), radial-gradient(63.64% 84.62%, ellipse farthest-side, rgba(26, 187, 226, 1) 0%, rgba(16, 150, 202, 1) 32.74%, rgba(5, 105, 173, 1) 77.46%, rgba(0, 87, 162, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
	z-index: 200;
	background-repeat: no-repeat;
	background-position: center bottom, center top;

}

.footerContainer {
	position: relative;
	width: 100%;
	max-width: 1000px;
	min-width: 320px;
	margin: 0 auto;
	background: #0057a2;
	background : url(https://www.schoolstore.net/_img/ColorBanner_Large.svg), -moz-radial-gradient(63.64% 84.62%, ellipse farthest-side, rgba(26, 187, 226, 1) 0%, rgba(16, 150, 202, 1) 32.74%, rgba(5, 105, 173, 1) 77.46%, rgba(0, 87, 162, 1) 100%);
	background : url(https://www.schoolstore.net/_img/ColorBanner_Large.svg), -webkit-gradient(radial,63.64% 84.62% ,0 , 63.64% 84.62%, 134.39 ,color-stop(0,rgba(26, 187, 226, 1) ),color-stop(0.3274,rgba(16, 150, 202, 1) ),color-stop(0.7746,rgba(5, 105, 173, 1) ),color-stop(1,rgba(0, 87, 162, 1) ));
  background : url(https://www.schoolstore.net/_img/ColorBanner_Large.svg), -webkit-radial-gradient(63.64% 84.62%, ellipse farthest-side, rgba(26, 187, 226, 1) 0%, rgba(16, 150, 202, 1) 32.74%, rgba(5, 105, 173, 1) 77.46%, rgba(0, 87, 162, 1) 100%);
  background : url(https://www.schoolstore.net/_img/ColorBanner_Large.svg), -o-radial-gradient(63.64% 84.62%, ellipse farthest-side, rgba(26, 187, 226, 1) 0%, rgba(16, 150, 202, 1) 32.74%, rgba(5, 105, 173, 1) 77.46%, rgba(0, 87, 162, 1) 100%);
  background : url(https://www.schoolstore.net/_img/ColorBanner_Large_AS_Footer.svg), -ms-radial-gradient(63.64% 84.62%, ellipse farthest-side, rgba(26, 187, 226, 1) 0%, rgba(16, 150, 202, 1) 32.74%, rgba(5, 105, 173, 1) 77.46%, rgba(0, 87, 162, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Stlye=2);"
  background : url(https://www.schoolstore.net/_img/ColorBanner_Large.svg), radial-gradient(63.64% 84.62%, ellipse farthest-side, rgba(26, 187, 226, 1) 0%, rgba(16, 150, 202, 1) 32.74%, rgba(5, 105, 173, 1) 77.46%, rgba(0, 87, 162, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
  background-repeat: no-repeat;
	background-position: center top, center bottom;
  z-index: 200;
}

.headerContent { margin: 0 auto; }

.footerContent {
	margin: 0 auto;
	position: relative;
	margin-top: 0px;
	text-align: center;
	z-index: 3000;
}

.footerContent span {
	color: white;
}

.footerContent a{
	color: white;
	text-decoration: none;
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.logo { display: inline-block; margin: 0px; }

.logo img { width: 100%; }

.logIn a {
	text-decoration: none;
	color: #ffa620;
	text-shadow: 1px 1px 3px black;
}

.logInMobile a {
	text-decoration: none;
	color: #ffa620;
	text-shadow: 2px 2px #c97900;
}

.logInRemove {
	color: white;
}

#BBBlink {
	position: absolute;
	z-index: 3000;
}

#BBBlink img {
	width: 100%;
}

.error-message li, .error-message-es li{
	color: #fb5113;

}

.error-message ul, .error-message-es ul {
	list-style: none;
}

/* End Header & Footer Styles */

/* Banner Styles */

.banner {
	z-index: 200;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.bannerBox { width: 100%;}

.bannerContainer { width: 100%; max-width: 1000px; margin: 0 auto; min-width: 320px; z-index: 2000; position: relative;}

.colorBanner { width: 100%; max-width: 1000px; position: relative; }

.colorBanner img { width: 100%; }

.blueBannerBig {
	background: url(/_img/Blue_Wave_850.svg);
	background-repeat: no-repeat;
	background-size: 1000px;
	background-position: top center;
	height: 280px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 100px;
	margin-top: 50px;

}

.blueBannerNo {
	background-repeat: no-repeat;
	background-size: 1000px;
	background-position: top center;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.blueBannerBigEmail {
	background: url(/_img/Blue_Wave_850_250.svg);
	background-repeat: no-repeat;
	background-size: 1000px;
	background-position: top center;
	height: 260px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 100px;
	margin-top: 20px;
}

.blueBannerSmall {
	background: url(/_img/Blue_Wave_300.svg);
	background-repeat: no-repeat;
	background-size: 490px;
	background-position: top center;
	height: 260px;
	margin: 0 auto;
}

.blueBanner {
	background: #08cae8;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 10px;
}

.outerBlueBanner {
	background: #CDEFF8;
	width: 458px;
	padding: 18px 18px 0px 18px;
	border-radius : 3px;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
}

/* End Banner Styles */

/* Main Styles */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, span, p, ul, ol, li {
	margin: 0;
	padding: 0;
}

body { margin: 0;padding: 0; background-color: #CDEFF8; }

h1 {
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	color: #0057a2;
	font-size: 30px;
	font-weight: 800;
	margin-left: 44px;
	letter-spacing: .7px;
}

h2{
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	color: #0057a2;
	font-weight: 700;
	font-size: 26px;
	padding-top: -20px;
}

h3{
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	color: #0057a2;
	font-weight: 700;
	font-size: 26px;
}

p {
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	color: #0057a2;
	margin-top: 10px;
	font-weight: 500;
	font-size: 19px;
	line-height: 1.4;
}

ul {
	margin-left: 64px;
	line-height: 1.45;
	margin-right: 20px;
	margin-top: 10px;
}

#leadMobile ul {
	margin-left: 20px;
}

li {
	font-family: font-weight: 700;, Helvetica, Arial, sans-serif;
	color: #0057a2;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 10px;
}

span {
	margin: 0px;
	padding: 0px;
	font-family: "aaux-next", Helvetica, sans-serif;
	color: #0057a2;
}

input, button, submit { border:none; }

textarea:focus,
button:focus,a:focus {
    outline: none;
}

.mainContainer {
	background: #ffffff;
	max-width: 1000px;
	min-width: 320px;
	margin: 0 auto;
	width: 96%;
	position: relative;
}

.contentContainer {
	margin: 0 auto;
	margin-top: 0px;
}

/* End Main Styles */

/* Form & Button Styles */

.form label {
	margin: 0px;
	padding: 0px;
	font-family: "aaux-next", Helvetica, sans-serif;
	color: #0057a2;
	margin-left: 5px;
	display: block;
	margin-bottom: 5px;
}

.accountForm label {
	margin: 0px;
	padding: 0px;
	font-family: "aaux-next", Helvetica, sans-serif;
	color: #0057a2;
	margin-left: 5px;
	display: block;
	margin-bottom: 5px;
}

.passwordForm label {
	margin: 0px;
	padding: 0px;
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	color: #0057a2;
	margin-left: 22px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
	margin-top: 20px;
}

.blueForm label {
	margin: 0px;
	padding: 0px;
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	color: white;
	margin-left: 37px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.smallBlueForm label {
	margin: 0px;
	padding: 0px;
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	color: white;
	margin-left: 20px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}

.blueFormLong label {
	margin: 0px;
	padding: 0px;
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	color: white;
	margin-left: 47px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.smallBlueFormLong label {
	margin: 0px;
	padding: 0px;
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	color: white;
	margin-left: 28px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {-moz-appearance: textfield;}

::-webkit-inner-spin-button { -webkit-appearance: none;}

::-webkit-outer-spin-button { -webkit-appearance: none;}

.form { margin-bottom: 20px; }

.accountForm { margin-bottom: 20px; }

.blueForm { margin-bottom: 20px; }

.smallBlueForm { margin-bottom: 10px; }

.blueFormLong { margin-bottom: 20px; }

.smallBlueFormLong { margin-bottom: 10px; }

.form input {
	font-family: Helvetica, Arial, sans-serif;
	width: 258px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #0057a2;	padding-left: 10px;
	margin-left: 0px;
	color: #0057a2;
}

.form select {
	color: #0057a2;
}

.accountForm input {
	font-family: Helvetica, Arial, sans-serif;
	width: 208px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #0057a2;	padding-left: 10px;
	margin-left: 0px;
}

.passwordForm input {
	font-family: Helvetica, Arial, sans-serif;
	width: 258px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #0057a2;	padding-left: 10px;
	margin-left: 18px;
}

.lookUpForm input {
	width: 290px;
	height: 50px;
	border-radius: 4px;
	margin-left: 278px;
	margin-top: 30px;
	padding-left: 20px;
	font-size: 22px;
	color: #0057a2;
	border: 1px solid #0057a2;
}

.blueForm input {
	width: 258px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #0057a2;
	margin-left: 28px;
	padding-left: 8px;
	color: #0057a2;
	top: 0px;
}
.blueForm .input2 {
	width: 258px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #0057a2;
	margin-left: 28px;
	padding-left: 8px;
	color: white;
	top: 0px;
        font-size: 17px;
        background-color: #0057a2;
}

.blueFormLong input {
	width: 340px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #0057a2;
	margin-left: 40px;
	padding-left: 8px;
	color: #0057a2;
	top: 0px;
}

.blueFormLong select {
	color: #0057a2;
}

.smallBlueForm input {
	width: 168px;
	height: 25px;
	border-radius: 4px;
	border: 1px solid #0057a2;
	margin-left: 15px;
}

.smallBlueFormLong input {
	width: 214px;
	height: 25px;
	border-radius: 4px;
	border: 1px solid #0057a2;
	margin-left: 24px;
	padding-left: 8px;
}

.lookUp input {
	width: 280px;
}

::-webkit-input-placeholder {
	color: #a4d3dd;
	font-size: 22px;
	top: 0px;
	position: relative;
	text-overflow: ellipsis;
	overflow: visible;
}

.blueForm ::-webkit-input-placeholder {
	color: #a4d3dd;
	font-size: 17px;
}

.smallBlueForm ::-webkit-input-placeholder {
	color: #a4d3dd;
	font-size: 15px;
	padding-left: 0px;
}

.smallBlueForm input {
	padding-left: 8px;
}

:-moz-placeholder {
	color: #a4d3dd;
	font-size: 22px;
	top: 0px;
	position: relative;
	text-overflow: ellipsis;
	overflow: visible;
}

.blueForm :-moz-placeholder {
	color: #a4d3dd;
	font-size: 17px;
}

.pointGiveaway .blueBanner {
	padding-top: 5px;
}

.smallBlueForm :-moz-placeholder {
	color: #a4d3dd;
	font-size: 15px;
}

.blueForm ::-moz-placeholder {
	color: #a4d3dd;
	font-size: 17px;
}

.smallBlueForm ::-moz-placeholder {
	color: #a4d3dd;
	font-size: 15px;
}

::-moz-placeholder {
	color: #a4d3dd;
	font-size: 22px;
	top: 0px;
	position: relative;
	text-overflow: ellipsis;
	overflow: visible;
}

:-ms-input-placeholder {
	color: #a4d3dd;
	font-size: 22px;
	top: 0px;
	position: relative;
	text-overflow: ellipsis;
	overflow: visible;
}

.blueForm :-ms-input-placeholder {
	color: #a4d3dd;
	font-size: 17px;
}

.smallBlueForm :-ms-input-placeholder {
	color: #a4d3dd;
	font-size: 15px;
}

#submitButton, #submitButton2{
	height: 50px;
	width: 290px;
	-pie-box-shadow: 0px 2px 1px #BCBCBC;
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.26);
	background : -moz-linear-gradient(50% 0% -90deg,rgba(255, 153, 0, 1) 0%,rgba(249, 143, 13, 1) 35.5%,rgba(241, 128, 32, 1) 100%);
	background : -webkit-linear-gradient(-90deg, rgba(255,156,6,1) 0%, rgba(249,143,13,1) 35.5%, rgba(241,128,32,1) 100%);
	background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(255, 153, 0, 1) ),color-stop(0.355,rgba(249, 143, 13, 1) ),color-stop(1,rgba(241, 128, 32, 1) ));
	background : -o-linear-gradient(-90deg, rgba(255, 153, 0, 1) 0%, rgba(249, 143, 13, 1) 35.5%, rgba(241, 128, 32, 1) 100%);
	background : -ms-linear-gradient(-90deg, rgba(255, 153, 0, 1) 0%, rgba(249, 143, 13, 1) 35.5%, rgba(241, 128, 32, 1) 100%);
	background : linear-gradient(180deg, rgba(255, 153, 0, 1) 0%, rgba(249, 143, 13, 1) 35.5%, rgba(241, 128, 32, 1) 100%);
	border-radius : 8px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	box-shadow : 0px 1.93px 0.97px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	margin-left: 278px;
	margin-top: 20px;
	font-family: 'Asap', Helvetica, sans-serif;
	font-size: 18px;
	font: 900;
	color: white;
	letter-spacing:2px;
}

.button{
	-pie-box-shadow: 0px 2px 1px #BCBCBC;
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.26);
	background : -moz-linear-gradient(50% 0% -90deg,rgba(255, 153, 0, 1) 0%,rgba(249, 143, 13, 1) 35.5%,rgba(241, 128, 32, 1) 100%);
	background : -webkit-linear-gradient(-90deg, rgba(255,156,6,1) 0%, rgba(249,143,13,1) 35.5%, rgba(241,128,32,1) 100%);
	background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(255, 153, 0, 1) ),color-stop(0.355,rgba(249, 143, 13, 1) ),color-stop(1,rgba(241, 128, 32, 1) ));
	background : -o-linear-gradient(-90deg, rgba(255, 153, 0, 1) 0%, rgba(249, 143, 13, 1) 35.5%, rgba(241, 128, 32, 1) 100%);
	background : -ms-linear-gradient(-90deg, rgba(255, 153, 0, 1) 0%, rgba(249, 143, 13, 1) 35.5%, rgba(241, 128, 32, 1) 100%);
	background : linear-gradient(180deg, rgba(255, 153, 0, 1) 0%, rgba(249, 143, 13, 1) 35.5%, rgba(241, 128, 32, 1) 100%);
	border-radius : 8px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	box-shadow : 0px 1.93px 0.97px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	font-family: 'Asap', Helvetica, sans-serif;
	color: white;
}

.fbButton{
	-pie-box-shadow: 0px 2px 1px #BCBCBC;
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.26);
	background : -moz-linear-gradient(50% 0% -90deg, #6a87cd 0%, #48609f 35.5%, #344a83 100%);
	background : -webkit-linear-gradient(-90deg, #6a87cd 0%, #48609f 35.5%, #344a83 100%);
	background : -o-linear-gradient(-90deg, #6a87cd 0%, #48609f 35.5%, #344a83 100%);
	background : -ms-linear-gradient(-90deg, #6a87cd 0%, #48609f 35.5%, #344a83 100%);
	background : linear-gradient(180deg, #6a87cd 0%, #48609f 35.5%, #344a83 100%);
	border-radius : 8px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	box-shadow : 0px 1.93px 0.97px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	font-family: 'Asap', Helvetica, sans-serif;
	color: white;
}

.fbButton img {
	width: 20px;
	margin-right: 10px;
	top: 3px;
	position: relative;
}


.altButton {
	background : -moz-linear-gradient(49.8% 37.94% -84.19deg,rgba(26, 187, 226, 1) 0%,rgba(22, 172, 216, 1) 20.84%,rgba(12, 132, 191, 1) 60.95%,rgba(0, 87, 162, 1) 100%);
  background : -webkit-linear-gradient(-84.19deg, rgba(26, 187, 226, 1) 0%, rgba(22, 172, 216, 1) 20.84%, rgba(12, 132, 191, 1) 60.95%, rgba(0, 87, 162, 1) 100%);
  background : -webkit-gradient(linear,49.8% 37.94% ,52.29% 186.12% ,color-stop(0,rgba(26, 187, 226, 1) ),color-stop(0.2084,rgba(22, 172, 216, 1) ),color-stop(0.6095,rgba(12, 132, 191, 1) ),color-stop(1,rgba(0, 87, 162, 1) ));
  background : -o-linear-gradient(-84.19deg, rgba(26, 187, 226, 1) 0%, rgba(22, 172, 216, 1) 20.84%, rgba(12, 132, 191, 1) 60.95%, rgba(0, 87, 162, 1) 100%);
  background : -ms-linear-gradient(-84.19deg, rgba(26, 187, 226, 1) 0%, rgba(22, 172, 216, 1) 20.84%, rgba(12, 132, 191, 1) 60.95%, rgba(0, 87, 162, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ABBE2', endColorstr='#0057A2' ,GradientType=0)";
  background : linear-gradient(174.19deg, rgba(26, 187, 226, 1) 0%, rgba(22, 172, 216, 1) 20.84%, rgba(12, 132, 191, 1) 60.95%, rgba(0, 87, 162, 1) 100%);
  border-radius : 3px;
  -moz-border-radius : 3px;
  -webkit-border-radius : 3px;
  box-shadow : 0px 1.21px 0.48px rgba(0, 0, 0, 0.15);
}

#searchButton {
	width: 178px;
	height: 40px;
	margin-left: 400px;
	margin-top: 5px;
	font-family: 'Asap', Helvetica, sans-serif;
	font-size: 18px;
	font: 900;
	color: white;
	letter-spacing:2px;
}

#startButton {
	width: 180px;
	height: 40px;
	margin-left: 210px;
	margin-top: 20px;
	font-family: 'Asap', Helvetica, sans-serif;
	font-size: 18px;
	font: 900;
	color: white;
	letter-spacing: 2px;
}

#expandSearch {
	background: none;
	color: #ffa620;
	text-decoration: underline;
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
}

.privacyMobile p{
	display: inline-block;
	margin-right: 12px;
}

#privacyButton {
	width: 180px;
	height: 28px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: 'Asap', Helvetica, sans-serif;
	font-size: 14px;
	font: 900;
	color: white;
	letter-spacing:1px;
}

#logInButton {
	width: 178px;
	height: 40px;
	margin-left: 10px;
	margin-top: 22px;
	font-family: 'Asap', Helvetica, sans-serif;
	font-size: 18px;
	font: 900;
	color: white;
	letter-spacing:2px;
}

.fbShare a {
	text-decoration: none;
	color: white;
}

#ticketButton {
	width: 35%;
	height: 45px;
	margin-left: 15px;
	margin-top: 8px;
	font-family: 'Asap', Helvetica, sans-serif;
	font-size: 18px;
	font: 900;
	color: white;
	letter-spacing:1px;
	text-decoration: none;
	text-align: center;
	padding-top: 13px;
	margin-left: 32.5%;
}

#fbButton {
	width: 40%;
	height: 55px;
	margin-left: 10px;
	margin-top: 0px;
	font-family: 'Asap', Helvetica, sans-serif;
	font-size: 18px;
	font: 900;
	color: white;
	letter-spacing:1px;
	text-decoration: none;
	text-align: center;
	padding-top: 13px;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 60px;
}


#passwordButton {
	width: 178px;
	height: 40px;
	margin-left: 15px;
	margin-top: 37px;
	font-family: 'Asap', Helvetica, sans-serif;
	font-size: 18px;
	font: 900;
	color: white;
	letter-spacing:2px;
}

#addSponsor {
	width: 280px;
	height: 40px;
	margin-left: 5px;
	margin-top: 10px;
	background: white;
}

#addSponsor p {
	font-family: 'Asap', Helvetica, sans-serif;
	font-size: 20px;
	font: 900;
	color: #f79521;
	letter-spacing:2px;
	line-height: .8;
	text-align: left;
	margin-left: 13px;
}

button#addSponsor {
	background: url(/_img/plusButton.png);
	background-repeat: no-repeat;
	background-size: 12%;
	background-position:0% 50%;
	padding-left: 30px;
	font-size: 19px;
}

#addEmails {
	width: 300px;
	height: 50px;
	margin-left: 60px;
	margin-top: 0px;
	top: 18px;
	margin-bottom: 0px;

	font-family: 'Asap', Helvetica, sans-serif;
	font-size: 18px;
	font: 900;

	letter-spacing:1.5px;
}

#noAddEmails {
	width: 208px;
	height: 50px;
	margin-left: 80px;
	margin-top: 0px;
	top: 18px;
	margin-bottom: 0px;

	font-family: 'Asap', Helvetica, sans-serif;
	font-size: 18px;
	font: 900;

	letter-spacing:1.5px;
}

.button.social {
	width: 100px;
	height: 30px;
	font-size: 14px;
	margin-top: 20px;
}

#sendInvitations {
	width: 248px;
	height: 40px;
	top: 40px;
	margin-left: 136px;
	font-family: 'Asap', Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing:1.4px;
}

input#addSponsor {
	background: url(/_img/plusButton.png);
	background-repeat: no-repeat;
	background-size: 12%;
	background-position:0% 50%;
	padding-left: 30px;
	font-size: 19px;
}

/* End Form & Button Styles */

/* Marker Styles */

#pageMarkers {
	margin-top: 10px;
}

.step {
	display: inline-block;
	margin-right: 24px;
}

.step:nth-of-type(4) {
	margin-right: 0px;
}

.stepNumber {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	border-radius: 50%;
	background: white;
	width: 38px;
	height: 38px;
	padding-left: 8px;
	border: 3px solid #b4b4b4;
	position: relative;
	top: 8px;
	color: #b4b4b4;
}

.stepNumber span {
	position: relative;
	top: -4px;
	color: #b4b4b4;
}

.stepOne {
	padding-left: 3px;
}

.stepText {
	display: inline-block;
	margin-left: 4px;
	color: #b4b4b4;
	font-weight: 700;
	font-size: 22px;
}

#currentStep .stepNumber{
	border: 3px solid #0057a2;
	background: #ffa620;
	box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.16);
}

#currentStep .stepNumber span {
	color: #0057a2;
}

#currentStep .stepText {
	color: #0057a2;
}

.completedStep .stepNumber {
	border: 3px solid #08afda;
}

.completedStep .stepNumber span {
	color: #08afda;
}

.completedStep .stepText {
	color: #08afda;
}

.confirmation .step {
	display: inline-block;
	margin-right: 12px;
}

.confirmation .stepNumber {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50%;
	background: white;
	width: 20px;
	height: 27px;
	padding-left: 8px;
	border: 3px solid #b4b4b4;
	position: relative;
	top: 0px;
	color: #b4b4b4;
}

.confirmation .stepNumber span {
	position: relative;
	top: 0px;
	color: #b4b4b4;
}

.confirmation .stepOne {
	padding-left: 3px;
}

.confirmation .stepText {
	display: inline-block;
	margin-left: 4px;
	color: #b4b4b4;
	font-weight: 700;
	font-size: 14px;
}

.confirmation #currentStep .stepNumber{
	border: 3px solid #0057a2;
	background: #ffa620;
	box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.16);
}

.confirmation #currentStep .stepNumber span {
	color: #0057a2;
}

.confirmation #currentStep .stepText {
	color: #0057a2;
}

.confirmation .completedStep .stepNumber {
	border: 3px solid #08afda;
}

.confirmation .completedStep .stepNumber span {
	color: #08afda;
}

.confirmation .completedStep .stepText {
	color: #08afda;
}

/* End Marker Styles */

/* Page Styles */

.white { color: white; }

.landingLead {
	margin-bottom: 30px;
	position: relative;
	z-index: 10000;
}

#videoBlockDesktop {
	width: 445px;
	height: 253px;
	margin-left: 20px;
	box-shadow : 0px 6.93px 10px rgba(0, 0, 0, 0.2);
	margin-top: 10px;
}

#videoBlockMobile {
	position: relative;
	width: 50px;
}

#infoBlockMobile {
	position: relative;
	width: 50px;
}

#videoBlockMobile p {
	text-align: center;
	color: #08afda;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 0px;
}

#videoBlockMobile a{
	text-decoration: none;
}

#infoBlockMobile p{
	text-align: center;
	color: white;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 0px;
}

#infoBlockMobile a {
	text-decoration: none;
}

#videoBlockDesktop img {
	width: 100%;
}

#videoBlockMobile img {
	position: relative;
	width: 100%;

}

#infoBlockMobile img {
	position: relative;
	width: 100%;
	z-index: 10000;
}

#prizeBlock img {
	width: 410px;
	margin-left: 12px;
	margin-top: 0px;
}

#goldenTicket img {
	width: 200px;
	margin-left: -30px;
	margin-top: 30px;
}

#goldenTicketMobile img {
	width: 160px;
	margin-left: 6px;
	margin-top: 5px;
}

#goldenTicketBlockMobile h2 {
	margin-top: 40px;
	margin-left: 60px;
}

#goldenTicketBlockMobile {
	border-bottom: 1px solid #0057a2;
}

#goldenTicketBlockMobile .bullet {
	margin-bottom: 20px;
}

.logIn {
	vertical-align: top;
	display: inline-block;
        float:right;
        margin-right: 5px;
}

.signIn h2{
	letter-spacing: .7px;
	font-size: 2em;
	text-align: center;
}

.signIn p{
	text-align: center;
	letter-spacing: .7px;
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	margin: 10px 140px;
}

p.noIDLookUp {
	font-size: 1.1em;
	color: #0057a2;
	margin-left: 0px;
	text-align: center;
	margin-top: 35px;
}

.noIDLookUp a {
	text-decoration: none;
	color: #ee9712;
}

.blueWaveTop {
	position: relative;
	top: -45px;
}

.blueWaveBottom {
	position: relative;
	top: 49px;
}

.blueWaveTop img{
	width: 100%;
}

.blueWaveBottom img{
	width: 100%;
}

.schoolIDNumber {
	text-decoration: none;
}

.about p {
	margin-left: 50px;
	margin-top: 15px;
	line-height: 2;
}

.about { margin-bottom: 45px; }

.bullets { margin-top: 0px;
	border-top: 1px solid #0057a2;
	border-bottom: 1px solid #0057a2;
}

.bullet { margin-bottom: 40px; }

.bullet img { width: 80px; margin-left: 8px; }

.bulletOne {
	padding-top: 30px;
}

.bulletTwo { margin-left: 30px; }

.bullets p {
	font-size: 13px;
	margin-top: 5px;
}

.bullets h2 {
	font-size: 22px;
	line-height: 1.1;
	font-weight: 600;
}

#supportOptions {
	font-size: 23px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 10px;
	width: 220px;
	background: white;
	margin: 0 auto;
	position: relative;
	margin-top: -14px;
}

.bulletNumber {
	float: left;
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	color: #0057a2;
	font-size: 58px;
	margin-bottom: 0px;
	font-weight: 800;
	line-height: .9;
	margin-left: 15px;
}

.bulletText { margin-left: 26px; }

.bulletPoint {
	font-weight: 400;
	font-size: 14px;
	line-height: 0;
}

.centered { text-align: center; }

.lookUp p {
	font-size: 17px;
	letter-spacing: -.1px;
	margin-bottom: 25px;
}

.lookUp .right { margin-left: 10px; }

.lookUp {
	margin: 0 auto;
}

.noSchool {
	margin: 0 auto;
}

.accountLogIn {
	margin: 0 auto;
}

.accountLogIn a {
	color: #ffa620;
	text-decoration: none;
}

.accountLogIn h2 {
	margin-bottom: 20px;
}

.accountLogIn input {
	width: 220px;
	color: #0057a2;
}

#signUpHeader h1 {
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	margin-left: 5px;
	font-weight: 700;
}

#signUpHeader {
	padding-bottom: 20px;
	border-bottom: 1px solid #0057a2;
	margin-bottom: 25px;
}

#signInPassword {
	padding-top: 30px;
	border-top: 1px solid #0057a2;
}

#signInPassword p{
	margin-left: 12px;
}

.border {
	padding-bottom: 0px;
	border-bottom: 1px solid #0057a2;
}

.signUp h2{
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	color: #0057a2;
	font-weight: 500;
	font-size: 20px;
	margin-left: 8px;
	margin-bottom: 2px;
}

.signUp .p45 {
	margin-left: 12px;
	margin-top: 25px;
}

.signUp .p45:nth-of-type(1) {
    border-right: 1px solid #0057a2;
}

.signUp .p45:nth-of-type(4) {
    border-right: 1px solid #0057a2;
}

.signUp .p45:nth-of-type(5) { margin-bottom: 20px; }

.signUp .p45 { margin-right: 15px; }

.parentCheck {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	display: inline-block;
	vertical-align: top;
}

.parentSpan{
	margin-left: 50px;
}

.signUp .parentSpan1 {
	display: inline-block;
	margin-left: 12px;
	line-height: 1.4;
	font-size: 16px;
}

.signUp p:nth-of-type(2) {
	display: inline-block;

	vertical-align: top;

}

.signUp .parentSpan2 {
	margin-left: 50px;
	line-height: 1.4;
	font-size: 16px;
}

.signUp h2:nth-of-type(2){
	display: inline-block;
	margin-top: 30px;
}

.signUp p:nth-of-type(3){
	display: inline-block;
	margin-left: 17px;
	font-size: 16px;
}

#studentRadio {
	display: inline-block;
	margin-left: 10px;
}

#studentRadio input{
	margin-left: 10px;
}

#studentRadio label{
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	color: #0057a2;
	font-weight: 500;
	font-size: 16px;
	margin-left: 2px;
}

.privacyDesktop {
	margin-top: 35px;
	width: 195px;
	background : -moz-linear-gradient(48.27% 42.08% -84.19deg,rgba(26, 187, 226, 1) 0%,rgba(22, 172, 216, 1) 20.84%,rgba(12, 132, 191, 1) 60.95%,rgba(0, 87, 162, 1) 100%);
  background : -webkit-linear-gradient(-84.19deg, rgba(26, 187, 226, 1) 0%, rgba(22, 172, 216, 1) 20.84%, rgba(12, 132, 191, 1) 60.95%, rgba(0, 87, 162, 1) 100%);
  background : -webkit-gradient(linear,48.27% 42.08% ,69.58% 139.34% ,color-stop(0,rgba(26, 187, 226, 1) ),color-stop(0.2084,rgba(22, 172, 216, 1) ),color-stop(0.6095,rgba(12, 132, 191, 1) ),color-stop(1,rgba(0, 87, 162, 1) ));
  background : -o-linear-gradient(-84.19deg, rgba(26, 187, 226, 1) 0%, rgba(22, 172, 216, 1) 20.84%, rgba(12, 132, 191, 1) 60.95%, rgba(0, 87, 162, 1) 100%);
  background : -ms-linear-gradient(-84.19deg, rgba(26, 187, 226, 1) 0%, rgba(22, 172, 216, 1) 20.84%, rgba(12, 132, 191, 1) 60.95%, rgba(0, 87, 162, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ABBE2', endColorstr='#0057A2' ,GradientType=0)";
  background : linear-gradient(174.19deg, rgba(26, 187, 226, 1) 0%, rgba(22, 172, 216, 1) 20.84%, rgba(12, 132, 191, 1) 60.95%, rgba(0, 87, 162, 1) 100%);
  border-radius : 3px;
  -moz-border-radius : 3px;
  -webkit-border-radius : 3px;
}

.privacyDesktop h2{
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	width: 80%;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	color: white;
	letter-spacing: 2px;
	border-bottom: 1px solid white;
	margin: 0 auto;
}

.privacyDesktop p{
	font-family: "aaux-next" , Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: white;
	line-height: 1.5;
	width: 154px;
	margin: 0 auto;
	margin-top: 15px;
}

.privacyDesktop img {
	width: 65px;
	float: right;
	margin-right: 30px;
	margin-bottom: 10px;
	top: -10px;
	position: relative;
}

.programInfo {
	max-width: 680px;
	margin: 0 auto;
}

.programInfo.blueBanner {
	margin-top: 20px;
	border-radius : 3px;
	padding-top: 35px;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	box-shadow : 0px 6.93px 10px rgba(0, 0, 0, 0.2);
	position: relative;
}

.pointGiveaway.blueBanner {
	border-radius : 3px;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	box-shadow : 0px 6.93px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	padding-bottom: 0px;
	position: relative;
}

.pointGiveaway p {
	line-height: 2;
	margin-right: 20px;
	margin-left: 25px;
}

.pointGiveaway .outerBlueBanner {
	margin-left: 25px;
}

#additionalEmailHeader {
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
}

.programInfo h1 {
	margin-bottom: 20px;
}

.programInfo p {
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 20px;
}

.programInfo p:nth-of-type(3) {
    margin-bottom: 35px;
}

.programInfo.blueBanner h2{
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	position: absolute;
	right: 30px;
	z-index: 5000;
	color: white;
	font-weight: 500;
	margin-top: -24px;

}

.pointGiveaway h1 {
	font-size: 36px;
	margin-bottom: 30px;
}

.pointGiveaway.blueBanner h2{
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	position: relative;
	font-weight: 500;
	z-index: 5000;
	color: white;
	margin-bottom: -12px;
	font-size: 19px;
}

.pointGiveaway #prizeBlock {
	margin-top: -20px;
	margin-left: -20px;
}

.pointGiveaway .blueBanner:nth-of-type(3) {
    margin-bottom: 15px;
}

section.social {
	padding-bottom: 40px;
}

.socialcontainer {
    width:100%;
    height: auto;
    margin:10 auto;
    padding:0;
    border: black 2px;
}

.confirmation .prizeCode p {
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	font-size: 23px;
	margin-left: 50px;
	margin-right: 10px;
	line-height: 1.6;
	font-weight: 800;
}

.prizeCode {
	margin-bottom: 40px;
}

.confirmation #prizeBlock img {
	width: 520px;
	margin-left: 12px;
}

.confirmation #prizeBlock {
	margin-top: -35px;
	position: relative;
	z-index: 600;
}

#prizeCode {
	border-radius: 12px;
	border: 1px solid #0057a2;
	width: 245px;
	margin: 0 auto;
	height: 57px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#prizeCode h2 {
	width: 207px;
	background: white;
	height: 30px;
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
	position: relative;
	top: -6px;
}

#prizeCode p {
	text-align: center;
	margin: 0 auto;
	font-size: 27px;
	color: #ea5311;
	margin-top: -18px;
	position: relative;
}

.studentContainer {
	position: relative;
}

.studentPosition {
	height: 470px;
	background: url(/_img/Mount_Desktop2.svg) ;
	background-repeat: no-repeat;
	background-position: right;
	margin: 0 auto;
	position: relative;
}

.studentCircle {
	background : -moz-linear-gradient(50% 0% -90deg,rgba(255, 153, 0, 1) 0%,rgba(250, 145, 10, 1) 42.31%,rgba(241, 128, 32, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(255, 153, 0, 1) 0%, rgba(250, 145, 10, 1) 42.31%, rgba(241, 128, 32, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(255, 153, 0, 1) ),color-stop(0.4231,rgba(250, 145, 10, 1) ),color-stop(1,rgba(241, 128, 32, 1) ));
  background : -o-linear-gradient(-90deg, rgba(255, 153, 0, 1) 0%, rgba(250, 145, 10, 1) 42.31%, rgba(241, 128, 32, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(255, 153, 0, 1) 0%, rgba(250, 145, 10, 1) 42.31%, rgba(241, 128, 32, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9900', endColorstr='#F18020' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(255, 153, 0, 1) 0%, rgba(250, 145, 10, 1) 42.31%, rgba(241, 128, 32, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9900',endColorstr='#F18020' , GradientType=0);

	border-radius: 50%;
	height: 174px;
	width: 174px;
	box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.31);
	position: relative;
	right: 0px;
	top: -3px;
	z-index: 500;
}

#my-elementDesktop {
	width: 120px;
	height: 63px;
	padding-bottom: 0px;
	padding-top: 10px;
	margin: 0 auto;
}

span#studentName {
	font-family: "aaux-next", Helvetica, Arial, sans-serif;

	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.studentCircle {
	color: white;
	text-align: center;
}

.studentCircle p {
	font-size: 18px;
	width: 150px;
	margin: 0 auto;
	margin-top: 0px;
}

#prizePageLink {
	width: 280px;
	color: #f98836;
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	margin-top: -14px;
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	margin-left: 130px;
	font-weight: 500;
}

#prizePageLink a{
	color: #f98836;
}

.social h2 {
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	font-size: 23px;
	margin-left: 70px;
	margin-right: 70px;
	margin-top: 30px;
	line-height: 1.5;
}

.social h3 {
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	font-size: 40px;
	margin-left: 70px;
	margin-right: 70px;
	margin-top: 30px;
	line-height: 1.5;
	color: #ea5311;
	text-align: center;
}

.socialcontainer {
    width: 100%;
    height: auto;
    padding:0;
    border:1px solid black;
}

.social img {
	width: 80px;
}

.facebook {
	margin-left: 518px;
	margin-top: -20px;
}

.twitter {
	margin-left: 80px;
	margin-top: 30px;
}

.moreStudents h2 {
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	font-size: 23px;
	margin-left: 70px;
	margin-right: 70px;
	margin-top: 20px;
	margin-bottom: 60px;
	line-height: 1.5;
}

.moreStudents a{
	color: #f98836;
}

#additionalStudentNotice {
	font-size: 18px;
	color: #f98836;
	margin-left: 8px;
	margin-bottom: 15px;
}

#socialcontainer {
    width: 100%;
    height: auto;
    margin:10 auto;
    padding:0;
    border: black 2px;
}

.styledSelect select{
	width: 280px;
	padding-left: 8px;
	font-size: 16px;
	line-height: 1;
	background: url("/_img/arrows.png") no-repeat right white;
	background-size: 30px 30px;
	border-radius: 4;
	height: 30px;
	border: 1px solid #0057a2;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

.teacherName input{
	width: 164px;
	display: inline;
}

.teacherTitle {
	width: 80px;
	display: inline;
	margin-right: 10px;
}

.grade select {
	width: 258px;
}

.teacherTitle select{
	width: 80px;
	display: inline;
}

.pickSchool h2 {
	text-align: center;
	margin-left: 0px;
	margin-bottom: 20px;
	font-size: 30px;
}

.schoolList:nth-of-type(odd) {
	background: #CDEFF8;
}

.schoolList p:nth-of-type(1) {
	margin-left: 5%;
}

.schoolList {
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 12px;
}

.schoolList input {
	height: 30px;
	margin-top: 5px;
}

.nonParticipating {
	max-width: 500px;
	margin-top: 80px;
	padding-bottom: 350px;
}

.nonParticipating p {
	line-height: 2;
	font-weight: 600;
}

/* End Page Styles */

/* Pop-Up Styles */

.prizePage {
	max-width: 700px;
}

#leadPrizes h1{
	margin: 0px;
	font-size: 28px;
	text-align: center;
	margin-top: 20px;
	color: #f38018;
}

.prizeBlock {
	width: 200px;
	height: 200px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.prizeBlock h3 {
	font-size: 18px;
	margin-top: 10px;
	color: #f38018;
}

.prizeBlock img {
	height: 180px;
	margin: 0 auto;
}

#prizeThermometer {
	margin-top: 20px;
	position: relative ;
}

#prizeThermometer img{
	width: 450px;
}

#prizeGrid {
	margin-top: 20px;
	margin-bottom: 60px;
}

.prizeDescription {
	max-width: 650px;
	width: 90%;
	margin: 0 auto;
}

#leadInfo {
	margin-bottom: 40px;
	max-width: 500px;
}

#leadInfo h1{
	margin: 0px;
	font-size: 28px;
	text-align: center;
	margin-top: 40px;
	color: #f38018;
}

#leadInfo h3{
	margin: 0px;
	font-size: 22px;
	margin-top: 40px;
	color: #f38018;
}

.aboutPage {
	max-width: 500px;
}

#leadAbout {
	margin-bottom: 40px;
}

#leadAbout h1{
	margin: 0px;
	font-size: 28px;
	text-align: center;
	margin-top: 40px;
	color: #f38018;
}

.rulesPage {
	max-width: 650px;
}

#leadRules {
	margin-bottom: 40px;
}

#leadRules h1{
	margin: 0px;
	font-size: 28px;
	text-align: center;
	margin-top: 40px;
	color: #f38018;
	margin-bottom: 20px;
}

#leadRules p {
	font-size: 18px;
}

.contactPage {
	max-width: 400px;
}

#leadContact {
	text-align: center;

}

#leadContact h1{
	margin: 0px;
	font-size: 28px;
	text-align: center;
	margin-top: 40px;
	color: #f38018;
}

#leadContact p{
	margin-bottom: 0px;
	margin-top: 0px;
}

/* End Pop-Up Styles */


/* Header & Footer Breakpoints */

@media (min-width: 960px) {

.testContainer {
	background: red;
}

.headerContainer {
	background-size: 1004px, 100% 106px;
	padding-bottom: 70px;
	padding-top: 25px;
}

.footerContainer {
	background-size: 1004px, 100% 176px;
	height: 220px;
}

.headerContent {
	width: 850px;
}

.footerContent {
	width: 550px;
	line-height: 2;
	padding-top: 90px;
}

.headerBox { padding-top: 20px; }

.footerBox { margin-bottom: 20px; }

.logo { width: 310px; margin-left: 22%; }

.logIn {
	font-size: 15px;
	margin-left: 90px;
	margin-top: 20px;
}

}

@media (min-width: 860px) and (max-width: 959px) {

.testContainer {
	background: orange;
}

.headerContainer {
	background-size: 964px, 100% 100px;
	padding-bottom: 65px;
	padding-top: 20px;
}

.footerContainer {
	background-size: 964px, 100% 176px;
	height: 220px;
}

.headerContent {
	width: 700px;
}

.footerContent {
	width: 480px;
	line-height: 2;
	padding-top: 80px;
}

.headerBox { padding-top: 20px; }

.footerBox { margin-bottom: 20px; }

.logo { width: 300px; margin-left: 17%; }

.logIn {
	font-size: 15px;
	margin-left: 18px;
	margin-top: 20px;
}

}

@media (min-width: 760px) and (max-width: 859px) {

.testContainer {
	background: yellow;
}

.headerContainer {
	background-size: 864px, 100% 98px;
	padding-bottom: 60px;
	padding-top: 20px;
}

.footerContainer {
	background-size: 864px, 100% 162px;
	height: 200px;
}

.headerContent {
	width: 700px;
}

.footerContent {
	width: 480px;
	line-height: 2;
	padding-top: 80px;
}

.headerBox { padding-top: 15px; }

.footerBox { margin-bottom: 15px; }

.logo { width: 300px; margin-left: 16%; }

.logIn {
	font-size: 15px;
	margin-left: 18px;
	margin-top: 20px;
}

}

@media (min-width: 740px) and (max-width: 759px) {

.testContainer {
	background: green;
}

.headerContainer {
	background-size: 764px, 100% 100px;
	padding-bottom: 55px;
	padding-top: 20px;
}

.footerContainer {
	background-size: 764px, 100% 164px;
	height: 200px;
}

.headerContent {
	width: 700px;
}

.footerContent {
	width: 480px;
	line-height: 2;
	padding-top: 80px;
}

.headerBox { padding-top: 15px; }

.footerBox { margin-bottom: 15px; }

.logo { width: 300px; margin-left: 17%; }

.logIn {
	font-size: 15px;
	margin-left: 12px;
	margin-top: 20px;
}

}

@media (min-width: 660px) and (max-width: 739px) {

.testContainer {
	background: aqua;
}

.headerContainer {
	background-size: 745px, 100% 88px;
	padding-bottom: 50px;
	padding-top: 15px;
}

.footerContainer {
	background-size: 745px, 100% 164px;
	height: 200px;
}

.headerContent {
	width: 520px;
}

.footerContent {
	width: 380px;
	line-height: 2;
	padding-top: 80px;
}

.headerBox { padding-top: 15px; }

.footerBox { margin-bottom: 15px; }

.logo { width: 290px; margin-left: 10%; }

.logInRemove {display: none; }

.logIn a {
	font-size: 16px;
	margin-left: 40px;
	vertical-align: top;
	position: relative;
	top: 10px;
}

}

@media (min-width: 590px) and (max-width: 659px) {

.testContainer {
	background: blue;
}

.headerContainer {
	background-size: 665px, 100% 86px;
	padding-bottom: 45px;
	padding-top:15px;
}

.footerContainer {
	background-size: 665px, 100% 160px;
	height: 190px;
}

.headerContent {
	width: 520px;
}

.footerContent {
	padding-top: 60px;
	width: 380px;
	line-height: 2;
}

.headerBox { padding-top: 15px; }

.footerBox { margin-bottom: 15px; }

.logo { width: 290px; margin-left: 6%; }

.logInRemove {display: none; }

.logIn a {
	font-size: 16px;
	margin-left: 40px;
	vertical-align: top;
	position: relative;
	top: 10px;
}

}

@media (min-width: 560px) and (max-width: 589px) {

.testContainer {
	background: purple;
}

.headerContainer {
	background-size: 595px, 100% 72px;
	padding-bottom: 42px;
	padding-top: 13px;
}

.footerContainer {
	background-size: 595px, 100% 154px;
	height: 180px;
}


.headerContent { width: 485px; }

.footerContent {
	padding-top: 60px;
	width: 280px;
	line-height: 2;
}

.headerBox { padding-top: 10px; }

.footerBox { margin-bottom: 10px; }

.logo { 
      width: 230px; 
      margin-left: 50px; 
      margin-right: 10px;  
}

.logInRemove {display: none; }

.logIn a {
	font-size: 14px;
	margin-left: 0px;
	vertical-align: top;
	position: relative;
	top: 5px;
}

.footerContent a {
	font-size: 16px;
}

}

@media (min-width: 460px) and (max-width: 559px) {

.testContainer {
	background: pink;
}

.headerContainer {
	background-size: 565px, 100% 70px;
	padding-bottom: 40px;
	padding-top: 12px;
}

.footerContainer {
	background-size: 565px, 100% 134px;
	height: 160px;
}

.headerContent { width: 415px; }

.footerContent {
	padding-top: 50px;
	width: 280px;
	line-height: 2;
}

.headerBox { padding-top: 10px; }

.footerBox { margin-bottom: 10px; }


.logo { 
       width: 220px; 
       margin-left: 20px; 
       margin-right: 10px;  
}

.logInRemove {display: none; }

.logIn a {
	font-size: 14px;
	margin-left: 0px;
	vertical-align: top;
	position: relative;
	top: 5px;
}

.footerContent a {
	font-size: 16px;
}

}

@media (min-width: 400px) and (max-width: 459px) {

.testContainer {
	background: black;
}

.headerContainer {
	background-size: 465px, 100% 72px;
	padding-bottom: 34px;
	padding-top: 12px;
}

.footerContainer {
	background-size: 465px, 100% 130px;
	height: 150px;
}


.headerContent { width: 366px; }

.footerContent {
	padding-top: 45px;
	width: 280px;
	line-height: 2;
}

.headerBox { padding-top: 10px; }

.footerBox { margin-bottom: 10px; }


.logo { 
        width: 220px;
        margin-left: 0px; 
        margin-right: 10px;  
        margin-bottom: 4px;  
}

.logInRemove {display: none; }

.logIn a {
	font-size: 14px;
	margin-left: 0px;
	vertical-align: top;
	position: relative;
	top: 5px;
}

.footerContent a {
	font-size: 16px;
}

}

@media (min-width: 360px) and (max-width: 399px) {

.testContainer {
	background: springgreen;
}

.headerContainer {
	background-size: 404px, 100% 52px;
	padding-bottom: 24px;
	padding-top: 10px;
}

.footerContainer {
	background-size: 404px, 100% 132px;
	height: 150px;
}

.headerContent { width: 330px;}

.footerContent {
	padding-top: 45px;
	width: 280px;
	line-height: 2;
}

.headerBox { padding-top: 5px; }

.footerBox { margin-bottom: 5px; }


.logo { 
        width: 160px; 
        margin-left: 12px; 
        margin-right: 10px;
        margin-bottom: 4px; 
}

.logInRemove { display: none; }

.logIn a {
	font-size: 12px;
	margin-left: 0px;
	vertical-align: top;
	position: relative;
	top: -2px;
}

.footerContent a {
	font-size: 16px;
}

}

@media (min-width: 321px) and (max-width: 359px) {

.testContainer {
	background: violet;
}

.headerContainer {
	background-size: 364px, 100% 52px;
	padding-bottom: 22px;
	padding-top: 10px;
}

.footerContainer {
	background-size: 364px, 100% 114px;
	height: 130px;

}

.headerContent { width: 315px;}

.footerContent {
	padding-top: 35px;
	width: 280px;
	line-height: 2;
}

.headerBox { padding-top: 5px; }

.footerBox { margin-bottom:5px; }

.logo {
        width: 160px; 
        margin-left: 5px;
        margin-right: 10px;
        margin-bottom: 4px;
}

.logInRemove { display: none; }

.logIn a {
	font-size: 12px;
	margin-left: 0px;
	vertical-align: top;
	position: relative;
	top: -2px;
}

.footerContent a {
	font-size: 16px;
}

}

@media (max-width: 320px) {

.testContainer {
	background: navy;
}

.header {
	margin-left: 0px;
	width: 100%;
}

.footer {
	margin-left: 0px;
	width: 100%;
}

.mainContainer {
	width: 100%;

}

.headerContainer {
	background-size: 364px, 100% 50px;
	padding-bottom: 22px;
	padding-top: 10px;
}

.footerContainer {
	background-size: 364px, 100% 114px;
	height: 130px;
}

.headerContent { width: 305px;}

.footerContent {
	padding-top: 35px;
	width: 280px;
	line-height: 2;
}

.logo { width: 160px; margin-left: 0px; margin-right: 10px;  }

.logInRemove {display: none; }

.logIn a {
	font-size: 12px;
	margin-left: -10px;
	vertical-align: top;
	position: relative;
	top: -2px;
}

.footerContent a {
	font-size: 16px;
}

}

/* End Header & Footer Breakpoints */

/* Container Breakpoints */

@media (min-width: 960px) {

.contentContainer { width: 850px; }

.mainContainer {
	margin-top: -4em;
	padding-top: 4em;

}

}

@media (min-width: 680px) and (max-width: 959px){

.contentContainer { width: 630px; }

.mainContainer {
	margin-top: -3.5em;
	padding-top: 3em;
}

}

@media (min-width: 440px) and (max-width: 679px) {

.contentContainer { width: 400px; }

.mainContainer {
	margin-top: -3.5em;
	padding-top: 3em;
}

.emailEntryPage {
	padding-bottom: 1em;
}

.form {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.form input {
	width: 320px;
	height: 30px;
	margin-top: 10px;
	margin: 0 auto;
}

.form label {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	color: #0057a2;
	margin-left: 8px;
	margin-bottom: 5px;
}

.form .info {
	margin-left: 0px;
}

#pageMarkers {
	display: none;
}

}

@media (min-width: 350px) and (max-width: 439px) {

.contentContainer { width: 300px; }

.mainContainer {
	margin-top: -2em;
	padding-top: 2em;
}

.emailEntryPage {
	padding-bottom: 1em;
}

.p40 {
	width: 100%;
}
.p45 {
	width: 100%;
}

#pageMarkers {
	display: none;
}

}

@media (max-width: 349px) {

.contentContainer { width: 284px; }

.mainContainer {
	margin-top: -1.5em;
	padding-top: 1.5em;
}

.emailEntryPage {
	padding-bottom: 1em;
}

.p45 {
	width: 100%;
}

#pageMarkers {
	display: none;
}

}

/* End Container Breakpoints */

/* Landing Breakpoints */

@media (min-width: 960px) {

#leadMobile { display: none; }

.blueBannerSmall { display: none; }

.landingLead {
	margin-top: 25px;
}


#prizeBlock { margin-bottom: 20px; }

.about {
	margin-top: 30px;
}

.about p {
	font-size: 19px;
	margin-right: 42px;
}
#goldenTicket img {
	margin-top: 50px;
}
.bullets {
	margin-top: 0px;
	margin-bottom: 40px;
}
.error-message li, .error-message-es li {

	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 20px;
}

.error-message ul, .error-message-es ul {
	margin-left: 44px;
}

.more #goldenTicketBlock {
	display: inline-block;
	float: right;
	margin-top: -70px;
	margin-left: 45px;
}

.emailTest .redtextlarge {
	margin-left: 50px;
}

}

@media (min-width: 680px) and (max-width: 959px) {

#leadMobile {
	display: none;
}

.blueBannerSmall {
	display: none;
}

.landingLead {
	margin-top: 25px;
}

.landingLead h1 {
	font-size: 24px;
	margin-left: 0px;
	margin-top: 6px;
}

.landingLead ul {
	margin-left: 12px;
	margin-top: 6px;
}

.landingLead li {
	font-size: 14px;
	margin-bottom: 7px;
	line-height: 1.3;
}

#videoBlockDesktop {
	width: 335px;
	height: 193px;
	margin-left: 10px;
	margin-top: 15px;
}

.blueBannerBig {
	padding-top: 25px;
	margin-top: 20px;
	margin-bottom: 0px;
	background-size: 920px;
	height: 260px;
}

.blueBannerBig .p50 {
	width: 55%;
}

.blueBannerNo {
	padding-top: 25px;
	padding-bottom: 90px;
}

.signIn h2 {
	font-size: 2em;
}

.signIn p {
	margin-top: 10px;
	font-size: 19px;
	line-height: 1.6;
	margin: 10px 40px;
}

p.noIDLookUp {

}

#goldenTicketBlockMobile {
	display: none;
}
#goldenTicket img {
	width: 160px;
	margin-left: 6px;
	margin-top: 30px;
}

.lookUpForm input {

	margin-left: 168px;

}

#submitButton, #submitButton2{

	margin-left: 168px;
	margin-top: 20px;


}

.about {
	margin-bottom: 15px;
	margin-top: 12px;
}
.p75.about {
	width: 70%;
}
.about h1 {
	font-size: 24px;
	margin-left: 16px;
	margin-top: 6px;
	margin-top: 0px;
}

.about p {
	font-size: 16px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 20px;
	line-height: 1.8;
}

#prizeBlock img {
	width: 320px;
	margin-left: -10px;

}

#prizeBlock {
	margin-bottom: 20px;
	margin-top: 30px;
}

.bullets {
	margin-top: 0px;
	margin-bottom: 20px;
}

.bullet {
	margin-bottom: 20px;
}

.bulletTwo {
	margin-left: 18px;
}
.bulletOne {
	padding-top: 10px;
}
.bullets h2 {
	font-size: 20px;

}
.bulletText {
	margin-top: 30px;
	margin-left: 30px;
	width: 60%;
}
.bullets p {
	display: none;
	font-size: 12px;

	margin-top: 2px;
}

.bullet img {
	width: 70px;
	margin-top: 20px;
}

#sideHeader {
	display: none;
}

#prizeBlockMobile {
	display: none;
}
#prizeBlockMobileLeft {display: none;}

.error-message li, .error-message-es li {

	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 20px;
}
.error-message ul, .error-message-es ul {
	margin-left: 0px;

}

.more #goldenTicketBlock {
	display: inline-block;
	float: right;
	margin-top: -45px;
	margin-left: 0px;
	margin-right: 30px;
}



}

@media (min-width: 440px) and (max-width: 679px) {

#leadDesktop { display: none; }

.blueBannerBig {
	margin-top: -15px;
	background: url(/_img/Blue_Wave_660.svg);
	background-size: 976px;
	height: 358px;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

.blueBannerBigEmail {
	margin-top: -15px;
	background: url(/_img/Blue_Wave_660.svg);
	background-size: 800px;
	height: 358px;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

.blueBannerBig h2 {
	font-size: 24px;
	line-height: 1.3;
	margin-top: 20px;
	font-weight: 700;
	margin-left: 20px;
}
.blueBannerBig .p50 {
	width: 100%;
}
.blueBannerBig .p40 {
	width: 100%;
}
.blueBannerSmall {
	margin-top: -15px;
	background: url(/_img/Blue_Wave_660.svg);
	background-size: 976px;
	height: 358px;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.blueBannerSmall h2 {
	font-size: 24px;
	line-height: 1.3;
	margin-top: 20px;
	font-weight: 700;
	margin-left: 20px;
}

.blueBannerNo {
	padding-top: 25px;
	padding-bottom: 90px;
}

.signIn h2 {
	font-size: 2em;
}

.signIn p {
	font-size: 18px;
	margin: 10px 0px;
}

.landingLead h1 {
	font-size: 24px;
	margin-left: 0px;
	margin-top: 0px;
}

#leadMobile .p80 p {
	font-size: 17px;
	line-height: 1.6;
	margin-top: 5px;
}

#videoBlockMobile {
	width: 65px;
	margin-top: 10px;
	margin-left: 12px;
}

#infoBlockMobile {
	position: relative;
	width: 65px;
	margin-top: 10px;
	margin-left: 12px;
}

#videoBlockMobile p {
	font-size: 19px;
	margin-top: 4px;
	letter-spacing: 2px;
}

#infoBlockMobile p {
	font-size: 19px;
	margin-top: 4px;
	margin-top: 35px;

}

#goldenTicketMobile img {
	width: 160px;
	margin-left: 46px;
	margin-top: 20px;
}


#goldenTicketBlockMobile {

	margin-bottom: 30px;
}

#goldenTicketBlock {
	display: none;
}
#goldenTicketBlockMobile h2{
	margin-left: 80px;
	font-size: 26px;
	text-align: center;
	margin-top: 35px;
}

.lookUpForm input {
	width: 290px;
	height: 50px;
	margin-left: 0px;
	margin-top: 35px;
}

#submitButton {
	height: 50px;
	width: 290px;
	margin-left: 0px;
	margin-top: 20px;
	font-size: 18px;
}
.lookUpForm input {
	margin-left: 55px;
	margin-top: 20px;
}
#submitButton, #submitButton2 {
	margin-left: 55px;
	margin-top: 15px;
}
p.noIDLookUp {
	font-size: 17px;
	text-align: center;
	margin-top: 20px;

}


.about {
	display: none;
}

.landing .p45 {

	width: 100%;
}

.landing .p55 {

	width: 60%;
}

#sideHeader {
	position: absolute;
	left: 0;
	background: #08afda;
	border-radius : 195px;
	-moz-border-radius : 195px;
	-webkit-border-radius : 0px 195px 195px 0px;
	height: 290px;
	width: 140px;
	margin-top: 80px;
}

#sideHeader h2 {
	color: white;
	text-align: center;
	padding-top: 34px;
	margin-left: 16px;
	margin-right: 10px;
	font-size: 24px;
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	font-weight: 500;
}

#sideHeader span {
	color: white;
	font-size: 34px;
	font-weight: 800;
}

.bullet img {
	width: 92px;
	margin-left: 0px;
}

.bullets {
	margin-top: 5px;
	margin-bottom: 30px;
}

.bullet {
	margin-bottom: 42px;
	margin-left: 0px;
}
.bulletText {
	width: 70%;
	margin-left: 28px;
	margin-top: 5px;
}

.bullets h2 {
	font-size: 20px;
	text-align: center;
	margin-left: 0px;

	line-height: 1.3;
}

#prizeBlock img {
	width: 380px;
	margin-left: 0px;
	margin-top: 0px;
}
#prizeBlockMobileLeft img {
	width: 200px;
}
#prizeBlock {
	margin-top: 10px;
	padding-bottom: 40px;
}

.error-message li, .error-message-es li {

	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 16px;
}

.error-message ul, .error-message-es ul {
	margin-left: 0px;

}

.less .contentBottom {
	display: none;
}


.less ul {
	margin-right: 0px;
}

.less li {
	font-size: 16px;
}

.more #videoBlockMobile {
	float: right;
	margin-top: -30px;
	width: 65px;
	margin-left: 10px;
	margin-right: 20px;
}

.more #videoBlockMobile p {
	font-size: 18px;
	line-height: 1.2;
	margin-top: 3px;
}

.more #leadMobile .p100 {

}

.more .about {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 15px;
}

.more .about h1 {
	font-size: 24px;
	margin-left: 0px;
	margin-right: 200px;
}

.more .about p {
	margin-left: 0px;
	font-size: 15px;
	margin-top: 5px;
}

.more #goldenTicket img {
	width: 140px;
	margin-left: 0px;
	margin-top: 0px;
}

.more .bullet img{
	margin-top: 0px;
}

.more .bulletText {
	margin-top: 0px;
	margin-bottom: 30px;
}

.more .bulletOne {
	padding-top: 20px;
}

.more .bulletText p {
	display: inline-block;
}

.more #prizeBlock img {
	width: 300px;
	margin-left: 50px;
}

.more #goldenTicketBlock {
	display: inline-block;
	float: right;
	margin-top: -55px;
	width: 105px;
	margin-left: 15px;
	margin-right: 40px;
}

.emailTest .error-message {
	margin-bottom: 20px;
}

.prizeChoose .p50 {
	width: 100%;
}

}

@media (min-width: 350px) and (max-width: 439px) {

#landingLead {
	margin-top: 10px;
	margin-bottom: 25px;
}

#leadDesktop {
	display: none;
}

.landingLead h1 {
	font-size: 20px;
	margin-left: 0px;
}

#leadMobile {
	margin-bottom: 0px;
}

#leadMobile .p80 p {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 3px;
	width: 70%;
}

#leadMobile ul {
	margin-top: 3px;
	line-height: 1.4;
}

#leadMobile li {
	margin-bottom: 5px;
}

#leadMobile .p80 {
	width: 75%;
}

.blueBannerBig {
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(/_img/Blue_Wave_300.svg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	margin-top: -4px;
	background-size: 610px;
	height: 324px;
}

.blueBannerBigEmail {
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(/_img/Blue_Wave_300.svg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	margin-top: -4px;
	background-size: 520px;
	height: 324px;
}

.blueBannerBig h2 {
	font-size: 20px;
	line-height: 1.3;
	margin-top: 20px;
	font-weight: 600;
	margin-left: 20px;
}

.blueBannerBig .p50 {
	width: 100%;
}

.blueBannerBig .p40 {
	width: 100%;
}

.blueBannerSmall {
	margin-top: -4px;
	background-size: 610px;
	height: 324px;
}

.blueBannerSmall h2 {
	font-size: 20px;
	line-height: 1.3;
	margin-top: 20px;
	font-weight: 600;
	margin-left: 20px;
}

#goldenTicketBlock {
	display: none;
}

p.noIDLookUp {

}

.lookUpForm input {
	width: 190px;
	height: 40px;
	margin-left: 0px;
	margin-top: 32px;
}

#videoBlockMobile {
	margin-top: 2px;
	width: 70px;
	margin-left: 5px;
}

#videoBlockMobile p {
	font-size: 20px;
	line-height: 1.4;
	margin-top: 5px;
}

#infoBlockMobile {
	margin-top: 30px;
}

#leadMobile li {
	font-size: 14px;
}

#submitButton, #submitButton2{
	height: 38px;
	width: 245px;
	margin-left: 0px;
	margin-top: 20px;
	font-size: 18px;

}

.lookUpForm input {
	width: 245px;
	height: 38px;
	margin-top: 35px;
}

.blueBannerNo {
	padding-top: 5px;
	padding-bottom: 40px;
}

.signIn h2 {
	font-size: 1.6em;
}

.signIn p {
	font-size: 16px;
	margin: 10px 0px;
}

.lookUpForm input {
	margin-left: 30px;
	margin-top: 20px;
}

#submitButton, #submitButton2 {
	margin-left: 30px;
	margin-top: 15px;
}

p.noIDLookUp {
	font-size: 15px;
	margin-top: 15px;
}

.lookUpForm input {
	font-size: 18px;
}

::-webkit-input-placeholder {
	padding-left: 0px;
	font-size: 18px;
	top: 0px;
}

:-moz-placeholder {
	padding-left: 0px;
	font-size: 18px;
	top: 0px;
}

::-moz-placeholder {
	padding-left: 0px;
	font-size: 18px;
	top: 0px;
}

:-ms-input-placeholder {
	padding-left: 0px;
	font-size: 18px;
	top: 0px;
}

.about  {
	display: none;
}

.bulletText p {
	display: none;
}

.landing .p45 {
	width: 100%;
}

.landing .p55 {	width: 60%; }

#sideHeader {
	position: absolute;
	left: 0;
	background: #08afda;
	border-radius : 195px;
	-moz-border-radius : 195px;
	-webkit-border-radius : 0px 195px 195px 0px;
	height: 240px;
	width: 120px;
	margin-top: 44px;
	margin-left: -10px;
}

#sideHeader h2 {
	color: white;
	text-align: center;
	padding-top: 30px;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 20px;
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	font-weight: 500;
}

#sideHeader span {
	color: white;
	font-size: 28px;
	font-weight: 800;
}

#goldenTicketBlockMobile {

	margin-bottom: 30px;
}

#goldenTicketBlock {
	display: none;
}

#goldenTicketMobile img {
	width: 130px;
	margin-left: 36px;
	margin-top: 10px;
}

#goldenTicketBlockMobile h2{
	margin-left: 80px;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}

.bulletText p {
	display: none;
}

.bullet img {
	width: 78px;
	margin-left: 0px;
}

.bullets {
	margin-top: 10px;
	margin-bottom: 30px;
}

.bullet {
	margin-bottom: 32px;
	margin-left: 0px;
}

.bulletText {
	width: 70%;
	margin-left: 28px;
	margin-top: 15px;
}

.bullets h2 {
	font-size: 18px;
	text-align: center;
	margin-left: 0px;

	line-height: 1.3;
}

#prizeBlock img {
	width: 300px;
	margin-left: 0px;
	margin-top: 0px;
}

#prizeBlock {
	margin-top: 10px;
	padding-bottom: 20px;
}

#prizeBlock {

}

.error-message li, .error-message-es li {
	margin-top: 45px;
	font-size: 16px;
	margin-bottom: -10px;
}

.error-message ul, .error-message-es ul {
	margin-left: 0px;

}

.less h1 {
	font-size: 24px;
}

.less .contentBottom {
	display: none;
}

.less ul {
	margin-right: 0px;
}

.less #leadMobile ul {
	margin-top: 8px;
}

.less #leadMobile li {
	font-size: 16px;
	margin-bottom: 6px;
}

.more #videoBlockMobile {
	float: right;
	margin-top: -30px;
	width: 65px;
	margin-left: 15px;
}

.more #videoBlockMobile p {
	font-size: 18px;
	line-height: 1.2;
	margin-top: 3px;
}

.more #leadMobile .p100 {

}

.more .about {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.more .about h1 {
	font-size: 20px;
	margin-left: 0px;
	margin-right: 120px;
}

.more .about p {
	font-size: 20px;
	margin-left: 0px;
	font-size: 14px;
}

.more #goldenTicket img {
	width: 100px;
	margin-left: 0px;
	margin-top: 0px;
}

.more .bullet img{
	margin-top: 20px;
}

.more .bulletText {
	margin-top: 0px;
	margin-bottom: 30px;
}

.more .bulletOne {
	padding-top: 20px;
}

.more .bulletText p {
	display: inline-block;
}

.more #goldenTicketBlock {
	display: inline-block;
	float: right;
	margin-top: -50px;
	width: 95px;
	margin-left: 15px;
	margin-right: 10px;
}

.more #goldenTicketBlock img {
	width: 120px;
}

.more #prizeBlock img {
	width: 260px;
	margin-left: 20px;

}

.emailTest .error-message {
	margin-bottom: 20px;
}

.prizeChoose .p50 {
	width: 100%;
}

}

@media (max-width: 349px) {


#landingLead {
	margin-top: 10px;
	margin-bottom: 10px;
}

#leadDesktop {
	display: none;
}

.landingLead h1 {
	font-size: 20px;
	margin-left: 0px;
	letter-spacing: 0;
}
.blueBannerSmall h2 {
	font-size: 20px;
	line-height: 1.3;
	margin-top: 20px;
	font-weight: 600;
	margin-left: 20px;
}

#leadMobile {
	margin-bottom: 10px;
}

#leadMobile .p80 p {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 3px;
	width: 60%;
}
#leadMobile ul {
	margin-top: 3px;
	line-height: 1.4;
}
#leadMobile li {
	margin-bottom: 5px;
}
#leadMobile .p80 {
	width: 80%;
}

.blueBannerBig {
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(/_img/Blue_Wave_300.svg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	margin-top: -4px;
	background-size: 610px;
	height: 324px;
}

.blueBannerBigEmail {
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(/_img/Blue_Wave_300.svg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	margin-top: -4px;
	background-size: 510px;
	height: 284px;
}

.blueBannerBig h2 {
	font-size: 20px;
	line-height: 1.3;
	margin-top: 20px;
	font-weight: 600;
	margin-left: 20px;
}

.blueBannerBig .p50 {
	width: 100%;
}
.blueBannerBig .p40 {
	width: 100%;
}

.blueBannerSmall {
	margin-top: -4px;
	background-size: 610px;
	height: 324px;
}

#goldenTicketBlock {
	display: none;
}

.lookUpForm input {
	width: 190px;
	height: 40px;
	margin-left: 0px;
	margin-top: 32px;
}

#videoBlockMobile {
	margin-top: 12px;
	width: 56px;
	margin-left: -4px;
}
#videoBlockMobile img {
	width: 62px;
}
#videoBlockMobile p {
	font-size: 20px;
	line-height: 1.2;
	margin-top: 5px;
	margin-left: 4px;
	font-weight: 700;
}
#infoBlockMobile {
	margin-top: 30px;
}
#leadMobile li {
	font-size: 13px;
}
#submitButton, #submitButton2{
	height: 38px;
	width: 245px;
	margin-left: 0px;
	margin-top: 20px;
	font-size: 18px;

}
.lookUpForm input {
	width: 245px;
	height: 38px;

	margin-top: 35px;
}

.blueBannerNo {
	padding-top: 0px;
	padding-bottom: 20px;
}

.signIn h2 {
	font-size: 1.4em;
}

.signIn p {
	font-size: 16px;
	margin: 10px 0px;
}
.lookUpForm input {
	margin-left: 18px;
	margin-top: 20px;
	font-size: 18px;
}
#submitButton, #submitButton2 {
	margin-left: 18px;
	margin-top: 15px;
}
p.noIDLookUp {
	font-size: 13px;
	margin-top: 15px;

}




::-webkit-input-placeholder {
	padding-left: 0px;
	font-size: 18px;
	top: 0px;
}

:-moz-placeholder {
	padding-left: 0px;
	font-size: 18px;
	top: 0px;
}

::-moz-placeholder {
	padding-left: 0px;
	font-size: 18px;
	top: 0px;
}

:-ms-input-placeholder {
	padding-left: 0px;
	font-size: 18px;
	top: 0px;
}

.about  {
	display: none;
}

.bulletText p {
	display: none;
}


.landing .p45 {

	width: 100%;
}

.landing .p55 {	width: 60%; }

#sideHeader {
	position: absolute;
	left: 0;
	background: #08afda;
	border-radius : 195px;
	-moz-border-radius : 195px;
	-webkit-border-radius : 0px 195px 195px 0px;
	height: 240px;
	width: 120px;
	margin-top: 44px;
	margin-left: -10px;
}

#sideHeader h2 {
	color: white;
	text-align: center;
	padding-top: 30px;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 20px;
	font-family: "aaux-next", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	font-weight: 500;
}

#sideHeader span {
	color: white;
	font-size: 28px;
	font-weight: 800;
}

#goldenTicketBlockMobile {

	margin-bottom: 30px;
}

#goldenTicketBlock {
	display: none;
}
#goldenTicketMobile img {
	width: 130px;
	margin-left: 36px;
	margin-top: 10px;
}

#goldenTicketBlockMobile h2{
	margin-left: 80px;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}
.bulletText p {
	display: none;
}

.bullet img {
	width: 78px;
	margin-left: 0px;
}

.bullets {
	margin-top: 20px;
	margin-bottom: 35px;
}

.bullet {
	margin-bottom: 22px;
	margin-left: 0px;
}
.bulletText {
	width: 60%;
	margin-left: 35px;
	margin-top: 15px;
}
.bulletOne {
	padding-top: 20px;
}
.bullets h2 {
	font-size: 20px;
	text-align: center;
	margin-left: 0px;

	line-height: 1.3;
}


#prizeBlock img {
	width: 300px;
	margin-left: -10px;
	margin-top: 0px;
}

#prizeBlock {
	margin-top: 10px;
	padding-bottom: 20px;
}
.error-message li, .error-message-es li {

	margin-top: 45px;
	font-size: 14px;
	margin-bottom: -20px;
}

.error-message ul, .error-message-es ul {
	margin-left: 0px;

}

.less .contentBottom {
	display: none;
}

.more #videoBlockMobile {
	float: right;
	margin-top: -30px;
	width: 65px;
	margin-left: 15px;
}

.more #videoBlockMobile p {
	font-size: 18px;
	line-height: 1.2;
	margin-top: 3px;
}

.more #leadMobile .p100 {

}

.more .about {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.more .about h1 {
	font-size: 20px;
	margin-left: 0px;
	margin-right: 120px;
}

.more .about p {
	font-size: 20px;
	margin-left: 0px;
	font-size: 14px;
}

.more #goldenTicket img {
	width: 100px;
	margin-left: 0px;
	margin-top: 0px;
}

.more .bullet img{
	margin-top: 20px;
}

.more .bulletText {
	margin-top: 0px;
	margin-bottom: 30px;
}

.more .bulletOne {
	padding-top: 20px;
}

.more .bulletText p {
	display: inline-block;
}

.more #goldenTicketBlock {
	display: inline-block;
	float: right;
	margin-top: -50px;
	width: 95px;
	margin-left: 15px;
	margin-right: 10px;
}

.more #goldenTicketBlock img {
	width: 120px;
}

.more #prizeBlock img {
	width: 260px;
	margin-left: 20px;

}

.emailTest .error-message {
	margin-bottom: 10px;
}


.prizeChoose .p50 {
	width: 100%;
}

}

/* End Landing Breakpoints */

/* LookUp & LogIn Breakpoints */

@media (min-width: 960px) {

.lookUp {
	max-width: 600px;
	padding-bottom: 290px;
	margin-top: 70px;
}

.noSchool {
	max-width: 600px;
	margin-top: 40px;
}

.idEntry {
	margin-left: 200px;
}

.idEntry input {
	width: 200px;
	height: 35px;
	margin-top: 15px;
}

#expandSearch {
	margin-top: 40px;
	margin-left: 168px;
	margin-bottom: 50px;
}

.accountLogIn input {
	width: 220px;
}
.accountLogIn {
	max-width: 680px;
	padding-bottom: 290px;
	margin-top: 70px;

}

.schoolListLookUp {
	padding-bottom: 100px;
}

.giftCardPic {
	width: 350px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.giftCardPic img {
	width: 100%;
}

.giftCard5Select {
	max-width: 680px;
	padding-bottom: 200px;
	margin: 0 auto;
	margin-top: 30px;

}

.giftCardSelectButtons {
	width: 505px;
	margin: 0 auto;
	margin-top: 60px;
}

.giftCard5Select .button {
	width: 220px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	margin-right: 30px;
}
.giftCard5Select .button a{
	color: white;
	width: 100%;
	text-decoration: none;
	margin: 0 auto;
	font-family:  'Asap', Helvetica, sans-serif;
	font-size: 18px;
	font: 900;
	letter-spacing: 2px;
}

.giftCard5Select a {

	font-style: bold;
}


}

@media (min-width: 680px) and (max-width: 959px) {
.lookUp {
	max-width: 600px;
	padding-bottom: 290px;
	margin-top: 70px;
}

.noSchool {
	max-width: 600px;
	margin-top: 40px;
}

.idEntry {
	margin-left: 200px;
}

.idEntry input {
	width: 200px;
	height: 35px;
	margin-top: 15px;
}

#expandSearch {
	margin-top: 40px;
	margin-left: 168px;
	margin-bottom: 50px;
}

.accountLogIn {
	max-width: 600px;
	padding-bottom: 290px;
	margin-top: 70px;
}


.accountLogIn input {
	width: 200px;
}

.schoolListLookUp {
	padding-bottom: 100px;
}

.giftCardPic {
	width: 350px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.giftCardPic img {
	width: 100%;
}

.giftCard5Select {
	max-width: 680px;
	padding-bottom: 200px;
	margin: 0 auto;
	margin-top: 30px;

}

.giftCardSelectButtons {
	width: 505px;
	margin: 0 auto;
	margin-top: 60px;
}

.giftCard5Select .button {
	width: 220px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	margin-right: 30px;
}
.giftCard5Select .button a{
	color: white;
	width: 100%;
	text-decoration: none;
	margin: 0 auto;
	font-family:  'Asap', Helvetica, sans-serif;
	font-size: 18px;
	font: 900;
	letter-spacing: 2px;
}

.giftCard5Select a {

	font-style: bold;
}


}

@media (min-width: 440px) and (max-width: 679px) {
.lookUp {
	padding-bottom: 120px;
	margin-top: 15px;
}

.noSchool {
	margin-top: 20px;
	width: 300px;
}

.schoolIDEntry {
	margin-bottom: 40px;
}

.accountLogIn {
	padding-bottom: 120px;
	margin-top: 50px;
}


.lookUp .p50 {
	width: 100%;
}

.lookUp p {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 10px;
}

.lookUp input {
	width: 300px;
	margin: 0 auto;
}

.styledSelect select {
	width: 300px;

}

.lookUp .right {
	margin: 0 auto;
	margin-bottom: 20px;
}

#searchButton {
	margin-left: 50px;
	width: 280px;
	height: 45px;
	margin-top: 15px;
}

.accountForm {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.accountLogIn input {
	width: 300px;
}

.accountLogIn .p35 {
	width: 100%;

}

.accountLogIn .p30 {
	width: 100%;
}

#logInButton {
	margin-left: 50px;
	width: 300px;
	height: 45px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.accountLogIn p {
	width: 300px;
	margin: 0 auto;
	margin-top: 15px;
}
.pickSchool h2 {
	margin-top: 20px;
	font-size: 26px;
	margin-bottom: 10px;
}
.schoolList {
	padding-bottom: 22px;
}

.schoolList input {
	width: 50%;
	margin-left: 25%;
	margin-top: 15px;
}

.schoolList .p45 {
	width: 100%;
	text-align: center;

}
.schoolList .p25 {
	width: 100%;
	text-align: center;
}

.schoolList p:nth-of-type(1) {
	margin-left: 0%;
}

.schoolListLookUp {
	padding-bottom: 80px;
}

.idEntry {
	margin-left: 78px;
	width: 50%;
}

.idEntry input {
	width: 200px;
	height: 35px;
	margin-top: 0px;
}

#startButton {
	margin-left: 107px;
}

#expandSearch {
	margin-top: 40px;
	margin-left: 68px;
	margin-bottom: 0px;
}

.giftCardPic {
	width: 350px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.giftCardPic img {
	width: 100%;
}

.giftCard5Select {
	max-width: 680px;
	padding-bottom: 200px;
	margin: 0 auto;
	margin-top: 30px;

}

.giftCardSelectButtons {
	width: 56%;
	margin: 0 auto;
	margin-top: 20px;
}

.giftCard5Select .button {
	width: 220px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	margin-right: 30px;
	margin-top: 10px;
}
.giftCard5Select .button a{
	color: white;
	width: 100%;
	text-decoration: none;
	margin: 0 auto;
	font-family:  'Asap', Helvetica, sans-serif;
	font-size: 18px;
	font: 900;
	letter-spacing: 2px;
}

.giftCard5Select a {

	font-style: bold;
}


}

@media (max-width: 439px) {

.lookUp {
	padding-bottom: 60px;
	margin-top: 15px;
}

.noSchool {
	margin-top: 20px;
	width: 300px;
}

.schoolIDEntry {
	margin-bottom: 40px;
}

.accountLogIn {
	padding-bottom: 60px;
	margin-top: 40px;
}


.lookUp .right {
	margin: 0 auto;
	margin-bottom: 20px;
}

.lookUp .p50 {
	width: 100%;
}

#searchButton {
	width: 280px;
	margin: 0 auto;
	margin-top: 15px;
}


.accountForm {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.accountLogIn input {
	width: 280px;
}

.accountLogIn .p35 {
	width: 100%;

}

.accountLogIn .p30 {
	width: 100%;
}

#logInButton {
	margin-left: 0px;
	width: 280px;
	height: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.accountLogIn p {
	width: 280px;
	margin: 0 auto;
	margin-top: 15px;
}

.pickSchool h2 {
	margin-top: 20px;
	font-size: 26px;
	margin-bottom: 10px;
}

.schoolList {
	padding-bottom: 22px;
}

.schoolList input {
	width: 50%;
	margin-left: 25%;
	margin-top: 15px;
}

.schoolList .p45 {
	width: 100%;
	text-align: center;

}
.schoolList .p25 {
	width: 100%;
	text-align: center;
}

.schoolList p:nth-of-type(1) {
	margin-left: 0%;
}

.schoolListLookUp {
	padding-bottom: 100px;
}

.idEntry {
	margin-left: 48px;
}

.idEntry input {
	width: 200px;
	height: 35px;
	margin-top: 0px;
}

#startButton {
	margin-left: 58px;
}

#expandSearch {
	margin-top: 40px;
	margin-left: 8px;
	margin-bottom: 0px;
}

.giftCardPic {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.giftCardPic img {
	width: 100%;
}

.giftCard5Select {
	max-width: 680px;
	padding-bottom: 200px;
	margin: 0 auto;
	margin-top: 30px;

}

.giftCardSelectButtons {
	width: 79%;
	margin: 0 auto;
	margin-top: 20px;
}

.giftCard5Select .button {
	width: 220px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	margin-right: 30px;
	margin-top: 10px;
}
.giftCard5Select .button a{
	color: white;
	width: 100%;
	text-decoration: none;
	margin: 0 auto;
	font-family:  'Asap', Helvetica, sans-serif;
	font-size: 18px;
	font: 900;
	letter-spacing: 2px;
}

.giftCard5Select a {

	font-style: bold;
}


}

/* End LookUp & LogIn Breakpoints */

/* SignUp & AddStudent Breakpoints */

@media (min-width: 960px) {

.privacyMobile { display: none; }

#parentCheck {
	width: 500px;
	margin-left: 5px;
	margin-top: 20px;
}
#studentInfoHeader #studentRadio{
	display: inline-block;
	margin-left: 10px;
}
.signUp p {
	margin-left: 20px;
	margin-top: 4px;
}
#signUpHeader h1{
	margin-top: 40px;
}
#signInPassword {
	margin-bottom: 60px;
}

.signUp p:nth-of-type(2) {
	width: 530px;
	margin-top: 16px;
}


}

@media (min-width: 680px) and (max-width: 959px) {

.privacyDesktop {
	display: none;
}

#signUpHeader h1 {
	font-size: 28px;
	text-align: center;
	margin-top: 40px;
}

.privacyMobile {
	padding-bottom: 30px;
}

.privacyMobileBBB {
	width: 42px;
	position: relative;
	top: 18px;
	margin-left: 10px;
}

.privacyPopupBBB {
	width: 60px;
	position: relative;
	margin-top: 20px;
}

.privacyMobile p{

	margin-left: 220px;
}

.signUp p {
	margin-left: 20px;
	margin-top: 4px;
}

.signUp.p75 {
	width: 100%;
	margin-left: 20px;
}

.signUp p:nth-of-type(2) {
	width: 530px;
	margin-top: 16px;
}

#signInPassword .p35 input {
	width: 200px;
}

.programInfo.blueBanner h2 {
	right: 30px;
}

#signInPassword {
	margin-bottom: 20px;
}
}

@media (min-width: 440px) and (max-width: 679px) {

#signUpHeader {
	padding-bottom: 10px;
}

#signUpHeader h1 {
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-top: 20px;
}


#signInPassword {
	margin-bottom: 30px;
}

.privacyDesktop {
	display: none;
}

.privacyMobile {
	width: 240px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.privacyMobileBBB {
	width: 54px;
	position: relative;
	top: -58px;
	margin-left: 10px;
	float: right;

}

.privacyPopupBBB {
	width: 60px;
	position: relative;
	margin-top: 20px;
}

.privacyMobile p {
	font-size: 14px;
	margin-left: 30px;
	margin-bottom: 4px;
}

.signUp .p45 {
	width: 100%;
}

.signUp.p75 {
	width: 100%;

}

.signUp h2:nth-of-type(1) {
	margin-left: 56px;
	width: 320px;

}

.signUp h2:nth-of-type(2) {
	margin-left: 56px;
	width: 320px;
}

.signUp p:nth-of-type(1) {
	font-size: 16px;
	margin-left: 64px;
	margin-top: 4px;
	width: 300px;
}

.signUp p:nth-of-type(2) {
	width: 290px;
	margin-top: -2px;
	margin-left: 10px;
}
.signUp .parentSpan1 {
	font-size: 15px;
}
.signUp p:nth-of-type(3) {
	margin-left: 64px;
}
.signUpText {

	left: 20px;


}

.signUp .p45:nth-of-type(1) {
    border-right: 0px;
}

.signUp .p45:nth-of-type(4) {
    border-right: 0px;
}

.parentCheck {
	margin-left: 60px;
	margin-top: 0px;
}

.signUp .parentSpan1 {
	margin-left: 6px;

}

.teacherTitle select {
	width: 80px;
}

.teacherName input {
	width: 224px;
}

.grade select {
	width: 320px;
}

#signInPassword h2 {
	margin: 0 auto;
	width: 300px;
	text-align: center;
}

.passwordForm {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#signInPassword input {
	width: 300px;
	margin-left: 0px;
}

#signInPassword label {
	margin-left: 10px;
}

#signInPassword .p35 {
	width: 100%;

}

#signInPassword .p30 {
	width: 100%;
}

#passwordButton {
	left: 50px;
	width: 300px;
	height: 45px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#signInPassword p {
	width: 300px;
	margin: 0 auto;
	margin-top: 15px;
}

}

@media (max-width: 439px) {

#signUpHeader {
	padding-bottom: 10px;
}

#signUpHeader h1 {
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 0px;
	margin-top: 15px;
}

.privacyDesktop {
	display: none;
}

.privacyMobile {
	width: 240px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.privacyMobileBBB {
	width: 48px;
	position: relative;
	top: -58px;
	float: right;
        margin-top: 23px;

}

.privacyPopupBBB {
	width: 60px;
	position: relative;
	margin-top: 20px;
}

.privacyMobile p {
	font-size: 14px;
	margin-left: 30px;
	margin-bottom: 4px;
}

#signInPassword {
	margin-bottom: 10px;
}

.signUp .p45 {
	width: 90%;
}

.signUp.p75 {
	width: 100%;

}

.signUp h2:nth-of-type(1) {
	margin-left: 16px;
	width: 280px;

}

.signUp p:nth-of-type(1) {
	font-size: 16px;
	margin-left: 24px;
	margin-top: 4px;
	width: 260px;
}

.signUp p:nth-of-type(2) {
	width: 250px;
	margin-top: -2px;
}
.signUpText {
	left: 20px;
}

.signUp .p45:nth-of-type(1) {
    border-right: 0px;
}

.signUp .p45:nth-of-type(4) {
    border-right: 0px;
}

.parentCheck {
	margin-left: 20px;
	margin-top: 0px;
}

.signUp .parentSpan1 {
	margin-left: 6px;

}

#signInPassword h2 {
	margin: 0 auto;
	width: 300px;
	text-align: center;
}

.passwordForm {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#signInPassword input {
	width: 258px;
	margin-left: 12px;
}

#signInPassword label {
	margin-left: 10px;
}

#signInPassword .p35 {
	width: 100%;

}

#signInPassword .p30 {
	width: 100%;
}

#passwordButton {
	left: 0px;
	width: 300px;
	height: 45px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#signInPassword p {
	width: 280px;
	margin: 0 auto;
	margin-top: 15px;
}

}

/* End SignUp & AddStudent Breakpoints */

/* Program Info, Emails & PointGiveaway Breakpoints */

@media (min-width: 960px) {

.programInfo.top {
	padding-top: 0px;
}

.programInfo h1 {
	margin-top: 30px;
	margin-left: 0px;
}
.programInfo.inputs {
  padding-top: 10px;
	padding-bottom: 90px;
}
.pointGiveaway h1{
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.pointGiveaway.blueBanner h2 {
	margin-left: 346px;
	margin-bottom: -18px;
}
.pointGiveaway.blueBanner {
	padding-top: 5px;
}

.pointGiveaway #giftCardBlock{
	margin-bottom: 0px;
	width: 390px;
	height: 250px;
	background: red;
	background: url(https://www.schoolstore.net/_img/SSC_5_Dollar_Gift_Card.png);
	background-repeat: no-repeat;
	background-size: 360px auto;
}
.pointGiveaway #giftCardBlock2{
	margin-bottom: 0px;
	width: 390px;
	height: 250px;
	background: red;
	background: url(https://www.schoolstore.net/_img/SSC_5_Dollar_Gift_Card.png);
	background-repeat: no-repeat;
	background-size: 360px auto;
}

.pointGiveaway #giftCardToFrom {
	padding-top: 145px;
}
.pointGiveaway #giftCardToFrom p{
	color: white;
	margin-bottom: 5px;
	margin-left: 45px;
	margin-right: 60px;
	text-shadow: 1px 2px 4px rgba(0,  0,  0, 0.66);
	font-size: 21px;
	line-height: 1;
}

.pointGiveaway #prizeBlock{
	margin-bottom: 0px;
}
.pointGiveaway #prizeBlock img {
	margin-left: -12px;
}
.prizeGiveaway #prizeBlock img {
	width: 390px;
	margin-left: 0px;
}

.emails {
	padding-bottom: 80px;
}
.email select {
	width: 340px;
	margin-left: 40px;
}
.moreEmails select {
	width: 214px;
	margin-left: 24px;
	height: 25px;
}

.programInfo a {
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: #ff9008;

}

.fbShare h1 {
	margin: 0 auto;
	max-width: 500px;
	margin-top: 70px;
	margin-bottom: 30px;
}

.fbShare {
	padding-bottom: 220px;
}

.sampleEmail {
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
}

.redtextlarge {
	position: relative;
	top: -10px;
	left: 10px;
	background: yellow;
	padding: 5px;
}

.errorMessage {
	width: 380px;
}

.lookUp .redtextlarge {
	margin-left: 185px;
	top: -40px;

}

.programInfo .redtextlarge {
	top: 10px;

}

.winPrizeLevel {
	font-size: 32px;
	text-align: center;
	color: #ffa620;
	margin-left: 28px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.prizeGiveaway #prizeBlock {
	margin-top: -45px;
}


}

@media (min-width: 680px) and (max-width: 959px) {

.blueForm input {
	margin-left: 18px;
	width: 250px;
}

.blueFormLong input {
	margin-left: 32px;
	width: 324px;
}

.blueForm label {
	margin-left: 25px;
}

.blueFormLong label {
	margin-left: 40px;
}

#sendInvitations {
	margin-left: 90px;
}

.programInfo h1 {
	margin-top: 30px;
	margin-left: 0px;
}
.programInfo.inputs {
	padding-bottom: 90px;
	padding-top: 10px;
}
.pointGiveaway h1{
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.pointGiveaway.blueBanner h2 {
	margin-left: 340px;
}
.pointGiveaway.blueBanner h2 {
	margin-left: 346px;
	margin-bottom: -18px;
}
.pointGiveaway.blueBanner {
	padding-top: 5px;
}

.pointGiveaway #prizeBlock{
	margin-bottom: 0px;
}

.pointGiveaway p{
	line-height: 1.5;
}

.pointGiveaway #giftCardBlock{
	margin-bottom: 0px;
	width: 390px;
	height: 250px;
	background: red;
	background: url(https://www.schoolstore.net/_img/SSC_5_Dollar_Gift_Card.png);
	background-repeat: no-repeat;
	background-size: 360px auto;
	margin: 0 auto;
}
.pointGiveaway #giftCardBlock2{
	display:none;
}

.pointGiveaway #giftCardToFrom {
	padding-top: 145px;
}
.pointGiveaway #giftCardToFrom p{
	color: white;
	margin-bottom: 5px;
	margin-left: 45px;
	margin-right: 60px;
	text-shadow: 1px 2px 4px rgba(0,  0,  0, 0.66);
	font-size: 21px;
	line-height: 1;
}

.fbShare h1 {

	line-height: 1.2;
	font-size: 28px;
	max-width: 450px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
}

#fbButton {
	margin-bottom: 40px;
}

#ticketButton {
	width: 35%;
	margin-left: 32.5%;
	height: 45px;
	font-size: 16px;
}

.fbShare {
	padding-bottom: 220px;
}

.emails {
	padding-bottom: 120px;
}
.pointGiveaway.emails {
	padding-bottom: 60px;
}
.email select {
	width: 324px;
	margin-left: 32px;
}

.moreEmails select {
	width: 214px;
	margin-left: 24px;
	height: 25px;
}

.pointGiveaway.p40 {
	width: 100%;
}
.pointGiveaway.p45 {
	width: 100%;
}

.pointGiveaway.p45 #prizeBlock img{
	width: 420px;
	margin-left: 130px;
	display: inline-block;
}

.pointGiveaway p {
	margin-left: 100px;
	margin-right: 40px;
}

#noAddEmails {
	margin-left: 300px;
	margin-bottom: 40px;
	top: 10px;
}
.prizeGiveaway #noAddEmails {
	top: 10px;
}

.pointGiveaway.p55 {
	width: 100%;
}

.outerBlueBanner {
	margin-left: 60px;
}

.pointGiveaway .outerBlueBanner {
	margin: 0 auto;
}
.programInfo a {
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: #ff9008;

}

.sampleEmail {
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
}

.redtextlarge {
	position: relative;
	top: -7px;
	left: 18px;
	background: yellow;
	padding: 5px;
}

.lookUp .redtextlarge {
	margin-left: 175px;
	top: -35px;
}

.step {
	margin-right: 8px;
}

.stepNumber {
	font-size: 22px;
	font-weight: 700;
	width: 35px;
	height: 35px;
	padding-left: 8px;
	border: 3px solid #b4b4b4;
	top: 4px;
}
.stepNumber span {
	top: -2px;
}
.stepOne {
	padding-left: 3px;
}

.stepText {
	margin-left: 4px;
	font-weight: 700;
	font-size: 16px;
}
#currentStep .stepNumber{
	border: 3px solid #0057a2;
}


.completedStep .stepNumber {
	border: 3px solid #08afda;
}

.step:nth-of-type(4) {
	margin-right: 0px;
}

.errorMessage {
	width: 380px;
}
.programInfo .redtextlarge {
	top: 10px;
	left: 10px;
}

.winPrizeLevel {
	font-size: 30px;
	text-align: center;
	color: #ffa620;
	margin-left: 8px;
	margin-bottom:15px;
	margin-top: 10px;
}

.prizeGiveaway #prizeBlock {
	margin-top: 0px;
}



}

@media (min-width: 440px) and (max-width: 679px) {

.blueBanner .p40 {
	width: 100%;
}

.blueBanner .p60 {
	width: 100%;
}

.blueForm input {
	width: 300px;
	height: 30px;
	margin-left: 50px;
}

.smallBlueForm input {
	width: 300px;
	height: 30px;
	margin-left: 30px;
}

.blueForm label {
	margin-left: 58px;
}

.smallBlueForm label {
	margin-left: 38px;
}

.blueFormLong input {
	width: 300px;
	height: 30px;
	margin-left: 50px;
}

.smallBlueFormLong input {
	width: 300px;
	height: 30px;
	margin-left: 30px;
}

.blueFormLong label {
	margin-left: 58px;
}

.smallBlueFormLong label {
	margin-left: 38px;
}

.programInfo.blueBanner h2 {


	width: 100px;
	right: 35px;
}

.signUp p:nth-of-type(3) {
	display: block;
}
#studentRadio {
	margin-left: 80px;
	margin-top: 12px;
}
#studentRadio input {
	margin-left: 40px;
}


#sendInvitations {
	top: 20px;
}

.programInfo h1 {
	margin-top: 15px;
	margin-left: 0px;
}
.programInfo.inputs {
	padding-bottom: 60px;
	padding-top: 10px;
	height: 100px;
}
.pointGiveaway h1{
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 30px;
}
.pointGiveaway.blueBanner h2 {
	margin-left: 270px;
	margin-bottom: -14px;
}
.pointGiveaway.blueBanner {
	padding-top: 12px;
	padding-bottom: 15px;
}


.pointGiveaway #prizeBlock{
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.pointGiveaway #giftCardBlock{
	margin-bottom: 0px;
	width: 390px;
	height: 250px;
	background: red;
	background: url(https://www.schoolstore.net/_img/SSC_5_Dollar_Gift_Card.png);
	background-repeat: no-repeat;
	background-size: 360px auto;
}
.pointGiveaway #giftCardBlock2{
  display: none;
}

.pointGiveaway #giftCardToFrom {
	padding-top: 145px;
}
.pointGiveaway #giftCardToFrom p{
	color: white;
	margin-bottom: 5px;
	margin-left: 45px;
	margin-right: 60px;
	text-shadow: 1px 2px 4px rgba(0,  0,  0, 0.66);
	font-size: 21px;
	line-height: 1;
}

.fbShare h1 {
	line-height: 1.2;
	font-size: 24px;
	max-width: 320px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
}

#fbButton {
	margin-bottom: 40px;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}

#ticketButton {
	width: 55%;
	margin-left: 22.5%;
	height: 45px;
	font-size: 16px;
}

.fbShare {
	padding-bottom: 90px;
}


.emails {
	padding-bottom: 120px;
}
.pointGiveaway.emails {
	padding-bottom: 60px;
}

.email select {
	width: 300px;
	margin-left: 50px;
}

.moreEmails select {
	width: 300px;
	margin-left: 30px;
	height: 30px;
}


.pointGiveaway.p45 {
	width: 100%;
}

.pointGiveaway.p45 #prizeBlock img{
	width: 400px;
	margin-left: 10px;
	display: inline-block;
}

.pointGiveaway p {
	font-size: 18px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#additionalEmailHeader {
	font-size: 20px;
}

#noAddEmails {
	margin-left: 110px;
	margin-bottom: 40px;
	height: 40px;
	width: 180px;
	margin-top: 0px;
	top: 10px;
}
.prizeGiveaway #noAddEmails {
	top: 10px;
}
#addEmails {
	margin-left: 30px;
}

.pointGiveaway.p55 {
	width: 100%;
}

.outerBlueBanner {
	margin: 0 auto;
	width: 400px;
}

.pointGiveaway .outerBlueBanner {
	margin-left: 0px;
}
.programInfo a {
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: #ff9008;

}

.sampleEmail {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}

.redtextlarge {
	position: relative;
	top: -10px;
	left: 4px;
	background: yellow;
	padding: 5px;
}

.lookUp .redtextlarge {
	margin-left: 85px;

}

.redtextlargetop {
	position: relative;
	left: 4px;
	background: yellow;
	padding: 5px;
}

::-webkit-input-placeholder {

	padding-left: 0px;
}
.smallBlueForm input {
	padding-left: 8px;
}

.errorMessage {
	width: 380px;
}
.programInfo .redtextlarge {
	top: 50px;
	left: 10px;
}

.redtextlargetop {
	position: relative;
	left: 4px;
	background: yellow;
	padding: 5px;
}

.programInfo .redtextlargetop {
  position: relative;
	top: 0px;
	left: 10px;
}

.winPrizeLevel {
	font-size: 26px;
	text-align: center;
	color: #ffa620;
	margin-left: 2px;
	margin-bottom:15px;
	margin-top: 10px;
}

.prizeGiveaway #prizeBlock {
	margin-top: 0px;
}



}

@media (min-width: 350px) and (max-width: 439px) {

.programInfo h1 {
	font-size: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.programInfo.inputs {
	padding-bottom: 60px;
	padding-top: 10px;
}
.blueBanner .p40 {
	width: 100%;
}

.blueBanner .p60 {
	width: 100%;
}

.blueForm input {
	width: 255px;
	height: 30px;
	margin-left: 22px;
}

.smallBlueForm input {
	width: 255px;
	height: 30px;
	margin-left: 12px;
}

.blueForm label {
	margin-left: 30px;
}

.smallBlueForm label {
	margin-left: 22px;
}

.blueFormLong input {
	width: 255px;
	height: 30px;
	margin-left: 22px;
}

.smallBlueFormLong input {
	width: 255px;
	height: 30px;
	margin-left: 12px;
}

#additionalEmailHeader {
	font-size: 16px;
}

.blueFormLong label {
	margin-left: 30px;
}

.smallBlueFormLong label {
	margin-left: 22px;
}

.programInfo.blueBanner h2 {

	right: 2px;
	width: 100px;

	font-size: 24px;
}
.signUp p:nth-of-type(3) {
	display: block;
}
#studentRadio {
	margin-left: 20px;
	margin-top: 12px;
}
#studentRadio input {
	margin-left: 40px;
}

#sendInvitations {
	top: 26px;
	margin-left: 26px;
}

.pointGiveaway h1{
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 24px;
}


.pointGiveaway.p45 {
	width: 100%;
}

.pointGiveaway.p45 #prizeBlock img{
	width: 270px;
	margin-left: 35px;
	display: inline-block;
        margin-top: 20px;
}

.pointGiveaway p {
	width: 300px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 17px;
	line-height: 1.5;
}

#noAddEmails {
	margin-left: 140px;
	margin-bottom: 60px;
	height: 40px;
	width: 140px;
	letter-spacing: 1.1;
}

.prizeGiveaway #noAddEmails {
	top: 10px;
	margin-bottom: 40px;
}

.pointGiveaway #giftCardBlock2{
	display: none;
}

.pointGiveaway #giftCardBlock{
	margin-bottom: 0px;
	width: 320px;
	height: 210px;
	background: red;
	background: url(https://www.schoolstore.net/_img/SSC_5_Dollar_Gift_Card.png);
	background-repeat: no-repeat;
	background-size: 300px auto;
}

.pointGiveaway #giftCardToFrom {
	padding-top: 115px;
}
.pointGiveaway #giftCardToFrom p{
	color: white;
	margin-bottom: 5px;
	margin-left: 35px;
	margin-right: 60px;
	width: 240px;
	text-shadow: 1px 2px 4px rgba(0,  0,  0, 0.66);
	font-size: 19px;
	line-height: 1;
}


#addEmails {
	width: 274px;
	margin-left: 0px;
	height: 40px;
	letter-spacing: .4;
}

.pointGiveaway.p55 {
	width: 100%;
}

.outerBlueBanner {
	margin-left: 0px;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
}

.pointGiveaway .outerBlueBanner {
	margin: 0 auto;
}


.pointGiveaway.blueBanner h2 {
	margin-left: 200px;
}
.pointGiveaway.blueBanner {
	width: 280px;
	margin-left: 0px;
}

.fbShare h1 {
	line-height: 1.2;
	font-size: 24px;
	max-width: 320px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

#fbButton {
	margin-bottom: 30px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

#ticketButton {
	width: 75%;
	margin-left: 12.5%;
	height: 45px;
	font-size: 16px;
}

.fbShare {
	padding-bottom: 60px;
}



.emails {
	padding-bottom: 60px;
}

.email select {
	width: 255px;
	margin-left: 22px;
}

.moreEmails select {
	width: 255px;
	margin-left: 12px;
	height: 30px;
}

.programInfo a {
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #ff9008;

}

.sampleEmail {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}

.redtextlarge {
	position: relative;
	top: -9px;
	left: 10px;
	background: yellow;
	padding: 5px;
}

.lookUp .redtextlarge {
	margin-left: 35px;
}

.errorMessage {
	width: 280px;
}
.programInfo .redtextlarge {
	top: 50px;
	left: 10px;
}

.redtextlargetop {
	position: relative;
	left: 4px;
	background: yellow;
	padding: 5px;
}

.programInfo .redtextlargetop {
  position: relative;
	top: 0px;
	left: 10px;
}


.winPrizeLevel {
	font-size: 22px;
	text-align: center;
	color: #ffa620;
	margin-left: 2px;
	margin-bottom:15px;
	margin-top: 10px;
}

.prizeGiveaway #prizeBlock {
	margin-top: 0px;
}



}

@media (max-width: 349px) {

.programInfo h1 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 1.4;
}
.programInfo p {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 15px;
}
.programInfo p:nth-of-type(3) {
	margin-bottom: 20px;
}
.programInfo.top {
	margin-top: 0px;
}
.programInfo.inputs {
	padding-bottom: 70px;
	padding-top: 10px;
}
.blueBanner .p40 {
	width: 100%;
}

.blueBanner .p60 {
	width: 100%;
}

.blueForm input {
	width: 235px;
	height: 30px;
	margin-left: 22px;
}

.smallBlueForm input {
	width: 244px;
	height: 30px;
	margin-left: 12px;
}

.blueForm label {
	margin-left: 30px;
}

.smallBlueForm label {
	margin-left: 22px;
}

.signUp p:nth-of-type(3) {
	display: block;
}
#studentRadio {
	margin-left: 20px;
	margin-top: 12px;
}
#studentRadio input {
	margin-left: 40px;
}


.blueFormLong input {
	width: 235px;
	height: 30px;
	margin-left: 22px;
}

.smallBlueFormLong input {
	width: 244px;
	height: 30px;
	margin-left: 12px;
}

#additionalEmailHeader {
	font-size: 20px;
}

.blueFormLong label {
	margin-left: 30px;
}

.smallBlueFormLong label {
	margin-left: 22px;
}

.programInfo.blueBanner h2 {

	right: 2px;
	width: 100px;

	font-size: 24px;
}

#sendInvitations {
	top: 26px;
	margin-left: 18px;
}
.pointGiveaway #prizeBlock {
	padding-bottom: 0px;
}

.pointGiveaway #giftCardBlock{
	margin-bottom: 0px;
	width: 280px;
	height: 180px;
	background: red;
	background: url(https://www.schoolstore.net/_img/SSC_5_Dollar_Gift_Card.png);
	background-repeat: no-repeat;
	background-size: 260px auto;
}

.pointGiveaway #giftCardBlock2{
  display: none;
}

.pointGiveaway #giftCardToFrom {
	padding-top: 100px;
}
.pointGiveaway #giftCardToFrom p{
	color: white;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 60px;
	width: 200px;
	text-shadow: 1px 2px 4px rgba(0,  0,  0, 0.66);
	font-size: 17px;
	line-height: .9;
}

.pointGiveaway h1{
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 1.3;
}


.pointGiveaway.p45 {
	width: 100%;
}

.pointGiveaway.p45 #prizeBlock img{
	width: 270px;
	margin-left: 25px;
	display: inline-block;
        margin-top: 20px;
}

.pointGiveaway p {
	width: 280px;
	margin-left: 12px;
	margin-right: 0px;
	font-size: 17px;
	line-height: 1.5;
}

#noAddEmails {
	margin-left: 60px;
	margin-bottom: 30px;
	height: 40px;
	width: 170px;
	letter-spacing: 1.1;
	top: 10px;
}
.prizeGiveaway #noAddEmails {
	top: 15px;
	margin-bottom: 40px;
}

#addEmails {
	width: 274px;
	margin-left: 0px;
	height: 40px;
	letter-spacing: .4;
}

.pointGiveaway.p55 {
	width: 100%;
}

.outerBlueBanner {
	margin-left: 0px;
	width: 100%;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 8px;
}

.pointGiveaway .outerBlueBanner {
	margin: 0 auto;
}


.pointGiveaway.blueBanner h2 {
	margin-left: 190px;
}
.pointGiveaway.blueBanner {
	width: 270px;
	margin-left: 0px;
}

.fbShare h1 {
	line-height: 1.2;
	font-size: 20px;
	max-width: 260px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

#fbButton {
	margin-bottom: 30px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

#ticketButton {
	width: 75%;
	margin-left: 12.5%;
	height: 45px;
	font-size: 16px;
}

.fbShare {
	padding-bottom: 60px;
}



.emails {
	padding-bottom: 60px;
}

.email select {
	width: 235px;
	margin-left: 22px;
}

.moreEmails select {
	width: 244px;
	margin-left: 12px;
	height: 30px;
}

.programInfo.blueBanner ::-webkit-input-placeholder {
	padding-left: 0px;
}

.programInfo.blueBanner :-moz-placeholder {
	padding-left: 0px;
}

.programInfo.blueBanner ::-moz-placeholder {
	padding-left: 0px;
}

.programInfo.blueBanner :-ms-input-placeholder {
	padding-left: 0px;
}

#addSponsor p {
	font-size: 18px;
	line-height: 2;
}

.programInfo a {
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #ff9008;

}

.sampleEmail {
	margin-top: 10px;
	margin-bottom: 15px;
}

.redtextlarge {
	position: relative;
	top: -10px;
	left: 10px;
	background: yellow;
	padding: 5px;
}

.lookUp .redtextlarge {
	margin-left: 25px;
}

.teacherName input {
	width: 160px;
}
.errorMessage {
	width: 260px;
}
.programInfo .redtextlarge {
	top: 50px;
	left: 10px;
}

.redtextlargetop {
	position: relative;
	left: 4px;
	background: yellow;
	padding: 5px;
}

.programInfo .redtextlargetop {
  position: relative;
	top: 0px;
	left: 10px;
}



.winPrizeLevel {
	font-size: 22px;
	text-align: center;
	color: #ffa620;
	margin-left: 2px;
	margin-bottom:15px;
	margin-top: 10px;
}

.prizeGiveaway #prizeBlock {
	margin-top: 0px;
}



}

/* End Program Info, Emails & PointGiveaway Breakpoints */

/* Confirmation Breakpoints */

@media (min-width: 960px) {
section.confirmation {
	margin-top: 10px;
}

.headerBox {
	position: relative;
}

.studentContainer {
	z-index: 5000;
	right: -5px;
	top: 40px;
	position: absolute;
}
.studentContainer #prizeBlock {

	width: 350px;
	top: 95px;
	display: inline-block;
	vertical-align: top;
	z-index: 6000;
	position: relative;
}

.studentPosition {
	width: 200px;
	display: inline-block;
	height: 467px;

}
.studentContainer #prizeBlock img{
	width: 480px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
}
#studentBlockMobile {
	display: none;
}
.moreStudents h2 {
	margin-bottom: 80px;
}

#noPrizeCode {
	width: 220px;
	height: 250px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.noCode {
	padding-bottom: 300px;
}
}

@media (min-width: 680px) and (max-width: 959px) {


.studentPosition {
	width: 132px;
	height: 327px;

}

.studentCircle {
	width: 125px;
	height: 125px;
	right: 15px;
	top: -5px;
}

h2#studentName {
	font-size: 17px;
	padding-top: 26px;
}

.studentCircle p {
	font-size: 13px;
	width: 110px;
	margin-top: 4px;
}

.confirmation .prizeCode p {
	margin-left: 10px;
	font-size: 17px;
}
.confirmation .prizeCode {
	margin-top: 10px;
}


#noPrizeCode {
	width: 220px;
	height: 130px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#prizeCode {
	width: 220px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#prizeCode h2 {
	font-size: 15px;
	width: 180px;
}

#prizeCode p {
	font-size: 24px;
	margin-top: -20px;
}

.confirmation #prizeBlock {
	margin-top: -10px;
}

.confirmation #prizeBlock img {
	width: 380px;
	margin-left: 0px;
}

#prizePageLink {
	width: 244px;
	font-size: 20px;
	margin-left: 68px;
	margin-top: -10px;
	line-height: 1.7;
}

.social h2 {
	font-size: 19px;
	margin-left: 14px;
	margin-right: 14px;
}

.social .p30 .p40 {
	width: 50%;
}

.facebook {
	margin-left: 420px;
	margin-top: -10px;
}
section.social {
	padding-bottom: 30px;
}

.moreStudents h2 {
	font-size: 19px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 70px;
}
.studentContainer {
	z-index: 5000;
	right: 15px;
	top: 60px;
	position: absolute;
}
.studentContainer #prizeBlock {

	width: 260px;
	top: 45px;
	display: inline-block;
	vertical-align: top;
	z-index: 6000;
	position: relative;
}
.studentPosition {
	width: 132px;
	height: 326px;
	display: inline-block;


}
.studentContainer #prizeBlock img{
	width: 360px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
}

#my-elementDesktop {
	width: 100px;
	height: 40px;
	padding-bottom: 0px;
	padding-top: 8px;
	margin: 0 auto;
}
span#studentName {
	line-height: 1.2;

}


#studentBlockMobile {
	display: none;
}


.confirmation .step {
	margin-right: 8px;
}

.confirmation .stepNumber {
	font-size: 18px;
	font-weight: 700;
	width: 20px;
	height: 27px;
	padding-left: 8px;
	border: 2px solid #b4b4b4;
	top: 0px;
}
.confirmation .stepNumber span {
	top: 0px;
}
.confirmation .stepOne {
	padding-left: 3px;
}

.confirmation .stepText {
	margin-left: 4px;
	font-weight: 700;
	font-size: 14px;
}
.confirmation #currentStep .stepNumber{
	border: 2px solid #0057a2;
}


.confirmation .completedStep .stepNumber {
	border: 2px solid #08afda;
}
.confirmation .step:nth-of-type(3) {
	margin-right: 300px;
}
.confirmation .step:nth-of-type(4) {
	margin-left: 50px;
	margin-top: 10px;
}

.noCode {
	padding-bottom: 150px;
}


}

@media (min-width: 440px) and (max-width: 679px) {

.confirmation .prizeCode p {

	font-size: 19px;
	margin-left: 10px;
	margin-right: 10px;
}

.confirmation .prizeCode {
	margin-top: 5px;
}

.confirmation .p45 {
	width: 100%;
}

.confirmation .p55 {
	width: 100%;

}
#prizeCode {
	margin-top: 30px;
	margin-bottom: 30px;
}

#studentBlockMobile {
	position: relative;
}

#studentBlockMobile .studentBox{
	position: absolute;
	right: 0px;
	top: -50px;

}
.confirmation #prizeBlock img {
	width: 350px;
	margin-top: -10px;
	margin-left: 8%;
}


.studentCircle {
	width: 125px;
	height: 125px;

	top: 1px;
}

h2#studentName {
	font-size: 17px;
	padding-top: 26px;
}

.studentCircle p {
	font-size: 13px;
	width: 110px;
	margin-top: 4px;

}

#my-elementMobile {
	width: 90px;
	height: 40px;
	padding-bottom: 0px;
	padding-top: 8px;
	margin: 0 auto;
}
span#studentName {
	line-height: 1.1;

}

.studentContainer {
	display: none;
}

#prizePageLink {
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.confirmation #prizeBlock {
	margin-top: 35px;
	padding-bottom: 0px;
}


.social .p30 {
	width: 100%;

	margin-left: 0px;
}

.social .p40 {
	width: 100px;
	margin-left: 20%;
}
.facebook .p50 {
	width: 100px;

}

.twitter .p40 {
	width: 100px;
}

.facebook {
	margin-left: 80px;

	width: 150px;
	margin-top: 20px;
}

.social h2 {
	font-size: 19px;
	margin-left: 10px;
	margin-right: 10px;
}

.moreStudents h2 {
	font-size: 19px;
	margin-left: 10px;
	margin-right: 10px;
}

}

@media (min-width: 350px) and (max-width: 439px) {

.confirmation .prizeCode p {

	font-size: 19px;
	margin-left: 10px;
	margin-right: 10px;
}
.confirmation .prizeCode {
	margin-top: 0px;
}

.confirmation .p45 {
	width: 100%;
}

.confirmation .p55 {
	width: 100%;
}
.studentCircle {
	width: 105px;
	height: 105px;

	top: 1px;
}

h2#studentName {
	font-size: 14px;
	padding-top: 20px;
}

.studentCircle p {
	font-size: 11px;
	width: 90px;
	margin-top: 4px;

}
#my-elementMobile {
	width: 70px;
	height: 35px;
	padding-bottom: 0px;
	padding-top: 6px;
	margin: 0 auto;
}
span#studentName {
	line-height: 1;

}



.studentContainer {
	display: none;
}
#studentBlockMobile {
	position: relative;
}

#studentBlockMobile .studentBox{
	position: absolute;
	right: 0px;
	top: -50px;

}
.confirmation #prizeBlock img {
	width: 300px;
	margin-top: 50px;
	margin-left: 2%;
}


#prizePageLink {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.social .p30 {
	width: 100%;

	margin-left: 0px;
}

.social .p40 {
	width: 100px;
	margin-left: 15%;
}
.social .p50 {
	width: 100px;

}

.twitter .p40 {
	width: 100px;
}

.facebook {
	margin-left: 80px;

	width: 150px;
	margin-top: 20px;
}
.twitter {
	margin-left: 80px;

	width: 150px;

}

.social h2 {
	font-size: 19px;
	margin-left: 10px;
	margin-right: 10px;
}

.moreStudents h2 {
	font-size: 19px;
	margin-left: 10px;
	margin-right: 10px;
}

}

@media (max-width: 349px) {

.confirmation .prizeCode p {

	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.5;
}
.confirmation .prizeCode {
	margin-top: 0px;
}
.confirmation .p45 {
	width: 100%;
}
#prizeCode {
	margin-top: 20px;
	margin-bottom: 20px;
}
#prizeCode p {
	font-size: 24px;
	margin-top: -14px;
}
#prizePageLink {
	font-size: 18px;
}
.confirmation .p55 {
	width: 100%;
}
.studentCircle {
	width: 105px;
	height: 105px;

	top: 1px;
}
.moreStudents h2 {
	margin-bottom: 40px;
}
h2#studentName {
	font-size: 14px;
	padding-top: 20px;
}

.studentCircle p {
	font-size: 11px;
	width: 90px;
	margin-top: 4px;

}
#my-elementMobile {
	width: 70px;
	height: 35px;
	padding-bottom: 0px;
	padding-top: 6px;
	margin: 0 auto;
}
span#studentName {
	line-height: 1;

}



.studentContainer {
	display: none;
}
#studentBlockMobile {
	position: relative;
}

#studentBlockMobile .studentBox{
	position: absolute;
	right: 0px;
	top: -50px;

}
.confirmation #prizeBlock {
	margin-top: -50px;
}
.confirmation #prizeBlock img {
	width: 280px;
	margin-top: 70px;
	margin-left: 5px;
}


#prizePageLink {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.social .p30 {
	width: 100%;

	margin-left: 0px;
}

.social .p40 {
	width: 100px;
	margin-left: 15%;
}
.social .p50 {
	width: 100px;

}

.twitter .p40 {
	width: 100px;
}

.facebook {
	margin-left: 80px;
	margin-top: 20px;
	width: 150px;

}


.twitter {
	margin-left: 80px;

	width: 150px;

}

.social h2 {
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
}

.moreStudents h2 {
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
}

}

/* End Confirmation Breakpoints */

/* Student Page Breakpoints */

@media (min-width: 960px) {

.blueContainer p {
	display: inline-block;
}

}

@media (min-width: 680px) and (max-width: 959px) {

.blueContainer p {
	display: inline-block;
}

}

@media (min-width: 440px) and (max-width: 679px) {

}

@media (max-width: 439px) {

}

/* End Student Page Breakpoints */

/* Prize Page Breakpoints */

@media (min-width: 960px) {

.prizeBlock {
	width: 200px;
	height: 200px;
	margin-right: 80px;
	margin-top: 20px;
	margin-bottom: 20px;

}
#phoneEmail {
	margin-top: 20px;
}
#address {
	margin-top: 20px;
	margin-bottom: 40px;
}

}

@media (min-width: 680px) and (max-width: 959px) {

#leadPrizes h1{
	margin: 0px;
	font-size: 28px;
	margin-top: 40px;
}
#leadAbout h1{
	margin: 0px;
	font-size: 28px;
	margin-top: 40px;
}
#leadInfo h3 {
	margin-top: 20px;
}

#phoneEmail {
	margin-top: 20px;
}
#address {
	margin-top: 20px;
	margin-bottom: 40px;
}

.prizeBlock {
	width: 200px;
	height: 200px;


	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;

}
.prizeBlock img {
	height: 150px;
}
#prizeThermometer img {
	width: 100%;
}

}

@media (min-width: 440px) and (max-width: 679px) {

#leadPrizes h1{
	margin: 0px;
	font-size: 20px;
	margin-top: 40px;
}
#leadInfo h1 {
	font-size: 20px;
}
#leadAbout h1{
	margin: 0px;
	font-size: 20px;
	margin-top: 40px;
}
#leadInfo p {
	font-size: 18px;
}
#leadInfo h3 {
	margin-top: 20px;
	font-size: 19px;
}
#leadPrizes p {
	font-size: 16px;
}
#leadAbout p {
	font-size: 16px;
}
#phoneEmail {
	margin-top: 20px;
}
#address {
	margin-top: 20px;
	margin-bottom: 40px;
}

.prizeBlock {
	width: 200px;
	height: 200px;


	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;

}
.prizeBlock img {
	height: 150px;
}
#prizeThermometer img {
	width: 100%;
}
.prizePage .p70 {
	width: 60%;
}
.prizePage .p30 {
	width: 40%;

}


}

@media (max-width: 439px) {
#leadPrizes h1{
	margin: 0px;
	font-size: 20px;
	margin-top: 40px;
}
#leadInfo h1 {
	font-size: 20px;
}
#leadInfo p {
	font-size: 18px;
}
#leadInfo h3 {
	margin-top: 20px;
	font-size: 19px;
}
#leadAbout h1{
	margin: 0px;
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
	color: #f38018;
}
#phoneEmail {
	margin-top: 20px;
}
#address {
	margin-top: 20px;
	margin-bottom: 40px;
}

#leadPrizes p {
	font-size: 16px;
}
#leadAbout p {
	font-size: 16px;
}
.prizeBlock {
	width: 200px;
	height: 200px;

	margin-left: 50px;

	margin-top: 20px;
	margin-bottom: 20px;

}
#prizeGrid {
	margin-bottom: 20px;
}
.prizeBlock img {
	height: 160px;
}
#prizeThermometer {
	margin-left: 30px;
	margin-bottom: 40px;
}
#prizeThermometer img {
	width: 80%;
}
.prizePage .p70 {
	width: 100%;
}
.prizePage .p30 {
	width: 100%;

}
}

/* End Prize Page Breakpoints */

/* Golden Ticket Breakpoints */

@media (min-width: 732px) {

#goldenTicketEnter {
	width: 100%;
}

#goldenTicketForm {
	width: 732px;
	height: 420px;
	margin: 0 auto;
	background: url('/_img/WEB-goldenticketALL.png') no-repeat 0 0;
	background-size: contain;
	position: relative;
}
#goldenTicketLoser .goldenTicketBackground {
	width: 732px;
	height: 400px;
	margin: 0 auto;
	background: url('/_img/WEB-Sorryticket.png') no-repeat 0 0;
	background-size: contain;
	position: relative;
}

#goldenTicketWinner .goldenTicketBackground {
	width: 732px;
	height: 384px;
	margin: 0 auto;
	background: url('/_img/WEB-WINNERticketALL.png') no-repeat 0 0;
	background-size: contain;
	position: relative;
}

.goldenTicketBackground {
	position: relative;
}

#goldenTicketEnter form {
	position: relative;
	height: 420px;
	width: 100%;

}
button#goldenTicketClose {

	color: #fac30b;
	font-size: 24px;
	width: 150px;
	height: 25px;
	margin-left: 564px;
	background: #412929;

}
button#goldenTicketClose2 {

	color: #ffffff;
	font-size: 16px;
	width: 150px;
	height: 25px;
	margin-left: 10px;
	background: #0057a2;

}
.goldenTicketText {
	position: absolute;
	top:278px;
	left:244px;
	width:244px;
	height:38px;
	font-size:26px;
	text-align:center;
}

.goldenTicketSubmit {
	position: absolute;
	top:362px;
	left:265px;
	width:177px;
	height:40px;
	font-size:26px;
	text-align:center;
	background: transparent;
	border: none !important;
	font-size:0;
	cursor:pointer;
}

.orangetextextralarge {
	position:absolute;
	top:312px;
	left:270px;
	font-size: 34pt;
}
.orangebtn {
	margin-left: 290px;
}

.redemptionForm {
	position: absolute;
	top:312px;
	left:232px;
	width:256px;
	height:32px;
	font-size:26px;
	text-align:center;
	background: transparent;
	border: none !important;
	font-size:0;
	cursor:pointer;
}

.redemptionFormText {
	line-height: 25px;
	font-family: arial;
	font-size: 12pt;
	font-weight: medium;
	color: black;
	text-decoration: none;
	text-align: center;
	position: relative;
	top: 385px;
}
.redemptionFormText .orangetextextralarge {
	top: 80px;
	left: 304px;
	font-size: 18pt;
}
span.blacktextmedium {
	position: absolute;
	top: 435px;
	left: 28px;
	width: 500px;
	padding: 8px;
}



}

@media (min-width: 310px) and (max-width: 731px) {

#goldenTicketEnter {
	width: 100%;

}

#goldenTicketForm {
	width: 310px;
	height: 664px;
	margin: 0 auto;
	background: url('/_img/WEB-goldenticket_mobileALL.png') no-repeat 0 0;

	background-size: contain;
	position: relative;
}
#goldenTicketForm form {
	position: relative;
}

#goldenTicketLoser .goldenTicketBackground {
	width: 310px;
	height: 374px;
	margin: 0 auto;
	background: url('/_img/WEB-Sorryticket_mobile.png') no-repeat 0 0;

	background-size: contain;
	position: relative;
}

#goldenTicketWinner .goldenTicketBackground {
	width: 310px;
	height: 360px;
	margin: 0 auto;
	background: url('/_img/WEB-WINNERticket_mobileALL.png') no-repeat 0 0;
	background-size: contain;
	position: relative;
}
.goldenTicketBackground {
	position: relative;
}

button#goldenTicketClose {

	color: #fac30b;
	font-size: 16px;
	width: 150px;
	height: 25px;
	position: relative;
	margin-top: 340px;
	margin-left: 66px;
	background: #412929;

}
button#goldenTicketClose2 {

	color: #ffffff;
	font-size: 16px;
	width: 150px;
	height: 25px;
	margin-left: 10px;
	background: #0057a2;

}
.goldenTicketText {
	position: absolute;
	top:231px;
	left:66px;
	width:160px;
	height:18px;
	font-size:22px;
	text-align:center;
}

.goldenTicketSubmit {
	position: absolute;
	top:306px;
	left:86px;
	width:140px;
	height:30px;
	font-size:26px;
	text-align:center;
	background: transparent;
	border: none !important;
	font-size:0;
	cursor:pointer;
}

.orangetextextralarge {
	position:absolute;
	top:306px;
	left:80px;
	font-size: 24pt;
}
.orangebtn {
	margin-left: 100px;
}

.redemptionForm {
	position: absolute;
	top:292px;
	left:60px;
	width:184px;
	height:25px;
	text-align:center;
	background: transparent;
	border: none !important;
	font-size:0;
	cursor:pointer;
}

.redemptionFormText {
	line-height: 22px;
	font-family: arial;
	font-size: 11pt;
	font-weight: medium;
	color: black;
	text-decoration: none;
	text-align: center;
	width: 310px;
	margin: 0 auto;
	position: relative;
	top: 360px;
}
.redemptionFormText .orangetextextralarge {
	top: 94px;
	left: 94px;
	font-size: 18pt;
}

span.blacktextmedium {
	position: absolute;
	top: 44px;
	left: 30px;
	width: 240px;
	padding: 8px;
}



}

@media (max-width: 309px) {

#goldenTicketEnter {
	width: 100%;

}

#goldenTicketForm {
	width: 254px;
	height: 364px;
	margin: 0 auto;
	background: url('/_img/WEB-goldenticket_mobileALL.png') no-repeat 0 0;

	background-size: contain;
	position: relative;
}
#goldenTicketForm form {
	position: relative;
}

#goldenTicketLoser .goldenTicketBackground {
	width: 254px;
	height: 304px;
	margin: 0 auto;
	background: url('/_img/WEB-Sorryticket_mobile.png') no-repeat 0 0;
	background-size: contain;
	position: relative;
}

#goldenTicketWinner .goldenTicketBackground {
	width: 234px;
	height: 274px;
	margin: 0 auto;
	background: url('/_img/WEB-WINNERticket_mobileALL.png') no-repeat 0 0;
	background-size: contain;
	position: relative;
}
.goldenTicketBackground {
	position: relative;
}

button#goldenTicketClose {

	color: #fac30b;
	font-size: 16px;
	width: 150px;
	height: 25px;
	margin-left: 38px;
	margin-top: 270px;
	background: #412929;

}
button#goldenTicketClose2 {
	color: #ffffff;
	font-size: 16px;
	width: 150px;
	height: 25px;
	margin-left: 10px;
	background: #0057a2;
}
.goldenTicketText {
	position: absolute;
	top:190px;
	left:54px;
	width:133px;
	height:15px;
	font-size:16px;
	text-align:center;
}

.goldenTicketSubmit {
	position: absolute;
	top:248px;
	left:68px;
	width:122px;
	height:30px;
	font-size:26px;
	text-align:center;
	background: transparent;
	border: none !important;
	font-size:0;
	cursor:pointer;
}

.orangetextextralarge {
	position:absolute;
	top:250px;
	left:70px;
	font-size: 18pt;
}
.orangebtn {
	font-size: 18px;
	padding: .25em .6em .35em;
	margin-left: 55px;
}

.redemptionForm {
	position: absolute;
	top:218px;
	left:46px;
	width:134px;
	height:20px;
	text-align:center;
	background: transparent;
	border: none !important;
	font-size:0;
	cursor:pointer;
}
.redemptionFormText {
	line-height: 17px;
	font-family: arial;
	font-size: 9pt;
	font-weight: medium;
	color: black;
	text-decoration: none;
	text-align: center;
	width: 235px;
	margin: 0 auto;
	position: relative;
	top: 272px;
}
.redemptionFormText .orangetextextralarge {
	top: 74px;
	left: 70px;
	font-size: 14pt;
}
span.blacktextmedium {
	position: absolute;
	top: 35px;
	left: 8px;
	width: 220px;
	padding: 8px;
}


}

/* End Golden Ticket Breakpoints */







