﻿.hidden {
    display: none;
}
.visible {
    display: block;
}
.ucl-overlay {
    position: absolute;
    background: url(/assets/local/images/backgrounds/ucl-overlay-bg.png) no-repeat top left;
    left: 0px;
    margin: 0px;
    opacity: 0.85;
    width: 996px;
    text-align: center;
    z-index: 1020;
}
.ucl-external-overlay.ucl-registration {
    background: url(/assets/local/images/backgrounds/ucl-overlay-bg.png) no-repeat left top;
    width: 996px;
}
.ucl-standalone.ucl-registration,
.ucl-registration {
    display: none;
    background: url(/assets/local/images/backgrounds/ucl-overlay-bg.png) no-repeat center top;
    width: 100%;
}
.ucl-screen-div {
    margin: 0px auto;
    top: 0px;
    left: 0px;
    width: 996px;
    text-align: center;
}
.ucl-close-button {
    background: url(/assets/local/images/buttons/ucl-close-button.png) no-repeat 0px 0px;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1020;
}
.ucl-close-button:hover {
    background: url(/assets/local/images/buttons/ucl-close-button.png) no-repeat 0px -30px;
}
.ucl-screen-div p {
    font-size: 1.6em;
    line-height: normal;
    margin-bottom: 10px;
}
.ucl-registration-header {
    text-transform: uppercase;
}
.ucl-registration-subheader {
    text-transform: uppercase;
    padding: 10px 50px 0px;
    line-height: normal;
}
.ucl-screen-div p.ucl-registration-para {
    font-size: 1.2em;
}
#ucl-introduction-div {
    margin-top: 155px;
}
#ucl-fiesta-test-div {
    margin-top: 106px;
    display: block;
}
#ucl-introduction-div h1 {
    font-size: 3em;
}
#ucl-fiesta-test-div h1 {
    font-size: 2em;
    color: #989898;
}
#ucl-introduction-div h2.ucl-registration-header {
    margin: 19px 0px;
    width: auto;
    padding: 0px 230px;
    font-size: 1.8em;
}
#ucl-fiesta-test-div h2.ucl-registration-header {
    margin: 17px 0px;
    width: auto;
    padding: 0px 280px;
    font-size: 2.5em;
}
#ucl-fiesta-test-answer {
    background: url(/assets/local/images/backgrounds/ucl-textarea-bg.png) no-repeat left top;
    border: none;
    color: #316e2f;
    font-family: arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    height: 59px;
    margin-top: 10px;
    overflow: hidden;
    padding: 3px 2px 2px;
    text-align: center;
    vertical-align: middle;
    width: 501px;
}
p.ucl-legend {
    color: #473d38;
    font-size: 1.4em;
    margin: 18px 0px;
}
#ucl-char-counter {
}
#ucl-registration-form-div {
    margin-top: 70px;
    padding: 0px 314px;
    width: 368px;
