/* GENERAL PURPOSE & TYPOGRAPHY */

a, a:link, a:visited 
 {
  color: #9d884a;
  text-decoration: underline;
 }

a
 {
  transition: color 0.3s, background 0.3s;
 }
 
a:hover, a:focus
 {
  color: #cbb677;
  text-decoration: none;
 }

.section-inner
 {
  position: relative;
 }

/* TOP BAR */

#section-top-bar .section-inner
 {
  text-align: right;
 }

.region-top-bar
 {
  width: 55%;
  display: inline-block;
  text-align: right;
  font-size: 0.9em;
  min-height: 37px;
 }

.region-top-bar .block h2.block-title
 {
  display: none;
 }
 
.region-top-bar .block
 {
  display: inline-block;
  margin: 0px;
  margin-left: 1em;
  height: 31px;
  line-height: 31px;
  margin-top: 3px;
  margin-bottom: 3px;
  vertical-align: top;
 }
 
.region-top-bar .block.first
 {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 37px;
  line-height: 37px;
  float: left;
 }
 
.region-top-bar .block p,
.region-top-bar .block ul,
.region-top-bar .block ul li
 {
  margin: 0px;
  padding: 0px;
  display: inline-block;
 }

.region-top-bar .block ul li.first
 {
  list-style-type: none;
  list-style-image: none;
 }
 
.region-top-bar .block ul li
 {
  margin-left: 1em;
 }
 
.region-top-bar .block ul li a,
.region-top-bar .block p,
.region-top-bar .block p a,
.region-top-bar .block input
 {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
 }
 
.region-top-bar .block input
 {
  line-height: 27px;
  padding-left: 16px;
  padding-right: 16px;
 }
 
.region-top-bar .block input.form-submit
 {
  margin-left: -5px;
 }

.region-top-bar .block a:hover
 {
  color: #9c8c5b;
 }

.region-top-bar .block a.topbar-button:hover
 {
  color: #ffffff;
 }
 
.region-top-bar .block p a.topbar-button
 {
  padding-left: 1em;
  padding-right: 1em;
  text-transform: uppercase;
  font-size: 1.4em;
 }

.region-top-bar .block p a.topbar-button:hover
 {
  background: #9c8c5b;
 }
 
.region-top-bar .block p a.topbar-button span
 {
  font-weight: bold;
 }

/* HEADER */

#section-header
 {
  position: relative;
 }
 
#header
 {
  position: relative;
 }

.with-rotating-image #header
 {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 99;
 }

#section-logo,
#navigation
 {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
 }

/* MAIN NAVIGATION */

ul.nice-menu
 {
  float: none;
  display: inline-block;
  width: auto;
  font-size: 1.25em;
  text-transform: uppercase;
 }
 
ul.nice-menu:after
 {
  display: inline-block;
 }
 
ul.nice-menu li a,
ul.nice-menu li span
 {
  color: #ffffff;
  text-decoration: none;
 }
 
ul.nice-menu li
 {
  margin-left: 1em;
  margin-right: 1em;
 }

ul.nice-menu li a:hover,
ul.nice-menu li span:hover
 {
  color: #9c8c5b;
 }

ul.nice-menu a,
ul.nice-menu span 
 {
  padding: 0.3em 1px 0.3em 1px !important;
  display: block;
 }

ul.nice-menu li ul
 {
  font-size: 12px;
  line-height: 14px;
  text-align: left;
 }

ul.nice-menu li,
ul.nice-menu-down li li.menuparent,
ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu li span
 {
  background: transparent;
 }

ul.nice-menu li ul li
 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 2px;
 }

ul.nice-menu li ul li a:hover,
ul.nice-menu li ul li span:hover
 {
  background: #ffffff;
  color: #9c8c5b;
 }

ul.nice-menu ul li 
 {
  width: 15em;
 }

ul.nice-menu ul
 {
  top: 4.3em;
 }

ul.nice-menu li ul
 {
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
 }

