@font-face {
    font-family: 'source_sans_probold';
    src: url('sourcesanspro-bold-webfont.eot');
    src: url('sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-bold-webfont.woff') format('woff'),
         url('sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('sourcesanspro-regular-webfont.eot');
    src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-regular-webfont.woff') format('woff'),
         url('sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_pro_semiboldRg';
    src: url('sourcesanspro-semibold-webfont.eot');
    src: url('sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-semibold-webfont.woff') format('woff'),
         url('sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('sourcesanspro-semibold-webfont.svg#source_sans_pro_semiboldRg') format('svg');
    font-weight: normal;
    font-style: normal;

}


html {

}


body {
  font-family: 'source_sans_proregular';
  font-size: 14px;
}
hr {
  border:none;
  height: 1px;
  background:gray;
}
.clear {
  clear:both;
}
.no-bg {
  background: none !important;
}
/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 26px;
}

h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: normal;
}

h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: normal;
}

h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: normal;
}

h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: normal;
}

h6 {}


#menu-bar {
  font-family: 'source_sans_probold';
  font-size: 13px;
  text-transform: uppercase;
  line-height: 14px !important;
  position: relative;
}

.footer-message {
  font-family: 'source_sans_probold';
  font-size: 10px;
  padding-right: 65px;
}
.footer-message p {
  margin-bottom: 0px;
  text-align: right;
  text-transform: capitalize;
}
#footer {
  font-family: 'source_sans_probold';
  font-size: 14px;
  text-transform: uppercase;
  color:white;
  position: fixed;
  bottom:0px;
  width:100%;
  margin-right: 10px;
  background: url(../images/footerbg.png) top left repeat-x;
  background-position: 0px -18px;
  height: 60px;
  padding-top: 27px;
}
.footer-tag {
  border-bottom: 1px solid white;
}
.footer-inner {
  width: 960px;
  margin: 0 auto;
  padding-left: 160px;
}

h2#site-slogan{
  font-family: 'source_sans_probold';
  line-height: 14px;
  font-size:13px;
  text-transform: uppercase;
  width:430px;
  float:left;
  margin-top: 25px;
  letter-spacing: 0px;
  margin-left: 10px;
  color: #000;
}
.slogan-white h2#site-slogan {
  text-shadow: 1px 1px #fff;
  color: #000;
}
.slogan-black h2#site-slogan {
  text-shadow: 1px 1px #000;
   color: #fff;
}
#menu-bar ul.sf-menu li span,
#menu-bar a {
  text-shadow: 1px 1px #000000;
}
.footer-message,
footer a{
  text-shadow: 1px 1px #000000;
  font-size: 14px;
}
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 {}
#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {
  position: relative
}

/*
 * Wraps the sidebars the content column
 */
#columns { clear:both;}

/*
 * Main content column wrapper
 */
#content-column {}

/*
 * 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 {
  background: url(../images/bg.png); /* for old browsers */
  background: rgba(255,255,255,0.8);
  padding:10px;
  margin-bottom: 100px;
  margin-left: 70px;
  width:875px;
}

#content p {
  margin-left:10px;
}

table tr {
  border-top:none;
}
ul {
  padding:0 0 0 20px;
}
ul li {
 /* list-style-image: url(../images/bullet.png);*/
  line-height: 20px;
}

#crm-recently-viewed ul li,
#civicrm-menu li,
#root-menu-div ul li {
  list-style-image: none;
}

/*
 * Footer wrapper
 */

