@charset "UTF-8";
/* CSS Document */
/* Old Styles */


#example_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current, #example_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #9D2235;
    background-color: #9D2235;
    background: #9D2235;
}
table.dataTable  {
	border-collapse: collapse !important;
}
table.dataTable td a, table.dataTable td {
	font-size: 14px !important;
	padding: 10px;
	}
table.dataTable thead th {
    background-color: #2b2b2b;
    color: #ffffff;
    text-transform: uppercase;
}

/* New 3 Column Div Responsive snippet - sh */
.col3div {
	display: grid;
	grid-gap: 50px;
	grid-template-columns: 200px 200px 200px;
	grid-template-rows: 175px;
	text-align: center;
	line-height: 2.5em;
}

.col3divCol {

}

#sidebar .navbar-light li:first-child li a, /* Added just this line for Ticket #60847 */
#sidebar .navbar-light li li a {
    border-top: none;
}

/** omniupdate table td fix **/
#omniupdate td {
    vertical-align: top;
	padding-right: 10px;
}

#omniupdate img {
	max-width: 120px;
	min-width: 60px;
}

/** Testing newfeed css changes **/
.homeNewsFeed a {
    text-decoration: none;
}
.homeNewsFeed > .article {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 0px solid #E1E3DF; 
    padding-bottom: 15px;
    min-height: 125px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    margin: 20px;
	color: #212529;
}

.homeNewsFeed .article > div > h1 > a {
    font-size: 0.7em;
    text-decoration: none;
    color: #4b4538;
}

.homeNewsFeed .article > div > h1 {
    line-height: 0.7em;
}

.homeNewsFeed .article .photo {
    margin: 0 15px 0 0;
    width: 100%;
    float: none;
}

/** End newsfeed **/

.divTable {
	display: flex;
	flex-wrap: wrap;
}

.divTableColShort {
	width: 20%;
	padding: 10px;
	padding-left: 0px;
}

.divTableCol {
	width: 30%;
	padding: 10px;
	padding-left: 0px;
}

.divTableColWide {
	width: 40%;
	padding: 10px;
	padding-left: 0px;
}

.countyMainImage {
	float: right; 
	border: 1px solid black; 
	padding: 5px; 
	margin: 0px;
	width: 200px;
	height: auto;
}
.alert-msg {
    padding: 1em 1.5em;
    background-color: #ffde8c;
    color: black;
}

