@charset "utf-8";
/* CSS Document */

body, html {
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    min-height: 100%;
    background-color: #4c6970;
    background-image: url(images/desktop-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}
html {
    height: 100%;
}
body {
}
::-webkit-input-placeholder {
 text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
 text-align: center;
}

::-moz-placeholder {  /* Firefox 19+ */
 text-align: center;
}

:-ms-input-placeholder {
 text-align: center;
}
a {
    color: #ffffff;
    text-decoration: none;
}
.page-header {
    border-bottom: none;
    margin-top: 25px;
    text-align: left;
}
.page-header img {
    width: 250px;
}
.main-content {
    min-height: calc(100vh - 220px);
}
.landing.main-content {
    min-height: calc(100vh - 280px);
}
.step {
    background-size: 85%;
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 40px;
}
.step.landing {
    background-image: url(images/talent-landing.png);
}
.step.productlist {
    background-image: url(images/talent-video.png);
}
.step.registration {
    background-image: url(images/talent-registration.png);
}
.step.confirmation {
    background-image: url(images/talent-confirmation.png);
}
.landing-title {
    margin-top: 60px;
}
.no-padding {
    padding: 0;
}
.form-control {
    border-radius: 0;
    border: 1px solid #2387A4;
}
.step.landing .code-form {
    background-color: transparent;
    margin-top: 60px;
    padding: 20px;
}
.step.landing .intro-text {
    font-size: 22px;
    font-weight: 400;
}
.main-content.landing .code-form a {
	text-decoration: underline;
}
.main-content.landing .code-form a:hover, .main-content.landing .code-form a:focus, .main-content.landing .code-form a:active{
	font-weight:600;
	color:#ffffff;
}
.form-control {
    background-color: rgba(0,0,0,.25);
    border: 1px solid #ffffff;
    text-align: left;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
}
.form-control:focus, textarea:focus, input:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ffffff;
}
.landing-lifestyle {
    margin-top: 40px;
}
.contact-link {
    margin-top: 30px;
    font-size: 16px;
}
.contact-link a {
    color: #ffffff;
    text-decoration: underline;
}
.btn.btn-default.btn-submit {
    background-color: #ffffff;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #434343;
    text-transform: uppercase;
    border-radius: 21px;
    /* width: 140px; */
    padding-left: 50px;
    padding-right: 50px;
}
.error-message {
    font-size: 18px;
    font-weight: 400;
}
.product-list {
    padding-top: 10px;
    padding-bottom: 25px;
    padding: 0 12px;
    margin-bottom: 15px;
    width: 100%;
    display: -ms-grid;
    display: inline-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.product-container {
    padding: 3px;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    float: none;
    vertical-align: top;
    z-index: 2;
}
.product-container:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
}
.product-container:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
}
.product-container:nth-child(4) {
    -ms-grid-column: 4;
    grid-column: 4;
}
.product-container::before {
    position: absolute;
    background-color: rgba(0,0,0,.5);
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    content: '';
    display: block;
    z-index: -1;
}
.product-container a {
    display: table;
    height: 100%;
    padding: 10px 15px 25px 15px;
}
.product-list .product-box {
    height: 100%;
    min-height: 380px;
    box-sizing: border-box;
    display: table;
}
.product-list a:hover, .product-list a:focus, .product-list a:active {
    color: #ffffff;
    text-decoration: none;
}
.product-container:hover::before, .product-container:focus::before, .product-container:active::before {
    background-color: rgba(0,0,0,.75);
}
.product-list .product-picture {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
    padding: 5px;
    box-shadow: inset 0 0 5px #ffffff, 0 0 5px #ffffff;
}
.product-list .product-box .product-picture img {
    width: 100%;
}
.product-list .product-box .product-picture img:hover, .product-list .product-box .product-picture img:focus {
/*opacity: 0.95;*/
}
.product-name {
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
}
.product-list .product-network img {
    height: 30px;
    margin-left: 5px;
    margin-bottom: 15px;
}
.fandango-gift {
    clear: both;
    margin-bottom: 60px;
}
.fandango-container {
    height: 80px;
    width: 50%;
    margin-left: 15px;
    padding-left: 0;
    padding-right: 20px;
}
.fandango-inner {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    margin-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: table;
}
.fandango-copy {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 21px;
}
.fandango-logo {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.fandango-logo img {
    height: 40px;
}
.tv-screen {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    border: 3px solid #ffffff;
    border-radius: 6px;
    padding: 10px;
    box-shadow: inset 0 0 5px #ffffff, 0 0 5px #ffffff;
}
.tv-screen img {
    width: 100%;
}
.video-container {
    position: relative;
    border: 1px solid #ffffff;
    padding: 2px;
}
.video-container .inner-container {
    border: 2px solid #ffffff;
    padding: 3px;
}
.player-container {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.player-container iframe, .player-container object, .player-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.player-container video {
    width: 100%;
}
/**** Progress Bar *****/
.video-container nav {
    display: none;
}
.video-container:hover nav, .video-container:focus nav {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: block;
}
.video-container #buttons {
    float: left;
    width: 70px;
    height: 22px;
}
.video-container #defaultBar {
    position: relative;
    float: left;
    width: 100%;
    height: 16px;
    padding: 4px;
    /*border: 2px solid black;*/
    background: rgba(0,0,0,.5);
}
.video-container #progressBar {
    position: absolute;
    width: 0px;
    height: 9px;
    background: #ffffff;
}
.video-container .play-button {
    display: none;
}
.video-container .play-button.visible{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-image: url(images/play-button.png);
    opacity: .6;
    background-size: contain;
    display: block;
}
/**** END Progress Bar *****/
.row.continue {
    height: 45px;
    margin-left: 15px;
    padding-left: 10px;
}
.row.continue .redirect-message {
    text-align: right;
    padding-right: 0;
}
.registration .gift-container a {
    color: #ffffff;
    text-decoration: none;
}
.registration .gift-container a:hover, .registration .gift-container a:focus, .registration .gift-container a:active {
    color: #ffffff;
    text-decoration: underline;
}
.registration-form.form-group {
    background-color: rgba(0,0,0,.5);
    padding: 15px 0 25px 25px;
}
.registration-form .row.form-row {
    margin-bottom: 10px;
}
.registration-form label {
    color: #ffffff;
    width: 100px;
    float: left;
    font-weight: 400;
    font-size: 16px;
    padding-top: 5px;
}
.registration .form-container .second-line {
    clear: both;
    display: block;
}
.registration-form input, .registration-form select, .registration-form textarea {
	width: calc(100% - 110px);
	float: left;
} 
.registration-form.order-issues .bootstrap-select.form-control:not([class*="col-"]) {
	width: calc(100% - 110px);
}
.registration-form.order-issues .bootstrap-select > .dropdown-toggle.bs-placeholder, .registration-form.order-issues .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .registration-form.order-issues .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .registration-form.order-issues .bootstrap-select > .dropdown-toggle.bs-placeholder:active,.registration-form.order-issues .btn.dropdown-toggle.btn-default {
	background-color: transparent;
	color: #ffffff;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #ffffff;
    border-radius: 0px;
}
.registration-form.order-issues .dropdown-menu {
    color: #999;
    background-color: rgba(0,0,0,.25);
    font-size: 20px;
}
.registration-form.order-issues .dropdown-menu > li > a {
	color: #fff;
}
.registration-form.order-issues .dropdown-menu > li > a:hover,  .registration-form.order-issues .dropdown-menu > li > a:focus,
.registration-form.order-issues .dropdown-menu > li > a.selected.active{
	color: #000000;
    background-color: #f5f5f5;
}
.registration-form .submit-container {
    padding-left: 115px;
}
.registration-form .btn.btn-default.btn-submit {
    background-color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #434343;
    text-transform: uppercase;
    border-radius: 21px;
    width: 170px;
}
.second-line {
    clear: both;
    display: inline-block;
}
.registration .product-picture {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
    padding: 5px;
    box-shadow: inset 0 0 5px #ffffff, 0 0 5px #ffffff;
}
.registration .product-picture img {
    width: 100%;
}
.registration .product-name {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 40px;
}
.step.confirmation .thank-you .no-padding {
    padding-left: 0;
}
h2 {
    font-size: 21px;
    margin-bottom: 1em;
}
p {
    font-size: 16px;
}
.form-container {
    padding-left: 0;
}
.page-footer {
    text-align: left;
}
.page-footer img {
    width: 300px;
}

