/* $Id: pages.css,v 1.18.2.3 2010/06/26 17:18:58 johnalbin Exp $ */

/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */

html {
	margin: 0;
  padding: 0;
  background:#1f3c4e url(../images/bgd_squareshops.png) bottom center no-repeat;
  min-height:100%;
 }

/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
}

#page-wrapper {
	background:#fff;
}

#page {
}



/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
	height:120px;
	background:url(../images/bgd_header.jpg) top left no-repeat;
	border-left:1px solid #999;
	border-right: 1px solid #999;
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 12px 0 0 22px;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
}

html body.admin-menu #ib_dialog_contents{
	margin-top:0;
	}

/*
 * Content
 */
#content {
}

#content .section {
	margin:10px;
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1,
h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
}

h1,
h1.title,
#main .block h3, #main h2 {
    border-bottom:1px solid #C0BFBE;
    color: #484C4D;
    font-size: 15px;
    font-weight: bold;
    height: auto;
    line-height: 15px;
    min-height: 32px;
	padding: 8px 0 0 20px;
	clear:none;
	}
	
#main .panel-2col-stacked .panel-col-last h2 {
	padding-left:0;
	text-align:center;
	color:#fff;
	margin-bottom:0;
	min-height: 22px;
	-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px; 
	}
	
.pane-news-combined h2 {
	background: url(../images/bgd_scoop_headline.png) bottom left no-repeat;
	}
	
.pane-webform-client-block-265 h2 {
	background: url(../images/bgd_newsletter_headline.png) bottom left no-repeat;
	}
	
.pane-calendar-combined h2 {
	background:url(../images/bgd_calendar_headline.png) bottom left no-repeat;
	}
	
.pane-notifications h2 {
	background:red;
}

#main div.views-slideshow-ddblock-cycle-vsd-upright-40p div.slide-title h2,
#main div.views-slideshow-ddblock-cycle-vsd-upright-20p div.slide-title h2 {
	/*background-color: rgba(0, 0, 0, 0.6);*/
	background:url(../images/transparent_70.png);
	color:#fff;
	padding:0;
	border:0;
	margin:-9px 0 0 -9px;
	padding: 9px 9px 0 9px;
	border-bottom:1px solid #555;
	}

h1,
h1.title {
	margin-bottom:10px;
	/* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17), 0 0 40px rgba(0, 0, 0, 0.01) inset;
	   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17), 0 0 60px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17), 0 0 40px rgba(0, 0, 0, 0.01) inset;
	*/
}

h3 {
	background-color: #EEEDEB;
    border-color: #A9A9A6;
    border-style: solid none solid none;
    border-width: 1px;
    color: #484C4D;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    padding: 7px 0 7px 5px;
	}
	
h4 {
	border-bottom: 1px solid #C5C3C0;
    border-top: 1px solid #C5C3C0;
    color: #484C4D;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    padding: 7px 0 7px 5px;
	}
	
.panel-2col .panel-col-last h3,
.panel-2col .panel-col-last h4 {
	border-bottom: 1px solid #C5C3C0;
    border-top: 1px solid #C5C3C0;
	background:none;
    color: #484C4D;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    padding: 7px 0 7px 5px;
	}
	
tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
	min-height: 320px;
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
#footer {
}

#footer .section {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
	margin:0 20px;
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
	background:#fff;
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#page .field-field-page-lead-image {
	width:715px;
	height:265px;
	background:#fff;
	-webkit-box-shadow: 0px 3px 3px #acaaa5;
	-moz-box-shadow: 0px 3px 3px #acaaa5;
	box-shadow: 0px 3px 3px #acaaa5; 
	margin-bottom:20px;
	}
	
#page .field-field-page-lead-image img {
	margin:4px;
	}
	
.panel-col-first table {
	width:690px;
	}
	
.center {
	text-align:center;
	}
	
img.imgupl_styles_whiteborder {
	border:5px solid #fff;
	-webkit-box-shadow: 3px 3px 3px #999999;
	-moz-box-shadow: 3px 3px 3px #999999;
	box-shadow: 3px 3px 3px #999999; 
	}
	
.imgupl_floating_left {
	padding-right:1em;
	}
	