ul.nice-menu-down .menuparent a,
ul.nice-menu-down .menuparent span
 {
  padding-right: 0px;
 }

.mean-container .mean-nav ul li span 
 {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
   border-top: 1px solid rgba(255,255,255,.5);
  text-decoration: none;
  text-transform: uppercase;
 }

.mean-container .mean-bar,
.mean-container .mean-nav
 {
  background: #000018;
 }

.mean-container .mean-nav
 {
  border-bottom: 1px solid rgba(255,255,255,.5);
 }

@media all and (max-width: 1700px)
 {
  ul.nice-menu
   {
    font-size: 1.2em;
   }
 }

@media all and (max-width: 1600px)
 {
  ul.nice-menu
   {
    font-size: 1em;
   }
 }

@media all and (max-width: 1400px)
 {
  ul.nice-menu
   {
    font-size: 0.9em;
   }
 }

@media all and (max-width: 1300px)
 {
  ul.nice-menu
   {
    font-size: 0.9em;
   }
  ul.nice-menu a,
  ul.nice-menu span
   {
    padding-left: 0px !important;
    padding-right: 0px !important;
   }
 }

@media all and (max-width: 1199px)
 {
  #navigation
   {
    display: none;
   }
 }

/* BREADCRUMB */

.breadcrumb
 {
  color: #cbb677;
 }

.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb span
 {
  color: #5a5a5a;
  text-decoration: none;
 }

.breadcrumb a:hover
 {
  text-decoration: underline;
 }

/* ROTATING IMAGE */

#rotating-image .block, .nivoSlider
 {
  margin: 0px;
 }

.theme-default .nivo-controlNav
 {
  display: none;
 }

/* PAGE TITLE */

#section-page-title
 {
  padding-top: 2em;
  font-size: 0.95em;
 }

/* MAIN CONTENT */

#main h2,
#main h3
 {
  text-transform: uppercase;
 }

.front #main-page-wrapper
 {
  padding-top: 2em;
 }

/* SIDEBARS */

/* CUSTOM BLOCKS */

#section-frontpage-blocks
 {
  padding-top: 0.5em;
 }

#section-frontpage-blocks .row
 {
  justify-content: space-between;
 }

#section-frontpage-blocks .region
 {
  width: 30%;
 }

ul.frontpage-links,
ul.frontpage-links li
 {
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  vertical-align: top;
 }

ul.frontpage-links li img
 {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
  border-width: 0 !important;
}
ul.frontpage-links li a
 {
  margin: 0.5em;
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
 }

#section-frontpage-blocks h2.block-title
 {
  display: table;
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: normal;
  padding: 0.2em;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 1em;
  margin-top: -0.9em;
 }

/* CALENDAR */

.block  .view-calendar ul,
.block  .view-calendar ul li
 {
  list-style-type: none;
  list-style-image: none;
  margin-left: 0px;
  padding-left: 0px;
 }

.block  .view-calendar .views-row
 {
  clear: both;
  margin-bottom: 0.5em;
 }

.block .view-calendar .views-field-title .date-display-single
 {
  display: block;
  background: #cbb677;
  color: #000000;
  float: left;
  text-align: center;
  min-width: 3.2em;
  margin-right: 0.5em;
 }

.block  .view-calendar .views-field-title .date-display-single span
 {
  display: block;
  background: #000000;
  color: #ffffff;
  font-size: 1.5em;
  padding: 5px;
 }

.block  .view-calendar .views-field-field-date-1 .date-display-single
 {
  color: #777777;
 }

.block  .view-calendar .views-field-view-node
 {
  float: right;
 }

.block  .view-calendar li:after
 {
  content: '';
  clear: both;
 }

#section-frontpage-blocks .block .view-calendar .views-field-view-node a
 {
  color: #cbb677;
 }

#section-frontpage-blocks .block  .view-calendar .view-footer
 {
  text-transform: uppercase;
 }

#section-frontpage-blocks .block  .view-calendar .view-footer a:after
 {
  content: ' \25ba';
  color: #cbb677 !important;
 }