.aboutImages {
	width: 100px;
	height: auto;
}
.resource-detail .column {
    float: left;
    width: 49%;
}
.resource-detail .column .photo {
    clear: both;
    margin-bottom: 20px;
    margin-right: 20px;
}
.resource-detail .column .photo img[style]{
	border: none !important;
}
.team-holder {
    padding: 8px 0 2px;
}
.team-holder:after{
	content:"";
	clear: both;
	width: 100%:
}
.team-holder .col:first-child {
    margin: 0;
}
.team-holder .col {
    float: left;
    width: 48%;
    margin: 0 0 0 3%;
}
.team-block {
    border-bottom: 1px solid #ccc8c2;
    padding: 0 0 3px;
    margin: 0 0 21px;
    overflow: hidden;
	min-height: 250px;
}
.team-block .photo {
    margin: 3px 14px 0 1px;
    padding: 5px;
    width: 100px;
	float: left;
}
.team-block .description {
    overflow: hidden;
    padding: 0 5px 0 0;
}
.team-block .heading {
    font-size: 1em;
    line-height: 1.167em;
    padding: 0 0 1px;
}
.team-block address {
    margin: 0 0 13px;
    font-size: 1em;
    line-height: 1.333em;
}
.directory-table {
    display: table;
    overflow: hidden;
    border-collapse: collapse;
}
.directory-row {
    height: max-content;
    margin-bottom: 25px;
}
.directory-row-left {
    display: table-cell;
    width: 50%;
    border-bottom: 1px solid #ccc8c2;
}
.directory-cell {
    overflow: hidden;
    border-collapse: collapse;
    display: table;
}
.directory-image-block {
    display: table-cell;
	min-width: 120px;
    padding-right: 20px;
}
.directory-data {
    display: table-cell;
    vertical-align: top;
	width: 70%;
}
.directory-row-middle {
    display: table-cell;
    width: 100px;
}
.directory-row-right {
    display: table-cell;
    width: 50%;
    border-bottom: 1px solid #ccc8c2;
}
.directory-image {
    margin-right: 15px;
    margin-bottom: 75px;
}
aside .event-list li , .grey-theme .event-list li{
    display: table;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    float: none;
    border-right: none;
}
.grey-theme .bwSummary, .content #content .bwSummary{
    font-size: 20px;
    padding-left: 0;
    display: block;
}
.grey-theme .bwEventList br, .content #content .bwEventList br{
    display: none;
}
.grey-theme .bwDateTime, .content #content .bwDateTime{
	font-size: 18px;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
    text-align: left;
}
.grey-theme .bwSummary strong, .content #content .bwSummary strong{
    font-weight: bold;
}
aside .events .event a , .grey-theme  .events .event a, .content #content .events .event a{
    text-decoration: none;
}
aside .content-article .bwEventList li, .event-list li,  .grey-theme .bwEventList li, .content #content .bwEventList li{
    display: block;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    float: none;
    border-right: 0;
}
.content-article .bwEventList span {
    display: block;
    position: relative;
}
.content-article .bwSummary {
    -ms-flex-order: 1;
    order: 1;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
}
.content-article .bwDateTime {
    -ms-flex-order: 1;
    order: 1;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #aa1c2a;
}
.content-article .bwLoc, .content-article .bwLocTitle{
	margin: 10px 0;
}
.team-holder-sm {
    overflow: hidden;
    padding: 8px 0 2px;
}
.team-holder-sm .col:first-child {
    margin: 0;
}
.team-holder-sm .col {
    float: left;
    width: 48%;
    margin: 0 0 0 3%;
}
.team-block-sm {
    border-bottom: 1px solid #ccc8c2;
    padding: 0 0 3px;
    margin: 0 0 21px;
    overflow: hidden;
    height: 300px;
}
.team-block-sm .photo {
    margin: 3px 14px 0 1px;
    padding: 5px;
    width: 100px;
}
.fs-img, .img {
    width: 100%;
    height: auto;
}
.team-block-sm .description {
    overflow: hidden;
    padding: 0 5px 0 0;
}
.team-block-sm .heading {
    font-size: 1em;
    line-height: 1.167em;
    padding: 0 0 1px;
}
.team-block-sm address {
    margin: 0 0 13px;
    font-size: 1em;
    line-height: 1.333em;
}
.clearfix{
	display:block;
	height: 1px;
	clear:both;
}
.floatleft {
    float: left;
    margin-right: 10px;
}
.graybar {
    border: 0;
    background: #f0f0f0;
    padding: 0;
    padding: 5px 0px 3px 5px;
    margin-bottom: 25px;
}
.tabset {
    padding: 10px 0;
    list-style: none;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.graybar li {
    margin: 0;
    font-size: 1.05em;
}
.tabset li {
    float: none;
    display: inline;
	padding: 0 5px;
}
.tabset li a{
	text-decoration: none;
}
#counties-list {
    float: left;
    width: 50%;
    position: relative;
}
#counties-list .col1 {
    float: left;
    width: 25%;
}
#counties-list .col2 {
    float: left;
    width: 25%;
}
#counties-list .col3 {
    float: left;
    width: 25%;
}
#counties-list .col4 {
    float: left;
    width: 25%;
}
#counties-map {
    float: right;
    width: 50%;
    position: relative;
	text-align: center;
}
#counties-map img{
	display: block;
	margin: 0 auto;
}
#counties-dropdown {
    clear: both;
	margin: 40px auto;
}
.map-block{
    display: block;
    margin: 40px auto 0;
}
.counties-form {
    overflow: hidden;
    display: block;
    margin: -14px 0 0;
}
.counties-form fieldset {
    display: inline;
    float: left;
    margin-right: 25px;
}
.skip a, .hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.counties-form .select-holder {
    overflow: hidden;
    width: 126px;
}
.counties-form select {
    width: 100%;
    color: #4b4538;
    font-size: 12px;
    line-height: 16px;
}
.visual-block {
    float: right;
    padding: 0 4px 0 0;
    margin: 9px -1px 0 11px;
}
.visual-block img{
	 width: 100%;
}
.image-caption100 img {
    width: 100%;
}
.image-caption100 {
    color: #000;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.left-image-caption20 img{
	    width: 100%;
}
.left-image-caption20 {
    color: #000;
    width: 20%;
    display: inline;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.left-image-caption30 img {
    width: 100%;
}
.left-image-caption30 {
    color: #000;
    width: 30%;
    display: inline;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.left-image-caption40 img {
    width: 100%;
}
.left-image-caption40 {
    color: #000;
    width: 40%;
    display: inline;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.left-image-caption50 img {
    width: 100%;
}
.left-image-caption50 {
    color: #000;
    width: 50%;
    display: inline;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.right-image-caption20 img {
    width: 100%;
}
.right-image-caption20 {
    color: #000;
    width: 20%;
    display: inline;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.right-image-caption30 img {
    width: 100%;
}
.right-image-caption30 {
    color: #000;
    width: 30%;
    display: inline;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.right-image-caption40 img {
    width: 100%;
}
.right-image-caption40 {
    color: #000;
    width: 40%;
    display: inline;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.right-image-caption50 img {
    width: 100%;
}
.right-image-caption50 {
    color: #000;
    width: 50%;
    display: inline;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.table tr:nth-child(even) td{background:#f2f1ee;}
	#fin-table .table tr:nth-child(even) td{background:#fff;}
.table-holder {
    padding: 8px 2px 0 0;
	margin-bottom: 20px;
}
.table th:first-child, .table td:first-child {
    border-width: 0 1px;
}
.table td{
	border: none;
	/*border:solid #959595;*/
	border-width:0 1px 0 0;
	padding:10px 15px 10px 10px;
	vertical-align:top;
}

/* Styles for Image Mobile Friendly Container Snippet (located in misc snippets) */
.img_res_table {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    width: 100%;
}

.img_res_cell {
    padding: 20px;
	max-width: 300px;
	min-width: 250px;
}
/* end styles for snippet */

.table{
	width:100%;
	margin:0;
	font-size:1em;
	line-height:1.167em;
	color:#5e5a4d;
	border: 1px solid #ddd;
	/*border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;*/
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	display: table;
}
.table th {
    background: #dfdcd4;
    color: #4b4538;
    border: solid #959595;
    border-top: 1px solid #959595;
    border-width: 0 1px 0 0;
    padding: 15px 15px 13px 10px;
}
aside .table{
	border: none;
}
aside .table th{
	border: none;
	background: transparent;
}
aside .table td{
	border: none;
}
aside .table tr:nth-child(even) td {
    background: transparent;
}
.news-list {
    margin: 0;
    list-style: none;
}
.weedBlogHighlight {
	border-radius: 5px;
	background-color: #90c530;
	padding: 15px;
	padding-bottom: 5px;
	color: #fff;
}
.weedDivBlock a[target="_blank"]::after{
	content: none;
}

/** Modified CSS - SH 11/15/2019 **/
.weedBlogHighlight {
	color: #000;
}

.weedBlogHighlight a {
	text-decoration:none !important;
}

.weedDivTable {
	display: table;
	margin-top: 20px;
}
.weedDivRow {
	width: 100%;
	    padding-bottom: 20px;
}
.weedDivBlock {
	display: table-cell;
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
}
.weedDivBlock > a::after {
}
.weedDivImg {
	border-radius: 10px;
	width: 159px;
	height: 159px;
}
.weedDivImg:hover {
	-moz-box-shadow: 1px 4px 5px #999;
 	-webkit-box-shadow: 1px 4px 5px #999;
 	box-shadow: 1px 4px 5px #999;
 	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 10px;
}
#sidebar #side-nav-accordion #side-nav-accordion{
list-style: none;
    padding-left: 0;
}
#sidebar #side-nav-accordion #side-nav-accordion #side-nav-accordion{
	padding-left: 20px;
	margin-bottom: 0;
}
#sidebar #side-nav-accordion li li a::after {
	display: none;
}
#sidebar #side-nav-accordion li.selected span a::after {
    content: "\f106";
}
.content-article{
	min-height: 125px;
    display: block;
    clear: both;
	padding-bottom: 25px;
    margin-bottom: 25px;
	border-bottom: 1px solid #E1E3DF;
}
.button-holder {
    padding: 20px 0;
	display: block;
}
.publications-content{
	list-style: none;
	padding: 0;
}
.publications-content ul {
    list-style-type: disc;
}
.content ul{
	margin-bottom: 20px;
	overflow: hidden;
}
.slide-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.slide-list > li {
    border-bottom: 1px solid #ccc8c2;
}
.slide-list .opener {
    font-size: 1.167em;
    line-height: 1.214em;
    font-weight: bold;
    color: #4b4538;
    display: block;
    padding: 10px 18px 11px 0;
}
.slide-list .opener:after {
    content: '';
    float: right;
    background: url(../images/sprite.png) no-repeat -105px -52px;
    width: 12px;
    height: 6px;
    margin: 7px 0 0;
}
.slide-list .slide {
    font-size: 1em;
    line-height: 1.25em;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.slide-list ul {
    padding: 5px 0 5px;
    margin: 0;
    list-style: none;
}
.slide-list ul li {
    padding: 0 0 5px;
}
.slide-list .slide .photo img{
	width: auto;
}
#content .slide > ul > li {
    list-style-position: outside;
    margin-left: 20px;
    list-style-type: disc;
}
/* New Styles */
body {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 16px;
	color: #666;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.alert {
    margin: 0;
    border: none;
    border-radius: 0;
    text-align: center;
    color: #fff;
    background-color: #9D2235;
    font-size: 16px;
	font-weight: bold;
    padding: 6px 0 5px;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background-color: rgba(157,34,53,0.89);
    padding: 15px 0;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert a {
    text-decoration: underline;
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
    min-width: auto;
}
.alert-dismissible .close {
	padding: 0;
	right: 25px;
    opacity: 1;
}
.alert-dismissible .close:hover, .alert-dismissible .close:focus {
    color: #fff;
}
.alert-info {
    margin: 0;
    border: none;
    border-radius: 0;
	text-align: center;
	color: #333;
	background-color: #E2903D;
	font-size: 16px;
}
.alert-info a {
    color: #333 !important;
	text-decoration: none;
}
.alert-info a:hover {
    color: #4B4538 !important;
	text-decoration: underline;
}
.alert a {
    color: #fff;
	text-decoration: none;
}
.alert a:hover {
	text-decoration: underline;
}
.alert-dismissible .close:hover, .alert-dismissible .close:focus {
	color: #fff;
}
.alert-dismissible .close {
    padding: 0 1.25rem;
}
.text-warning {
	text-align: center;
	margin: 75px auto;
}
.text-warning .fas {
	font-size: 40px;
	color: #fec221;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
    color: #4B4538;
	font-weight: 700;
}
h1{
    font-size: 35px;
    margin: 0;
}
h2{
    font-size: 25px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
blockquote, .blockquote{
    border-left: 5px solid #9BBF62;
    padding-left: 10px;
    margin-left: 40px;
    margin-right: 40px;
}
.social-pre-footer{
    margin: 40px auto;
    display: block;
    text-align: center;
}
.social-pre-footer .fab, .social-pre-footer .fas{
    font-size: 50px;
    text-align: center;
    margin: 0 15px;
}
hr.thick{
    border-top: 4px solid #808285;
}
hr.dotted{
    border-top: 2px dotted #808285;
}
.content img.float-left{
    margin-right: 15px;
}
.page-title, .content h1 {
    text-transform: none;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0px;
    color: #4B4538;
    text-align: left;
    margin-bottom: 10px;
}
.lead {
    font-size: 20px;
}
.content a, a {
    color: #9D2235;
    text-decoration: underline;
}
.main-content-placeholder{
    min-height: 500px;
    background-color: #cccccc;
    padding: 300px 0;
    text-align: center;
    font-size: 40px;
    color: #000;
}
/*Video*/
.video-feature {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: none;
	overflow: hidden;
}
video {
    width: 100%;
    height: auto;
}
.video-feature .overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; /* FF3.6-15 */
    background: -webkit-linear-gradient(rgba(0,0,0,.5) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,.5) 100%);
    background: -o-linear-gradient(rgba(0,0,0,.5) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,.5) 100%);
    background: linear-gradient(rgba(0,0,0,.5) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,.5) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.play-pause {
    position: absolute;
    z-index: 3;
    background: #fff;
    background: rgba(255,255,255,.8);
    right: 2%;
    bottom: 10%;
    border: none;
    padding: 7px 10px 2px;
}
/*Header Styles*/
.navigation-wrapper{
    position: relative;
}
.menuToggle {
	display: none;
}
.siteHeader {
	display: block;
	width: 100%;
    z-index: 1001;
    background-color: #fff;
    border-bottom: 1px solid #E1E3DF;
}
.siteHeader a{
	text-decoration: none;
}
#skiptocontent a {
	padding:6px;
	position: absolute;
	top: -160px;
	left:0px;
	color:#000;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 10002;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
    color: #fff;
	background:#9D2235;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
a:hover {
	text-decoration: none;
}
.logo{
    width: 320px;
}
.logo .graphic {
    position: relative;
    left: 0;
    top: 0;
    padding: 0 !important;
    height: 60px;
    background: url("https://www.uaex.uada.edu/_resources/images/2019-updates/UAEX-logo.png") no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
    margin: 0 0 15px;
    color: #000;
}
.logo .title {
    color: #4B4538;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-transform: none;
    font-weight: 700;
    text-align: center;
}
.top-nav{
    background-color: #4B4538;
    padding: 10px 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}
.sticky-header-show .main-navigation{
   padding: 5px 0 0;
}
.sticky-header-show .main-navigation .nav li a{
   padding-bottom: 15px; 
}
.mid-header{
    padding-top: 20px;
}
.mid-header .button-group .btn-group{
    margin-right: 15px;
}
.mid-header .button-group .btn-group .dropdown-menu {
    margin: 0;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.mid-header .button-group .btn-group .dropdown-menu .dropdown-item{
   padding: 0.25rem 1rem;
    font-size: 14px;
}
.mid-header .button-group .btn-group .dropdown-menu a:hover, .mid-header .button-group .btn-group .dropdown-menu a:focus {
    background-color: #EAE4E1;
}

.dropdown-menu > a{
  	display: block;
	width: 100%;
	padding: 0.25rem 0.25rem;
	clear: both;
	font-weight: 400;
	color:
	#212529;
	text-align: inherit;
	white-space: nowrap;
	background-color:
	transparent;
	border: 0;
	font-size: 0.9em;
}

.dropdown-menu > a:hover, .dropdown-menu > a:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-menu > a.active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-menu > a:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.button-group{
    float: right;
}
.siteSearch{
    position: absolute;
    bottom: 20px;
    right: 15px;
    left: 0;
}
/*Auxillary and Audience Navigations*/
header .auxnav .nav li a {
	font-size: 22px;
	color: #fff;
	padding: 5px 15px;
	text-transform: none;
	display: block;
	width: 100%;
}
header .auxnav .nav li a:hover {
	opacity: .7;
}
header .auxnav .nav .dropdown .dropdown-menu a {
    color: #000;
    font-size: 16px;
    text-transform: none;
}
header .auxnav .nav .dropdown .dropdown-menu a:hover, header .auxnav .nav .dropdown .dropdown-menu a:focus{
    background-color: #EAE4E1;
    opacity: 1;
}
header .auxnav .nav .dropdown .dropdown-menu{
    margin-top: 9px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
/*Search*/
.siteSearch .form-inline{
    width: 100%;
    position: relative;
    top: 15px;
}
.siteSearch form label {
	display: none !important;
	}
.siteSearch .form-text {
    width: 100%;
    border: 1px solid #E1E3DF;
    padding: 10px 10px 10px 30px !important;
    font-size: 16px;
    color: #4B4538!important;
    height: 36px;
    font-weight: 600;
    background: url(/_resources/images/2019-updates/search-icon.png) no-repeat 5px;
    background-size: 20px;
}
.siteSearch .form-text:focus{
    outline: none;
    box-shadow: none;
}
.siteSearch .form-submit {
   padding: 6px 12px;
}
.siteSearch form input[type=text], .siteSearch form input.form-text {
	color: #4B4538;
    font-size: 20px;
}
.siteSearch ::-webkit-input-placeholder {
    color: #4B4538;
}
.siteSearch ::-moz-placeholder {
    color: #4B4538;
}
.siteSearch ::-ms-placeholder {
    color: #4B4538;
}
.siteSearch ::placeholder {
    color: #4B4538;
}
/*Main Navigation Styles*/
/*Top Navigation and Mobile Menu Wrapper*/
.main-navigation {
    padding: 20px 0 10px;
}
.color-option .main-navigation {
    margin-top: 20px;
    padding: 10px 0 10px;
    background-color: #13647A;
}
.color-option .main-navigation .nav li a {
    color: #fff;
	}
.color-option .main-navigation .nav li a:hover, .color-option .main-navigation .nav li a:focus {
    color: #fff;
    border-bottom: 3px solid #fff;
}
.color-option .btn-light {
    background-color: #637E55;
    color: #fff;
}
.main-navigation .nav .dropdown, .main-navigation .nav .dropdown.show {
  position: static;
}
/*Styles for Desktop Top Navigation Horizontal Section*/
.main-navigation .nav {
	text-align: center;
	width: 100%;
	font-size: 0;/*removes gap between li items on hover*/
	position: relative;
	}
/*Centers the top navigation*/
.main-navigation .nav .dropdown {
	display: inline-block;
	float: none;
	font-size: 16px;
	position: relative;
	}
.main-navigation .nav li a {
	padding: 10px;
    color: #4B4538;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
	}
.main-navigation .nav li:first-child a{
    padding-left: 10px;
}
.main-navigation .nav li:last-child a{
    padding-right: 0;
}
.main-navigation .nav .dropdown.show a.dropdown-toggle{
    border-bottom: 3px solid transparent;
}
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus{
    color: #9D2235;
    border-bottom: 3px solid #9D2235;
}
.main-navigation .nav .dropdown.show a.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.main-navigation .nav .dropdown ul li a {
    color: #4B4538;
    font-size: 16px;
    padding: 10px 25px;
    text-transform: none;
    display: block;
    width: 100%;
    white-space: normal;
}
.main-navigation .nav .dropdown .dropdown-menu .mainnav-content li {
   margin: 10px 0; 
    border-bottom: 1px solid #E1E3DF;
}
.main-navigation .nav .dropdown .dropdown-menu .mainnav-content li:last-child{
    border-bottom: none;
}
.main-navigation .nav .dropdown .dropdown-menu .mainnav-content a{
    padding: 0;
    font-weight: bold;
    color: #9D2235 !important;
}
.main-navigation .nav .dropdown .dropdown-menu .mainnav-content a:hover, .main-navigation .nav .dropdown .dropdown-menu .mainnav-content a:focus{
    border-bottom: 3px solid transparent;
}
.main-navigation .nav .dropdown .dropdown-menu .mainnav-content a.btn{
    padding: 10px 12px;
    background-color: #EAE4E1;
}
.main-navigation .nav .dropdown ul li a:hover, .main-navigation .nav .dropdown ul li a:focus {
    background-color: rgba(234,228,225,.7);
    color: #9D2235;
}
.main-navigation .nav .dropdown a.dropdown-toggle {
	display: block;
	position: relative;
}
.main-navigation .nav .dropdown .dropdown-menu .dropdown-submenu{
    position:relative;
}
.main-navigation .nav .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu{
    position: absolute;
    left: 240px;
    top: 0;
}
/*Top Nav Dropdown Background*/
.main-navigation .nav .dropdown .dropdown-menu {
    border-top: 3px solid #9D2235;
    border-left: none;
    border-right: none;
    background-color: #fff;
	color: #4B4538;
    font-size: 16px;
    list-style: outside none none;
    margin-top: 0;
    padding: 5px 0;
    text-align: left;
	z-index: 3;
	left: 0 !important;
	position: absolute;
    top: 100% !important;
    transform: none !important;
    right: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.menuClose {
	display: none;
}
img {
    max-width: 100%;
    height: auto;
}
table img{
	max-width: fit-content;
	max-width: min-content;
}
/*Footer*/
footer{
    background-color: #4B4538;
    color: #fff;
    padding-top:40px;
    line-height: 20px;
}
footer.color-option {
    background-color: #13647A;
}
footer.color-option  .copyright {
    border-top: 1px solid #fff;
    background-color: #4B4538;
}
footer img{
    margin: 0 auto;
    display: block;
}
footer h3{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.footer-title{
	color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
footer a{
	text-decoration: none;
}
footer h3 a{
    font-size: 16px;
}
.footer-title a{
    font-size: 16px;
}
footer a {
	color: #fff;
	font-size: 14px;
}
footer a:hover, footer a:focus, footer a:active  {
	color: #fff;
	text-decoration: underline;
}
.footer-social {
	padding-left: 0;
	list-style: none;
	text-align: center;
	margin: 0 auto 30px;
}
.header-social{
    padding-left: 0;
	list-style: none;
	text-align: right;
    margin: 0 auto;
}
.header-social a{
    color: #fff;
	font-size: 15px;
}
.footer-social li, .header-social li {
	display: inline-block;
	margin: 0 8px;
}
.footer-social li a:before, .header-social li a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}
.footer-social li a.twitter:before, .header-social li a.twitter:before {
	content: "\f099";
} 
.footer-social li a.facebook:before, .header-social li a.facebook:before {
	content: "\f39e";
} 
.footer-social li a.youtube:before, .header-social li a.youtube:before {
	content: "\f167";
} 
.footer-social li a.instagram:before, .header-social li a.instagram:before {
	content: "\f16d";
}
.footer-social li a.flickr:before, .header-social li a.flickr:before {
	content: "\f16e";
}
.footer-social li a.pinterest:before, .header-social li a.pinterest:before {
	content: "\f231";
}
.footer-social li:hover a:before, .header-social li:hover a:before {
	text-decoration: none;
    opacity: .7;
}
.footer-address {
	padding-left: 0;
	list-style: none;
	font-size: 14px;
}
.footer-address li {
	display: block;
	clear: both;
	margin: 5px 0;
}
footer .btn-default{
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
footer .list-unstyled li{
    margin-bottom: 15px;
}
footer .copyright{
    padding-top: 20px;
    border-top: 1px solid #635B4B;
    padding-bottom: 15px;
}
footer .copyright a, footer .copyright{
    text-align: center;
    font-size: 12px;
}
.two-col {
	-webkit-columns: 2 !important;
	-moz-columns: 2 !important;
	columns: 2 !important;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	display: block !important;
	margin-bottom: 20px;
}
.three-col {
	-webkit-columns: 3 !important;
	-moz-columns: 3 !important;
	columns: 3 !important;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	display: block !important;
	margin-bottom: 20px;
}
/*Buttons*/
.btn, .content .btn, .btn-default, .content .btn-default{
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
	position: relative;
}
.section-bg .btn-icon{
	display: block;
	margin-top: 6px;
}
.btn-default{
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 12px;
    border-radius: 0;
    background: #9D2235;
    color: #ffffff !important;
    border: none;
}
.btn-dark{
    background-color: #000;
    color: #fff;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus, .btn-light:focus, .btn-light.focus {
    box-shadow: none;
}
.btn-light{
    background-color: #EAE4E1;
    color: #4B4538 !important;
}
.btn-block{
    text-align:center;
    display: block;
}
.btn-default:hover{
    opacity: 0.75;
}
.btn-default:hover, .content a.btn-default:hover, .btn-default:focus, .content a.btn-default:focus {
    background: #9D2235;
    color: #fff !important;
}
/*Forms*/
.form-wrapper {
    margin-bottom: 20px;
}
input[type=text], textarea, input[type=email], .form-control {
    background: #eeeeee;
    border: none;
    border-radius: 0;
    padding: 5px!important;
    margin: 0;
    color: #4e4e4e;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, .form-control:focus {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
    background: #eeeeee;
}
.homepage-main-image-frame {
    height: 70vh;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0;
}
.homepage-main-image-frame iframe{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.intro-main-pic, .intro-main-pic img {
    width: 100%;
    height: auto;
}
.intro-pic-text-main {
    width: 100%;
    color: #FFFFFF;
    background: #000;
    background-color: rgba(58, 58, 58, 0.75);
    padding: 25px 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: auto;
    font-size: 40px;
    font-weight: 400;
	z-index: 1;
}
.intro-pic-text-main .link-arrow:after{
    color: #fff;
}
.intro-pic-text-main h2{
    text-transform: none;
    color: #fff;
	font-size: 45px;
    font-weight: 700;
}
.intro-pic-text-main a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: block;
}
/*Hero Images*/
.hero-overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; /* FF3.6-15 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(255,255,255,0.05) 35%, rgba(255,255,255,0) 38%, rgba(255,255,255,0) 61%, rgba(248,248,248,0) 62%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(255,255,255,0.05) 35%,rgba(255,255,255,0) 38%,rgba(255,255,255,0) 61%,rgba(248,248,248,0) 62%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(255,255,255,0.05) 35%,rgba(255,255,255,0.) 38%,rgba(255,255,255,0) 61%,rgba(248,248,248,0) 62%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
}
.hero {
	position: relative;
	height: 460px;
	overflow: hidden;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-bg{
    background-color: #EAE4E1;
    padding: 60px 0;
}
.section{
    margin: 40px auto;
}
.breadcrumb{
    background-color: #fff;
    margin: 10px 0 20px;
}
.breadcrumb-item.active {
    color: #666;
}
.bordered-headline {
    text-align: center;
    font-size: 36px;
    margin-bottom: 25px;
    display: table;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
}
.bordered-headline:before, .bordered-headline:after {
    content: "";
    display: table-cell;
    width: 50%;
    background-size: 89% 2px;
    background: url(data:image/gif;base64,R0lGODdhAQABAIgAAEqMMQAAACwAAAAAAQABAAACAkQBADs=) repeat-x left center;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#fefefe));
    background: -webkit-linear-gradient(#ccc, #fefefe) no-repeat center;
    background: -moz-linear-gradient(#ccc, #fefefe) no-repeat center / 89% 2px;
    background: -o-linear-gradient(#ccc, #fefefe no-repeat center);
    background: linear-gradient(#ccc, #fefefe) no-repeat center / 89% 2px;
}
.section-bg .bordered-headline:before, .section-bg .bordered-headline:after {
    background-size: 89% 1px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
    background: -webkit-linear-gradient(#fff, #fff) no-repeat center;
    background: -moz-linear-gradient(#fff, #fff) no-repeat center / 89% 1px;
    background: -o-linear-gradient(#fff, #fff no-repeat center);
    background: linear-gradient(#fff, #fff) no-repeat center / 89% 1px;
}
.link-arrow{
    text-decoration: none !important;
}
.link-arrow:after {
    content: '\f105';
    color: #9D2235;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 4px 9px;
    font-size: 17px;
    text-decoration: none;
}
.btn-arrow:after {
    content: '\f105';
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 4px 9px;
    font-size: 17px;
    text-decoration: none;
}
.more{
    float: right;
    margin-top: 30px;
}
.publications {
	list-style: none;
    padding: 0;
}
.publications li{
	display: block;
	width: 100%;
	clear:both;
	margin-bottom: 15px;
}
.publications .image img {
    float: left;
    margin: 4px 10px 4px 3px;
}
.articles img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 100%;
}
.icon-set{
    text-align: center;
}
.icon-set .circle img, .circle img{
   /* margin: -25px auto 0;*/
	margin: 0 auto;
    max-width: 70px;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
aside .icon-set .col-6 .circle img {
   /*  margin: -20px auto 0;*/
    max-width: 45px;
}
aside .icon-set .col-lg-4 .circle img {
   /* margin: -20px auto 0;*/
    max-width: 35px;
}
 /*aside .icon-set .circle {
    padding: 30% 0 40%;
    width: 70%;
}*/
/*aside {
    background-color: #EAE4E1;
    padding: 20px !important;
}*/
aside h3{
    text-align: center;
    font-size: 22px;
}
aside .list-unstyled{
    padding-left: 20px;
}
aside .list-unstyled a{
    text-decoration: none;
}
aside .list-unstyled a:hover{
    text-decoration: underline;
}
.icon-set a:hover .circle, .icon-set a:focus .circle{
    opacity: 0.75;
}
.icon-set .circle{
    margin-bottom: 10px;
}
.icon-set h3 {
    font-size: 20px;
}
.icon-set a{
    text-decoration: none !important;
}
.icon-set a[target="_blank"]::after{
	content: none;
}
.stats .circle img, .circle .ring img{
    margin: 0 auto -20px;
    max-width: 70px;
    text-align: center;
    display: block;
	transform: none;
    top: initial;
    left: initial;
    position: relative;
}
.stats .circle{
	width: 250px;
    height: 250px;
}
.circle {
    height: 0;
    /*padding: 40% 0 50%;*/
    background-color: #9D2235;
    border-radius: 100%;
    /*width: 90%;*/
	width: 160px;
    height: 160px;
    top: 0;
    position: relative;
    left: 0;
    margin: 0 auto;
    margin-bottom: 25px;
}
.circle.red{
    background-color: #9D2235;
}
.circle.blue{
    background-color: #13647A;
}
.circle.green{
    background-color: #9BBF62;
}
.circle.green .info-stat-number, .circle.green .info-stat-title{
    color: #28251e;
}
.circle.dark-blue{
    background-color: #093849;
}
.circle.light-green{
    background-color: #77B8A0;
}
.circle.orange{
    background-color: #E2903D;
}
.circle.dark-green{
    background-color: #637E55;
}
.circle .ring {
    height: 0;
    padding: 12% 0 77%;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 90%;
    top: 4%;
    left: 5%;
    position: absolute;
}
/*.icon-set .col-md-3 .circle{
	width: 55%;
	padding: 25% 0 30%;
}*/
.info-stat-number {
    font-weight: 700;
    font-style: normal;
    width: 80%;
    color: #fff;
    text-align: center;
    font-size: 2.2em;
    margin-top: .85em;
    line-height: 1.1em;
    word-break: break-word;
    position: relative;
    left: 10%;
    font-family: 'Roboto', sans-serif;
}
.info-stat-title {
    left: 10%;
    top: .5em;
    width: 80%;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.05em;
    line-height: 1.4em;
    font-weight: 400;
    font-style: normal;
}
.bwEventList, .event-list{
    list-style: none;
    padding: 0;
}
.bwSummary{
	-ms-flex-order: 3;
    order: 3;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 25px;
}
.bwSummary a{
	color: #000;
	text-decoration:none;
}
.bwSummary strong{
	font-weight: normal;
}
.bwDateTime{
	-ms-flex-order: 1;
    order: 1;
	padding-right: 10px;
    padding-left: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #aa1c2a;
}

.event-list li {
	border-bottom: 1px solid #eae4e1;
	padding: 10px 0 10px 0;
}

.event-list li:last-child {
	border-bottom: none;
}

.county-event-border {
	border-bottom: 5px solid #9DBF5C;
	padding-bottom: 5px;
}

.events .event, .bwEventList li, .event-list li {
    display: flex;
    margin-bottom: 15px;
    position: relative;
	width: 33%;
	float: left;
    border-right: 1px solid #fff;
}
.bwEventList li:last-of-type, .event-list li:last-of-type {
    border-right: none;
}
.events.stacked .event {
    display: table;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    float: none;
    border-right: none;
}
.events.stacked .event-date {
    line-height: 28px;
}
.events.stacked .event-date .event-month {
    font-size: 18px;
}
.events.stacked .event-date .event-day {
    font-size: 30px;
}
.events .event-date, .event-list .date {
    padding-right: 10px;
    padding-left: 10px;
	width: 50px;
	margin-right: 20px;
}
.events .event div, .bwEventList span, .event-list .date, .event-list p {
    display: table-cell;
    position: relative;
}
.events .event:last-of-type{
    border-right: none;
}
.events .event a, .event-list li a{
    text-decoration: none;
}
.events .event-date .event-month, .event-list .date span {
    display: block;
    text-align: center;
    text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.events .event-date .event-day, .event-list .date{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
	color: #aa1c2a;
	font-style: normal;
	margin-top: -8px;
}
.events .event-date .event-time {
	color: #000;
    font-size: 15px;
    text-align: center;
    display: block;
}
.events .event-text, .event-list p {
	color: #000;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}
.events .event a:hover .event-text, .events .event a:focus .event-text {
	text-decoration: underline;
}
.info-list {
    margin: 0;
    padding: 9px 0 0;
    list-style: none;
}
.info-list li:first-child {
    border: none;
    padding-top: 0;
}
.info-list li {
    border-top: 1px solid #ccc8c2;
    padding: 7px 0 1px;
}
.media-list, .news-list {
    margin: 15px 0;
    list-style: none;
}
.media-list li:first-child, .news-list li:first-child  {
    border: none;
}
.media-list li, .news-list li {
    padding: 7px 0;
    position: relative;
	list-style: none;
}
.media-list li a:before, .news-list li a:before {
    content: '\f054';
    color: #9D2235;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    left: -20px;
    top: 10px;
    font-style: normal;
}
.photo-grid img {
	display: block;
	height: auto;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	max-width: 100%;
    width: 100%;
}
.photo-grid figure {
	height: 205px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.photo-grid figcaption {
	background: rgba(0,0,0,0.4);
	color: white;
	display: table;
	height: 100%;
	width: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
	z-index: 0;
}
.photo-grid figcaption h2.grid-title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
	position: relative;
	width: 100%;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	vertical-align: bottom;
	display: table-cell;
	line-height: normal;
    padding: 20px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
    text-transform: none;
}
.photo-grid figcaption p {
	display: none;
	font-size: 18px;
	position: relative;
	width: 100%;
    background-color: rgba(0,0,0,.5);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	vertical-align: bottom;
	padding: 20px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
}
.photo-grid a:hover figcaption h2.grid-title, .photo-grid a:focus figcaption h2.grid-title  {
	display: none;
}
.photo-grid a:hover figcaption p, .photo-grid a:focus figcaption p {
	display: table-cell;
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	top: -40px;
}
.photo-grid a:hover img, .photo-grid a:focus img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}
figure.red{
    border-top: 4px solid #9D2235;
}
figure.blue{
    border-top: 4px solid #13647A;
}
figure.green{
    border-top: 4px solid #9BBF62;
}
figure.dark-blue{
    border-top: 4px solid #093849;
}
figure.light-green{
    border-top: 4px solid #77B8A0;
}
figure.orange{
    border-top: 4px solid #E2903D;
}
figure.dark-green{
    border-top: 4px solid #637E55;
}
h3.side-nav-heading {
    font-size: 30px;
    color: #4B4538;
}
#sidebar {
	margin-bottom: 20px;
}
#side-nav-accordion {
    display: block;
    min-width: 310px;
}
#side-nav-accordion ul{
	list-style: none;
    padding-left: 0;
}
#sidebar .navbar {
	padding: 0;
	background-color: #fff;
}
#sidebar .navbar .nav ul {
	padding-left: 0;
	list-style: none;
}
#sidebar .navbar-light .nav-item:first-child, #sidebar .navbar-light li:first-child {
	border-top: none;
}
#sidebar .navbar-light .nav-item:first-child .nav-link, #sidebar .navbar-light li:first-child a {
	border-top: 4px solid #9BBF62;
}
#sidebar .navbar-light .nav-link, #sidebar .navbar-light li a {
	color: #666;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	border: 2px solid #E1E3DF;
	margin-bottom: -2px;
	border-left: 0px;
    border-right: 0px;
	display: block;
}
#sidebar .navbar-light .nav-link:hover, #sidebar .navbar-light .nav-link:focus, #sidebar .navbar-light li a:hover, #sidebar .navbar-light li a:focus {
	color: #666;
	background-color: #EAE4E1;
}
#sidebar .navbar-light{
	width: 100%;
}
#sidebar .navbar .navbar-toggler {
    color: #fff;
    font-size: 18px;
    padding: 10px 5px;
    background-color: #9D2235 !important;
    border-radius: 0px;
    font-weight: 700;
}
#sidebar .navbar .navbar-toggler[aria-expanded="true"] .fa-chevron-down{
    display: none;
}
#sidebar .navbar .navbar-toggler[aria-expanded="false"] .fa-chevron-up{
    display: none;
}
#sidebar .navbar .navbar-toggler[aria-expanded="true"] .fa-chevron-up{
    display: inline-block;
}
#sidebar .navbar-light .nav-item, #sidebar .navbar-light li{
	margin: 0;
    border-left: 0px;
    border-right: 0px;
	position: relative;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link, #sidebar .navbar-light li li a {
	font-size: 14px;
	padding: 10px 20px;
	border: none;
}
#sidebar .navbar-light li li li a{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
#sidebar .navbar-light .nav-item .nav-item:first-child .nav-link, #sidebar .navbar-light li li:first-child a {
	border-top: none;
    padding-top: 20px;
}
#sidebar .navbar-light .nav-item .nav-item:last-child .nav-link, #sidebar .navbar-light li li:last-child a {
    padding-bottom: 20px;
}
#sidebar .navbar-light .nav-item .nav-link::after, #sidebar .navbar-light li a::after {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 12px;
    float: right;
    position: relative;
    top: 4px;
	right: -2px;
    color: #565658;
}
#sidebar .navbar-light .nav-item .nav-link.open::after, #sidebar .navbar-light li a.open::after  {
    content: "\f106";
}
#sidebar .navbar-light .nav-item .navbar-nav .nav-item .nav-link::after, #sidebar .navbar-light li .navbar-nav li a::after  {
	display: none;
}
#sidebar .navbar-light .nav-item .nav-link[data-toggle]::after, #sidebar .navbar-light li a[data-toggle]::after {
    content: "\f107";
}
#sidebar .navbar-light .nav-item .nav-link[aria-expanded="true"]::after, #sidebar .navbar-light li a[aria-expanded="true"]::after {
	content: "\f106";
}
#sidebar .navbar-light #side-nav-accordion li:first-child #side-nav-accordion li a {
	border-top: none;
}
.navbar-light .navbar-toggler {
    width: 100%;
}
/*Accordions*/
.accordion .card {
	border: none;
	margin: 10px 0;
}
.accordion .card-header {
	padding: 0px;
	border-radius: 0px;
}
.accordion .card-header .btn {
    font-size: 18px; 
    background-color: #EAE4E1; 
    color: #4F4F4F !important;
    border: none;
    box-shadow: none !important;
    padding: 10px 45px 10px 15px;
    line-height: 1.5;
	display: block;
	width: 100%;
	text-align: left;
}
.accordion .card-header .btn[aria-expanded="true"] {
	background-color: #4F4F4F;
    color: #fff !important;
}
.accordion .card-header .btn[aria-expanded="true"] .fas {
    color: #fff !important;
}
.accordion .card-header .btn-link .fas {
    font-size: 24px;
    margin-top: 3px;
    padding: 0 5px;
    position: absolute;
    right: 20px;
    top: 10px;
	color: #4F4F4F;
}
.accordion .card-header .btn-link[aria-expanded="false"] .fa-minus {
	display: none;
}
.accordion .card-header .btn-link[aria-expanded="true"] .fa-plus {
	display: none;
}
.accordion .card-body {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-top: 0px;
	background-color: #fff;
}
.accordion .card-body p:first-child {
	margin-top: 0;
}
.accordion .card-body p:last-child {
	margin-bottom: 0;
}
/*Tab Option 2*/
.tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-bottom: 4px solid #9BBF62;
	border-left: none;
	border-right: none;	
	font-size: 20px;
    background-color: #fff;
    position: relative;
}
.nav-tabs .nav-link img {
    width: 40px;
}
.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after  {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    font-size: 20px;
    color: #9BBF62;
    bottom: -30px;
    left: 45%;
}
.tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
	font-size: 20px;
	color: #4F4F4F;
	padding: 12px 25px 8px;
	text-decoration: none;
    font-weight: bold;
}
.tabs .nav-tabs  > a:last-of-type {
    margin-right: 0;
}
.tabs .nav-tabs .nav-link:after {
	content: none;
}
.tabs .nav-tabs .nav-item:last-child .nav-link {
	border-right: none;
}
.tabs .nav-tabs .nav-item {
    margin-bottom: -4px;
	margin-top: 0;
	background-color: #fff;
    border-bottom: 4px solid #EAE4E1;
}
.tabs .nav-tabs .nav-link:hover {
	text-decoration: none;
}
.tabs .nav-tabs {
    border-bottom: 4px solid #EAE4E1;
}
.tabs .nav-tabs .nav-link:hover {
    border-bottom-color: #4F4F4F;
}
.tabs .nav-tabs .nav-link.active:hover {
	border-bottom-color: #9BBF62;
}
.tabs .tab-content {
	text-align: left;
    padding: 20px;
    background-color: #fff;
}
.tabs .tab-content h3 {
	margin: 20px 0;
}
.tabs .tab-content .card-header h3 {
	margin-top: 0;
}
.table .thead-dark th {
    color: #fff;
    background-color: #4B4538;
    border-color: #4B4538;
}
.card.contact {
	border-top: 5px solid #9D2235;
	border-bottom: 5px solid #9D2235;
	border-radius: 0px;
	background-color: #fff;
    font-size: 14px;
	width: 100%;
}
.card.contact .card-body {
    padding: 1.25rem 2rem;
}
#sidebar .card-body h1{
	font-size: 30px;
}
.card.contact .card-body .row{
	margin-bottom: 15px;
}
.card.contact .fas {
	color: #9BBF62;
	position: absolute;
    top: 15px;
    right: 15px;
	font-size: 25px;
}
.card.contact .card-body .card-title {
	font-size: 18px;
}
.card.contact .card-body .contact-list {
	padding-left: 0px;
	list-style: none;
	margin-top: 30px;
	font-size: 16px;
	line-height: 20px;
}
.card.contact .card-body .contact-list li {
	display: block;
	clear: both;
	margin: 10px 0;
}
.card.contact .card-body .contact-list a {
	font-size: 16px;
	display: block;
}
.card.contact .card-body .contact-list li:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  float: left;
  margin-right: 10px;
  width: 20px;
  text-align: center;
  line-height: 22px;
  color: #545456;
}
.card.contact .card-body .contact-list li.title:before {
	content: "\f05a";
}
.card.contact .card-body .contact-list li.location:before {
	content: "\f3c5";
}
.card.contact .card-body .contact-list li.phone:before {
	content: "\f095";
}
.card.contact .card-body .contact-list li.email:before {
    content: "\f0e0";
}
.card.contact .card-body .contact-list li.fax:before {
    content: "\f1ac";
}
.card.contact .card-body .contact-list li.hours:before {
    content: "\f017";
}
.card.contact .card-body .contact-list li.web:before {
    content: "\f0ac";
}
.card.photo-box-color-overlay {
	border-radius: 0px;
	color: #fff;
	border: none;
	margin-bottom: 20px;
}
.card.photo-box-color-overlay .card-img-top {
	border-radius: 0px;
}
.card.photo-box-color-overlay .card-body {
	padding: 0px;
}
.card.photo-box-color-overlay .card-title {
	color: #fff;
}
.card.photo-box-color-overlay .card-body .rollover-wrapper {
	position: absolute;
	height: 135px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(9, 56, 73, 0.8);
	overflow: hidden;
	padding: 20px;
	transition-property: all;
	transition-duration: .5s;
}
/*.card.photo-box-color-overlay .card-body .rollover-wrapper:hover, .card.photo-box-color-overlay .card-body .rollover-wrapper:focus{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(9, 56, 73, 0.8);
	height: 100%;
	overflow: visible;
}*/
.card.photo-box-color-overlay .card-body a {
	color: #fff;
}
.right-image-caption40 {
    color: #000;
    width: 40%;
    display: inline;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.caption {
    background: #EAE4E1;
    color: #4B4538;
    padding: 15px;
    width: auto;
}
.right-image-caption40 img{
    width: 100%;
}
.caption a{
    color: #4B4538 !important;
}
.article{
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E1E3DF;
	padding-bottom: 15px;
	min-height: 125px;
}

.article:last-of-type{
    border-bottom: none;
}
.article h3, .content-article h3, .article h2, .content-article h2{
    font-size: 25px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.article h3 a, .content-article h3 a, .article h2 a, .content-article h2 a, .content-article h3 a{
    text-decoration: none;
}
.article h3 a:hover, .content-article h3 a:hover, .article h2 a:hover, .content-article h2 a:hover, .content-article h3 a:hover{
    text-decoration: underline;
}
.article .photo, .content-article .photo {
    margin: 0 15px 0 0;
	width:104px;
    float:left;
}
.article .photo img, .content-article .photo img{
	width:100%;
	height:auto;
}
.link {
    font-weight: bold;
    font-size: 14px;
    left: 12px;
    position: relative;
    text-decoration: none !important;
}
.link:hover{
    text-decoration: underline !important;
}
.link:before {
    content: '\f054';
    color: #9D2235;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    left: -12px;
    top: 0;
    font-style: normal;
}
a[target="_blank"]::after {
    content: '\f35d';
    color: #9D2235;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    position: relative;
    right: -3px;
    margin-right: 7px;
    top: 0;
    font-style: normal;
	margin-right: 6px;
}
a[target="_blank"].link::after {
    margin-right: 20px;
}
a[href$=".pdf"]::after {
    content: '\f1c1';
    color: #9D2235;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: relative;
    right: -5px;
    top: 0;
    font-style: normal;
	margin-right: 6px;
}
a[href$=".pdf"].nopdfnote::after{
	display: none;
}
a[href$=".xlsx"]::after {
    content: '\f1c3';
    color: #9D2235;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: relative;
    right: -5px;
    top: 0;
    font-style: normal;
	margin-right: 6px;
}
a[href$=".docx"]::after {
    content: '\f1c2';
    color: #9D2235;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: relative;
    right: -5px;
    top: 0;
    font-style: normal;
	margin-right: 6px;
}
a.video-link::after {
    content: '\f167';
    color: #9D2235;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: 14px;
    position: relative;
    right: -5px;
    top: 0;
    font-style: normal;
	margin-right: 6px;
}
}
footer a[target="_blank"]::after {
  display: none !important;
}
header a[target="_blank"]::after, footer a[target="_blank"]::after{
	content: none !important;
}
.photo a[target="_blank"]::after, a[target="_blank"].photo::after  {
    content: none !important;
}
.btn-default[target="_blank"]::after   {
    content: none !important;
}



.photo > a::after {
	content: '' !important;
}

/** added CSS to remove pdf icon **/
.noAfterIcon::after {
	display: none;
}



aside.col-lg-3 nav a[target="_blank"]::after{
	content: none;
}
aside.col-lg-3 nav.item-list a[target="_blank"]::after{
	content: '\f35d';
}
.btn-icon {
    padding-left: 50px;
    font-size: 14px;
    min-height: 50px;
}
.btn-icon img{
    width: 40px;
    padding-right: 10px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.icon-center{
    display: block;
    margin: 0 auto;
    max-width: 100px;
}
.staff-grid .card{
   margin-bottom: 20px;
    width: 42%;
    margin-right: 20px;
    display: inline-block;
	vertical-align: top;
}
.staff-grid .card .card-body{
    min-height: 300px;
	font-size: 14px;
}
.staff-grid .card .card-img-top {
    max-height: 300px;
    object-fit: cover;
    object-position: top center;
	overflow: hidden;
}

#sidebar .navbar-light li li a {
    border-top: none;
}

#newsletterbutton {
    position: fixed;
    bottom: -4px;
    right: 10px;
    z-index: 1;
}