/*
 * 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 {}

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

#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
#name-and-slogan {}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a {}

#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;
}


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

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

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


/* =============================================================================
 *   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 {}

/*
 * 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 {
  position: absolute;
  right: -20px;
  top: 25px;
}

/*
 * 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 {float:left; padding:5px 0px 0px 0px;}
.region-footer .block {float:left;}
.region-footer .block label {float: left; margin-right: 10px; font-weight: normal;}
.footer-message {float:right; font-size:11px; padding-top:5px; font-family: 'source_sans_probold';}
.footer-message p { font-size:11px; font-family: 'source_sans_probold';letter-spacing: 0px;}
.footer-content {width: 100%; padding: 0px; position: relative; height: 50px;}
footer ul.sf-menu {padding-top: 15px;}
footer ul.sf-menu li a { font-size:14px; color:white; padding: 0px 5px;}
footer input {height:10px; padding:5px; font-size:14px;margin-right: 5px;  font-family: 'source_sans_probold';}
footer input[type=submit] {width:12px; height:12px; border:none; background:none; text-indent:9999px; background:url(../images/button-next.png) top left no-repeat; position: relative; top:6px; }
footer input[type=submit]:hover {
  background:url(../images/next.png) top left no-repeat;
}
/* =============================================================================
 *   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 {
  clear: both;
  margin: 10px 0;
}

.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 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 {
  margin-bottom: 0;
}


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

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;
}
.sf-menu.sf-navbar.sf-shadow ul ul,
.block-superfish ul.sf-menu ul ul {
  padding:0px !important;
  width:300px;
  margin-bottom:20px;
  border-radius: 0px !important;
  background: rgba(0,0,0,0.8);
}

.sf-menu.sf-navbar.sf-shadow ul ul li.sf-item-1,
.sf-menu.sf-navbar.sf-shadow ul ul li.sf-item-2,
.sf-menu.sf-navbar.sf-shadow ul ul li.sf-item-3,
.sf-menu.sf-navbar.sf-shadow ul ul li.sf-item-4,
.sf-menu.sf-navbar.sf-shadow ul ul li.sf-item-5 {
  margin-left:0;
}

.sf-menu.sf-navbar.sf-shadow ul ul li.sf-item-6,
.sf-menu.sf-navbar.sf-shadow ul ul li.sf-item-7,
.sf-menu.sf-navbar.sf-shadow ul ul li.sf-item-8,
.sf-menu.sf-navbar.sf-shadow ul ul li.sf-item-9,
.sf-menu.sf-navbar.sf-shadow ul ul li.sf-item-10 {
  margin-left:80px !important;
}
.sf-menu.sf-navbar.sf-shadow ul ul li.sf-item-6 {
  margin-top:-100px !important;
}

/* fix for enrichment */
.sf-menu.sf-navbar.sf-shadow ul li#menu-710-1 ul li.sf-item-6 {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

/*
 * Superfish blocks
 */
.block-superfish {}

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

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

.block-superfish ul ul {}

.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;
}


/* =============================================================================
 *   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;
}

/* 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;
}

#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 {}

#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 {
  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: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-bottom: 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 */
  margin-bottom: 1.5em;
}

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