#section-frontpage-blocks .block  .view-calendar .view-footer a:hover
 {
  color: #cbb677 !important;
  text-decoration: underline !important;
 }

.region-frontblock-3 .block
 {
  text-align: right;
 }

/* JCAROUSEL */

.region-carousel
 {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 4em;
 }

.jcarousel 
{
 position: relative;
 overflow: hidden;
 width: 100%;
}

.jcarousel ul 
{
 width: 20000em;
 position: relative;
 list-style: none;
 margin: 0;
 padding: 0;
}

.jcarousel li 
 {
  float: left;
  width: 443px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.jcarousel .views-field-field-carousel-image
 {
  line-height: 0px;
 }

.jcarousel .views-field-field-carousel-image img
 {
  width: 100%;
  max-width: 100%;
  height: auto !important;
 }

.jcarousel .views-field-title
 {
  background: #5191cd;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 10px;
  font-size: 1.375em;
 }

.jcarousel .views-field-title a
 {
  color: #ffffff;
  text-decoration: none;
 }
 
.jcarousel-prev
 {
  position: absolute;
  top: 43%;
  left: -40px;
  font-size: 3em;
  cursor: pointer;
  color: #cbb677;
 }
 
.jcarousel-next
 {
  position: absolute;
  top: 43%;
  right: -40px;
  font-size: 3em;
  cursor: pointer;
  color: #cbb677;
 }
 
@media all and (max-width: 1570px)
 {
  .jcarousel-prev
   {
    left: -20px;
   }
  .jcarousel-next
   {
    right: -20px;
   }
  #section-carousel .section-inner
   {
    margin-left: 2em;
    margin-right: 2em;
   }
 }
 
@media all and (max-width: 1023px)
 {
  .region-carousel
   {
    margin-left: 0px;
    margin-right: 0px;
   }
  .jcarousel-prev
   {
    left: -2px;
   }
  .jcarousel-next
   {
    right: -2px;
   }
  #section-carousel .section-inner
   {
    margin-left: 1em;
    margin-right: 1em;
   }
 }

/* FOOTER */

#section-footer
 {
  color: #ffffff;
 }
 
#section-footer a,
#section-footer a:link,
#section-footer a:visited
 {
  color: #ffffff;
  text-decoration: none;
 }
 
#footer-top,
#footer-middle,
#footer-bottom
 {
  padding-top: 1em;
  padding-bottom: 1em;
 }
 
#footer-top .block ul.menu
 {
  font-size: 0.85em;
 }
 
#footer-top .block.block-menu ul.menu li
 {
  width: 15em;
  display: inline-block;
  vertical-align: top;
 }
 
#footer-top .block h2.block-title
 {
  display: inline-block;
  min-height: 3em;
  float: left;
  line-height: 1.3em;
  font-size: 1.3em;
  font-weight: normal;
  text-align: right;
  margin-right: 3em;
  margin-top: -0.4em;
 }
 
#footer-middle .block h2.block-title,
#footer-bottom .block h2.block-title
 {
  display: none;
 }
 
#footer-top .block h2.block-title span
 {
  text-transform: uppercase;
  font-weight: bold;
  color: #9c8c5b;
  font-size: 1.65em;
 }
 
#footer-top .block h2.block-title span:before 
 {
  content: '\a';
  white-space: pre;
 }

#section-footer .block
 {
  margin-bottom: 0px;
  display: inline-block;
 }
 
#footer-middle .block,
#footer-bottom .block
 {
  display: inline-block;
  vertical-align: top;
 }
 
#section-footer .block p
 {
  margin: 0px;
  padding: 0px;
 }
 
#footer-middle
 {
  color: #000000;
 }
 
#footer-middle a,
#footer-middle a:link,
#footer-middle a:visited
 {
  color: #000000;
  text-decoration: none;
 }

#footer-middle a:hover
 {
  text-decoration: underline;
 }
 
#footer-bottom .block h2.block-title
 {
  display: none;
 }

#section-footer .block ul.menu
 {
  text-align: right;
 }
 
#section-footer .block ul.menu,
#section-footer .block ul.menu li
 {
  margin: 0px;
  padding: 0px;
  display: inline;
  list-style-type: none;
  list-style-image: none;
 }
 
#section-footer .block ul.menu li a
 {
  padding-left: 0.3em;
  padding-right: 0.5em;
 }

#section-footer .block ul.menu li a:hover
 {
  color: #9c8c5b;
 }

#footer-middle .block.first
 {
  font-size: 1.375em;
  line-height: 1.4em;
 }

#footer-middle .block.first div p
 {
  font-size: 1.3636em;
 }

#footer-middle .block.last,
#footer-bottom .block.last
 {
  float: right;
 }

#footer-middle .row
 {
  justify-content: space-between;
 }

ul.social,
ul.social li,
ul.logotypes,
ul.logotypes li
 {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
 }

ul.social
 {
  margin-top: 0.6em;
 }
 
ul.social li a
 {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 35px;
  line-height: 35px;
  text-padding: -9999px;
  font-size: 0px;
 }

ul.logotypes li a
 {
  display: inline-block;
  vertical-align: top;
  height: 82px;
  line-height: 82px;
  text-padding: -9999px;
  font-size: 0px;
 }

#footer-bottom .block div.footer-menu-line,
#footer-bottom .block div.footer-copyright-line
 {
  font-size: 0.85em;
 }

#footer-bottom .block div.footer-menu-line ul,
#footer-bottom .block div.footer-menu-line ul li,
#footer-bottom .block div.footer-menu-line p,
#footer-bottom .block div.footer-copyright-line ul,
#footer-bottom .block div.footer-copyright-line ul li,
#footer-bottom .block div.footer-copyright-line p
 {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  vertical-align: top;
  display: inline-block;
 }

#footer-bottom .block div.footer-menu-line ul li a,
#footer-bottom .block div.footer-copyright-line ul li a
 {
  line-height: 1em;
  border-left-style: solid;
  border-left-width: 1px;
  border-color: #ffffff;
  padding-left: 0.5em;
  padding-right: 0.3em;
 }

#footer-bottom .block div.footer-menu-line ul li a.first
 {
  border-left-style: none;
  padding-left: 0px;
 }

.footer-copyright-line
 {
  margin-top: 1em;
 }

.footer-copyright-line a,
.footer-copyright-line p
 {
  color: #929292 !important;
  border-color: #929292 !important;
 }

.footer-copyright-line a:hover,
.footer-menu-line a:hover
 {
  color: #9c8c5b !important;
 }

@media all and (max-width: 1099px)
 {
  #footer-top .block h2.block-title
   {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 1em;
   }
  #section-footer .block ul.menu
   {
    text-align: center;
   }
  #footer-top .block.block-menu ul.menu li
   {
    width: 32%;
   }
 }

@media all and (max-width: 1023px)
 {
  #footer-middle .block
  {
   font-size: 1em !important;
   text-align: center;
   margin-bottom: 1em;
  }
  #footer-middle .block.last
   {
    margin-bottom: 0px;
   }
  #footer-middle .block, #footer-bottom .block,
  #byline
   {
    text-align: center;
   }
  #byline p,
  #byline span,
  #byline div,
  #byline a
   {
    color: #606060 !important;
    font-size: 11px;
   }
  
  #section-carousel .block,
  #section-frontpage-blocks .block
   {
    margin-bottom: 1.5em;
   }
  #section-frontpage-blocks .block.last
   {
    margin-bottom: 0px;
   }
  #section-frontpage-blocks .region
   {
    border-top-style: solid;
    border-top-width: 2px;
    border-color: #cbb677;
   }
  #section-frontpage-blocks .region-frontblock-1
   {
    border-style: none;
   }
  ul.frontpage-links
   {
    margin-top: 1em;
    justify-content: center;
   }
 }

@media all and (max-width: 600px)
 {
  #footer-top .block.block-menu ul.menu li
   {
    width: 49%;
   }
 }

@media all and (max-width: 400px)
 {
  #footer-top .block.block-menu ul.menu li
   {
    width: 100%;
   }
 }

/* BYLINE */

#section-byline .section-inner
 {
  padding-bottom: 4em;
  text-align: center;
 }
 
#section-byine p
 {
  margin: 0px;
  padding: 0px;
 }
 
#section-byline .block h2.block-title
 {
  display: none;
 }

#byline p, #byline span, #byline div, #byline a 
 {
  color: #606060 !important;
  font-size: 11px;
 }

/** Front page quick links block **/
#block-menu-menu-quick-links ul li {
  text-align: left;
  position: relative;
  left:50px;
  width: 180px!important;
}

