/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *flex
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

html {
  background: #fff;
  box-sizing: border-box;
}

/* *, *:before, *:after {
 * box-sizing: inherit;
 }*/


body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 100%; background: #036; 
}


/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {
	width: 100%;
	margin: 0 0 0 1%;
	color: #003366;
	}

h2 {
	font-size:140%;
	color: #003366;
	margin:0.5em 0;}


.node-page h2 {
    margin: 0.5em 1em 0;
}

h3 {
	font-size:120%;
	color: #003366;
	margin:0.5em 0;}

#trans_body > h3 {
    color: #FFFFFF;
    line-height: 1.15;
    text-shadow: 0.8px 0.8px 0 #000000;
}

h4 {}

h5 {}

h6 {}

p, pre {
    margin: 0 0 0.5em;
}

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {}

ol {}

li {}

dl {}

dd {}

dt {}

abbr {}

acronym {}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}


/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
#page {
	background-image:url(images/water-image-background.jpg);
	background-color: #4491d1;
	background-position:top;
    background-repeat:repeat-y;
	}
#page .container {
	}


/*
 * Wraps all header elements - branding and .region-header
 */
#header {
	background: none;
	padding: 10px 0 0 0;
}

/*
 * Wraps the sidebars the content column
 */
#columns {
	background: rgba(255, 255, 255, 0.85); 
	/*-moz-border-radius: 20px;
    -webkit-border-radius: 20px;*/
    -khtml-border-radius: 20px;
    border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	margin: 10px;
	min-height: 600px;
	}

/*
 * Main content column wrapper
 */
#content-column {
	position:relative;
	}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
#main-content {
	}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
#content {}

/*
 * Footer wrapper
 */
#footer {
	background: none;
	min-height: 250px;
	background: none repeat scroll 0 0 rgba(68, 171, 212, 0.90);
    border-radius: 20px;
    margin: 10px;
}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width of the contained element - you
 * can style this but never add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps #page
 */
#page-wrapper {}
#page-wrapper .container {}

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {}
#leaderboard-wrapper .container {}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
#content-wrapper {}
#content-wrapper .container {}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper .container {}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {
	display:table;
	margin:15px;
	z-index: 100;
}

/*
 * Logo
 */
#logo {
    float: left;
    padding: 0 20px 0 0;
}

#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
#name-and-slogan {
    display: table-cell;
    line-height: 1.2;
    text-shadow: 2px 2px 2px #003355;
    vertical-align: middle;
	}


/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
  color: #FFF;
   font-size: 400%;
}

#site-name a {
	color: #FFF;
	}

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

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

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
  color: #FFF;
  font-size:120%
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {
	margin: 2% 0 0 25px;
	}

/*
 * The main page title (h1)
 */
#page-title {
  margin: 0;
}

#page-title > a {
    color: #99b;
    text-decoration: underline;
}

.view-display-id-prog_logo_goal
{

}

.header_field_float {
    float: left;
    margin: 1% 1% 2%;
    padding: 0;
    width: 73%;
}
.header_field {
    text-align: center;
}

.program_mission_wrapper {
	font-size:90%;
}

.views-field-field-testimonial-2
{
background:url("images/drop-quotes2.png") no-repeat scroll 0 0 / auto 90%  rgba(0, 0, 0, 0);
width: 95%;
padding: 2% 0 0 5%;
font-size: 100%;
}

.views-field-field-job-title
{
    font-size: 90%;
    font-weight: bold;
    line-height: 2em;
    text-align: right;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {
padding: 0 0 0 0;
font-size: 100%;
font-weight: bold;
}

.more-link a {
text-align:center;
padding: 0px 2% 0px 2%;
color: #003366;
font-weight:bold;
text-decoration: none;
border-radius: 3px;
border-radius: 6px;
box-shadow: 0 1px 3px rgba(0,0,0,0.6);
text-shadow: 0 0 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
background-color: #CCC;
font-size: 100%;
}

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {}

/*
 * Secondary content
 */
.region-secondary-content {}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {}

/*
 * Sidebars - targets both
 */
.sidebar {}

/*
 * First sidebar
 */
.region-sidebar-first {}

/*
 * Second sidebar
 */
.region-sidebar-second {}

/*
 * Tertiary content
 */
.region-tertiary-content {}

/*
 * Footer region
 */
.region-footer {
	padding-left:1%;
	}

.region-leaderboard
{
	float:right;
	clear: right;
	margin: 0 15px 0 0;
}



/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
}

a:link,
a:visited {}

a:active,
a.active {}

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


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */ 
.nav {
  xclear: both;
  margin: 10px 0;
}

