/*
 * @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.
 */


@font-face {font-family: 'an-reg';src: url('fonts/2C33A6_0_0.eot');src: url('fonts/2C33A6_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2C33A6_0_0.woff') format('woff'),url('fonts/2C33A6_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'an-bold';src: url('fonts/2C33A6_1_0.eot');src: url('fonts/2C33A6_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/2C33A6_1_0.woff') format('woff'),url('fonts/2C33A6_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'an-demi';src: url('fonts/2C33A6_2_0.eot');src: url('fonts/2C33A6_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/2C33A6_2_0.woff') format('woff'),url('fonts/2C33A6_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'an-medlt';src: url('fonts/2C33A6_3_0.eot');src: url('fonts/2C33A6_3_0.eot?#iefix') format('embedded-opentype'),url('fonts/2C33A6_3_0.woff') format('woff'),url('fonts/2C33A6_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'an-med';src: url('fonts/2C33A6_4_0.eot');src: url('fonts/2C33A6_4_0.eot?#iefix') format('embedded-opentype'),url('fonts/2C33A6_4_0.woff') format('woff'),url('fonts/2C33A6_4_0.ttf') format('truetype');}
 

html {
  background: #fff;
}


body {
  font-family: "an-reg", Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  color: #333;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {
    font-size: 40px;
    line-height: 46px;
    padding: 0 0 15px 0;
    margin: 0 0 35px 0;
    font-weight: 400;
}

#page-title{
    padding-bottom: 22px;
}

h2 {
    font-family: 'an-demi';
    font-size: 18px;
    font-weight: normal;
    margin: 24px 0 8px 0;
    line-height: 24px;
}

.node-type-blog h2.node-title,
.node-type-news h2.node-title{
    font-size: 24px;
    line-height: 34px;
}

h3 {
    font-size: 16px;
    margin: 20px 0 10px;
}

h4 {
    font-size: 14px;
    margin: 20px 0 10px;
}

h5 {}

h6 {}

p {
    line-height: 28px;
    margin: 0 0 14px 0;
    font-size: 16px;
}

.checkbox li{
    list-style-image: url(images/checkbox.gif);
}

.image-caption{
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 19px;
    margin-top: -10px;
}

.intro{
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 30px;
}

.pull-quote{
    font-size: 24px;
    line-height: 34px;
    padding: 36px 0 12px 0;
    margin: 0;
    color: #777;
}

.pull-quote-credit{
    font-size: 14px;
    text-transform: uppercase;
    color: #777;
    padding: 0 0 36px 0;
    font-family: 'an-bold';
}

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {}

ol {}

li {
    line-height: 22px;
    padding: 6px 0;
    font-size: 16px;
}

dl {}

dd {}

dt {}

abbr {}

acronym {}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings.
 */
#page-wrapper {}
#page {}
#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {
    padding-top: 22px;
}

/*
 * Wraps the sidebars the content column
 */
#columns {
    padding-bottom: 40px;
}

/*
 * 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 {
    font-size: 16px;
}

/*
 * Footer wrapper
 */
#footer {
    background-color: #999999;
}

#footer-inner{
    
}

/*
 * 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 - you can style this but never
 * add any width/margin/padding/borders etc to .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 {
    float: left;
}

/*
 * Logo
 */
#logo {}

#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan
 */
#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 {
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

#block-gtranslate-gtranslate,
#block-menu-menu-utility-menu{
    float: right;
}

#block-gtranslate-gtranslate{
    margin-left: 0px;
}

#block-google-appliance-ga-block-search-form{
    float: right;
    clear: both;
}

.region-header .block-menu .menu{
    padding: 0;
    margin: 0;
}

.region-header .block-menu .menu li{
    list-style: none;
    padding: 0 12px;
    border-right: 1px solid #6b6b6b;
    display: inline;
}

.region-header .block-menu .menu li.last{
    border-right: none;
}

.region-header .block-menu .menu li a{
    color: #0079c1;
    font-family: 'an-demi';
    text-transform: uppercase;
}

.region-header .social-media-header{
    float: right;
}

.region-header .social-media-header{
    margin-right: 12px;
}
.region-header .social-media-header .block-content p{
    margin: 0;
}
.region-header .social-media-header .block-content a{
    margin-right: 4px;
}
.region-header .social-media-header .block-content a:last-child{
    margin-right: 0;
}

/*
 * 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;
  padding: 0;
}

/*
 * Attribution message and link
 */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}

.attribution a {
  text-decoration: none;
  color: inherit;
}

.attribution a:hover,
.attribution a:focus {
}


/* =============================================================================
 *   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
 */
#secondary-wrapper #page-title,
.region-secondary-content {
    margin: 0 32px;
}

/*
 * 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;
  color: #0079c1;
}

a:link,
a:visited {
    color: #0079c1;
}

a:active,
a.active {}

a:hover,
a:focus {
    text-decoration: underline;
}

.bef-select-as-links a:hover,
.bef-select-as-links a:focus,
.goog-te-menu-value:hover,
.bio-toggle:hover,
.network-resource-toggle:hover,
.all-resources:hover,
.tweet-innovation:hover{
    text-decoration: none;
}
.region-sidebar-second .stay-updated input[type=submit]:hover, .region-sidebar-second .share-innovation input[type=submit]:hover,
.region-sidebar-second .share-innovation .tweet-innovation:hover{
    background-color: #053d5e;
}



/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

.nav {
  clear: both;
  margin: 10px 0;
}

#menubar-wrapper{
    background-color: #0079c1;
    margin-bottom: 59px;
}

.node-type-blog #breadcrumb li.crumb-last,
.node-type-news #breadcrumb li.crumb-last,
.node-type-events #breadcrumb li.crumb-last{
    display: none;
}

.breadcrumbs-active #menubar-wrapper{
    margin-bottom: 20px;
}

#menu-bar{
    padding:0;
}


.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'an-bold';
  padding: 18px 10px 15px 9px;
}

.nav ul.menu li.expanded > a{
    padding-right: 18px;
}

.nav ul.menu li.expanded > a:after{
    content: '\25BC';
    position: relative;
    font-size: 10px;
    top: -2px;
    left: 5px;
    line-height: 19px;
}

.nav ul.menu li a:visited {}


.nav ul.menu li:hover,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus{
    background-color: #053d5e;
    text-decoration: none;
}

.nav ul.menu li.active-trail > a{
    background-color: #045f95;    
}

.nav .block {
  margin-bottom: 0;
}

.nav ul.menu li ul{
    display: none;
    position: absolute;
    background-color: #045f95;
    padding: 0 1px;
    z-index: 1000;
}

.nav ul.menu li:hover ul.menu{
    display: block;
}

.nav ul.menu ul.menu li{
    display: block;
    float: none;
    border-bottom: 1px solid #82afca;
}
.nav ul.menu ul.menu ul.menu{
    display: none;
}
.nav ul.menu li.expanded > a:after{
    display: none;
}

.nav ul.menu ul.menu li.last{
    border-bottom: none;
}

.nav ul.menu ul.menu li a{
    font-family: 'an-demi';
    padding-top: 18px;
    padding-bottom: 18px;
    min-width: 218px;
}

/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */

.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.at-mt .at-menu-toggle-button {
  margin: 0;
}

.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}




/* =============================================================================
 *   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 the string is two chars */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 0 0 38px;
  padding: 0 33px;
}