/*    display: block; */
}
#ucl-registration-form-div h2 {
    font-size: 3.3em;
}
.ucl-registration-column {
    float: left;
    text-align: left;
    width: 170px;
    margin-left: 13px;
}
.ucl-registration-column-first {
    margin-left: 0px;
    margin-right: 14px;
}
label.error,
.ucl-registration-label {
    display: block;
    text-transform: uppercase;
    font-size: 1em;
    display: inline-block;
    margin-left: 4px;
}
.hdp-js-enabled label.error,
.hdp-js-enabled .ucl-registration-label {
    font-size: 1.2em;
}
.ucl-registration-checkbox-label {
    display: block;
    text-transform: uppercase;
    font-size: 1.2em;
    display: block;
/*    margin-right: -20px;*/
}
#ucl-view-terms-link {
    cursor: pointer;
    display: none;
    font-size: 1.2em;
}
.hdp-js-enabled #ucl-view-terms-link {
    display: block;
}
.hdp-js-enabled #ucl-view-terms-link .cufon {
    border-bottom: 1px solid #ffffff;
}
.error {
    color: #45b34f;
}
.ucl-registration-text-input-div {
    background: url(/assets/local/images/buttons/ucl-registration-text-input.png) no-repeat scroll top left;
    height: 27px;
    width: 170px;
    padding: 6px 2px 2px 4px;
    margin: 2px 0px 8px 0px;
}
.ucl-registration-text-input,
select.ucl-styled-select {
    border: none;
    color: #316e2f;
    width: 164px;
}
.ucl-registration-text-input {
    border: none !important;
    border-style: none; /* IE7 wasn't always killing the border */
    border-width: 0px;
    height: 19px;
    margin: 0px;
    padding: 0px;
}
select.ucl-styled-select {
    height: 26px;
    margin: 8px 0px;
    padding: 4px 2px 2px 4px;
    -moz-border-radius: 0.25em;
}
.ucl-registration-checkbox-div {
    clear: both;
    margin-bottom: 22px;
    margin-right: -5px;
    margin-top: 6px;
}
.ucl-registration-country-container {
    clear: both;
    float: left;
    margin-right: 14px;
    text-align: left;
    width: 170px;
}
.ucl-registration-checkbox-container {
    float: left;
    text-align: left;
    margin-left: 13px;
    width: 170px;
}
.ucl-registration-checkbox-div .ucl-registration-label {
    margin-bottom: 0px;
}
.ucl-registration-checkbox {
    visibility: hidden;
}
.ucl-checkbox-image-div {
    background-image: url(/assets/local/images/buttons/ucl-registration-checkbox.png);
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    height: 17px;
    margin-bottom: 1.75em;
    width: 24px;
}
.ucl-modules-central-panel {
    clear: both;
    margin-left: 0px !important;
    width: 350px !important;
}
.ucl-modules-central-panel .ucl-registration-checkbox-div {
    float: left;
    width: 140px;
}
.ucl-modules-central-panel .ucl-confirmation-checkbox-div {
    width: 166px;
    margin-right: 30px;
}
.ucl-external-registration .ucl-checkbox-image-div {
    height: 30px;
}
.ucl-checkbox-image-div input {
    height: 12px;
}
.ucl-checkbox-image-div label.error {
    display: block;
    width: 200px;
    margin-bottom: 8px;
}
.ucl-checkbox-image-div.checked {
    background-position: bottom left;
}
.ucl-registration-label a {
    text-decoration: underline;
}
.ucl-registration-buttons {
    clear: both;
    padding-top: 10px;
}
.ucl-registration-button {
    background: url(/assets/local/images/buttons/ucl-registration-buttons.png) no-repeat -94px 0px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.4em;
    height: 33px;
    padding-top: 2px;
    text-transform: uppercase;
    width: 94px;
}
.hdp-js-enabled .ucl-registration-button {
    font-size: 1.6em;
}
.ucl-registration-button:hover {
    background: url(/assets/local/images/buttons/ucl-registration-buttons.png) no-repeat -94px -37px;
}
#ucl-fiesta-test-submit {
    background: url(/assets/local/images/buttons/ucl-registration-buttons.png) no-repeat -94px 0px;
}
.hdp-js-enabled #ucl-fiesta-test-submit {
    cursor: default;
}
.ucl-registration-continue,
#ucl-fiesta-test-submit.ucl-enabled {
    background: url(/assets/local/images/buttons/ucl-registration-buttons.png) no-repeat 0px 0px;
    cursor: pointer;
}
.ucl-registration-continue:hover,
#ucl-fiesta-test-submit.ucl-enabled:hover {
    background: url(/assets/local/images/buttons/ucl-registration-buttons.png) no-repeat 0px -37px;
}
#ucl-registration-cancel {
    margin: 0px 0px 0px 2px;
}
#ucl-registration-submit {
    background: url(/assets/local/images/buttons/ucl-registration-buttons.png) no-repeat 0px 0px;
    margin: 0px 14px 0px 0px;
}
.ucl-external #ucl-registration-submit {
    margin: 0px;
}
#ucl-registration-submit:hover {
    background: url(/assets/local/images/buttons/ucl-registration-buttons.png) no-repeat 0px -37px;
}
#ucl-congratulations-div {
    margin-top: 164px;
}
.hdp-js-enabled #ucl-congratulations-div {
    display: none;
}
h2.ucl-congratulations-header {
    font-size: 6em;
    margin-bottom: 14px;
}
h3.ucl-congratulations-header {
    font-size: 2.8em;
    margin: 0 180px 14px;
}
a.ucl-congratulations-link {
    font-size: 1.2em;
    color: #7e827e;
    text-transform: uppercase;
    line-height: normal;
}
a.ucl-congratulations-link:hover {
    color: #ffffff;
}
#ucl-cancel-div {
    padding-top: 200px;
}
div.ucl-registration-cancel-confirm {
    text-transform: uppercase;
    font-size: 2.8em;
    margin: 0px 350px 12px;
    line-height: normal;
}
#ucl-cancel-yes,
.ucl-cancel-yes {
    background: url(/assets/local/images/buttons/ucl-registration-buttons.png) no-repeat 0px 0px;
}
#ucl-cancel-yes:hover,
.ucl-cancel-yes:hover {
    background: url(/assets/local/images/buttons/ucl-registration-buttons.png) no-repeat 0px -37px;
}
#ucl-retry-button {
    background: url(/assets/local/images/buttons/ucl-registration-buttons.png) no-repeat 0px 0px;
}
#ucl-retry-button:hover {
    background: url(/assets/local/images/buttons/ucl-registration-buttons.png) no-repeat 0px -37px;
}
#ucl-registration-failure-div {
    margin-top: 214px;
}
#ucl-incorrect-information-div {
    margin-top: 205px;
    display: none;
}