#menu-bar
{
 background:#900;
 border: 1px solid #FFF;
 margin: 8px;
 -moz-border-radius: 15px;
 -webkit-border-radius: 15px;
 -khtml-border-radius: 15px;
 border-radius: 15px;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;  
}

.nav ul.menu li.sf-depth-1 {
  border-radius: 15px;
}

.nav ul.menu li.sf-depth-2 {
  border-bottom: 1px outset #FFFFFF;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */
#block-superfish-1
{
	margin: 0 0 0 0.3%;
	border-radius:  15px;
}

ul.sf-menu {
  margin: 0 auto;
  float:left;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 125%;
  color: #FFF;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {
	}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {
	float: left;
	}

.block-superfish .block-inner .content {}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {
	text-align:center;}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

.sf-menu.sf-style-pomegranate li,
.sf-menu.sf-style-pomegranate.sf-navbar {
  background: #990000;
  font-size: 80%;
}
 
.sf-menu.sf-style-pomegranate li li li.sf-depth-3 {
	font-size:100%
}

.sf-menu.sf-style-pomegranate a
{
border-right: 1px outset #FFFFFF;
border-left: none;
border-top: none;
border-bottom: none;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    left: 0;
    top: 3.6em;
}

.sf-depth-3
{
  height: 38px;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 10px 0 0 2%;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
  color: #000;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb a { color: #000;}

#breadcrumb a:link,
#breadcrumb a:visited {}

#breadcrumb a:active,
#breadcrumb a.active {}

#breadcrumb a:hover,
#breadcrumb a:focus {}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
.field-label-inline {}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
}


/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  /* used on BLOG post page display */
  margin: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items,
.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item,
.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {}

/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {}

.field-type-node-reference {}

.field-type-user-reference {}

/*
 * Named fields
 */
.field-name-body {}

.field-name-field-image {}

.field-name-field-tags {}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
.block-inner {
	margin:0px;
}

/*
 * The first block in the region
 */
.block.first {}

/*
 * The last block in the region
 */
.block.last {}

/*
 * Zebra striping for each block in the region
 */
.block.odd {}

/*
 * Zebra striping for each block in the region
 */
.block.even {}

/*
 * Block title
 */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
.block-content {
	margin:0 2%;
}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
  padding: 0 0 0 0;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*======================================================
 * Block for the latest news items in the first category
 *=====================================================*/
#block-aggregator-category-1 {}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {}

/*
 * First block created with "Add block" link
 */
#block-block-1 {}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {}

/*
 * "Recent comments" block
 */
#block-comment-recent {}

/*
 * "Active forum topics" block
 */
#block-forum-active {}

/*
 * "New forum topics" block
 */
#block-forum-new {}

/*
 * Language switcher block
 */
#block-locale-language {}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {}

/*
 * "Recent content" block
 */
#block-node-recent {}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {}

/*
 * "Most recent poll" block
 */
#block-poll-recent {}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {}

/*
 * "Search form" block
 */
#block-search-form {
	width: 18%;
	float: right;
	/*clear:both;*/
	margin: 0.2%;
    display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	/*display: inline;*/
	border: solid 1px #d2d2d2;
	padding: 2px 3px 2px 10px;
	
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
	}
	
#search-block-form
{
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}

#edit-search-block-form--2
{
	background: #fff;
	padding: 6px 10px 6px 6px;
	width: 70%;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	border-radius: .8em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	
	margin-left: -5px;
	clear:none;
}

#search-block-form .form-submit
{
	color: #fff;
	border: solid 1px #494949;
	font-size: 8px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
	margin: 0 4%;
}


/*
 * "Shortcuts" block
 */
 
#block-shortcut-shortcuts {}

/*
 * "Popular content" block
 */
#block-statistics-popular {}

/*
 * "Main menu" block
 */
#block-system-main-menu {}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {}

/*
 * "System help" block
 */
#block-system-help {}

/*
 * "Main page content" block
 */
#content-column #block-system-main {
	padding: 0;

	}

#block-system-main {

	}

#block-system-main p {
	padding:5px 0;
	}
	
#main-content-header #page-title {
    padding: 0 0 0.5%;
	color: #003366;
    font-size: 200%;
    line-height: 35px;
	margin: 0 auto;
}

#main-content
{
padding: 0;
}


/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {}

/*
 * "User login form" block
 */
#block-user-login {}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {}

#block-block-5, #block-block-6
{
/*border-right: 1px solid #fff;
*float: left;
*width: 28%;
*margin: 10px 15px 15px 15px;
*padding: 5px;
*min-height: 250px;*/
}



/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node.node-promoted {}