/** End **/
img {
	height: auto !important;
}
.flexslider div.field.field-name-field-category-rotating-images.field-type-taxonomy-term-reference.field-label-hidden,
.flex-control-thumbs {
display: none;
}
.flexslider *,
.flexslider {
border-width: 0 !important;
border-radius: 0 !important;
}


.region-rotating-image {
background: #000 !important;
clear: both;
border-width: 0;
}
div.flexslider {
margin: 0 !important;
box-shadow: 0 0 0 #000;
}
@media (min-width: 1024px) {
.region-rotating-image {
padding-top: 74px;
}
}

/** Calendar page view **/
.single-day div.inner div.view-item .calendar {
        padding: 5px;
        background: #EDE5E3 !important;
}
.single-day div.inner * {
        position: static !important;
        width: auto !important;
        height: auto !important;
        line-height: 1.2em;
        color: #555;
        font-size: 12px;
        font-weight: normal !important;
}
.single-day div.inner a {
        color: #000 !important;
        font-size: 14px !important;
        line-height: 1.2em;
}
.single-day div.cutoff {
        display: none;
}
.multi-day div.inner div.view-item .calendar {
        padding: 5px;
        background: #C7D6EB !important;
}
.multi-day div.inner * {
        position: static !important;
        width: auto !important;
        height: auto !important;
        line-height: 1.2em;
        color: #555;
        font-size: 12px;
        font-weight: normal !important;
}
.multi-day div.inner a {
        color: #000 !important;
        font-size: 14px !important;
        line-height: 1.2em;
}
.multi-day div.cutoff {
        display: none;
}

