/* ======= Base ======= */
@viewport{
    zoom: 1.0;
    width: device-width;
}

html,
body {
  height: 100%;
}
body {
  font-style: normal;
  font-size: 100%;
  line-height: 1.2;
  font-family: 'Franklin Gothic Book', Arial, sans-serif;
  text-rendering: optimizelegibility;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
#SiteBanner {
  font-size: 95%;
}
*/
#SiteMenu {
  font-size: 78%;
}

#SiteMainContent {
  font-size: 95%;
/*  padding-bottom: 92px;*/
}
/*
#page-content {
  min-height: 100%;
  position: relative;
}
*/

a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:focus {
  text-decoration: none;
}

h1 {
  font-size: 2.85em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.667em;
}

h4 {
  font-size: 1.333em;
}

h5 {
  font-size: 1.167em;
}

ol {
  padding-left: 30px;
}


/* ======= Header ======= */
.header .top-bar-home {
  background: #006021;
  height: 50px;
  min-width: 330px;
}

.header .social {
  margin: 0;
}

@media (max-width: 580px) {
  .header .social {
    display: none !important; }
 }

.trackingConsentButtons {
  text-align: center;
}

.header .social li {
  float: left;
  margin-left: 10px;
  text-align: center;
  font-size: 22px;
  line-height: 2;
}
.header .social li a {
  color: #93bf60;
  padding: 0 5px;
}
.header .social li a:hover {
  color: #558e13;
}

.header .top-bar-home .search-form {
  padding-top: 10px;
  font-size: 0.8em;
  float: right;
}

.header .top-bar-home .search-form .form-group {
  display: inline-block;
}

.com-logo-home {
  margin: 10px 0px;
  padding: 0;
}

.header .top-bar {
  background: #006021;
  height: 80px;
}

.header .top-bar .comlogo {
  margin-left: 0px;
  margin-top: 10px;
  padding: 0;
}

.header .top-bar .search-form {
  padding-top: 20px;
  font-size: 0.8em;
  float: right;
}

.header .top-bar .search-form .form-group {
  display: inline-block;
}

.header-links {
  font-size: 0.9em;
  color: #006021;
  padding-top: 50px;
}
.header-links .divider a {
  border-right: 1px solid #006021;
  padding-right: 15px;
}
.header-links span a {
  display: inline-block;
  color: #006021;
  padding: 0px 10px;
}
.header-links span a:hover {
  color: #93bf60;
}

.header .search-form .form-control {
  width: 230px;
  height: 26px;
  display: inline-block;
  background: #ccc;
  padding:5px 12px;
  font-size:14px;
  line-height:1.4;
  color:#555;
  background-image:none;
  border:1px solid #ccc;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.header .search-form .form-control:focus {
  background-color: #fff;
  border-color: #6091ba;
}

