/* Styles for story submission form and contact form */

#Form_Form,
#MemberLoginForm_LoginForm {
  padding-top: 2rem;
}

#Form_Form div:not(.row),
#MemberLoginForm_LoginForm fieldset > div {
  padding-bottom: 1rem;
}

#Form_Form .title-v2 {
  margin: 3rem 0 2.5rem 0;
}

#MemberLoginForm_LoginForm .middleColumn input,
#Form_Form .middleColumn input, 
#Form_Form select {
  width: 30%;
  height: 35px;
}

#MemberLoginForm_LoginForm .checkbox {
  margin-left: 0;
}

#MemberLoginForm_LoginForm .checkbox label {
  padding-left: 30px;
}

#MemberLoginForm_LoginForm .checkbox .middleColumn {
  float: left;
  width: 20px;
}

#MemberLoginForm_LoginForm .checkbox input {
  width: 20px;
  height: 20px;
}

#Form_Form .row input {
  width: 85%;
}

#Form_Form .ss-uploadfield,
#Form_Form textarea {
  width: 55%;
}

input:focus, select:focus, 
textarea:focus {
  outline: #0069b3 auto 2px;
}

.required-field > label:after,
.mathspamprotector > label:after {
  content: ' *';
  color: red;
  font-weight: 300;
}

.dropzone-holder {
	width: 55%;
}

label {
  font-size: 1.1rem;
  line-height: 1.8;
}

.help-above {
  width: 55%;
  color: #999;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.row .help-above {
  width: 85%;
}

.note {
  color: #0069b3;
}

.Actions input {
  margin-bottom: 0.5rem;
  padding: 0.5rem 1.6rem;
  font-family: 'museo500', Arial, sans-serif;
  font-size: 1.099rem;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 5px 5px;
  text-align: center;
  color: #0069b3;
}

.Actions input:hover {
  background-color: #0069b3;
  border: 1px solid #0069b3;
  color: #fff;
}

.clear-fix {
  clear: both;
}

.ss-uploadfield .ss-uploadfield-item {
  margin-top: 1.5rem !important;
  padding-bottom: 0 !important;
}

.ss-uploadfield .ss-ui-button.ss-uploadfield-fromcomputer {
  color: #0069b3;
  font-weight: bold;
}

.ss-uploadfield .ss-ui-button.ss-uploadfield-fromcomputer:hover {
  text-decoration: underline;
}

#Form_Form .required {
  color: red;
}

@media screen and (max-width: 1199px) {
  #Form_Form .ss-uploadfield,
  #Form_Form textarea {
    width: 75%;
  }

  .help-above {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  #Form_Form .middleColumn input, 
  #Form_Form select {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {

  #Form_Form textarea,
  #Form_Form .middleColumn input,
  #Form_Form select,
  #Form_Form .ss-uploadfield,
  #Form_Form .help-above {
    width: 97% !important;
  }
}

@media screen and (max-width: 605px) {
  #Form_Form .ss-uploadfield .middleColumn {
    min-width: auto !important;
  }
}