div.continues {
        display: none;
}

@media (max-width: 650px) {
span.date-display-single,
span.date-display-start {
display: inline-block;
}
.continuation,
.mobiledupe {
        display: none !important;
}


 .calendar-calendar td, .calendar-calendar .month-view .full tr td.single-day.today, .calendar-calendar tbody, .calendar-calendar .month-view .full td.single-day .calendar-empty, .calendar-calendar .month-view .full td.single-day.empty, .calendar-calendar .month-view .full td.date-box.empty{
        border:0;
      background: none;
height: auto !important;
margin: 0;
  }
  .calendar-calendar tr.date-box{
        display:none;
  }
  .calendar-calendar table thead{
        display:none;
  }
  .calendar-calendar td.no-entry, .calendar-calendar td.empty{
       display:none;
  }
  .calendar-calendar td{
     display:block;
     width:100%;
height: auto !important;
margin: 0;
max-height: 1000px !important;
    }
.date-nav li {
    display: inline-block !important;
    position: static !important;
}

}
.view-calendar .pager li {
  list-style-type: none
}
.node-rotating-images h2.block-title {
	display: none;
}
/** End **/
@media (min-width: 1000px) {




#content .node-rotating-images {
max-width: 65%;
background: #FFF;
padding: 3px;
margin: 0 auto;
}
div#content div.block-nodeblock.first {
float: right;
max-width: 65%
}
div#content div.block-nodeblock.first .node-rotating-images {
	max-width: 100%;
}
	
}

label {
float: none !important;
display: block !important;
}
@media (min-width: 600px) {
label {
display: inline-block !important;
min-width: 13em;
}
}
@media (max-width: 599px) {
	fieldset {
		display: table-cell;
		min-width: 0;
		max-width: 100%;
	}
}