.enews-banner {
    background-color: #9D2235;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    border-color: #9D2235;
}

.left-nav-header {
	font-size: 30px;
	color: #4B4538;
	font-weight: 700;
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1370px) and (max-width: 999999px) {
.site-navigation[style] {
    display: block !important;
    }
.container {
    max-width: 1240px;
}
	

}
/* Landscape tablets and medium desktops: XL */
@media (min-width: 1200px) and (max-width: 1369px) {
body {
	/*border: 2px solid #fcee21;*/
	} /*yellow*/
.site-navigation[style] {
    display: block !important;
    }
.main-navigation .nav li a {
    font-size: 15px;
    }
.homeNewsFeed > .article {
   margin-left: 10px;
   margin-right: 10px;
}
}


/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
body {
		/*border: 2px solid #0000ff;*/
	} /*blue*/
.homeNewsFeed > .article {
   margin-left: 10px;
   margin-right: 10px;
}
#side-nav-accordion {
    min-width: 1px;
}
.site-navigation[style] {
    display: block !important;
    }
.main-navigation .nav li a {
    padding: 10px 5px;
    font-size: 12px;
    }
.stats .circle{
	width: 230px;
    height: 230px;
}
.stats .circle img {
    max-width: 50px;
    }
.info-stat-number {
    margin-top: .55em;
    font-size: 2em;
    }