.spicyselect {
    width: 170px;
    background: url(/assets/local/images/buttons/ucl-registration-dropdown-closed.png) no-repeat left top;
    cursor: pointer;
}
.spicyselect.focus {
  -webkit-box-shadow: 0 0 5px black;
}
.spicyselect:hover {
    cursor: pointer;
}

.spicyselect a {
    display: block;
    width: 100%;
    height: 21px;
    color: #316e2f;
    font-size: 1.2em;
    padding: 6px 4px 0px;
}

.spicyselect > ol {
  position: absolute;
    width: 164px;
}

.spicyselect ol {
    margin: 0px 2px;
    padding: 0px;
}

.spicyselect li {
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #7e827e;
    border-top: none;
    padding: 5px;
    color: #316e2f;
    font-size: 1.2em;
    width: 153px;
    margin: 0px;
}

.spicyselect li.last-child {
    border: none;
    background: url(/assets/local/images/buttons/ucl-registration-select-last.png) no-repeat left top;
    background-color: transparent;
    width: 155px;
}

.spicyselect li:hover {
    color: #000000;
}

.spicyselect li.last-child:hover {
}

.spicyselect li.current {
}





.ucl-select-div {
    position: absolute;
    z-index: 2000;
    width: 170px;
    height: 27px;
    background: url(/assets/local/images/buttons/ucl-registration-dropdown-closed.png) no-repeat left top;
    overflow: hidden;
}
* html .ucl-select-div {
    background: #ffffff;
}
.ucl-select-scroll-up,
.ucl-select-scroll-down
{
    display: none;
}
.ucl-select-div-inner {
    width: 100%;
}
.ucl-select {
    position: absolute;
    top: 0px;
}
.ucl-select li {
    display: block;
    height: 15px;
    width: 162px;
    color: #316e2f;
    padding: 6px 4px;
    cursor: pointer;
}


