/*
 * @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.
 *
 *
 * 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: #ffffff;
}


body {
  font-family: 'Outfit', sans-serif;
  font-size: 87.5%;
}


/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {
  margin-bottom: 1em;
}

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 {}

/*
 * Wraps the sidebars the content column
 */
#columns {}

/*
 * 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 {}

/*
 * Footer wrapper
 */
#footer {}

/*
 * 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 */
  height: 220px;
}
#header-wrapper .container {
  position: relative;
  padding-top:20px;
}


/*
 * Wraps the nav elements
 */
#nav-wrapper {
  position: relative;
  top: -95px 
}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {
  position: relative;
  top: -110px;
}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
#content-wrapper {
  position: relative;
  top: -100px;
}
#content-wrapper .container {
  margin-top: 1em;
}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
    position: relative;
    top: -100px;
}
#footer-wrapper .container {}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {}

#donateButton {
  float: right;
}

#donateButton h2 {
  margin: 0;
}

#donateButton a {
  color: #E1523E;
  font-weight: 700;
}

#donateButton .menu-8130 a {
  font-size: 1.2em;
  font-weight: 400;
}

#donateButton .menu-8129 a {
  font-size: 1.2em;
  font-weight: 400;
}

#donateButton .menu-8131 a {
  font-size: 1.8em;
  text-decoration: underline;
  text-decoration-color: #000;
}

/*
 * Logo
 */
#logo {
  width: 50%;
  height: auto;
  background-color: inherit;
  top: 25px;
}

#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */

#site-name {
}

h1#site-name a {
  font-weight: 300;
    font-size: 2em;
}

h1#site-name {
  line-height: 90%;
  padding: 5px 0 0 .5em;
}

h1#site-name a:hover {
  cursor:pointer;
  text-decoration: none;
}

h2#site-slogan {
  margin: 0;
  float: right;
  color: #fff;
  font-size: 1.7em;
  position: relative;
  top: -55px;
  font-weight: 300;
}

.header-sm {
  float: right;
  margin-top: 5px;
}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: none;
  cursor: pointer;
}

/*
 * Site slogan (h2)
 */



/* =============================================================================
 *   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;
}


/* =============================================================================
 *   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 {}

/*
 * 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 {}


/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
  font-weight: 700;
}

a:link,
a:visited {
  color: #E1523E;
}

a:active,
a.active {
  color: #000;
}

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"]
 */
#menu-bar {
    clear: both;
    font-size: 1.2em;
    margin: 0 0 5px 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 20px;
}

.nav li a, .nav ul.menu li.last a {
  padding-right: 0;
}

.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;
}

/*
 * 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 {
}

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 {
  color: #000;
}

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 {}

.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 {}

/*
 * 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
 */
nav#block-superfish-1 {
  float: right;
}

nav#block-superfish-1 li {
  background-color: #ffffff;
}

nav#block-superfish-1 li.sfHover {
  background-color: #ffffff;
}

nav#block-superfish-1 a {
  color: #000000;
  border: none;
  height: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
}

nav#block-superfish-1 span {
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 20px;
}

nav#block-superfish-1 a:hover {
  background-color: #ffffff;
  font-weight: 700;
}

/*
 * "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 {}


/* =============================================================================
 *   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 {
  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;
}


/* =============================================================================
 *   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.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

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;
  font-size: 1em;
}

/*
 * 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;
}

/* =============================================================================
 *   Beginning of Customization by DS
 * ========================================================================== */


body.front div#footer-wrapper {
    position: relative;
    top: -100px;
}

h1#page-title {
  color: #E1523E;
  font-size: 2.2em;
  margin-top: .25em;
}

#content .panel-display, #content .panel-flexible {
  margin-left: 0;
  margin-right: 0;
}

div.inline-image {
  margin: 10px;
}

div.inline-image p {
  margin-bottom: 10px;
}

div.inline-image.left {
  margin: 10px 10px 10px 0;
}

div.inline-image.right {
  margin: 10px 0 10px 10px;
}

/*
 * Header
 */

/*
.not-front header#header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #E1523E;
  padding-bottom: 10px;
}
*/

#nameSloganDonate {
  background-color: #000;
}

#nameSloganDonate div.header-sm {
}

#name-and-slogan {
}

div#block-block-1 {
  margin: 0;
}

div#block-block-1 p {
  margin: 0;
}

.header-sm form#search-block-form {
  margin-top: 10px;
}

.header-sm div#block-block-1 {
  margin-top: 15px;
}


/*
 * Main Menu
 */

.menu a.active {
  color: #000;
}