@media (max-width: 1199px) {
.fandango-container {
    height: auto;
    width: 75%;
    padding-right: 25px;
    display: block;
}

.step.productlist {
    background-size: 75%;
}
}

@media (max-width:991px) {
body {
    background-image: url(images/mobile-background.jpg);
}
.step {
    background-size: contain;
}
.step.landing .intro-text {
    font-size: 16px;
    font-weight: 400;
}

.step.productlist {
    background-image: none;
}
.product-list {
    display: -ms-grid;
    display: inline-grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.product-container:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
}
.product-container:nth-child(3) {
    -ms-grid-column: auto;
    grid-column: auto;
}
.product-container:nth-child(4) {
    -ms-grid-column: auto;
    grid-column: auto;
}
.product-list .product-box {
    min-height: 380px;
    margin-bottom: 25px;
}
.product-list .clear-box {
    width: 100%;
    clear: both;
    display: table-row;
}
.fandango-container {
    height: auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
}
.registration-form .submit-container {
    padding-left: 0;
    text-align: center;
    padding-right: 20px;
}
}

@media (max-width:767px) {
.page-header img {
    width: 65%;
}
.page-header {
    text-align: center;
}
.landing-title {
    margin-top: 40px;
}
.step.landing, .step.productlist, .step.video, .step.registration, .step.confirmation {
    background-image: none;
    background-color: transparent
}
.step.landing .intro-text {
    font-size: 18px;
}
.step.landing .code-form {
    /*background-color: rgba(0,0,0,.5);*/
    margin-top: 36px;
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.step.landing .submit-container {
    margin-top: 15px;
}
.registration-form .submit-container {
    padding-left: 0;
    text-align: center;
    padding-right: 5px;
}
.landing-lifestyle {
    margin-left: 0;
    margin-right: 0;
}
.registration-form.form-group {
    background-color: rgba(0,0,0,.5);
    padding: 15px 15px 25px 25px;
    width: 100%;
    margin-bottom: 40px;
}
.registration-form input,  .registration-form select, .registration-form textarea{
    width: calc(100% - 110px);
    float: left;
}
.registration .form-container .second-line {
    clear: none;
    display: inline;
}
h2 {
    font-size: 18px;
}
.registration h2 {
    font-size: 18px;
    text-align: center;
}
.registration .gift-container {
    text-align: center;
    margin-bottom: 50px;
}
p {
    font-size: 16px;
}
.product-list {
    display: block;
    padding-top: 10px;
    padding-bottom: 25px;
    padding: 0 12px;/*
    margin-left: 5%;
    margin-right: 5%;
    */
}
.product-container {
    width: 100%;
    display: block;
}
.product-list .product-box {
    padding: 10px 15px 45px 15px;
}
.fandango-gift {
    clear: both;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
}
.fandando-inner {
    margin-left: 0;
    margin-right: 0;
}
.fandango-copy {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
    margin-bottom: 10px;
    line-height: 1;
}
.fandango-logo {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}
.row.video-frame {
    margin-right: 15px;
}
.row.continue {
    margin-left: -15px;
    padding-left: 0;
    margin-bottom: 65px;
}
.row.continue .redirect-message {
    text-align: center;/* padding-right: 0; */
}
.row.continue .redirect-message form {
    padding-right: 15px;
}
.form-container {
    padding-left: 0;
}
.contact-link {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 14px;
}
.contact-link a {
    display: block;
    clear: both;
}
.page-footer {
    text-align: center;
}
.page-footer img {
    width: 61%;
}
}

@media (max-width: 640px) {
.registration-form.form-group {
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {
.contact-link {
    font-size: 12px;
}
.product-list .product-box {
    min-height: 350px;
}
.registration-form input, .registration-form select, .registration-form textarea {
    width: calc(100%);
    float: none;
}
}