.info-stat-title {
    top: .25em;
    font-size: 1.05em;
    line-height: 1.24em;
    }
.events .event-date {
    width: 120px;
}
.photo-grid figure {
    height: 190px;
    }
}
/* Portrait tablets and small desktops: MD */
@media (min-width: 768px) and (max-width: 991px) {
	
.homeNewsFeed > .article {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 0px solid #E1E3DF;
    padding-bottom: 15px;
    min-height: 125px;
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 20px;
    margin: 0px;
    color: #212529;
}

body {
		/*border: 2px solid #ed1e79;*/
	}  /*pink*/
header .audience .nav li a {
    font-size: 16px;
    }
header .auxnav .nav li a {
    text-transform: uppercase;
    font-size: 20px;
    }
header .auxnav .nav {
	display: block;
	}
header .auxnav .nav li {
	float: none;
	display: block;
	}
	/*Audience Navigation Styles*/
header .audience .nav {
	display: block;
	margin: 30px 0 0;
	}
	/*Main Navigation Styles*/
.main-navigation {
	background-color: transparent;
    padding: 0;
	}
.main-navigation .row{
    display: block;
    }
.main-navigation .nav {
	text-align: left;
	border-top: none;
	}
.main-navigation .nav li {
	display: block;
	float: none;
	}
.main-navigation .nav li a {
	color: #4B4538;
	font-size: 22px;
	padding: 20px 20px 12px;
	}
.site-navigation.open .main-mavigation {
	box-shadow: none !important;
	}
.main-navigation .nav .dropdown .dropdown-menu {
    color: #4B4538;
    background-color: #fff !important;
    box-shadow: none;
    border-radius: 0;
    float: none;
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    width: 100%;
    min-width:auto;
    min-height: 0;
    height: auto;
    padding: 0;
    display: block;
    position: relative;
    text-align: left;
    top: 0 !important;
    z-index: 1000;
    border-bottom: none;
    padding-bottom: 10px;
	}
/*Sets Background Color for Tabbing through Sub-Items of Top Navigation*/
.main-navigation .nav .dropdown.open .dropdown-menu li a:focus, .main-navigation .nav .dropdown.open .dropdown-menu li a:active, .main-navigation .nav .dropdown.open .dropdown-menu li a:hover, .main-navigation .nav .show .dropdown-menu li a:focus, .main-navigation .nav .show .dropdown-menu li a:active, .main-navigation .nav .show .dropdown-menu li a:hover {
	background-color: transparent;
	}
.site-navigation .main-mavigation .nav .dropdown a.dropdown-toggle .dropdown-menu li a{
	display: none;
	}
	
/*Sub Items Border*/
.site-navigation .main-navigation .nav .nav-item {
    width: 100%;
    margin: 0;
    display: block;
    background-color: #EAE4E1;
	}
.site-navigation .main-navigation .nav .nav-item .dropdown-menu .nav-item{
    background-color: #fff;   
    }
/*Sub Items Position and Height*/
.site-navigation .main-navigation .nav a {
    font-size: 17px;
    text-transform: none;
    font-weight: 700;
    border-top: 2px solid #fff;
    line-height: 28px;
    padding: 12px 15px 12px;
	}
.site-navigation .main-navigation .nav a:last-child {
	border-bottom: 1px solid #e4e1de;
	}
.site-navigation .main-navigation .nav .dropdown.show a {
	color: #fff;
    background-color: #4B4538;
	}
.site-navigation .main-navigation .nav .dropdown .dropdown-menu li a {
    background-color: transparent;
    color: #4B4538;
    font-size: 16px;
    line-height: normal;
    border: none;
    margin: 0;
	}
.main-navigation .nav li:first-child a {
    padding-left: 15px;
    border: none;
}
.main-navigation .nav .dropdown.open a.dropdown-toggle, .main-navigation .nav .dropdown.open a:focus.dropdown-toggle, .main-navigation .nav .dropdown a:focus.dropdown-toggle, .main-navigation .nav .dropdown.open a:active.dropdown-toggle, .main-navigation .nav.open a:hover.dropdown-toggle, .main-navigation .nav .show a.dropdown-toggle, .main-navigation .nav .show a:focus.dropdown-toggle, .main-navigation .nav .show a:active.dropdown-toggle, .main-navigation .nav .show a:hover.dropdown-toggle {
	text-decoration: none;
	}
	/*Sub Items hidden until clicked*/
.main-navigation .nav .dropdown.open .dropdown-menu {
	display: none;
	}
.main-navigation .nav .dropdown .dropdown-menu {
	display: none; 
	}
.main-navigation .nav .dropdown:hover .dropdown-menu {
	display: none; 
	}
	/*Sub Items shown when open*/
.main-navigation .nav .dropdown.show .dropdown-menu.show {
	display: block;
	position: relative !important;
	}
.main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
	display: inherit !important;	
    transform: none !important;
	}