.ucl-select-div.open {
    width: 170px;
    height: 208px;
    background: url(/assets/local/images/buttons/ucl-registration-dropdown-mid.png) repeat-y left top;
    overflow: hidden;
}
.ucl-select-div.open .ucl-select-scroll-up,
.ucl-select-div.open .ucl-select-scroll-down
{
    position: absolute;
    display: block;
    height: 23px;
    width: 100%;
    background: orange;
    cursor: pointer;
}
.ucl-select-div.open .ucl-select-scroll-up {
    top: 0px;
    background: url(/assets/local/images/buttons/ucl-registration-dropdown-scroll-up.png) no-repeat left top;
}
.ucl-select-div.open .ucl-select-scroll-down {
    bottom: 0px;
    background: url(/assets/local/images/buttons/ucl-registration-dropdown-scroll-down.png) no-repeat left top;
}
.ucl-select-div.open .ucl-select-div-inner {
    position: absolute;
    top: 27px;
    height: 162px;
    overflow: hidden;
}
.ucl-select-div.open .ucl-select {
}

#ucl-tell-me-more {
    z-index: 1200;
    background: url(/assets/local/images/backgrounds/ucl-overlay-bg.png) no-repeat top left;
    position: absolute;
}
#ucl-close-tell-me-more {
    display: none;
}
#ucl-tell-me-more #ucl-close-tell-me-more {
    display: block;
}
#ucl-tell-me-more-front {
    height: 439px;
    padding-top: 75px;
}
#ucl-tell-me-more-touts {
    float: left;
    width: 205px;
    padding-left: 160px;
    margin: 17px 20px 0px 0px;
    text-align: left;
}
.ucl-tell-me-more-touts {
    width: 205px;
    height: 330px;
    padding: 0;
    background: url(/assets/local/images/touts/ucl-tell-me-more-touts-bg.png) no-repeat top right;
}
.ucl-tell-me-more-touts li {
    padding: 10px 0px 10px 25px;
    list-style-type:none;
    background:url(../images/touts/hdp-disclaimer-tout-bg.png) no-repeat bottom left;
    position: relative;
 }
.ucl-tell-me-more-touts li.last-child {
    background: none;
}
.ucl-tell-me-more-touts a {
    display: block;
    text-decoration: none; 
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: .9em;
    width: 130px;
    margin-left: 24px;
    color: #c1c1c1;
}
#hdp-wrapper .ucl-tell-me-more-touts a {
    font-size: 1.5em;
    line-height: normal;
}
.ucl-tell-me-more-touts a:hover,
.ucl-tell-me-more-touts a.ucl-active-link {
    color: #ffffff;
}
.ucl-tell-me-more-touts .ucl-tout-arrow {
    background:transparent url(/assets/local/images/touts/ucl-tout-arrow-combined.gif) no-repeat scroll 0px -24px;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    right: 11px;
    top: 50%;
    width: 6px;
}
.ucl-tell-me-more-touts a:hover .ucl-tout-arrow,
.ucl-tell-me-more-touts .ucl-active-link .ucl-tout-arrow {
    background:transparent url(/assets/local/images/touts/ucl-tout-arrow-combined.gif) no-repeat scroll 0px -12px;
}
#ucl-tell-me-more-content {
    float: left;
    position: relative;
    text-align: left;
    width: 400px;
}
#ucl-tell-me-more-content h2 {
    font-size: 1.6em;
}
#ucl-tell-me-more-content h3 {
    margin-bottom: 4px;
}
#ucl-tell-me-more-content h3.ucl-page-title {
    font-size: 2.6em;
    margin-bottom: 20px;
}
#ucl-tell-me-more-content h4 {
    font-size: 1.4em;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#ucl-tell-me-more-content p {
    margin-bottom: 22px;
    color: #ffffff;
}
.hdp-js-enabled #ucl-tell-me-more-content p,
.hdp-js-enabled #ucl-tell-me-more-content li {
    font-size: 1.1em;
    line-height: 1.3em;
}
#ucl-tell-me-more-content h2,
#ucl-tell-me-more-content h3,
#ucl-tell-me-more-content h4 {
    line-height: normal;
}
.hdp-js-enabled #ucl-tell-me-more-content h2,
.hdp-js-enabled #ucl-tell-me-more-content h3,
.hdp-js-enabled #ucl-tell-me-more-content h4 {
    line-height: inherit;
}
#ucl-tell-me-more-content ul,
#ucl-tell-me-more-content ol {
    padding: 1em 2.75em;
}
.ucl-tell-me-more-section {
    margin-right: 0px;
    padding-right: 0px;
}
.hdp-js-enabled .ucl-scrolling-content-panel {
    height: 355px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 46px;
    position: relative;
}
.hdp-js-enabled .ucl-back-to-top,
.hdp-js-enabled .ucl-return-link,
.hdp-js-enabled .ucl-tell-me-more-section {
    display: none;
}
.hdp-js-enabled .ucl-active-section {
    display: block;
}
.ucl-back-to-top {
    text-align: right;
    margin-bottom: 20px;
}
.ucl-external .ucl-non-iframe-content,
.ucl-external #ucl-registration-cancel {
    display: none !important;
}
.ucl-external #ucl-close-registration {
    display: none;
}
.hdp-js-enabled div#ucl-star-final-no-flash,
.hdp-js-enabled .ucl-non-js-content,
.ucl-js-content {
    display: none;
}
.hdp-js-enabled .ucl-js-content {
    display: inline-block;
}
div#ucl-star-final-no-flash {
    background:url(../images/backgrounds/ucl-star-final-no-flash.jpg) no-repeat bottom right;
}
.ucl-star-final-no-flash-content {
    padding-top: 130px;
    text-align: center;
}
.ucl-star-final-flash-logo-div {
    text-align: center;
}
.ucl-star-final-no-flash-content h2 {
    margin: 16px 280px 24px;
    font-size: 2.4em;
    line-height: normal;
}
.ucl-star-final-no-flash-content h3 {
    margin-top: 64px;
    margin-bottom: 4px;
}
.ucl-star-final-no-flash-content p {
    width: auto;
}
.ucl-flash-download-link {
	height: 29px;
	display: inline-block;
	line-height: 29px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
}
#ucl-enter-competition-link,
.ucl-return-link {
    text-transform: uppercase;
    color: #999999;
}
#ucl-enter-competition-link:hover,
.ucl-return-link:hover {
    color: #ffffff;
}