.node.node-sticky {}

.node.node-by-viewer {}

.node.node-teaser {}

.node.node-full {}

.node.odd {}

.node.even {}

.node .node-title {
  margin: 0;
}

.node .user-picture {}

.node .submitted {}

.node .submitted .username {}

.node .submitted time {}

.node .node-content {}

.node ul.links {}

.node ul.links li {}

.node ul.links li a {}

.node ul.links li.node-read-more a {}

.node ul.links li.comment-add a {}

.node ul.links li.comment-comments a {}

.node ul.links li.comment-new-comments a {}

.node ul.links li.blog-sernames-blog a {}

.node ul.links li.print-html a {}

.node ul.links li.print-email a {}

.node ul.links li.print-pdf a {}

.preview .node {}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {}

.node-article {}

.node-book {}

.node-forum {}

.node-poll {}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description,
.description {/*.description added 2/24/16 for https://arizonawet.arizona.edu/calendar/event-list filter descriptin */
  font-size: 0.85em;
  margin: 0 15px;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #900;
  margin:2%;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance:button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

.view-Sponsors table {
    margin: 10px -200px;
    padding: 0;
    width: 135%;
    background:white;
}
table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border: 1px solid;
}

table,
td,
th {
  vertical-align: middle;
}

.node-discovery-journey table {
	border-collapse:separate;
	border:1px solid black;
}

.node-discovery-journey tr {
	border-collapse:separate;
	border:1px solid black;
}

.node-discovery-journey td {
	xborder-collapse:separate;
	border:1px solid black;
	width:50%;
	padding-left:3px;
}

.node-discovery-journey .directions td {
	width:auto;
}
caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color:transparent;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody {}

/*tbody tr {
  border-top: 1px solid #ccc;
}*/

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  xbackground-color: transparent;
}

tr.drag {}

tr.drag-previous {}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* =============================================================================
 *   Logo Image Blocks
 * ========================================================================== */
 
 .block-image
 {
	 float:left;
	  /*width: 32%;
	border: 1px solid #900;
	 padding:10px;
	 min-height: 140px;*/
	 text-align:center;
	margin:  0 auto;
	 /*border-top-left-radius: 10px 5px;
	 border-bottom-right-radius: 10px 5px;
	 border-top-right-radius: 10px 5px;*/
 }
 

/* =============================================================================
 *   Image slider
 * ========================================================================== */
 
 #flexslider-1 .field-content a
 {
/*	 background: #0C0;
	 float: right;
	 width: 40%;
	 height: 20%;
	 padding: 20px;
	 z-index: 10;
	 position: absolute;
	 bottom: 15px;
	 right: 0;
	 opacity:0.4;
     filter:alpha(opacity=40); /* For IE8 and earlier */
 }

li.flexslider_views_slideshow_slide {
	padding-bottom: 37%;
	background: gold; /** <-- For the demo **/
	box-sizing: border-box;
	overflow:hidden;
}

.slider_media_field {
	xposition:absolute;
	top:0;
	left:0;
	width:100%;
}
 
 #flexslider-1 .views-field views-field-title
 {
	 xcolor: #FFF;
	 xfont-size: 190%;
 }
 
 .flexslider
  {
	margin: 1% 0 0 0;
 }

/*overlay*/
#trans_overlay {
	position:absolute;
	right:1%;
	width:50%;
	bottom:3%;
	background-color:#433;
	box-shadow: 2px 2px 4px rgba(0,0,0,.6); 
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.6); 
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.6); 
	-o-box-shadow: 2px 2px 4px rgba(0,0,0,.6); zoom: 1;
	opacity: 0.8;
	padding: 1%;
	z-index:500;
}

#trans_body {
	position:relative;
	margin:0px 5px 5%;
	color:#fff;
	min-height:10%;
}

#trans_body p {
	margin:0.5em 0px;
	line-height:1.3;
	font:1.1em;
}

#trans_body a:link, #trans_body a:visited {
	color: #ffffff;
}
/*
#trans_link {
	position:absolute;
}

#trans_link a {
color:#fff;
}
 */
/* =============================================================================
 *   Code to style the small navigation row at the top of the screen
 * ========================================================================== */
#smallnav { 
margin: 10px 3% 0 0;
padding: 0;
list-style-type: none;
text-align: center;
float: right;
font-size: .9em;
font-weight: bold;
color: #fff;
width:100%;
}

#smallnav a
{ 
color: #fff;
}

#smallnav li 
{ 
display: inline;
margin: 0 7px 0 0;
}
 
/* =============================================================================
 *  Content and Footer blocks
 * ========================================================================== */