/* 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 {}

#breadcrumb .crumb-separator {
    margin: 0 2px;
}


/* =============================================================================
 *   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 {}

.field-label-inline .field-label {
  margin: 0;
}

/*
 * 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 {}
#block-google-appliance-ga-block-search-form{
    margin-top: -20px;
}

#block-google-appliance-ga-block-search-form input[type=submit],
.view-resources #edit-submit-resources,
.view-directory #edit-submit-directory{
  background-color: #f47735;
  border: none;
  color: #FFF;
  font-family: 'an-bold';
  padding: 7px 7px 5px;
  border-radius: 2px;
}

#block-google-appliance-ga-block-search-form input[type=text]{
  padding: 5px 10px 6px;
  border-radius: 3px;
  border: 1px solid #999999;
  min-width: 301px;
}

#block-system-main .search-google-appliance-search-form input[type=text]{
    max-width: 245px;
}

.view-resources #edit-submit-resources,
.view-directory #edit-submit-directory{
  margin-top: 0;
  padding: 8px 8px 7px;
  border-radius: 4px;
}

.view-resources #edit-submit-resources:focus,
.view-directory #edit-submit-directory:focus{
  outline:none;
}

/*
 * "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 {}


/* =============================================================================
 *   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 {}

textarea{
    resize: none;
}

.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;
}

/*
 * 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;
}

/*
 *  Content Styles
 */

#content h2.block-title{
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 12px;
}

/* Views General */
.ajax-progress, .ajax-progress-throbber {
    display: none;
}

.bef-select-as-links{
    margin-top: 48px;
    margin-bottom: 30px;
}

.bef-select-as-radios{
    margin: 10px 0;
}

.bef-select-as-links .form-type-bef-link,
.bef-select-as-radios .form-type-radio{
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 11px;
}

.bef-select-as-radios .form-type-radio input[type="radio"]{
    display: none;
}

.bef-select-as-radios .form-type-radio label,
.bef-select-as-links .form-type-bef-link a{
    display: block;
    padding: 6px 28px;
    border: 1px solid #3f61ad;
    border-radius: 4px;
    font-family: 'an-demi';
    font-size: 16px;
    cursor: pointer;
    color: #0079c1;
    font-weight: normal;
}

.bef-select-as-radios .form-type-radio label.active,
.bef-select-as-links .form-type-bef-link.selected a{
    background-color: #3f61ad;
    color: #FFF;
}
.view-opportunities .bef-select-as-radios,
.view-opportunities .bef-select-as-links,
.view-partners .bef-select-as-links,
.view-projects-current-studies .bef-select-as-links{
    margin-top: 0px;
}
.view-opportunities .bef-select-as-radios .form-type-radio,
.view-opportunities .bef-select-as-links .form-type-bef-link,
.view-partners .bef-select-as-links .form-type-bef-link{
    margin-right: 2px;
}

.view-opportunities .bef-select-as-radios .form-type-radio label,
.view-opportunities .bef-select-as-links .form-type-bef-link a{
    padding: 6px 8px;
    font-size:15px;
}

.view-opportunities .views-submit-button {
  display:none;
}

.view-partners .bef-select-as-radios .form-type-radio label,
.view-partners .bef-select-as-links .form-type-bef-link a{
    font-size: 14px;
    padding: 6px 10px;
}

.view-projects-current-studies .card-wrapper .card-image {
  display:none;
}

.view-projects-current-studies .field-name-field-projects-image {
  max-width:375px;
}

.view-projects-current-studies .field-name-field-projects-image img {
  display:block;
  margin-bottom:15px;
}

/*
 *  Front General
 */

.front #content section{
    padding-left: 20px;
    padding-right: 20px;
}

/*
 * Home Banner Data Card
 */

#block-views-home-banner-block{
    margin-bottom: 0;
}

.banner-bottom-block {
  margin-bottom:29px;
}

.banner-top{
    margin-bottom: 27px;
    position: relative;
}

.banner-image img{
    display: block;
}

.banner-text-wrap{
    position: absolute;
    height: 100%;
    top: 0;
}
.banner-text-cell{
    display: table-cell;
    vertical-align: middle;
    padding: 40px;
    background: rgba(0,0,0,0.50);
}
.banner-text-table{
    height: 100%;
    display: table;
}

.banner-top .field-type-text{
    font-size: 24px;
    font-family: 'an-bold';
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
}

.banner-top .field-type-link-field{
    text-align: center;
}

.banner-top .field-type-link-field a{
    color: #FFF;
    font-family: 'an-demi';
    font-size: 18px;
    background-color: #0079c1;
    padding: 12px 53px;
    border-radius: 3px;
}

.banner-bottom{
    text-align: center;
    font-size: 18px;
}

.banner-bottom div{
    display: inline;
    margin: 0 20px;
}

.banner-bottom .value{
    color: #FFF;
    font-family: 'an-bold';
    padding: 15px 0px;
    border-radius: 50%;
    display: inline-block;
    width: 59px;
    margin-right: 8px;
}

.innovators .value{background: #60a770;}
.countries .value{background:#d59f0f;}
.innovations .value{background:#f47735;}
.banner-bottom .label{
    font-family: 'an-med';
}

/*
 *  Data Cards
 */

.card-wrapper,
.view-shared-innovations .views-row {
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 5px #e0e0e0;
    margin-bottom: 23px;
}

.card-wrapper p,
.view-shared-innovations .views-row p {
    margin-bottom: 15px;
}

/** Blog/News Card **/

.card-wrapper.blog-news-card{
    padding: 20px 18px;
}

.blog-news-card .card-photo{
    width: 33%;
    float: left;
}

.blog-news-card.no-img .card-photo{
    display: none;
}

.blog-news-card .card-info{
    margin-bottom: 8px;
}

.blog-news-card .card-content{
    float: right;
    width: 64%;
}

.blog-news-card.no-img .card-content{
    float: none;
    width: 100%;
}

.card-info .data-type,
.featured .views-field-type{
    text-transform: uppercase;
}

.node .card-title h2,
.featured .views-field-title{
    font-family: 'an-bold';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 4px;
    line-height: 24px;
}

.card-wrapper .field-name-field-tags ul{
    padding: 0;
    margin: 0;
}

.card-wrapper .field-name-field-tags{
    margin-bottom: 0;
}

.view-opportunities .card-wrapper .field-name-field-tags a{
    font-style: italic;
}

.node-type-blog .field-name-field-tags li,
.node-type-news .field-name-field-tags li,
.card-wrapper .field-name-field-tags li{
    list-style: none;
    display: inline;
}

.node-type-blog .field-name-field-tags li::after,
.node-type-news .field-name-field-tags li::after,
.card-wrapper .field-name-field-tags li::after{
    content: ', ';
}

.node-type-blog .field-name-field-tags li:last-child::after,
.node-type-news .field-name-field-tags li:last-child::after,
.card-wrapper .field-name-field-tags li:last-child::after{
    content: '';
}

.view-blog-news-events .attachment .Blog a,
.node-blog.card-wrapper a,
.node-type-blog #content a{
    color: #009900;
}

.in-the-news.card-wrapper a{
    color: #b72c2c;
}

.featured .views-field.views-field-field-photo img{
    display: block;
}

.featured .views-row .views-field{
    margin-bottom: 10px;
}

.featured .views-field.views-field-field-photo{
    margin-bottom: 18px;
}

.featured .views-row .views-field-nothing{
    margin-bottom: 8px;
}

/* where we work section */
.section-where-we-work #block-system-main,
.section-where-we-work #block-system-main > article,
.section-discussion-board #block-system-main,
.section-discussion-board #block-system-main > article {
  margin-bottom:0;
}

.section-where-we-work .block-region-content > article .field-name-body p,
.section-discussion-board .block-region-content > article .field-name-body p {
  font-family:'an-med';
  line-height:24px;
}

/** Opportunities Card **/

.opportunities-card,
.where-we-work-card,
.discussion-card,
.view-shared-innovations .views-row {
    padding: 20px 0;
}

.opportunities-card .card-content,
.where-we-work-card .card-content,
.discussion-card .card-content,
.view-shared-innovations .views-row .views-field-value {
    padding: 20px 40px 0px;
    font-size: 16px;
}

.discussion-card .card-content,
.view-shared-innovations .views-row .views-field-value {
  padding-top:15px;
}

.where-we-work-card .card-content p,
.discussion-card .card-content p,
.view-shared-innovations .views-row .views-field-value p {
  line-height:24px;
}

.where-we-work-card .field-type-taxonomy-term-reference li {
  font-family:'an-demi';
  font-size:14px;
}

.op-type{
    background-color: #999999;
    color: #FFF;
    font-family: 'an-bold';
    display: inline-block;
    padding: 4px 25px 2px 35px;
    background-repeat: no-repeat;
}

.grants .op-type{
    background-image: url('images/grants-ico.png');
    background-position: 6px center;
    background-color: #0079c1;
}

.volunteer .op-type{
    background-image: url('images/volunteer-ico.png');
    background-position: 8px center;
    background-color: #d59f0f;
}

.volunteer a{
    color: #d59f0f;
}

.external .op-type{
    background-image: url('images/external-ico.png');
    background-position: 8px center;
}

.summits .op-type{
    background-image: url('images/summits-ico.png');
    background-position: 5px center;
    background-color: #79a52a; 
}

.partnerships .op-type {
  background-image: url('images/partnerships-ico.png');
  background-color:#65608a;
  background-position:7px 8px;
}

.partnerships a {
  color:#65608a;
}

.summits a{
    color: #79a52a;
}

.jobs .op-type{
    background-image: url('images/jobs-ico.png');
    background-position: 8px center;
    background-color: #f47735;     
}

.jobs a{
    color: #f47735;
}

/* Where We Work Section/Card */

.we-work-content-title{
    display: none;
}

#block-views-where-we-work-block-1{
    margin-bottom: 65px;
}

