/*
Theme Name:     GA-Ombudsman
Description:    
Author:         ANCH User
Template:       enfold

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.dropdown td, .dropdown th, .text-area td, .text-area th, .text-line td, .text-line th, .submit-buttons {
	border-style: none !important;
}

 .dropdown th, .text-area th,  .text-line th {
	width: 30% !important;
	 color: #666666 !important;
}
th[id^="pdb"] {
	color: #666666 !important;
}

.form-table {
	font-family: "open sans" !important;
}

input[id^="pdb"], textarea[id^="pdb"] {
	border-radius: 2px !important;
	padding: 13px !important;
}

select[id^="pdb"] {
	width: 100% !important;
}


.helptext {
	top: -60px !important;
	position: relative !important;
}


.button-primary {
	margin: 0  !important;
    padding: 16px 20px !important;
    border-radius: 2px  !important;
    border-bottom-width: 1px  !important;
    border-bottom-style: solid  !important;
    font-weight: normal  !important;
    font-size: 0.92em  !important;
    min-width: 142px  !important;
    outline: none  !important;
	transition: 300ms;
}
@media screen and (max-width: 767px) {
	.dropdown td, .dropdown th, .text-area td, .text-area th, .text-line td, .text-line th, .submit-buttons {
	display: block !important;
}
	th[for^="pdb-subject"], th[for^="pdb-i_am"] {
	top: -10px !important;
	position: relative !important;
}

.helptext {
	position: relative !important;
	top: -60px !important;
}
}

.county-list-columns {
    column-count: 3;
    column-gap: 0px;
    width: 80%;
    margin: auto;
}

.region-contact-info hr {
	margin: 20px 0;
}

.region-map-container {
	padding-top: 20px;
}

.region-map-container img {
	width: 92%;
}