
/* Copyright Active Consultancy */
/* RESET CSS */
html, body, header, footer, nav, section, article, aside, audio, video, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:top; background:transparent;}
body {line-height:1;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse; border-spacing:0;}

/* FONT IMPORT */
@font-face {
  font-family:"Roald Dahl";
	src:url('../fonts/RoaldDahl-Bold.otf');
  font-weight:bold;
}

/* FONTAWESOME PSEUDO ELEMENTS */
ul.list li::before {display:inline-block; -webkit-font-smoothing:antialiased; font-style:normal; font-variant:normal; text-rendering:auto;}

/* iOS overrides */
textarea, input.text, input[type="text"], input[type="button"], input[type="submit"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"] {-webkit-appearance:none; border-radius:0; padding:0 3px;}

/* GENERIC STYLING */
html {scroll-behavior:smooth; background-color:#FFC600;}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance:none; margin:0;}
input[type="number"] {-moz-appearance:textfield;}
.page {min-height:100%; position:relative; overflow-x:clip;}
.page_container {position:relative; overflow-y:clip;}
.word_break {word-break:break-word;}
div.clear {clear:both;}
h1 {font-family:"Roald Dahl",sans-serif; font-weight:bold; font-style:normal; color:#000000; letter-spacing:2.8px; text-transform:uppercase; text-align:center; line-height:46px;}
h2, h3, h4, h5, h6 {font-family:"futura-pt",sans-serif; font-weight:400; font-style:normal; color:#BA0072;}
p, li, input, button, a, label, table, th, td {font-family:"futura-pt",sans-serif; font-weight:400; font-style:normal; color:#BA0072;}

/* MODAL */
.modal_underlay {display:none;height:0;position:absolute;width:0;z-index:-1;}
.modal_underlay.enable {display:block;height:100%;width:100%;z-index:100;}
.blur {overflow:hidden;}

/* ERROR STYLING */
.incorrect .checkmark {background-color:#ffcccc !important;}
.incorrect .selected {background-color:#ffcccc !important;}
.incorrect .age_input {background-color:#ffcccc !important;}
.incorrect input[type="text"], .incorrect input[type="number"], .incorrect input[type="tel"], .incorrect input[type="email"], .incorrect input[type="password"], .incorrect select {background-color:#ffcccc !important;}
.error {color:#ff0000 !important;}
.errors {color:#ff0000 !important; text-transform:uppercase;}
div.errors p {margin:5px auto 10px auto !important; color:#ff0000 !important;}

/* NAVIGATION STYLING */
.navigation {position:absolute; width:100%; max-width:400px; height:100vh; top:35px; background-color:#ffffff; display:none; top:0; padding:0; z-index:500; background-size:100%; box-sizing:border-box; border-right:3px solid #000000;}
.navigation .menu_items {text-align:right;}
.navigation .menu_items a {text-decoration:none; color:#000000; font-family:"Roald Dahl",sans-serif; margin:0; display:block; padding:27px 55px; text-align:right; font-weight:bold; font-size:2.5em; text-transform:uppercase;}
.navigation .menu_items a:first-child {padding:57px 55px 27px 55px;}
.navigation .menu_items a:active, .navigation .menu_items a:visited, .navigation .menu_items a:hover {text-decoration:none; color:#000000;}
.navigation .menu_items a:hover {text-decoration:underline; text-decoration-thickness:2px;}
.menu_icon {display:block; z-index:550;}
.menu_icon {width:38px; height:38px; position:absolute; margin:50px 43px 15px 45px; -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); -webkit-transition:0.5s ease-in-out; -moz-transition:0.5s ease-in-out; -o-transition:0.5s ease-in-out; transition:0.5s ease-in-out; cursor:pointer; left:0;}
.menu_icon span {display:block; position:absolute; height:6px; width:100%; background-color:#000000; border-radius:5px; opacity:1; left:0; -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); -webkit-transition:0.25s ease-in-out; -moz-transition:0.25s ease-in-out; -o-transition:0.25s ease-in-out; transition:0.25s ease-in-out;}
.menu_icon span:nth-child(1) {top:0px;}
.menu_icon span:nth-child(2), .menu_icon span:nth-child(3) {top:15px;}
.menu_icon span:nth-child(4) {top:30px;}
.menu_icon.open span {background-color:#000000;}
.menu_icon.open span:nth-child(1) {top:18px; width:0%; left:50%;}
.menu_icon.open span:nth-child(2) {-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); background-color:#BA0072;}
.menu_icon.open span:nth-child(3) {-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg);background-color:#BA0072;}
.menu_icon.open span:nth-child(4) {top:18px; width:0%; left:50%;}

/* BRANDS AND LOGO STYLING */
.brands_container {display:flex; max-width:625px; width:100%; justify-content:space-between; padding:35px 40px 17px 40px; margin:0 auto; align-items:center;}
.brands_container .mr_kipling_container {max-width:185px;}
.brands_container .ambrosia_container {max-width:199px;}
.brands_container .angel_delight_container {max-width:154px;}
.brands_container img {width:100%;}

/* COOKIEBAR STYLING */
.cookiebar {background-color:rgba(0,0,0,0.7); bottom:0; display:none; left:0; position:fixed; width:100%; z-index:400;}
.cookiebar > div {display: block; padding:10px 0; width:100%;}
.cookiebar .cookiemsg {padding:0 2.5%; width:95%; max-width:1200px; margin:0 auto; line-height:1.2em; font-size:1.2em;}
.cookiebar .cookiebt {padding:10px 5% 0 2.5%; text-align:center; width:95%;}
.cookiebar .cookiemsg p {color:#ffffff; font-size:0.9em; text-align:center;}
.cookiebar .cookiemsg p a, .cookiebar .cookiemsg p a:active, .cookiebar .cookiemsg p a:visited {display:inline-block;}
.cookiebar .cookiemsg p a, .cookiebar .cookiemsg p a:active, .cookiebar .cookiemsg p a:visited {color:#ffffff; text-decoration:underline;}
.cookiebar .cookiebt a, .cookiebar .cookiebt a:active, .cookiebar .cookiebt a:visited {font-family:futura-pt-bold, sans-serif; color:#ffffff; text-transform:uppercase; font-size:1.4em; font-weight:700;}

/* FOOTER STYLING */
.footer_feature {background-image:url(../images/background/shading.png?upd=20250711163251); background-size:1440px auto; background-position:center top; background-repeat:no-repeat;}
.footer {background-color:#BA0072; color:#ffffff; text-align:center; width:100%; box-sizing:border-box; z-index:5; position:relative;}
.footer .inner {max-width:650px; margin:0 auto; padding:10px 20px 10px 20px;}
.footer .inner > div {padding:40px 0 10px 0;}
.footer a, .footer a:active, .footer a:hover, .footer a:visited {color:#ffffff; text-decoration:none;}
.footer .inner div.lower > span {margin:0 10px; font-size:1.3em; line-height:1.1em;}
.footer div.lower p {padding:5px 0 10px 0; font-size:0.8em; color:#ffffff;}
.footer .inner div.lower > span {font-size:1em; font-weight:700;}
.footer p.bold {font-size:0.95em !important; margin:15px 0 0 0;}
.footer .short_terms p span.bold, .footer .short_terms span.bold {font-weight:700;}
.footer .lower .short_terms {padding-top:10px; max-width:600px; margin:0 auto;}
.footer .inner div.lower div.short_terms p a {font-size:1em; text-decoration:underline;}
.second_footer {background-color:#f0aa2a; color:#000000; text-align:center; width:100%; box-sizing:border-box; z-index:5; position:relative;}
.second_footer .inner {margin:0 auto; padding:10px 20px 5px 20px;}
.second_footer div.lower p {padding:5px 0 10px 0; font-size:0.8em; color:#000000;}
.second_footer a, .second_footer a:active, .second_footer a:hover, .second_footer a:visited {color:#000000; text-decoration:none;}

/* SUBMITTING ANIMATION */
h1.submitting_message {color:#BA0072; text-align:center; font-size:38px !important; text-transform:uppercase; margin-left:31px;}
.loading_animation .one {opacity:0; -webkit-animation:dot 1.3s infinite; -webkit-animation-delay:0.0s; animation:dot 1.3s infinite; animation-delay:0.0s;}
.loading_animation .two {opacity:0; -webkit-animation:dot 1.3s infinite; -webkit-animation-delay:0.2s; animation:dot 1.3s infinite; animation-delay:0.2s;}
.loading_animation .three {opacity:0; -webkit-animation:dot 1.3s infinite; -webkit-animation-delay:0.3s; animation:dot 1.3s infinite; animation-delay:0.3s;}
@-webkit-keyframes dot {0%{opacity:0;} 50%{opacity:0;} 100%{opacity:1;}}
@keyframes dot {0%{opacity:0;} 50%{opacity:0;} 100%{opacity:1;}}

/* CUSTOM CHECKBOXES */
input[type="checkbox"] {display:none;}
.container_checkbox {display:block; position:relative; padding-left:50px; margin:17px 0 10px 0; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
.container_checkbox.left {text-align:left;}
.container_left {text-align:left;}
.container_checkbox input {position:absolute; opacity:0; cursor:pointer; height:0; width:0;}
.checkmark {position:absolute; top:3px; left:0; height:30px; width:30px; background-color:#FFF7A5; cursor:pointer; border:2px solid #000000; box-sizing:border-box;}
.container_checkbox:hover input ~ .checkmark {}
.container_checkbox input:checked ~ .checkmark {}
.checkmark:after {content:""; position:absolute; display:none;}
.container_checkbox input:checked ~ .checkmark:after {display:block;}
.container_checkbox .checkmark:after {left:10px; top:3px; width:6px; height:15px; border:solid #000000; border-width:0 5px 5px 0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg);}

/* BUTTON STYLING + BUTTON SETUPS */
div.button input[type="submit"], div.button input[type="submit"]:visited {background-image:url(../images/button/submit.png?upd=20250711163251); background-size:100% auto; background-position:top; background-repeat:no-repeat; cursor:pointer; background-color:transparent; border:0; color:transparent; width:252px; height:79px;}
div.button input[type="submit"]:hover, div.button input[type="submit"]:active {background-position:bottom;}
div.button a, div.button a:visited {width:199px; height:55px; border:3px solid #000000; background-color:#ffffff; box-shadow:4px 4px 0px 0px #000000; display:inline-block; color:#000000; text-decoration:none; font-family:"Roald Dahl",sans-serif; font-weight:bold; font-style:normal; font-size:1.75em; letter-spacing:1.96px; text-transform:uppercase; text-align:center; line-height:52px; display:flex; justify-content:center; align-items:end; cursor:pointer;}
div.button a:hover, div.button a:active {background:#fff7a4; box-shadow:6px 6px 0px 0px #000000 inset;}
div.button.enter a, div.button.enter a:visited {width:265px;}

/* MAIN CONTAINER STYLING */
.main_container {position:relative;}

/* DOB PAGE STYLING */
.page_index.page_dob .top_characters_container {position:absolute; top:-629px; left:50%; transform:translate(205px,0); display:none;}
.page_index.page_dob .top_characters_container .mrs_twit_balloons_container {width:776px;}
.page_index.page_dob .top_characters_container .mrs_twit_balloons_container img {width:100%;}
.page_index.page_dob .content_container .inner {padding:0 20px; box-sizing:border-box;}
.page_index.page_dob .content_container .lockup_container {max-width:675px; margin:34px auto 25px auto;}
.page_index.page_dob .content_container .lockup_container.mobile {display:none; max-width:210px; margin:42px auto 78px auto;}
.page_index.page_dob .content_container .lockup_container img {width:100%;}
.page_index.page_dob .dob_container {margin:0 auto 77px auto;}
.page_index.page_dob .dob_container h1 {font-size:2.5em; max-width:560px; margin:25px auto 35px auto;}
.page_index.page_dob .dob_content {width:100%; text-align:center; z-index:10; position:relative;}
.page_index.page_dob .age_input {display:inline-block; margin:0 5px 0 0;}
.page_index.page_dob .age_input input {width:30px; height:30px; box-sizing:border-box; text-align:center; padding:0; border:2px solid #000000; font-size:1em; background-color:#ffffff; font-family:"futura-pt",sans-serif; font-weight:500;}
.page_index.page_dob .age_input input::placeholder {color:#BA0072; /* Chrome, Firefox, Opera, Safari 10.1+ */ opacity:1; /* Firefox */}
.page_index.page_dob .age_input input:-ms-input-placeholder {color:#BA0072; /* Internet Explorer 10-11 */}
.page_index.page_dob .age_input input::-ms-input-placeholder {color:#BA0072; /* Microsoft Edge */}
.page_index.page_dob .age_day, .page_index.page_dob .age_month, .page_index.page_dob .age_year {display:inline-block;}
.page_index.page_dob .age_input_divide {display:inline-block; width:17px; text-align:center; color:#000000; height:30px; font-size:2em; font-weight:700; margin:0 0 0 -5px;}
.page_index.page_dob .dob_content p {margin:25px auto 25px auto; color:#BA0072;}
.page_index.page_dob .dob_content p.disclaimer {font-size:0.8em; max-width:314px;}
.page_index.page_dob .dob_content p a, .page_index.page_dob .dob_content p a:hover, .page_index.page_dob .dob_content p a:active, .page_index.page_dob .dob_content p a:visited {color:#BA0072;}
.page_index.page_dob .bottom_characters_container {position:relative;}
.page_index.page_dob .bottom_characters_container .james_grasshopper_container {width:277px; position:absolute; bottom:66px; right:50%; transform:translate(-328px,0);}
.page_index.page_dob .bottom_characters_container .james_grasshopper_container img {width:100%;}
.page_index.page_dob .bottom_characters_container .fantastical_fox_container {width:232px; position:absolute; bottom:65px; left:50%; transform:translate(209px,0);}
.page_index.page_dob .bottom_characters_container .fantastical_fox_container img {width:100%;}
.page_index.page_dob .footer_feature {height:260px; margin-top:-260px;}

/* HOME PAGE STYLING */
.page_home .top_characters_container {position:absolute; top:58px; right:50%; transform:translate(-375px,0);}
.page_home .top_characters_container .matilda_container {width:207px;}
.page_home .top_characters_container .matilda_container img {width:100%;}
.page_home .content_container .lockup_container {max-width:548px; margin:37px auto 54px auto;}
.page_home .content_container .lockup_container img {width:100%;}
.page_home .content_container .top_button_container {margin:0 auto;}
.page_home .content_container .top_button_container a {margin:0 auto;}
.page_home .content_container .packshot_container {width:1438px; position:absolute; left:50%; transform:translate(-50%,0); margin-top:-415px; z-index:-1;}
.page_home .content_container .packshot_container img {width:100%;}
.page_home .content_container .bottom_container {margin-top:920px;}
.page_home .content_container .bottom_container .bottom_button_container {margin: 0 auto 129px auto;}
.page_home .content_container .bottom_container .bottom_button_container .button {display:flex; justify-content:center; gap:40px;}
.page_home .bottom_characters_container {position:relative;}
.page_home .bottom_characters_container .charlie_mr_wonka_container {width:375px; position:absolute; bottom:72px; right:50%; transform:translate(-245px,0);}
.page_home .bottom_characters_container .charlie_mr_wonka_container img {width:100%;}
.page_home .bottom_characters_container .charlie_container {width:117px; position:absolute; bottom:32px; right:50%; transform:translate(-113px,0); display:none;}
.page_home .bottom_characters_container .charlie_container img {width:100%;}
.page_home .bottom_characters_container .bfg_container {width:633px; position:absolute; bottom:52px; left:50%; transform:translate(302px,0);}
.page_home .bottom_characters_container .bfg_container img {width:100%;}
.page_home .bottom_characters_container .mr_wonka_container {width:111px; position:absolute; bottom:32px; left:50%; transform:translate(105px,0); display:none;}
.page_home .bottom_characters_container .mr_wonka_container img {width:100%;}
.page_home .footer_feature {height:520px; margin-top:-520px; position:relative; z-index:-2;}

/* ABOUT PAGE STYLING */
.page_about .top_characters_container {position:absolute; top:-250px; left:50%; transform:translate(312px,0);}
.page_about .top_characters_container .miss_spider_container {width:370px;}
.page_about .top_characters_container .miss_spider_container img {width:100%;}
.page_about .content_container .lockup_container {width:548px; margin:37px auto 154px auto;}
.page_about .content_container .lockup_container img {width:100%;}
.page_about .content_container .text_container {padding:0 20px; box-sizing:border-box;}
.page_about .content_container .text_container p {font-size:2em; font-style:normal; font-weight:400; line-height:140%; text-align:center; max-width:815px; margin:47px auto;}
.page_about .content_container .top_button_container {margin:47px auto 0 auto;}
.page_about .content_container .top_button_container a {margin:0 auto;}
.page_about .content_container .packshot_container {width:1438px; position:absolute; left:50%; transform:translate(-50%,0); margin-top:-340px; z-index:-1;}
.page_about .content_container .packshot_container img {width:100%;}
.page_about .content_container .bottom_container {margin-top:1000px;}
.page_about .content_container .bottom_container .bottom_button_container {margin: 0 auto 129px auto;}
.page_about .content_container .bottom_container .bottom_button_container .button {display:flex; justify-content:center; gap:40px;}
.page_about .bottom_characters_container {position:relative;}
.page_about .bottom_characters_container .mr_twit_container {width:233px; position:absolute; bottom:41px; right:50%; transform:translate(-345px,0);}
.page_about .bottom_characters_container .mr_twit_container img {width:100%;}
.page_about .bottom_characters_container .mrs_twit_container {width:310px; position:absolute; bottom:41px; left:50%; transform:translate(290px,0);}
.page_about .bottom_characters_container .mrs_twit_container img {width:100%;}
.page_about .footer_feature {height:455px; margin-top:-455px; position:relative; z-index:-2;}

/* PRIZES PAGE STYLING */
.page_prizes .top_characters_container {position:absolute; top:-341px; left:50%; transform:rotate(3.917deg) translate(307px,0);}
.page_prizes .top_characters_container .mrs_twit_balloons_container {width:675px;}
.page_prizes .top_characters_container .mrs_twit_balloons_container img {width:100%;}
.page_prizes .content_container .lockup_container {max-width:548px; margin:37px auto 81px auto;}
.page_prizes .content_container .lockup_container img {width:100%;}
.page_prizes .content_container h1 {margin:0 auto 56px auto; font-size:2.5em; max-width:739px; padding:0 20px;}
.page_prizes .content_container .prizes_container {display:flex; flex-wrap:wrap; justify-content:space-around; gap:75px 0; max-width:990px; margin:0 auto;}
.page_prizes .content_container .prizes_container .prize_container {max-width:475px; width:100%;}
.page_prizes .content_container .prizes_container .prize_container .prize_image_container {background-color:#ffffff; border:3px solid #000000; width:475px; box-sizing:border-box;}
.page_prizes .content_container .prizes_container .prize_container .prize_image_container img {width:100%;}
.page_prizes .content_container .prizes_container .prize_container .prize_details {margin:20px auto 0 auto; padding:0 20px;}
.page_prizes .content_container .prizes_container .prize_container .prize_details p {max-width:411px; width:100%; margin: 0 auto; text-align:center; font-size:1.75em; line-height:140%;}
.page_prizes .content_container .prizes_container .prize_container .prize_details p.details {font-size:0.95em; margin:10px auto 0 auto;}
.page_prizes .content_container .prizes_container .prize_container.museum .prize_details p {max-width:270px;}
.page_prizes .content_container .alternative_prize_container {margin:40px auto; padding:0 30px;}
.page_prizes .content_container .alternative_prize_container h1 {color:#BA0072;}
.page_prizes .content_container .terms_container {margin:40px auto; padding:0 30px; box-sizing:border-box;}
.page_prizes .content_container .terms_container p {font-size:1.2em; text-align:center;}
.page_prizes .content_container .top_button_container {margin:69px auto 703px auto;}
.page_prizes .content_container .top_button_container a {margin:0 auto;}
.page_prizes .bottom_container .bottom_button_container {margin: 0 auto 130px auto; position:relative; z-index:5;}
.page_prizes .bottom_container .bottom_button_container .button {display:flex; justify-content:center; gap:40px;}
.page_prizes .bottom_characters_container {position:relative;}
.page_prizes .bottom_characters_container .james_giant_peach_container {width:1286px; position:absolute; bottom:-770px; right:50%; transform:translate(508px,0);}
.page_prizes .bottom_characters_container .james_giant_peach_container img {width:100%;}
.page_prizes .footer_feature {height:254px; margin-top:-254px; position:relative; z-index:-2;}

/* ENTER PAGE STYLING */
.page_enter .top_characters_container {position:absolute; top:-114px; right:50%; transform:translate(-420px,0);}
.page_enter .top_characters_container .matilda_container {width:207px;}
.page_enter .top_characters_container .matilda_container img {width:100%;}
.page_enter .top_characters_container .matilda_alt_container {width:80px; display:none;}
.page_enter .top_characters_container .matilda_alt_container img {width:100%;}
.page_enter .content_container .title_container {max-width:390px; margin:74px auto 70px auto; padding:0 20px;}
.page_enter .content_container .title_container img {width:100%;}
.page_enter .content_container h1 {margin:0 auto 47px auto; font-size:2.5em; max-width:588px;}
.page_enter .form_container {text-align:center; padding:0 20px;}
.page_enter .form_container .frm_elements {margin:0 auto 35px auto;}
.page_enter .form_container div.frmrow {display:flex; justify-content:space-between; max-width:720px; width:100%; margin:0 auto;}
.page_enter .form_container input[type="text"], .page_enter .form_container input[type="tel"], .page_enter .form_container input[type="email"], .page_enter .form_container select {border:3px solid #000000; background-color:#fff7a5; padding:10px 20px; margin:12px 0; width:100%; box-sizing:border-box; text-transform:uppercase; color:#000000; font-size:1em;}
.page_enter .form_container input[type="tel"] {padding:10px 20px 10px 55px;}
.page_enter .form_container .iti {width:100%; margin:12px 0;}
.page_enter .form_container .iti__dropdown-content .iti__search-input {display:none;}
.page_enter .form_container .iti .iti__selected-country-primary {border-radius:60px 0 0 60px;}
.page_enter .form_container div.errors {color:#ffffff !important; text-align:center; font-size:1.4em; margin-bottom:10px;}
.page_enter .form_container .full {width:100%;}
.page_enter .form_container .half {width:50%;}
.page_enter .form_container .half:first-child {margin-right:10px;}
.page_enter .form_container .half:nth-child(2) {margin-left:10px;}
.page_enter .form_container .mobile_disclaimer {font-size:0.8em; color:#BA0072; margin:0 auto; text-align:center;}
.page_enter .form_container .chkbox_elements {margin:55px 20px 60px 20px;}
.page_enter .form_container .checkbox_container {display:block; position:relative; padding-left:45px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; margin:20px auto; max-width:650px; box-sizing:border-box;}
.page_enter .form_container .checkbox_container label {cursor:pointer; color:#BA0072; height:33px; text-align:left; line-height:2.2em; font-size:1.1em;}
.page_enter .form_container .checkbox_container label a {line-height:2.2em; color:#BA0072;}
.page_enter .form_container .container_checkbox .checkmark:after {left:8px; top:1px;}
.page_enter .form_container .checkbox_container.wrap_up_draw_label label {line-height:1em; padding-top:9px; height:92px;}
.page_enter .form_container .checkbox_container.wrap_up_draw_label label a {line-height:1em; color:#ffffff;}
.page_enter .form_container .disclaimer {margin:20px auto 40px auto;}
.page_enter .form_container .disclaimer p {font-size:0.8em; max-width:550px; margin:0 auto; text-align:center;}
.page_enter .form_container .disclaimer p a {color:#BA0072;}
.page_enter .content_container .navigation_bar {margin:183px auto 129px auto;}
.page_enter .content_container .navigation_bar .button {display:flex; justify-content:center; gap:40px;}
.page_enter .bottom_characters_container {position:relative;}
.page_enter .bottom_characters_container .bfg_sophie_container {width:564px; position:absolute; bottom:-48px; left:50%; transform:translate(217px,0);}
.page_enter .bottom_characters_container .bfg_sophie_container img {width:100%;}
.page_enter .footer_feature {height:285px; margin-top:-285px; position:relative; z-index:-2;}

/* VERIFY PAGE STYLING */
.page_verify .content_container .title_container {max-width:390px; margin:74px auto 70px auto; padding:0 20px;}
.page_verify .content_container .title_container img {width:100%;}
.page_verify .content_container h1 {margin:0 auto 47px auto; font-size:2.5em; max-width:440px;}
.page_verify .form_container {text-align:center; padding:0 20px;}
.page_verify .form_container .frm_elements {margin:0 auto 35px auto;}
.page_verify .form_container div.frmrow {display:flex; justify-content:space-between; max-width:720px; width:100%; margin:0 auto;}
.page_verify .form_container input[type="text"] {border:3px solid #000000; background-color:#fff7a5; padding:10px 20px; margin:12px 0; width:100%; box-sizing:border-box; text-transform:uppercase; color:#000000; font-size:1em;}
.page_verify .form_container div.errors {color:#ffffff !important; text-align:center; font-size:1.4em; margin-bottom:10px;}
.page_verify .form_container .full {max-width:346px; margin:0 auto;}
.page_verify .content_container .navigation_bar {margin:183px auto 129px auto;}
.page_verify .content_container .navigation_bar .button {display:flex; justify-content:center; gap:40px;}
.page_verify .bottom_characters_container {position:relative;}
.page_verify .bottom_characters_container .charlie_container {width:325px; position:absolute; bottom:99px; right:50%; transform:translate(-315px,0);}
.page_verify .bottom_characters_container .charlie_container img {width:100%;}
.page_verify .bottom_characters_container .mr_wonka_container {width:330px; position:absolute; bottom:101px; left:50%; transform:translate(320px,0);}
.page_verify .bottom_characters_container .mr_wonka_container img {width:100%;}
.page_verify .bottom_characters_container .charlie_mr_wonka_container {width:161px; position:absolute; bottom:235px; right:50%; transform:translate(50%,0); display:none;}
.page_verify .bottom_characters_container .charlie_mr_wonka_container img {width:100%;}
.page_verify .footer_feature {height:285px; margin-top:-285px; position:relative; z-index:-2;}

/* COMPLETE PAGE STYLING */
.page_complete .top_characters_container {position:absolute; top:-141px; right:50%; transform:translate(-356px,0);}
.page_complete .top_characters_container .balloons_container {width:258px;}
.page_complete .top_characters_container .balloons_container img {width:100%;}
.page_complete .content_container .title_container {max-width:390px; margin:65px auto 0 auto; padding:0 20px;}
.page_complete .content_container .title_container img {width:100%;}
.page_complete .content_container .thank_you_container {max-width:626px; margin:0 auto 21px auto; padding:0 20px;}
.page_complete .content_container .thank_you_container img {width:100%;}
.page_complete .content_container .text_container {padding:0 20px; box-sizing:border-box;}
.page_complete .content_container .text_container p {font-size:2em; font-style:normal; font-weight:400; line-height:140%; text-align:center; max-width:560px; margin:12px auto;}
.page_complete .content_container div.button.large a {width:503px; margin:85px auto 149px auto;}
.page_complete .bottom_characters_container {position:relative;}
.page_complete .bottom_characters_container .james_grasshopper_container {width:246px; position:absolute; bottom:120px; left:50%; transform:translate(398px,0);}
.page_complete .bottom_characters_container .james_grasshopper_container img {width:100%;}
.page_complete .footer_feature {height:285px; margin-top:-285px; position:relative; z-index:-2;}

/* CLAIM FORM PAGE STYLING */
.page_claim_form .top_characters_container {position:absolute; top:-114px; right:50%; transform:translate(-420px,0);}
.page_claim_form .top_characters_container .matilda_container {width:230px;}
.page_claim_form .top_characters_container .matilda_container img {width:100%;}
.page_claim_form .top_characters_container .matilda_alt_container {width:80px; display:none;}
.page_claim_form .top_characters_container .matilda_alt_container img {width:100%;}
.page_claim_form .content_container .title_container {max-width:390px; margin:74px auto 70px auto; padding:0 20px;}
.page_claim_form .content_container .title_container img {width:100%;}
.page_claim_form .content_container h1 {margin:0 auto 47px auto; font-size:2.5em; max-width:588px;}
.page_claim_form .content_container p {font-size:1.2em;}
.page_claim_form .form_container {text-align:center; padding:0 20px;}
.page_claim_form .form_container .frm_elements {margin:0 auto 35px auto;}
.page_claim_form .form_container div.frmrow {display:flex; justify-content:space-between; max-width:720px; width:100%; margin:0 auto;}
.page_claim_form .form_container input[type="text"], .page_claim_form .form_container input[type="tel"], .page_claim_form .form_container input[type="email"], .page_claim_form .form_container select {border:3px solid #000000; background-color:#fff7a5; padding:10px 20px; margin:12px 0; width:100%; box-sizing:border-box; text-transform:uppercase; color:#000000; font-size:1em;}
.page_claim_form .form_container input[type="tel"] {padding:10px 20px 10px 55px;}
.page_claim_form .form_container .iti {width:100%; margin:12px 0;}
.page_claim_form .form_container .iti__dropdown-content .iti__search-input {display:none;}
.page_claim_form .form_container .iti .iti__selected-country-primary {border-radius:60px 0 0 60px;}
.page_claim_form .form_container div.errors {color:#ffffff !important; text-align:center; font-size:1.4em; margin-bottom:10px;}
.page_claim_form .form_container .full {width:100%;}
.page_claim_form .form_container .half {width:50%;}
.page_claim_form .form_container .half:first-child {margin-right:10px;}
.page_claim_form .form_container .half:nth-child(2) {margin-left:10px;}
.page_claim_form .form_container .mobile_disclaimer {font-size:0.8em; color:#BA0072; margin:0 auto; text-align:center;}
.page_claim_form .form_container .chkbox_elements {margin:55px 20px 60px 20px;}
.page_claim_form .form_container .checkbox_container {display:block; position:relative; padding-left:45px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; margin:20px auto; max-width:650px; box-sizing:border-box;}
.page_claim_form .form_container .checkbox_container label {cursor:pointer; color:#BA0072; height:33px; text-align:left; line-height:2.2em; font-size:1.1em;}
.page_claim_form .form_container .checkbox_container label a {line-height:2.2em; color:#BA0072;}
.page_claim_form .form_container .container_checkbox .checkmark:after {left:8px; top:1px;}
.page_claim_form .form_container .checkbox_container.wrap_up_draw_label label {line-height:1em; padding-top:9px; height:92px;}
.page_claim_form .form_container .checkbox_container.wrap_up_draw_label label a {line-height:1em; color:#ffffff;}
.page_claim_form .form_container .disclaimer {margin:20px auto 40px auto;}
.page_claim_form .form_container .disclaimer p {font-size:0.8em; max-width:550px; margin:0 auto; text-align:center;}
.page_claim_form .form_container .disclaimer p a {color:#BA0072;}
.page_claim_form .content_container .navigation_bar {margin:183px auto 129px auto;}
.page_claim_form .content_container .navigation_bar .button {display:flex; justify-content:center; gap:40px;}
.page_claim_form .bottom_characters_container {position:relative;}
.page_claim_form .bottom_characters_container .bfg_sophie_container {width:564px; position:absolute; bottom:-48px; left:50%; transform:translate(217px,0);}
.page_claim_form .bottom_characters_container .bfg_sophie_container img {width:100%;}
.page_claim_form .footer_feature {height:285px; margin-top:-285px; position:relative; z-index:-2;}

/* CLAIM COMPLETE PAGE STYLING */
.page_claim_complete .top_characters_container {position:absolute; top:-262px; right:50%; transform:translate(-325px,0);}
.page_claim_complete .top_characters_container .mr_twit_ladder_container {width:456px;}
.page_claim_complete .top_characters_container .mr_twit_ladder_container img {width:100%;}
.page_claim_complete .content_container .title_container {max-width:390px; margin:65px auto 0 auto; padding:0 20px;}
.page_claim_complete .content_container .title_container img {width:100%;}
.page_claim_complete .content_container .thank_you_container {max-width:626px; margin:0 auto 21px auto; padding:0 20px;}
.page_claim_complete .content_container .thank_you_container img {width:100%;}
.page_claim_complete .content_container .text_container {padding:0 20px; box-sizing:border-box;}
.page_claim_complete .content_container .text_container p {font-size:2em; font-style:normal; font-weight:400; line-height:140%; text-align:center; max-width:560px; margin:12px auto;}
.page_claim_complete .content_container div.button.large a {width:503px; margin:85px auto 149px auto;}
.page_claim_complete .bottom_characters_container {position:relative;}
.page_claim_complete .bottom_characters_container .james_grasshopper_container {width:246px; position:absolute; bottom:120px; left:50%; transform:translate(398px,0);}
.page_claim_complete .bottom_characters_container .james_grasshopper_container img {width:100%;}
.page_claim_complete .footer_feature {height:285px; margin-top:-285px; position:relative; z-index:-2;}

/* ERROR PAGE STYLING */
.page_error .content_container .title_container {max-width:390px; margin:74px auto 70px auto; padding:0 20px;}
.page_error .content_container .title_container img {width:100%;}
.page_error .content_container h1 {margin:0 auto 47px auto; font-size:2.5em; max-width:440px;}
.page_error .text_container {text-align:center; padding:0 20px;}
.page_error .text_container p {font-size:1.5em; margin:25px auto;}
.page_error .content_container .navigation_bar {margin:183px auto 129px auto;}
.page_error .content_container .navigation_bar .button {display:flex; justify-content:center; gap:40px;}
.page_error .bottom_characters_container {position:relative;}
.page_error .bottom_characters_container .charlie_container {width:325px; position:absolute; bottom:99px; right:50%; transform:translate(-315px,0);}
.page_error .bottom_characters_container .charlie_container img {width:100%;}
.page_error .bottom_characters_container .mr_wonka_container {width:330px; position:absolute; bottom:101px; left:50%; transform:translate(320px,0);}
.page_error .bottom_characters_container .mr_wonka_container img {width:100%;}
.page_error .bottom_characters_container .charlie_mr_wonka_container {width:161px; position:absolute; bottom:235px; right:50%; transform:translate(50%,0); display:none;}
.page_error .bottom_characters_container .charlie_mr_wonka_container img {width:100%;}
.page_error .footer_feature {height:285px; margin-top:-285px; position:relative; z-index:-2;}

/* LEGAL PAGE STYLING */
.page_legal .board {margin:97px auto 64px auto; max-width:941px; width:100%; box-sizing:border-box; border:3px solid #000000; background-color:#ffffff;}
.page_legal .board .board_inner {padding:82px 77px;}
.page_legal .board .board_inner h1 {margin:0 auto 58px auto; max-width:515px; width:100%; text-align:center; font-size:2.5em;}
.page_legal .board .board_inner h2 {margin:15px 0 5px 0; font-size:1.3em; font-weight:bold;}
.page_legal .board .board_inner h3 {margin:15px 0 5px 0; font-size:1.1em; font-weight:bold;}
.page_legal .board .board_inner h4 {margin:15px 0 5px 0; font-size:1em; font-weight:bold;}
.page_legal .board .board_inner ol.list > li, .page_legal .board .board_inner ul.list > li {margin:5px 0 5px 20px; padding:0 0 0 5px;}
.page_legal .board .board_inner ol.list li > ol {list-style-type:lower-alpha;}
.page_legal .board .board_inner p {margin:10px 0; font-size:1.15em;}
.page_legal .board .board_inner table {margin:5px 0 10px 0; width:100%;}
.page_legal .board .board_inner table, .page_legal .board .board_inner table td, .page_legal .board .board_inner table th {border-color:#000000; border-style:solid; border-width:1px;}
.page_legal .board .board_inner table td, .page_legal .board .board_inner table th {padding:3px;}
.page_legal .board .board_inner span.bold {font-weight:bold;}
.page_legal .navigation_bar div.button a {margin:64px auto 133px auto;}

/* TERMS PAGE STYLING */
.page_terms .bottom_characters_container {position:relative;}
.page_terms .bottom_characters_container .sophie_container {width:144px; position:absolute; bottom:67px; right:50%; transform:translate(-520px,0);}
.page_terms .bottom_characters_container .sophie_container img {width:100%;}
.page_terms .bottom_characters_container .bfg_container {width:621px; position:absolute; bottom:67px; left:50%; transform:translate(400px,0);}
.page_terms .bottom_characters_container .bfg_container img {width:100%;}
.page_terms .footer_feature {height:338px; margin-top:-338px; position:relative; z-index:-2;}

/* PRIVACY PAGE STYLING */
.page_privacy .top_characters_container {position:absolute; top:44px; right:50%; transform:translate(-435px,0);}
.page_privacy .top_characters_container .bird_container {width:190px;}
.page_privacy .top_characters_container .bird_container img {width:100%;}
.page_privacy .bottom_characters_container {position:relative;}
.page_privacy .bottom_characters_container .james_ladybird_container {width:291px; position:absolute; bottom:-71px; right:50%; transform:translate(-355px,0);}
.page_privacy .bottom_characters_container .james_ladybird_container img {width:100%;}
.page_privacy .bottom_characters_container .monkeys_container {width:365px; position:absolute; bottom:-17px; left:50%; transform:translate(285px,0);}
.page_privacy .bottom_characters_container .monkeys_container img {width:100%;}
.page_privacy .footer_feature {height:272px; margin-top:-272px; position:relative; z-index:-2;}

/* COOKIE PAGE STYLING */
.page_cookie .top_characters_container {position:absolute; top:44px; right:50%; transform:translate(-435px,0);}
.page_cookie .top_characters_container .bird_container {width:190px;}
.page_cookie .top_characters_container .bird_container img {width:100%;}
.page_cookie .bottom_characters_container {position:relative;}
.page_cookie .bottom_characters_container .james_ladybird_container {width:291px; position:absolute; bottom:-71px; right:50%; transform:translate(-355px,0);}
.page_cookie .bottom_characters_container .james_ladybird_container img {width:100%;}
.page_cookie .bottom_characters_container .monkeys_container {width:365px; position:absolute; bottom:-17px; left:50%; transform:translate(285px,0);}
.page_cookie .bottom_characters_container .monkeys_container img {width:100%;}
.page_cookie .footer_feature {height:272px; margin-top:-272px; position:relative; z-index:-2;}

/* TERMS OF USE PAGE STYLING */
.page_terms_of_use .top_characters_container {position:absolute; top:-226px; left:50%; transform:translate(450px,0);}
.page_terms_of_use .top_characters_container .balloons_container {width:211px;}
.page_terms_of_use .top_characters_container .balloons_container img {width:100%;}
.page_legal.page_terms_of_use .board {max-width:707px;}
.page_legal.page_terms_of_use .board .board_inner h1 {max-width:340px;}
.page_legal.page_terms_of_use .board .board_inner p {margin:25px 0; text-align:center;}
.page_terms_of_use .bottom_characters_container {position:relative;}
.page_terms_of_use .bottom_characters_container .matilda_books_container {width:373px; position:absolute; bottom:39px; right:50%; transform:translate(-260px,0);}
.page_terms_of_use .bottom_characters_container .matilda_books_container img {width:100%;}
.page_terms_of_use .bottom_characters_container .sophie_container {width:57px; position:absolute; bottom:38px; right:50%; transform:translate(-100px,0); display:none;}
.page_terms_of_use .bottom_characters_container .sophie_container img {width:100%;}
.page_terms_of_use .bottom_characters_container .fantastic_fox_container {width:236px; position:absolute; bottom:66px; left:50%; transform:translate(400px,0);}
.page_terms_of_use .bottom_characters_container .fantastic_fox_container img {width:100%;}
.page_terms_of_use .bottom_characters_container .bfg_container {width:244px; position:absolute; bottom:28px; left:50%; transform:translate(110px,0); display:none;}
.page_terms_of_use .bottom_characters_container .bfg_container img {width:100%;}
.page_terms_of_use .footer_feature {height:188px; margin-top:-188px; position:relative; z-index:-2;}

/* ADMIN PAGE STYLING */
.page_admin .content_container .title_container {max-width:390px; margin:74px auto 70px auto; padding:0 20px;}
.page_admin .content_container .title_container img {width:100%;}
.page_admin .content_container h1 {margin:0 auto 47px auto; font-size:2.5em; max-width:440px;}
.page_admin .form_container {text-align:center; padding:0 20px;}
.page_admin .form_container .frm_elements {margin:0 auto 35px auto;}
.page_admin .form_container div.frmrow {display:flex; justify-content:space-between; max-width:720px; width:100%; margin:0 auto;}
.page_admin .form_container input[type="text"], .page_admin .form_container input[type="email"], .page_admin .form_container input[type="password"] {border:3px solid #000000; background-color:#fff7a5; padding:10px 20px; margin:12px 0; width:100%; box-sizing:border-box; text-transform:uppercase; color:#000000; font-size:1em;}
.page_admin .form_container div.errors {color:#ffffff !important; text-align:center; font-size:1.4em; margin-bottom:10px;}
.page_admin .form_container .full {max-width:346px; margin:0 auto;}
.page_admin .form_container div.button a {margin: 0 auto;}
.page_admin .resultstbl {width:100%; margin:0 auto; padding:10px 0 10px 0; display:block; max-width:550px;}
.page_admin .resultstbl table {color:#BA0072; border:none; border-spacing:0; border-collapse:collapse; width:100%;}
.page_admin .resultstblhdr, .page_admin .resultstblftr {color:#BA0072;}
.page_admin .resultstblhdr th {border-bottom:solid 3px #BA0072; color:#BA0072;}
.page_admin .resultstbl th {padding:5px 5px 5px 5px;}
.page_admin .resultstblodd td, .page_admin .resultstbleven td, .page_admin .resultstblhighlight td {border-bottom:1px solid #BA0072;}
.page_admin .resultstbl td {vertical-align:top; padding:8px 5px 8px 5px; color:#BA0072;}
.page_admin .resultstbl td a {color:#BA0072;}
.page_admin .resultstbl td a:visted, .page_admin .board .board_para a:active {text-decoration:none;}
.page_admin .alignl {text-align:left;}
.page_admin .alignc {text-align:center;}
.page_admin .resultstblodd {}
.page_admin .resultstbleven {}
.page_admin .content_container .navigation_bar {margin:183px auto 129px auto;}
.page_admin .content_container .navigation_bar .button {display:flex; justify-content:center; gap:40px;}
.page_admin .bottom_characters_container {position:relative;}
.page_admin .bottom_characters_container .charlie_container {width:325px; position:absolute; bottom:99px; right:50%; transform:translate(-315px,0);}
.page_admin .bottom_characters_container .charlie_container img {width:100%;}
.page_admin .bottom_characters_container .mr_wonka_container {width:330px; position:absolute; bottom:101px; left:50%; transform:translate(320px,0);}
.page_admin .bottom_characters_container .mr_wonka_container img {width:100%;}
.page_admin .bottom_characters_container .charlie_mr_wonka_container {width:161px; position:absolute; bottom:235px; right:50%; transform:translate(50%,0); display:none;}
.page_admin .bottom_characters_container .charlie_mr_wonka_container img {width:100%;}
.page_admin .footer_feature {height:285px; margin-top:-285px; position:relative; z-index:-2;}

/* ############################################ */
/* ############ RESPONSIVE QUERIES ############ */
/* ############################################ */
@media (min-width:1441px){
	/* FOOTER STYLING */
	.footer_feature {background-size:100% auto;}
}

@media (max-width:1240px){
	/* PRIZES PAGE STYLING */
	.page_prizes .top_characters_container {display:none;}
	/* COMPLETE PAGE STYLING */
	.page_complete .bottom_characters_container .james_grasshopper_container {position:initial; transform:none; margin:0 auto 44px auto;}
	/* CLAIM COMPLETE PAGE STYLING */
	.page_claim_complete .bottom_characters_container .james_grasshopper_container {position:initial; transform:none; margin:0 auto 44px auto;}
}

@media (max-width:1180px){
	/* DOB PAGE STYLING */
	.page_index.page_dob .top_characters_container {display:none;}
	.page_index.page_dob .bottom_characters_container .james_grasshopper_container {display:none;}
	/* CLAIM COMPLETE PAGE STYLING */
	.page_claim_complete .top_characters_container {display:none;}
	/* TERMS PAGE STYLING */
	.page_terms .bottom_characters_container {display:none;}
	/* PRIVACY PAGE STYLING */
	.page_privacy .top_characters_container {display:none;}
	.page_privacy .bottom_characters_container {display:none;}
	/* COOKIE PAGE STYLING */
	.page_cookie .top_characters_container {display:none;}
	.page_cookie .bottom_characters_container {display:none;}
}

@media (max-width:1150px){
	/* HOME PAGE STYLING */
	.page_home .top_characters_container {display:none;}
	.page_home .bottom_characters_container .charlie_mr_wonka_container {display:none;}
	/* ABOUT PAGE STYLING */
	.page_about .top_characters_container .miss_spider_container {width:128px;}
	.page_about .bottom_characters_container .mr_twit_container {width:86px;}
	.page_about .bottom_characters_container .mrs_twit_container {width:114px;}
	/* ENTER PAGE STYLING */
	.page_enter .top_characters_container {top:93px; transform:translate(-324px,0);}
	.page_enter .top_characters_container .matilda_container {display:none;}
	.page_enter .top_characters_container .matilda_alt_container {display:block;}
	.page_enter .bottom_characters_container .bfg_sophie_container {width:222px; bottom:-10px; transform:translate(383px,0);}
	/* TERMS OF USE PAGE */
	.page_terms_of_use .bottom_characters_container .fantastic_fox_container {display:none;}
	/* CLAIM FORM PAGE STYLING */
	.page_claim_form .top_characters_container {top:93px; transform:translate(-324px,0);}
	.page_claim_form .top_characters_container .matilda_container {display:none;}
	.page_claim_form .top_characters_container .matilda_alt_container {display:block;}
	.page_claim_form .bottom_characters_container .bfg_sophie_container {width:222px; bottom:-10px; transform:translate(383px,0);}
}

@media (max-width:1060px){
	/* HOME PAGE STYLING */
	.page_home .content_container .packshot_container {width:1052px; margin-top:-290px;}
	.page_home .bottom_characters_container .bfg_container {display:none;}
	.page_home .bottom_characters_container .charlie_container {display:block;}
	.page_home .bottom_characters_container .mr_wonka_container {display:block;}
	.page_home .content_container .bottom_container {margin-top:706px;}
	.page_home .content_container .bottom_container .bottom_button_container {margin:0 auto 43px auto;}
	.page_home .content_container .bottom_container .bottom_button_container div.button {display:block;}
	.page_home .content_container .bottom_container .bottom_button_container div.button a {margin:0 auto 20px auto;}
	.page_home .content_container .bottom_container .bottom_button_container div.button a:last-child {margin:0 auto 20px auto;}
	.page_home .footer_feature {height:370px; margin-top:-370px;}
	/* ABOUT PAGE STYLING */
	.page_about .content_container .packshot_container {width:1052px; margin-top:-290px;}
	.page_about .content_container .bottom_container {margin-top:706px;}
	.page_about .content_container .bottom_container .bottom_button_container {margin:0 auto 43px auto;}
	.page_about .content_container .bottom_container .bottom_button_container div.button {display:block;}
	.page_about .content_container .bottom_container .bottom_button_container div.button a {margin:0 auto 20px auto;}
	.page_about .content_container .bottom_container .bottom_button_container div.button a:last-child {margin:0 auto 20px auto;}
	.page_about .footer_feature {height:370px; margin-top:-370px;}
	/* PRIZES PAGE STYLING */
	.page_prizes .content_container .prizes_container {display:block;}
	.page_prizes .content_container .prizes_container .prize_container {margin:0 auto 28px auto;}
	.page_prizes .bottom_container .bottom_button_container {margin:0 auto 60px auto;}
	.page_prizes .bottom_container .bottom_button_container div.button {display:block;}
	.page_prizes .bottom_container .bottom_button_container div.button a {margin:0 auto 20px auto;}
	.page_prizes .bottom_container .bottom_button_container div.button a:last-child {margin:0 auto 20px auto;}
	/* ENTER PAGE STYLING */
	.page_enter .bottom_characters_container .bfg_sophie_container {transform:translate(330px,0);}
	.page_enter .content_container .navigation_bar {margin:183px auto 43px auto;}
	.page_enter .content_container .navigation_bar div.button {display:block;}
	.page_enter .content_container .navigation_bar div.button a {margin:0 auto 20px auto;}
	.page_enter .content_container .navigation_bar div.button a:last-child {margin:0 auto 20px auto;}
	.page_enter .footer_feature {height:340px; margin-top:-340px;}
	/* VERIFY PAGE STYLING */
	.page_verify .content_container .navigation_bar {margin:260px auto 129px auto;}
	.page_verify .bottom_characters_container .charlie_container {display:none;}
	.page_verify .bottom_characters_container .mr_wonka_container {display:none;}
	.page_verify .bottom_characters_container .charlie_mr_wonka_container {display:block;}
	/* ERROR PAGE STYLING */
	.page_error .content_container .navigation_bar {margin:260px auto 129px auto;}
	.page_error .bottom_characters_container .charlie_container {display:none;}
	.page_error .bottom_characters_container .mr_wonka_container {display:none;}
	.page_error .bottom_characters_container .charlie_mr_wonka_container {display:block;}
	/* CLAIM FORM PAGE STYLING */
	.page_claim_form .bottom_characters_container .bfg_sophie_container {transform:translate(330px,0);}
	.page_claim_form .content_container .navigation_bar {margin:183px auto 43px auto;}
	.page_claim_form .content_container .navigation_bar div.button {display:block;}
	.page_claim_form .content_container .navigation_bar div.button a {margin:0 auto 20px auto;}
	.page_claim_form .content_container .navigation_bar div.button a:last-child {margin:0 auto 20px auto;}
	.page_claim_form .footer_feature {height:340px; margin-top:-340px;}
	/* ADMIN PAGE STYLING */
	.page_admin .content_container .navigation_bar {margin:260px auto 129px auto;}
	.page_admin .bottom_characters_container .charlie_container {display:none;}
	.page_admin .bottom_characters_container .mr_wonka_container {display:none;}
	.page_admin .bottom_characters_container .charlie_mr_wonka_container {display:block;}
}

@media (max-width:1030px){
	/* TERMS OF USE PAGE */
	.page_terms_of_use .top_characters_container {display:none;}
	.page_terms_of_use .bottom_characters_container .matilda_books_container {display:none;}
}

@media (max-width:955px){
	/* ENTER PAGE STYLING */
	.page_enter .bottom_characters_container .bfg_sophie_container {transform:translate(280px,0);}
	/* CLAIM FORM PAGE STYLING */
	.page_claim_form .bottom_characters_container .bfg_sophie_container {transform:translate(280px,0);}
}

@media (max-width:900px){
	/* BRANDS AND LOGO STYLING */
	.brands_container {max-width:460px;}
	.brands_container .mr_kipling_container {max-width:135px;}
	.brands_container .ambrosia_container {max-width:149px;}
	.brands_container .angel_delight_container {max-width:116px;}
}

@media (max-width:870px){
	/* ABOUT PAGE STYLING */
	.page_about .top_characters_container {top:-186px; transform:translate(233px,0);}
	.page_about .bottom_characters_container .mr_twit_container {transform:translate(-135px,0);}
	.page_about .bottom_characters_container .mrs_twit_container {transform:translate(135px,0);}
}

@media (max-width:845px){
	/* ENTER PAGE STYLING */
	.page_enter .bottom_characters_container .bfg_sophie_container {transform:translate(220px,0);}
	/* CLAIM FORM PAGE STYLING */
	.page_claim_form .bottom_characters_container .bfg_sophie_container {transform:translate(220px,0);}
}

@media (max-width:800px){
	/* DOB PAGE STYLING */
	.page_index.page_dob .dob_container {margin:0 auto 225px auto;}
	.page_index.page_dob .bottom_characters_container .james_grasshopper_container {display:block; width:109px; bottom:27px; transform:translate(-70px,0);}
	.page_index.page_dob .bottom_characters_container .fantastical_fox_container {width:75px; bottom:38px; transform:translate(80px,0);}
	.page_index.page_dob .footer_feature {height:116px; margin-top:-116px;}
}

@media (max-width:780px){
	/* ENTER PAGE STYLING */
	.page_enter .top_characters_container {top:140px; transform:translate(-105px,0);}
	.page_enter .content_container h1 {width:183px; font-size:1.5em; letter-spacing:1px;}
	/* COMPLETE PAGE STYLING */
	.page_complete .top_characters_container {display:none;}
	/* LEGAL PAGE STYLING */
	.page_legal .board {max-width:calc(100% - 80px); margin:32px auto 31px auto;}
	.page_legal .board .board_inner {padding:29px 34px;}
	.page_legal .board .board_inner h1 {font-size:1.5em; line-height:35px; margin:0 auto 30px auto;}
	.page_legal .board .board_inner p {font-size:0.9em;}
	/* TERMS OF USE STYLING */
	.page_legal.page_terms_of_use .board {width:300px; margin:263px auto 17px auto;}
	.page_legal.page_terms_of_use .navigation_bar div.button a {margin:17px auto 264px auto;}
	.page_legal.page_terms_of_use .bottom_characters_container .sophie_container {display:block;}
	.page_legal.page_terms_of_use .bottom_characters_container .bfg_container {display:block;}
	/* CLAIM FORM PAGE STYLING */
	.page_claim_form .top_characters_container {top:140px; transform:translate(-105px,0);}
	.page_claim_form .content_container h1 {width:183px; font-size:1.5em; letter-spacing:1px;}
}

@media (max-width:725px){
	/* ENTER PAGE STYLING */
	.page_enter .bottom_characters_container .bfg_sophie_container {transform:translate(165px,0);}
	/* CLAIM FORM PAGE STYLING */
	.page_claim_form .bottom_characters_container .bfg_sophie_container {transform:translate(165px,0);}
}

@media (max-width:700px){
	/* BUTTON STYLING */
	div.button a, div.button a:visited {width:165px; font-size:1.25em; letter-spacing:1.36px;}
	div.button.enter a, div.button.enter a:visited {width:200px;}
	/* HOME PAGE STYLING */
	.page_home .content_container .lockup_container {max-width:210px;}
	.page_home .content_container .packshot_container {width:472px; margin-top:-60px;}
	.page_home .content_container .bottom_container {margin-top:473px;}
	/* ABOUT PAGE STYLING */
	.page_about .content_container .lockup_container {max-width:210px; margin:37px auto 48px auto;}
	.page_about .content_container .text_container p {font-size:1.5em; max-width:406px;}
	.page_about .content_container .packshot_container {width:472px; margin-top:-60px;}
	.page_about .content_container .bottom_container {margin-top:473px;}
	/* PRIZES PAGE STYLING */
	.page_prizes .content_container .lockup_container {max-width:210px;}
}

@media (max-width:680px){
	/* ENTER PAGE STYLING */
	.page_enter .form_container .chkbox_elements {margin:55px 0 60px 0;}
	.page_enter .form_container .checkbox_container {padding-left:0;}
	/* CLAIM FORM PAGE STYLING */
	.page_claim_form .form_container .chkbox_elements {margin:55px 0 60px 0;}
	.page_claim_form .form_container .checkbox_container {padding-left:0;}
}

@media (max-width:660px){
	/* BRANDS AND LOGO STYLING */
	.brands_container {max-width:245px;}
	.brands_container .mr_kipling_container {max-width:73px;}
	.brands_container .ambrosia_container {max-width:78px;}
	.brands_container .angel_delight_container {max-width:60px;}
	/* FOOTER STYLING */
	.footer .inner > div {padding:20px 0 10px 0;}
	.footer a {display:block; margin:15px auto;}
	.footer .lower .short_terms a {display:initial;}
	.footer .lower span {display:none;}
	/* NAVIGATION STYLING */
	.menu_icon {width:24px; height:24px; margin:20px 30px 15px 20px;}
	.menu_icon span {height:4px;}
	.menu_icon span:nth-child(1) {top:0px;}
	.menu_icon span:nth-child(2), .menu_icon span:nth-child(3) {top:10px;}
	.menu_icon span:nth-child(4) {top:20px;}
	.menu_icon.open span:nth-child(1) {top:18px; width:0%; left:50%;}
	.menu_icon.open span:nth-child(4) {top:18px; width:0%; left:50%;}
	/* BUTTON STYLING */
	div.button input[type="submit"] {width:189px; height:59px;}
	/* DOB PAGE STYLING */
	.page_index.page_dob .content_container .lockup_container.desktop {display:none;}
	.page_index.page_dob .content_container .lockup_container.mobile {display:block;}
	.page_index.page_dob .dob_container h1 {font-size:1.6em; letter-spacing:1.4px; max-width:335px;}
	/* HOME PAGE STYLING */
	.page_about .top_characters_container {top:-140px; transform:translate(99px,0);}
	/* PRIZES PAGE STYLING */
	.page_prizes .content_container h1 {font-size:2em;}
	/* ENTER PAGE STYLING */
	.page_enter .content_container h1 {font-size:2em;}
	.page_enter .form_container .half {width:100%;}
	.page_enter .form_container .half:first-child {margin-right:0;}
	.page_enter .form_container .half:nth-child(2) {margin-left:0;}
	.page_enter .form_container div.frmrow {display:block;}
	/* VERIFY PAGE STYLING */
	.page_verify .content_container h1 {font-size:2em;}
	.page_verify .form_container {margin:0 auto 260px auto;}
	.page_verify .form_container div.frmrow {display:block;}
	.page_verify .content_container .navigation_bar {margin:183px auto 43px auto;}
	.page_verify .content_container .navigation_bar div.button {display:block;}
	.page_verify .content_container .navigation_bar div.button a {margin:0 auto 20px auto;}
	.page_verify .content_container .navigation_bar div.button a:last-child {margin:0 auto 20px auto;}
	.page_verify .bottom_characters_container .charlie_mr_wonka_container {bottom:300px;}
	.page_verify .footer_feature {height:340px; margin-top:-340px;}
	/* COMPLETE PAGE STYLING */
	.page_complete .content_container .text_container p {font-size:1.5em;}
	/* CLAIM FORM PAGE STYLING */
	.page_claim_form .content_container h1 {font-size:2em;}
	.page_claim_form .form_container .half {width:100%;}
	.page_claim_form .form_container .half:first-child {margin-right:0;}
	.page_claim_form .form_container .half:nth-child(2) {margin-left:0;}
	.page_claim_form .form_container div.frmrow {display:block;}
	/* CLAIM COMPLETE PAGE STYLING */
	.page_claim_complete .content_container .text_container p {font-size:1.5em;}
	/* ERROR PAGE STYLING */
	.page_error .content_container h1 {font-size:2em;}
	.page_error .text_container {margin:0 auto 260px auto;}
	.page_error .content_container .navigation_bar {margin:183px auto 43px auto;}
	.page_error .content_container .navigation_bar div.button {display:block;}
	.page_error .content_container .navigation_bar div.button a {margin:0 auto 20px auto;}
	.page_error .content_container .navigation_bar div.button a:last-child {margin:0 auto 20px auto;}
	.page_error .bottom_characters_container .charlie_mr_wonka_container {bottom:300px;}
	.page_error .footer_feature {height:340px; margin-top:-340px;}
	/* ADMIN PAGE STYLING */
	.page_admin .content_container h1 {font-size:2em;}
	.page_admin .form_container {margin:0 auto 260px auto;}
	.page_admin .form_container div.frmrow {display:block;}
	.page_admin .content_container .navigation_bar {margin:183px auto 43px auto;}
	.page_admin .content_container .navigation_bar div.button {display:block;}
	.page_admin .content_container .navigation_bar div.button a {margin:0 auto 20px auto;}
	.page_admin .content_container .navigation_bar div.button a:last-child {margin:0 auto 20px auto;}
	.page_admin .bottom_characters_container .charlie_mr_wonka_container {bottom:300px;}
	.page_admin .footer_feature {height:340px; margin-top:-340px;}
}

@media (max-width:630px){
	/* ENTER PAGE STYLING */
	.page_enter .bottom_characters_container .bfg_sophie_container {transform:translate(115px,0);}
	/* CLAIM FORM PAGE STYLING */
	.page_claim_form .bottom_characters_container .bfg_sophie_container {transform:translate(115px,0);}
}

@media (max-width:594px){
	/* ENTER PAGE STYLING */
	.page_enter .form_container .checkbox_container label.two_lines {height:58px; line-height:1.5em; padding-top:6px;}
	.page_enter .form_container .checkbox_container label.two_lines a {line-height:1.5em;}
	.page_enter .form_container .checkbox_container.wrap_up_draw_label label {height:150px;}
	/* CLAIM FORM PAGE STYLING */
	.page_claim_form .form_container .checkbox_container label.two_lines {height:58px; line-height:1.5em; padding-top:6px;}
	.page_claim_form .form_container .checkbox_container label.two_lines a {line-height:1.5em;}
	.page_claim_form .form_container .checkbox_container.wrap_up_draw_label label {height:150px;}
}

@media (max-width:530px){
	/* ENTER PAGE STYLING */
	.page_enter .bottom_characters_container .bfg_sophie_container {transform:translate(68px,0);}
	.page_enter .navigation_bar div.button a, div.button a:visited {width:110px; height:40px; font-size:1em; line-height:38px;}
	/* COMPLETE PAGE STYLING */
	.page_complete .content_container div.button.large a {width:270px; box-sizing:border-box; padding:0 20px; line-height:40px; height:88px; margin:85px auto 60px auto;}
	.page_complete .bottom_characters_container .james_grasshopper_container {width:110px;}
	.page_complete .footer_feature {height:125px; margin-top:-125px;}
	/* CLAIM FORM PAGE STYLING */
	.page_claim_form .bottom_characters_container .bfg_sophie_container {transform:translate(68px,0);}
	.page_claim_form .navigation_bar div.button a, div.button a:visited {width:110px; height:40px; font-size:1em; line-height:38px;}
	/* CLAIM COMPLETE PAGE STYLING */
	.page_claim_complete .content_container div.button.large a {width:270px; box-sizing:border-box; padding:0 20px; line-height:40px; height:88px; margin:85px auto 60px auto;}
	.page_claim_complete .bottom_characters_container .james_grasshopper_container {width:110px;}
	.page_claim_complete .footer_feature {height:125px; margin-top:-125px;}
}

@media (max-width:510px){
	/* PRIZES PAGE STYLING */
	.page_prizes .content_container .prizes_container .prize_container .prize_image_container {width:230px; margin:0 auto;}
	.page_prizes .content_container .prizes_container .prize_container .prize_details p {font-size:1.25em;}
	.page_prizes .content_container .top_button_container {margin:69px auto 303px auto;}
	.page_prizes .bottom_characters_container .james_giant_peach_container {width:507px; bottom:-212px; transform:translate(205px,0);}
	.page_prizes .footer_feature {display:none;}
}

@media (max-width:480px){
	/* ABOUT PAGE STYLING */
	.page_about .bottom_characters_container .mr_twit_container {transform:translate(-94px,0);}
	.page_about .bottom_characters_container .mrs_twit_container {transform:translate(99px,0);}
}

@media (max-width:460px){
	/* ENTER PAGE STYLING */
	.page_enter .form_container .chkbox_elements {margin:55px 10px 60px 10px;}
	.page_enter .form_container .checkbox_container.wrap_up_draw_label label {height:190px;}
	/* CLAIM FORM PAGE STYLING */
	.page_claim_form .form_container .chkbox_elements {margin:55px 10px 60px 10px;}
	.page_claim_form .form_container .checkbox_container.wrap_up_draw_label label {height:190px;}
}

@media (max-width:430px){
	/* ENTER PAGE STYLING */
	.page_enter .bottom_characters_container .bfg_sophie_container {display:none;}
	/* CLAIM FORM PAGE STYLING */
	.page_claim_form .bottom_characters_container .bfg_sophie_container {display:none;}
}