.where-we-work-card .op-type{
    padding-right: 45px;
    padding-left: 15px;
}

.where-we-work-card .field-name-field-type ul{
    margin: 0;
    padding: 0;
}

.where-we-work-card .field-name-field-type li{
    display: inline;
    list-style: none;
}

.where-we-work-card .field-name-field-type,
.where-we-work-card h2.node-title{
    margin-bottom: 8px;
}

.where-we-work-card .field-name-field-type li:after{
    content: ", ";
}

.where-we-work-card .field-name-field-type li:last-child:after{
    content: "";
}
.africa .op-type{
    background-color: #79a52a;
}
.africa .field-name-field-type,
.africa .node-title{
    color: #79a52a;
}

.asia .op-type{
    background-color: #f47735;
}
.asia .field-name-field-type,
.asia .node-title{
    color: #f47735;
}

.south-america .op-type{
    background-color: #0079c1;
}
.south-america .field-name-field-type,
.south-america .node-title{
    color: #0079c1;
}

.north-america .op-type{
    background-color: #65608a;
}
.north-america .field-name-field-type,
.north-america .node-title{
    color: #65608a;
}

.pop-up-title{
    margin-bottom: 4px;
    font-weight: bold;
}

.pop-up-content p{
    line-height: inherit;
    margin: 0 0 4px 0;
    font-size: 13px;
}


/* discussion cards */
.discussion-card .post-date,
.view-shared-innovations .views-row .views-field-submitted {
    background-color: #0079c1;
    color: #FFF;
    font-family: 'an-bold';
    display: inline-block;
    padding: 4px 15px 2px 15px;
    background-repeat: no-repeat;
    font-size:14px;
}

.discussion-card .comment-links {
  padding:0 40px;
}

.discussion-card .comment-links a {
  display:inline-block;
  border:1px solid #067abb;
  font-family:'an-demi';
  font-size:14px;
  border-radius:3px;
  padding:2px 29px;
  margin:15px 12px 0 0;
  color:#067abb;
}

.discussion-card .comment-links a:hover {
  text-decoration:none;
  background:#067abb;
  color:#FFF;
}


/*
 *  Right Sidebar Styles
 */
.region-sidebar-second .block{
    box-shadow: 0px 0px 5px #e0e0e0;
}

.region-sidebar-second .no-border.block{
    box-shadow: none;
}

.region-sidebar-second .twitter{
    box-shadow: none;
}

.region-sidebar-second #twitter-widget-0{
    min-width: 180px;
    width: 100% !important;
}