#headerMenuInner .sf-menu.sf-horizontal.sf-shadow ul {
  background-color: #eee;
  border-radius: 8px;
  padding: 3px 10px;
}

.sf-sub-indicator {
  display: none;
}

div#headerMenu {
  margin-top: -35px;
}

div#headerMenu a {
  font-size: 130%;
}

#headerMenuInner {
}

.menu li.active-trail a {
  color: #000;
}


/*
 * Tabbed Pages
 */

.horizontal-tabs ul.horizontal-tabs-list {
  margin-bottom: 1.5em;
}

.horizontal-tabs ul.horizontal-tabs-list {
  font-size: 125%;
}

.horizontal-tabs ul.horizontal-tabs-list li.selected strong {
  color: #000;
}

body.node-type-page .two-66-33 .region-two-66-33-first {
  width: 80%  !important;
}

body.node-type-page .two-66-33 .region-two-66-33-second {
  width: 20%  !important;
}

/*
 * About Us, Who We Are
 */

.view-who-we-are table {
  table-layout: fixed;
}

.view-who-we-are .cols-0 caption {
  font-size: 1.5em;
  margin: 0.83em;
  font-weight: bold;
}

.view-who-we-are .views-field-display-name {
  width: 15%;
}

.view-who-we-are td.views-field-image-URL {
  width: 20% !important;
  max-width: 20% !important;
}

.view-who-we-are .views-field-image-URL img {
  max-height: 150px;
}
.view-who-we-are .views-field-public-bio-33 {
  width: 65%;
}

div#block-block-6 {
  margin-bottom: 0;
}

/*
 * Footer
 */

 #footer #block-block-3 .block-content {
  text-align: center;
 }

  #footer #block-block-3 .block-content > div {
  vertical-align: middle;
 }

  #footer #block-block-3 .block-content #smFrontTwitter {
    padding-left: 20px;
  }

    #footer #block-block-3 .block-content #footerSocialNetworks {
      padding-top: 20px;
    }

/*
 * Newsletter
 */

.node-newsletter.node-full .view-newsletter-header-block .views-row-1 {
  height: 400px;
  overflow: hidden;
  padding: 10px;
  background-color: #EEEEEE;
  margin: 0 10px;
}

.node-newsletter.node-full .view-newsletter-header-block .views-field-field-newletter-note-dear-friend {
  width: 28%;
  display: inline-block;
  height: 375px;
  overflow: auto;
  vertical-align:top;
  padding: 1%;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #4C0012;
}

.node-newsletter.node-full .view-newsletter-header-block .nlHeaderTitle h2 {
  margin: 0;
  text-align: center;
}

.node-newsletter.node-full .view-newsletter-header-block .views-field-nothing {
  width: 67%;
  display: inline-block;
  vertical-align:top;
  padding: 0 1%;
}

.node-newsletter.node-full .view-newsletter-header-block .nlHeaderImage {
  width: 63% !important;
  display: inline-block;
  vertical-align:top;
  padding: 1%;
}

.node-newsletter.node-full .view-newsletter-header-block .nlHeaderRight {
  width: 32%;
  display: inline-block;
  vertical-align:top;
  padding: 1%;
}

.node-newsletter.node-full .view-newsletter-header-block .nlHeaderRight .nlHeaderArticle {
  height: 330px;
  overflow: hidden;
}

.node-newsletter.node-full .view-newsletter-header-block .nlHeaderRight .nlHeaderReadMore {
  margin-top: 10px;
  text-align: right;
}

.node-newsletter.node-full .region-two-66-33-first .region-inner {
  padding: 10px 10px 10px 10px;
}

.node-newsletter.node-full .region-two-66-33-second .region-inner {
  padding: 10px 10px 10px 10px;
  border-left-style: dashed;
  border-left-color: #000;
  border-left-width: 1px;
}

.node-newsletter.node-full .view-display-id-block_1 p {
  margin-bottom: 5px;
}

.node-newsletter.node-full .view-display-id-block_1 h3 {
  margin: 5px 0;
}

.node-newsletter.node-full .field-name-field-newletter-snip-small-image span.caption {
  display: inline-block;
}

/*
 * Newsletter View
 */

div.view-newsletters .attachment {
  border-style: solid;
  border-width: 1px;
  border-color: #E1523E;
  padding: 0 20px;
  background-color: #EEEEEE;
  border-radius: 10px;
  box-shadow: 3px 3px 3px #dcdcdc;
}

div.view-newsletters .attachment div.views-row div.at-panel {
  border-width: 0;
}

div.view-newsletters div.views-row div.at-panel {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #4C0012;
}

div.view-newsletters div.views-row div.at-panel h2 {
  margin: 10px 0;
}

