.left {
font-size: 14px;
line-height: 20px;
text-align: left;
}
.left a {
text-decoration: underline;
}
.left-email a {
text-decoration: none;
border-bottom: 1px dotted #999999;
}
.left-email a:hover {
text-decoration: none;
border-bottom: 0px;
}
.right-col-article {
float: left;
width: 320px;
}
h1 {
margin-top: 0;
}
h1 span {
float: right;
font-size: 12px;
font-weight: normal;
}
h1 span a {
text-decoration: underline;
}
#thanks {
font-size: 16px;
color: #ffffff;
padding: 10px;
margin: 10px 0 0;
width: 100%;
background-color: #2ba9d1;
box-sizing: border-box;
}
#thanks a {
font-weight: bold;
text-decoration: underline;
color: #ffffff;
}
#form-pitch.hide-pitch,
#form-op-ed.hide-op-ed {
display: none;
}
#staff-dir-table {
margin-left:55px;
}
.input {
margin-top: 20px;
}
.input label {
display: block;
}
.input label span {
display: none;
color: #d6121a;
font-style: italic;
font-weight: bold;
white-space: nowrap;
}
.input label span.go {
color: green;
}
.input label span.slow {
color: orange;
}
.input label span.stop {
color: red;
}
input[type="text"],
input[type="email"],
textarea {
margin-top: 6px;
box-sizing: border-box;
}
#section {
margin-bottom: 6px;
}
.input.section-input label {
display: inline;
}
.input.section-input select {
margin-right: 20px;
}
.input input[type="text"],
.input input[type="email"] {
width: 100%;
}
#input-other {
display: none;
}
#input-other.display-other {
display: inline-block;
}
#other {
width: 200px;
margin-top: 0;
margin-right: 6px;
}
#input-name,
#input-email {
display: inline-block;
box-sizing: border-box;
width: calc(49% - 2px);
}
#input-name {
margin-right: 2%;
}
.input textarea {
width: 100%;
height: 100px;
}
#submit-button {
margin-top: 20px;
width: 100%;
cursor: pointer;
}
.module {
margin-bottom: 20px;
}
.error {
color: #d6121a;
font-size: 12px;
}
@media (max-width: 1000px) {
.left,
.right-col-article {
width: 98% !important;
padding: 0 1%;
margin-left: 0;
margin-right: 0;
}
.left {
margin: 10px 0 20px;
}
#staff-dir-table {
margin-left:0px;
}
}
@media (max-width: 660px) {
#input-name,
#input-email {
width: 100%;
margin-right: 0;
}
.input textarea {
height: 200px;
}
#staff-dir-table {
margin-left:0px;
}
}

