/* MODERNIZE INPUT BOXES */
input[type='text'],
input[type='password'],
select,
textarea {
	padding: 10px;
	border-style: solid;
	border-radius: 3px;
	border-width: 1px;
}

div#wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.sectiontitle {
	padding: 15px;
}

p.sf_singleNews {
	margin: 50px;
}

.accessview {
	padding: 30px 0 0 0;
}

.inner-two-columns div.contentLeft {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 15px;
	width: 38%;
}

.inner-two-columns div.contentRight {
	float: right;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	width: 38%;
}

div.contentLeft {
	float: left;
}

div.contentRight {
	float: right;
}

div.content,
.inner-two-columns .content {
	margin-left: 3px;
	padding: 0 15px 0 0;
}

#Main.content {
	float: left;
	width: 612px;
}

#Inner-Open.content {
	float: right;
}

.inner-page .content {
	float: right;
	width: 667px;
}

.inner-open ul li a {
	text-decoration: none;
}

div.contentOpen {
	padding: 10px 5px 0;
	position: relative;
	top: 40px;
}

.inner-notes {
	margin: -10px -14px 20px 10px;
	padding: 15px;
	width: 217px;
	float: right;
}

div.sidebar {
	margin: 0;
	padding: 0;
	width: 330px;
	float: left;
}

.inner-page .sidebar {
	width: 250px;
	display: inline;
	padding: 12px 0 0 6px;
}

.inner-two-columns .sidebar {
	width: 250px;
	display: inline;
}

div.footer {
	margin: 0 10px;
	padding: 0;
	clear: both;
	width: 970px;
	float: left;
}

.inner-page div.contact {
	margin-top: 0;
}

.inner-two-columns div.contact {
	margin-top: 0;
}

.footer .contact {
	padding: 15px 34px;
}

div.wrap {
	padding: 17px 14px;
}

.inner-page div.wrap {
	margin: 0 -5px 0 0;
	padding: 0;
	background-color: transparent;
}

.inner-two-columns div.wrap {
	margin: 0 -5px 0 0;
	padding: 0;
}

div.contentWrapper {
	padding: 0 0 20px;
	width: 960px;
	min-height: 550px;
}

.top-nav {
	top: 0;
	position: relative;
	width: 100%;
	height: 50px;
}

.page-title {
	margin: 0 0 20px 5px;
	clear: both;
	position: relative;
	top: 19px;
}

.inner-page .page-title {
	padding: 0 10px;
	height: 5px;
}

.inner-two-columns .page-title {
	padding: 0 10px;
	height: 5px;
}

.socialmedia-header {
	padding: 5px 0 0 0;
	width: 200px;
	right: 250px;
	position: absolute;
}

.loginbox {
	width: 309px;
	height: 17px;
	top: 38px;
	position: absolute;
	right: 9px;
}

.sf_searchSubmit,
#search label {
	display: none !important;
}

.sf_searchText[type='text'] {
	width: 130px;
	box-sizing: border-box;
	background-image: url('/app_themes/emerald-green/img/search-icon.png');
	background-position: 10px 15px;
	background-repeat: no-repeat;
	padding: 10px 20px 10px 40px !important;
	-webkit-transition: width 0.4s ease-in-out !important;
	transition: width 0.4s ease-in-out !important;
	border-radius: 25px !important;
	float: right;
}

	.sf_searchText[type='text']:focus {
		width: 100%;
	}

.contactusBox {
	width: 450px;
	float: right;
	padding: 15px;
	margin: 30px 0;
	border-radius: 10px;
}

	.contactusBox p {
		margin: 0 0 10px;
		padding: 0;
	}

/* Headings */
.page-title h1 {
	margin: -35px 0 0 0;
	padding: 0 0 0 5px;
}

.content h2,
#Main .sf_newsList h2.sf_newsTitle {
	margin: 0 0 10px !important;
}

#Main .sf_listTitle {
	display: none;
}

#Main .sf_expandedList {
	margin-left: -25px;
}

.content li,
#Main .sf_listTitle {
	list-style-type: none;
}

.inner-page .sidebar h3 {
	padding: 20px 15px 10px 21px;
	background: #7c7c7c url(img/h3-sidebar.gif) no-repeat 100% 0;
}

.inner-two-columns .sidebar h3 {
	padding: 20px 15px 10px 21px;
	background: #7c7c7c url(img/h3-sidebar.gif) no-repeat 100% 0;
}

.footer .contact h3 {
	display: inline;
}

.content h4 {
	margin: 0 0 10px;
}

.sidebar h4 {
	margin: 0 0 5px;
}
/* Paragraphs */

.content p {
	padding: 0;
}

	.content p.more {
		text-align: right;
	}

.footer p {
	margin: 0;
	padding: 8px 34px;
}

.date,
.content p.date {
	margin-bottom: 0;
}

.page-title p {
	padding: 30px 0 0 68px;
	width: 570px;
}

div ul {
	padding: 0 0 0 30px;
}

#RegEvents ul {
	padding: 0;
}
/* Lists */
ul,
ol {
	margin: 0 0 10px 25px;
	padding: 0;
}

.content ul {
	margin-left: 0;
}

	.content ul.key-items li {
		background-image: url(img/bullet-yellow.gif);
		background-position: 5px 2px;
	}

.wrap .news-list {
	margin: 0;
}

	.wrap .news-list li {
		padding: 17px 0;
		list-style-type: none;
		background: transparent url(img/sidebar_news_li.gif) repeat-x 0 100%;
	}