.ucl-flash-download-link,
#ucl-retry-button {
	background: transparent url(/assets/local/images/buttons/but_stretch.png) no-repeat scroll left top;
	border: none;
    color: #ffffff;
    height: 29px;
    margin: 0px;
    padding: 0px;
    padding-top: 0px !important;
    text-align: left;
    white-space: nowrap;
    width: auto;
}
.ucl-flash-download-link::-moz-focus-inner,
#ucl-retry-button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
.ucl-flash-download-link:hover,
#ucl-retry-button:hover {
	background: transparent url(/assets/local/images/buttons/but_stretch.png) no-repeat scroll 0px -29px;
}
.ucl-stretch-button-outer {
	background: transparent url(/assets/local/images/buttons/but_stretch.png) no-repeat scroll right -116px;
	display: inline-block;
    height: 29px;
    margin-left: 7px;
    padding-right: 10px;
    padding-left: 3px;
}
.ucl-flash-download-link:hover .ucl-stretch-button-outer,
#ucl-retry-button:hover .ucl-stretch-button-outer {
	background: transparent url(/assets/local/images/buttons/but_stretch.png) no-repeat scroll right -145px;
}
.ucl-stretch-button-inner {
	background: transparent url(/assets/local/images/buttons/but_stretch.png) repeat-x scroll 0px -58px;
	display: inline-block;
    height: 29px;
    line-height: 29px;
}
.ucl-flash-download-link:hover .ucl-stretch-button-inner,
#ucl-retry-button:hover .ucl-stretch-button-inner {
	background: transparent url(/assets/local/images/buttons/but_stretch.png) repeat-x scroll 0px -87px;
}
.ucl-form-return-link {
    left: 725px;
    position: absolute;
    top: 40px;
}
.hdp-js-enabled input.ucl-terms-link {
    display: none;
}
.ucl-terms-link,
.ucl-form-return-link input {
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    white-space: normal;
}
.ucl-terms-asterisk-div {
    float: left;
    width: 6px;
}
.ucl-terms-link-div {
    float: left;
    margin-bottom: 10px;
    width: 140px;
}