.region-sidebar-second .block-content{
    border: 1px solid #e0e0e0;
    border-top: none;
    padding-top: 20px;
    padding-bottom: 23px;
}
.region-sidebar-second .no-border .block-content{
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.region-sidebar-second .more-link{
    text-align: center;
    font-family: 'an-med';
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
}

.twitter .block-content{
    border: none;
    padding: 0;
    box-shadow: none;
}

.region-sidebar-second .views-row{
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.region-sidebar-second .events .views-row-last{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.region-sidebar-second .events .more-link{
    padding-top: 25px;
    margin-top: 15px;
    border-top: 1px solid #e0e0e0;    
}

.region-sidebar-second .block{
    margin-bottom: 50px;
}

.region-sidebar-second h2.block-title{
    font-family: 'an-bold';
    font-size: 18px;
    text-align: center;
    color: #FFF;
    background-color: #04aded;
    font-weight: 200;
    padding: 40px 0px 5px;
    background-repeat: no-repeat;
    background-position: center -20px;    
    position: relative;
}

.region-sidebar-second .share-innovation .block-inner{
    position: relative;
}

.region-sidebar-second .share-innovation .block-content::before,
.region-sidebar-second h2.block-title::before {
    content: '';
    display: block;
    height: 67px;
    width: 67px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: -32px;
    left: 0;
    right: 0;
}

.region-sidebar-second .block-discussion h2.block-title {
  padding-top:47px;
  padding-bottom:7px;
}

.region-sidebar-second .share-innovation .block-content::before{
  background-image: url('images/sb-share-ico.png');
}

/* integrating discussion board styles */

.region-sidebar-second .block-discussion h2.block-title::before {
  background-image: url('images/start-discussion-icon.png');
}

.region-sidebar-second .block-discussion,
.region-sidebar-second .block-discussion h2.block-title {
  background-color:#948eba;
}

.region-sidebar-second .block-discussion h2.block-title {
  color:#000;
}

.region-sidebar-second .block-discussion .node-discussion-form input {
  width:100%;
}

.region-sidebar-second .share-innovation{
    background-color: #99ccff;
}

.region-sidebar-second .stay-updated h2,
.region-sidebar-second .stay-updated{
    background: #CCCCCC;
    color: #333333;
}

.region-sidebar-second .share-innovation .block-content,
.region-sidebar-second .stay-updated .block-content,
.region-sidebar-second .block-discussion .block-content {
    border: none;
    text-align: center;
    padding: 0px 30px 20px;
}

.region-sidebar-second .share-innovation .block-content{
    padding-top: 30px;
}

.region-sidebar-second .share-innovation .tweet-innovation{
    display: block;
}

.captcha{
    width: 175px;
    margin:auto;
}

.node-discussion .captcha{
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}

.g-recaptcha > div > div{
    width: 100% !important;
}

.g-recaptcha iframe{
    width: 100% !important;
    border-radius: 7px;
}

.region-sidebar-second .stay-updated input[type=submit],
.region-sidebar-second .share-innovation input[type=submit],
.region-sidebar-second .share-innovation .tweet-innovation,
.donate-button{
    color: #FFF;
    font-family: 'an-demi';
    font-size: 18px;
    background-color: #0079c1;
    padding: 12px 0px;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    width: 100%;
}

.region-sidebar-second .stay-updated .webform-component-email {
  position:relative;
}

.region-sidebar-second .stay-updated .webform-component-email label {
  position:absolute;
  top:16px;
  left:10px;
  font-size:14px;
  color:#999999;
}

.donate-button:link,
.donate-button:visited{
    color: #FFF;
    padding: 12px 40px 13px;
}

.region-sidebar-second .share-innovation .dyna-twitter p{
    margin: 5px 0;
}

.region-sidebar-second .stay-updated .webform-component-markup{
    margin-top: 0;
}

.region-sidebar-second .stay-updated input[type=email],
.region-sidebar-second .share-innovation textarea,
.region-sidebar-second .block-discussion .form-text,
.region-sidebar-second .block-discussion textarea,
.comment-form .form-text,
.comment-form .form-textarea {
    width: 100%;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #999999;
    margin-top: 9px;
}

.region-sidebar-second .block-discussion .form-item {
  position:relative;
}

.region-sidebar-second .block-discussion .form-item label {
  position:absolute;
  top:11px;
  left:10px;
  color:#999;
  font-size:14px;
  font-family:sans-serif;
  font-weight:normal;
  font-style:normal;
  text-align:left;
}

.region-sidebar-second .block-discussion .field-type-image-form .form-item label {
  position:inherit;
  left:0;
  top:0;
}
.webform-component--tell-us-what-you-made-today {
  position:relative;
}

.webform-component--tell-us-what-you-made-today label {
  color:#999;
  position:absolute;
  top:10px;
  left:10px;
  font-weight:normal;
  font-size:14px;
  letter-spacing:normal;
  font-family:sans-serif;
  line-height:normal;
  font-style:normal;
}

.region-sidebar-second .block-discussion .form-item,
.region-sidebar-second .block-discussion textarea,
.comment-form .form-textarea,
.comment-form .form-item {
  margin:0;
}

.comment-form .form-item {
  position:relative;
}

.not-logged-in .comment-form label {
  position:absolute;
  color:#999;
  font-size:16px;
  font-family:sans-serif;
  font-weight:normal;
  font-style:normal;
  top:13px;
  left:11px;
}

.comment-form .form-type-textarea label {
  top:33px;
  position:absolute;
  color:#999;
  font-size:16px;
  font-family:sans-serif;
  font-weight:normal;
  font-style:normal;
  left:11px;
}

.region-sidebar-second .block-discussion .form-text,
.comment-form .form-text,
.comment-form .form-textarea {
  padding:15px 12px;
  margin-top:0;
}

.region-sidebar-second .field-name-field-discussion-image-form {
  margin-bottom:10px;
  position:relative;
}

.region-sidebar-second .block-discussion textarea,
.comment-form .form-textarea {
  border-radius:4px 4px 0 0;
}

.region-sidebar-second .block-discussion .resizable .grippie,
#comments .resizable .grippie {
  border-radius:0 0 4px 4px;
  border:none;
  margin-bottom:10px;
}

.region-sidebar-second .block-discussion .field-name-field-discussion-image-form label,
.region-sidebar-second .block-discussion .form-actions .form-submit,
.comment-form .form-actions .form-submit,
.region-sidebar-second .block-discussion .image-widget-data input.form-submit,
.anchor-to a {
  background-color:#65608b;
  color:#FFF;
  padding:10px 10px 9px 10px;
  border-radius:4px;
  box-sizing:border-box;
  text-align:left;
  font-size:18px;
  border:none;
  font-family:'an-med';
  font-weight:normal;
}

.anchor-to a {
  display:block;
  margin-bottom:22px;
  text-align: center;
  font-size:18px;
  width:290px;
}

.anchor-to a:hover {
  text-decoration:none;
}

.region-sidebar-second .block-discussion .field-name-field-discussion-image-form label {
  cursor:pointer;
}

.region-sidebar-second .block-discussion .field-name-field-discussion-image-form label:before {
  content:'+ ';
}

.region-sidebar-second .block-discussion .field-name-field-discussion-image-form .form-type-managed-file input.form-file,
.region-sidebar-second .block-discussion .field-name-field-discussion-image-form .form-type-managed-file .image-widget-data .file,
.region-sidebar-second .block-discussion .field-name-field-discussion-image-form .form-type-managed-file .image-widget-data .file-size {
  display:none;
}

.region-sidebar-second .block-discussion .ajax-progress-throbber {
  display:none !important;
}

.region-sidebar-second .block-discussion .field-name-field-discussion-image-form .form-type-managed-file .description {
  display:none;
  margin-top:10px;
  position:relative;
}

.region-sidebar-second .block-discussion .field-name-field-discussion-image-form .form-type-managed-file .description .close-me {
  position:absolute;
  right:10px;
  top:0;
  cursor: pointer;
}

.region-sidebar-second .image-preview {
  padding:0;
  position:absolute;
  top:6px;
  right:12px;
  width:50px;
  height:34px;
  z-index:999;
}

.region-sidebar-second .block-discussion .image-widget-data input.form-submit {
  position:absolute;
  top:0;
  left:0;
  padding:13px 10px 12px;
  cursor:pointer;
}

.region-sidebar-second .block-discussion .form-actions {
  margin-top:10px;
}

.region-sidebar-second .block-discussion .form-actions .form-submit,
.comment-form .form-actions .form-submit {
  text-align:center;
}

.region-sidebar-second .share-innovation textarea{
    height: 170px;
}

.region-sidebar-second .stay-updated input[type=email]:focus,
.region-sidebar-second .share-innovation textarea:focus,
.region-sidebar-second .block-discussion input:focus,
.region-sidebar-second .block-discussion textarea:focus,
#comments .form-textarea:focus,
#comments input:focus {
    outline: none;
}

.region-sidebar-second .stay-updated .webform-component-markup p{
    line-height: 23px;
}

.region-sidebar-second .share-innovation .webform-component-markup p{
    font-size: 18px;
    line-height: 26px;
    padding: 0 12px;
}

.region-sidebar-second .stay-updated h2.block-title::before{
    background-image: url('images/sb-signup-ico.png');
    width: 70px;
}

.region-sidebar-second .video .block-content a{
    color: #776648;
}
.region-sidebar-second .video h2.block-title{
    background-color: #776648;
}
.region-sidebar-second .video h2.block-title::before{
    background-image: url('images/sb-video-ico.png');
}

.region-sidebar-second .video .views-row-last{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.region-sidebar-second .twitter .block-content a{
    color: #04aded;
}
.region-sidebar-second .twitter h2.block-title{
    background-color: #04aded;
}
.region-sidebar-second .twitter h2.block-title::before{
    background-image: url('images/sb-twitter-ico.png');
}

.region-sidebar-second .in-news .block-content a{
    color: #b72c2c;
}
.region-sidebar-second .in-news h2.block-title{
    background-color: #b72c2c;
}
.region-sidebar-second .in-news h2.block-title::before{
    background-image: url('images/sb-news-ico.png');
}

.region-sidebar-second .resources .block-content a{
    color: #d59f0f;
}
.region-sidebar-second .resources h2.block-title{
    background-color: #d59f0f;
}
.region-sidebar-second .resources h2.block-title::before{
    background-image: url('images/sb-resources-ico.png');
}

.region-sidebar-second .events .block-content a{
    color: #f47735;
}
.region-sidebar-second .events h2.block-title{
    background-color: #f47735;
}
.region-sidebar-second .events h2.block-title::before{
    background-image: url('images/sb-events-ico.png');
}

.region-sidebar-second .blog .block-content a{
    color: #009900;
}
.region-sidebar-second .blog h2.block-title{
    background-color: #009900;
}
.region-sidebar-second .blog h2.block-title::before{
    background-image: url('images/sb-blog-ico.png');
}

.region-sidebar-second .views-field-title,
.region-sidebar-second .views-field-field-resource-link,
.region-sidebar-second .views-field-field-resource-upload{
    font-family: 'an-bold';
    font-size: 16px;
}

.region-sidebar-second .views-field-field-resource-author a{
    font-family: 'an-bold';
}

.resources .views-field-field-date{
    text-transform: uppercase;
}

.events .views-row{
    display: block;
}

.events .event-date-container,
.events .event-content{
    display: table-cell;
    vertical-align: top;
}

.events .event-date-container .field-content{
    color: #FFF;
    padding: 9px 0px 6px;
    border-radius: 50%;
    display: inline-block;
    width: 64px;
    margin-right: 8px;
    background-color: #f47735;
    font-family: 'an-med';
    text-align: center;
    margin-right: 10px;
}

.events .event-title{
    font-family: 'an-demi';
    font-size: 18px;
    line-height: 22px;
}

.events .block-content .event-title a{
    color: #000;
}

.events .event-month{
    text-transform: uppercase;
}

.events .event-day{
    font-size: 27px;
    line-height: 23px;
}

.events .date-container .field-content span{
    display: block;
}

/* People/Partners/What We Do Data Cards */

.card-wrapper.people,
.card-wrapper.partner,
.card-wrapper.resource{
    border: none;
    border-top: 1px solid #d9dfef;
    box-shadow: none;
    padding-top: 28px;
    padding-bottom: 32px;
    margin-bottom: 0;
}

.card-wrapper.what-we-do{
    box-shadow: none;
    border: none;
}

.card-wrapper .table-wrap{
    display: table;
}

.card-wrapper.what-we-do .table-wrap{
    padding: 22px 6px 18px;
}

.card-wrapper .table-cell{
    display: table-cell;
    vertical-align: top;
}

.card-wrapper.people .card-content,
.card-wrapper.partner .card-content,
.card-wrapper.what-we-do .card-content{
    padding-top: 5px;
    padding-left: 25px;
}

.card-wrapper.projects-studies .card-content{
    padding:20px;
    font-size: 16px;
}

.card-wrapper.people h2{
    margin-bottom: 3px;
}

.card-wrapper.partner h2,
.card-wrapper.projects-studies h2{
    margin-bottom: 9px;
}

.card-wrapper.what-we-do h2{
    font-size: 24px;
    font-family: 'an-reg';
    border-bottom: 1px solid #d9dfef;
    padding-bottom: 8px;
    padding-left: 4px;
}

.card-wrapper.people .field-name-field-title,
.card-wrapper.partner .partner-type{
    text-transform: uppercase;
    margin-bottom: 2px;
}

.card-wrapper.partner .partner-type{
    margin-bottom: 0;
}

.card-wrapper.partner .field-name-field-lead-pi{
    font-size: 16px;
    margin-bottom: 10px;
}

.card-wrapper .field-label{
    font-weight: normal;
}

.card-wrapper.projects-studies .field-label{
    font-weight: bold;
    margin: 15px 0 0 0;
}

.card-wrapper.people .field-name-field-email a{
    font-family: 'an-bold';
}

.card-wrapper.people .card-bio{
    clear: both;
    padding-top: 22px;
}

.card-wrapper.people .card-photo img{
    border-radius: 60px;
}

.card-wrapper .card-image img,
.card-wrapper.people .card-photo img{
    max-width: none;
    display: block;
}

.card-wrapper.what-we-do .card-content,
.card-wrapper.resource .card-content{
    font-size: 16px;
}

.card-wrapper.what-we-do .field-name-field-header,
.card-wrapper.what-we-do .view-wwd{
    font-family: 'an-bold';
}

.card-wrapper.what-we-do .field-name-field-header{
    margin-bottom: 7px;
}

.card-wrapper.what-we-do .field-name-field-description,
.card-wrapper.resource .field-name-field-description{
    margin-bottom: 10px;
}

.card-wrapper.resource .field-name-field-resource-author{
    margin-bottom: 15px;
}

.bio-toggle,
.partner-button,
.resource-link,
.network-resource-toggle{
    padding: 4px 18px;
    width: 85px;
    display: block;
    border: 1px solid #3f61ad;
    border-radius: 4px;
    font-family: 'an-demi';
    font-size: 14px;
    margin-top: 6px;
    text-align: center;
}


.network-resource-toggle{
    margin-bottom: 48px;
    margin-top: 10px;
}

.partner-button,
.resource-link{
    display: inline-block;
    width: auto;
    text-align: left;
}

.partner-button:hover,
.resource-link:hover{
    text-decoration: none;
}

.card-wrapper.resource,
.view-network-resources .views-row {
    background-repeat: no-repeat;
    background-position: 1px 22px;
    padding-top: 25px;
    padding-left: 145px;
    padding-right: 25px;
    padding-bottom: 70px;
}

.card-wrapper.resource h2.node-title{
    font-family: 'an-bold';
    font-size: 16px;
    margin-bottom: 7px;
}

.card-wrapper.resource .field-name-field-resource-type{
    margin: 0;
}

.card-wrapper.resource .field-name-field-resource-type ul{
    padding: 0;
    margin: 0;
}

.card-wrapper.resource .field-name-field-resource-type ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.view-resources .views-exposed-form .views-exposed-widgets,
.view-directory .views-exposed-form .views-exposed-widgets{
    margin-bottom: 37px;
}

.view-resources .views-exposed-form select,
.view-resources .views-exposed-form select:focus,
.view-directory .views-exposed-form select,
.view-directory .views-exposed-form select:focus{
    background: transparent;
    padding: 8px 20px 6px 8px;
    line-height: 1;
    border: 1px solid #8da2b2;
    color: #3f61ad;
    font-size: 16px;
    font-family: 'an-reg';
    border-radius: 4px;
    height: 34px;
   -webkit-appearance: none;
    outline: none;
    background-image: url(images/select-arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

  .view-resources .all-resources, 
  .view-resources .all-resources:link, 
  .view-resources .all-resources:visited,
  .view-directory .all-resources, 
  .view-directory .all-resources:link, 
  .view-directory .all-resources:visited{
      width: 48%;
      box-sizing: border-box;
      text-align: center;
  }
  
  .view-resources .views-exposed-form .views-exposed-widget,
  .view-directory .views-exposed-form .views-exposed-widget{
      padding-right: 0;
      width: 48%;
      margin-right: 10px;
  }
  
  .views-exposed-form .views-exposed-widget:nth-child(even){
      margin-right: 0;
  }
  
  .view-resources .views-exposed-form #edit-field-resource-type-tid,
  .view-resources .views-exposed-form #edit-field-audience-tid,
  .view-resources .views-exposed-form #edit-field-resource-sector-tid,
  .view-directory .views-exposed-form select{
      width: 100%;
  }

.view-resources .views-exposed-form select option{
    color: #000;
}

.all-resources,
.all-resources:link,
.all-resources:visited{
    float: left;
    padding: 6px 13px 2px;
    border: 1px solid #8da2b2;
    color: #3f61ad;
    background: #FFF;
    font-family: 'an-reg';
    font-size: 16px;
    border-radius: 4px;
    margin-top: 8px;
    margin-right: 10px;
}

.all-resources.active,
.all-resources.active:link,
.all-resources.active:visited{
    border: 1px solid #3f61ad; 
    color: #FFF;
    background: #3f61ad;
}

.view-resources .views-widget-filter-keys,
.view-directory .views-widget-filter-search_api_views_fulltext{
  margin:0;
  width:100%;
  box-sizing:border-box;
  position:relative;
}

.view-resources .views-widget-filter-keys input,
.view-directory .views-widget-filter-search_api_views_fulltext input{
  padding:7px 20px 6px 8px;
  border-radius:4px;
  border:1px solid #999;
  width:100%;
  box-sizing:border-box;  
  color:#999;
  font-family:'an-med';
  line-height:19px;  
}

.view-resources .views-widget-filter-keys input:focus,
.view-directory .views-widget-filter-search_api_views_fulltext input:focus{
  outline:none;
}

.view-resources .views-widget-filter-keys label,
.view-directory .views-widget-filter-search_api_views_fulltext label{
  color:#999;
  position:absolute;
  padding:8px 20px 6px 12px;
  font-weight:normal;
  font-family:'an-reg';
  line-height:19px;
  font-size:16px;
}

.card-wrapper.resource {
    background-image: url(images/resource-default.png);
}

.card-wrapper.idin-communications{
    background-image: url(images/resource-communications.gif);
}
.card-wrapper.research{
    background-image: url(images/resource-research.gif);
}
.card-wrapper.how-to{
    background-image: url(images/resource-how-to.gif);
}
.card-wrapper.media{
    background-image: url(images/resource-media.gif);
}
.card-wrapper.curriculum{
    background-image: url(images/resource-curriculum.gif);
}
.card-wrapper.presentations-reports{
    background-image: url(images/resource-presentation.gif);
}

.card-wrapper.student-papers{
    background-image: url(images/resource-student-papers.png);
}
.card-wrapper.what-were-reading{
    background-image: url(images/resource-reading.gif);
}

/* Temp.  Find these guys a home */

.field-name-field-people-involved .field-item{
    display: inline;
}

.field-name-field-people-involved .field-item:first-child:before{
    content:'';
}

.field-name-field-people-involved .field-item:before{
    content:', ';
}

/* Network Resources */

.view-network-resources .views-row{
    padding-bottom: 5px;
    padding-top: 24px;
    border-top: 1px solid #d9dfef;
}

.view-network-resources .views-field-title{
    font-family: 'an-bold';
    font-size: 20px;
    color:#0079c1;
}

.view-network-resources .access-to-innovation-centers {
  background-image: url(images/access-to-innovation-centers.gif);
}

.view-network-resources .education-capacity-development {
  background-image: url(images/education-capacity-development.gif);
}

.view-network-resources .local-chapter-support {
  background-image: url(images/local-chapter-support.gif);
}

.view-network-resources .project-funding {
  background-image: url(images/project-funding.gif);
}

.view-network-resources .sharing-eternal-opportunities {
  background-image: url(images/sharing-eternal-opportunities.gif);
}

.view-network-resources .technical-business-support {
  background-image: url(images/technical-business-support.gif);
}

.view-network-resources .views-field-body-1{
    margin-bottom: 50px;
}

/* In the news listing page */

.view-in-the-news .views-row{
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    font-size: 14px;
}

.view-in-the-news.view-display-id-page .views-row-last{
    border: none;
}

.view-in-the-news .views-field-title{
    font-family: 'an-bold';
    font-size: 16px;
}

.view-in-the-news a{
    color: #b72c2c;   
}

/* Webforms */

.send-message{
    margin-top: 40px;
}

.send-message .form-item {
  position:relative;
}

#content .send-message h2{
    font-family: 'an-reg';
    margin-bottom: 25px;
}

.send-message input[type=text],
.send-message input[type=email],
.send-message textarea{
    border: 1px solid #999999;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'an-med';
    padding: 8px 13px 7px;
    color: #43484c;
    width: 100%;
    box-sizing: border-box;
    max-width: 420px;
}

.send-message .webform-submit{
    border: none;
    background: #0079c1;
    color: #FFF;
    border-radius: 4px;
    font-family: 'an-med';
    font-size: 18px;
    font-weight: normal;
    padding: 12px 60px 11px;
}

.send-message label {
  color:#43484c;
  font-size:14px;
  font-family:'an-med';
  font-weight:normal;
  font-style:normal;
  position:absolute;
  top:6px;
  left:10px;
}
/* Blog/News/Events Detail */

.node-full .node-type{
    text-transform: uppercase;
}

.node-full .node-type,
.node-full .field-name-field-date,
.node-full .field-name-field-resource-author,
.node-full .field-name-field-author{
    float: left;
    margin-bottom: 10px;
}

.node-full .resource-date-author{
    overflow: hidden;
}

.node-type-resource .node-full .resource-link{
    margin-bottom: 20px;
}

.node-full .field-name-field-date .field-item:before,
.node-full .field-name-field-author .field-item:before{
    content: "|";
    display: inline-block;
    margin: 0 5px;
}

.node-full .resource-date-author.no-author .field-name-field-date .field-item:before{
    content: "";
    margin: 0;
}
.node-full h2.node-title{
    clear: both;
    margin-bottom: 10px;
}

.node-full .field-name-field-photo img{
    display: block;
}

.node-full .field-name-field-photo{
    margin-bottom: 18px;
}

.node-type-events .node-full .field-name-field-photo{
    margin-bottom: 30px;
    margin-top: 15px;
}

.node-full .field-type-taxonomy-term-reference{
    margin-bottom: 10px;
    clear: both;
}

.node-full .field-type-taxonomy-term-reference ul{
    padding: 0;
    margin: 0;
}

.node-full .field-type-taxonomy-term-reference ul li{
    list-style: none;
    padding: 0;
}

.node-events h2.node-title{
    font-size: 20px;
    margin: 0 0 20px;
}

.node-events.events-card h2.node-title{
    margin-bottom: 5px;
    color: #f47735;
}

.node-events.events-card a{
    color: #f47735;
}

.node-events.events-card .card-photo img{
    display: block;
}

.node-events.events-card .card-date{
    margin-bottom: 3px;
}


.node-type-events .field-name-field-location h2.field-label{
    font-weight: normal;
}

.node-type-events .field-name-body .field-label{
    font-family: 'an-bold';
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 25px;
}

/* 
 * Discussion Detail Page
 */

.field-name-field-discussion-image {
  margin-top:22px;
  margin-bottom:30px;
}

.field-name-field-discussion-image img {
  display:block;
}

.node-discussion.node-full .node-created,
.node-discussion.node-full .field-name-field-discussion-name{
  font-size:14px;
  font-family:'an-bold';
  float: left;
}

.node-discussion.node-full .field-name-field-discussion-name .field-item:before{
    content: '| ';
    margin-left: 4px;
}

.node-discussion.node-full .field-name-field-discussion-content{
    clear: both;
}

.node-discussion.node-full li.comment-add {
  display:none;
}

#block-views-discussions-block .view-filters{
    margin-top: 20px;
    margin-bottom: 40px;
}

#views-exposed-form-discussions-block input.form-text {
  width:100%;
}

#views-exposed-form-discussions-block .views-exposed-widget {
  position:relative;
  padding:0;
  margin-right:2%;
}