div.menu-block-wrapper {
border: 1px solid #CCC;
border-top: 0;
}
div.menu-block-wrapper ul {
margin: 0;
padding: 0;
}
div.menu-block-wrapper ul ul {
border-left: 5px solid #00000e;
}
div.menu-block-wrapper ul ul ul {
border-left: 1px solid #CCC;
}
div.menu-block-wrapper li {
list-style: none !important;
}
div.menu-block-wrapper li a {
display: block;
padding: 5px;
border-top: 1px solid #CCC;
background: #00000E;
color: #DDD;
text-decoration: none;
}
div.menu-block-wrapper li li a {
padding-left: 10px;
background: #9C8C5B;
border-left: 1px solid #CCC;
}
div.menu-block-wrapper li li li a {
padding-left: 15px;
background: #EEE;
color: #777;
}
div.menu-block-wrapper a.active {
	color: #FFF;
}
div.menu-block-wrapper li li li a.active {
	color: #000;
}

div.view-blogs .views-row {
padding: 0 0 10px;
margin: 10px 0;
border-bottom: 1px solid #00000E;
border-top: 1px solid #00000E;
}
h2.blog-title {
text-transform: none !important;
margin: 0;
line-height: 1em;
font-size: 1.25em;
padding: 8px 5px 5px;
background: #EEE;
}
h2.blog-title a {
text-decoration: none;
}
div.blog-date {
color: #777;
margin: 0;
line-height: 1.5em;
background: #EEE;
padding: 0 5px 5px;
}
div.view-blogs .views-row p {
margin: 1em 0;
}
div.view-blogs .views-row .readmore {
text-align: right;
}
.region-rotating-image {
padding-top: 0;
}
#section-logo {
padding: 7px 0 12px;
}
#navigation {
padding: 3px 0;
}
section#section-header {
background: #CAB670;
}

div#block-views-carousel-block h2.block-title {
border-bottom: 4px solid #000018;
line-height: 1em;
margin: 0 20px 15px;
padding: 0 0 10px;
font-weight: normal
}
article.node-367.node-rotating-images {
max-width: 300px !important;
margin: 0 auto;
}

.page-node-370 div#block-nodeblock-371,
.page-node-370 div#block-nodeblock-374 {
float: none !important;
display: inline-block !important;
max-width: 48% !important;
vertical-align: top;
}
.page-node-370 div#block-nodeblock-371 .block-title,
.page-node-370 div#block-nodeblock-374 .block-title {
display: none;
}
@media (max-width: 650px) {
	.page-node-370 div#block-nodeblock-371,
	.page-node-370 div#block-nodeblock-374 {
		max-width: 100% !important;
	}
}
#block-search-form {
white-space: nowrap;
}
#block-search-form * {
margin: 0 !important;
display: inline-block;
}