.region-footer .block { 
float: left;
width: 33.5%;
margin: 10px 0.5%;
}

#block-views-footer-footer-programs {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    width: 28%;
	padding-left: 1%;
}

.region-footer .block h3 {
font-weight:bold;
font-size: 1.9em;
color: #fff;
margin: 0 0 0.5% 2%;
text-shadow:0.5px 0.5px 0.5px #003366;
}

.region-footer .view-footer,
.region-footer .view-content, 
.region-footer .view-content .field-content a{
    color: #def; 
    font-size: 1.1em;
    line-height: 1.3;
    text-shadow: 0.5px 0.5px 0.5px #003366;
	margin-bottom:0px;
}

.region-footer .gmap-popup {
    color: #002255;
    text-shadow: 0 0 0;
}

.region-footer .footer_more_link a {
	color: #FFBB00;
    font-size: 1.0em;
    text-decoration: underline;
}

.region-footer .footer_social_buttons {
	margin-top:5%;
}

.view-footer {
    margin: 2% 0;
}

#block-views-awards-block-awards-block, #block-views-latest-news-item-news-listing, #block-fb-likebox-0, #block-views-67cd9c34b8fe5bc21f66c60816a719b9, #block-views-5f1cf3727afcdf47fd408da445aa124d { 
border: 1px solid #cccccc;
border-radius: 7px 7px 7px 7px;
float: left;
width: 31%;
margin: 10px 1% 15px;
min-height: 250px;
background: rgba(255, 255, 255, 1.0);
}

#block-views-sponsors-block, #block-views-gallery-connections-footer {
    clear:both;
	background-color:#FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 15px;
    margin: 1%;
    padding: 5px;
}

/*#block-views-sponsors-block td th { 
padding: 0;
}

.views-field-field-sponsor-logo { 
float: left;
text-align: center;
padding: 1%;
height: 10%;
;
}

#block-views-sponsors-block table, #block-views-sponsors-block tbody tr  {
  border: none;
  margin: 0;
  background: none;
}

#block-views-sponsors-block caption {
	font-weight:bold;
	font-size: 1.4em;
}*/

.responsive-sponsors-views-column
{
	float: left;
	margin: 0.5%;
	height: 60px;
	width: 90px;
	position:relative;
}

.responsive-sponsors .image-style-scale-footer-logo-53x40
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.responsive-wflist-views-column {
    float: left;
    margin: 0 0.5%;
    overflow-y: auto;
    padding-bottom: 0.5%;
    position: relative;
    width: 32%;
}

#block-views-sponsors-block h3.block-title a,
#block-views-gallery-connections-footer h3.block-title a{
    color: #CC0000;
    font-size: 140%;
    text-decoration: underline;
}

.views-field-field-award-logo, 
.views-field-field-image, 
.views-field-field-teaser-image {
	float:left;
	padding: 2px;
	margin: 0 10px 0 0;
	border: 1px solid #CCC;	
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6)
}

#block-views-awards-block-awards-block .views-row, #block-views-67cd9c34b8fe5bc21f66c60816a719b9 .views-row, #block-views-5f1cf3727afcdf47fd408da445aa124d .views-row {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #003366;
}

#block-views-awards-block-awards-block .views-field-title,
#block-views-67cd9c34b8fe5bc21f66c60816a719b9 .views-field-title,
#block-views-5f1cf3727afcdf47fd408da445aa124d .views-field-title {
	color: #003366;
	line-height:1.2;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:90%;
}

#block-views-awards-block-awards-block .views-field-field-teaser, #block-views-67cd9c34b8fe5bc21f66c60816a719b9 .views-field-field-teaser {
	font-size: 90%;
	line-height:1.2;
}


/*============================================================
 * News Item block
 *============================================================*/
.view-awards-block, .view-latest-news-item .views-field-title, .view-latest-news-item .views-field-field-affiliation, .view-latest-news-item .views-field-field-teaser {
	font-size: 90%;
    line-height: 1.2;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

.view-latest-news-item .views-field-title {
	color: #003366;
}

.view-latest-news-item .views-field-field-affiliation, .view-awards-block .views-field-created {
	color: #AA6600;
	margin: 0 0 15px 0;
	font-size:75%;
}

.views-field-field-teaser, .views-field-field-teaser-1,
.responsv_grid_row {
	margin-bottom: 15px;
	border-bottom: 1px dotted #003366;
}




#block-views-awards-block-awards-block .block-title, #block-views-67cd9c34b8fe5bc21f66c60816a719b9 .block-title, #block-views-latest-news-item-news-listing .block-title, #block-fb-likebox-0 .block-title, #block-views-5f1cf3727afcdf47fd408da445aa124d .block-title{
	height: 100%;
	color: #fff;
	padding: 1%;
	background: #003366;
	margin-bottom: 2%;
	text-align: center;
	border-radius:7px 7px 0 0;
}