#block-views-discussions-block.enhanced .views-exposed-widget{
    margin-right: 2px;
}

#views-exposed-form-discussions-block .views-submit-button{
  margin-right: 0;
}

#block-views-discussions-block.enhanced .views-widget-sort-sort_bef_combine{
  margin-right: 0;
  float: right;
}

#views-exposed-form-discussions-block .views-exposed-widget label,
#views-exposed-form-discussions-block .views-exposed-widget input,
#views-exposed-form-discussions-block .views-exposed-widget select{
    font-family: 'an-med';
    line-height: 19px;
}

#views-exposed-form-discussions-block .views-exposed-widget label {
  position:absolute;
  padding:5px 10px 1px 12px;
  font-weight: normal;
}

#views-exposed-form-discussions-block .form-type-select label {
  display:none;
}

#views-exposed-form-discussions-block .form-type-select select {
  background-color:#0079c1;
  color:#FFF;
  border:none;
  cursor:pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width:205px;
  font-family: 'an-demi';
  font-size: 15px;
  padding: 4px 10px 4px 12px;  
  border-radius:4px;
}

#views-exposed-form-discussions-block .form-type-select select option {
  background-color:#FFF;
  color:#999;
}

#views-exposed-form-discussions-block .form-type-select:after {
  content:'';
  background-image:url('images/small-arrow-down.png');
  width:15px;
  height:8px;
  position:absolute;
  right:12px;
  top:11px;
  pointer-events:none;
}

