/* Id: 7.4621122.1580206125
 * Generated: 17-Jan-2021 07:20:30
 */
     @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
 @import url("https://www.irishtimes.com/static/select2/select2.css");
 
 .hideForNow {
     display: none;
 }
 
 #frm {
     margin: 0 0 30px 0;
     padding: 0 0 30px 0;
     border-bottom: dotted 1px #b7b7b7;
 }
 
 .raiFormWrapper h1 {
     text-align: center;
     color: #521659;
 }
 
 .raiFormWrapper h2 {
     text-align: center;
     padding: 20px 0px;
 }
 
 .raiFormWrapper h1,
 h2, .c-data h2, .c-data h3 {
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
 }
 
.c-data h2, .c-data h3{text-align:left;}
.c-data h2{padding-bottom:10px;font-weight:bold;font-size:18px;color:#521659;}
.c-data h3{font-weight:normal;font-size:16px;}


.c-data ul{
  font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  padding:0;
  list-style-type:none;
}
.c-data ul span{color:#000;}
.c-data ul a{color:#521659;}
 
 
 .raiFormWrapper img {
     min-width: 300px;
 }
 
 .nominate {
     min-height: 180px;
 }
 
 .nominate .error {
     color: #990000;
     text-transform: uppercase;
     font-size: 11px;
 }
 
 .field-error {
     background: #F4E5E5;
     padding: 8px 5px !important;
 }
 
 .nominate h2 {
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 24px;
     color: #521659;
     font-style: normal;
     font-weight: 700;
     margin: 0;
     padding: 0;
     text-align: center;
 }
 
 .nominate .instructions {
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 16px;
     color: #000000;
     font-style: normal;
     font-weight: 700;
     margin-bottom: 10px;
     padding: 0;
     text-align: center;
 }
 
 h3.title {
     color: #000;
 }
 
 p.helpText {
     color: #515151;
 }
 
 .pulsate {
     animation: pulsate 5s ease-out;
     animation-iteration-count: infinite;
     opacity: 0.5;
     color: #3E1D47 !important;
 }
 
 @keyframes pulsate {
     0% {
         opacity: 0.5;
     }
 
     50% {
         opacity: 1.0;
     }
 
     100% {
         opacity: 0.5;
     }
 }
 
 
 .nominate ul {
     margin: 0;
     padding: 0;
     list-style: none;
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 14px;
     color: #000000;
     font-style: normal;
     font-weight: 400;
 }
 
 .nominate ul li.gb,
 .nominate ul li.noNameInput {
     display: none;
 }
 
 .nominate ul li span {
     margin: 0 10px;
 }
 
 .nominate ul li.countryChoice {
     margin-bottom: 10px;
 }
 
 .nominate input[type=text] {
     box-sizing: border-box;
     outline: none;
     width: 100%;
     height: 38px;
     padding: 5px 0px;
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 16px;
     color: #515151;
     font-style: normal;
     font-weight: 300;
     border: solid 1px #b7b7b7;
     padding: 5px 10px;
 }
 
 .title {
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 21px;
     color: #515151;
     font-style: normal;
     font-weight: 400;
 }
 
 .span8 .title {
     margin-left: 0;
 }
 
 .thanks {
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 16px;
     color: #515151;
     font-style: italics;
     font-weight: normal;
     margin: 0px 10px 15px 10px;
 }
 
 .red {
     color: #990000;
 }
 
 .active {
     background: rgba(82, 22, 89, 0.1);
 }
 
 .span4 .inputWrapper,
 .span8 .inputWrapper {
     position: relative;
     padding: 8px 0;
 }
 
 .span4 .inputWrapper label,
 .span8 .inputWrapper label {
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 16px;
     color: #000000;
     font-style: normal;
     font-weight: 500;
 }
 
 .span4 .inputWrapper label.error,
 .span8 .inputWrapper label.error {
     color: #990000;
     text-transform: uppercase;
     font-size: 11px;
     position: absolute;
     top: 10px;
     right: 10px;
 }
 
 .span4 .inputWrapper.competition label.error,
 .span8 .inputWrapper.competition label.error {
     top: 47px;
 }
 
 .span4 .inputWrapper select,
 .span8 .inputWrapper select {
     width: 300px;
 }
 
 .span4 .inputWrapper input[type=text],
 .span4 .inputWrapper input[type=email],
 .span8 .inputWrapper input[type=text],
 .span8 .inputWrapper input[type=email] {
     box-sizing: border-box;
     outline: none;
     width: 300px;
     height: 38px;
     padding: 5px 3px;
     margin-bottom: 0;
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 16px;
     color: #515151;
     font-style: normal;
     font-weight: 300;
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
     border-bottom-left-radius: 3px;
     border-bottom-right-radius: 3px;
     border: solid 1px #b7b7b7;
 }
 
 .span4 .inputWrapper textarea,
 .span8 .inputWrapper textarea {
     box-sizing: border-box;
     outline: none;
     width: 300px;
     height: 100px;
     padding: 5px 3px;
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 16px;
     color: #515151;
     font-style: normal;
     font-weight: 300;
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
     border-bottom-left-radius: 3px;
     border-bottom-right-radius: 3px;
     border: solid 1px #b7b7b7;
 }
 
 .span4 .inputWrapper input[type=checkbox],
 .span8 .inputWrapper input[type=checkbox] {
     margin-left: -18px;
 }
 
 .span4 .inputWrapper ul li,
 .span8 .inputWrapper ul li {
     margin-bottom: 5px;
 }
 
 .span4 .inputWrapper.info,
 .span8 .inputWrapper.info {
     background: white;
     border-top: dotted 1px #521659;
     border-bottom: dotted 1px #521659;
 }
 
 .span4 .inputWrapper ul,
 .span8 .inputWrapper ul {
     margin: 0 0 0 18px;
     padding: 0;
     list-style: none;
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 16px;
     color: #515151;
     font-style: normal;
     font-weight: 300;
 }
 
 .span4 .inputWrapper ul li.radio,
 .span8 .inputWrapper ul li.radio {
     display: inline-block;
     width: 100px;
 }
 
 #countyChosen,
 #placeChosen {
     display: none;
 }
 
 .helpText {
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 13px;
     color: #000000;
     font-style: italic;
     font-weight: 700i;
     margin: 0;
     padding: 0;
 }
 
 .extraInput {
     display: none;
 }
 
 .extraInput input[type=text] {
     width: 300px;
 }
 
 .extraInput input[type=textarea] {
     width: 300px;
 }
 
 .raiLogo {
     display: block;
     margin: 0 auto;
 }
 
 .introWrapper,
 .responseLogoWrapper {
     padding: 3px 5px;
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 16px;
     line-height: 24px;
     color: #515151;
     font-style: normal;
     font-weight: 400;
     box-sizing: border-box;
 }
 
 .introWrapper h3 {
     text-transform: uppercase;
     color: #521659;
 }
 
 .introWrapper p,
 .responseLogoWrapper p {
     margin: 0;
     padding: 0;
 }
 
 .descriptionsWrapper {
     position: relative;
 }
 
 .awardDescription {
     z-index: 100000;
     position: absolute;
     display: none;
     background: #ffffff;
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
     border-bottom-left-radius: 3px;
     border-bottom-right-radius: 3px;
     border: solid 1px #b7b7b7;
     -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.5);
     width: 300px;
     box-sizing: border-box;
     padding: 3px 5px;
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 13px;
     color: #515151;
     font-style: normal;
     font-weight: 400;
 }
 
 .awardDescription h3 {
     text-transform: uppercase;
     color: #521659;
 }
 
 .awardDescription p {
     margin: 0 0 10px 0;
     padding: 0;
 }
 
 .awardDescription p.sponsored {
     color: #521659;
     text-align: right;
     margin: 5px 5px 0 0;
     font-weight: 700;
 }
 
 .awardDescription p.sponsored:before {
     content: 'Sponsored by: ';
     font-size: 13px;
     color: #999999;
 }
 
 .awardDescription a {
     float: right;
     text-decoration: none;
     color: #515151;
 }
 
 .span4 .inputWrapper.ageCheck {
     padding-top: 25px;
 }
 
 .ageCheck span {
     margin-left: 5px;
 }
 
 button {
     margin: 10px 0;
     display: block;
     border: 0;
     background: #521659;
     padding: 8px 40px;
     color: white;
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 16px;
     color: white;
     font-style: normal;
     font-weight: 700;
     text-transform: uppercase;
     transition: 0.3s;
 }
 
 button:hover {
     box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
     transition: 0.3s;
 }
 
 .span4 .inputWrapper input[type=text],
 .span4 .inputWrapper input[type=email],
 .span8 .inputWrapper input[type=text],
 .span8 .inputWrapper input[type=email] {
     border-radius: 0;
     padding: 2px 5px 3px 5px;
 }
 
 .select2-container .select2-choice {
     padding: 1px 5px;
 }
 
 .select2-container .select2-choice,
 #category {
     box-sizing: border-box;
     width: 300px;
     border-radius: 0;
     height: 35px;
     line-height: 32px;
     border: 1px solid #b7b7b7;
     margin-bottom: 0px;
     background: #fff;
     background-image: none;
 }
 
 .select2-container .select2-choice span,
 #category {
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 16px;
     font-style: normal;
     font-weight: 300;
     color: #515151;
 }
 
 .select2-container .select2-choice .select2-arrow {
     background: #fff;
     border-radius: 0;
     border-left: 2px solid #b7b7b7;
     border-left: 1px solid #b7b7b7;
 }
 
 .select2-container .select2-choice .select2-arrow b {
     background-position: 0px 5px;
 }
 
 .select2-drop {
     border-radius: 0;
 }
 
 .select2-drop-active {
     border: 1px solid #eaeaea;
     border-top: 1px solid #b7b7b7;
     padding-top: 5px;
 }
 
 .select2-results .select2-highlighted {
     background: #fff;
     color: #000;
     font-weight: bold;
 }
 
 .select2-results .select2-disabled {
     display: none;
 }
 
 .select2-dropdown-open.select2-drop-above .select2-choice,
 .select2-dropdown-open.select2-drop-above .select2-choices {
     border: 1px solid #eaeaea;
 }
 
 #select2-drop.select2-drop.select2-display-none.select2-with-searchbox.select2-drop-active {
     width: 300px !important;
 }
 
 .response .salutation {
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 21px;
     color: #515151;
     font-style: italic;
     font-weight: normal;
     padding: 0 0 5px 10px;
 }
 
 .response p {
     padding: 0 0 5px 0px;
 }
 
 .response #nextCategoryList {
     margin: 0;
     padding: 0;
     list-style: none;
     border-bottom: solid 1px #b7b7b7;
     width: 100%;
 }
 
 .response #nextCategoryList li {
     float: left;
     margin: 0 10px 0 0;
     width: 300px;
     padding: 3px 0;
     border-bottom: solid 1px #b7b7b7;
 }
 
 .response #nextCategoryList li a {
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 14px;
     color: #515151;
     font-style: normal;
     font-weight: normal;
 }
 
 .response #nextCategoryList li a:before {
     color: #515151;
     font-family: FontAwesome;
     content: '\f164';
     display: inline-block;
     padding-right: 3px;
     vertical-align: middle;
 }
 
 .response #nextCategoryList li a.offthemenu {
     color: #cccccc;
 }
 
 .response #nextCategoryList li a.offthemenu:before {
     color: green;
 }
 
 .optionsCTA {
     display: none;
 }
 
 
 .tandc-list {
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     list-style: none;
     padding: 0;
     margin: 0;
 }
 
 .tandc-list li {
     border-bottom: solid 1px #ccc;
     color: #515151;
     font-size: 14px;
     line-height: 24px;
 }
 
 .sponsoredList {
     width: 300px;
     margin: 0 auto;
     padding: 0;
     list-style: none;
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-size: 16px;
     color: #515151;
     font-style: normal;
     font-weight: 400;
 }
 
 .sponsoredList li {
     padding: 4px;
     border-bottom: solid 1px #b7b7b7;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .sponsoredList li.noAward {
     line-height: 42px;
     display: block;
 }
 
 .sponsoredList li span {
     display: block;
     color: #521659;
     font-weight: 700;
     font-size: 13px;
 }
 
 .sponsoredList li span:before {
     content: "Sponsored by ";
 }
 
 /* remove unused social icons */
 a.at-share-btn.at-svc-mailto,
 a.at-share-btn.at-svc-pinterest_share,
 a.at-share-btn.at-svc-reddit,
 a.at-share-btn.at-svc-google_plusone_share,
 a.at-share-btn.at-svc-linkedin {
     display: none !important;
 }
 
 a.at-share-btn.at-svc-whatsapp {
     display: none !important;
 }
 
 .at-share-btn-elements {
     display: flex;
     justify-content: center;
 }
 
 .shareQuote {
     text-align: center;
     font-style: italic;
     padding: 20px;
     position: relative;
     margin: 0 auto;
 }
 
 .shareQuote::before {
     content: "\f10d";
     font-family: FontAwesome;
     font-style: normal;
     font-weight: normal;
     text-decoration: inherit;
     color: #3E1D47;
     font-size: 18px;
     position: absolute;
     top: -5px;
     left: -10px;
 }
 
 .shareQuote::after {
     content: "\f10e";
     font-family: FontAwesome;
     font-style: normal;
     font-weight: normal;
     text-decoration: inherit;
     color: #3E1D47;
     font-size: 18px;
     position: absolute;
     bottom: -10px;
     right: 10px;
 }
 
 .description {
     margin-top: 10px;
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
 }
 
 .nextCategoryTitle {
     padding-bottom: 20px;
 }
 
 .georgiaOverride,
 .response.hideForNow {
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
 }
 .span8 .tandcWrapper {
    display:none;
}
.span4 .tandcWrapper {
   display:block;
}
 @media only screen and (min-width: 320px) and (max-width: 480px) {
 
     .raiFormWrapper h1, .successOverlay h1 {
         font-size: 170%;
 
     }
     .raiFormWrapper h2 {
         padding: 10px 0;
     }
 
 
     .descriptionsWrapper {
         margin-top: 20px;
     }
 
     .nominate {
         padding: 0;
         width: 100%;
     }
 
     .introWrapper {
         margin-top: 20px;
     }
     .span4 .inputWrapper.ageCheck {
         padding-top: 0px;
     }
 
     .success, .welcome {
         padding-top: 80px;
         background-repeat: no-repeat;
         background: url(https://www.irishtimes.com/polopoly_fs/1.3752501!/image/image.png?r=036784) no-repeat top center;
         background-size: 50%; 
     }
     .successOverlay h1 {
         font-size: 152%;
     }
     .responseLogoWrapper {
         display: none !important;
     }
     .span8 .tandcWrapper {
         display:block;
     }
     .span4 .tandcWrapper {
        display:none;
    }
    .introWrapper {
        display: none;
    }
    .span4 .raiLogo {
        display:none;
    }
 }
 
 @media only screen and (min-width: 768px) and (max-width: 979px) {
     .span4 {
         width: 234px !important;
     }
 
     .prizes .span4 {
         width: 100% !important;
     }
 
     .prizes .span4 img {
         display: block;
         margin: 0 auto 10px auto;
     }
 }
 
 .clockWrapper {
     margin: 0 auto;
     width: 290px;
     min-height: 90px;
     background: #f5ebf7;
     padding: 5px 0;
 }
 
 .clockWrapper h2 {
     font-family: Lato;
     font-weight: 300;
     text-align: center;
     margin: 0;
     padding: 0 0 5px 5px;
     text-transform: uppercase;
     font-size: 16px;
 }
 
 .clockWrapper #clock {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin: 0 -5px;
     background: #3E1D47;
     font-family: Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
     font-weight: 300;
     color: #fff;
     height: 50px;
     box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
 }
 
 .clockWrapper #clock span {
     font-weight: 300;
     font-size: 36px;
     margin: 0 5px 0 0;
     text-shadow: 0 1px 1px #000000;
 }
 
 .prizeRow {
     margin-bottom:20px;
 }
 
 

      