.imgupl_floating_right {
	padding-left:1em;
	}
.image_meta .image_title {
	text-decoration:none;
	color:#4F603D;
	margin-left:5px;
	margin-right:5px;
	}
	
.image_meta {
    padding: 5px 1px;
	}
	
.weather_sidebar {
	width:180px;
	height:150px;
	 background: #336633 url(http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/green_180x150_bg.jpg) no-repeat;
	 }
	 
.econ-quote {
	background:#E0DFB6 url(../images/bgd_star.png) bottom right no-repeat;
	padding-bottom:1.5em;
	}
	
.panel-2col .panel-col-first .econ-quote p {
	margin-top:0;
	padding-top:1.5em;
	}
	
.econ-headline h3 {
	margin-bottom:0;
	height:auto;
	padding-bottom:5px;
	background:#fff;
	color:#7D3D33;
	border:1px solid #C0BFBE;
	line-height:22px;
	}

.btn-pay {
	display:inline-block;
	padding: 6px 12px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:600;
	text-align:center;
	vertical-align:middle;
	border:1px solid #fff;
	border-radius: 4px;
	color:#fff;
	background-color:#605ca8;
	border-color:#605ca8;
}

a.btn-pay {
	color:#fff;
	text-decoration:none;
}

.btn-red {
	display:inline-block;
	padding: 6px 12px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:600;
	text-align:center;
	vertical-align:middle;
	border:1px solid #fff;
	border-radius: 4px;
	color:#fff;
	background-color:#da291c;
	border-color:#da291c;
}


a.btn-red {
	color:#fff;
	text-decoration:none;
}

#covid-19 {
	font-size:14px;
}

#covid-19 h2 {
	padding: 12px 0 0 20px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:600;
	vertical-align:middle;
	border-radius:6px 6px 0 0;
	color:#fff;
	background-color:red;
}

#covid-19 ul li {
	margin:10px 0;
}
	
#edit-comment-wrapper {
	margin:0;
	padding:0;
	}
	
#edit-comment {
resize: none;
width:250px;
height:2.5em;
}

.search_example {
  color: #999;
}

.newsletter_example {
	color:#999;
}
	
.page-contact .contact-left {
	width:0;
	margin:0;
	padding:0;
	}
	
.page-contact .contact-right {
	float:none;
	margin-left:0;
	}
	
.page-contact .webform-client-form {
	margin:2em 2em 0;
	}
	
form .form-item .description {
	font-size: 1em;
	border: 1px solid #b9b883;
	border-top: none;
	background: #ffe;
	margin-top: 0;
	padding-top: 0.5em;
}

form .form-item .description p {
	margin: 0.5em 1em;
	}
	
form legend {
	font-weight:bold;
	font-size: 1em;
	}

.pane-block-30 {
	margin:0;
	background: #c7f483;
	font-size: 110%;
	color: #625353;
}
.pane-block-30 p {
	margin:0;
}
p.soccer_text {
	margin:0;
	padding:20px;
}
.slide_container {
  margin: 50px auto;
  width: 694px;
  height: 384px;
  position: relative;
}

.slide_photo {
  position: absolute;
  animation: round 16s infinite;
  opacity: 0;
}

@keyframes round {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
img:nth-child(1) {
  animation-delay: 16s;
}

img:nth-child(2) {
  animation-delay: 12s;
}

img:nth-child(3) {
  animation-delay: 8s;
}

img:nth-child(4) {
  animation-delay: 4s;
}

img:nth-child(5) {
  animation-delay: 0s;
}
.slide_container {
	margin: 50px auto;
	width: 694px;
	height: 384px;
	position: relative;
  }
  
  .slide_photo {
	position: absolute;
	animation: round 16s infinite;
	opacity: 0;
  }
  
  @keyframes round {
	25% {
	  opacity: 1;
	}
	40% {
	  opacity: 0;
	}
  }
  img:nth-child(1) {
	animation-delay: 16s;
  }
  
  img:nth-child(2) {
	animation-delay: 12s;
  }
  
  img:nth-child(3) {
	animation-delay: 8s;
  }
  
  img:nth-child(4) {
	animation-delay: 4s;
  }
  
  img:nth-child(5) {
	animation-delay: 0s;
  }