#block-views-awards-block-awards-block .block-title-link, #block-views-latest-news-item-news-listing .block-title-link, #block-fb-likebox-0 .block-title-link, #block-views-5f1cf3727afcdf47fd408da445aa124d .block-title-link{
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	padding: 1%;
	width: 95%;
	height: 100%;
	text-align: center;
}

#facebook {
border: none;
}

#block-views-awards-block-awards-block .views-more-link, #block-views-67cd9c34b8fe5bc21f66c60816a719b9 .views-more-link,
#block-views-latest-news-item-news-listing .views-more-link, #block-views-5f1cf3727afcdf47fd408da445aa124d views-more-link {
    display: inline-block;
    padding: 0px 2px 0px 2px;
    color: #003366;
	font-weight:bold;
    text-decoration: none;
    border-radius: 3px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 0 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
	background-color: #CCC;
	font-size: 11px;
	margin: 3px 0 10px 0;
}

#block-views-awards-block-awards-block .views-field-created, #block-views-latest-news-item-news-listing .views-field-created {
	font-style:italic;	
}

#block-views-apw-programs-home-buttons-block {
	width: 100%;
}

#block-views-apw-programs-home-buttons-block .views-row .field-content {
	float:left;
}

.ds-2col-stacked-fluid .group-right {
	width: 30%;
	float: right;
	border-left: 1px solid #900;
	padding: 0 0 0 2%;
}

.ds-2col-stacked-fluid .group-left {
	width: 65%;
	float: left;
}

.ds-2col-stacked-fluid .group-left .views-row {
	padding: 0 1% 0 2%;
	margin:  0 0 2% 0;
}

.views-field-field-image img
{
float: left;
}

.ds-2col-fluid .group-left {
    padding: 15px;
}

/* =============================================================================
 *  Social Media
 * ========================================================================== */

#block-block-3 {
	float:right;
	margin-left:0px;
	margin-right:0px;
}

#social-icons {
    padding: 0;
}

.social-float { 
	margin: 0 5px 0 0;
	height:33px;
	vertical-align:middle;
}

.social-img-parent {
	line-height:38px;
}

#block-superfish-1.clearfix:after {
	clear:none;
}

/* =============================================================================
 *  Program Page
 * ========================================================================== */

.views-field-body {

}

.home-page-logos {
    margin: 1%;
    text-align: center;
	background: #fff;
	border-radius:15px;
    box-shadow: 2px 2px 1px #888888;
    display: inline-block;
    width: 22%;
	padding:5px 0px;
}

.home-page-logos-row {
	text-align:center;
}

.gallery-block-responsive {
	width: 100%;
	float: left;
	padding: 0;
}


.view-Gallery {
    margin: 0;
}

.gallery-page .gallery {
    border-bottom: 1px solid #bbbbbb;
}

/* =============================================================================
 *  Pinal Community Ed Page
 * ========================================================================== */

.community_ed td {
    padding: 0px 5px;
}

