
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

/* CSS RESETS */
* {
 box-sizing: border-box;
}
html {
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 width: 100%;
 height: 100%;
}
body {
 margin: 0;
 font: 14px/1 sans-serif;
 -moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
 width: 100%;
 max-width:100% !important;
 height: 100%
}
h1, h2, h3, h4, p, blockquote, figure, ol, ul {
 margin: 0;
 padding: 0;
}
ul, li {
 list-style: none;
}
main {
 display: block;
}
h1, h2, h3, h4 {
 font-size: inherit;
}
strong {
 font-weight: bold;
}
a, button {
 color: inherit;
}
a {
 text-decoration: none;
}
button {
 overflow: visible;
 border: 0;
 font: inherit;
 -webkit-font-smoothing: inherit;
 letter-spacing: inherit;
 background: none;
 cursor: pointer;
}

::-moz-focus-inner {
 padding: 0;
 border: 0;
}
:focus {
 outline: 0;
}
img {
 max-width: 100%;
 height: auto;
 border: 0;
}
.ltk-clearfix:after {
 content: "";
 display: table;
 clear: both;
}
/* End CSS RESETS */
/*---------------------*/
/* PREFCENTER STYLES */

#pref-center-wrapper {
 font-family: 'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 width: 100%;
 max-width: 940px;
 /* Pref Center Width Goes Here */
 margin: 0 auto;
 background: #fff;
 color: #4f4f4f;
}
.ltk-pref-content {
 padding: 35px;
 width: 100%;
}
.inner-container div.half-width {
 width: 49%;
}
.inner-container div.half-width:nth-of-type(odd) {
 float: left;
 clear: both;
}
.inner-container div.half-width:nth-of-type(even) {
 float: right;
}
.fields-container {
 margin: 0px 0px 0px 0px;
}
.inner-container {
 padding: 40px 0;
}
.border2 {
padding: 0px 0px 20px 0px;
 border-bottom: 1px solid #e1e1e1;
}
.inner-container.border {
 border-bottom: 1px solid #e1e1e1;
}
.text-field ul li:nth-child(n+3) {
 margin-top: 10px
}
.fields-container ul li.half-width {
 width: 49%;
}
.fields-container ul li.half-width:nth-of-type(odd) {
 float: left;
 clear: both;
}
.fields-container ul li.half-width:nth-of-type(even) {
 float: right;
}
/* Type */

h2.pref-page-header {
 font-family: 'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 font-weight: 400;
 color: #8e8c8a;
 font-size: 21px;
 line-height: 1.25;
 text-transform: uppercase;
 margin: 0px 0px 6px 0px;
}
h2.pref-page-header span {
 color: #002b5c;
 font-weight: 700;
}
.thanks h2.pref-page-header, .error h2.pref-page-header {
 font-family: 'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 font-weight: 400;
 color: #002b5c;
 font-size: 21px;
 line-height: 1.25;
 text-transform: uppercase;
 margin: 0px 0px 6px 0px;
}
.ltk-pref-content h3 {
 font-family: 'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 font-weight: 400;
 color: #343434;
 font-size: 14px;
 line-height: 1.25;
 text-transform: uppercase;
 margin: 0;
}
.unsubscribe h3 {
 font-weight: 700;
 margin: 25px 0 0 0;
}
.radio-container h4.subhead {
 font-size: 14px;
 font-weight: 400;
 font-weight: normal;
}
.unsubscribe p {
 margin: 5px 0;
 color: #7d7d7d;
}
.error a, .unsubscribe a {
 text-decoration: underline;
}
p {
 margin: 10px 0px;
 line-height: 20px;
}
.eligible {
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 font-style: italic;
}
.thanks p {
 margin: 25px 0;
}
.error p {
 margin: 15px 0;
}
a {
 color: #002b5c;
}
.thanks a {
 text-decoration: underline;
 margin-right: 30px;
}
.required {
 color: #cf0707;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: italic;
}
p.required {
 margin: 0px;
}
/* Type END */