.field-type-taxonomy-term-reference.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 {
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
}
.field-name-body a{
  color:darkgrey;
  text-decoration: none;
  text-shadow: 1px 1px #000000;
}
.field-name-body a:hover {
  color:#6a6a6a;
}
.field-name-body table {
  margin-top: 0px;
}
.field-name-body table,
.field-name-body table tbody,
.field-name-body table tr,
.field-name-body table tr td {
  border:none;
}
.field-name-body table tr td {
  vertical-align: top;
}
.field-name-body input {
  border:none;
  padding: 5px;
  width:160px;
}
.field-name-body input[type=submit] {
  background-color: #353535;
  background-image: url(../images/button-next.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  padding-right: 30px;
  text-align: right;
  color: white;
  width:170px;
}

.field-name-body table tr td p {
  margin: 0px !important;
  margin-bottom: 10px !important;
  padding: 0px;
}
.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 {
  margin-bottom: 20px;
}

/*
 * 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 {}

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

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

.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 {}

/*
 * "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
 */
#block-system-main {}

/*
 * "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-thresholdnav-hello {
  font-size: 110%;
  font-weight: bold;
  margin: -10px -10px 10px;
  padding: 10px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

/* =============================================================================
 *   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 {
  clear:both;
  margin: 1.5em 0;
  background: white;
  padding: 5px;
  opacity: .8;

}

#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 {
  font-size: 0.85em;
}

.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 #ccc;
}

/*
 * 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;
}

form.webform-client-form .form-item label {
  font-weight: normal;
}

.webform-container-inline label {
  display: block;
  float: left;
  text-align: right;
  width: 17%;
}

form.webform-client-form input[type="text"],
form.webform-client-form input[type="email"],
form.webform-client-form select {
  padding: 5px;
  margin-left: 2%;
  border-radius: 2px;
}

form.webform-client-form fieldset.webform-component-fieldset {
  border: none;
}

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

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

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

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

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

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

tbody {}

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

tr.odd {
  background: #fff;
}


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;
}
#menu-bar ul.sf-menu {
  width:auto;
  position: relative;
  left:70px;
  height: 140px;
  background: url(../images/menubg.png);
  background: rgba(0,0,0,0.8);
}

#menu-bar ul.sf-menu li {
  width:160px;
  float:none;
  position: static;
  display: block;
  background: none !important;
}
#menu-bar ul.sf-menu li.firstandlast,
#menu-bar ul.sf-menu li.first {
  padding-top: 15px !important;
}
#menu-bar ul.sf-menu li.firstandlast,
#menu-bar ul.sf-menu li.last {
  padding-bottom: 15px !important;
}
#menu-bar ul.sf-menu li a:focus,
#menu-bar ul.sf-menu li span,
#menu-bar ul.sf-menu li a {
  color:white !important;
  border:none !important;
}
#menu-bar ul.sf-menu li ul {
  position: absolute;
  left:160px;
  top:0px;
  height: 140px;
   background: url(../images/menubg.png);
    background: rgba(0,0,0,0.8);
}

#menu-bar ul.sf-menu li span,
.sf-menu.sf-style-default a {
  padding:0px 10px;
  line-height: 20px;
  height: 20px;
}
#menu-bar ul.sf-menu li.active-trail ul li.active-trail>a,
#menu-bar ul.sf-menu li.active-trail span,
#menu-bar ul.sf-menu li.active-trail a {
  color: darkgrey!important;
}
#menu-bar ul.sf-menu li.active-trail ul li a {
  color:white !important;
}
#menu-bar ul.sf-menu li a.active,
#menu-bar ul.sf-menu li span:hover,
#menu-bar ul.sf-menu li a:hover,
#menu-bar ul.sf-menu ul li a:hover,
#menu-bar ul.sf-menu li.active-trail a:hover,
#menu-bar ul.sf-menu li.active-trail ul li a:hover,
#menu-bar ul.sf-menu li.active-trail a.active,
#menu-bar ul.sf-menu li.active-trail ul li a.active {
  color:darkgrey !important;
}
#menu-bar ul.sf-menu li span:hover {
  cursor: pointer;
}
.view-annual-reports {
  position: relative;
}
.view-annual-reports .attachment {
  float:left;
  width:320px;
}
.view-annual-reports .view-content {
  float: left;
}
.view-annual-reports .view-content table tbody,
.view-annual-reports .view-content table tbody tr,
.view-annual-reports .view-content table tr td,
.view-annual-reports .view-content table {
  border:none !important;
}
.view-annual-reports .view-content table tr td,
.view-annual-reports .view-content table {
  margin:0px;
  padding:0px;
}
.view-annual-reports .view-content .views-field-field-image {
/*
  height: 103px;
*/
  margin-bottom: 1px;
}
.view-annual-reports .attachment .view-content .views-field-field-image {
/*
  height: 247px;
*/
}
.bottom-featured {
  background: #231F20;
  padding: 5px;
}
.year-featured,
.pdf-featured {
  float: right;
  line-height: 12px;
}
.pdf-featured a {
  font-family: "source_sans_probold";
  font-size:12px;
  display: block;
  color:white;
  text-transform: uppercase;
}
.year-featured {
  font-family: "source_sans_probold";
  font-size:14px;
  color: darkgrey;
  margin-right: 25px;
}
.view-annual-reports .view-content table tr td .bottom-featured {
  padding:5px;
}
.view-annual-reports .view-content table tr td {
  padding-right: 25px;
  padding-bottom: 15px;
}
.view-annual-reports .view-content table tr td.col-last {
  padding-right: 0px;
}
ul.pager {
  position: absolute;
  left:475px;
  top:-25px;
}
ul.pager li.pager-first,
ul.pager li.pager-item,
ul.pager li.pager-current {
  display: none;
}
ul.pager li a {
  font-family: "source_sans_probold";
  font-size:14px;
  text-transform: uppercase;
  color:black;
}
a.view-online {
  color:#999897;
}
ul.pager li.pager-next {
  padding-right: 20px;
  display: block;
  width: 140px;
  background: url(../images/button-next.png);
  background-position: 138px 9px;
  background-repeat: no-repeat;
}
ul.pager li.pager-next:hover {
  background: url(../images/next.png);
  background-position: 138px 9px;
  background-repeat: no-repeat;
}
ul.pager li.pager-previous {
  padding-left: 20px;
  display: block;
  width: 140px;
  background: url(../images/button-prev.png);
  background-position: 30px 9px;
  background-repeat: no-repeat;
}
ul.pager li.pager-previous:hover {
  background: url(../images/prev.png);
  background-position: 30px 9px;
  background-repeat: no-repeat;

}
.annual-view {
  width: 625px;
  margin-left:70px;
}
.footer-tag-line {
  margin-bottom: 5px;
  width:960px;
  margin: 0 auto;
  padding-left: 160px;
}
footer form {
  width:410px;
}
footer form input[type=text] {
  width: 150px;
}
.expand {
  display:none;
  margin: 0px 0px 10px 0px;
  border-bottom: 3px solid #353535;
  width: 851px;
}
.expanded {
  margin: 0px 0px 10px 0px;
  width: 851px;
}
.expand ul {
  margin: 0px;
}
.expand ul li {
  padding-bottom: 7px;
  margin-left: 8px;
}
pre {
  font-family: 'source_sans_pro_semiboldRg';
  font-size:14px;
  padding: 2px 10px;
  margin:5px 0px;
  cursor: pointer;
}
pre.shown {
  background: #353535;
  width: 95%;
  color:white;
  cursor: pointer;
}
.footer-image-desc {
  float: right;
  margin-right: 65px;
}
a#top {
  background: none repeat scroll 0 0 rgba(30, 31, 32, 0.7);
  border-radius: 5px 5px 5px 5px;
  bottom: 65px;
  color: darkgrey;
  padding: 2px 5px;
  position: fixed;
  right: 178px;
  z-index: 1;
}
.article .field-name-body ul {
  padding-left: 17px;
}
.node-type-page #content .article .field-name-body p {
  margin-left: 0px;
}
.footer-login {
  position: relative;
}