div.view-newsletters div.views-row div.at-panel .region-two-66-33-first {
  padding-right: 20px;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #4C0012;
}

div.view-newsletters div.views-row div.at-panel .region-two-66-33-second {
  margin-right: -42px;
  margin-left: 20px;
}

/*
 * Newsletter Article
 */

.node-newsletter-article.node-full .group-right {
  width: 25%;
  background-color: #EEEEEE;
  margin-top: 5px;
  padding-bottom: 10px;
}

.node-newsletter-article.node-full .group-right > section {
  padding: 0 10px;
}

.node-newsletter-article.node-full .group-left {
  width: 75%;
}

.node-newsletter-article.node-full .group-left > div {
  margin-right: 10px;
}

.node-newsletter-article span.inline-image {
  height: 100% !important;
}

/*
 * Frontpage Mini-Panel (slideshow and action menu)
 */


#mini-panel-frontpage_slideshow_action_menu .region-two-66-33-second {
  width: 24%;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #fff;
}

#mini-panel-frontpage_slideshow_action_menu .region-two-66-33-first {
  width: 75%;
}

#mini-panel-frontpage_slideshow_action_menu .region-two-66-33-second section.pane-menu-menu-action-items {
  background-color: #000;
  height: 506px;
}

#mini-panel-frontpage_slideshow_action_menu .region-two-66-33-first .pane-views-frontpage-slider-block > div.block-inner {
  margin-left: 0;
  margin-right: 0;
}

#mini-panel-frontpage_slideshow_action_menu .region-two-66-33-first .pane-views-frontpage-slider-block div.views-field-field-slide-image {
  background-color: #000;
}

#mini-panel-frontpage_slideshow_action_menu .region-two-66-33-first .pane-views-frontpage-slider-block div.views-field-nothing {
  padding: 8px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #4C0012;
}

/*
 * Frontpage Slideshow
 */

body.front #flexslider_views_slideshow_main_frontpage_slider-block_1 .flex-nav-container div.flexslider {
  border-width: 0 0 0 0 !important;
}

body.front #flexslider_views_slideshow_main_frontpage_slider-block_1 ul#flexslider_views_slideshow_frontpage_slider-block_1 {
  padding: 0 0 0 0;
}

body.front #flexslider_views_slideshow_frontpage_slider-block_1 div.views-field-nothing {
  width: 400px;
/*  height: 175px; */
  padding: 0 15px 15px 15px;
  overflow: hidden;
  float: right;
  background-color: rgba(255,255,255, 0.75);
  position: relative;
  top: 312px;
  margin-top: -312px;
  z-index: 149;
}

body.front #flexslider_views_slideshow_frontpage_slider-block_1 div.views-field-nothing h2 {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0.5em 0 0.25em 0;
}

body.front #flexslider_views_slideshow_frontpage_slider-block_1 div.views-field-nothing #sliderDisc {
}

body.front #flexslider_views_slideshow_frontpage_slider-block_1 div.views-field-nothing #sliderAction a {
  display: inline-block;
  vertical-align: top;
  margin: 14px auto 0 auto;
  background-color: #E1523E;
  color: #fff;
  padding: 10px 23px;
  font-weight: 700;
  font-size: 21px;
}

body.front #flexslider_views_slideshow_frontpage_slider-block_1 div.views-field-nothing #sliderAction a:hover {
  text-decoration: none;
  color: #ccc;
}

body.front #block-views-frontpage-slider-block .view-frontpage-slider div.attachment-after {
  position: relative;
  top: -200px;
  z-index: 400;
  width: 89%;
  margin: 0 auto;
  height: 77px;
  background: url(../images/pager.png);
}

body.front #block-views-frontpage-slider-block .view-frontpage-slider div.attachment-after .view-content > div.views-row {
  display: inline-block;
  width: 23%;
  text-align: center;
  padding: 0 8px;
  vertical-align: middle;
}

body.front #block-views-frontpage-slider-block .view-frontpage-slider div.attachment-after .view-content > div.views-row:hover {
  cursor: pointer;
}

body.front #block-views-frontpage-slider-block .view-frontpage-slider div.attachment-after .view-content div.views-field-field-pager-text {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-top: 20px;
}

body.front #block-views-frontpage-slider-block .view-frontpage-slider div.attachment-after .view-content div.views-field-field-pager-text.flex-active {
  color: #000;
}

body.front #block-views-frontpage-slider-block div.views-slideshow-controls-bottom {
  position: relative;
  top: -225px;
  z-index: 300;
  width: 90%;
  margin: 0 auto;
}