p.search-info {
  display: none;
}
.search-result {
  border-top: 1px solid #CCC;
  padding: 15px;
  margin: 0 !important;
}
.search-result:nth-child(even) {
  background: #EEE;
}
.search-result h3 {
  margin: 0 0 5px;
}
.search-result h3 a {
  text-transform: none;
}
.search-result p.search-snippet {
  margin: 0;
}
div#block-block-11 a{
background: rgb(249, 157, 49);
}
div#block-block-11 a:hover {
background: #9C8C5B
}
.block-nodeblock .view-mode-full {
	background: #000;
}
.block-nodeblock .view-mode-full img {
max-height: 350px;
width: auto !important;
margin: 0 auto;
}
div#block-block-31  table {
margin: 0 auto !important;
}
#block-block-10 {
float: right;
width: 220px;
}
#block-block-10 p {
	margin: 5px 0;
}
iframe {
	max-width: 100%;
}
div.wsite-video iframe {
min-height: 400px;
}
aside a.btn,
aside a.button,
td a.btn,
td a.button {
display: block;
padding: 5px;
color: #9d884a;
text-align: center;
text-decoration: none;
background: #DEDEDE;
border: 1px solid #AAA;
margin: 0 0 2px;
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
aside a.btn:hover,
aside a.button:hover,
td a.btn:hover,
td a.button:hover {
	background: #CBB675;
	color: #000;
}

@media (max-width: 480px) {
	article table, article tbody, article tr, article thead, article td, article th {
		max-width: 100% !important;
		display: block !important;
		width: auto !important;
		height: auto !important;
	}
}
div.wsite-video,
article.node-84 .block,
div#block-block-43 {
	position: relative;
}
@media (max-width: 650px) {
div.month-view
table.full
tbody
tr.multi-day
td.multi-day
div.inner
div.item
div.view-item.view-item-calendar
div.calendar.monthview
div.calendar.36.field_date.0.0.contents div.date-responsive,
#content .month-view td.multi-day div.date-responsive,
#content div.monthview div.date-responsive {
display: block !important;
}
#content .month-view td.multi-day div.date-responsive,
#content div.month-view div.date-responsive span {
font-weight: bold !important;
}
#content .month-view td.multi-day,
#content .month-view td.single-day {
border-width: 0 !important;
border-color: #FFF;
}
  .calendar-calendar .month-view .full thead tr,
  .calendar-calendar .month-view .full tr th.days,
  .calendar-calendar .month-view .full tr td.date-box,
  .calendar-calendar .month-view .full tr td.no-entry,
  .calendar-calendar .month-view .full tr td.empty {
    display: none !important;
  }
.month-view span {
display: block !important;
}
.month-view div.date-responsive {
display: block !important;
}
#content span.date-display-single {
font-weight: bold !important;
}
div.date-nav-wrapper {
text-align: center;
}
div.date-nav.item-list * {
position: static !important;
display: inline-block;
}
}

#node-371 .contextual-links-processed {
  display: none!important;
}
article.node-99 ul {
padding: 0;
margin-left: 0;
list-style: none;
column-width: 160px;
-moz-column-width: 160px;
-webkit-column-width: 160px;
}
article.node-99 ul li a {
color: #010000;
text-decoration: none;
display: block;
margin: 0;
line-height: 1em;
padding: 5px 5px 5px 25px;
background: #FFF url(/sites/all/themes/eccc/images/reader.png) 5px 6px no-repeat;
border: 1px solid #FFF;
margin: 0 0 3px 0;
}
article.node-99 ul li a:hover {
border: 1px solid #AAA;
background-color: #EEE;
}
div.view-news h2.news-title {
clear: both;
border-top: 2px solid #010000;
text-transform: none !important;
font-size: 1.25em;
margin-top: 1.5em;
padding: .5em;
background: #F5f5f5;
}
div.view-news h2.news-title a {
text-decoration: none;
}

p.calendar-rss {
text-align: right;
}
p.calendar-rss a {
background: #EEE url(/sites/all/themes/eccc/images/RSS.png) 3px 50% no-repeat;
display: inline-block;
padding: 5px 5px 5px 25px;
height: 16px;
color: #555;
vertical-align: middle;
font-size: 12px;
line-height: 16px;
text-decoration: none;
border: 1px solid #AAA;
border-radius: 4px;
}
p.calendar-rss a:hover {
background-color: #F2A04B;
color: #FFF;
}
div#block-block-14 p{
margin: 0;
line-height: 82px;
}
div#block-block-14 img{
vertical-align: middle;
margin-left: 5px;
border-width: 0;
}
div#block-block-14 p a:hover img{
opacity: .7;
}


@media (min-width:800px){
	fieldset.captcha {
	max-width: 710px;
	margin-bottom: 10px;
}
}
fieldset.captcha {
margin-bottom: 10px;
}

.flex-direction-nav a:before {
vertical-align: top !important;
height: 40px;
padding: 6px;
}

.form-managed-file input.form-submit {
  display: none;
}

#block-quicktabs-coronavirus- .ui-accordion .ui-accordion-content {
  height: auto !important;
}