.form-item form-type-textfield form-item-name {
  float:left;
  border:thin solid red;

}
.form-item form-type-textfield form-item-name label[for="edit-name"], {
  bottom: 2px;
  color: #000000;
  left: 50px;
  position: absolute;
}

.form-item form-type-textfield form-item-name input[type="text"] {
 width: 150px;
}

.form-item form-type-password form-item-pass {
  float:left;
  border:thin solid red;
}

.form-item form-type-password form-item-pass label[for="edit-name"] {
  bottom: 2px;
  color: #000000;
  left: 219px;
  position: absolute;

}

.form-item form-type-password form-item-pass input[type="text"] {

}

.footer-message .view-id-image_description .views-row div div{
  float: right;
  font-size: 11px;
  text-align: right;
  width: 100%;
}
.col {
  float:left;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#mobile-menu select{ padding:5px; margin:10px; width:95%; z-index: 9999; display: none;}
ul#supersized {
  margin:0px;
  padding: 0px;
}

/* Internal CiviCRM blocks */

#menu-bar #block-civicrm-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.region-secondary-content #crm-recently-viewed ul {
  margin-left: 79px;
}

.region-secondary-content #crm-recently-viewed .crm-recently-viewed {
  display: inline-block;
  padding: 1px 3px 4px;
  border-radius: 0;
}

.region-secondary-content #crm-recently-viewed .crm-recentview-wrapper {
  left: -1px;
  top: -3em;
  height: 2em;
  z-index: 501;
  border-right: inherit;
  border-bottom: none;
  border-radius: 0;
  width: 100%;
}

.nav #block-civicrm-1 li {
  display: inherit;
  float: none;
}

#crm-create-new-list {
  width: auto;
}

.nav #block-civicrm-1 .crm-create-new-list-inner {
  width: auto !important;
}

.nav #block-civicrm-1 .ac_results li {
  font-family: inherit;
}

.nav #block-civicrm-1 .ac_results li:hover {
  background-color: inherit;
}

.nav #block-civicrm-1 .ac_results li a:hover {
  color: rgb(251, 175, 63);
  background-color: inherit;
}

/* Member Profile */

.view-member-directory-2.view-display-id-page_1 .views-field {
  margin: 0 0 0 260px;
}

.view-member-directory-2.view-display-id-page_1 .views-field.views-field-image-URL {
  float: left;
  margin: 0 10px 1em 0;
  width: 250px;
}

.view-member-directory-2.view-display-id-page_1 .views-field.views-field-image-URL img {
  max-width: 250px;
  max-height: 350px;
}

.view-member-directory-2.view-display-id-page_1 .views-field.views-field-image-URL img:after {
  content:"the link should go here";
}

.view-member-directory-2.view-display-id-page_1 .views-field.views-field-last-name,
.view-member-directory-2.view-display-id-page_1 .views-field.views-field-id,
.view-member-directory-2.view-display-id-page_1 .views-field.views-field-bio-2,
.view-member-directory-2.view-display-id-page_1 .views-field.views-field-nothing,
.view-member-directory-2.view-display-id-page_1 .views-field.views-field-nothing-1,
.view-member-directory-2.view-display-id-page_1 .views-field.views-field-nothing-2 {
  margin: 0;
}

.view-member-directory-2.view-display-id-page_1 .views-field.views-field-bio-2 {
  clear:left;
}

