.msg-success {
  padding: 2em 1em 2em 80px;
  background: #f6f6f6 url(/img/msg-tick.png) 20px center no-repeat;
  margin-bottom: 2em; }
  .msg-success .msg {
    font-size: 1em !important;
    font-weight: bold !important; }

/* Common Elements */
.list_pagination {
  float: right; }

.list_pagination ul {
  list-style-type: none;
  margin: 5px 20px 0 0;
  overflow-y: auto; }

.list_pagination ul li {
  float: left;
  margin: 0 0 0 6px;
  font-size: 13px;
  font-weight: bold;
  color: black;
  height: 21px;
  line-height: 21px; }

.list_pagination ul li a {
  color: black;
  text-decoration: none; }

.list_pagination ul li.current {
  background-image: url(/img/contests/active_pagination_link.gif);
  width: 21px;
  height: 21px;
  text-align: center;
  color: white; }

.list_pagination ul li.pagination_label {
  margin-right: 5px;
  text-transform: none; }

/* Contest show page */
#content.contests_container {
  width: auto !important;
  margin: 0;
  overflow-y: visible; }

#content.contests_container h2 {
  margin: 0 0 .5em 0;
  padding: 0;
  font-size: 140%;
  line-height: 1.2em;
  color: #1689CA; }

.contest_entries h3 {
  color: #00A3D7;
  font-size: 27px;
  font-weight: bold;
  margin: 20px; }

.contest_entry_list {
  background: transparent url(/img/contests/dotted_divider_small.gif) top right repeat-x;
  padding-top: 4px;
  clear: both; }

.contest_entry_list .row {
  background: transparent url(/img/contests/dotted_divider_small.gif) bottom right repeat-x;
  overflow-y: auto; }

.contest_entry_list .row .entry {
  float: left;
  padding: 18px 0 18px 18px;
  width: 223px; }

.contest_entry_list .row .entry .vote_block .vote_for {
  float: right; }

.vote_block .vote_count {
  background: url("/img/contests/vote_count_right_border.png") no-repeat scroll right top transparent;
  height: 18px;
  line-height: 18px;
  padding: 0 4px 0 1px; }

.vote_block .vote_count_wrapper {
  background: url("/img/contests/vote_count_left_border.png") no-repeat scroll 0 0 transparent;
  float: right;
  height: 18px;
  padding: 0 0 0 8px;
  margin-left: 2px; }

.contest_entry_list .row .entry img {
  margin-bottom: 8px; }

.contest_entry_list .row .entry p.name {
  margin-bottom: 10px;
  color: #00A3D7;
  min-height: 16px; }

.contest_entry_list .row .entry p.location {
  margin-bottom: 10px; }

.contest_entry_list .row .entry p.location a {
  color: #00A3D7;
  text-decoration: none; }

.contest_entry_list .row .entry p.essay_excerpt {
  color: #231F20; }

.contest_entry_list .row .entry p.essay_excerpt a {
  color: #231F20;
  text-decoration: none; }

.contest_entry_list .row .entry p.essay_excerpt a:hover {
  text-decoration: underline; }

.contest_entries .list_pg_bottom {
  margin: 25px 0 50px 0; }

/* Contest entry show page */
.contest_entry_content {
  width: 580px;
  float: left;
  margin-left: 20px;
  margin-right: 20px; }

.contest_entry_content .nav_links {
  background: white url(/img/contests/dotted_divider.gif) repeat-x bottom left;
  overflow-y: auto;
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 16px; }

.contest_entry_content .nav_links li {
  float: right;
  margin: 0 0 0 15px; }

.contest_entry_content .nav_links li.back_link {
  float: left;
  margin: 0; }

.contest_entry_content .nav_links li a,
.contest_entry_content .nav_links li span.inactive_link {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none; }

.contest_entry_content .nav_links li span.inactive_link {
  color: #C1C1C1; }

.contest_entry_content .contest_entry_option {
  margin-bottom: 20px; }

.contest_entry_content .highlight_data {
  color: #00A3D7; }

.contest_entry_content .vote_for {
  float: right; }

.contest_entry_content .user_name {
  margin-bottom: 10px; }

.contest_entry_content .user_location {
  margin-bottom: 10px; }

.contest_entry_content .user_location a {
  color: #00A3D7;
  text-decoration: none; }

.contest_entry_content .essay {
  width: 520px; }

.contest_entry_details_page .contest_content {
  float: left;
  width: 340px;
  background-color: #E6E7E7;
  overflow-y: auto; }

.contest_entry_details_page .recent_contest_entries {
  clear: both;
  padding-top: 20px;
  padding-bottom: 40px; }

.contest_entry_details_page .recent_contest_entries h3 {
  font-size: 27px;
  color: #DF5031;
  background: white url(/img/contests/dotted_divider.gif) repeat-x top left;
  padding: 18px 20px 4px; }

/*
Enter Contest Page.
*/
#contest_enter_page #contest_header {
  position: relative;
  height: 240px;
  background-color: black;
  margin: 0 0 20px;
  overflow: hidden; }

#contest_enter_page #contest_header div.left {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 240px;
  width: 16px;
  background-color: #e15429; }

#contest_enter_page #contest_header p.contest {
  position: absolute;
  background: white url(/img/contests/contest.png) no-repeat top left;
  text-indent: -9999px;
  top: 15px;
  width: 161px;
  height: 43px;
  left: 16px; }

#contest_enter_page h1 {
  margin-top: 0;
  color: #e15429; }

#contest_enter_page #contest_left_block ul li {
  list-style: disc outside none; }