#views-exposed-form-discussions-block #edit-keys-wrapper label,
#views-exposed-form-discussions-block #edit-keys-wrapper input {
  color:#999;
}

#views-exposed-form-discussions-block #edit-keys-wrapper {
  width:290px;  
}

#views-exposed-form-discussions-block #edit-keys-wrapper input {
  border:1px solid #999;
}

#views-exposed-form-discussions-block #edit-keys-wrapper input,
#views-exposed-form-discussions-block .views-exposed-widget .form-submit {
  border-radius:2px;
  padding: 4px 10px 4px 12px;
}
#views-exposed-form-discussions-block #edit-keys-wrapper input{
    max-width: 265px;
}

#views-exposed-form-discussions-block #edit-keys-wrapper input:focus,
#views-exposed-form-discussions-block select.form-select:focus,
#views-exposed-form-discussions-block .views-exposed-widget .form-submit:focus {
  outline:none;
}

#views-exposed-form-discussions-block .views-exposed-widget .form-submit {
  margin-top:0;
  background-color: #f47735;
  border: none;
  color: #FFF;
  font-family: 'an-bold';
  padding: 7px 7px 5px;
  border-radius: 2px;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;  
}

.anchor-to {
  display:none;
}

/* comments general */

.comment-form {
  background-color:#dfddea;
  padding:0 15px 15px 15px;
}

#comments h2.comment-form {
  font-family:'an-bold';
  background-color:#dfddea;
  padding:15px 15px 0 15px;
}

