html, body
{
	font-size: 16px;
	/* 	Stop text resizing in Windows Mobile and Webkit (iDevices) but still allow resize on zooming. Change 100% to none to completely disallow text resizing. */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body, form
{
	margin: 0;
	min-height: 100%;
	min-width: 100%;
	padding: 0;
	width: 100% !important;
}
/* Only take up part of the space and be centered by default */
.Fields, .SaveParagraph
{
	margin: 1em auto;
	min-width: 100%;
	padding: 0;
}
.Fields ul
{
	margin-left: 0;
	list-style-type: none;
	padding-left: 0;
}
/* Fields display horizontal by default */
.FieldsCell1, .FieldsCell2
{
	display: inline-block;
	margin: 0 0 1em;
	padding: 0;
	width: 49%;
}
.FieldsCell1{
text-align: right;
padding-right: 5px;
vertical-align: middle !important;
}

/* Hide tablet and mobile styles by default */
.tablet, .mobile
{
	display: none;
}
/* Small Screens (Mobile Devices) */


body{
  background: url(http://assets.fbmta.com/clt/txrdh/lp/join/13/join.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
}
.FieldsLabel{
  font-family: 'vinyl';
  font-size: large ;
  text-transform:uppercase;
  line-height: 120%
}
 #ctl00_PageContent_MemberProfileControl_FieldsRequiredRow td {
    text-align:center;
}

.desk{
  display: table-cell;
}
.content {
  width:600px;
}

.FieldsRequiredIndicator{
  color: #000000 !important;

}
.FieldsInput, .StoresDropDown, .FieldsDropDown {

    cursor: auto;
    padding: 10px;
    border: 3px solid #FE7C00;
    font-size: 13px;
    color: #000000;
}
#ctl00_PageContent_MemberProfileControl_CustomField_Birthdate_0_dateInput, #ctl00_PageContent_MemberProfileControl_CustomField_Zip_0 {
     cursor: auto;
     height:40px;
    border: 3px solid #FE7C00;
    font-size: 13px;
    color: #000000;
    width:auto !important;
}

.SaveButton, {
  border: none !important;
}
.AllStoresCell, .responseMobile, .responseUp  {
  display: none;
}

.bgContent {
    background: url(http://assets.fbmta.com/clt/txrdh/lp/join/13/12.png) no-repeat bottom right !important;
    height: 1100px;

}
.Message {
  margin: 0;
  padding: 0;
}
#navigation ul
{
    margin: 0;
    padding: 0;
}

#navigation ul li
{
    list-style-type: none;
    display: block;
    text-decoration: none;
    padding:25px 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: x-large;
    font-family: vinyl, Trebuchet MS, sans-serif;
    border-bottom: 1px solid #4c3f01;
}

#navigation {
  display: none;
}
#ctl00_PageContent_MemberProfileControl_CustomField_Zip_0_wrapper {
  width: auto !important;
}

@media only screen and (max-width: 962px){
    #content-wrapper #header .social-nav{
         display: none !important;

}
.bgContent {
    height: 1500px;

}
}

@media only screen and (max-width: 875px){
table.main, #content-wrapper {
  width:100% !important;
}
.content {
  width:100% !important;
}
.desk, #main-nav, #header-right{
  display: none !important;
}
.FieldsInput, .StoresDropDown, .FieldsDropDown {
width:90% !important;
text-align: center !important;
}
.FieldsCell1, .FieldsCell2, .StoreTable {
  width: 100%;
  text-align:center;
}
.InsertMode, .LabelCell {
    width: 100%;
    max-width:350px !important;
  text-align:center;
  display:block;
}

.FieldsCell1{
padding: 0px;
}
 #header-left {
   float: none !important;
    margin: 0 auto;
 }
 #navigation {
  display: block !important;
}
		#content-wrapper #header #header-left {
		  left: 0px;
 }
 	#content-wrapper #header #header-right {

			padding-left: 0px;

		}

   }
  @media only screen and (max-width: 613px){
  .responseUpMain{
  display: none !important;
  }
  .responseUp{
     display: block !important;
}
}

 @media only screen and (max-width: 535px){
   .response{
  display: none !important;
}

.responseMobile{
     display: block !important;
}

 }

 @media only screen and (max-width: 350px){
.bgContent {
    background: url(http://assets.fbmta.com/clt/txrdh/lp/join/13/2bg.png) no-repeat bottom right !important;
    height: 1500px;

}
.responseMobile img, .responseUp img{
    max-width:100% !important;
      height:auto;
      display:block;
      width:100%}

}