#contest_enter_page #contest_left_block ol li {
  list-style: decimal outside none; }

#contest_enter_page #contest_left_block {
  width: 365px;
  padding: 0 35px 0 60px;
  float: left;
  margin: 0; }

#contest_enter_page #contest_left_block p.details {
  position: relative;
  background: white url(/img/contests/details.png) no-repeat top left;
  left: -60px;
  width: 177px;
  height: 43px;
  text-indent: -9999px;
  margin-bottom: 40px; }

#contest_enter_page #contest_left_block #eligibility {
  margin-top: 20px; }

#contest_enter_page #contest_right_block {
  margin: 0;
  margin-left: 40px;
  width: 460px;
  float: left; }

#contest_right_block p.sign_in {
  background: transparent url(/img/contests/sign_in.gif) no-repeat top left;
  height: 55px;
  display: block;
  overflow: hidden;
  text-indent: -5000px;
  margin-bottom: 7px; }

#contest_right_block p.register {
  background: transparent url(/img/contests/register.gif) no-repeat top left;
  height: 55px;
  display: block;
  overflow: hidden;
  text-indent: -5000px;
  margin-bottom: 7px; }

#contest_right_block form {
  padding-bottom: 30px; }

#contest_right_block form fieldset {
  background: transparent url(/img/contests/dotted_divider.gif) repeat-x top left;
  padding: 20px 0 0 0;
  width: 100%; }

#contest_right_block form p.entry_required {
  margin: 10px 36px 20px; }

#contest_right_block form .field_block {
  width: 202px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

#contest_right_block form .field_block label {
  margin-bottom: 4px; }

#contest_right_block form .field_block input {
  width: 197px;
  padding: 2px; }

#contest_right_block form .checkbox_list {
  clear: left;
  float: left;
  list-style-type: none; }

#contest_right_block form .checkbox_list li {
  margin-left: 0;
  width: 300px; }

#contest_right_block form .checkbox_list li label {
  float: none;
  width: auto;
  line-height: 20px; }

#contest_right_block form .checkbox_list li input {
  margin-left: 0;
  margin-right: 10px;
  float: left; }

#contest_right_block form input.sign_in_button,
#contest_right_block form input.sign_up_button {
  float: right;
  margin-right: 36px; }

#contest_right_block form .submit_btn {
  margin-right: 36px; }

#contest_right_block form .submit_btn.disabled {
  opacity: 0.5; }

#contest_right_block form .fb_connect {
  line-height: 25px;
  margin-right: 36px; }

#contest_right_block form .fb_connect a {
  float: right; }

#contest_enter_page #contest_right_block p.rules {
  background: white url(/img/contests/contest_rules.png) no-repeat top left;
  width: 252px;
  height: 43px;
  text-indent: -9999px;
  margin-bottom: 40px; }

#contest_enter_page #contest_right_block p.entry_form {
  background: white url(/img/contests/entry_form.jpg) no-repeat bottom left;
  width: 196px;
  height: 55px;
  text-indent: -9999px;
  margin-bottom: 7px; }

#contest_enter_page .loading_spinner {
  background: transparent url(/img/list_loading_spinner.gif) no-repeat 115px 0;
  height: 40px;
  position: relative; }

#contest_right_block form div.row {
  margin-bottom: 20px;
  clear: both;
  overflow-y: auto; }

#contest_right_block label {
  display: block;
  float: left;
  clear: none;
  width: 110px;
  padding-right: 10px;
  font-weight: normal; }

#contest_right_block label.checkbox {
  position: inherit;
  display: block;
  width: 260px;
  padding: 0 10px 10px; }

#contest_right_block input[type="checkbox"] {
  margin-left: 120px;
  float: left; }

#contest_right_block input {
  margin-bottom: 0px; }

#contest_right_block input[type="text"] {
  width: 298px;
  padding: 0; }