.main-navigation .nav .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 0;
}
.main-navigation > ul {
    display: block;
    margin:0;
    padding:0;
    list-style:none;
    font-style:normal;
	}
.site-navigation .main-navigation {
    display: block;
    margin: 0;
	}
.main-navigation .nav {
    border-top: none;
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0;
    position: relative;
    top: 40px;
	}
.main-navigation .nav li a:focus, .main-navigation .nav li a:active, .main-navigation .nav li a:hover {
	background-color: transparent;
	}
.logo {
    width: 250px;
}
.logo .title{
    font-size: 16px;  
}
.logo .graphic{
   margin: 0;     
    }
.siteSearch {
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
    }
.button-group{
   text-align: center;  
    float: none;
    }
.siteSearch .form-inline {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.mid-header {
    padding-bottom: 20px;
}
.cover {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #4e5758;
    background: rgba(78,87,88,0.8);
    z-index: 5;
}
a.menuToggle {
    color: #4B4538;
    text-decoration: none;
    z-index: 5;
    display: block;
    position: absolute;
    text-transform: uppercase;
    right: 25px;
    top: 80px;
    font-size: 25px;
    font-weight: 600;
	}
.site-navigation {
    border-left: solid 2px #ffffff;
    width: 310px;
    position: fixed;
    top: -3px;
    bottom: 0;
    right: -390px;
    z-index: 10000;
    display:none;
    border-bottom: solid 2px #ffffff;
    box-shadow:  -5px 6px 15px -6px #4f4f4f;
    overflow: hidden;
    background-color: #fff;
    border-top: none;
    overflow-y: scroll;
    overflow-x: hidden;
    height: auto;
	}
.menuClose {
    color: #4B4538;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;	
    font-size: 20px;
    position: relative;
    display: inline-block;
    float: right;
    top: 20px;
    right: 20px;
    z-index: 999999;
	}
.menuClose:hover {
	color: #4B4538;
	}
.menuClose:active, .menuClose:focus {
	color: #4B4538;
	}
footer .text-left, footer .text-right{
    text-align: center !important;    
    }
.site-navigation .main-navigation .nav .dropdown .dropdown-menu li a {
    font-size: 15px;
    }
.main-navigation .nav .dropdown.show a.dropdown-toggle{
    border-bottom: none;
}
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus{
    border-bottom: none;
}
.main-navigation .nav .dropdown .dropdown-menu .mainnav-content a:hover, .main-navigation .nav .dropdown .dropdown-menu .mainnav-content a:focus{
    border-bottom: none;
}
.mainnav-content .container{
    padding: 0;    
    }
.bordered-headline {
    font-size: 30px;
    white-space: normal;
    }
.stats .circle img {
    max-width: 50px;
}
.info-stat-number {
    font-size: 1.75em;
}
.info-stat-title {
    top: .15em;
    font-size: 1em;
}
.homepage-main-image-frame {
    height: auto;
}
.articles .link-arrow{
     margin-bottom: 20px;
    display: block;   
    }
.events .event, .event-list li {
    width: 50%;
	}
.events .event:nth-child(2), .event-list li:nth-child(2){
    border-right: none;    
    }
/*.circle {
    padding: 30% 0 30%;
    width: 60%;
    }*/
.icon-set .circle img {
	/* margin: -35px auto 0;*/
    }
.icon-set .col-md-3 .circle img {
    /*margin: -20px auto 0;
	max-width: 40px;*/
    }
.card.photo-box-color-overlay .card-body .rollover-wrapper {
    height: 155px;
    }
aside .icon-set .col-6 .circle img {
    margin: -25px auto 0;
    max-width: 70px;
}
#counties-map {
    display: none;
}
#counties-list {
	float: none;
    width: 100%;
	font-size: 16px;
}
#counties-list .col1, #counties-list .col2, #counties-list .col3, #counties-list .col4 {
    width: 25%;
}
.team-holder-sm .col {
    float: none;
    width: 100%;
    margin: 10px 0;
}
.team-block-sm {
    overflow:visible;
    height: auto;
}
.intro-pic-text-main {
    bottom: 15px;
}
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
	