#content .view-member-directory-2.view-display-id-page_1 .views-field.views-field-bio-2 p {
  margin-left: 0;
}

.view-member-directory-2.view-display-id-page_1 .views-field .views-label {
  width: 120px;
  display: inline-block;
}

.view-member-directory-2.view-display-id-page_1 .views-field h3.views-label-id {
  width: auto;
  display: block;
}

.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link {
  background: url('../images/spritegrey.png') no-repeat 0 0;
  text-indent: -9999px;
  width: 32px;
  height: 33px;
  display: inline-block;
  overflow: hidden;
  margin: 2px;
}

.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link { background-position: 0 -2156px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link:hover { background-position: -38px -2156px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.Facebook { background-position: 0 -73px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.Facebook:hover { background-position: -38px -73px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.Twitter { background-position: 0 -109px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.Twitter:hover { background-position: -38px -109px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.YouTube { background-position: 0 -219px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.YouTube:hover { background-position: -38px -219px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.GooglePlus { background-position: 0 -694px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.GooglePlus:hover { background-position: -38px -694px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.Flickr { background-position: 0 -183px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.Flickr:hover { background-position: -38px -183px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.Vimeo { background-position: 0 -329px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.Vimeo:hover { background-position: -38px -329px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.LinkedIn { background-position: 0 -292px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.LinkedIn:hover { background-position: -38px -292px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.Instagram { background-position: 0 -731px; }
.view-member-directory-2.view-display-id-page_1 .views-field-id a.website_link.Instagram:hover { background-position: -38px -731px; }

.view-member-directory-2.view-display-id-attachment_2 .view-header {
  float:left;
}

#block-views-document-library-block-2, #block-views-document-library-block-8{
 width:45%;
 display:inline-block;
 margin-right:5%;
 vertical-align: top;
}


.user-own-profile-sidebar,
.view-member-directory-2.view-display-id-page_1.user-own-profile {
  display: inline-block;
  vertical-align: top;
  width: 550px;
}

.user-own-profile-sidebar {
  width: 313px;
  border-left: 1px solid black;
  padding-left: 11px;
}

.view-member-directory-2.view-display-id-page_1.user-own-profile {
  border-right: 1px solid black;
  margin-right: -1px;
}

table.current-cycle-payments,
table.current-cycle-payments tbody,
.view-recent-contributions tbody,
.view-recent-contributions table {
  border: none;
}

table.current-cycle-payments tr,
.view-recent-contributions table tr {
  background: none;
  border-top: 1px solid black;
  border-bottom: none;
}

table.current-cycle-payments tr.first,
.view-recent-contributions table tr.views-row-first {
  border-top: none;
}

table.current-cycle-payments td,
.view-recent-contributions table td {
  padding: 5px 0;
}

/* Login Block */
.footer-login {
  width: 600px;
  height: 30px;
  display: table;
}

.footer-loggedIn a:hover {
  color: #fbaf3f !important;
}

.footer-login .form-item-name input[type="text"]{
  width: 140px;
}

.footer-login .form-item-pass input[type="password"]{
  width: 150px;
}

.footer-login .login-title,
.footer-login .edit-submit,
.footer-login .form-item-name,
.footer-login .form-item-pass {
  display: inline-block;
  position: relative;
  margin: 0 .5ex 0 0;
}

.footer-login .form-item-name label[for="edit-name"],
.footer-login .form-item-pass label[for="edit-pass"]{
  color: #000000;
  position: absolute;
  margin-left: 5px;
  opacity:.8;
}

.footer-login .form-item-name label[for="edit-name"]:active,
.footer-login .form-item-pass label[for="edit-pass"]:active{
  opacity:.1;
}

.footer-login .item-list {
  display: none;
}


/** Contribution forms **/

.grantmaking-funds-header {
  font-size: 115%;
  margin-top: .5em;
}

.crm-container .crm-contribution-page-id-2 .crm-section .label {
  width: 34%;
}

.crm-container .crm-contribution-page-id-2 .crm-section .content {
    margin-left: 38%;
}

/** Gallery **/

#block-views-document-library-block,
#block-views-document-library-block-1,
#block-views-document-library-block-7 {
  width: 420px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

#block-views-document-library-block {
  margin-right: 15px;
}

#block-views-document-library-block-1 .views-row {
  width: 139px;
  height: 139px;
  float: left;
  margin: 0 1px 1px 0;
  overflow: hidden;
}


/** Forms in General **/

.crm-container select,
.crm-container input[type="text"],
.crm-container input[type="password"],
select,
input {
  background: rgba(255, 255, 255, 0.6);
  border: none;
  margin-bottom: 1ex;
  font-size: 14px;
  vertical-align: baseline;
  border: thin solid #ccc;
}

#crm-container.crm-public input[type="text"],
#crm-container.crm-public input[type="password"] {
  font-size: 14px;
  vertical-align: baseline;
}

.crm-container input[type="radio"],
input[type="radio"] {
  opacity: 0.9;
  filter:Alpha(opacity=90);
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 5px 10px;
  border: thin solid #1b1b1b;
}

/*** User Login Page ****/
#customform {
  width:640px;
  margin-top:10px;
  margin-left:250px;
}

#customform h2{
  padding-left:25px;
}

#customform #edit-name, #customform #edit-pass, #customform input[type="submit"]{
  width: 300px;
  height: 35px;
  text-align:center;
}

#customform label[for="edit-name"], #customform label[for="edit-pass"] {
 color:black;
 position: absolute;
 margin:7px 115px;
 opacity: .8;
}

#customform #edit-name label[for="edit-name"]:active, #customform #edit-pass label[for="edit-pass"]:active{
 opacity: .1;
}

#customform input[type="submit"] {
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top:20px;
}

#customform .password-link {
  display:block;
  text-align:right;
  width:245px;
}

#customform .description {
  display:none;
}

#customform .form-item-remember-me {
  width:325px;
  text-align:right;
}

#customform #login-form {
display:inline-block;
width:60%;
}
#customform #messages {
 display:inline-block;
 vertical-align:top;
 width:35%;
 margin-top:50px;
}

.footer-loggedIn ul {
  list-style:none;
  display: block;
  margin: 0px;
}

.footer-loggedIn ul li {
 display:inline-block;
 margin: 0 25px;
}

.footer-loggedIn a {
 color:white;
 text-decoration:none;
}

#edit-search-block-form--2 {
  width: 150px;
  height: 30px;
  margin-right:0;
  float:left;
}