input[type="email"], input[type="text"] {
 width: 100%;
 border: 1px solid #a7a9ac;
 padding: 5px;
 line-height: 16px;
 margin: 5px 0px 0px 0px;
 height: 35px;
 font-family: 'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 border-radius: 0px;
 font-size: 16px;
 color: #002b5c;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
input[type="text"]#first-name-field {
 display: block;
 width: 100%;
}

::-webkit-input-placeholder {
 color: #c5c5c5;
 font-family:'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 font-size: 16px;
 line-height: 1.15em;
}

:-moz-placeholder {
 color: #c5c5c5;
 font-family:'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 font-size: 16px;
 line-height: 1.15em;
}

::-moz-placeholder {
 color: #c5c5c5;
 font-family:'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 font-size: 16px;
 line-height: 1.15em;
}

:-ms-input-placeholder {
 color: #c5c5c5;
 font-family:'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 font-size: 16px;
 line-height: 1.15em;
}
/* Player Container */
.player-select {
 width: 100%;
 height: auto;
 border: 1px solid #a7a9ac;
 background-color: #f4f4f4;
 padding: 40px;
}
.player-select .dropdown {
 margin-bottom: 15px;
}
.player-container {
 background-color: #fff;
 clear: both;
 width: 100%;
 padding: 5px;
}
.player-single {
 position: relative;
 top: 0;
}
.player0 {
}
.player1, .player2, .player3, .player4, .player5, .player6, .player7, .player8, .player9, .player10, .player11, .player12, .player13, .player14, .player15, .player16, .player17, .player18, .player19, .player20, .player21, .player22, .player23, .player24, .player25, .player26, .player27, .player28, .player29, .player30, .player31, .player32, .player33, .player34, .player35 {
}
.player-container p {
 font-family: 'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #002b5c;
 padding: 22.5% 0 0 5px;
}
.player-container p + p {
 padding-top: 5%;
 color: #343434;
}
.player-container p span {
 color: #8e8c8a;
}
/* Player Container END */


/* Dropdown */

.dropdowns3 {
 width: 100%;
 display: block;
 margin: 0;
 padding: 0;
 margin: 0px 0px 0px 0px;
 height: 35px;
}
.dropdowns3 li {
 display: inline-block;
 width: 31.5%;
 margin-right: 2.7%;
 margin-top: 0 !important;
 margin-bottom: 0;
 vertical-align: middle;
 box-sizing: border-box;
 float: left;
}
.dropdowns3 li:last-child {
 float: right !important;
 margin-right: 0 !important;
}
.dropdown-wrapper {
 text-align: left;
 padding: 0 0 14px;
}
/*Hides default dropdown arrow*/

.hidden-select {
 position: absolute;
 top: -1px;
 left: 0;
 width: 100%;
 height: 100%;
 background: transparent !important;
 border: transparent;
 outline: none;
 z-index: 99;
 box-sizing: border-box;
}
/*Dropdown text and border styles*/

.dropdown {
 font-family: 'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
 vertical-align: middle;
 position: relative;
 width: 100%;
 float: left;
 height: 35px;
 padding: 0;
 margin: 3px 0 0;
 display: inline-block;
 outline: none;
 text-align: left;
 background: #ffffff;
 border: none;
 border-radius: 0;
 color: #8b8d8f !important;
 cursor: pointer;
 text-overflow: ellipsis;
 white-space: nowrap;
 -webkit-appearance: none !important;
 -moz-appearance: none !important;
 appearance: none !important;
 -webkit-user-select: none !important;
 -moz-user-select: none !important;
 text-indent: 0 !important;
 text-overflow: '' !important;
 content: "" !important;
 box-sizing: border-box;
 z-index: 1;
 -webkit-transition: all .09s linear;
 transition: all .09s linear;
}
/*Dropdown select area*/

.dropdown select {
 width: 100%;
 height: 100%;
 border: 1px solid #a7a9ac;
 padding: 5px;
}
/*CSS Gray arrow image*/