body.front #block-views-frontpage-slider-block div.views-slideshow-controls-bottom #views_slideshow_controls_text_previous_frontpage_slider-block_1 > a {
  background: url(../images/slider-nav.png);
  color: transparent;
  padding: 16px 0;
  background-repeat: no-repeat;
}

body.front #block-views-frontpage-slider-block div.views-slideshow-controls-bottom #views_slideshow_controls_text_pause_frontpage_slider-block_1 > a {
  display: none;
}

body.front #block-views-frontpage-slider-block div.views-slideshow-controls-bottom #views_slideshow_controls_text_next_frontpage_slider-block_1 {
  float: right;
}

body.front #block-views-frontpage-slider-block div.views-slideshow-controls-bottom #views_slideshow_controls_text_next_frontpage_slider-block_1 > a {
  background: url(../images/slider-nav.png);
  background-position: 0 100%;
  color: transparent;
  padding: 16px 10px;
  background-repeat: no-repeat;
}

body.front .flex-direction-nav {
  display: none;
}

body.front #flexslider_views_slideshow_main_frontpage_slider-block_1 ol.flex-control-paging li {
  margin: 15px;
}

#block-views-frontpage-slider-block {
  margin-bottom: 10px;
}

#block-views-frontpage-slider-block div.skin-default {
  margin-bottom: -50px;
}

div#block-block-3 h2,h3,h4 {
  margin: 0 0 .5em 0;
}

div#frontHowWeDoBox {
  border: 1px solid;
  padding: 10px;
}

div#frontHowWeDoBox p {
  padding: 0;
  margin-bottom: 0;
}

div#frontHowWeDoBox div {
  margin-top: 15px;
}

div#mini-panel-frontpage_3_column_ section {
  margin-bottom: 0px;
}

div#mini-panel-frontpage_2_column section {
  margin-bottom: 0;
}

div#mini-panel-frontpage_2_column .block {
  margin-bottom: 0;
}

div#mini-panel-frontpage_2_column .region-two-66-33-first .block-inner {
  margin: 10px;
}

div#mini-panel-frontpage_2_column div.region-two-66-33-first {
  margin-right: 4px;
  background-color: #fff8dc;
}

div#mini-panel-frontpage_2_column div.region-two-66-33-second {
  margin-left: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #4C0012;
}

div#mini-panel-frontpage_2_column div.region-two-66-33-second p {
  margin-bottom: 5px;
}

/*
 * How To Give Page
 */

.page-node-15  .block-panels-mini .block-inner {
  border-style: solid;
  border-width: 1px;
  border-color: #4C0012;
  border-radius: 5px;
  padding: 7px;
}


/*
 * Grant Fund Page
 */

body.node-type-grant-fund-page .two-66-33 .region-two-66-33-first {
  width: 80%  !important;
}

body.node-type-grant-fund-page .two-66-33 .region-two-66-33-second {
  width: 20%  !important;
}

/*
 * Past Grants View Page
 */

body.page-past-grants .views-field-id {
  width: 33%;
  vertical-align: top;
}

body.page-past-grants .views-field-grant-description-43 {
  vertical-align: middle;
}

body.page-past-grants .image-style-medium-static-height-250 {
  float: right;
  padding-left: 10px;
}

body.page-past-grants caption {
  font-weight: 700;
  font-size: 200%;
}

.page-grantees .masonry-item {
  width: 320px;
  min-width: 300px;
  margin-top: 8px;
}

.page-grantees .masonry-group {
    margin: 0 auto;
}

/*
 * CKeditor
 */

.cke_source {
  white-space: pre-wrap !important;
}


/*
 * Temp website
 */

div#block-block-2 {
  padding: 5px;
  border: 1px solid;
  background-color: #ffffff;
}

div#block-block-2 h3 {
  margin: 0px;
  font-size: 18px;
  text-align: center;
}

div#howYouDo {
  padding: 5px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}

div#page2SJF {
  padding: 5px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}

div#frontPageBottom {
  padding: 5px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
}

div#pageHowWeDoBox {
    border: 1px solid;
    padding: 10px;
    margin-bottom: 20px;
}

div#pageHowWeDoBox p {
  margin: 0;
}

div#programsPageSJF {
  border: 1px solid;
  padding: 10px;
}

.page-node-14 div.granteePage {
  border: 1px solid;
  padding: 10px;
  margin-bottom: 10px;
}

.page-node-18 div.granteePage {
  border: 1px solid #dddddd;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f6f6f6;
}

.page-node-14 div.granteePage h3 {
  margin:0 0;
  font-size: 1.2em;
}

.page-node-14 h2 {
  font-size: 2em;
}