/* Semantic */

.footer .contact address {
	display: inline;
}

.picPaddingLeft {
	padding: 0 0 10px 10px;
}
/* Links */
a:link,
a:visited,
a:active,
.sf_singleNews a:link,
.sf_singleNews a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.logo a:link,
.logo a:visited,
.logo a:hover,
.logo a:active {
	text-decoration: underline;
}

/* Community Logo */
.poweredBySitefinityLogo {
	padding: 20px 0;
	width: 100%;
	float: left;
	clear: both;
}
/* Blogs */
.content ul.sf_postListing li {
	background-image: none;
}

.easyaccesstext {
	padding: 10px;
	text-align: left;
	height: 32px;
	margin-bottom: 15px;
}
/* Legal mumbo-jumbo */
.legaltext {
	text-align: left;
}

.buttons,
.buttons:link {
	padding: 10px 15px !important;
	clip: rect(auto auto auto auto);
	line-height: 16pt !important;
	text-decoration: none;
	cursor: pointer;
	border-radius: 25px;
}

	.buttons:hover {
		text-decoration: none;
	}
/* EVENTS LIST */
.sf_eventsList .sf_eventSummary ul li {
	margin: 0 0 0 45px;
}

.sf_eventsList .sf_readMore {
	margin: 0 0 10px;
}

.sf_eventsList p {
	margin: 10px 0 !important;
}

.sf_eventsList li,
.sf_newsList li {
	padding-bottom: 25px !important;
	margin-bottom: 10px !important;
}

div.sf_singleEvent {
	padding: 15px;
	list-style-type: none;
}

.sf_singleEvent .sf_eventContent {
	padding: 0 0 15px;
}

div.sf_contentComments {
	padding: 15px;
}

.sf_pager li {
	list-style-type: none;
}

/* boxes */
.box {
	float: left;
}

.box1 {
	float: left;
	width: 49%;
	margin: 1px 1px 0 0;
	overflow: hidden;
}

	.box1 .indent {
		padding: 0 0 10px 20px;
	}

.box2 {
	float: left;
	width: 49%;
	margin: 1px 0px 0 10px;
	overflow: hidden;
}

	.box2 .indent {
		padding: 0 0 10px 10px;
	}

.mainbox {
	width: 935px;
	margin: 1px 0px 0 0;
	overflow: hidden;
}

	.mainbox .indent {
		padding: 0 0 10px 20px;
		margin: -20px 0;
	}

.reToolCellRemoveNow {
	display: none;
}

#footer {
	bottom: 0;
	margin: 0;
	padding: 10px;
	position: fixed !important;
	width: 100%;
	z-index: 100;
}

#preFooter2 {
	bottom: 0;
	margin: 0;
	padding: 10px;
	position: fixed !important;
	width: 100%;
}

.footerLeft {
	float: left;
	margin-left: -10px;
}

.preFooter {
	margin: 0;
	width: 100%;
	padding: 25px;
}

.clearFooter {
	height: 79px;
	clear: both;
}

table.equipmentBox {
	width: 350px;
}
/* SITEMAP UC */
.linkGroup {
	padding: 5px 5px 5px 5px;
}

.linkItem {
	padding: 5px 5px 5px 5px;
}

.linkItemHidden {
	padding: 5px 5px 5px 5px;
	display: none;
}

.thisColumn {
	float: left;
	padding: 10px 10px 10px 10px;
}

.closeDiv {
	float: none;
	clear: both;
}

.linkGroup a:link,
.linkGroup2 a:visited,
.linkGroup2 a:active {
	text-decoration: none;
}

.linkGroup a:hover {
	text-decoration: underline;
}

.SiteMap {
	width: 875px;
	margin: 0 auto;
}

.SiteMapWrapper {
	margin: 50px 0 0;
	float: left;
	width: 100%;
}

.sf_newsList {
	margin-top: 10px !important;
}

	.sf_newsList .sf_newsAuthor {
		margin: 0 0 10px 0;
	}

/* USED IN EDIT MODE WITHIN CMS SO MENU DOES NOT OVERLAP TOP MOST ITEM */
.sf_postBookmark {
	margin: 35px 0;
}

	.sf_postBookmark a:link {
		text-decoration: none;
	}

.sf_newsThumbnail img {
	width: 150px;
}

table.sf_libraryGrid {
	width: 100%;
}

.sf_libraryGrid tr th:nth-child(6), .sf_libraryGrid tr td:nth-child(6) {
	display: none;
}

.sf_docTitle a {
	font-weight: normal !important;
}

table.sf_libraryGrid td a, table.sf_libraryGrid td, table.sf_libraryGrid span {
	font-size: 15px !important;
}

.sf_docTitle a {
	font-size: 18px !important;
}
/* START FAQ BULLETS */
.sf_controlListItems {
	display: none;
}

.sf_listItemTitle,
.sf_listItemBody {
	line-height: 31px;
	padding: 10px 0 !important;
}

.sf_listItemBody {
	padding: 15px !important;
}

.sf_simpleList li,
.sf_pageList li,
.sf_expandedList li,
.sf_expandableList li,
.sf_anchorList li {
	list-style-image: url('/app_themes/emerald-green/img/faq-plus.png');
}
/* END FAQ BULLETS */

@media (min-width: 486px) and (max-width: 984px) {
	.top-nav {
		top: -85px;
	}
}

@media (max-width: 485px) {
	.top-nav {
		top: -20px;
	}
}