.logo {
	background-image: url("https://arizonawet.arizona.edu/sites/arizonawet.arizona.edu/files/logo_strip.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size:100%;
	min-height: 70px;
	max-height:100px;
	overflow:hidden;
}
.ata_back {
	background-position: 0px -100px;
}
.swap_back {
	background-position: 0px -200px;
}
.awf_back {
	background-position: 0px -300px;
}
.wat_wed_back {
	background-position: 0px -400px;
}
.apw_back {
	background-position: 0px -500px;
}
.spray_valve_back {
	background-position: 0px -600px;
}
.wkshp_back {
	background-position: 0px -700px;
}
.vol_back {
	background-position: 0px -800px;
}

/* =============================================================================
 *  Node List Pages i.e. Sponsor page, Advisory Council page, 
 * ========================================================================== */

.view-nodelist-row {
    margin: 0px auto 15px;
}

.nodelist-img {
   margin: 20px 0 20px 20px;
   line-height:0px;
   width: 25%;
   text-align: center;
}

.short-wide {
    max-width: 100%;
    height: 20%;
    margin: 0 auto;
}

.square-aspect {
    max-width: 50%;
    max-height: 50%;
    margin: 0 auto;
}

.standard-aspect {
    max-width: 80%;
    margin: 0 auto;
}

.tall-narrow {
    max-width: 50%;
    max-height: 80%;
    margin: 0 auto;
}

.img-box {
	border: 2px solid #DDDDDD;
    box-shadow: 3px 3px 3px #BBBBBB;
}   

.nodelist-content {
	display:table-cell;
	}

.nodelist-content div {
	display:table-cell;
	vertical-align:middle;
}

.nodelist-content-title h2 {
	margin:0px;
}

.nodelist-content-title h3 {
	margin:0 0 0.5em;
}

.nodelist-content p {
    border-bottom: 1px solid #bcf;
	padding:5px 0px;
}

.float-left {
    float: left;
	padding-right: 2%;
}

/* =============================================================================
 *  Testimonials currently on Program Home Pages
 * ========================================================================== */

.testimonial {
    font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
    line-height: 1.3em;
    margin: 1% 5%;
    padding: 1% 1% 1% 5%;
}


.impact_image {
    float: left;
    margin: 0.2em 10px 0;
    top: 15px;
    width: 50%;
	text-align:center;
}

.video-embed-description {
	font-weight:bold;
	margin-bottom: 0.4em;
}

.views-row-even .impact_image {
    float: right;
}

.field-content strong{
	color:#003366;
	font-size:120%
}

.views-field.views-field-field-online-support,
.views-field.views-field-field-support-document {

}

.view-apw-programs .view-content h3{
	text-align:center;
}

.field-type-ds {

}


.prog-sponsor-grid-cell {
    float: left;
    line-height: 60px;
    min-height: 62px;
    padding: 0 10px 15px 0;
}

.prog-sponsor-grid-cell img{
	vertical-align:middle;
}

/* =============================================================================
 *  Menu box currently on SWAP curriculum pages
 * ========================================================================== */

.menu-like, .right_field {
    background: none repeat scroll 0 0 #ADD8E6;
    float: right;
    margin: 0 5%;
    padding: 5px 15px;
}

.menu-like ul.imglist li {
    list-style-image: url("https://arizonawet.arizona.edu/sites/arizonawet.arizona.edu//files/arrow.png");
    margin-left: 25px;
}


ul.swap-menu {
    list-style: none outside none;
    margin: 0;
}

ul.swap-menu li {
	    margin: 0 1em 0.25em;
    padding: 0;
}
/* =======================================
 * Styling for the radio button lists on input forms typically shows all buttons in a single column.  If the column is long, it is beneficial to list the buttons in three columns.  Do this by adding the three_column class to the region via the DS custom-class on the content type definition page (bottom vert menu). 
 * ======================================= */
 
 .form-checkboxes three_column,
 .form-radios three_column {
column-count:3;
-moz-column-count:3; /* Firefox */
-webkit-column-count:3; /* Safari and Chrome */
} 

tr.odd .form-item, tr.even .form-item {
    white-space: normal;
}

/* =======================================
 * styling for the location input form
 * ======================================= */
 
.location .form-item label {
     width: auto;
}

.location .form-item input {
     width: 100%;
}

.location .form-item {
     margin:0.7em auto;
}

div.input-textfield-wrapper {
	overflow:hidden;
}


.link-field-subrow .form-item {
    margin: 0 15px;
}

/* =============================================================================
 * Trying to unify all the resonsive grids
 * ========================================================================== */

.column-is-grid-cell {
	float:left;
	text-align:left;
	padding:0;
	max-width:100%;
}

.width30 {
	width:31%;
	margin:1%;
}

.staff, .view-header p, .view-header ul {
	margin: 0 4% 1em;
}

.view-header ul {
	padding: 0 15px 10px;
}

.view-header ul li {
    margin: 0px;
    padding: 0px;
    text-indent: 0.5em;
}

.ds-2col .group-left, .ds-2col-fluid .group-left {
    float: left;
    width: 32%;
}

.ds-2col .group-left.left, .ds-2col-fluid .group-left.left {
    float: left;
    width: 47%;
	padding-right: 2%;
}
.ds-2col-fluid .group-left {
	background:#fff;
}

.ds-2col .group-right, .ds-2col-fluid .group-right {
    float: left;
	padding: 0 2%;
    width: 61%;
}

.ds-2col .group-right.right, .ds-2col-fluid .group-right.right {
    width:50%;
	padding:0;
}

.node-easy-blog-post .group-right {
	width: 56%;
	border: none;
}

.association-logo {
	margin:2%;
	padding:2%
}

/*#ua-web-branding-banner-v1 {overflow-x:hidden;}*/
#ua-web-branding-banner-v1.ua-wrapper {height:42px;}
#ua-web-branding-banner-v1.red-grad{    background-color: #6183A6;
    background-image: linear-gradient(to bottom, #6183A6 0%, #002147);}

#ua-web-branding-banner-v1 .ua-home.asdf {display:inline-block;min-width:353px;margin-left:8px;}
#ua-web-branding-banner-v1 .ua-home.asdf p {text-indent:-9999px;}

#ua-web-branding-banner-v1{margin-bottom:0px;background-color:rgb(171,5,32);height:42px;}
#ua-web-branding-banner-v1 div{width:90%;margin:0 auto;}
#ua-web-branding-banner-v1 div > a{}
#ua-web-branding-banner-v1 div > a:first-child{margin: 5px 0px 3px;}
#ua-web-branding-banner-v1 div > a:first-child > p{background:url('https://redbar.secure.arizona.edu/sites/default/files/ua-banner/ua-web-branding/images/ua_a_line_logo_white.png');height:32px;}
#ua-web-branding-banner-v1 div > a > p{}
#ua-web-branding-banner-v1 div > a:last-child{float:right;background:url('https://arizonawet.arizona.edu/sites/arizonawet.arizona.edu//files/cals-banner.png')
no-repeat 0 7px;width:173px;height:33px;}
#ua-web-branding-banner-v1 div > a:last-child p{text-indent:-9999px;}

/************************************
/*  Discovery Journey
*************************************/
.directions .odd {
    background: none repeat scroll 0 0 #FFFFAA;
    border-top: 1px solid #CCCCCC;
}

.directions {
	background: none repeat scroll 0 0 #FFFF99;
}
.white-box {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 1%;
    border-radius: 10px;
    border: 1px solid #cccccc;
}

.dj_question .red {
	color:red;
}

.dj_question .blue {
	color:blue;
}

.dj_question .green {
	color:green;
}

.dj_question .purple {
	color:purple;
}


.simple-page-logos {
    margin: 1%;
    text-align: center;
    display: inline-block;
    width: 22%
}

.simple-page-logos img {
	min-width: 75px;
}

.simple-page-logos-row {
	text-align:center;
	background-color: #ffffaa;
	
}

/************************************
/*  Buttons on WSI program page; added 12/5/2014
*************************************/
.button-view a {
	background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb);
	background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, #dbdbdb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#dbdbdb');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#dbdbdb')";
	border: 1px solid #fff;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	padding: 5px 15px 5px 5px;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
	margin-right: 5%;
	margin-bottom: 8px;
	display: block;
	color: #597390;
	font-weight: bold;
}