/* 3 Column Div Responsive - SH */
.col3div {
	display: grid;
	grid-gap: inherit; 
	grid-template-columns: auto;
	grid-template-rows: auto;
	text-align: center;
	line-height: 2.5em;
}

.col3divCol {
	margin: 10px 0px;
}
	
.homeNewsFeed > .article {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 0px solid #E1E3DF;
    padding-bottom: 15px;
    min-height: 125px;
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 20px;
    margin: 0px;
    color: #212529;
}

body {
		/*border: 2px solid #009245;*/
	} /*green*/
.alert-dismissible .close {
    right: 0;
    }
header .audience .nav li a {
    font-size: 16px;
    }
header .auxnav .nav li a {
    text-transform: uppercase;
    font-size: 20px;
    }
header .auxnav .nav {
	display: block;
	}
header .auxnav .nav li {
	float: none;
	display: block;
	}
	/*Audience Navigation Styles*/
header .audience .nav {
	display: block;
	margin: 30px 0 0;
	}
	/*Main Navigation Styles*/
.main-navigation {
	background-color: transparent;
    padding: 0;
	}
.main-navigation .row{
    display: block;
    }
.main-navigation .nav {
	text-align: left;
	border-top: none;
	}
.main-navigation .nav li {
	display: block;
	float: none;
	}
