/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.jobs-menu {
	background-color: #2f546e;
}
.maincontent p a, .maincontent p a:link, .maincontent p a:visited {
    text-decoration: underline;
}
.maincontent p a:hover {
    text-decoration: none;
		color: #000000;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"] {
	background-color: #ffffff;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 90%;
	height: 2em;
	border: 1px solid #2f2f2f;
	padding: 4px;
}

textarea {
	background-color: #ffffff;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 95%;
	height: 8em;
	border: 1px solid #2f2f2f;
	padding: 4px;
}

.fsSubmitButton {
	padding: 10px 15px 11px !important;
	font-size: 14px !important;
	background-color: #2982c1;
	font-weight: bold;
	text-shadow: 1px 1px #2982c1;
	color: #ffffff;
	border: 1px solid #2982c1;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
}

.sidebar-pad-top {
	padding: 20px 0 0;
}

.sidebar-pad-bottom {
	padding: 0 0 20px;
}

.screen-reader-text {
	display: none;
}

.cat-post-title {
	font-size: 12px;
}

#contentright li li {
	background: none;
	padding: 0;
	line-height: 14px;
}

#socialnets {
	width: 60px;
}

.post ul li {
	padding-left: 4px;
	list-style-type: disc;
}

.post ul ul {
	margin-left: 16px;
}

.post ul ul li {
	list-style-type: circle;
}

blockquote {
	margin: 0 20px 15px;
	color: #444;
	background: #eee;
	padding: 15px 20px 1px;
	border: 1px solid #ddd;
	font-size: 12pt;
	line-height: 18pt;
}

#blockquote2 {
	color: #666;
	background: #eee;
	padding: 15px;
	margin: 0 0 10px;
	border: 1px solid #ddd;
}

#category-posts-2-internal .cat-post-title {
	font-size: 12px;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
    line-height: 1.5;
}

.gsc-search-button {display: none;}