/*
 * @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 Theme
 * ========================================================================== */

/*
 * 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.
 */

.clear {clear: both;}

iframe {
    border: none;
}

.aligncenter {text-align: center !important;}

html {
  background: #fff;
}

body {
  font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  background-color: #F2F2F2;
  overflow: hidden;
}


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

h1 {
  background-color: #595959;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 10px;
  margin: 0 0 0.67em 0;

  }

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {}

a {
  color: #095d7c;
  font-weight: 700;
  }

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {
  border-left: 10px solid #ECECEC;
  padding-left: 10px;
  }

cite {}

q {}

address {
  text-align: right;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 0.8em;
  margin-top: -10px;
  }

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 | background: rgba(255, 192, 203, 0.5); */
  background-color: #9E9E9E;
  height: 174px;
  max-height: 24.5vw; /*Set height to logo height so that content is not shifted on load */
}
#header-wrapper .block {margin-bottom: -5px;} /* Remove default padding for .block on the header area */
#header-wrapper .container {}


/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {
  margin-bottom: 10px;
  font-size: 0.8em;
  margin-left: 25px;
  }
#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 {
  padding: 15px 0 10px;
  background-color: #fff;
  min-height: 420px;
  margin-top: 10px;
  }

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {
  background-color: #2e2e2e;
  padding: 15px 0;
  }
  #tertiary-content-wrapper .block {margin-bottom: 0;} /* Remove default padding for .block on the socialmedia area */
#tertiary-content-wrapper .container {background-color: #2e2e2e;}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? | background: rgba(255, 192, 203, 0.5); */
  background-color: #26292E;
  padding: 25px 0 5px;
  color: #fff;
  font-size: 0.8em;
  margin-bottom: -150px; /* Fix Floating Footer on Chrome (Mac) */
  }
  #footer-wrapper a {color: #fff;}
  #footer-wrapper .block {margin-bottom: 0;} /* Remove default padding for .block on the footer area */
#footer-wrapper .container {background-color: #26292E;}


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

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {}

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

#logo img {
  vertical-align: bottom;
}

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

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

#site-name a {}

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

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

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}


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

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

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

/* =============================================================================
 *   Middle Ad Styles
 * ========================================================================== */

#block-inject-1,
#block-inject-3,
#block-block-193,
#block-block-194 { float: left; margin: 0; }
#block-inject-1 p,
#block-inject-3 p { margin: 0; }

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

.form-textarea-wrapper textarea {padding: 10px !important;}

.ajax-progress-throbber,
.flag-throbber { display: none;}
.field-name-field-custom-code {display: none !important;}

/*
 * Video Styles
 */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.bimVideoPlayer,
.bimvidMain {width: 100% !important;}

.bimvidTitle {display: none !important;}

/*
 * Feed icons
 */
.feed-icon {display:none;}

/*
 * 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 {
  border-top: 1px solid #fff;
  padding-top: 10px;
  }
  .region-footer .pane-block-18{text-align: right;} /* Align Footer Links to the Right f*/


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

a {
  text-decoration: none;
}

a:link,
a:visited {}

a:active,
a.active {}

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

/* =============================================================================
 *   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 {
  text-align: center;
  background-color: #fff;
  border-top: 5px double #dedede;
  border-bottom: 4px double #dedede;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-top: 10px;
}

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

/* =============================================================================
 *   Tags/Tagging
 * ========================================================================== */

.view-blog-tags .view-content,
.view-news-tags .view-content {float: left;}

.field-name-field-image-description {float:right; font-style:italic; font-weight:bold;} /*float news image description*/

.view-blog-tags .view-content:after,
.view-news-tags .view-content:after {clear: both !important;}

.view-blog-tags .field-content,
.view-news-tags .field-content {margin-top: 10px;}

.view-blog-tags .view-header p,
.view-news-tags .view-header p {
	background-color: #595959;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    padding: 3px 15px;
    margin-bottom: 10px;
}

.view-blog-tags .view-header a,
.view-news-tags .view-header a {
	color: #FFFFFF;
	text-decoration: none;
}

.view-blog-tags .field-content a,
.view-news-tags .field-content a {
	background-color: #DEDEDE;
    border-radius: 5px;
    color: #595959;
    float: left;
    padding: 3px 5px;
    text-decoration: none;
    margin: 3px;
}

/* =============================================================================
 *   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 !important;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li, 
ul.primary li a, 
ul.primary li.active a {float: left !important;}

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: 15px;
}

/*
 * 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 10px 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 {}
.search-form {margin-top: -1em;}

.pane-custom-search-blocks-1 {margin-bottom: -20px !important;}

.cse form.gsc-search-box, 
form.gsc-search-box {padding: 0 !important;}

td.gsc-search-button {display: none !important;}
table.gsc-search-box {border: 2px solid #595959 !important;}
.cse input.gsc-input, 
input.gsc-input {
  border: 0 !important;
  font-size: 1em !important;
  }

input.gsc-input {
  background: url(/sites/default/files/cse-placeholder.png) !important;
  background-repeat: no-repeat !important;
}

input.gsc-input-focus,
input.gsc-input-focus-hover {background: none !important;}


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



form#horizontal-login-block div#edit-actions {float: none !important;}

.pane-block-90 .block-content {
    background-color: #595959;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: -11px;
    padding: 17px 5px 1px;
    text-align: center;
}

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

/* =============================================================================
 *   Main Content Block Styling (Additional/Reset)
 * ========================================================================== */

#mini-panel-front_page .block {margin-bottom: 5px;} /* Reduce margins of the blocks on the frontpage */

/*
 * Node Styles  
 */
.node-header a {color: #fff;}  

/*
 * Header Styles  
 */
#block-block-1 {float: left;}
#block-block-2 {
  display: block;
  float: right;
  padding: 40px 50px 0;
  }


/*
 * FP Blog Block
 */
.fpblogs-full .views-row{
  float: left;
  list-style-type: none;
  margin: 0 -5px 15px;
  width: 100%;
  } 
  .fpblogs-full .views-row:after {clear: both;}