#search-block-form input[type="submit"] {
    overflow: visible;
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 33.5px;
    width: 45px;
    font-size: 1px;
    color: transparent;
    background-color: black;
    border-radius: 0 3px 3px 0;
    opacity: .8;
    margin-left:0;
    background-image: url("../images/button-next.png");
    background-repeat:no-repeat;
    background-position: center;
}

#edit-actions--2:before { /* down arrow */
  content: '';
  position: absolute;
  width: 0;
  margin-top:10px;
  margin-left:14px;
  z-index:99;


}

#search-block-form input[type="submit"]:hover {
  opacity: 1.0;
}



#nothingsearch-block-form input[type="submit"]::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

.home-content {
  background: url(../images/bg.png);
  background: rgba(255,255,255,0.8);
  padding: 10px;
  margin-bottom: 100px;
  margin-left: 80px;
  width: 875px;
  text-align:center;
}

#splash-container {
  display: block;
  height: 300px;
  width: 99%;
}

#splash-image {
 width:100%;
 height:100%;
}
#splash-container h3 {
  position: relative;
  top: 150px;
  left: 30px;
  z-index: 9;
  color:white;
}

#splash-container h5 {
  position: relative;
  top: 150px;
  left: 30px;
  z-index: 10px
  color:white;
}
.home-block {
  display: inline-block;
  width: 30.5%;
  min-height: 440px;
  margin-right:0px;
  padding:10px;
  overflow:visible;
  vertical-align:top;
  background: black;
  opacity:.75;
  transition: opacity 0.9s;
  -webkit-transition: opacity 0.9s;
  color:white;
  -webkit-transition: color 1.3s;
}

.home-block:hover {
  display: inline-block;
  width: 30.5%;
  min-height: 440px;
  margin-right:0px;
  padding:10px;
  overflow:visible;
  vertical-align:top;
  background: white;
  opacity:.75;
  transition: opacity 0.9s;
  -webkit-transition: opacity 0.9s;
  color:black;
  -webkit-transition: color 1.3s;
}

#community-block h1 a, #conferences-block h1 a, #grants-block h1 a {
  color: white;
  text-decoration:none;
  opacity:1;
  margin-left:-2px;
}

#community-block:hover h1 a,
#conferences-block:hover h1 a,
#grants-block:hover h1 a {
  color: black;
}

#community-block h1 a:hover,
#conferences-block h1 a:hover,
#grants-block h1 a:hover {
  color:#fbaf3f;
}