#contest_right_block textarea {
  width: 298px;
  height: 85px; }

#contest_right_block iframe {
  width: 298px;
  height: 44px;
  overflow: hidden;
  border: none;
  padding: 0;
  overflow: hidden; }

#contest_right_block .duplicate_video_warning {
  margin: 0 53px 30px 120px; }

#contest_right_block .checkboxes {
  background: white url(/img/contests/dotted_divider.gif) repeat-x top left;
  padding-top: 20px;
  margin-top: 5px; }

#contest_right_block .form_submit {
  border: none;
  text-align: right;
  padding-bottom: 20px; }

#contest_enter_page .has_error {
  border: 1px solid red; }

#contest_enter_page .formError {
  color: red;
  margin-bottom: 20px;
  clear: both; }

#contest_enter_page .error_message,
#contest_enter_page .row .formError {
  margin-left: 120px;
  margin-bottom: 0;
  color: red;
  clear: both; }

#contest_enter_page #form_errors ul {
  list-style-type: none;
  color: red; }

#contest_right_block form div.row.mobile_number {
  margin-bottom: 8px; }

#contest_right_block form div.row.mobile_opt_in {
  overflow-y: auto; }

.input_required {
  display: inline;
  color: red;
  font-weight: bold; }

.entry_required {
  color: red;
  float: right;
  margin-top: 25px;
  margin: 0;
  padding: 0; }

/*
Vote partial
*/
div.vote_for {
  text-indent: -9999px; }

div.vote_for a {
  height: 18px;
  display: block; }

div.vote_for a.vote {
  background: white url(/img/contests/vote_button.png) no-repeat top left;
  width: 59px; }

div.vote_for a.unvote {
  background: white url(/img/contests/unvote_button.png) no-repeat top left;
  width: 76px; }

/*
YouTube upload widget
*/
body#you_tube_loader {
  background: none; }

/*
Already Voted Lightbox
*/
div.contest_already_voted {
  background-color: white;
  padding: 40px 20px 20px 30px;
  overflow: hidden;
  width: 400px; }

div.contest_already_voted p {
  font-size: 16px; }

div.contest_already_voted div.buttons {
  text-align: right; }

div.contest_already_voted div.buttons a {
  padding: 0;
  margin: 0 0 0 10px;
  text-align: center;
  display: inline-block;
  background: url("/img/bg_ebrochure_save_button.png") 0 0 no-repeat;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  line-height: 38px;
  width: 63px;
  outline: medium none;
  vertical-align: middle;
  text-shadow: 0px 1px 3px #333333;
  text-decoration: none; }

div.contest_already_voted div.buttons a:focus {
  outline: none; }

div.contest_already_voted div.buttons a:hover {
  background: url("/img/bg_ebrochure_save_button.png") 0 -40px no-repeat; }

div.contest_already_voted div.buttons a:active {
  background: url("/img/bg_ebrochure_save_button.png") 0 -80px no-repeat;
  outline: none; }

/*
Login popup
*/
#cboxLoadedContent .pop_signin,
#cboxLoadedContent .pop_register {
  background-color: white;
  padding: 30px 45px 40px;
  overflow: hidden;
  width: 460px; }

#cboxLoadedContent .pop_signin h2 {
  background: white url(/img/contests/sign_in.png) no-repeat top left;
  text-indent: -9999px;
  width: 143px;
  height: 42px; }

#cboxLoadedContent .pop_register h2 {
  background: white url(/img/contests/register.png) no-repeat top left;
  text-indent: -9999px;
  width: 170px;
  height: 42px; }

#cboxLoadedContent .pop_signin form,
#cboxLoadedContent .pop_signin .popup_fb,
#cboxLoadedContent .pop_register form,
#cboxLoadedContent .pop_register .popup_fb {
  background: white url(/img/contests/dotted_divider.gif) repeat-x top left;
  padding-top: 30px; }

#cboxLoadedContent .pop_signin form,
#cboxLoadedContent .pop_register form {
  padding-bottom: 25px; }

#cboxLoadedContent .pop_register .two_columns {
  clear: both; }

#cboxLoadedContent .pop_signin .popup_fb a,
#cboxLoadedContent .pop_register .popup_fb a {
  float: right; }

#cboxLoadedContent .pop_signin .two_columns p,
#cboxLoadedContent .pop_register .two_columns p {
  display: block;
  width: 220px;
  margin-bottom: 15px;
  float: left; }

#cboxLoadedContent .pop_signin .two_columns .left,
#cboxLoadedContent .pop_register .two_columns .left {
  float: left; }

#cboxLoadedContent .pop_signin .two_columns .right,
#cboxLoadedContent .pop_register .two_columns .right {
  float: right; }