.btn {
  margin-left: 10px;
  padding: 2px 12px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-theme {
  height: 26px;
  background: #558e13;
  border: 0px solid #558e13;
  color: #fff;
  /* delete padding when regular search box is restored */
  padding-top: 5px;
}
.btn-theme:hover {
  background: #93bf60;
}
.btn-tracking {
  color: #fff;
  background: #558e13;
  border: 0px solid #006021;
  border-radius: 5px;
  font-weight: 700;
  margin-top: 15px;
  padding: 3px 14px;
}
.btn-tracking:hover, .btn-tracking:focus {
  color: #ddd;
}

/* ======= Banner ======= */

h1.page-title {
  background-size: 100%;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 10px;
  font-weight: normal;
}

/*This styles the com.site.master banner image to not overflow past the div*/
.pageImage img {
  max-width: 100%;
  margin-bottom: 20px;
}

.nav .flexslider {
  margin: 20px 0 0 0;
}

.nav .flexslider .flex-control-nav {
  display: inline;
}

/* ====== Body ======== */
.window-width {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;  
}

.main-content .verticalDivider {
  border-left: 1px solid #ccc;
}

.main-content hr {
  height: 1px;
  background-color: #ccc;
}

.main-content p {
  font-size: 1em;
  padding-bottom: 15px;
}

.main-content p.intro {
  font-size: 1.167em;
}

.main-content img {
  margin-bottom: 10px;
  margin-right: 20px;
  max-width: 100%;
  height: auto;
}

.main-content img.imageleft {
  float: left;
}

.main-content img.imageright {
  float: right;
}

.main-content ul {
  list-style: disc;
  display: block;
  margin-left: 25px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
}

.main-content table {
  font-size: 1em;
  border: 1px solid #999;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}

.main-content table caption {
  font-size: 1.167em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
}

.main-content th, .main-content td {
  border: 1px solid #999;
  height: 1.5em;
  vertical-align: middle;
  padding: 5px 10px 5px 10px;
}

.main-content th {
  background-color: #ddd;
  font-weight: bold;
  font-size: 110%;
}

.main-content .contentBlock,
.main-content img.imageWidget,
.main-content .newsDetail {
  margin-bottom: 20px;
  overflow: hidden;
}

.main-content .sf-Long-text {
  margin-bottom: 20px;
  overflow: hidden;
}

.main-content .contentBlock-white {
  padding: 0 15px;
  word-wrap: break-word;
  background-color: #fff;
}

.main-content .contentBlock-grey {
  border-width: 0;
  padding: 15px;
  word-wrap: break-word;
  background-color: #f5f5f5;
}

.main-content .italicBox {
  font-size: 1.25em;
  font-style: italic;
  border-width: 0;
  padding: 15px;
  word-wrap: break-word;
  background-color: #f5f5f5;
}


/*========== News ==========*/
/* List view */
.main-content .newsList {
  margin-top: -20px;
  margin-bottom: -10px;
}

.main-content .newsList ul {
  font-size: 1em;
  list-style: none;
  padding: 15px 15px 15px 0;
/*  margin: 0 0 20px 0; */
/*  border: 1px solid #aaa;*/
}

.main-content .newsList ul.vertical {
  padding-top: 0px; 
}

.main-content .newsList ul.bullets {
  list-style: disc outside;
}

.main-content .newsList li {
  padding-bottom: 10px;
}

.main-content .newsList li:last-child {
  padding-bottom: 0;
}

.main-content .newsList .vertical li.news-item {
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccc;
}

.main-content .newsList .vertical li.news-item:last-child {
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: 0;
}

.main-content .newsList .listWithHeader {
  margin-top: -25px;
}

/* rotator list view */
.news-item {
  min-height: 110px;
}

.news-item img.news-preview {
  max-width: 125px;
  max-height: 100px;
  margin: auto;
}

.news-item div.news-preview {
  width: 125px;
  margin-right: 20px;
  float: left;
}

.news-item div.news-rotator-preview {
  margin-right: 20px;
  float: left;
}

.news-item table.news-preview,
.news-item table.news-preview td {
  border: 0;
  padding: 0;
  vertical-align: top;
}

.news-item table.news-preview td.image {
  width: 145px;
  padding-right: 20px;
}

.news-item table.news-preview td.image-vertical {
  text-align: center;
  max-width: 200px;
  padding-bottom: 10px;
}

/* News article */
.newsDetail .news-imageBlock {
  width: 265px;
  float: left;
  margin-right: 20px;
}

.newsDetail .news-imageBlock img.news-image {
  width: 265px;
  height: auto;
}

.newsDetail .news-imageBlock p.news-caption {
  margin: 0 10px;
  color: #666;
}

.main-content .newsDetail {
  padding: 0 15px 0 15px;
  word-wrap: break-word;
  background-color: #fff;
}

.main-content .newsDetail p:first-child {
  font-size: 1.167em;
}


/*========= Bios ==========*/

#bioFrame {
  border: solid 0px;
  width: 100%;
  margin-bottom: 20px;
}


/*========= Forms =========*/

.sfFormBox,
.sfFormBlock,
.sfFormRadiolist,
.sfFormCheckboxlist,
.sfFormTitle,
.sfFormDropdown,
.sfFormFile {
	margin: 20px 25px;
}

.sfFormsEditor .sfTxt {
	min-width: 400px;
}

.sfFormSubmit input {
	background-color: #558e13;
	margin: 20px 25px;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	border: 0;
}

.sfRadioList label, .sfCheckListBox label {
	padding-left: 8px;
}

h2.sfFormTitle {
	font-size: 1.333em;
}

.sfFormInstructions {
	margin: 10px;
    font-size: 1.167em;
}

.sfTxtLbl {
	font-weight: bold;
}

.sfRadioList label,
.sfCheckListBox label {
	font-weight: normal;
}


/* ======= Footer ======= */
.footer {
  background: #006021;
  color: #fff;
}
.footer .footer-content {
  padding: 16px 0 10px 0;
  font-size: 1em;
  min-height: 50px;
}
.footer .home {
  text-align: center;
}
.footer .footer-content .footerLinks {
  display: inline-block;
  margin-left: 15px;
  width: calc(100% - 225px);
}
.footer .footer-content a {
  color: #fff;
}
.footer .footer-content a:hover {
  color: #93bf60;
}
.footer .bottom-bar {
  background: #fff;
  padding: 2px 0;
}
.footer .bottom-bar .policy {
  font-size: 0.9em;
  color: #006021;
  text-align: center;
  margin-top: 10px;
}
.footer .bottom-bar .copyright {
  font-size: 0.8em;
  color: #006021;
  line-height: 3;
  text-align: center;
}
.footer .bottom-bar .copyright a:hover {
  color: #84aac9;
}
.footer .social {
  float: right;
  display: inline-block;
  margin-top: -4px;
}
.footer .social li {
  float: right;
  margin-right: 5px;
  font-size: 22px;
}
.footer .social li a {
  color: #93bf60;
  padding: 0 5px;
}
.footer .social li a:hover {
  color: #558e13;
}

/* ======= Search Results ======= */

.searchResults {
  padding: 0 20px 20px;
}

.searchResults dl {
}

.searchResults dt {
  font-weight: bold;
}

.sfsearchResultsWrp .sfsearchResultTitle {
}

.sfsearchResultsWrp .sfsearchResultSnippet { /*empty*/
}

.sfsearchResultsWrp .sfsearchResultUrl {
}

.sfsearchResultsWrp .sfsearchResultHighLighter {
  font-size: 1em;
  padding: 5px 0 20px 25px;
  color: #999;
}

.searchResults .sf_pagerNumeric {
  font-size: 1.25em;
  text-align: center;
}

.searchResults .sf_pagerNumeric a {
  padding: 0 10px;
}

.searchResults .sf_pagerNumeric .sf_PagerCurrent {
  font-size: 1.25em;
  font-weight: bold;
}

/*========= Events ==========*/
.event-item h5 {
  font-size: 1.167em;
  font-weight: normal;
}

.event-item .details {
  padding-left: 15px;
  line-height: 1.75;
}

.event-item .details .fa-map-marker {
  font-size: 1.167em;
  padding-left: 2px;
  padding-right: 10px;
  position: relative;
  top: 2px;
}

.event-item .details .fa-clock-o {
  font-size: 1.167em;
  padding-right: 10px;
  position: relative;
  top: 2px;

}