#homeSplash ul li{
  list-style-image:none;
  list-style:none;
  font-family: 'oswald', sans-serif;
  font-size:14px;
  font-weight:normal;
  opacity:1;
}

#homeSplash p, #homeSplash .field-content {
  font-family: 'oswald', sans-serif;
  font-size:12px;
  font-weight:normal;
  opacity:1;
}


#homeSplash .views-row {
 margin-left:10px;
 margin-bottom:4px;
 opacity:1;
}

#homeSplash ul{
 margin-top:5px;
 opacity:1;
}

#splash-container h5 {
  color:white;
  opacity:1;
}

#homeSplash ul,  #homeSplash h5,  {
 margin-top:5px;
 margin-bottom:5px;
 margin-left:0px;
 opacity:1;
}
#homeSplash h3 {
 margin-top:2px;
 margin-bottom:2px;
 opacity:1;
}
#homeSplash p {
margin-bottom:1px;
margin-top:5px;
opacity:1;
}

#homeSplash {
  margin-bottom:0px;
}

#block-homesplash-homepage-block {
  width:900px;
  margin-left:-11px;
}

#community-block {
  margin-left:5px;
  margin-right:5px;
}

.hideme {
 display:none;
}

.pc-header {
  width: 100%;
  color: white;
  background: black;
  height: 25px;
  padding: 10px;
  font-weight: bold;
  position: relative;
  margin-left: -10px;
}

.pc-header a{
  color:white;
}

.pc-header:before {
 content:"> ";
}

/* Calendar View */

.view.view-calendar-2 .date-nav-wrapper .date-prev,
.view.view-calendar-2 .date-nav-wrapper .date-next {
  background: none;
}

.view.view-calendar-2 .date-nav-wrapper .date-prev a,
.view.view-calendar-2 .date-nav-wrapper .date-next a {
  background: none;
  text-shadow:none;
}


.view-calendar-2 .item-list ul.pager {
  position: static;
}


/* My Content */

.view-document-library .item-list ul.pager {
  position: static;
}


.view-document-library ul.pager li.pager-first,
.view-document-library ul.pager li.pager-item,
.view-document-library ul.pager li.pager-current,
.view-document-library ul.pager li.pager-previous,
.view-document-library ul.pager li.pager-last,
.view-document-library ul.pager li.pager-next {
  background: none;
  padding: 0.5em;
  width: auto;
  display: inline;
}

/* Donuts Can Be Found Here */

.find-donuts ul li {
  list-style-image:none;
  display:inline-block;
  width:100px;
  height:40px;
}

.find-donuts a.website_link {
  background: url('../images/spritegrey.png') no-repeat 0 0;
  text-indent: -9999px;
  width: 32px;
  height: 33px;
  display: inline-block;
  overflow: hidden;
  margin: 2px;
}
.find-donuts a.website_link.Threshold, .find-donuts a.webiste_link Threshold:hover {
 background:url('../logo.png') no-repeat 0 0;
 background-size:contain;
 width:100px;
}


.find-donuts a.website_link { background-position: 0 -2156px; }
.find-donuts a.website_link:hover { background-position: -38px -2156px; }
.find-donuts a.website_link.Facebook { background-position: 0 -73px; }
.find-donuts a.website_link.Facebook:hover { background-position: -38px -73px; }
.find-donuts a.website_link.Twitter { background-position: 0 -109px; }
.find-donuts a.website_link.Twitter:hover { background-position: -38px -109px; }
.find-donuts a.website_link.YouTube { background-position: 0 -219px; }
.find-donuts a.website_link.YouTube:hover { background-position: -38px -219px; }
.find-donuts a.website_link.GooglePlus { background-position: 0 -694px; }
.find-donuts a.website_link.GooglePlus:hover { background-position: -38px -694px; }
.find-donuts a.website_link.Flickr { background-position: 0 -183px; }
.find-donuts a.website_link.Flickr:hover { background-position: -38px -183px; }
.find-donuts a.website_link.Vimeo { background-position: 0 -329px; }
.find-donuts a.website_link.Vimeo:hover { background-position: -38px -329px; }
.find-donuts a.website_link.LinkedIn { background-position: 0 -292px; }
.find-donuts a.website_link.LinkedIn:hover { background-position: -38px -292px; }
.find-donuts a.website_link.Instagram { background-position: 0 -731px; }
.find-donuts a.website_link.Instagram:hover { background-position: -38px -731px; }

#comments article {
padding:10px;
background:white;
opacity:.85;
margin-top:10px;
}