.main-navigation .nav li a {
	color: #4B4538;
	font-size: 22px;
	padding: 20px 20px 12px;
	}
.site-navigation.open .main-mavigation {
	box-shadow: none !important;
	}
.main-navigation .nav .dropdown .dropdown-menu {
    color: #4B4538;
    background-color: #fff !important;
    box-shadow: none;
    border-radius: 0;
    float: none;
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    width: 100%;
    min-width:auto;
    min-height: 0;
    height: auto;
    padding: 0;
    display: block;
    position: relative;
    text-align: left;
    top: 0 !important;
    z-index: 1000;
    border-bottom: none;
    padding-bottom: 10px;
	}
/*Sets Background Color for Tabbing through Sub-Items of Top Navigation*/
.main-navigation .nav .dropdown.open .dropdown-menu li a:focus, .main-navigation .nav .dropdown.open .dropdown-menu li a:active, .main-navigation .nav .dropdown.open .dropdown-menu li a:hover, .main-navigation .nav .show .dropdown-menu li a:focus, .main-navigation .nav .show .dropdown-menu li a:active, .main-navigation .nav .show .dropdown-menu li a:hover {
	background-color: transparent;
	}
.site-navigation .main-mavigation .nav .dropdown a.dropdown-toggle .dropdown-menu li a{
	display: none;
	}
	
/*Sub Items Border*/
.site-navigation .main-navigation .nav .nav-item {
    width: 100%;
    margin: 0;
    display: block;
    background-color: #EAE4E1;
	}
.site-navigation .main-navigation .nav .nav-item .dropdown-menu .nav-item{
    background-color: #fff;   
    }
/*Sub Items Position and Height*/
.site-navigation .main-navigation .nav a {
    font-size: 17px;
    text-transform: none;
    font-weight: 700;
    border-top: 2px solid #fff;
    line-height: 28px;
    padding: 12px 15px 12px;
	}
.site-navigation .main-navigation .nav a:last-child {
	border-bottom: 1px solid #e4e1de;
	}
.site-navigation .main-navigation .nav .dropdown.show a {
	color: #fff;
    background-color: #4B4538;
	}
.site-navigation .main-navigation .nav .dropdown .dropdown-menu li a {
    background-color: transparent;
    color: #4B4538;
    font-size: 16px;
    line-height: normal;
    border: none;
    margin: 0;
	}
.main-navigation .nav li:first-child a {
    padding-left: 15px;
    border: none;
}
.main-navigation .nav .dropdown.open a.dropdown-toggle, .main-navigation .nav .dropdown.open a:focus.dropdown-toggle, .main-navigation .nav .dropdown a:focus.dropdown-toggle, .main-navigation .nav .dropdown.open a:active.dropdown-toggle, .main-navigation .nav.open a:hover.dropdown-toggle, .main-navigation .nav .show a.dropdown-toggle, .main-navigation .nav .show a:focus.dropdown-toggle, .main-navigation .nav .show a:active.dropdown-toggle, .main-navigation .nav .show a:hover.dropdown-toggle {
	text-decoration: none;
	}
	/*Sub Items hidden until clicked*/
.main-navigation .nav .dropdown.open .dropdown-menu {
	display: none;
	}
.main-navigation .nav .dropdown .dropdown-menu {
	display: none; 
	}
.main-navigation .nav .dropdown:hover .dropdown-menu {
	display: none; 
	}
	/*Sub Items shown when open*/
.main-navigation .nav .dropdown.show .dropdown-menu.show {
	display: block;
	position: relative !important;
	}
.main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
	display: inherit !important;	
    transform: none !important;
	}
.main-navigation .nav .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 0;
}
.main-navigation > ul {
    display: block;
    margin:0;
    padding:0;
    list-style:none;
    font-style:normal;
	}
.site-navigation .main-navigation {
    display: block;
    margin: 0;
	}
.main-navigation .nav {
    border-top: none;
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0;
    position: relative;
    top: 40px;
	}
.main-navigation .nav li a:focus, .main-navigation .nav li a:active, .main-navigation .nav li a:hover {
	background-color: transparent;
	}