.comment-form .form-text {
  width:auto;
}

.comment-form .form-type-textarea {
  padding-top:22px;
}

.comment-form .form-actions .form-submit {
  width:270px;
}

#comments h2#comment-responses {
  margin-top:65px;
  margin-bottom:18px;
  font-family:'an-bold';
  font-size:20px;
}

article.comment {
  padding:15px;
  background-color:#f0f0f0;
}

article.comment .submitted p.author-datetime{
  font-size:14px;
  font-family:'an-bold';
}

article.comment nav {
  margin-top:15px;
}

article.comment nav li {
  display:block;
  float:left;
  padding:0;
}

article.comment nav li a {
  display:inline-block;
  border:1px solid #65608b;
  font-family:'an-demi';
  font-size:14px;
  border-radius:3px;
  padding:2px 10px;
  margin:0 10px 0 0;
  color:#65608b;
}

article.comment nav li a:hover {
  text-decoration:none;
  background:#65608b;
  color:#FFF;
}

/*
 *  Footer
 */

.region-footer{
    padding: 17px 44px 16px 25px;
}

#footer p{
    margin-bottom: 5px;
    font-family: helvetica;
    font-size: 13px;
    color: #333;
    line-height: 19px;
}

#footer .block{
    margin-bottom: 0;
}

.region-footer nav ul.menu{
    padding: 0;
    margin: 0;
    margin-top: 3px;
}

.region-footer nav ul.menu li{
    list-style: none;
    display: inline;
    margin-left: 9px;
    margin-right: 9px;
}

.region-footer nav ul.menu li a{
    color: #FFF;
    font-family: 'an-bold';
    font-size: 14px;
}

.region-footer-bottom .region-inner{
    padding: 50px 0;
    margin-left: 30px;
    margin-right: 30px;
    border-top: 1px solid #c2c2c2;
}

.fb-left{
    float: left;
    margin-right: 30px;
}

.fb-right{
    float: right;
}

#block-menu-menu-footer-menu{
    float: left;
}

#block-block-3{
    width: 33%;
    padding-right: 10px;
}

#block-block-4{
    float: right;
    width: 33%;
}

#block-block-4 img{
    display: block;
}

#block-block-4 .block-content a{
    float: left;
    margin-right: 6px;
}

#block-block-4 p{
    margin: 0;
}


/*
 * Mobile Items (Move Into Separate Sheet)
 */

 .mean-container .mean-bar{
        background-color: #fdbb30;
        position:absolute;
        top: 0;
        left: 0;
        height: 58px;
        padding: 0;
 }
 .mean-container .mean-nav{
        margin-top: 0;
        font-size: 114%;
        background: #3f61ad;
 }
 
 .mean-container .mean-nav ul li{
     padding:0;
     list-style: none;
 }
 
 .mean-container .mean-nav ul li a.mean-expand{
        background-image: url('images/mean-expand.png');
        background-repeat: no-repeat;
        height: 59px;
        width: 59px;
        padding: 0 !important;
        right: 0;
        border-left: none !important;
        border-bottom: none !important;
 }

 .mean-container .mean-nav ul li a.mean-expand.mean-clicked,
 .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover{
        background-image: url('images/mean-expand-clicked.png');
        background-color: transparent;
 }

 .mean-container .mean-nav ul li a.mean-expand:hover{
        background-image: url('images/mean-expand.png');
        background-color: rgba(255,255,255,.1);
 }

 .mean-container .mean-nav ul li a{
        padding: 18px 21px 19px;
        box-sizing: border-box;
        width: 100%;
        font-family: 'an-demi';
        font-size: 22px;
        text-transform: none;
 }
 
 .mean-container .mean-nav ul li a:hover{
     background-color: #2c457a;
 }
 
 .mean-container a.meanmenu-reveal{
        width: auto;
        padding: 18px;
        background-color: #fdbb30;
        text-indent: 0;
        font-size: 18px;
        font-family: 'an-demi';
 }
 .mean-container a.meanmenu-reveal span{
        height: 5px;
        margin-top: 5px;
 }
 .mean-container a.meanmenu-reveal.meanclose{
        background-image: url('images/mean-close.png');
        padding: 0px;
        height: 58px;
        width: 58px;
        background-color: #3f61ad;
        background-repeat: no-repeat;
        background-position: center;
 }

 .mean-container .mean-nav ul li.li-clicked,
 .mean-container .mean-nav ul li.li-clicked ul{
        background-color: #007fa2;
 }
 
 .mean-container .mean-nav ul li.li-clicked ul{
     padding-bottom: 15px;
 }
 
 .mean-container .mean-nav ul li.li-clicked,
 .mean-container .mean-nav ul li.li-clicked ul{
     background: #3f61ad;
 }
 
 .mean-container .mean-nav ul li li a{
        color: #FFF;
        opacity: 1;
        padding: 12px 21px 12px 57px;
        box-sizing: border-box;
        width: 100%;
        text-transform: capitalize;
        font-size: 18px;
        font-family: 'an-med';
        border: none;
        background-repeat: no-repeat;
        background-position: 20px center;
 }
 
 /* Begin mobile sub-menu icons */
 .mean-nav a.our-approach{
     background-image: url('images/our-approach-nav-ico.png');
 }
 .mean-nav a.our-history{
     background-image: url('images/our-history-nav-ico.png');
 }
 .mean-nav a.partners{
     background-image: url('images/partners-nav-ico.png');
 }
 .mean-nav a.staff{
     background-image: url('images/staff-nav-ico.png');
 }
 .mean-nav a.questions-answers{
     background-image: url('images/questions-answers-nav-ico.png');
 }
 .mean-nav a.idds{
     background-image: url('images/idds-nav-ico.png');
 }
 .mean-nav a.idin-network-resources{
     background-image: url('images/idin-network-resources-nav-ico.png');
 }
 .mean-nav a.innovation-centers{
     background-image: url('images/innovation-centers-nav-ico.png');
 }
 .mean-nav a.research{
     background-image: url('images/research-nav-ico.png');
 }
 .mean-nav a.student-participation{
     background-image: url('images/student-participation-nav-ico.png');
 }
 .mean-nav a.opportunities{
     background-image: url('images/opportunities-nav-ico.png');
 }
 .mean-nav a.discussions{
     background-image: url('images/discussions-nav-ico.png');
 }
 
 /* End mobile sub-menu icons */
 
 .mean-bar #block-google-appliance-ga-block-search-form{
     padding: 20px;
     margin: 0;
     float: none;
 }
 
 .mean-bar #block-google-appliance-ga-block-search-form .form-actions{
     display: none;
 }
 
 .mean-bar #block-google-appliance-ga-block-search-form input[type=text]{
     width: 100%;
     box-sizing: border-box;
     min-width: 0;
 }
 
.mean-nav ul li.email a,
.mean-nav ul li.email a:hover{
     padding-left: 73px;
     background-image: url('images/send-email-plane.png');
     background-position: 20px center;
     background-repeat: no-repeat;
 }
 
 .mean-container .mean-nav ul li.mobile-menu-logo{
     padding-bottom: 15px;
 }
 
 .mean-container .mean-nav ul li.mobile-menu-logo a{
     padding-bottom: 5px;
 }
 
 .mean-container .mean-nav ul li.mobile-menu-logo a:hover{
     background-color: #3f61ad;
 }
 
 .mobile-menu-logo p{
     font-size: 13px;
     line-height: 20px;
     padding-left: 21px;
     color: #FFFFFF;
 }
 
 /* 
  *  IDDS Styles
  */

 .carousel{
     position: relative;
 }
 
 .carousel img{
     display: block;
     width: 100%;
 } 
 
 .cycle-button{
     position: absolute;
     z-index: 500;
     height: 100%;
     top: 0;
     cursor: pointer;
     width: 75px;
     background: none;
 }
 
 .cycle-prev{
     left: 0;
 }
 
 .cycle-next{
     right: 0;
 }
 .cycle-prev:hover{
     background: url('images/light-prev.png') 50% 50% no-repeat rgba(0, 0, 0, 0.3);
 }
 
 .cycle-next:hover{
     background: url('images/light-next.png') 50% 50% no-repeat rgba(0, 0, 0, 0.3);
 }
 