.fpblogs-full .views-field-field-featured-image {
  float: left;
  margin-right: 10px;
  }
  .fpblogs-full .views-field-field-featured-image img {box-shadow: 0 0 0 3px #dedede;}
  .fpblogs-full .views-field-field-featured-image img:hover {box-shadow: 0 0 0 3px #595959;}

.fpblogs-full .views-field-title,
.fpblogs-full .views-field-body-1 {
  float: left;
  width: 75%;
  }

/*
 * FP News Block
 */
.fpnews-full .views-row{
  float: left;
  list-style-type: none;
  margin: 0 -5px 21px;
 width: 100%;
  } 
  .fpnews-full .views-row:after {clear: both;}

.fpnews-full .views-field-field-news-image {
  float: left;
  margin-right: 10px;
  }
  .fpnews-full .views-field-field-news-image img {box-shadow: 0 0 0 3px #dedede;}
  .fpnews-full .views-field-field-news-image img:hover {box-shadow: 0 0 0 3px #595959;}

.fpnews-full .views-field-title,
.fpnews-full .views-field-body-1 {
  float: left;
  width: 75%;
  }  

.fpnews-full .view-content {margin-left: 20px;}  

/*
 * FP Forum Block
 */
.fptopics-full .forum-table thead tr,
.fptopics-1024 .forum-table thead tr {border: none !important;}
.fptopics-full table,
.fptopics-1024 table {
	border: none;
	margin: -15px 0 0;
	}

.fptopics-full td {padding: 11px 7px;}

/*
 * FP Gallery Block
 */
.fpgallery-full .main-image{
  margin-bottom: 10px;
  text-align: center;
  }
  .fpgallery-full .main-image img {
    box-shadow: 0 0 0 3px #dedede;
    width: 95%;
    }
    .fpgallery-full .main-image img:hover {box-shadow: 0 0 0 3px #595959;}

/*
 * FP Store Block
 */ 
.store-block .views-row {
  float: left;
  width: 50%;
  margin: 0 0 25px;
  }
  
.store-block .views-field-field-product-image {
  float: left;
  width: 90%;
  margin: 0 10px;
  }
  .store-block .views-field-field-product-image img {box-shadow: 0 0 0 3px #dedede;}
  .store-block .views-field-field-product-image img:hover {box-shadow: 0 0 0 3px #595959;}

.store-block .views-field-title {
  float: left;
  text-align: center;
  width: 100%;
  margin: 10px 0 0;
  }

/*
 * Podcasts Styles
 */   

.node-podcasts section {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.node-podcasts section.field-name-field-podcast-url .field-items,
.node-podcasts section.field-name-body .field-items {margin-left: 10px;}

.node-podcasts section.field-name-field-podcast-url .field-item:before {content: "Click Link to Podcast: ";}
.node-podcasts section.field-name-field-podcast-url .field-item a {margin-left: 5px;}

.node-podcasts .field-label {
  background: #595959;
  padding: 5px 10px;
  color: #FFF;
  margin-bottom: 10px;
}

.view-podcasts .docspage .podtitle {float: none !important;}
.view-podcasts .views-field-field-podcast-image {margin-right: 10px; float: left;}

/*
 * Calendar Styles
 */   

.sidecal {margin-top: 35px;} 

#views-exposed-form-events-calendar-page-4,
#views-exposed-form-events-calendar-page-5 {
  border: 2px solid #595959;
  padding: 5px 10px;
  margin: 10px 0 20px;
  border-radius: 5px;
  }

#quicktabs-tabpage-events_calendar-0,
#quicktabs-tabpage-events_calendar-1,
#quicktabs-tabpage-events_calendar-2 {
  border-bottom: 2px solid #595959;
  padding-bottom: 10px;
  }

.events-list-title {
  background-color: #595959;
  border-radius: 5px;
  color: #FFF;
  padding: 10px;
  margin-bottom: 15px;
  }

.events-list-title a {color: #ffffff; text-decoration: underline;}

.view-events-calendar ul.pager {
  background-color: #ffffff !important; 
  border: none;
  }

.view-events-calendar .date-heading h3 {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.1em !important; 
  }

.view-events-calendar .date-prev {
  right: 65px !important;
  padding: 5px 7px 5px 1px !important; 
  }

.view-events-calendar .date-next {padding: 5px 1px 5px 7px !important;}  

.view-events-calendar td.multi-day .monthview {
  margin-bottom: 5px !important;
  border-radius: 0px !important;
  background-color: #595959;
  padding: 4px !important; 
  }

.view-events-calendar td.multi-day .monthview a {
  color: #FFFFFF !important;
  font-weight: bold;
  text-decoration: underline;
  }  

.view-events-calendar td.single-day .monthview {
  background-color: #74A5D7 !important; 
  padding: 4px !important; 
  margin-bottom: 5px !important;
  border-radius: 0 !important;
  }

.view-events-calendar td.single-day .date-display-single {color: #fff !important;}

.view-events-calendar td.single-day .monthview a {color: #ffffff; font-weight: bold; text-decoration: underline;}

.view-events-calendar .date-nav-wrapper {margin-bottom: -40px !important;}
.view-events-calendar #edit-field-location-taxonomize-terms-tid-wrapper label {float: left; margin-right: 10px;}
.view-events-calendar #edit-field-location-taxonomize-terms-tid-wrapper {margin-bottom: 15px;}
.view-events-calendar .view-filters {z-index: 99; position: relative;}

/*
 * Consulate Page Styles
 */  

.consulhead img {vertical-align: middle; margin-right: 5px;}
.consulhead a {text-decoration: none;}
.consulhead {
	padding: 0px 5px 0px 10px;
	border-radius: 5px;
	background: none repeat scroll 0% 0% rgb(89, 89, 89);
	color: rgb(255, 255, 255);
}

.accordion-container {
    width: 100%;
    clear: both;
}

.accordion-toggle {
    position: relative;
    display: block;
    font-size: 1em;
    font-weight: 300;
    text-decoration: none;
}

.accordion-toggle.open {
    background: #333;
    color: #fff;
}

.accordion-toggle:hover {
    background: #666;
}

.accordion-toggle span.toggle-icon {
    position: absolute;
    top: 9px;
    right: 20px;
    font-size: 1.5em;
}

.accordion-content {
	display: none;
	padding: 15px 20px 0px;
	overflow: auto;
	border: 1px solid #595959;
	margin-top: -10px;
}

.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    max-width: 100%;
    height: auto;
}
     
/* media query for mobile */

@media (max-width: 1024px) {
  .sethvid, .sethtext {width: 95% !important; margin: 10px !important; float: none !important;}
}

@media (max-width: 767px) {
    .accordion-content {
    padding: 10px 0;
    overflow: inherit;
    }
}

@media (min-width: 495px) and (max-width: 659px) {
    .view-display-id-block_8 .views-row {
    width: 42%;
    }
    .sethvid, .sethtext {width: 95% !important; margin: 10px !important; float: none !important;}
}

@media (min-width: 320px) and (max-width: 494px) {
    .view-display-id-block_8 .views-row {
    width: 93%;
    }
    .sethvid, .sethtext {width: 95% !important; margin: 10px !important; float: none !important;}
}

@media only screen and (max-width: 480px) and (min-width: 321px) {
  input.form-text {
    width: 200px !important;  
  }
  .sethvid, .sethtext {width: 95% !important; margin: 10px !important; float: none !important;}
}
/*
 * Forum Styles
 */   

.agree-node {font-weight: bold;}

.agree-node .field-content:after {content: " Votes";}

#node_forum_form_group_eventdetails h3,
#node_forum_form_group_event_smlinks h3 {
  background: none repeat scroll 0% 0% #595959;
  padding: 5px 10px;
  font-size: 1.1em;
  color: #FFF;
}

.forum-post-content .flag-outer {font-size: 0.9em;} 

.field-name-field-subscription-note {
  float: left;
  margin-top: -20px;
  font-size: 0.85em;
}

.field-name-field-subscription-note p {margin-left: 5px;}

.field-name-field-subscription-note h2 {
  font-size: 1.1em;
  background: #595959;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 11px;  
}

#node_forum_full_group_eventdetails {clear: both;}

.group-eventdetails {padding-left: 5px; margin-bottom: 25px;}
.group-eventdetails .field-items {margin-top: 11.8px;}

.group-eventdetails h3 {
  font-size: 1em;
  background: #595959;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-left: -5px;
}

.create-topic-forum {padding: 15px 0;}
.view-advanced-forum-topic-list .view-empty {display: none;}
.forum-text p {margin: 0px 0 -10px;}
.forum-cat-title {margin-top: 15px;}
.forum-table {border: none;}
#forum-pager-top .pager {display: none;}
#forum-pager-bottom .pager {
  padding: 7px 0 10px;
  text-align: center;
  width: 97%;
  margin: 5px 2px 0 0;
  }

.forum-table thead tr {
  background-color: #FFFFFF;
  border-bottom: 8px solid #DDD;
  }

.forum-table th.views-field-comment-count,
.forum-table th.views-field-totalcount {text-align: center !important;}

.forum-topic-header {
 background-color: #595959;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px 10px 4px;
  font-size: 0.8em;
  color: #fff;
  font-weight: 700;
  }
  .forum-topic-header a {color: #fff;}
  .last-post-link:before {
    content: '|';
    margin-right: 3px;
    }
  .topic-post-count {margin: 0 !important;}

.forum-post-number,
.forum-post .new {display: none;}

.forum-post-footer {
  /* border-top: 1px dashed #dedede;
  border-bottom: 1px dashed #dedede; */
  margin-bottom: 10px;
  }
  .forum-post-links {margin: 5px;}

li.comment-edit a, 
li.post-edit a {
  background-image: url(/sites/default/files/icon-edit.png);
  background-repeat: no-repeat;
  padding-left: 15px;
  }

li.comment-delete a, 
li.post-delete a {
  background-image: url(/sites/default/files/icon-delete.png);
  background-repeat: no-repeat;
  padding-left: 17px;
  }

li.comment-reply a, 
li.comment-add a {
  background-image: url(/sites/default/files/icon-reply.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  }

.article .forum-post-wrapper { /* Style Forum Post Panel */
  background-color: #EEEEEE;
  border-radius: 5px 5px 5px 5px;
  color: #595959;
  margin: 10px 0 15px;
  padding: 10px 5px;
  }

.article .forum-post-panel-main {margin-left: 160px;}  

.forum-post-panel-main {min-height: 0;} /* Reset height from advanced-forum.naked.structure.css */  

.forum-post-panel-main .group-attachments h3 { font-size: 1em; background: #595959; color: #FFF; padding: 5px 10px; margin-bottom: 11px }
.forum-post-panel-main .group-attachments { border-bottom: 1px solid #595959; margin-bottom: 15px; padding-bottom: 10px; float:left; width: 100%; }
.forum-post-panel-main .field-name-field-attach-image-video { display: none; }
.forum-post-panel-main .group-attachments .field-name-field-image-attachment { float: left; margin: 0 5px; width: 150px; }
.forum-post-panel-main .group-attachments .field-name-field-video-attachment { float: left; margin: 5px; width: 200px; }
.forum-post-panel-main .group-attachments .field-name-field-video-attachment iframe { width: 100%; height: auto; }

#forum-comments .group-attachments .field-name-field-video-attachment { margin: 0 5px !important; }

.forum-post-panel-main .post-edited { float: left; }

a#ui-id-1.ui-tabs-anchor,
a#ui-id-3.ui-tabs-anchor { display: none !important; }

.article .forum-post-panel-main table {
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  }
  .article .forum-post-panel-main td {padding-top: 10px;}
  .article .forum-post-panel-main table .arbtn {font-size: 0.9em;}

.article .forum-post-panel-sub a.username,
.article .forum-post-panel-sub .username {
  font-size: 1em;
  color: #595959;
  }

.agreepanel {font-size: 0.8em; margin-left: 8px;}

.agreepanel .a1 .view,
.agreepanel .a2 .view,
.agreepanel .txt,
.agreepanel .d1 .view {float: left;}

.agreepanel .a1:before,
.agreepanel .a2:before {content: "+"; float: left;}

.agreepanel .d1:before {content: "-"; float: left;}
.agreepanel .a1 .view {margin-right: 3px;}

.article .forum-post-panel-sub .author-pane {text-align: left;}

.article .forum-post-panel-sub .user-picture img {box-shadow: 0 0 0 3px #595959; margin-top: 10px;}

.article .forum-post-title,
.comment-with-picture .post-title {
  font-size: 1.4em;
  font-weight: 700;
  margin: 30px 0 0;
  }  

.forum-post-panel-sub {
  float: left;
  width: 160px;
  }
  #forum-comments .forum-post-panel-sub .user-picture img,
  .comment-with-picture .forum-post-panel-sub .user-picture img {
    box-shadow: 0 0 0 3px #595959;
    width: 100%;
    margin-top: 10px;
    }

#forum-comments .forum-post {
  border-top: 1px solid #DEDEDE;
  padding: 20px 0 0;
}

#forum-comments .forum-post-panel-main {
  min-height: 140px;
  height: auto !important;
  margin-left: 160px;
  }

#forum-comments .forum-in-reply-to {
  float: right;
  font-size: 0.8em;
  }
  #forum-comments .forum-in-reply-to:before {
    margin-right: 5px;
    content: '|';  
    } 

.comment-with-picture a.username {font-size: 1em; color: #595959;}
  
#forum-comments .field-name-comment-body {margin: 25px 0 0;}  

#forum-comments .forum-post-title {display: none;}  

#forum-comments .forum-post-number {
  display: inline;
  font-size: 0.8em;
  }

#forum-comments .indented {
  border-left: 5px solid #ECECEC;
  padding-left: 4px;
  }

#forum-comments .pager {
  text-align: center;
  background-color: #fff;
  border-top: 5px double #dedede;
  border-bottom: 4px double #dedede;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-top: 10px;
 }  

#forum-comments .forum-post {margin-top: 10px;}

/*
 * Blogs Styles
 */

.textquote 

.block-blog-translations-block .view-content,
.block-blog-translations-block-1 .view-content {margin-top: -10px;}

#block-panels-mini-blogs-bottom {clear: both;}

body.page-blog #block-block-100,
body.page-node-1192 #block-block-100 {float: none !important;}
 
#mini-panel-blogs_top .block {margin-bottom: 5px;}

.blogpage-author .views-field-field-featured-image {width: 100%;}

.blogpage-author .views-field-title a,
.blogpage-author .views-field-title a:hover {color: #fff;}

.blogpage-author .views-field-created,
.blogpage-author .views-field-field-featured-image {margin-bottom: 10px;}

.blogpage-author .views-field-title-1 {text-align: right;}
.blogpage-author .views-row {margin-bottom: 30px;}

.blogpage-author .views-field-title {
  background-color: #595959;
  border-radius: 5px;
  color: #FFF;
  padding: 10px;
  margin-bottom: 10px;
  }

.blogpage .views-field-nothing-1{
  background-color: #595959;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 15px;
  }
  .blogpage .views-field-nothing-1 a {color: #fff;}  

.blogpage .ctitle {float: left;}

.blogpage .cwriter {text-align: right;}

.blogpage .views-row {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  }
  .blogpage .views-row:after {clear: both;}

.blogpage .views-field-field-featured-image {
  margin-right: 10px;
  float: left;
  }

.blogpage .readmore {text-align: right;} 

.node-blog .field-name-field-featured-image,
.node-podcasts .field-name-field-podcast-image {
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  padding: 5px 0 0;
  margin: 15px 0 5px; 
  }

.node-blog .field-name-body {margin: 20px 0 5px;}  

/*
 * Tables Styles  
 */
.tablespage .views-field-title{
  background-color: #595959;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 15px;
  }
  .tablespage .views-field-title a {color: #fff;}  

.tablespage .views-row {
  margin-bottom: 15px;
  }
  .tablespage .views-row:after {clear: both;}

.tablespage .views-field-title-1 {text-align: right;}  

/*
 * News Styles
 */
.newspage .views-field-nothing-1{
  background-color: #595959;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 15px;
  }
  .newspage .views-field-nothing-1 a {color: #fff;}  

.newspage .ctitle {float: left;}

.newspage .cwriter {text-align: right;}

.newspage .views-row {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  }
  .newspage .views-row:after {clear: both;}

.newspage .views-field-field-news-image,
.view-creative-expression .views-field-picture{
  margin-right: 10px;
  float: left;
  }

.blog-teaser p, 
.news-teaser p {margin-left: 115px;}

.newspage .readmore {text-align: right;} 

.node-news .field-name-field-news-image {
  border-top: 2px solid #DEDEDE;
  border-bottom: 2px solid #DEDEDE;
  padding: 5px 0 0;
  margin: 15px 0 5px;
  }

.node-news .field-name-body {margin: 20px 0 5px;}   

/*
 * Newsletter Archive Styles
*/

.page-node-1067 .st_pinterest_hcount,
.page-node-1067 .st_reddit_hcount,
.page-node-1067 .st_stumbleupon_hcount {display: none !important;}

.nwsarchive-t {
	background-color: #595959; 
	border-radius: 5px; 
	color: #FFFFFF; 
	margin-bottom: 15px; 
	padding: 10px;
	}
	
.nwsarchive-t a {color: #fff;}

/*
 * About Block Styles  
 */
.about-menu-block {counter-reset: about-number;}
.about-menu-block .block-content li:before {
    content: counter(about-number) ".";
    counter-increment: about-number;
    float: left;
    clear: left;
    font-size: 1.3em;
    margin-right: 9px;
    margin-left: 0;
    margin-top: 9px;
}

/*
 * Documentary Styles
 */
.docspage .views-field-nothing-1,
.moviepage .views-field-title{
  background-color: #595959;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 15px;
  }
  .docspage .views-field-nothing-1 a,
  .moviepage .views-field-title a {color: #fff;}  

.docspage .ctitle {float: left;}

.docspage .cwriter {text-align: right;}

.docspage .views-row {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  }
  .docspage .views-row:after {clear: both;}

.docspage .views-field-field-documentary-image,
.moviepage .views-field-field-movie-image,
.moviepage .views-field-field-documentary-image,
.view-about-atheism .views-field-field-documentary-image,
.moviepage .views-field-field-upload-image{
  margin-right: 10px;
  float: left;
  }

.blog-teaser p, 
.news-teaser p {margin-left: 115px;}

.docspage .readmore {text-align: right;} 

.news-full .views-field-field-documentary-image {
	float: left;
	margin-right: 10px;
	}

/*
 * Testimonials Styles
 */

 #testimonial {padding: 0 15px;}

 .testimonials-page .views-row {
 	float: left;
 	width: 100%;
 	margin-bottom: 5px;
 }

.testimonials-page .view-content {margin-top: -25px;} 
.testimonials-page .views-row {margin-top: 25px;} 

.testimonial-image {
	float: left;
	margin: 5px 15px 0 0;
}

.testimonialtext {
	border-top: 3px solid #595959; 
	font-size: 1.1em; 
	font-weight: bold; 
	padding-top: 15px; 
	text-align:center;
}

.testimonial-image img {
	border: 4px solid #595959;
    border-radius: 10px;
}

#block-views-testimonials-block .view-testimonials {
  float: left;
  width: 100%;
}

#block-views-testimonials-block .testimonial-body {font-size: 1em !important;}
#block-views-testimonials-block .view-footer {margin: 20px 0;}

.ttopbg {
 	background-image: url(/sites/default/files/quote-top-bg-small.png) !important;
 	height: 25px;
 	width: 100%;
 	background-repeat: no-repeat;
 }

.tbottombg {
 	background-image: url(/sites/default/files/quote-bottom-bg-small.png) !important;
 	height: 25px;
 	width: 100%;
 	background-repeat: no-repeat;
 	background-position: right center;
 }

.testimonial-body {
	font-size: 1em;
	font-style: italic;
}

.testimonial-name {
	font-style: italic;
    font-weight: bold;
    margin-top: 5px;
    text-align: right;
}

.tseparator {
	color: #C1C0C0;
    font-size: 2em;
    font-style: italic;
    text-align: center;
}

/*
 * Infographic Image Styles
 */

 body.node-type-infographic .maincontent-full iframe {overflow: scroll !important;}

.maincontent-full {clear:both !important;}

.node-infographic .field-name-field-infographic {
  border-top: 2px solid #DEDEDE;
  border-bottom: 2px solid #DEDEDE;
  padding: 5px 0 0;
  margin-bottom: 15px;
  }

.graphicpage .views-field-nothing-1{
  background-color: #595959;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 15px;
  }
  .graphicpage .views-field-nothing-1 a {color: #fff;}  

.graphicpage .views-row {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  }
  .graphicpage .views-row:after {clear: both;}

.graphicpage .views-field-field-infographic-thumbnail {
  margin-right: 10px;
  float: left;
  }

.graphicpage .readmore {text-align: right;} 

/*
 * Gallery Image Styles
 */

.node-fan-sign-upload li.comment_forbidden { display: none; }

.pane-views-exp-image-gallery-block-9 .views-widget-filter-term_node_tid_depth .views-widget:before {
  content: "Filter Category by Tags";
  font-weight: bold; 
  margin-bottom: 5px;
}

.pane-views-exp-image-gallery-block-9 .views-widget-filter-title .views-widget:before {
  content: "Search this Category";
  font-weight: bold; 
  margin-bottom: 5px;
}

.pane-views-exp-image-gallery-block-17 .views-widget-filter-term_node_tid_depth .views-widget:before {
  content: "Filter Author's Quotes by Tags";
  font-weight: bold; 
  margin-bottom: 5px;
}

.pane-views-exp-image-gallery-block-17 .views-widget-filter-title .views-widget:before {
  content: "Search Quotes by this Author";
  font-weight: bold; 
  margin-bottom: 5px;
}

.pane-views-exp-image-gallery-block-18 .views-widget-filter-term_node_tid_depth .views-widget:before {
  content: "Filter Artist's Quotes by Tags";
  font-weight: bold; 
  margin-bottom: 5px;
}

.pane-views-exp-image-gallery-block-18 .views-widget-filter-title .views-widget:before {
  content: "Search Quotes by this Artist";
  font-weight: bold; 
  margin-bottom: 5px;
}

.pane-views-exp-image-gallery-block-8 .views-exposed-form {
  border-top: 2px solid #595959;
  border-bottom: 2px solid #595959;
  padding: 5px;
}

.pane-views-exp-image-gallery-block-8 .views-reset-button {margin-left: -10px;}

.pane-views-exp-image-gallery-block-9 .views-widget-filter-term_node_tid_depth label,
.pane-views-exp-image-gallery-block-9 .views-widget-filter-title label, 
.pane-views-exp-image-gallery-block-17 .views-widget-filter-term_node_tid_depth label,
.pane-views-exp-image-gallery-block-17 .views-widget-filter-title label,
.pane-views-exp-image-gallery-block-18 .views-widget-filter-term_node_tid_depth label,
.pane-views-exp-image-gallery-block-18 .views-widget-filter-title label {display: none;}

.pane-views-exp-image-gallery-block-9 .views-submit-button,
.pane-views-exp-image-gallery-block-17 .views-submit-button,
.pane-views-exp-image-gallery-block-18 .views-submit-button {clear: both; margin-top: -15px;}

.pane-views-exp-image-gallery-block-9 .views-reset-button,
.pane-views-exp-image-gallery-block-17 .views-reset-button,
.pane-views-exp-image-gallery-block-18 .views-reset-button {margin-top: -15px; margin-left: -9px;}

.pane-views-exp-image-gallery-block-9 .views-exposed-form,
.pane-views-exp-image-gallery-block-17 .views-exposed-form,
.pane-views-exp-image-gallery-block-18 .views-exposed-form {
  border-top: 2px solid #595959;
  border-bottom: 2px solid #595959;
  padding: 5px 0;
  text-align: left;
  margin-bottom: 10px;
}

.quotebacklink {text-align: right; clear: both; margin-bottom: -10px;}

.gallery-final .views-row {
  float: left;
  width: 30%;
  margin: 0 5px 30px;
  height: 230px;
  }

.image-style-large {width: 100% !important;}

.gallery-final .fansign-final .views-row {height: 190px !important;}  

.gallery-final .views-row:after {clear: both !important;}  

.gallery-final img {border: solid 1px #CCC;}

.gallery-final img:hover{
  -moz-box-shadow: 1px 1px 5px #595959; 
  -webkit-box-shadow: 1px 1px 5px #595959; 
  box-shadow: 1px 1px 5px #595959;
  }
  
form#views-exposed-form-image-gallery-block-8 {margin-bottom: 25px;}  
  
ol.pager, 
ul.pager {padding: 10px 0 10px 15px !important;}

.pane-menu-menu-search-by-category h2,
.pane-menu-menu-search-by-artist h2,
.pane-menu-menu-search-by-author h2,
.pane-menu-menu-store-navigation h2,
.pane-menu-menu-store-navigation-2 h2,
.pane-menu-menu-search-by-category-products h2,
.pane-menu-menu-search-by-category-spanish h2,
.pane-menu-menu-search-by-author-spanish h2,
.pane-menu-menu-search-by-category-arabic h2,
.pane-menu-menu-search-by-author-arabic h2

{
  font-size: 1em;
  line-height: 0.7em;
  background: none repeat scroll 0 0 #595959;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 15px;
  text-align: center;  
  }

.pane-menu-menu-search-by-category-spanish li a,
.pane-menu-menu-search-by-author-spanish li a,  
.pane-menu-menu-search-by-category-arabic li a,
.pane-menu-menu-search-by-author-arabic li a, 
.pane-menu-menu-search-by-category li a,
.pane-menu-menu-search-by-artist li a,
.pane-menu-menu-search-by-author li a,
.pane-menu-menu-store-navigation li a,
.pane-menu-menu-store-navigation-2 li a,
.pane-menu-menu-search-by-category-products li a{
  font-weight: normal;
  color: #595959;
  }
  .pane-menu-menu-search-by-category-spanish li.active,
  .pane-menu-menu-search-by-author-spanish li.active,
  .pane-menu-menu-search-by-category-spanish li.active-trail,
  .pane-menu-menu-search-by-author-spanish li.active-trail,
  .pane-menu-menu-search-by-category-arabic li.active,
  .pane-menu-menu-search-by-author-arabic li.active,
  .pane-menu-menu-search-by-category-arabic li.active-trail,
  .pane-menu-menu-search-by-author-arabic li.active-trail,  
  .pane-menu-menu-search-by-category li.active, 
  .pane-menu-menu-search-by-category li.active-trail, 
  .pane-menu-menu-search-by-artist li.active,
  .pane-menu-menu-search-by-artist li.active-trail,
  .pane-menu-menu-search-by-author li.active, 
  .pane-menu-menu-search-by-author li.active-trail,
  .pane-menu-menu-store-navigation li.active,
  .pane-menu-menu-store-navigation li.active-trail,
  .pane-menu-menu-store-navigation-2 li.active,
  .pane-menu-menu-store-navigation-2 li.active-trail,
  .pane-menu-menu-search-by-category-products li.active,
  .pane-menu-menu-search-by-category-products li.active-trail {background-color: transparent !important;}

  .pane-menu-menu-search-by-category-spanish li.active a,
  .pane-menu-menu-search-by-author-spanish li.active a,
  .pane-menu-menu-search-by-category-spanish li.active-trail a,
  .pane-menu-menu-search-by-author-spanish li.active-trail a,
  .pane-menu-menu-search-by-category-arabic li.active a,
  .pane-menu-menu-search-by-author-arabic li.active a,
  .pane-menu-menu-search-by-category-arabic li.active-trail a,
  .pane-menu-menu-search-by-author-arabic li.active-trail a,  
  .pane-menu-menu-search-by-category li.active a, 
  .pane-menu-menu-search-by-category li.active-trail a, 
  .pane-menu-menu-search-by-artist li.active a,
  .pane-menu-menu-search-by-artist li.active-trail a,
  .pane-menu-menu-search-by-author li.active a, 
  .pane-menu-menu-search-by-author li.active-trail a,
  .pane-menu-menu-store-navigation li.active a,
  .pane-menu-menu-store-navigation li.active-trail a,
  .pane-menu-menu-store-navigation-2 li.active a,
  .pane-menu-menu-store-navigation-2 li.active-trail a,
  .pane-menu-menu-search-by-category-products li.active a,
  .pane-menu-menu-search-by-category-products li.active-trail a {font-weight: 700;}

  .pane-menu-menu-search-by-category-spanish li a:hover,
  .pane-menu-menu-search-by-author-spanish li a:hover,
  .pane-menu-menu-search-by-category-arabic li a:hover,
  .pane-menu-menu-search-by-author-arabic li a:hover,
  .pane-menu-menu-search-by-category li a:hover,
  .pane-menu-menu-search-by-author li a:hover,
  .pane-menu-menu-store-navigation li a:hover,
  .pane-menu-menu-store-navigation-2 li a:hover,
.pane-menu-menu-search-by-artist li a:hover,
.pane-menu-menu-search-by-category-products li a:hover{
  font-weight: 700;
  text-decoration: none;
  }    

.node-image-upload li.comment-add {display: none;}

.node-image-upload .forum-post-wrapper {background: #fff;}

.node-image-upload .forum-post-panel-main {width: 65% !important;}

.node-image-upload .field-name-field-upload-image {
  border-top: 2px solid #DEDEDE;
  border-bottom: 2px solid #DEDEDE;
  padding: 5px 0 0;
  margin-bottom: 5px;
  }

.node-image-upload .field-name-field-note {
  margin: 10px 0;
  text-align: right;
  font-weight: 700;
  font-size: 0.8em;
  }

.node-image-upload ul.links {
  /* border-top: 1px dashed #dedede;
  border-bottom: 1px dashed #dedede; */
  padding: 5px;
  margin: 10px 0;
  }

.node-image-upload .field-name-body {margin: 20px 0 5px;}  

#block-views-image-gallery-block-4 {float: left;}
#block-views-image-gallery-block-4:after {clear: both !important;}
.fsign-cblock .views-row {
  float: left;
  padding: 5px 5px 20px;
  text-align: center;
  width: 46%;
  }

.fsign-fpblock .views-row {text-align: center !important; width: 25% !important;;} 
.fsign-fpblock .view-footer{float: left; width: 100%; margin-top: 15px;}

.fsign-sblock .views-row {
  float: left;
  padding: 5px 5px 20px;
  text-align: center;
  width: 45%;
  }  

/*
 * Gallery Filter Styles
 */
#view-image-gallery .views-exposed-widgets .views-widget-filter-body_value,
#view-image-gallery .views-widget-filter-term_node_tid_depth,
#view-image-gallery .views-widget-filter-term_node_tid_depth_1 {
  width: 20% !important;
  margin-right: 5px !important;
  }

#view-image-gallery .views-exposed-widgets #edit-body-value .form-text,
#view-image-gallery .views-exposed-widgets #edit-term-node-tid-depth .form-select,
#view-image-gallery .views-exposed-widgets #edit-term-node-tid-depth-1 .form-select {width: 100% !important;}

#block-panels-mini-gallery .views-submit-button,
#views-exposed-form-image-gallery-block-9 .views-submit-button {display: block !important;}

#view-image-gallery .views-submit-button {}
  #view-image-gallery .views-submit-button:before {clear:both !important;}

form#views-exposed-form-image-gallery-block-9 {margin-bottom: 25px;}  

/*
 * Lightbox Styles
 */


/*
 * Spreadshirt Styles
 */

iframe#Spreadshop .SprdMain .SprdHeader .Icon.home,
iframe#Spreadshop .SprdMain .Wrapper.details .header,
iframe#Spreadshop .SprdMain .Selector.productType img, 
iframe#Spreadshop .SprdMain .product-type-preview img,
iframe#Spreadshop .SprdMain .Wrapper.details .productTypeName,
iframe#Spreadshop .SprdMain .carousel-widget .custom-carousel-container,
iframe#Spreadshop .SprdMain .DetailBox.buying-info .button.favorite.bottom,
iframe#Spreadshop .SprdMain .social-sharing,
iframe#Spreadshop .SprdMain .Footer {display:none !important;}
iframe#Spreadshop .SprdMain .SprdHeader .rightPanel {text-align:center !important;}
iframe#Spreadshop { height: 625px; overflow-y:scroll !important; overflow-x:hidden !important; overflow:hidden; }

/*
 * Store Styles
 */
.store-main .view-content .views-row {
  float: left; 
  margin: 15px 13px; 
  text-align: center; 
  width: 28%; 
  height:215px;
  }

.store-main .views-field-field-product-price{
  font-size: 20px; 
  font-weight: bold;
  }

.store-main .views-field-field-product-image a img {box-shadow: 0 0 0 3px #dedede;}

.store-main .views-field-field-product-image a img:hover {box-shadow: 0 0 0 3px #595959;}

p.imageleft {
  float: left;
  margin-right: 25px;
  }

/*
 * Atheist Necklaces Sidebar Styles
 */
.necklace-sidebar{
    float: left;
    width: 100%;
}

.necklace-sidebar .views-row{
    float: left;
    margin: 5px 7px;
    width: 45%;
}

.necklace-sidebar .views-row img{
    border: 2px solid #595959;
}

/*
 * User Page [Subscriptions/Messages] Styles
 */ 

body.page-messages ul.action-links {
  padding: 5px 10px;
  background: none repeat scroll 0% 0% #595959;
  width: 140px;
  text-align: center;
  border-radius: 2px;
  } 

body.page-messages a#edit-cancel {margin-left: 10px; vertical-align: middle;}
body.page-messages .privatemsg-author-name, 
body.page-messages .privatemsg-message-date {font-size: 100%;}
body.page-messages ul.privatemsg-message-actions {display: none !important;}
body.page-messages .privatemsg-message-participants {padding-bottom: 10px; font-weight: bold;}
body.page-messages .privatemsg-message {margin-bottom: 5px;}
body.page-messages .privatemsg-author-avatar {width: 10%; border: 2px solid #595959;}
body.page-messages .privatemsg-message-column {width: 88%;}  

body.page-messages ul.action-links a {color: #ffffff;}  

body.page-user-subscriptions fieldset#edit-suspend,
body.page-user-subscriptions fieldset#edit-settings {
  margin-left: -8px;
}

body.page-user-subscriptions .form-item-sendself {
  margin-left: 10px;
  margin-top: -7px;
}

body.page-user-subscriptions .form-item-digest {margin-left: 10px;}

body.page-user-subscriptions input#edit-reset {display: none !important;}

body.page-user-subscriptions fieldset#edit-suspend .fieldset-wrapper {margin-left: 10px;}

body.page-user-subscriptions fieldset#edit-autosub legend,
body.page-user-subscriptions fieldset#edit-preferences legend,
body.page-user-subscriptions fieldset#edit-visibility legend {
  background: none !important;
  border-bottom: 2px solid #595959;
}

body.page-user-subscriptions fieldset#edit-suspend legend,
body.page-user-subscriptions fieldset#edit-settings legend {
  background: none repeat scroll 0% 0% #595959;
  padding: 5px 0 5px 10px;
  width: 100%;
} 

body.page-user-subscriptions fieldset#edit-suspend .fieldset-wrapper {margin-bottom: 20px;}

body.page-user-subscriptions fieldset#edit-visibility {display: none !important;}

body.page-user-subscriptions fieldset#edit-suspend legend a,
body.page-user-subscriptions fieldset#edit-settings legend a {color: #ffffff;}

body.page-user-subscriptions table,
body.page-messages table {border: none; color: #595959;}

body.page-user-subscriptions table a,
body.page-messages table a {color: #595959;}

body.page-user-subscriptions tbody tr:hover,
body.page-messages tbody tr:hover {background: #c5c5c5 !important; font-weight: bold;}

body.page-user-subscriptions tbody th, 
body.page-user-subscriptions tbody td,
body.page-messages tbody td,
body.page-messages tbody th {padding: 10px 5px;}

body.page-user-subscriptions thead tr,
body.page-messages thead tr {
  font-weight: 700;
  background: none !important;
  border-bottom: 5px solid #595959;
  text-transform: uppercase;
}

body.page-user-subscriptions #tasks ul.secondary li {
  padding: 5px 10px;
  border: 2px solid #595959;
  border-radius: 3px;
  margin-right: 3px;
} 

body.page-user-subscriptions #tasks ul.secondary {border-bottom: 0 !important;}

body.page-user-subscriptions #tasks ul.secondary li a {color: #595959; text-decoration: none;}

body.page-user-subscriptions #tasks ul.secondary li.active,
body.page-user-subscriptions #tasks ul.secondary li:hover {
  padding: 5px 10px;
  background: #595959;
  border-radius: 3px;
  margin-right: 3px;
}

body.page-user-subscriptions #tasks ul.secondary li.active a.active,
body.page-user-subscriptions #tasks ul.secondary li a:hover {color: #ffffff; text-decoration: none;}

/*
 * User Page Styles
 */

.page-user h1#page-title {display: none !important;} 

.profile-gallery-comments h3 {
  text-transform: uppercase;
  border-bottom: 1px solid #CCC;
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 10px;
}

#user-profile-form--2 .field-name-field-signup-choice,
input#edit-field-my-view-und-default--2,
input#edit-cancel--2,
label[for=edit-field-my-view-und-default--2] {display: none !important;}

a.privatemsg-send-link-profile {
    float: left;
    text-align: center;
    width: 100%;
    border: 1px solid #595959;
    border-radius: 5px;
    padding: 3px 0;
    color: #595959;
}

a.privatemsg-send-link-profile:hover {
    text-decoration: none;
}

.pane-user-picture img {    
    border: 4px solid #595959;
    float: left;
    width: 97%;
}

.pane-user-field-name {
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.pane-user-field-name .block-content {
    background: none repeat scroll 0% 0% #595959;
    border-radius: 2px;
    color: #FFF;
    padding: 5px 0px;
}

.pane-user-field-my-view {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.pane-user-field-aboutme {margin-bottom: 15px;}

span.account-icon {display:inline-block;}


#panels-ipe-paneid-9 {
  float: left; 
  margin-right: 10px;
  }

.panel-panel {margin-bottom: 10px;}

.profile-comments h3,
.profile-forums h3,
.profile-forums .views-summary-unformatted,
.profile-comments .views-summary-unformatted,
.profile-gallery-comments .views-summary-unformatted
{
  text-transform: uppercase; 
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 10px;
  }

.profile-forums .views-summary-unformatted a{display: none !important;}
.profile-forums .views-summary-unformatted:before {content: "THREADS STARTED "}

.profile-comments .views-summary-unformatted:before {content: "FORUM REPLIES BY "}
.profile-comments .views-summary-unformatted a{pointer-events: none !important; color: #000;}

.profile-gallery-comments .views-summary-unformatted:before {content: "GALLERY COMMENTS BY "}
.profile-gallery-comments .views-summary-unformatted a{pointer-events: none !important; color: #000;}

.pane-user-field-aboutme h2,
.pane-user-summary h3,
.pane-views-user-page-comments-block-1 h3,
.view-edit-accounts h3,
.pane-user-field-my-view h2,
.pane-user-field-previous-view h2 {
  font-size: 1.4em; 
  text-transform: uppercase; 
  border-bottom: 1px solid #CCCCCC;
  }

.pane-user-summary {margin-top: 15px;}

.pane-user-summary dt.user-profile-item {
  text-transform: uppercase; 
  font-size: 14px; 
  font-weight: bold;
  }

.pane-user-field-my-view .block-content {margin-bottom: 15px;}

.pane-user-field-my-view .block-content:before {content: 'I am a/an';}

.view-user-page-forums,
.view-user-page-comments {margin-bottom: 15px;} 

.panel-separator {display: none;}   

.pane-user-last-login .block-content:before {
  content: 'Last logged in: ';
  text-transform: uppercase;
  font-weight: bold;
  }

.pane-user-field-country .block-content:before {
  content: 'Country: '; 
  text-transform: uppercase; 
  font-weight: bold;
  }   

.pane-user-field-date-of-birth .block-content:before {
  content: 'Age: ';
  text-transform: uppercase;
  font-weight: bold;
  }

.pane-user-field-date-of-birth .block-content:after {content: ' old';}      

.pane-user-field-sex .block-content:before {
  content: 'Gender: ';
  text-transform: uppercase;
  font-weight: bold;
  } 

.pane-user-name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: -5px;
  }

.pane-user-field-country,
.pane-user-last-login,
.pane-user-field-date-of-birth,
.pane-user-field-sex {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  }

.region .rounded-corner {margin-bottom: 15px;}
  
.pane-edit-accounts .page-header h2 {
  font-size: 16px; 
  text-transform: uppercase; 
  color: #ffffff; 
  padding-bottom: 4px; 
  padding-top: 2px;
  } 

.pane-edit-accounts {margin-top: 3px;}  

.pane-edit-accounts .view-content {
  text-align: center; 
  padding-bottom: 15px;
  }  

.views-field-nothing-2 {text-align: center;}    

.user-profile-icons {
  text-align: center; margin: 13px 0 -6px;
  }

.login-icons {
  text-align: center;
  margin: 20px 0 20px;
}

.user-profile-icons img,
.login-icons img {
  border: 3px solid #595959; 
  border-radius: 2px; 
  margin: 0px 4px; 
  padding: 5px; 
  width: 35px;
  }  

.user-profile-icons-set-1 {border-right: 1px solid #dedede;}
.view-edit-accounts .views-field-nothing-2 {font-size: 13px; text-align: left;}
.view-edit-accounts {float: left;}
.field-name-field-aboutme {margin-top: 15px;}

.group-userinfo,
.group-usersmedia {float: left !important; width: 48%; margin-right: 2% !important;}

.group-userinforight,
.group-useraddinfo {float: left !important; width: 50%;}

.group-userinfobottom, 
.group-userinfotop {float: left; width: 100%;}

#edit-picture--3 .fieldset-legend, 
#edit-picture .fieldset-legend,
#field-aboutme-add-more-wrapper--2 #edit-field-aboutme-und-0-format--3,
#addressfield-wrapper--2 .street-block, 
#addressfield-wrapper--2 .locality-block,
#addressfield-wrapper--2 legend,
#edit-timezone--3 legend,
form#user-profile-form--2 #edit-locale--2,
.group-userinfotop h3,
#edit-contact--3 {display: none;}

.group-userinfo .user-picture img {width: 50%; border: 3px solid #595959;}
.user-register-form .captcha {float: left; width: 98%;}
.form-item label.option {font-weight: normal !important;}
#edit-picture--3 {text-align: center;}

label[for=edit-field-my-view-und--2],
label[for=edit-field-name-und-0-value--2],
label[for=edit-field-aboutme-und-0-value--2],
label[for="edit-field-sex-und--2"],
label[for="edit-field-signup-choice-und--2"],
label[for="edit-current-pass--2"],
label[for="edit-mail--2"],
label[for="edit-field-previous-view-und--2"],
label[for="edit-field-my-belief-und--2"],
.group-userinfobottom h3 {background: #595959; border-radius: 2px; padding: 5px 8px; margin-bottom: 10px; color: #fff;}

label[for="edit-fboauth--2"] {text-align: left !important; background: #595959; border-radius: 2px; padding: 5px 8px; margin-bottom: 10px; color: #fff;}

#edit-fboauth--2 {text-align: center;}

form#user-profile-form--2 .form-type-password-confirm:before {
  content: "Change password"; 
  background: #595959; 
  border-radius: 2px; 
  padding: 5px 8px; 
  margin-bottom: 15px; 
  color: #fff; 
  font-weight: bold;
  float:left; 
  width:97%;
}

form#user-profile-form--2 .field-name-field-address:before {
  content: "Country & Timezone"; 
  background: #595959; 
  border-radius: 2px; 
  padding: 5px 8px; 
  margin-bottom: 0; 
  color: #fff; 
  font-weight: bold;
  float:left; 
  width:97%;
}

form#user-profile-form--2 #edit-timezone--3 {margin-top: -20px;}
form#user-profile-form--2 #field-address-add-more-wrapper--2 {clear: both;}
form#user-profile-form--2 .field-name-field-date-of-birth fieldset {padding: 0;}

form#user-profile-form--2 .field-name-field-date-of-birth legend {
  background: #595959; 
  border-radius: 2px; 
  padding: 5px 8px; 
  margin-bottom: 15px; 
  color: #fff; 
  font-weight: bold;
  float:left; 
  width:97%;  
}

form#user-profile-form--2 .group-usersmedia:before {clear:both;}

@media all and (max-width: 860px) and (min-width: 320px) {
  .group-userinfo,
  .group-userinforight,
  .group-useraddinfo,
  .group-usersmedia { width: 100% !important;}
}

@media only screen and (min-width:321px) and (max-width:434px) {
  #block-panels-mini-forum-topic-bottom { display: none !important;}
}

/*
 * Team Page
 */
 .view-atheist-team .views-field-picture {float: left;}

.view-atheist-team .views-field-nothing {
  margin-left: 180px; 
  text-align: justify;
  }

.view-atheist-team img {box-shadow: 0 0 0 3px #dedede;}

.view-atheist-team img:hover {box-shadow: 0 0 0 3px #595959;}  

.view-atheist-team h3 {line-height: 0.5em;}

.view-atheist-team .views-row {
  float: left;
  margin-bottom: 15px;
  padding: 0 0 15px;
  /* border-bottom: 1px dashed #dedede; */
  }
  .view-atheist-team .views-row:after {clear: both;} 

/*
 * Volunteer Page 
 */   
.node-page tr:hover {background-color: #fff;}

.fieldset-legend {
  font-size: 1em;
  font-weight: 700;
  } 

.form-item .description {
    margin: 3px 0 10px !important;
}

.form-item .description a {
    color: #ff0000 !important;
    font-weight: bold !important;
}

/*
 * Resources Page Styles
 */  
#node-763 table {
  border: 0;	
  }

.pkresource-books .views-field-title {min-height: 60px; margin-top: 15px;}  

.pane-parent-kids-resources .views-row {
  width: 41%;
  float: left;
  padding: 2%;
  border: 5px solid #595959;
  margin: 10px 7px;
  }  

.pane-parent-kids-resources .views-field-title {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  }

.pane-parent-kids-resources .views-field-field-book-resource-image {
  float: left;
  margin-right: 10px;
  }

.pane-parent-kids-resources h3 {
  background-color: rgb(89, 89, 89);
  padding: 5px 10px;
  color: #ffffff;
  }

.pane-parent-kids-resources .views-field-field-book-resource-image img {width: 120px; height: 170px;}  

.pane-parent-kids-resources .views-field-field-resource-url {
  float: left;
  text-align: center;
  width: 100%;
  padding: 5px 0px;
  background-color: rgb(89, 89, 89);
  margin-top: 25px;
  }

.pane-parent-kids-resources .view-display-id-block_1 .views-field-title {
  background: none repeat scroll 0% 0% #595959;
  padding: 5px 0px;
  } 

.pane-parent-kids-resources .view-display-id-block_1 .views-field-field-resource-description {
  margin-top: 10px;
  text-align: center;
  } 

.pane-parent-kids-resources .views-field-field-resource-url a,
.pane-parent-kids-resources .view-display-id-block_1 .views-field-title a {color: #ffffff;}

/*
 * Forum Subscriptions Styles
 */  

#subscribe {width: 97%; font-size: 0.9em;}
form#subscriptions-ui-node-form .collapsed {width: 0 !important;}
#subscribe legend {width: 100%; background: #595959;}
#subscribe span.fieldset-legend {background: none !important; padding: 5px 10px !important;}
#subscribe a.fieldset-title {color: #fff !important;}
form#subscriptions-ui-node-form {margin-left: -9px !important;}
#subscribe th {display: none;}
#subscribe .form-checkbox {margin-right: 5px;}
#subscribe tr.odd {background: none !important;}
#subscribe table.tableheader-processed {margin-top: -4px;}

#edit-subscriptions-notify {display: none !important; }

/* =============================================================================
 *   Sidebar Block Styling (Additional/Reset)
 * ========================================================================== */

/*
 * Facebook Elements
 */
.fb-like-box {margin-bottom: 15px;height: 182px;}

.sidebar .block-content ul,
.sidebar .block-content ol {padding: 0;}
#block-facebook-comments-box-facebook-comments-box {clear: both !important;}
.facebook-comments-box {clear: both !important;}
.pane-widgets-s-facebook-like-box {text-align: center !important;}

/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/
 
#fb-root {display: none;}
 
/* To fill the container and nothing else */
 
.region-sidebar-second .fb_iframe_widget, 
.region-sidebar-second .fb_iframe_widget span, 
.region-sidebar-second .fb_iframe_widget span iframe[style] {width: 100% !important;}

.region-sidebar-first .fb_iframe_widget, 
.region-sidebar-first .fb_iframe_widget span, 
.region-sidebar-first .fb_iframe_widget span iframe[style] {width: 100% !important;}

@media all and (min-width: 400px) {
#block-facebook-comments-box-facebook-comments-box .fb_iframe_widget, 
#block-facebook-comments-box-facebook-comments-box .fb_iframe_widget span, 
#block-facebook-comments-box-facebook-comments-box .fb_iframe_widget span iframe[style] {width: 400px !important}    
}

@media all and (min-width: 500px) {
#block-facebook-comments-box-facebook-comments-box .fb_iframe_widget, 
#block-facebook-comments-box-facebook-comments-box .fb_iframe_widget span, 
#block-facebook-comments-box-facebook-comments-box .fb_iframe_widget span iframe[style] {width: 484px !important}    
}

.fbcomments-full .fb_iframe_widget iframe {width: 100% !important;}

/*
 * Better Life - Book AD Block Styles
 */
.blbook {float:left; width:44%;}

.bltext {float: left;
    font-size: 1.2em;
    margin-left: 5px;
    margin-right: 10px;
    text-align: center;
    width: 50%;}

.wtingadstyle,
.adstyle {border: 3px double #595959; float: left; padding: 10px; border-radius:2px;}


.bltitle {background: none repeat scroll 0 0 #595959; border-radius: 2px; color: #FFFFFF; font-size: 1.7em; font-weight: bold; padding: 5px; text-align: center; text-transform: uppercase;}

.blauthor {border-top: 1px solid #CCCCCC;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 25px;
    padding-top: 5px;}

.blfooter {float: left;
margin-top:15px;
    font-weight: bold;
    margin: 5px 0;
    text-align: center;
    width: 100%;}

.bldate {font-size:0.8em;}

a.bllink {background: none repeat scroll 0 0 #f0a91f;
    border-radius: 2px;
    color: #FFFFFF;
    padding: 5px 45px;}

 .shtext {margin-bottom: 35px !important;}   

/*
 * Login Block Styles
 */
#logouttools {text-align: center;}
  
#logouttools .first {
  background-color: #DEDEDE;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 10px;
  padding: 10px 0;
  }

#horizontal-login-block {text-align: center;}

#logintools {
  text-align: center;
  margin: 20px 0 25px;
  }

#logintools .arbtn {
  width: 95%;
  padding: 7px 36px;
  background-color: #595959;
  }
  #logintools a.arbtn {color: #fff;}

  #logintools a.arbtn:hover {
    background-color: #595959;
    border: 2px solid #595959;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    }

.pane-fboauth-login {
  margin: -11px 0 24px;
  text-align: center;
  }
  .pane-fboauth-login img {
    width: 197px;
    padding-top: 23px;
    }

.horizontal-forum-form {margin-bottom: 15px;}

#arlogin {
  /*padding: 50px 10px 5px;
  margin: 0 0 30px 0;*/
  }

.login-msg{
  background-color: #595959;
  border-radius: 5px 5px 0 0;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: -11px;
  padding: 17px 5px 1px;
  text-align: center;
}

.login-bblock{
  border-radius: 0 0 5px 5px;
  border: 2px solid #595959;
}

.logintools_first {
  padding-top: 15px;
}

.fb_login img{
    width: 197px;
    padding-top: 7px;
}

/*
 * Social Follow Buttons
 */

.btop,
.bbottom {
  float: left;
  width: 82%;
  }
 


/*
 * Affiliate Blocks Styles
 */   
.pane-block-118 {margin-bottom: -15px;}

/*
 * Resource Blocks Styles
 */     
.pane-block-83 .bblock {
  float:left;
  padding-top: 25px;
}

.pane-block-83 .bblock:after {clear:both;}

.rescontent {
  float: left;
  width: 75%;
} 

.resblock {
  float: left;
  margin-bottom: 5px;
  width: 100%;	
}

.resicon {
  float: left;
  margin-right: 10px;
  width: 36px !important;
}

.pane-block-91 .resblock {
	margin-bottom: 20px !important;
	margin-left: 5px;
	}

.pane-block-91 .resicon {
	width: 45px !important;
	margin-right: 15px !important;
	}	

/*
 * Block Headers
 */
.sidebar small a {color: #fff;}

/*
 * Books Block (FP)
 */

.arbooks-fpb .views-row { width: 20%; margin: 10px 2%; float: left; text-align: center; }
.arbooks-fpb .views-field-title { text-align: center; margin-bottom: 10px; height: 35px; }
.arbooks-fpb .views-field-title a { font-color: #000000 !important; }
.arbooks-fpb .views-field-nothing { height: 60px; margin: 15px 5px 10px 5px; }
.arbooks-fpb .views-field-field-cover-image { text-align: center; }
.arbooks-fpb .views-field-field-cover-image img { width: 100px !important; }

/*
 * Books Block
 */

.ygitsleadbox .block-inner {
  border: 6px double #595959;
  margin-top: 15px;
  }

.ygitsleadbox p.ygitslbtitle {
  font-size: 15px;
  background: none repeat scroll 0% 0% rgb(89, 89, 89);
  padding: 10px;
  margin: -40px auto 20px;
  width: 90%;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: 2px;
  }

.ygitsleadbox p.ygitslbimage {text-align: center;}    

.atheist-books-full .views-field-field-cover-image{
  float: left;
  margin-right: 10px;
  width: 25%;
  }

.arbooks-block .views-field-title {
    background: none repeat scroll 0px 0px #3a3a3a;
    border-radius: 2px;
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    padding: 5px 15px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 99%;
    margin-left: -14px;
}

.arbooks-block .views-row {
  padding: 10px 5px;
  margin-bottom: 10px;
  border: 6px double #595959;
  background: #ffffff;
  }

.arbooks-block .views-field-field-cover-image{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.arbooks-block .views-field-field-custom-link {
  clear: both;
  margin-bottom: 35px;
  }

.arbooks-block .views-row-last .views-field-field-custom-link {margin-bottom: 65px;}  

.arbooks-block .views-field-title a {color: #fff; text-decoration: none;}

.arbooks-block .views-field-nothing {
    font-size: 1em;
    margin-left: 5px;
    margin-right: 10px;
    text-align: center;
    margin-top: 15px;
}

.atheist-books-full .views-field-nothing {
  width: 70%;
  float: left;
  }

.atheist-books-full .views-row {
  margin-bottom: 10px;
  float:left;
  width: 100%;
  }
  .atheist-books-full .views-row:after {clear: both;}  

/*
 * Shirts Block
 */
.atheist-shirts-full .view-content {float: none !important;}
.atheist-shirts-full .views-field-nothing {text-align: center;}
.atheist-shirts-full .views-row {margin-bottom: 10px;}
.atheist-shirts-full .views-row:after {clear: both;}
.atheist-shirts-full .views-field-field-product-image {text-align: center;}
.atheist-shirts-full .views-field-field-product-image img {
  box-shadow: 0 0 0 3px #dedede;
  width: 100%;
  }
.atheist-shirts-full .views-field-field-product-image img:hover {box-shadow: 0 0 0 3px #595959;}

.atheist-shirts-full .views-row-odd .views-field-nothing-1,
.atheist-shirts-full .views-row-even .views-field-nothing-1 {display: none;}
.atheist-shirts-full .views-row-last .views-field-nothing-1 {
  display: block !important;
  margin: 20px 0 10px;
  text-align: center;
  }

/*
 * Quotes (Gallery) Block
 */
.relatedimage-full .views-row {
  float: left;
  width: 20%;
  margin: 5px 4px 10px 8px;
  }
  .relatedimage-full .views-field-field-upload-image img {box-shadow: 0 0 0 3px #dedede;}
  .relatedimage-full .views-field-field-upload-image img:hover {box-shadow: 0 0 0 3px #595959;}

/*
 * Community Stories Styles
 */

.node-community-stories .field-name-field-testimonial-image {float: left;}

.view-community-stories .views-field-field-testimonial-image {
    float: left;
    margin-right: 10px;
}

.view-community-stories .views-field-sharethis {margin-bottom: 10px;}

.node-community-stories .field-name-field-testimonial-image img {
    border: 2px solid #595959;
    float: left;
    margin-right: 15px;
    width: 150px;
}

/*
 * Blogs Block
 */
.blog-gallery-full .views-field-field-featured-image {
  margin-right: 10px;
  float: left;
  }
  .blog-gallery-full .views-field-field-featured-image img {box-shadow: 0 0 0 3px #dedede;}
  .blog-gallery-full .views-field-field-featured-image img:hover {box-shadow: 0 0 0 3px #595959;}

.blog-gallery-full .views-field-title {
  float: left;
  width: 65%;
  }

.blog-gallery-full .views-row {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  }
  .blog-gallery-full .views-row:after {clear: both;}

/*
 * News Block
 */
.news-full .views-field-field-news-image {
  margin-right: 10px;
  float: left;
  }
  .news-full .views-field-field-news-image img {box-shadow: 0 0 0 3px #dedede;}
  .news-full .views-field-field-news-image img:hover {box-shadow: 0 0 0 3px #595959;}

.news-full .views-field-title {
  float: left;
  width: 65%;
  }

.news-full .views-row {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  }
  .news-full .views-row:after {clear: both;}  

/*
 * Forum Disclaimer Block
 */
.pane-block-54 ol {margin-left: 30px;}

/*
 * Author Pane Block
 */
.authorpane-full .author-pane-image {text-align: center;}
.authorpane-full .authorpane-name {
  margin: 10px 0;
  font-weight: 700;
  text-align: center;
  /* border-top: 1px dashed #dedede;
  border-bottom: 1px dashed #dedede; */
  padding: 5px 0;
  }

.twitterhandle {
  border-top:1px dashed #595959; 
  margin-top:15px; 
  padding-top:10px; 
  margin-bottom:-10px;
}  

.twitterhandle2 {
  border-top:1px dashed #595959; 
  margin-top:15px; 
  padding-top:10px; 
  margin-bottom: 5px;
}  

.authorpane-name a {
  color: #000; 
  cursor: default;
  }  
  .authorpane-name a:hover {text-decoration: none;}

.authorpane-full .author-pane-image img {box-shadow: 0 0 0 3px #595959;}
.authorpane-full .readmore {
  text-align: right;
  margin: 10px 0;
  }

/*
 * Newsletter Block (AWeber)
 */
/* #af-form-645541469 {
  font-family: 'Trebuchet MS','Helvetica Neue',Arial,Helvetica,sans-serif !important;
  width: 100% !important;
  border-radius: 5px;
  }

#af-form-1445580875 {  
  font-family: 'Trebuchet MS','Helvetica Neue',Arial,Helvetica,sans-serif !important;
  width: 100%;
  border-top: 3px solid #595959 !important;
  border-bottom: 3px solid #595959 !important;}

#af-form-1283089949 {
  font-family: 'Trebuchet MS','Helvetica Neue',Arial,Helvetica,sans-serif !important;
  width: 100%;
  border-top: 3px solid #595959 !important;
  border-bottom: 3px solid #595959 !important;
  } 

#af-form-364049154 {
  font-family: 'Trebuchet MS','Helvetica Neue',Arial,Helvetica,sans-serif !important;
  width: 100%;
  border-top: 3px solid #595959 !important;
  border-bottom: 3px solid #595959 !important;
  }     

#af-form-1283089949, 
#af-form-1283089949 .quirksMode,
#af-form-364049154, 
#af-form-364049154 .quirksMode,
#af-form-1445580875,
#af-form-1445580875 .quirksMode {width: 100% !important;}

#af-form-1283089949 .af-body,
#af-form-364049154 .af-body,
#af-form-1445580875 .af-body {font-family: inherit !important;}

#af-form-1283089949 .af-element .bodyText span,
#af-form-364049154 .af-element .bodyText span,
#af-form-1445580875 .af-element .bodyText span{font-size: 1.6em !important;} 

#af-form-645541469 .af-header .bodyText span{font-size: 0.8em !important;} 
#af-form-645541469 .bodyText {margin-right: -5px;}  
#af-form-645541469 .bodyText p {margin: 5px 0 10px !important;}

#af-form-645541469 .af-body input.text, 
#af-form-645541469 .af-body textarea,
#af-form-1283089949 .af-body input.text, 
#af-form-1283089949 .af-body textarea,
#af-form-364049154 .af-body input.text, 
#af-form-364049154 .af-body textarea,
#af-form-1445580875 .af-body input.text, 
#af-form-1445580875 .af-body textarea {
  text-align: center;
  color: #bcbcbc !important;
  border-radius: 5px;
  padding: 5px 0 !important;
  font-weight: bold !important;
  width: 99% !important;
  border-width: 8px !important;
  }

#af-form-645541469 .buttonContainer, {padding-right: 7px !important;}

#af-form-645541469 .buttonContainer input.submit,
#af-form-1283089949 .buttonContainer input.submit,
#af-form-364049154 .buttonContainer input.submit,
#af-form-1445580875 .buttonContainer input.submit{
  width: 75% !important;
  border-radius: 5px;
  font-size: 1em !important;
  font-weight: bold !important;
  border: 1px solid #6C5094 !important;
  }
  #af-form-645541469 .buttonContainer input.submit:hover,
  #af-form-1283089949 .buttonContainer input.submit:hover,
  #af-form-364049154 .buttonContainer input.submit:hover,
  #af-form-1445580875 .buttonContainer input.submit:hover{background-color: #8a57ad !important;}   */

#block-block-85 {clear: both !important;}

.nwslbtop { font-size: 1.5em; font-weight: bold; margin-bottom: 15px; padding: 15px 0; background-color: #595959; color: #ffffff; text-align:center;  border-radius: 3px 3px 0 0; }
.nwslbtop p { margin: 0; }
.nwslbbottom { text-align:center; padding: 10px; }
.nwslbbottom p { font-size: 1.2em; }
a.nwslblink { border-radius: 3px; padding: 10px 50px; background-image: none; background-color: #6C5094; color: #FFF; text-decoration: none; }
.pane-block-196 { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.pane-block-196 .block-inner { background-color: #dedede; border-radius: 3px; border: 1px solid #595959; }
.nwslinkp {  margin-top: 35px; margin-bottom: 20px; }


/* =============================================================================
 *   Contact Us Page
 * ========================================================================== */

#quicktabs-container-contact_page_tabs {float: left; width: 100%; border: none;}

#quicktabs-tabpage-contact_page_tabs-0 #node-1050 {float: left;}

#quicktabs-contact_page_tabs a.ui-tabs-anchor {font-size: 11px;}

/* =============================================================================
 *   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 {text-align: right;}

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

#comment-form #edit-author--2 {display: none;} /* Hide Author Name on Comment Form */

#comment-form .filter-wrapper {display: none;} /* Hide Filter Wrapper Comment Form */

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


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

/*
 * Hide N/A and Default Options
 */
input#edit-field-signup-choice-und-default,
input[for=edit-field-signup-choice-und-default]{display: none !important;}
 
/*
 * Registration Form
 */

#block-block-26 img {vertical-align: middle;}

#block-block-26 {
  border-bottom: 4px solid #595959;
  text-align: center;
}

form#user-register-form .captcha {clear: both;}

input#edit-field-signup-choice-und-default,
label[for=edit-field-signup-choice-und-default],
input#edit-field-previous-view-und-none,
label[for=edit-field-previous-view-und-none],
input#edit-field-my-view-und-default,
label[for=edit-field-my-view-und-default],
input#edit-field-my-belief-und-none,
label[for=edit-field-my-belief-und-none] {display: none !important;}

#field-date-of-birth-add-more-wrapper {margin-left: -10px;}

fieldset#edit-picture {margin-left: -8px;}

fieldset#captcha {margin-left: -7px;}

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

.form-item-submitted-apply-as-a-youtube-channel-manager-i-am-fluent-in-other,
.form-item-submitted-apply-as-a-strategist-i-am-fluent-in-other,
.form-item-submitted-apply-graphic-designer-i-am-fluent-in-other,
.form-item-submitted-apply-as-a-blogger-i-am-fluent-in-other,
.form-item-submitted-apply-as-a-content-manager-i-am-fluent-in-other,
.form-item-submitted-seo-director-i-am-fluent-in-other,
.form-item-submitted-contact-info-i-am-fluent-in-other,
.form-item-submitted-i-am-fluent-in-other,
.form-item-submitted-application-journalist-i-am-fluent-in-other,
.form-item-submitted-apply-as-a-podcast-manager-i-am-fluent-in-other,
.form-item-submitted-apply-as-a-social-media-manager-i-am-fluent-in-other {display: block !important;}

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

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

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  }
  a.button:hover {
    color: #383838;
    text-decoration: none;
    }

/*
 * 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 {border-top: none !important;}

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:hover {background-color: #eee;}

td.active {background-color: transparent; !important;}

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

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

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

/* =============================================================================
 *   Image Sprites
 * ========================================================================== */

a.PIN_1372472449388_follow_me_button, a.PIN_1372472449388_follow_me_button i {
  background-image: url(/sites/default/files/home-sprite.png) !important; 
  background-position: -10px -66px !important;
  }

span.PIN_1372472449388_embed_pin a.PIN_1372472449388_embed_pin_link:hover i.PIN_1372472449388_getThis, 
span.PIN_1372472449388_embed_pin a.PIN_1372472449388_embed_pin_link:hover i.PIN_1372472449388_getThis i {
  background-image: url(/sites/default/files/home-sprite.png) !important; 
  background-position: -10px -66px !important;
  }

a .contextual-links-trigger{
  background-image: url(/sites/default/files/home-sprite.png) !important;
  background-position: -8px -10px !important;
  }

.s-youtube a, 
.s-twitter a, 
.s-facebook a, 
.s-googleplus a, 
.s-linkedin a, 
.s-pinterest a, 
.s-rss a{
  background: url(/sites/default/files/sprites.png) no-repeat !important;
  margin-left:10px;
  float:left;
  width: 32px !important;
  height:32px !important;
  }

.s-instagram a{
  margin-left:10px;
  float:left;
  width: 32px !important;
  height:32px !important;
  }  

.s-youtube a{background-position:-301px -1px !important;}
.s-twitter a{background-position:-251px -1px !important;}
.s-facebook a{background-position:-151px 0 !important;}
.s-googleplus a{background-position:-99px 0 !important;}
.s-linkedin a{background-position:-49px -1px !important;}
.s-pinterest a{background-position:0 0 !important;}
.s-rss a{background-position:-199px 0 !important;}

/* =============================================================================
 *   Formatting Styles
 * ========================================================================== */

/*
 * Speakpipe
*/

.spkblock .block-inner{border: 6px double #595959;}
.spkblock .block-inner img{border-radius: 6px; border: 3px solid rgb(89, 89, 89);}
.spkblock a.spkbutton {font-size: 20px; padding: 5px 35px;}
.spkblock .spktitle{text-align: center; background: #595959; padding: 10px; color: #fff; font-size: 15px; text-transform: uppercase; font-weight: bold; margin-bottom: 15px;}
.spkblock .spktext {margin-left:10px; margin-right: 10px;}

.spkpipe {text-align: center;}

a.spkbutton {
    background-color: #6BBE34;
    background-image: -moz-linear-gradient(center top , #71C837, #5AA02C);
    border: 1px solid #5AA02C;
    border-radius: 6px;
    box-shadow: 0 0 3px 1px #AAAAAA;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 11px 35px 12px;
    text-align: center;
    text-decoration: none;
}

a.spkbutton:hover {
  background-color: #71c837;
  background-image: -moz-linear-gradient(center top , #88d25c,#65b331);
}


#forum-node-form .form-item-taxonomy-forums-und select option[value="416"] {display: none !important;}/* Hide Atheist Book Club Option on Forum Select */

.forum-post .field-name-field-add-image img {width: 98%; border: 3px solid #595959; border-radius: 2px; margin: 5px 0 10px; }

span.fnewtag {color: #ff3737 !important;}

.readmore {text-align: right;}

p.author-datetime {display: none;} /* Hide Authoring Information on Pages */

p.emp {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	} /* Emphasize Text */

.node-image-upload li.comment_forbidden,
.node-tables li.comment_forbidden {display: none;}

.node-image-upload #forum-comments li.comment_forbidden,
.node-tables #forum-comments li.comment_forbidden {display: none;} /* Hide Login or Register Link */

.donate p {font-size: 0.7em;}

.donateblock .block-content {padding: 10px; border: 1px solid rgb(204, 204, 204); background: none repeat scroll 0% 0% rgb(248, 248, 248);}
.donatehead {font-size: 1.2em; text-transform: uppercase; font-weight: bold; border-top: 1px solid #595959; border-bottom: 1px solid #595959; padding: 5px 0;}
.heartdonate {margin-bottom: 5px !important; margin-top: -10px;}
.donateblock form {text-align:center;}

ul.links li.statistics_counter,
ul.links li.blog_usernames_blog,
.node-podcasts ul.links li.comment-add {display: none;} /* Hide Statistics & Blog Links [** Reads] */

form.af-form-wrapper {float:left;}

/* 
 * Consulate Pages
 */

#consulatepage h2.field-label {
  background-color: #595959;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 5px 10px;  
}

#consulatepage #title-container, #consulatepage #under-image {display: none !important;}

/*
 * News Byline
 */
span.byline-name {
 	text-transform: uppercase;
 	font-size: 12px;
  float: left;
  margin-right: 4px;
  font-weight: bold;
 	}
 	
span.byline-name:before {content: "BY ";} 	

span.views-field-field-co-writer span.byline-name:before {content: "AND ";}
 
.byline-date {
 	text-transform: uppercase;
 	color: #525252;
 	font-size: 11px;
  float: left;
  margin-top: 1px;
 	}

.page-taxonomy-term .byline-date,
.page-blog .byline-date {margin-top: 10px !important;}


.node .submitted {clear: both;}

/*
 * Volunteer Panel
 */
.qtip, .qtip-light{
  margin-top: 10px !important;
  margin-left: -5px;
  }

#mini-panel-volunteer_panel h3{
  margin: 5px 0 -10px !important;
  font-size: 1.3em;
  } 

/* 
 * Bordered Contents 
 */
.bcontent{
  border-radius: 5px;
  padding: 15px 10px 0;
  /* margin: 15px 0 0; */
  border: 2px solid #595959;
  }
  .bcontent .block-content ul, 
  .bcontent .block-content ol {padding: 0 0 20px 15px;}
  .bcontent li {margin: 0 0 10px 0 !important;}

.vbcontent{
  border-radius: 5px;
  padding: 15px 10px 0;
  /* margin: 15px 0 0; */
  border: 2px solid #595959;
  margin-bottom: 25px;
  }

.bblock{
  border-radius: 5px;
  padding: 15px 10px 5px;
  border: 2px solid #595959;
  margin-top: -20px;
  }

.vblock .view-content{
  display: flex;
  flex-wrap: wrap;
  float: left;
  border-radius: 5px;
  padding: 25px 10px 5px;
  border: 2px solid #595959;
  margin-top: -30px;
  justify-content: space-around;
  }  

.vblock2 .view-content{
  display: flex;
  flex-wrap: wrap;
  float: left;
  border-radius: 5px;
  padding: 25px 14px 5px;
  border: 2px solid #595959;
  margin-top: -30px;
  justify-content: space-around;
  }  

.fsign-fpblock .view-content {
  display: flex;
  flex-wrap: wrap;
} 

.forumtopic-activeblock .view-content{
  border-radius: 5px;
  padding: 9px 10px 5px;
  border: 2px solid #595959;
  margin-top: -20px;
  }  

.forumtopic-activeblock .marker {display: none;}
.forumtopic-activeblock .views-field-title {font-size: 0.8em !important;}

/* 
 * Book Review Select Width
 */

select#edit-submitted-book-being-reviewed {width: 100% !important;}

/* 
 * Page Block H2
 */
h2.padded{
  background-color: #595959;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 5px 10px;
  }

/* 
 * Sharethis Styles
 */  
.st_bar {margin: 15px 15px 15px -2px;min-height: 23px;max-height: 46px; }
.sharethis-views {margin-bottom: 10px;}
#block-block-65 {
  /* border-top: 1px dashed #595959;
  border-bottom: 1px dashed #595959; */
  padding: 10px 0;
  float: left;
  width: 100%;
  }
#block-block-65:after,
#block-block-82:after,
#block-block-86:after,
#block-block-98:after {clear: both !important;}

#block-block-82,
#block-block-98 {
  /* border-top: 1px dashed #595959;
  border-bottom: 1px dashed #595959; */
  padding: 10px 0;
  float: none;
  width: 100%;
  }

.st_pinterest_hcount .stArrow {display: none !important;} 

#block-block-86{
  /* border-top: 1px dashed #595959;
  border-bottom: 1px dashed #595959; */
  padding: 10px 0;
  float: left;
  width: 100%;
  }
.views-field .sharethis-wrapper .st_pinterest_hcount {display: none !important;}  

.node-type-tables #block-block-86 {float: none !important;}

#block-block-100{
  /* border-top: 1px dashed #595959;
  border-bottom: 1px dashed #595959; */
  padding: 10px 0;
  float: left;
  width: 100%;
  }

.shcontent {
  /* border-top: 1px dashed #595959;
  border-bottom: 1px dashed #595959; */
  padding: 10px 0;
  float: left;
  width: 100%;
  margin: 10px 0 20px;
  }
  .shcontent:after {clear: both !important;}

.node-documentary .shcontent {
  float: none;
  margin: 10px 0 25px;
}  

.sharethis-wrapper .stButton,
.sharethis-content .stButton{
  margin-right: 0 !important;
  margin-left: 0 !important;
  }

#block-block-82 .sharethis-wrapper .stButton,
#block-block-82 .sharethis-content .stButton,
#block-block-98 .sharethis-wrapper .stButton,
#block-block-98 .sharethis-content .stButton{
  margin-right: 0 !important;
  margin-left: 3px !important;
  }  

.sharethis-wrapper .st_fblike_hcount {margin-left: -13px !important;} 

.sh-volunteer {
  /* border-top: 1px dashed #595959;
  border-bottom: 1px dashed #595959; */
  padding: 10px 0;
  float: none;
  width: 100%;
  margin-bottom: 20px;
}

.st_reddit_hcount .stArrow,
.st_stumbleupon_hcount .stArrow  {display: none !important;}

/* 
 * Page Header Styles
 */
.page-header,
.bheader {
  background-color: #595959;
  border-radius: 5px 5px 0 0;
  color: #FFFFFF;
  }
  .page-header a,
  .bheader a {color: #fff;}
  .page-header p,
  .bheader {
    font-size: 1.1em;
    font-weight: 700;
    padding: 10px;
    }
  .page-header h2 {padding: 10px;}

.page-header sup {
  color: #F36161;
  font-size: 0.6em;
  }

/* 
 * ListLinks Styles
 */
#llinks {
	float: left;
	width: 100%;
}

/* 
 * Button Styles
 */

.page-user .arbtn,
.page-user li.arbtn {
  box-shadow: 3px 4px 1px -1px rgba(89,89,89,1);
  -webkit-box-shadow: 3px 4px 1px -1px rgba(89,89,89,1);
  -moz-box-shadow: 3px 4px 1px -1px rgba(89,89,89,1);
  border: none !important;
  }

.page-user .arbtn:hover,
.page-user li.arbtn:hover {
  background: #5959595 !important;
  box-shadow: 3px 4px 1px -1px rgba(0,0,0,0.75);
  -webkit-box-shadow: 3px 4px 1px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 4px 1px -1px rgba(0,0,0,0.75);
  border: none !important;
  color: #fff !important;
  }  

.page-user .arbtn a:hover {color: #fff !important;}

.arbtn,
li.arbtn {
  background-color: #D9D9D9;
  border: 2px solid #595959;
  border-radius: 5px 5px 5px 5px;
  box-shadow: none;
  font-weight: bold;
  list-style: none outside none;
  margin-bottom: 15px;
  padding: 10px 5px;
  text-align: center;
  }

.node-documentary .node-content .arbtn {
  background-color: #f09507;
  border: 2px solid #9f6202;
  border-radius: 5px 5px 5px 5px;
  box-shadow: none;
  color: #595959;
  font-weight: bold;
  list-style: none outside none;
  margin-bottom: 15px;
  padding: 10px 5px;
  text-align: center;
  }
  .node-documentary .node-content .arbtn,
  .node-documentary .node-content .arbtn a {
    color: #fff;
    text-decoration: none;
    }  

.node-documentary .node-content .arbtn:hover {
  background-color: #f09507;
  border: 2px solid #db8a0c;
  border-radius: 5px 5px 5px 5px;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  list-style: none outside none;
  margin-bottom: 15px;
  padding: 10px 5px;
  text-align: center;
  }
  .node-documentary .node-content .arbtn:hover a {
    color: #fff;
    text-decoration: none;
    }

.arbtn:hover,
li.arbtn:hover {
  background-color: #595959;
  border: 2px solid #D9D9D9;
  border-radius: 5px 5px 5px 5px;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  list-style: none outside none;
  margin-bottom: 15px;
  padding: 10px 5px;
  text-align: center;
  }
  .arbtn:hover a,
  li.arbtn:hover a {
    color: #fff;
    text-decoration: none;
    }

.forum-post-content .arbtn {
  margin-right: 10px;
  float: left;
  margin-bottom: 8px;
}     

.page-node-842 .co-writer {display: none !important;}


/*
 * Search View and block
 */

#views-exposed-form-search-page .views-submit-button {display: none !important;}

.news-filter .views-submit-button,
.blogs-filter .views-submit-button {display: block;}

.views-widget-filter-search_api_views_fulltext{
  width: 98%;
  border: #555 2px solid;
  padding: 0 !important;
}

#edit-search-api-views-fulltext{
  width: 97%;
}

.form-item-search-api-views-fulltext input{
  font-style: italic;
  font-size: 1em;
  color: #666;
  text-indent: 12px;
  border: none;
  padding: .5em 0 .5em;
}

.form-item-search-api-views-fulltext input:focus{
  font-style: normal;
  font-size: 1em;
  color: #000;
}

/*
 * Search Page layout
 */
.search-row .views-field-body,
.search-row .views-field-title{
  margin-left: 120px;
  display: block;
}

.search-row .views-field-title{
  font-size: 1.2em;
  text-decoration: underline;
}

.search-row .views-row-odd{
   background-color: #D9D9D9;
}

.search-row div{
  float: left;
}

.search-row{
  clear: both;
  padding: 0 0 25px 0;
  min-height: 100px;
}

/*
 * Follow buttons
 */
#follow-top .bblock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
 }
#follow-top .fab {
  padding: 21px 0;
  width: 29%;
  font-size: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2%;
  max-width: 74px;
  border-radius: 5px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-discord {
  background: #7289DA;
  color: white;
}

.fa-twitch {
  background: #9146ff;
  color: white;
}


.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: white;
}

.twitfeed {
  height: 310px;
}

/* =============================================================================
 *   Flippy Pager
 * ========================================================================== */

ul.flippy {padding: 0px !important; width: 100%; float: left;}

ul.flippy:after {clear: both !important;}

ul.flippy li.prev {float: left;}
ul.flippy li.next {float: right;}

ul.flippy li {background-color: #595959; border-radius: 2px; line-height: 10px;}

ul.flippy a {color: #fff;}

form#subscriptions-ui-node-form {float: left;}

/* AR Covers */

.arcovers .views-row { width: 48%; float: left; margin: 5px; }
.arcovers .views-field-title { text-align: center; margin: 10px 0; }

@media only screen and (max-width: 480px) and (min-width: 321px) {
  .arcovers .views-row { width: 100%; }
}

/* =============================================================================
 *   Atheist Proud Event
 * ========================================================================== */

#proudevent p { font-size: 16px; font-family: 'Raleway', sans-serif; padding: 0 15px; }
#proudevent ul { 
  font-size: 16px;
  font-family: 'Raleway', sans-serif; 
}

.node-type-atheist-day-organizer-app #tasks a.active {color: #ffffff;}

.node-type-atheist-day-organizer-app #tasks a {
  font-family: 'Raleway', sans-serif;
  padding: 10px;
}

.node-atheist-day-organizer-app {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  padding: 0 15px;
}

.node-atheist-day-organizer-app .field-label {margin: 15px 0 0;}

#proudevent .form-item label,
#proudevent .captcha .field-legend { 
  font-weight: normal !important; 
  font-size: 16px; 
  font-family: 'Raleway', sans-serif;
  margin-bottom: 5px;
  margin-top: 15px;
}

#proudevent .captcha .fieldset-description {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;}

.node-atheist_day_organizer_app-form .block-content { width: 65%; margin: 0 auto; }

#proudevent #edit-preview--2,
#proudevent #edit-field-org-address-und-0--3 .fieldset-legend {display: none !important;}

#proudevent #edit-submit-2 {
  background: #0da637;
  border: none;
  color: white;
  padding: 5px 15px;}

#proudevent button, 
#proudevent input, 
#proudevent select, 
#proudevent textarea {
    font-family: 'Raleway', sans-serif;
    font-size: 16px !important;
}

#proudevent h2 { text-align: center; font-family: 'Saira Condensed', sans-serif;
  font-size: 30px;
}

#event-top {    
  background-image: url("https://www.atheistrepublic.com/sites/default/files/Atheist%20Day%20Background.jpg");
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
  text-align: center;
  font-family: 'Saira Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  background-position: center;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 40%);
}

#event-top p {
    font-family: 'Saira Condensed', sans-serif;
}

#event-top h2 {
  font-size: 65px;
  margin-top: 0px;
  padding-top: 20px;
}

#event-top .event-sub {
  font-size: 30px;
  margin-top: -80px;
}

#event-top .event-date {
	font-size: 37px;
	margin-top: -45px;
}

#event-top .event-loc {
  font-size: 20px;
  letter-spacing: 5px;
  margin-top: -70px
}

.atheistdaylogo img {width: 150px; margin-top: 12px; margin-bottom: -45px;}

#event-newsletter {
  margin-top: 30px;
}

#proudevent .newsletter-text { 
  font-family: 'Poiret One', cursive !important;
  margin-top: -25px;
  margin-bottom: 5px;
}

#event-top form { 
  width: 80%;
  margin: 0 auto;
}

#proudevent #node-42660,
#proudevent #node-43782 {
    margin: 0 auto;
    width: 65%;
}

#proudevent .adaytop input[type=text] {
    width: 60%;
    float: left;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    background-color: #ffffff;
    color: #0DA637;
    font-size: 0.8em !important;
}

#proudevent .adaytop input[type=button] {
    width: 38%;
    margin-left: 10px;
    float: left;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    background-color: #59BE5D;
    color: white;
	font-size: 0.8em !important;
    border-left: 2px solid #fff;    
}

body.section-atheist-day #header-wrapper { background-color: #40A63F; display: none !important; }
body.section-atheist-day #nav-wrapper { 
  background-color: #0da637; 
  border-bottom: solid 5px #0B7829; 
  border-top: solid 5px #0da637; 
  position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 40px;
}
body.page-atheist-day #content-wrapper .container,
body.page-atheist-day-symbol #content-wrapper .container,
body.page-atheist-day-find-your-city #content-wrapper .container { margin-top: 50px; }

body.page-atheist-day-declaration #content-wrapper .container,
body.page-atheist-day-organizer-application #content-wrapper .container,
body.page-atheist-day-contact #content-wrapper .container { margin-top: -6px; }

body.section-atheist-day { background-color: #E8F2E9; }
body.section-atheist-day #footer-wrapper, body.section-atheist-day .region-footer { background-color: #0B7829; }
body.section-atheist-day a { color: #40A63F; }
body.section-atheist-day h1 {display: none !important;}
body.section-atheist-day .nav, 
body.section-atheist-day .menu, 
body.section-atheist-day .active,
body.section-atheist-day .nav .menu li  { background-color: #0da637 !important; }

body.section-atheist-day .nav .menu li:hover>a { background: none !important; }

.formfield { width: 100%; }

#event-regcount {text-align: center; background-color: #D5ECCF; padding: 20px 20px 45px; margin-top: -15px;}

#clockdiv{
  font-family: 'Saira Condensed', sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  width: 100%;
  font-size: 45px;
  margin-bottom: 20px;
}

#proudevent .addeventatc {
    width: 35%;
    background-color: #0da637;
    color: #ffffff !important;
}

#proudevent .addeventatc .addeventatc_icon { background: none !important; }

#clockdiv > div{
  padding: 10px;
  border-radius: 3px;
  background: #0DA637;
  display: inline-block;
}

#clockdiv div > span{
  padding: 15px;
  border-radius: 5px;
  display: inline-block;
}

.smalltext{
  padding-top: 10px;
  font-size: 20px;
}

#proudevent .pane-7 h2, #proudevent .pane-9 h2, #proudevent .pane-11 h2  { color: #0B7829; }

form.af-form-wrapper {float: none !important;}
#af-body-2102220924 .af-element input[type=submit] {
  width: 38%;
    margin-left: 10px;
    float: left;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 0;
    background-color: #59be5d;
    color: white;
    font-size: .8em !important;
    border-left: 2px solid #fff;
}

#proudevent button.addcal {
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    background-color: #59be5d;
    color: white;
}

img.eventaboutimg {    
    margin: -10px 0 15px;
    border-radius: 5px;
    width: 100%;
  }

h2.eventsep {
      background-image: url("http://i.imgur.com/q3sZkB5.jpg");
    height: 170px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position-y: bottom;
    margin-top: -15px;
    color: #fff;
    font-size: 65px !important;
    padding-top: 100px;
}  

#proudgallery, #proudvidgallery, #seenongallery { 
  padding: .5vw;
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
}

#proudgallery div, #proudvidgallery div { 
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto; 
  width: 240px; 
  margin: .5vw; 
}

#seenongallery div { 
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto; 
  width: 74px; 
  margin: .5vw; 
}

#proudgallery div img, #seenongallery div img { 
  width: 100%; 
  height: auto; 
}

@media only screen and (max-width: 600px) and (min-width: 325px) {
  #proudgallery div, #proudvidgallery div, #seenongallery div { margin: 0; }
  #proudgallery, #proudvidgallery, #seenongallery { padding: 0; }  
  h2.eventsep { font-size: 40px !important; }
  #proudgallery, #proudvidgallery, #seenongallery { padding: 0; }
  .secondhide {display: none !important;}  
  .collableft, .collabright { max-width: 37% !important; }
  .fancy span:before, .fancy span:after { width: 55px !important; }
}

@media only screen and (max-width: 320px) {
	#clockdiv > div{ font-size: 25px;}
	#proudevent input[type=text], #proudevent input[type=button] { font-size: 0.5em !important; }
	.collableft, .collabright { max-width: 37% !important; }
	.fancy span:before, .fancy span:after { width: 23px !important; }
	.secondhide {display: none !important;}
	h2.eventsep { font-size: 40px !important; }
	#proudevent .pane-7 h2, #proudevent .pane-9 h2, #proudevent .pane-11 h2 { font-size: 1.5em !important; }
}	

.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #0B7829;
  border-top: 1px solid #0B7829;
  top: 0;
  width: 250px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.collabgroups
{
  text-align: center;
  padding: 15px;  
}
.collableft
{
  display: inline-block;
  max-width: 240px;
  text-align: left;
  border-radius: 3px;
  margin: 15px;
  vertical-align: top;
}
.collabright
{
  display: inline-block;
  max-width: 240px;
  text-align: left;
  border-radius: 3px;
  margin: 15px;
}
.cleft-text, .cright-text
{
  font: 300 16px/1.6 'Helvetica Neue' sans-serif;
  color: #333;
}

.collabgroups img {width: 100%;}

ul.quicktabs-tabs.quicktabs-style-sky li a, 
ul.quicktabs-tabs.quicktabs-style-sky li a:visited,
ul.quicktabs-tabs.quicktabs-style-sky li.active a, 
ul.quicktabs-tabs.quicktabs-style-sky li.active a:visited {
  font-size: 0.75em !important;
}

/* Tooltips */

#mini-panel-armin_social_media_payment_optio a.button {  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: button;}
.tooltip_templates {display: none;}


.btn {
  position: relative;

  display: block;
  margin: 30px auto;
  padding: 0;

  overflow: hidden;

  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  
  background-color: #E91E63;
  color: #ecf0f1;
  
  transition: background-color .3s;
}

.btn:hover, .btn:focus {
  background-color: #C51162;
}

.btn > * {
  position: relative;
}

.btn span {
  display: block;
  padding: 12px 24px;
}

.btn:before {
  content: "";
  
  position: absolute;
  top: 50%;
  left: 50%;
  
  display: block;
  width: 0;
  padding-top: 0;
    
  border-radius: 100%;
  
  background-color: rgba(236, 240, 241, .3);
  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn:active:before {
  width: 120%;
  padding-top: 120%;
  
  transition: width .2s ease-out, padding-top .2s ease-out;
}


/*AR books page*/

.view-display-id-block_8 img {
  box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
  border-radius: 3px;
  border: none;
}


/* Amazon Smile block */
@media screen and (min-width: 769px){
  #amznCharityBanner{
    margin-left: -8px;
  }
}

#amznCharityBanner iframe{
  margin: 0 auto;
}