.dropdown:before {
 content: "";
 display: block;
 width: 0;
 height: 0;
 border: inset 5px;
 border-color: #343434 transparent transparent;
 border-top-style: solid;
 position: absolute;
 right: .6em;
 top: 60%;
 margin-top: -2px;
 box-sizing: border-box;
 z-index: 2;
}
/*Hover arrow effect*/

.dropdown:hover:before {
 border-color: #000 transparent transparent !important;
}
/*CSS White arrow image*/
/*Hides IE default dropdown arrow*/

.dropdown select::-ms-expand {
 display: none !important;
}
label {
 display: inline-block;
 line-height: 20px;
 height: 25px;
}
/* Radio Buttons */
.radio-container ul {
 width: 100%;
 list-style: none;
 margin-top: 4px;
}
.radio-container li {
 display: inline-block;
 width: 100%;
 margin-right: 1.5%;
 float: left;
}
.radio-container .field {
 width: 100%;
 padding: 0;
 margin: 0;
}
.radio-container ul {
 display: inline-block;
 width: 100%;
 float: left;
 margin-top: 5px;
 padding: 0;
}
.radio-container .inline li {
 display: block;
 vertical-align: bottom;
 padding-right: 0;
}
.radio-container .gender label {
 font-family: 'Oswald', Arial, Helvetica, sans-serif;
 font-size: 14px;
 line-height: 24px;
 color: #343434;
 padding: 6px;
 margin: 0;
 display: inline-block;
 border: none;
 border-radius: 0;
 height: 35px;
 float: left;
 width: 100%;
 position: absolute;
 vertical-align: top;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
.radio-container .gender div {
 background: #fff;
 float: left;
 display: inline-block;
 background-color: #fff;
 width: 100%;
 max-width: 150px;
 height: 35px;
 margin-right: 1.5%;
 position: relative;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
.radio-container .gender label:hover {
 color: #a7a9ac !important;
}
.radio-container .gender div:hover {
 color: #002b5c;
}
.radio-container .gender input[type='radio'] + label {
 color: #343434;
 background-color: #fff;
 border: 1px solid #a7a9ac;
 position: absolute;
 width: 100%;
 max-width: 150px;
 margin-left: -28px;
 padding: 4px 8px;
 text-indent: 28px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
.radio-container .gender input[type='radio']:checked + label {
 color: #343434;
 background-color: #ebebeb !important;
 border: 1px solid #a7a9ac;
 position: absolute;
 width: 100%;
 max-width: 150px;
 margin-left: -28px;
 text-indent: 28px;
}
.radio-container .gender input[type='radio'] {
 width: 18px;
 height: 18px;
 top: 3px;
 left: 5px;
 float: left;
 outline: none !important;
 display: inline-block;
 border: 2px solid #a7a9ac;
 box-shadow: none;
 background: #fcfdfe;
 border-radius: 30px;
 position: relative;
 -moz-appearance: none;
 -webkit-appearance: none;
 -o-appearance: none;
 overflow: hidden;
 cursor: pointer;
 text-align: left;
 margin: 5px;
 padding: 0;
 z-index: 100;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
.radio-container .gender input[type='radio']:not(old):checked {
 color: #ffffff;
 background: #002b5c;
 border: 2px solid #ffffff;
 box-shadow: 0px 0px 2px 1px #002b5c;
 -moz-box-shadow: 0px 0px 2px 1px #002b5c;
 -webkit-box-shadow: 0px 0px 2px 1px #002b5c;
 -moz-appearance: none;
 -webkit-appearance: none;
 -o-appearance: none;
 position: relative;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
.radio-container {
 width: 100%;
}
.check-container {
 width: 100%;
 margin: 0;
 float: none;
}
.inner-container  h1.head {
 color: #7d7d7d;
 font-size: 22px;
 line-height: 26px;
 font-weight: normal;
 padding: 0px 0px 25px 0px;
 text-transform: uppercase;
}
.radio-container h3.subhead, .check-container h3.subhead {
 font-size: 14px;
 font-weight: normal;
 text-transform: uppercase;
}
.check-container ul {
 margin: 0;
}
.check-container ul li {
 padding: 20px 10px 5px 0px;
 //float: left;
}
.radio-container ul li {
}
.check-container ul li {
 width: 100%;
 clear: both;
}
.check-container ul li + li {
 //margin-top: 5px;
}
/*Checkboxes*/
#PhoneNumber{
 padding: 0px 0px 20px 0px;
}
.phonenumbercheckbox label {
    font-family: 'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #343434;
    cursor: pointer;
    line-height: 18px;
    display: block;
    position: relative;
}
.phonenumbercheckbox label span {
    display: block;
    padding: 0px 0px 0px 25px;
    line-height: 18px;
}


.check-container ul li label {
 font-family: 'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 font-size: 14px;
 height: 32px;
 font-weight: normal;
 color: #343434;
 cursor: pointer;
 line-height: 18px;
 //display: block;
 position: relative;
}
.check-container ul li label + p {
 display: block;
 width: 90%;
 padding-left: 25px;
 font-family: 'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 font-weight: 400;
 font-size: 13px;
 color: #7d7d7d;
 margin: 0;
}
.check-container ul li input {
 display: block;
 position: absolute;
}
.check-container ul li label:before {
 font-size: 16px;
 color: #c5c5c5;
 padding: 0px 3px;
 margin-bottom: 20px;
 display: block;
 position: absolute;
 float: left;
}
.check-container ul li input:checked ~ label:before {
 color: #d21919;
 background-image: url(https://image.email.dallascowboys.net/lib/fe3a157175640478721675/m/5/5421de84-e4aa-4bf2-85c7-87857fb05f90.png);
 background-size: auto auto;
 background-repeat: no-repeat;
 background-position: -6px -4px;
}
.check-container ul li label:before {
 content: "";
 width: 18px;
 height: 22px;
 background-image: url(https://image.email.dallascowboys.net/lib/fe3a157175640478721675/m/5/5421de84-e4aa-4bf2-85c7-87857fb05f90.png);
 background-size: auto auto;
 background-repeat: no-repeat;
 background-position: -6px -66px;
}
.check-container ul li input[id$="_Email"]:checked ~ label:before {
 color: #d21919;
 background-image: url(https://image.email.dallascowboys.net/lib/fe3a157175640478721675/m/5/5421de84-e4aa-4bf2-85c7-87857fb05f90.png);
 background-size: auto auto;
 background-repeat: no-repeat;
 background-position: -6px -5px;
}
.check-container ul li label[id$="_Email"]:before {
 content: "";
 width: 18px;
 height: 32px;
 background-image: url(https://image.email.dallascowboys.net/lib/fe3a157175640478721675/m/5/5421de84-e4aa-4bf2-85c7-87857fb05f90.png);
 background-size: auto auto;
 background-repeat: no-repeat;
 background-position: -6px -67px;
}
.check-container ul li input[id$="_Text"]:checked ~ label:before {
 color: #d21919;
 background-image: url(https://image.email.dallascowboys.net/lib/fe3a157175640478721675/m/5/5421de84-e4aa-4bf2-85c7-87857fb05f90.png);
 background-size: auto auto;
 background-repeat: no-repeat;
 background-position: -42px -5px;
}
.check-container ul li label[id$="_Text"]:before {
 content: "";
 width: 18px;
 height: 32px;
 background-image: url(https://image.email.dallascowboys.net/lib/fe3a157175640478721675/m/5/5421de84-e4aa-4bf2-85c7-87857fb05f90.png);
 background-size: auto auto;
 background-repeat: no-repeat;
 background-position: -42px -67px;
}
.check-container ul li label span {
 display: block;
 padding: 0px 0px 0px 18px;
 line-height: 18px;
}
.check-container ul li label span .subhead{
padding: 0px;
 color: #7d7d7d;
 font-size: 13px;
}
.button {
 width: 50%;
 margin: 50px 0px 0px 0px;
 float: right;
}
.button input[type='submit'], .button a.back-button {
 font-family: 'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 color: #fff;
 display: block;
 width: 100%;
 border-radius: 10px;
 font-weight: bold;
 font-size: 16px;
 line-height: 1.15em;
 text-align: center;
 cursor: pointer;
 text-transform: uppercase;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: 2px solid #002b5c;
 background: #002b5c;
 padding: 10px 0px;
 -webkit-transition: all .09s linear;
 transition: all .09s linear;
}
.button input[type='submit']:hover, .button a.back-button:hover {
 background: #051b34;
 color: #fff;
}
/* Checkbox Section Hide */
.version-DC {
}
.version-ShopDC {
/*display:none;*/
}
/* Superscript Plus Symbol */
.plussymbol {
 font-size: 20px;
 line-height: 15px;
 padding-left: 3px;
 display: inline-block;
}

/*  */


@media only screen and (max-width: 750px) {
#pref-center-wrapper {
 width: 98%;
}
.ltk-pref-content {
 width: 100%;
 padding: 35px 15px;
}
h2.pref-page-header {
 font-size: 17px;
 margin: 0px 0px 6px 0px;
}
/* Main Containers */
#PhoneNumber{
 padding: 0px 0px 0px 0px;
}
.inner-container {
 padding: 0px 0px 20px 0px;
}
.inner-container.border {
 border-bottom: 1px solid #e1e1e1;
}
.inner-container div.half-width {
 width: 100%;
}
.text-field ul li:nth-child(n+2) {
 margin-top: 10px
}
.fields-container ul li.half-width {
 width: 100%;
 padding: 0;
}
.fields-container ul li.half-width:nth-of-type(odd) {
 float: none;
 clear: both;
}
.fields-container ul li.half-width:nth-of-type(even) {
 float: none;
 clear: both;
}

/* Player Section */

.player-single div.half-width {
 width: 49%;
 float: left;
}
.player-single {
 position: relative;
 padding: 5px;
}
.player-single .half-width img {
 display: block;
 margin: 0 auto;
}
.radio-container h3.subhead {
 font-size: 14px;
 font-weight: normal;
 padding-top: 15px;
}
.inner-container h1.head{
 padding: 25px 0px 25px 0px;
}
.check-container h3.subhead {
 font-size: 14px;
 font-weight: normal;
 padding: 25px 0px 0px 0px;
}
.radio-container ul li,  .check-container ul li {
 width: 100%;
 float: none;
}
.radio-container ul li label,  .check-container ul li label {
 //padding: 5px 0 10px 15px;
}
.button input[type='button'],  .button a.back-button {
 margin: 40px auto 0;
 width: 100%;
}
.fields-container ul li.half-width {
 width: 100%;
}
.radio-container {
 margin: 20px 0px 0px 0px;
}
.radio-container .gender div {
 max-width: 150px;
 height: 35px;
 margin-right: 1.5%;
 position: relative;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
.radio-container .gender div:last-child {
 margin-right: 0;
}
.check-container ul li label + p {
 display: block;
 width: 90%;
 padding-left: 40px;
 font-family: 'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 font-weight: 400;
 font-size: 13px;
 color: #7d7d7d;
 margin: 0;
}
}

@media only screen and (max-width: 450px) {
.mobileHide {
 display: none;
}
/* Player Section */
.player-single div.half-width {
 width: 100%;
 float: clear;
}
.player-single {
 position: relative;
 padding: 5px;
 max-height: 280px;
 margin: auto 0;
}
.player-single .half-width img {
 display: block;
 margin: 0 auto;
}
.player-container p {
 font-family: 'Oswald', Arial Narrow, Arial, Helvetica, sans-serif;
 text-align: center;
 font-size: 18px;
 color: #002b5c;
 padding: 15px 0 0 5px;
}
.player-container p + p {
 padding-top: 10px;
 color: #343434;
}
.player-container p span {
 color: #8e8c8a;
}
/* Gender */
.radio-container .gender div {
 max-width: 49%;
 height: 35px;
 margin-right: 1.5%;
 position: relative;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
.radio-container .gender div:last-child {
 margin-right: 0;
}
}