.not-front.two-sidebars #main-content{
    padding-left: 18px;
}

.region-sidebar-first .menu{
    margin: 0;
    padding: 0;
    padding-left: 22px;
}

.region-sidebar-first .menu li{
    padding: 0;
    margin: 0;
}

.region-sidebar-first .menu li:last-child{
    border-bottom: none;
}

.region-sidebar-first .menu li a{
    display: block;
    padding: 4px;
}

.region-sidebar-first .menu li a:hover{
    text-decoration: none;
}

.region-sidebar-first .menu .menu li{
    border: none;
} 

.region-sidebar-first .menu .menu{
}

.region-sidebar-first .menu .menu li a{

}

.region-sidebar-first .menu .menu li a:hover{

}

.region-sidebar-second .idds-logo{
    margin-bottom: 20px;
    display: none;
}
.region-sidebar-second .idds-logo p{
    margin: 0;
    text-align: center;
}

.region-sidebar-second .idds-menu h2.block-title{
    padding-top: 58px;
    background-color: #045f95;
}

.region-sidebar-second .idds-menu h2.block-title::before{
    background-image: url(images/idds-circle.png);
    top: -53px;
    width: 108px;
    height: 108px;
}

.idin-inner-menu h2.block-title{
    background-color: #045f95;
    padding-top: 15px;
    padding-bottom: 15px;
}

.idds-menu ul.menu,
.idin-inner-menu ul.menu{
    padding: 0 30px;
    margin: 0;   
}

.idds-menu ul.menu li,
.idin-inner-menu ul.menu li{
   margin-bottom: 3px;
}

.idds-menu ul.menu li a,
.idin-inner-menu ul.menu li a{
    font-family: 'an-demi';
    font-size: 16px;
    text-transform: uppercase;
}

.idds-menu ul.menu ul,
.idin-inner-menu ul.menu ul{
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Formstack */

.fsBody .fsForm .fsSectionHeading{
    font-weight: normal !important;
    font-size: 28px !important;
}

.fsboxshadow .fsBody .fsForm{
    box-shadow: none !important;
    border: none !important;
}

.fsborderradius .fsBody .fsSectionHeader{
    margin: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background-color: #045f95 !important;
    color: #FFFFFF !important;
}
.fsBody{
    font: inherit !important;
    color: inherit !important;
}

.fsForm .fsSubmit{
    background-color: transparent !important;
}

.fsForm .fsSubmit input[type="submit"]{
    color: #FFF !important;
    font-family: 'an-demi' !important;
    font-size: 18px !important;
    background-color: #0079c1 !important;
    padding: 12px 0px !important;
    border-radius: 3px !important;
    border: none !important;
    box-sizing: border-box !important;
    width: 100% !important;
}
.fsForm .fsSubmit input[type="submit"]:hover{
    background-color: #053d5e !important;
}

/* User Profiles */
.page-user h1#page-title{
    display: none;
}
.group-profile-top{
    margin-bottom: 20px;
}

.group-profile-picture{
    float: left;
    margin-right: 3%;
    width: 25%;
    max-width: 150px;
}

.group-profile-top{
    float: left;
    width: 72%;
}

.group-profile-picture img{
    border-radius: 50%;

}

.group-profile-contact .field{
    margin-bottom: 3px;
}

.user-full-name-link a{
    font-size: 30px;
}

.group-profile-contact .field:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.group-profile-info{
    margin-top: 10px;
}

.group-profile-info h2.field-label{
    margin-top: 5px;
}

.group-bottom-segment,
.group-bottom-segment1{
    margin-bottom: 20px;
    clear:both;
    padding-top: 20px;
}

.group-bottom-segment .field,
.group-bottom-segment2 .field{
    margin-bottom: 8px;
}

/* Accomplishments */

.field-name-field-accomplishments .field-item{
    background-repeat: no-repeat;
    background-size: cover;
    width: 85px;
    height: 0px;
    padding-top: 85px;
    display: inline-block;
    overflow: hidden;
}

.field-name-field-accomplishments .scale-ups-fellow{
    background-image: url(images/scale-ups.png);
}

.field-name-field-accomplishments .idin-mentor{
    background-image: url(images/mentor.png);
}

.field-name-field-accomplishments .microgrant-recipient{
    background-image: url(images/microgrant-awardee.png);
}

.field-name-field-accomplishments .picogrant-recipient{
    background-image: url(images/picogrant-awardee.png);
}

.field-name-field-accomplishments .idds-organizer{
    background-image: url(images/organizer.png);
}

.field-name-field-sector-of-expertise .field-item,
.field-name-field-idds .field-item,
.field-name-field-what-i-can-help-with .field-item,
.field-name-field-what-i-need-help-with .field-item{
    display: inline-block;
}

.field-name-field-sector-of-expertise .field-item::after,
.field-name-field-idds .field-item::after,
.field-name-field-what-i-can-help-with .field-item::after,
.field-name-field-what-i-need-help-with .field-item::after{
    content: ', ';
}

.field-name-field-sector-of-expertise .field-item:last-child::after,
.field-name-field-idds .field-item:last-child::after,
.field-name-field-what-i-can-help-with .field-item:last-child::after,
.field-name-field-what-i-need-help-with .field-item:last-child::after{
    content: '';
}

.group-bottom-segment1 .field{
    margin-bottom: 20px;
}

.field-name-field-wiwo-photos .field-items{
    overflow: hidden;
}

.field-name-field-wiwo-photos .field-item{
    box-sizing: border-box;
    width: 31%;
    float: left;
    margin: 1%;
}

.field-name-field-wiwo-photos img{
    width: 100%;
}

/* User Menu */

#leaderboard-wrapper {
  background-color: #202020;
  padding: 4px 0;
  font-size: 13px;
}

#block-system-user-menu{
    margin-bottom: 0;
}

#block-system-user-menu h2{
    display: none;
}

#block-system-user-menu ul.menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

#block-system-user-menu ul.menu li {
  border-right: 1px solid #CCC;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  display: inline-block;
  list-style: none;
}

#block-system-user-menu ul.menu li.last {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

#block-system-user-menu ul.menu a {
  color: #CCC;
}

/* Directory */

.view-directory .views-row{
    border: none;
    border-top: 1px solid #d9dfef;
    box-shadow: none;
    padding-top: 28px;
    padding-bottom: 32px;
    margin-bottom: 0;
    overflow: hidden;
}

.view-directory .group-profile-top,
.view-directory article{
    margin: 0;
}

/* User Login */

#block-idin-user-helper-fb-login-block,
.or-option,
#user-login{
    max-width: 440px;
    margin: auto;
}


.login-header{
    margin-bottom: 20px;
    font-size: 20px;
}

#block-idin-user-helper-fb-login-block .login-header,
#block-idin-user-helper-fb-login-block .fb-link{
    display: block;
    text-align: center;
}

.or-option{
    width: 100%;
    margin: 50px auto 0px;
}

.or-option .login-header{
    margin-top: 30px;
}

.or-option .login-divider{
    border-bottom: 1px solid #0079C1;
}

.or-option .login-or{
    background-color: #0079C1;
    color: #FFF;
    border-radius: 50%;
    width: 21px;
    font-weight: bold;
    padding: 10px;
    margin: -20px auto auto;
    font-size: 12px;
    text-align: center;
}

#user-login input[type='text'],
#user-login input[type='password']{
    width: 100%;
}

/* User Profiles Edit */

#user-profile-form fieldset{
    margin-bottom: 20px;
}

#user-profile-form legend .fieldset-title{
    font-size: 20px;
}

#user-profile-form .form-item{
    margin-bottom: 0px;
}

#user-profile-form .form-item .description{
    margin-top: 6px;
}

#user-profile-form .ckeditor_links,
#user-profile-form .filter-wrapper{
    display: none !important;
}