.logo {
    width: 250px;
}
.logo .title{
    font-size: 16px;  
}
.logo .graphic{
   margin: 0;     
    }
.siteSearch {
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
    }
.button-group{
   text-align: center;  
    float: none;
    }
.siteSearch .form-inline {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.mid-header {
    padding-bottom: 20px;
}
.cover {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #4e5758;
    background: rgba(78,87,88,0.8);
    z-index: 5;
}
a.menuToggle {
    color: #4B4538;
    text-decoration: none;
    z-index: 5;
    display: block;
    position: absolute;
    text-transform: uppercase;
    right: 25px;
    top: 80px;
    font-size: 25px;
    font-weight: 600;
	}
.site-navigation {
    border-left: solid 2px #ffffff;
    width: 310px;
    position: fixed;
    top: -3px;
    bottom: 0;
    right: -390px;
    z-index: 10000;
    display:none;
    border-bottom: solid 2px #ffffff;
    box-shadow:  -5px 6px 15px -6px #4f4f4f;
    overflow: hidden;
    background-color: #fff;
    border-top: none;
    overflow-y: scroll;
    overflow-x: hidden;
    height: auto;
	}
.menuClose {
    color: #4B4538;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;	
    font-size: 20px;
    position: relative;
    display: inline-block;
    float: right;
    top: 20px;
    right: 20px;
    z-index: 999999;
	}
.menuClose:hover {
	color: #4B4538;
	}
.menuClose:active, .menuClose:focus {
	color: #4B4538;
	}
footer .text-left, footer .text-right{
    text-align: center !important;    
    }
.main-content-placeholder {
    min-height: 1px;
    padding: 100px 0;
    font-size: 30px;
}
.site-navigation .main-navigation .nav .dropdown .dropdown-menu li a {
    font-size: 15px;
    }
.main-navigation .nav .dropdown.show a.dropdown-toggle{
    border-bottom: none;
}
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus{
    border-bottom: none;
}
.main-navigation .nav .dropdown .dropdown-menu .mainnav-content a:hover, .main-navigation .nav .dropdown .dropdown-menu .mainnav-content a:focus{
    border-bottom: none;
}
.mainnav-content .container{
    padding: 0;    
    }
.bordered-headline {
    font-size: 30px;
        white-space: normal;
    }
.stats .circle img {
    max-width: 50px;
	margin-top: 15px;
}
.info-stat-number {
    font-size: 1.75em;
}
.info-stat-title {
    top: .15em;
    font-size: 1em;
}
.homepage-main-image-frame {
    height: auto;
}
.articles .link-arrow{
     margin-bottom: 20px;
    display: block;   
    }
.events .event, .event-list li {
    width: 100%;
    float: none;
    display: block;
	}
.events .event-date,  .event-list li .date{
    width: 120px;
}
.section-bg .icon-set .circle {
	padding: 0;
    width: 100px;
    height: 100px;
}
.section-bg .icon-set .circle img {
	/* margin: 25px auto;*/
    max-width: 50px;
}
.events .event, .event-list li{
    border-right: none;
    }
.card.photo-box-color-overlay .card-body .rollover-wrapper {
    height: 155px;
    }
aside .icon-set .col-6 .circle img {
    margin: -25px auto 0;
    max-width: 70px;
}
.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs .nav-item {
    width: 100%;
}
.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after {
    left: 50%;
}
#counties-map {
    display: none;
}
#counties-list {
	float: none;
    width: 100%;
	font-size: 15px;
}
#counties-list .col1, #counties-list .col2, #counties-list .col3, #counties-list .col4 {
    width: 50%;
}
.team-holder-sm .col {
    float: none;
    width: 100%;
    margin: 10px 0;
}
.team-block-sm {
    overflow:visible;
    height: auto;
}
.intro-pic-text-main {
    bottom: 15px;
}
.left-image-caption20, .left-image-caption30, .left-image-caption40, .left-image-caption50, .right-image-caption20, .right-image-caption30, .right-image-caption40, .right-image-caption50 {
    width: 100%;
    display: block;
    float: none;
    margin-left: 0;
}
.directory-row-left, .directory-row-right{
	display: block;
    width: 100%;
}
	
.enews-banner {
    padding: 2px 20px;
}
}

/* Portrait phones and smaller: XS */
@media (max-width: 480px) {
	.stats .circle {
    width: 200px;
    height: 200px;
}
.events .event-text, .event-list p {
    vertical-align: middle;
    padding-left: 40px;
    padding-top: 10px;
}
body {
		/*border: 2px solid #f15a24;*/ 
	} /*orange*/
.homeNewsFeed > .article {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 0px solid #E1E3DF;
    padding-bottom: 15px;
    min-height: 125px;
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 20px;
    margin: 0px;
    color: #212529;
}
.weedDivTable {
    display: table;
    margin-top: 20px;
    width: 55%;
}
.weedDivRow {
    width: 100%;
    padding-bottom: 0px;
    margin: 0px auto;
}
.weedDivImg {
	border-radius: 10px;
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
}
.weedDivBlock {
	display: table-row;
	padding-left: 15px;
	padding-right: 15px;
}
.weedDivBlock > a::after {
	
}
.directory-row-left {
	display: table-row;
	width: 100%;
	border-bottom: 1px solid #ccc8c2;
	margin-bottom: 20px;
}
.directory-row-right {
	display: table-row;
	width: 100%;
	border-bottom: 1px solid #ccc8c2;
	margin-bottom: 20px;
}
.directory-row-middle {
	display: table-cell;
	width: 2%;
	padding-bottom: 10px;
}
.countyMainImage {
	float: none; 
	border: 1px solid black; 
	padding: 5px; 
	margin: 0px;
	width: 100%;
	height: auto;
}
header .auxnav .nav li a {
    font-size: 18px;
    }
.footer-social li, .header-social li{
   margin: 0 5px;     
    }
.header-social li a::before {
    font-size: 18px;
    }
.logo {
    width: 200px;
}
.logo .title {
    font-size: 13px;
}
a.menuToggle{
   top: 85px;
    font-size: 20px;     
    }
.siteSearch .form-text{
    width: 65% !important;    
    }
header .auxnav .nav .dropdown .dropdown-menu {
    margin-top: 12px;
    }
.section-bg .icon-set .circle img {
	/*  margin: -20px auto 0;*/
    max-width: 50px;
}
.section-bg .icon-set .circle {
    padding: 25% 0 35%;
    width: 60%;
}
.stats .circle img {
    max-width: 40px;
    margin-top: 0;
}
.info-stat-number {
    font-size: 1.55em;
}
.info-stat-title {
    font-size: .75em;
}
.visual-block {
    float: none;
    margin: 9px auto;
}
.article .photo, .content-article .photo {
    float: none;
	margin-bottom: 10px;
}
.accordion .card-header .btn-link .fas {
    right: 10px;
    top: 10px;
}
.accordion .card-header .btn {
    padding: 10px 45px 10px 15px;
}
	}

/* Added @media print */
@media print {
	.siteHeader {
		display: none;
	}
	nav[aria-label="breadcrumb"] {
		display: none;
	}
	#sidebar {
		display: none;
	}
	footer {
		display: none;
	}
		.tab-content > .tab-pane {
    display: block;
}
.tab-content > .tab-pane.fade:not(.show) {
    opacity: 1;
}
}

/* New Table Styles - Cheyenne's New Table .res-table */

.res-table {
	border: 1px #666 groove;
	border-collapse: collapse;
	min-width: 320px;
	max-width: 655px !important;
	overflow-wrap: normal;
/* 	display: grid;
	grid-template-areas: "thead"
						 "tbody";
	
	grid-template-columns: 1fr; */
}


.res-thead th {
	padding: 20px 15px;
	background-color: #4b4538;
	color:#fff;
	border: 1px #666 groove;
}

.res-row td {
	padding: 15px 10px;
	border: 1px #666 groove;
}

.res-row:hover {
	background-color: #eae4e1;
}


@media only screen and (max-width:1200px) {
	.res-thead tr{
		position:absolute;
		top: -9999px;
		left: -9999px;
	}

	.res-table {
		width: 100%;
		max-width: 657px;
		margin: 0 auto;
		overflow-wrap: anywhere;
	}

	.res-tbody {
		display: flex;
		flex-flow: column;
	}

	.res-row {
		border: 1px solid #666;
		display: flex !important;
		flex-flow: column;
		padding: 15px;
	}

	.res-row:nth-child(odd) {
		background-color: #eae4e1;

	}
	
	.res-row td > img {
		max-width: 100%;
	}

	.res-row td {
		border: none;
		position: relative;
		padding-left: 50%;
	}
	
	.res-row:hover {
		background-color: unset;
	}

	.tabledata::before {
		position: absolute;
		top: 0px;
		left: 6px;
		font-weight: bold;
		width: 40%;
		padding-right: 10px;
		padding: 15px 10px;
		content: attr(data-title);
		overflow: auto;
		
	}
}

/* New Table Styles end */


@media only screen and (max-width: 991px) {
	
	/* Force table to not be like tables anymore */
	#example_wrapper  table, 
	#example_wrapper  thead, 
	#example_wrapper  tbody, 
	#example_wrapper  th, 
	#example_wrapper  td, 
	#example_wrapper  tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#example_wrapper  thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#example_wrapper  tr { 
        border: 1px solid #ccc; 
        padding: 10px;
    }
 
	#example_wrapper  td { 
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 0;
	}
 

    .table.directory tfoot{
        display:none;
    }
    .dataTables_wrapper .dataTables_info {
    white-space: normal !important;
}
	/*
	Label the data
	*/
	#example_wrapper  td:before {
		left: inherit;
    right: 0; 
	}
}