#cboxLoadedContent .pop_signin .two_columns label,
#cboxLoadedContent .pop_register .two_columns label {
  clear: none;
  float: left;
  margin-bottom: 5px; }

#cboxLoadedContent .pop_signin p.password {
  display: inline-block;
  float: right;
  width: 220px;
  margin-bottom: 5px; }

#cboxLoadedContent .pop_signin a.forgot_password {
  float: right; }

#cboxLoadedContent .pop_signin .two_columns input,
#cboxLoadedContent .pop_register .two_columns input {
  width: 218px;
  margin: 0;
  padding: 0; }

#cboxLoadedContent .pop_signin .checkbox,
#cboxLoadedContent .pop_register .checkbox {
  padding-bottom: 0;
  margin-bottom: 10px; }

#cboxLoadedContent .pop_signin p.checkbox label,
#cboxLoadedContent .pop_register p.checkbox label {
  clear: none;
  margin-left: 20px; }

#cboxLoadedContent .pop_signin p.checkbox input,
#cboxLoadedContent .pop_register p.checkbox input {
  float: left;
  margin: 0;
  padding: 0; }

#cboxLoadedContent .pop_signin input.submit_button,
#cboxLoadedContent .pop_register input.submit_button {
  float: right;
  clear: both;
  height: 27px;
  width: 107px; }

#cboxLoadedContent .pop_signin #connect_to_facebook img,
#cboxLoadedContent .pop_register #connect_to_facebook img {
  height: 25px;
  width: 194px; }

#cboxLoadedContent .pop_register .has_error {
  border: 1px solid red; }

#cboxLoadedContent .pop_register .error_message {
  color: red;
  font-size: 90%;
  line-height: 12px; }

#cboxLoadedContent .pop_signin p.message,
#cboxLoadedContent .pop_register p.message {
  color: red;
  display: none;
  margin: 0;
  padding: 0; }

#cboxLoadedContent .pop_signin .clear_both,
#cboxLoadedContent .pop_register .clear_both {
  clear: both; }

.contest_thanks {
  margin: 20px 20px 40px; }

.contest_thanks h1 {
  color: #00A3D7; }

.contest_thanks ul li {
  list-style: disc outside none; }

.contest_thanks ol li {
  list-style: decimal outside none; }

.recent_contest_entries {
  margin-bottom: 40px;
  clear: both; }

.recent_contest_entries h3 {
  margin-bottom: 10px;
  color: #00A3D7; }

.recent_contest_entries .view_all_entries_link {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  float: right;
  margin-right: 20px;
  margin-top: 10px; }

/*
Newsletter
*/
.newsletter-hero {
  float: left;
  width: 376px;
  height: 561px; }

.newsletter-wrap, .privacy-info {
  float: left;
  padding: 10px 20px;
  width: 565px; }

.newsletter-wrap {
  border-bottom: 1px dashed #909090;
  padding: 20px; }
  .newsletter-wrap h1, .newsletter-wrap h2 {
    font-family: "Wicked Grit Clean", arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #0094da;
    font-size: 19px;
    margin-bottom: 10px; }
  .newsletter-wrap .headline {
    color: #FFF;
    display: inline-block;
    margin: 0;
    padding: 4px 12px;
    width: auto;
    *zoom: 1;
    *display: inline;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC0089cf,endColorstr=#CC0089cf);
    background-color: rgba(0, 137, 207, 0.8); }
  .newsletter-wrap h2.headline {
    margin: -4px 0 20px; }
  .newsletter-wrap #newsletter-subscription label {
    font-weight: normal; }
  .newsletter-wrap #newsletter-subscription label, .newsletter-wrap #newsletter-subscription input {
    display: block; }
  .newsletter-wrap #newsletter-subscription input {
    margin-bottom: 10px; }
  .newsletter-wrap #newsletter-subscription input[type="text"] {
    background: url("/img/noregrets/bg_form_field.png") no-repeat 0 0;
    border: 0;
    padding: 3px;
    width: 354px;
    height: 24px; }
  .newsletter-wrap #newsletter-subscription input[type="submit"] {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background: url("/img/button-sign-me-up.png");
    border: none;
    cursor: pointer;
    margin: 25px 0 15px;
    padding: 0;
    text-transform: uppercase;
    width: 133px;
    height: 32px; }
  .newsletter-wrap .stay-in-touch {
    font-size: 14px; }
  .newsletter-wrap .fb_iframe_widget {
    margin-left: 10px; }
  .newsletter-wrap .twitter-follow-button {
    margin-left: 10px;
    vertical-align: text-bottom; }

.privacy-info {
  font-size: 11px;
  line-height: 1.55em;
  margin-bottom: 0; }

/*# sourceMappingURL=contests.css.map */