.button-view a:hover {
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, #eeeeee));
	filter: progid:DXImageTransform.Microsoft.gradient startColorStr='#ffffff', EndColorStr='#eeeeee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorStr='#ffffff', EndColorStr='#eeeeee')";
	color: #000;
	display: block;
}

.button-view a:active {
	background-image: -moz-linear-gradient(top, #dbdbdb, #ffffff);
	background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #dbdbdb),color-stop(1, #ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient (startColorStr='#dbdbdb', EndColorStr='#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorStr='#dbdbdb', EndColorStr='#ffffff')";
	text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.5);
	margin-top: 1px;
}

.button-view a span {
    background: url("../images/bookmark.png") no-repeat scroll 0 -4px rgba(0, 0, 0, 0);
    padding-left: 35px;
}

.views-row.views-row-2 span {
    background-position: 0 -38px;
}
.views-row.views-row-3 span {
    background-position: 0 -65px;
}
.views-row.views-row-4 span {
    background-position: 0 -98px;
}
.views-row.views-row-5 span {
    background-position: 0 -130px;
}
.views-row.views-row-6 span {
    background-position: 0 -150px;
}
.views-row.views-row-7 span {
    background-position: 0 -180px;
}

.ds-2col-stacked > .group-footer {
	margin: 0px;
	padding: 25px;
	clear: both;
}