body.node-type-page section#main-content div.field-name-body img {
  width: 40%;
  height: auto;
  float: right;
  margin: 8px;
  border: solid 1px;
}

.page-node-26 div#content {
  background-image: url("/sites/all/themes/ajmuste/images/sample.png");
  background-size: 100% 50%;
}

/*
 * for Print
 */

@media print {
  /* All your print styles go here */

#header {
  max-width: 100% !important;
  }

  img.site-logo {
  width: 80% !important;
  }

}

/*
 * SJF Application
 */

 #node-28 fieldset.webform-component-fieldset .fieldset-legend {
  font-size: 1.5em;
 }

 /*
 * Publications Order Form
 */

#webform-client-form-100 fieldset.pubFormSetLabel legend{
  font-size: 1.25em;
  font-weight: 700;
}

#webform-client-form-100 fieldset.pubFormSetLabel input{
  width: 46px;
}

#webform-client-form-100 fieldset.pubFormSetLabel .webform-component-number {
  margin-top: .5em;
  margin-bottom: .5em;
}

#webform-client-form-100 fieldset.pubFormSetLabel .webform-component-markup p{
  font-style: italic;
  font-size: .9em;
}

#webform-client-form-100 fieldset.pubFormSetLabel .webform-component-markup {
  margin-top: 0;
}

#webform-client-form-100 .webform-component--cornerstones-of-nonviolence-the-aj-muste-institute-pamphlet-series legend{
  font-size: 1.5em;
  font-weight: 700;
}

#webform-client-form-100 .webform-component--books legend{
  font-size: 1.5em;
  font-weight: 700;
}

#webform-client-form-100 input.pubFormCalcField{
  background-color: rgba(170, 170, 170, 0.4);
  color: rgb(90, 90, 90);
  border-width: .1px;
}

.form-item label.option{
  margin-left: .75em;
}

#webform-client-form-100 fieldset.webform-component--purchase legend {
  font-size: 1.5em;
  font-weight: 700;
}

 /*
 * SJF Grant Review / Approval Forms (and some for all webforms)
 */

 form.webform-client-form input:read-only {
  background-color: rgba(170, 170, 170, 0.4);
    border-color: rgba(118, 118, 118, 0.3);
    color: rgb(84, 84, 84);
}

#webform-client-form-105 fieldset.pubFormSetLabel legend {
  font-size: 1.75em;
  font-weight: 700;
}

#webform-client-form-105 fieldset.pubFormSetLabel div.fieldset-description p {
  font-size: 1.25em;
  font-weight: 700;
}
#webform-client-form-105 div.importantQuestion label {
  font-size: 1.75em;
  font-weight: 700;
}

 /*
 * SJF Grant Report Views
 */


.view-content span.thickLine hr {
  margin-top: 1.5em;
  border: 5px solid black;
}

 /*
 * SJF Grant Report Form
 */

 #webform-client-form-106 div.webform-component--civicrm-1-grant-1-cg29-custom-162 {
  display: none;
 }

/*
 * Staff and Board View Page
 */

body.page-board-and-staff .views-field-id {
  width: 50%;
  vertical-align: top;
}

.page-board-and-staff .masonry-item {
  width: 480px;
  min-width: 400px;
  margin-top: 8px;
  max-width: 95%;
}

.page-board-and-staff .masonry-group {
    margin: 0 auto;
}

 /*
 * SJF Grant Bank Info Form
 */

 #webform-client-form-115 div.webform-component--civicrm-1-grant-1-cg33-custom-229 {
  display: none;
 }

/*
 * Donate Pages Tweeks
 */

.page-civicrm-contribute input.crm-form-radio + label {
  padding-right: 20px;
}

/*
* Afform on the front end
*/

form#bootstrap-theme {
  padding: 10px;
}

p.crm-af-field-help-post {
  font-size: .85em;
  font-style: italic;
}

p.crm-af-field-help-pre {
  font-size: .85em;
  font-style: italic;
}

h4.af-title {
  font-weight: 600 !important;
  font-family: inherit !important;
}

label.crm-af-field-label {
  margin-top: 8px;
  font-size: 1.2em;
}

div.crm-af-field label {
  font-weight: 300 !important;
  margin-right: 20px;
}

af-field.af-field-type-hidden {
  display: none;
}


/*
* Temp
*/

.add-line-breaks {
  white-space: pre-line;
}

af-field.af-field-type-display-only > div.crm-af-field {
    background-color: #dddddd;
    padding: 5px;
    font-size: 1.4em;
    font-weight: 400;
    margin: 5px;
    width: fit-content;
    border: 1px solid black;
}