#dt {
padding:10px;
background:white;
opacity:.85;
margin-top:15px;
}

#comments ul {
  display:block;
  float:right;
}
a {
 color:darkgrey;
 text-shadow: 1px 1px #1b1b1b;
 opacity:1;
}

#node-7 .field-name-body pre,
#node-9 .field-name-body pre {
  color: darkgrey;
  opacity: 1;
  text-shadow: 1px 1px #1B1B1B;
}

#node-7 .field-name-body pre:hover,
#node-9 .field-name-body pre:hover {
  text-decoration: underline;
}

#node-7 .field-name-body pre.shown,
#node-9 .field-name-body pre.shown {
  color: white;
  text-shadow: none;
}

.view-og-user-groups.view-display-id-block_1 h3 {
  font-size: 14px;
}

#content { position: relative; }

.field-name-group-group {
  background: none repeat scroll 0 0 #808080;
  color: #FFFFFF;
  margin: 1ex;
  padding: 0.5ex 1ex;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  font-size: 1.2em;
}

.contentextra {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  margin-left: 70px;
  padding: 10px;
  width: 875px;
}

body.node-type-closed-committee #content {
  margin-bottom: 10px;
}

#contentextra {
  margin-bottom: 100px;
}

.view-member-directory-2.view-display-id-page_3 a[href="/print_directory"],
.views-summary > a.active{
 color:black;
}

.field-name-field-commitee-image {
  float:left;
  margin-right:20px;
}

.field-name-field-committee-image-closed {
  float:left;
  margin-right:20px;
}

.emailLink {
  display:inline-block;
  padding-bottom:5px;
  float:right;
}

.archiveLink {
  display:inline-block;
  padding-bottom:5px;
}

#homeSplash p {
  margin-left:0px;
}

.view-og-nodes DIV.views-field.views-field-field-committee-image-closed, .view-og-nodes DIV.views-field.views-field-field-commitee-image  {
 display:inline-block;
}

.view-og-nodes DIV.views-field.views-field-body {
 display:inline-block;
  width:75%;
 vertical-align:top;
}

.Full_Donut_Price-section > div:nth-child(1) {
 padding-top:0;
}

.Havana {
 background: url("/sites/default/files/backgrounds/newhavana.jpg") no-repeat center center fixed;
 background-size:cover;
 background-position:center;
}

.SanFran {
 background: url("/sites/default/files/backgrounds/newsanfrancisco.jpg") no-repeat center center fixed;
 background-size:cover;
 background-position:center;
}

.California {
 background: url("/sites/default/files/backgrounds/newbigsur.jpg") no-repeat center center fixed ;
 background-size:cover;
 background-position:center;

}

.Woods {
 background: url("/sites/default/files/estesparklowres_1.jpg") no-repeat center center fixed;
 background-size:cover;
 background-position:center;
}

ul.mobile-menu-block-holder {
  width:95%;
}

ul.flexnav {
 display:none;
}

li.mobile-menu-block {
 width: 28%;
 background: black;
 opacity: .8;
 display: inline-block;
 padding: 10px;
 height: 100px;
}

li.mobile-menu-block a{
 display: block;
 width: 74%;
 margin: 36px auto;
}

li.mobile-menu-block h3 {
 font-size: 28px;
}

ul.mobile-menu-block-holder {
 display:none;
}

#grants-nav, #conf-nav, #comm-nav {
 display:none;
}

li.mobile-menu-block h2 {
 display:inline-block;
 vertical-align:top;
 font-size:25px;
 margin-left:10%;

}

li.mobile-menu-block h3 {
 display:inline-block;
 font-size:20px;
}

li.mobile-menu-block a {
 width:95%;
 margin-top:23px;
}

#mobile-drop {
 display:block;
 background: black;
 width: 87%;
 margin: 0 auto;
 font-size: 14px;
 opacity: .8;
}

#mobile-drop ul li {
 list-style: none;
 margin-top: 5px;
}

#mobile-drop ul li a:visited {
 color:white;
}

.mobile_h1 {
 font-size:16px;
}

.more {
  float:right;
  font-size:13px;
}

h4.block-title {
 font-size:20px;
 margin-top:25px;
}

@media screen and (max-width:700px) {
  .region-footer > .block {
    float:none;
  }

  .region-footer {
    float:none;
  }

  .footer-login {
    width:100%;
  }

  #name-and-slogan {
   margin-top:30px;
  }
}

@media only screen and (max-width: 600px) {
.home-block {
  width:94.5%;
  min-height:200px;
  margin-bottom:10px;
}

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


}