ul.no-bullet {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/* make the field input box fit within its container */
fieldset.date-combo .container-inline-date > .form-item input,
.container-inline-date> .form-item {
    margin: 0px;
    padding: 0px;
    width: 100%
}

/* put event time in full-calendar on a single line */
.fc-event-time {
	display: block;
}

/* While Display Suite CSS isn't pulled into the colorbox modal, need to duplicate it here.*/
.ds-2col-stacked > .group-left {
	width: 50%;
	float:left;
}

.ds-2col-stacked > .group-right {
	width: 50%;
	float: right;
}

/*style event list view; added 2/15/16*/
.indent {
	margin:0 0 0 20px;
}

.views-row {
	margin:0 0 10px;
}

.awf-list .views-row {
  border-bottom: 1px dotted #33aaaa;
  overflow: hidden;
  margin-bottom: 0px;
}

.grad-back {
  background: #09F; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(68, 171, 212, 0.5),rgba(68, 171, 212, 0)); /*Safari 5.1-6*/
  background: -o-linear-gradient(rgba(68, 171, 212, 0.5),rgba(68, 171, 212, 0)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(rgba(68, 171, 212, 0.5),rgba(68, 171, 212, 0)); /*Fx 3.6-15*/
  background: linear-gradient(rgba(68, 171, 212, 0.5), rgba(255,0,068, 171, 212, 0)); /*Standar	d*/
  padding-left:10px;
} 
/*end style event list vivew */

/*better exposed filter*/
.fullcalendar-legend .form-item.form-type-bef-checkbox {
    border-radius: 5px;
    float: left;
    font-size: 0.85em;
    margin: 0 0.3em 0.1em;
    padding: 0.1em 0.5em;
	background:#ccc;
	border:#aaa;
	color:#ffffff;
}

.fullcalendar-legend .form-item.form-type-bef-checkbox label:hover {
	cursor:pointer;
	text-decoration:underline;
}

.fullcalendar-legend input[type=checkbox] {
    display:none; 
    xmargin:10px;
}

.fullcalendar-legend a {
    border: medium none;
    display: block;
    width: 100%;
}
.fullcalendar-legend .form-item.form-type-bef-checkbox.form-item-edit-field-type-of-event-tid-104.highlight {    background-color: #ab4a09;
    border-color: #ab4a09;
}
.fullcalendar-legend .form-item.form-type-bef-checkbox.form-item-edit-field-type-of-event-tid-105.highlight {
    background-color: #f99503;
    border-color: #f99503;
}
.fullcalendar-legend .form-item.form-type-bef-checkbox.form-item-edit-field-type-of-event-tid-106.highlight {
    background-color: #0000ff;
    border-color: #0000ff;
}
.fullcalendar-legend .form-item.form-type-bef-checkbox.form-item-edit-field-type-of-event-tid-107.highlight {
    background-color: #ff4422;
    border-color: #ff4422;
}
.fullcalendar-legend .form-item.form-type-bef-checkbox.form-item-edit-field-type-of-event-tid-108.highlight {
    background-color: #00aaff;
    border-color: #ooaaff;
}
.fullcalendar-legend .form-item.form-type-bef-checkbox.form-item-edit-field-type-of-event-tid-109.highlight {
    background-color: #880e0e;
    border-color: #880e0e;
}
.fullcalendar-legend .form-item.form-type-bef-checkbox.form-item-edit-field-type-of-event-tid-110.highlight {
    background-color: #075208;
    border-color: #075208;
}
.fullcalendar-legend .form-item.form-type-bef-checkbox.form-item-edit-field-type-of-event-tid-156.highlight {
	background-color:#2eb801;
	border-collapse:#2eb801;
}
.fullcalendar-legend .form-item.form-type-bef-checkbox.form-item-edit-field-type-of-event-tid-157.highlight {
    background-color: #c90db6;
    border-color: #c90db6;
}

/* event list block on program home pages*/
.view-display-id-program_related_block,
.view-display-id-related_events {
    background: #ffffff;
    margin: 0 1em 2em 0;
}

.responsv_grid_row { /*bottom margin and border added at 2329 */
    margin: 0 10px;
}

#edit-field-unit-teaser-text .wysiwygeditor {
    background-color: #ffffff;
}

#edit-field-unit-teaser-text .filter-wrapper.form-wrapper, 
#edit-field-unit-long-desc .filter-wrapper.form-wrapper,
.field-name-field-l-long-des .filter-wrapper.form-wrapper,
.field-name-field-objectives .filter-wrapper.form-wrapper,
.field-name-field-lesson-teaser .filter-wrapper.form-wrapper {
     padding: 0px;
}

.ui-widget {
     font-family: inherit;
     font-size: inherit;
}

/*event display to include sponsor logos*/
div.prog-sponsor {
    display: inline;
    margin: 0 1.5%;
}

/*flexbox - used on ASP page and STEM Unit page*/
.flexbox {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justivy-content: space-around;
  align-items: stretch;
  align-conent: space-around; 
}

.flex-item {
  -webkit-box-flex: 1 1 30%;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 1 30%;         /* OLD - Firefox 19- */
  width: 30%;               /* For old syntax, otherwise collapses. */
  -webkit-flex: 1 1 30%;          /* Chrome */
  -ms-flex: 1 1 30%;              /* IE 10 */
  flex: 1 1 30%;
  margin:2px 0% 10px; 
  border-left:1px solid #ccc; 
  padding-right:1%;
}

.flex-item div.sub-item {
margin-left:1.5%;
}