/*******************************************
:--- Syndicate ---:
*******************************************/
fieldset {
  border:0; 
}

#syndicate_form {
	width:100%;
  float: left;
  margin-top: 10px;
}

#syndicate_form .contact-section {
	float: left;
	width: 72%;
}

#syndicate_form .formfooter-section {
	float: left;
	width: 28%;
}

#syndicate_form .name-fields {
	float: left;
	margin-right: 2%;
	width: 100%;
}

#syndicate_form .contact-fields {
	float: left;
	width: 100%;
}

#syndicate_form .contact-fields .fields, #syndicate_form .name-fields .fields {    
  width: 49%;
  display: inline-block;
  margin-top: 10px;
  position: relative;
}

#syndicate_form label {
  font-weight:bold;
  color:#5d5d5d;
  float:left; 
  display: none;
}

.asterix {
  color:crimson;
  font-size:12px;
  padding-left:3px;
}

.required-ast-nolabel {color: firebrick;}

.errors {
  color:crimson;
  font-size:11px;
  clear:left;
  float:left;
}

.errors .error {text-transform: capitalize;}

#syndicate_form fieldset {
  margin-bottom:15px;
}

#syndicate_form input[type="text"], #syndicate_form input[type="email"], #syndicate_form input[type="tel"] {
  padding: 8px;
	font-size: 15px;
	border: 1px solid #ccc;
	width: 250px;
	float:left;

	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
  border-radius: 3px;
	-webkit-box-shadow: inset 0 2px 2px #ddd;
	-moz-box-shadow: inset 0 2px 2px #ddd;
	box-shadow: inset 0 2px 2px #ddd;
}

#syndicate_form input:focus {
  outline:none;
  -webkit-box-shadow:0px 0px 5px #a1a1a1;
	-moz-box-shadow:0px 0px 5px #a1a1a1;
  box-shadow:0px 0px 5px #a1a1a1;
}

input[type="button"].submit_y {
  /*color:;*/
  /*width:;*/
  /*height:;*/
	float:right;
  /*background:;  Insert Color */
}

input[type="button"].submit_y:hover {
  /*background:;*/
}

#syndicate_form input[type="button"].submit_y:focus {
  outline:none;
  -webkit-box-shadow:none; 
  box-shadow:none; 
}

#syndicate_form input::-webkit-input-placeholder {
   color: #8a8a8a;
}

#syndicate_form input:-moz-placeholder { /* Firefox 18- */
   color: #8a8a8a;  
}

#syndicate_form input::-moz-placeholder {  /* Firefox 19+ */
   color: #8a8a8a;  
}

#syndicate_form input:-ms-input-placeholder {  
   color: #8a8a8a;  
}

#syndicate_form .error {text-transform: capitalize;}

#trustbuilder {
	clear:both;
  float: right;
}

.download {
  /*color:;*/
  font-weight:bold;
  cursor:pointer;
}

/*#syndicate_form .tooltip {
  background: url("../images/form-overlay-bubble.png") no-repeat;
  opacity: 1;
  width: ;
  height: ;
  position: absolute;
  z-index: 1001;
  margin-left: 0px;
  margin-top: 35px;
}
*/
.syndicate-tcpa {float: left; margin: 10px 0; width: 80%;}
.syndicate-tcpa p {font-size: 12px; line-height: 1.3; color: #666;}

/*******************************************
:--- 3-Step Test Winner ---:
*******************************************/

#syndicate_form #info-step1 label,
#syndicate_form #info-step2 label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-shadow: none;
}

#syndicate_form #MULTISTEP-Wrap #continueButton,
#syndicate_form #MULTISTEP-Wrap #backButton {
    margin-top: 30px;
}

#syndicate_form #MULTISTEP-Wrap #continueBtn {
    float: right;
    height: auto;
    width: auto;
    background: #cc0000;
    color: #fff;
    cursor: pointer;
    padding: 20px 35px;
    font: normal normal normal 14px "Benton-Sans-Bold", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    transition: .3s all;
}

#syndicate_form #MULTISTEP-Wrap #continueBtn:hover,
#syndicate_form #MULTISTEP-Wrap #continueBtn:focus {
    background: #9e0e0e;
    text-decoration: none;
}

#syndicate_form #MULTISTEP-Wrap #backBtn {
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    color: #777;
    font-size: 13px;
    padding: 6px 8px;
    border-radius: 0;
}

#syndicate_form #MULTISTEP-Wrap input[type="button"].submit_y {
  float: right;
  height: auto;
  width: auto;
  background: #cc0000;
  color: #fff;
  cursor: pointer;
  padding: 20px;
  font: normal normal normal 14px "Benton-Sans-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
  transition: .3s all;
  margin-top: -28px;
}

#syndicate_form #MULTISTEP-Wrap .errors {
    width: 100%;
}

#syndicate_form #MULTISTEP-Wrap select {
    background: url('../images/select-arrow-d-alt.jpg') no-repeat right -1px center, #fff;
    height: 45px;
    width: 100%;
    border: 1px solid #ccc;
    color: #303030;
    -moz-appearance: window;
    -webkit-appearance: none;
    padding: 10px 60px 10px 10px;
    border-radius: 0;
}

#syndicate_form .name-fields input,
#syndicate_form .contact-fields input {
    border: 1px solid #ccc;
    border-radius: 0;
}

#syndicate_form #MULTISTEP-Wrap select:focus, 
#syndicate_form input[type="text"]:focus, 
#syndicate_form input[type="email"]:focus, 
#syndicate_form input[type="tel"]:focus {
  border: 1px solid #cc0200;
}

.tcpa-3step {
    clear: both;
    float: left;
    margin: 20px 0 10px 0;
    padding: 0 15px 0 4px;
    color: #ccc;
}

.tcpa-3step p {
    font: 12px/18px Arial, Helvetica, sans-serif !important;
    color: #999;
}

.tcpa {
    display: none;
}

#trustbuilder {
    display: none;
}

@media (max-width: 767px) { 
  #syndicate_form .contact-fields .fields, #syndicate_form .name-fields .fields, #syndicate_form .contact-section, #syndicate_form .formfooter-section {width: 100%;}
  input[type="button"].submit_y {margin-right: 3%;}
}
