/************************ CONTACT MANAGER ************************** */

button[type="submit"] {
	margin: 10px 0;
}

@media screen and (min-width: 30em) {
	.cm-contacts {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.contact, .contactadmin {
	width: 50%;
}


}

@media screen and (min-width: 48em) {
	.contact, .contactadmin {
	text-align: left;
}

.contact-img img {
	border: 3px solid #fff;
	outline: 3px solid #003366;
	margin-left: 23px;
	max-width: 160px;
}


}

@media screen and (min-width: 54em) {
	.contact {
	width: 33%;
}


}

/*********************** FAQ***************************** */

.backtotop {
	font-size : .8em;
	display:block;
	text-align:right;
	padding-right: 20px;
}

.faq-question {
	font-weight: 600;
	margin-bottom: -20px;
}

#faqcontainer h2 {
	text-transform: none;
}

hr {
	margin : 0 20px 0;
}

@media screen and (min-width: 78em) {
	#faqcontainer {
	margin: 20px 20px 0 0px;
}

.backtotop {
	padding-right: 0px;
}

hr {
	margin : 0 0px 0 20px;
}


}

/************************  FORMS ************************** */

.sr-only {
	height: auto;
	position: relative;
}

tr {
	display:inline
}

td {
	margin:10px;
	width:96%;
	display:inline-block
}

form {
	margin: 15px 30px 15px 25px;
}

input {
	display:block
}

textarea {
	min-height:110px;
	width: 100%;
}

input[type=checkbox],input[type=radio] {
	box-sizing:border-box;
	padding:0;
	display:inline-block;
	width:3%;
	margin-left:15px;
	margin-top: 10px;
	float:left;
	position: absolute;
}

input[type=text] {
	padding-left: 5px;
	width: 100%;
}

.commentForm input[type=text] {
	margin-top: 0px
}

label[for=rateprocess_2], label[for=rateprocess_3], label[for=rateprocess_4], label[for=rateprocess_5], label[for=rateprocess_6] {
	width: 12%;
}

td h2 {
	margin-left:0
}

label {
	margin-top:-5px;
	margin-bottom: 5px;
}

.frm-field {
	margin: 5px 20px 5px 0px;
}

.frm-field label {
	display: block;
	width: 100%;
	padding: 10px 0;
	height: auto;
	overflow: auto;
	position: relative;
}

.frm-field fieldset {
	border: 0 none;
	padding: 0;
}

.frm-field fieldset legend {
	left: 0;
}

.frm-field fieldset label {
	padding-right: 8px;
	margin-left: 42px;
}

/************************ MAP ************************** */

.map {
	display : none;
}

@media screen and (min-width: 65em) {
	.map {
	display : block;
	margin: 5px;
}

.map-link {
	display : none;
}

.contact-map-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin : 20px;
	justify-content: space-between;
	border-bottom : 2px solid #e3cb73;
	padding-bottom : 13px;
}

.contact-map-wrapper p {
	margin : 0;
}


}

@media screen and (min-width: 76em) {
	.map {
	margin-left : 0px;
}


}

/***********************Pop Up Profile***************************** */

a.popup-modal {
	display: none;
}

a.popup-modal.Yes {
	display: inline-block;
	color: #003366;
	border: 1px solid #003366;
	padding: 0px 10px;
	text-decoration: none;
	margin-top: 4px;
}

a.popup-modal.Yes:hover, a.popup-modal.Yes:focus {
	background-color: #003366;
	color: #fff;
}

.white-popup-block {
	position: relative;
	background: #FFF;
	padding: 0px;
	width:auto;
	max-width: 800px;
	margin: 20px auto;
	padding-bottom: 20px;
}

.column20 {
	margin-bottom: 25px;
}

a.popup-modal-dismiss {
	background-color: #003366;
	color: white;
	padding: 6px 20px;
	margin: 26px auto -17px;
	display: block;
	width: 3rem;
    word-break: break-word;
    text-align : center;
}

#emergencyAlert p a.popup-modal-dismiss {
	width: 80px;
}

a.popup-modal-dismiss:hover {
	background-color: #fff;
	color: #164674;
}

.profileInfo h2 {
	margin-top : 0px;
	color : #fff;
}

.contact.admin {
	text-align: center;
}

.profilePhoto {
	padding: 5px;
}

.profilePhoto img {
	margin: 12px auto;
	display: block;
	border: 3px solid #fff;
	outline: 3px solid #003366;
	max-width: 185px;
}

.profileInfo {
	background-color: #fff;
	color: #003366;
	padding: 20px;
	margin : 50px 20px 0;
}

.profileInfo::before {
	content: '';
	display: block;
	position: absolute;
	width: 78%;
	height: 15px;
	background-color: #e3cb73;
	right: 0;
	top: 15px;
}

.profileInfo::after {
	content: '';
	display: block;
	position: absolute;
	width: 40%;
	height: 10px;
	background-color: #47000f;
	left: 0;
	bottom: 25px;
}

.profileInfo a {
	color: #fff;
}

.profileBio p {
	margin: 10px 0;
}

.profileInfo h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.75rem;
	line-height: 1.2;
	color: #003366;
	margin : 20px 0 0;
}

@media screen and (min-width: 37em) {
	.row1, .row2 {
	display: flex;
}

.profilePhoto {
	padding: 0;
}

.profilePhoto img {
	margin: 0;
	border: 0;
	outline: 0;
}

.profileInfo {
	flex-grow: 2;
}

.profileEmptySpace {
	width: 185px;
}

.profileBioContainer {
	padding: 20px;
	width: 70%;
}

a.popup-modal-dismiss {
	position: relative;
	bottom: 10px;
}


}

/************************  TRUMBA ************************** */

.homeTrumba {
	margin: 10px 20px;
}

.mainTrumba {
	margin: 20px;
}

@media screen and (min-width: 78em) {
	.homeTrumba {
	margin: 20px 35px;
}


}

/************************  WEB LINKS ************************** */

#weblinksimage {
	display: none;
}

.weblinks-smallview {
	display : block;
}

@media screen and (min-width: 64em) {
	.weblinks-smallview {
	display : none;
}

#weblinksimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


}

/*********** VIDEOS ************* */

.district-videos-container {
	display: flex;
	flex-wrap: wrap;
	margin-left: 20px;
}

.district-video {
	margin-right: 9px;
}

@media screen and (min-width: 78em) {
	.district-videos-container {
	margin-left: 0px;
}


}

