From 86d6070708d3a1cfcfae43e2221349e7a0bed03d Mon Sep 17 00:00:00 2001
From: Chris Gross <gross.364@osu.edu>
Date: Tue, 1 Mar 2016 18:04:40 -0500
Subject: [PATCH] daily build

---
 profiles/wcm_base/CHANGELOG.txt               |   8 +
 .../modules/contrib/node_clone/LICENSE.txt    | 339 ++++++++++++++++++
 .../modules/contrib/node_clone/README.txt     |  54 +++
 .../modules/contrib/node_clone/clone.api.php  |  47 +++
 .../modules/contrib/node_clone/clone.info     |  13 +
 .../modules/contrib/node_clone/clone.install  |  21 ++
 .../modules/contrib/node_clone/clone.module   | 329 +++++++++++++++++
 .../contrib/node_clone/clone.pages.inc        | 258 +++++++++++++
 .../contrib/node_clone/clone.rules.inc        |  62 ++++
 .../contrib/node_clone/views/clone.views.inc  |  18 +
 .../views_handler_field_node_link_clone.inc   |  37 ++
 .../ocio_wysiwyg.features.wysiwyg.inc         |  11 +-
 .../wcm_accessibility/wcm_accessibility.info  |  16 +-
 .../wcm_accessibility/wcm_accessibility.make  |   9 +
 .../wcm_accessibility.strongarm.inc           |  77 ++++
 .../custom/wcm_workbench/wcm_workbench.module |   7 +
 .../panopoly/panopoly_admin/CHANGELOG.txt     |   4 +
 .../panopoly_admin/panopoly_admin.info        |   6 +-
 .../panopoly/panopoly_core/CHANGELOG.txt      |   4 +
 .../panopoly/panopoly_core/panopoly_core.info |   6 +-
 .../panopoly/panopoly_magic/CHANGELOG.txt     |   4 +
 .../panopoly_magic/panopoly_magic.info        |   6 +-
 .../panopoly/panopoly_pages/CHANGELOG.txt     |   4 +
 .../panopoly_pages/panopoly_pages.info        |   6 +-
 .../panopoly/panopoly_search/CHANGELOG.txt    |   4 +
 .../panopoly_search/panopoly_search.info      |   6 +-
 .../panopoly/panopoly_test/CHANGELOG.txt      |   4 +
 .../panopoly/panopoly_test/panopoly_test.info |   6 +-
 .../panopoly/panopoly_theme/CHANGELOG.txt     |   4 +
 .../panopoly_theme/panopoly_theme.info        |   6 +-
 .../panopoly/panopoly_widgets/CHANGELOG.txt   |   6 +
 ...anopoly_widgets.features.defaultconfig.inc |  10 -
 .../panopoly_widgets/panopoly_widgets.info    |   7 +-
 .../panopoly_widgets/panopoly_widgets.install |  12 +-
 .../panopoly_widgets.spotlight.inc            |   6 +-
 .../ocio-default/ocio-default.layout.css      | 162 +++++----
 .../ocio-default.layout.no-query.css          | 162 +++++----
 .../css/ocio-omega-base.no-query.css          | 168 +++++----
 .../css/ocio-omega-base.styles.css            | 168 +++++----
 .../sass/base/_typography.scss                |  87 +++--
 .../sass/components/_tiles.scss               |   6 +
 profiles/wcm_base/wcm_base.info               |   1 +
 profiles/wcm_base/wcm_base.make               |  27 +-
 43 files changed, 1838 insertions(+), 360 deletions(-)
 create mode 100644 profiles/wcm_base/modules/contrib/node_clone/LICENSE.txt
 create mode 100644 profiles/wcm_base/modules/contrib/node_clone/README.txt
 create mode 100644 profiles/wcm_base/modules/contrib/node_clone/clone.api.php
 create mode 100644 profiles/wcm_base/modules/contrib/node_clone/clone.info
 create mode 100644 profiles/wcm_base/modules/contrib/node_clone/clone.install
 create mode 100644 profiles/wcm_base/modules/contrib/node_clone/clone.module
 create mode 100644 profiles/wcm_base/modules/contrib/node_clone/clone.pages.inc
 create mode 100644 profiles/wcm_base/modules/contrib/node_clone/clone.rules.inc
 create mode 100644 profiles/wcm_base/modules/contrib/node_clone/views/clone.views.inc
 create mode 100644 profiles/wcm_base/modules/contrib/node_clone/views/views_handler_field_node_link_clone.inc

diff --git a/profiles/wcm_base/CHANGELOG.txt b/profiles/wcm_base/CHANGELOG.txt
index 335e85c4..c352b12f 100644
--- a/profiles/wcm_base/CHANGELOG.txt
+++ b/profiles/wcm_base/CHANGELOG.txt
@@ -1,3 +1,11 @@
+WCM Base 7.x-1.x, 2016-03-01
+----------------------------
+- WCM Base:
+ - Added Node Clone contrib module.
+ - Updated Panopoly to 1.30.
+- WCM Workbench: added 'Clone' tab to nodes.
+
+
 WCM Base 7.x-1.x, 2016-02-24
 ----------------------------
 - OCIO Media: Hide file destination field for remote files.
diff --git a/profiles/wcm_base/modules/contrib/node_clone/LICENSE.txt b/profiles/wcm_base/modules/contrib/node_clone/LICENSE.txt
new file mode 100644
index 00000000..d159169d
--- /dev/null
+++ b/profiles/wcm_base/modules/contrib/node_clone/LICENSE.txt
@@ -0,0 +1,339 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                            NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
diff --git a/profiles/wcm_base/modules/contrib/node_clone/README.txt b/profiles/wcm_base/modules/contrib/node_clone/README.txt
new file mode 100644
index 00000000..fbba6e19
--- /dev/null
+++ b/profiles/wcm_base/modules/contrib/node_clone/README.txt
@@ -0,0 +1,54 @@
+
+README file for the clone module for Drupal 7.x.
+
+The clone module allows users to make a copy of an existing node and then edit
+that copy. The authorship is set to the current user, the menu and url aliases
+are reset, and the (localized) words "Clone of" are inserted into the title to
+remind you that you are not editing the original node.
+
+Users with the "clone node" or "clone own nodes" permission can utilize this
+functionality. A "Clone content" local action link will appear on node pages.
+Depending on the setting you choose there are two possible actions that will
+occur when you click that tab. Each of these is a different cloning "method".
+
+The default method works by pre-populating the node form, rather than immediately
+saving a copy of the original node to the database.  Thus, your node will not
+be saved until you hit "Submit" (just like if you went to node/add/x).
+
+The alternative method that may be selected immediately saves the node (by
+default the user must confirm this action on a confirmation form). This may
+work better in some cases, but also means that the copied node may immediately
+show up on the front page or in RSS feeds even while you are editing it.
+
+This module makes reasonable checks on access permissions.  A user cannot clone
+a node unless they can use the input format of that node, and unless they have
+permission to create new nodes of that type based on a call to node_access().
+
+Settings can be accessed at admin/config/content/clone.  On this page you can
+set whether the publishing options are reset when making a clone of a node.
+This is set for each node type individually.
+
+This module seems to work with common node types, however YMMV, especially with
+nodes that have any sort of image or file  attachments.  In all cases, but
+especially if you are using a complex (non-core) field or custom node type,
+you should evaluate this module on a test site with a copy of your database
+before attempting to use it on a live site. On the settings page you may choose
+node types to be omitted from the cloning mechanism - no users will be able
+to clone a node of an omitted type. For example, if you use Field Collections,
+you may need to also enable the extra Field Collection Node Clone module from
+https://www.drupal.org/project/field_collection_node_clone Otherwise, the cloned
+node will reference the items in the original field collection.
+
+This module makes no attempt to respect field-level permissions set via
+the Field Permissions module, or any other module that implements
+field-level permissions hooks. You should test your configuration
+carefully or not allow access to the clone functionality for non-admins if
+you rely on field-level permissions for important site features.
+
+To install this module, copy the folder with all the files to the
+/sites/all/modules  OR /sites/default/modules directory of your Drupal
+installation and enable it at /admin/build/modules.  Two new permissions are
+available, but there are no changes to the database structure.
+
+Note: this module originally derived from code posted by Steve Ringwood
+(nevets@drupal) at http://drupal.org/node/73381#comment-137714
diff --git a/profiles/wcm_base/modules/contrib/node_clone/clone.api.php b/profiles/wcm_base/modules/contrib/node_clone/clone.api.php
new file mode 100644
index 00000000..0ef1e657
--- /dev/null
+++ b/profiles/wcm_base/modules/contrib/node_clone/clone.api.php
@@ -0,0 +1,47 @@
+<?php
+
+/**
+ * @file
+ * API documentation for the Node clone module.
+ */
+
+/**
+ * Alter the node before saving a clone.
+ *
+ * @param $node
+ *   Reference to the fully loaded node object being saved (the clone) that
+ *   can be altered as needed.
+ * @param array $context
+ *   An array of context describing the clone operation. The keys are:
+ *   - 'method' : Can be either 'prepopulate' or 'save-edit'.
+ *   - 'original_node' : The original fully loaded node object being cloned.
+ *
+ * @see clone_node_save()
+ * @see drupal_alter()
+ */
+function hook_clone_node_alter(&$node, $context) {
+  if ($context['original_node']->type == 'special') {
+    $node->special = special_something();
+  }
+}
+
+/**
+ * Alter the access to the ability to clone a given node.
+ *
+ * @param bool $access
+ *   Reference to the boolean determining if cloning should be allowed on a
+ *   given node.
+ * @param $node
+ *   The fully loaded node object being considered for cloning.
+ *
+ * @see clone_access_cloning()
+ * @see drupal_alter()
+ */
+function hook_clone_access_alter(&$access, $node) {
+  global $user;
+  // Only allow cloning of nodes posted to groups you belong to.
+  // This function doesn't really exist, but you get the idea...
+  if (!og_user_is_member_of_group_the_node_is_in($user, $node)) {
+    $access = FALSE;
+  }
+}
diff --git a/profiles/wcm_base/modules/contrib/node_clone/clone.info b/profiles/wcm_base/modules/contrib/node_clone/clone.info
new file mode 100644
index 00000000..450c8886
--- /dev/null
+++ b/profiles/wcm_base/modules/contrib/node_clone/clone.info
@@ -0,0 +1,13 @@
+name = "Node clone"
+description = "Allows users to clone (copy then edit) an existing node."
+core = 7.x
+
+files[] = views/views_handler_field_node_link_clone.inc
+configure = admin/config/content/clone
+
+; Information added by Drupal.org packaging script on 2015-11-19
+version = "7.x-1.0"
+core = "7.x"
+project = "node_clone"
+datestamp = "1447900441"
+
diff --git a/profiles/wcm_base/modules/contrib/node_clone/clone.install b/profiles/wcm_base/modules/contrib/node_clone/clone.install
new file mode 100644
index 00000000..5b788cfd
--- /dev/null
+++ b/profiles/wcm_base/modules/contrib/node_clone/clone.install
@@ -0,0 +1,21 @@
+<?php
+/**
+ * @file
+ * Install & uninstall functions for Node_Clone module.
+ */
+
+/**
+ * Implementation of hook_uninstall.
+ */
+function clone_uninstall() {
+  variable_del('clone_method');
+  variable_del('clone_omitted');
+  variable_del('clone_nodes_without_confirm');
+  variable_del('clone_use_node_type_name');
+  variable_del('clone_menu_links');
+  $types = node_type_get_names();
+  foreach ($types as $type => $name) {
+    variable_del('clone_reset_' . $type);
+  }
+}
+
diff --git a/profiles/wcm_base/modules/contrib/node_clone/clone.module b/profiles/wcm_base/modules/contrib/node_clone/clone.module
new file mode 100644
index 00000000..35576129
--- /dev/null
+++ b/profiles/wcm_base/modules/contrib/node_clone/clone.module
@@ -0,0 +1,329 @@
+<?php
+/**
+ * @file
+ * Allow users to make a copy of an item of content (a node) and then edit that copy.
+ */
+
+/**
+ * Implementation of hook_help().
+ */
+function clone_help($path, $arg) {
+  switch ($path) {
+    case 'admin/help#clone':
+      $output = '<p>' . t('The clone module allows users to make a copy of an existing node and then edit that copy. The authorship is set to the current user, the menu and url aliases are reset, and the words "Clone of" are inserted into the title to remind you that you are not editing the original node.') . '</p>';
+      $output .= '<p>' . t('Users with the "clone node" permission can utilize this functionality. A new tab will appear on node pages with the word "Clone".') . '</p>';
+      return $output;
+    case 'node/%/clone':
+      $method = variable_get('clone_method', 'prepopulate');
+      if ($method == 'prepopulate') {
+        return t('This clone will not be saved to the database until you submit.');
+      }
+  }
+}
+
+/**
+ * Implementation of hook_permission().
+ */
+function clone_permission() {
+  return array(
+    'clone node' => array('title' => t('Clone any node')),
+    'clone own nodes' => array('title' => t('Clone own nodes.')),
+  );
+}
+
+/**
+ * Implementation of hook_menu().
+ */
+function clone_menu() {
+  $items['admin/config/content/clone'] = array(
+    'access arguments' => array('administer site configuration'),
+    'page callback' => 'drupal_get_form',
+    'page arguments' => array('clone_settings'),
+    'title' => 'Node clone module',
+    'file' => 'clone.pages.inc',
+    'description' => 'Allows users to clone (copy then edit) an existing node.',
+  );
+  $items['node/%node/clone/%clone_token'] = array(
+    'access callback' => 'clone_access_cloning',
+    'access arguments' => array(1, TRUE, 3),
+    'page callback' => 'clone_node_check',
+    'page arguments' => array(1),
+    'title' => 'Clone content',
+    'title callback' => 'clone_action_link_title',
+    'title arguments' => array(1),
+    'weight' => 5,
+    'file' => 'clone.pages.inc',
+    'type' => MENU_LOCAL_ACTION,
+    'context' => MENU_CONTEXT_PAGE | MENU_CONTEXT_INLINE,
+  );
+  return $items;
+}
+
+/**
+ * Implements a to_arg function for the clone local action.
+ *
+ * @param string $arg
+ *   The current argument value.
+ * @param array $map
+ *   The path arguments.
+ *
+ * @return string
+ *   Either 'confirm' or a CSRF token.
+ */
+function clone_token_to_arg($arg, $map) {
+  // Supply CSRF token if needed.
+  return clone_get_token($map[1]);
+}
+
+/**
+ * Get the token that needs to be added to the clone link.
+ *
+ * @param int $nid
+ *   The node ID of the node to be cloned
+ *
+ * @return string
+ *   Either 'confirm' or a CSRF token.
+ */
+function clone_get_token($nid) {
+  if (variable_get('clone_nodes_without_confirm', FALSE)) {
+    return drupal_get_token('clone_access_cloning-' . $nid);
+  }
+  return 'confirm';
+}
+
+function clone_access_cloning($node, $check_token = FALSE, $token = FALSE) {
+  global $user;
+  // Check CSRF token if needed.
+  if ($check_token) {
+    if (!$token || $token !== clone_get_token($node->nid)) {
+      return FALSE;
+    }
+  }
+  // Check basic permissions first.
+  $access = clone_is_permitted($node->type) && (user_access('clone node') || ($user->uid && ($node->uid == $user->uid) && user_access('clone own nodes')));
+  // Make sure the user can view the original node content, and create a new one..
+  $access = $access && node_access('view', $node) && node_access('create', $node->type);
+  // Let other modules alter this.
+  drupal_alter("clone_access", $access, $node);
+  return $access;
+}
+
+function clone_is_permitted($type) {
+  $omitted = variable_get('clone_omitted', array());
+  return empty($omitted[$type]);
+}
+
+/**
+ * Menu title callback.
+ */
+function clone_action_link_title($node) {
+  // A hack to present a shorter title in contextual links.
+  if (current_path() != 'node/' . $node->nid) {
+    return t('Clone');
+  }
+  if (variable_get('clone_use_node_type_name', 0)) {
+    return t('Clone this !type', array('!type' => drupal_strtolower(node_type_get_name($node))));
+  }
+  return t('Clone content');
+}
+
+/**
+ * Implementation of hook_node_type_delete().
+ */
+function clone_node_type_delete($info) {
+  variable_del('clone_reset_' . $info->type);
+}
+
+/**
+ * Implementation of hook_node_type_update().
+ */
+function clone_node_type_update($info) {
+  if (!empty($info->old_type) && $info->old_type != $info->type) {
+    if (variable_get('clone_reset_' . $info->old_type, FALSE)) {
+      variable_del('clone_reset_' . $info->old_type);
+      variable_set('clone_reset_' . $info->type, TRUE);
+    }
+  }
+}
+
+/**
+  * Implements hook_views_api.
+  */
+function clone_views_api() {
+  return array(
+    'api' => 3,
+    'path' => drupal_get_path('module', 'clone') . '/views',
+  );
+}
+
+/**
+ * Implementation of hook_admin_paths().
+ */
+function clone_admin_paths() {
+  if (variable_get('node_admin_theme')) {
+    $paths = array(
+      'node/*/clone/*' => TRUE,
+    );
+    return $paths;
+  }
+}
+
+/**
+ * Implements hook_form_BASE_FORM_ID_alter().
+ */
+function clone_form_node_form_alter(&$form, $form_state, $form_id) {
+  // Add the clone_from_original_nid value for node forms triggered by cloning.
+  // This will make sure the clone_from_original_nid property is still
+  // attached to the node when passing through hook_node_insert().
+  if (!empty($form['#node']->clone_from_original_nid)) {
+    $form['clone_from_original_nid'] = array(
+      '#type' => 'value',
+      '#value' => $form['#node']->clone_from_original_nid,
+    );
+  }
+}
+
+/**
+ * Implements hook_form_FORM_ID_alter().
+ */
+function clone_form_node_admin_content_alter(&$form, $form_state, $form_id) {
+  if (variable_get('clone_method', 'prepopulate') == 'prepopulate') {
+    $destination = drupal_get_destination();
+  }
+  else {
+    $destination = array();
+  }
+  // The property attribute changes in the $form array depending on the user role.
+  $property = isset($form['admin']['nodes']['#options']) ? '#options' : '#rows';
+  if (empty($form['admin']['nodes'][$property])) {
+    return;
+  }
+  // Expose a Clone operation on each node.
+  foreach ($form['admin']['nodes'][$property] as $nid => &$row) {
+    $node = node_load($nid);
+    if (clone_access_cloning($node)) {
+      // The structure of this form is different if there is just 1 or more
+      // than one operation.
+      if (!isset($row['operations']['data']['#links'])) {
+        $row['operations']['data']['#links'] = array();
+        $row['operations']['data']['#attributes']['class'] = array('links', 'inline');
+        $row['operations']['data']['#theme'] = 'links__node_operations';
+        if (isset($row['operations']['data']['#title'])) {
+          $title = $row['operations']['data']['#title'];
+          $row['operations']['data']['#links'][$title] = array(
+            'title' => $title,
+            'href' => $row['operations']['data']['#href'],
+            'query' => $row['operations']['data']['#options']['query'],
+          );
+          unset($row['operations']['data']['#type']);
+        }
+      }
+      $row['operations']['data']['#links']['clone'] = array(
+        'title' => t('clone'),
+        'href' => 'node/' . $nid . '/clone/' . clone_get_token($nid),
+        'query' => $destination,
+      );
+    }
+  }
+}
+
+/**
+ * Implements hook_action_info().
+ */
+function clone_action_info() {
+  return array(
+    'clone_action_clone' => array(
+      'type' => 'node',
+      'label' => t('Clone item'),
+      'configurable' => TRUE,
+      'hooks' => array('any' => TRUE),
+      'triggers' => array('any'),
+    ),
+  );
+}
+
+/**
+ * Action callback.
+ */
+function clone_action_clone($original_node, $context) {
+  module_load_include('inc', 'clone', 'clone.pages');
+  if (clone_is_permitted($original_node->type)) {
+    $val = !empty($context['clone_context']) ? $context['clone_context'] : array();
+    $node = _clone_node_prepare($original_node, !empty($val['prefix_title']));
+    if (isset($val['substitute_from']) && strlen($val['substitute_from']) && isset($val['substitute_to'])) {
+      $i = (!empty($val['substitute_case_insensitive']) ? 'i' : '');
+      $pattern = '#'. strtr($val['substitute_from'], array('#' => '\#')) . '#' . $i;
+      foreach (array('title') as $property) {
+        $new = preg_replace($pattern, $val['substitute_to'], $node->{$property});
+        if ($new) {
+          $node->{$property} = $new;
+        }
+      }
+      foreach (array('body') as $property) {
+        foreach($node->{$property} as $lang => $row) {
+          foreach ($row as $delta => $data) {
+            foreach (array('value', 'summary') as $key) {
+              if (isset($node->{$property}[$lang][$delta][$key])) {
+                $new = preg_replace($pattern, $val['substitute_to'], $node->{$property}[$lang][$delta][$key]);
+                if ($new) {
+                  $node->{$property}[$lang][$delta][$key] = $new;
+                }
+              }
+            }
+          }
+        }
+      }
+    }
+    // Let other modules do special fixing up.
+    $context = array('method' => 'action', 'original_node' => $original_node, 'clone_context' => $val);
+    drupal_alter('clone_node', $node, $context);
+    node_save($node);
+    if (module_exists('rules')) {
+      rules_invoke_event('clone_node', $node, $original_node);
+    }
+  }
+  else {
+    drupal_set_message(t('Clone failed for %title : not permitted for nodes of type %type', array('%title' => $original_node->title, '%type' => $original_node->type)), 'warning');
+  }
+}
+
+/**
+ * Action form.
+ */
+function clone_action_clone_form($context) {
+ $form['clone_context'] = array(
+   '#tree' => TRUE,
+ );
+ $form['clone_context']['prefix_title'] = array(
+    '#title' => t('Prefix title'),
+    '#type' => 'checkbox',
+    '#description' => t('Should cloned node tiles be prefixed?'),
+    '#default_value' => isset($context['clone_context']['prefix_title']) ? $context['clone_context']['prefix_title'] : 1,
+  );
+ $form['clone_context']['substitute_from'] = array(
+    '#title' => t('Substitute from string'),
+    '#type' => 'textfield',
+    '#description' => t('String (or regex) to substitute from in title and body.'),
+    '#default_value' => isset($context['clone_context']['substitue_from']) ? $context['clone_context']['substitue_from'] : '',
+  );
+ $form['clone_context']['substitute_to'] = array(
+    '#title' => t('Substitute to string'),
+    '#type' => 'textfield',
+    '#description' => t('String (or regex) to substitute to in title and body.'),
+    '#default_value' => isset($context['clone_context']['substitue_to']) ?  $context['clone_context']['substitue_to'] : '',
+  );
+ $form['clone_context']['substitute_case_insensitive'] = array(
+    '#title' => t('Case insensitive substitution'),
+    '#type' => 'checkbox',
+    '#description' => t('Should the substituion match be case insensitive?'),
+    '#default_value' => isset($context['clone_context']['substitute_case_insensitive']) ? $context['clone_context']['substitute_case_insensitive'] : NULL,
+  );
+  return $form;
+}
+
+/**
+ * Action form submit.
+ */
+function clone_action_clone_submit($form, $form_state) {
+  return array('clone_context' => $form_state['values']['clone_context']);
+}
diff --git a/profiles/wcm_base/modules/contrib/node_clone/clone.pages.inc b/profiles/wcm_base/modules/contrib/node_clone/clone.pages.inc
new file mode 100644
index 00000000..c78fe411
--- /dev/null
+++ b/profiles/wcm_base/modules/contrib/node_clone/clone.pages.inc
@@ -0,0 +1,258 @@
+<?php
+/**
+ * @file
+ * Additional functions for Node_Clone module.
+ */
+
+/**
+ * Menu callback to configure module settings.
+ */
+function clone_settings($form, &$form_state) {
+
+  $form['basic'] = array(
+    '#type' => 'fieldset',
+    '#title' => t('General settings'),
+  );
+  $form['basic']['clone_method'] = array(
+    '#type' => 'radios',
+    '#title' => t('Method to use when cloning a node'),
+    '#options' => array('prepopulate' => t('Pre-populate the node form fields'), 'save-edit' => t('Save as a new node then edit')),
+    '#default_value' => variable_get('clone_method', 'prepopulate'),
+  );
+  $form['basic']['clone_nodes_without_confirm'] = array(
+    '#type' => 'radios',
+    '#title' => t('Confirmation mode when using the "Save as a new node then edit" method'),
+    '#default_value' => (int)variable_get('clone_nodes_without_confirm', 0),
+    '#options' => array(t('Require confirmation (recommended)'), t('Bypass confirmation')),
+    '#description' => t('A new node may be saved immediately upon clicking the "clone" link when viewing a node, bypassing the normal confirmation form.'),
+    '#states' => array(
+      // Only show this field when the clone method is save-edit.
+      'visible' => array(
+        ':input[name="clone_method"]' => array('value' => 'save-edit'),
+      ),
+    ),
+  );
+  $form['basic']['clone_menu_links'] = array(
+    '#type' => 'radios',
+    '#title' => t('Clone menu links'),
+    '#options' => array(0 => t('No'), 1 => t('Yes')),
+    '#default_value' => (int) variable_get('clone_menu_links', 0),
+    '#description' => t('Should any menu link for a node also be cloned?'),
+  );
+  $form['basic']['clone_use_node_type_name'] = array(
+    '#type' => 'checkbox',
+    '#title' => t('Use node type name in clone link'),
+    '#default_value' => (int) variable_get('clone_use_node_type_name', 0),
+    '#description' => t('If checked, the link to clone the node will contain the node type name, for example, "Clone this article", otherwise it will read "Clone content".'),
+  );
+
+  $form['publishing'] = array(
+    '#type' => 'fieldset',
+    '#title' => t('Should the publishing options ( e.g. published, promoted, etc) be reset to the defaults?'),
+  );
+  $types = node_type_get_names();
+
+  foreach ($types as $type => $name) {
+    $form['publishing']['clone_reset_' . $type] = array(
+      '#type' => 'checkbox',
+      '#title' => t('@s: reset publishing options when cloned', array('@s' => $name)),
+      '#default_value' => variable_get('clone_reset_' . $type, FALSE),
+    );
+  }
+
+  // Need the variable default key to be something that's never a valid node type.
+  $form['omit'] = array(
+    '#type' => 'fieldset',
+    '#title' => t('Content types that are not to be cloned - omitted due to incompatibility'),
+  );
+  $form['omit']['clone_omitted'] = array(
+    '#type' => 'checkboxes',
+    '#title' => t('Omitted content types'),
+    '#default_value' => variable_get('clone_omitted', array()),
+    '#options' => $types,
+    '#description' => t('Select any node types which should <em>never</em> be cloned. In other words, all node types where cloning will fail.'),
+  );
+
+  return system_settings_form($form);
+}
+
+/**
+ *  Menu callback: prompt the user to confirm the operation
+ */
+function clone_node_check($node) {
+
+  $method = variable_get('clone_method', 'prepopulate');
+
+  switch ($method) {
+    case 'save-edit':
+      if (variable_get('clone_nodes_without_confirm', FALSE)) {
+        $new_nid = clone_node_save($node->nid);
+        $options = array();
+        if (!empty($_GET['node-clone-destination'])) {
+          $options['query']['destination'] = $_GET['node-clone-destination'];
+        }
+        drupal_goto('node/' . $new_nid . '/edit', $options);
+      }
+      else {
+        return drupal_get_form('clone_node_confirm', $node);
+      }
+      break;
+    case 'prepopulate':
+    default:
+      return clone_node_prepopulate($node);
+      break;
+  }
+}
+
+/**
+ *  form builder: prompt the user to confirm the operation
+ */
+function clone_node_confirm($form, &$form_state, $node) {
+
+    $form['nid'] = array('#type' => 'value', '#value' => $node->nid);
+    return confirm_form($form,
+      t('Are you sure you want to clone %title?', array('%title' =>  $node->title)),
+      'node/' . $node->nid, '<p>' . t('This action will create a new node. You will then be redirected to the edit page for the new node.') . '</p>',
+      t('Clone'), t('Cancel'));
+}
+
+/**
+ *  Handle confirm form submission
+ */
+function clone_node_confirm_submit($form, &$form_state) {
+  if ($form_state['values']['confirm']) {
+    $new_nid = clone_node_save($form_state['values']['nid']);
+  }
+  $form_state['redirect'] = 'node/' . $new_nid . '/edit';
+}
+
+
+/**
+ * Create a new menu link cloned from another node.
+ *
+ * Returns NULL if no existing link, or links are not to be cloned.
+ */
+function clone_node_clone_menu_link($node) {
+  if (variable_get('clone_menu_links', FALSE) && function_exists('menu_node_prepare')) {
+    // This will fetch the existing menu link if the node had one.
+    menu_node_prepare($node);
+
+    if (!empty($node->menu['mlid'])) {
+      $old_link = $node->menu;
+      $link['link_title'] = t('Clone of !title', array('!title' => $old_link['link_title']));
+      $link['plid'] = $old_link['plid'];
+      $link['menu_name'] = $old_link['menu_name'];
+      $link['weight'] = $old_link['weight'];
+      $link['module'] = $old_link['module'];
+      // Use the value -1 because it casts to boolean TRUE in function
+      // menu_form_node_form_alter() in menu.module so the node form checkbox
+      // is selected, but in function menu_link_save() no existing link will
+      // match.
+      $link['mlid'] = -1;
+      $link['has_children'] = 0;
+      $link['hidden'] = $old_link['hidden'];
+      $link['customized'] = $old_link['customized'];
+      $link['options'] = $old_link['options'];
+      $link['expanded'] = $old_link['expanded'];
+      $link['description'] = $old_link['description'];
+      $link['language'] = isset($old_link['language']) ? $old_link['language'] : NULL;
+      // This is needed to get the link saved in function menu_node_save() when
+      // using the save-edit method.
+      $link['enabled'] = TRUE;
+      return $link;
+    }
+  }
+  return NULL;
+}
+
+/**
+ *  Clones a node - prepopulate a node editing form
+ */
+function clone_node_prepopulate($original_node) {
+  if (isset($original_node->nid)) {
+
+    if (clone_is_permitted($original_node->type)) {
+      $node = _clone_node_prepare($original_node, TRUE);
+      drupal_set_title($node->title);
+      // Let other modules do special fixing up.
+      $context = array('method' => 'prepopulate', 'original_node' => $original_node);
+      drupal_alter('clone_node', $node, $context);
+      // Make sure the file defining the node form is loaded.
+      $form_state = array();
+      $form_state['build_info']['args'] = array($node);
+      form_load_include($form_state, 'inc', 'node', 'node.pages');
+      return drupal_build_form($node->type .'_node_form', $form_state);
+    }
+  }
+}
+
+/**
+ *  Clones a node by directly saving it.
+ */
+function clone_node_save($nid, $account = NULL) {
+  if (is_numeric($nid)) {
+
+    $original_node = node_load($nid);
+    if (isset($original_node->nid) && clone_is_permitted($original_node->type)) {
+      $node = _clone_node_prepare($original_node, TRUE, $account);
+      // Let other modules do special fixing up.
+      $context = array('method' => 'save-edit', 'original_node' => $original_node);
+      drupal_alter('clone_node', $node, $context);
+
+      node_save($node);
+      if (module_exists('rules')) {
+        rules_invoke_event('clone_node', $node, $original_node);
+      }
+      return $node->nid;
+    }
+  }
+}
+
+/**
+ *  Prepares a node to be cloned.
+ */
+function _clone_node_prepare($original_node, $prefix_title = FALSE, $account = NULL) {
+  $node = clone $original_node;
+
+  if (!isset($account->uid)) {
+    $account = $GLOBALS['user'];
+  }
+
+  $node->nid = NULL;
+  $node->vid = NULL;
+  $node->tnid = NULL;
+  $node->log = NULL;
+  // Also handle modules that attach a UUID to the node.
+  $node->uuid = NULL;
+  $node->vuuid = NULL;
+
+  // Anyonmymous users don't have a name.
+  // @see: drupal_anonymous_user().
+  $node->name = isset($account->name) ? $account->name : NULL;
+  $node->uid = $account->uid;
+
+  $node->created = NULL;
+  $node->menu = clone_node_clone_menu_link($original_node);
+  if (isset($node->book['mlid'])) {
+    $node->book['mlid'] = NULL;
+    $node->book['has_children'] = 0;
+  }
+  $node->path = NULL;
+  $node->files = array();
+  if ($prefix_title) {
+    $node->title = t('Clone of !title', array('!title' => $node->title));
+  }
+  // Add an extra property as a flag.
+  $node->clone_from_original_nid = $original_node->nid;
+
+  if (variable_get('clone_reset_'. $node->type, FALSE)) {
+    $node_options = variable_get('node_options_'. $node->type, array('status', 'promote'));
+    // Fill in the default values.
+    foreach (array('status', 'moderate', 'promote', 'sticky', 'revision') as $key) {
+      // Cast to int since that's how they need to be saved to the DB.
+      $node->$key = (int) in_array($key, $node_options);
+    }
+  }
+  return $node;
+}
+
diff --git a/profiles/wcm_base/modules/contrib/node_clone/clone.rules.inc b/profiles/wcm_base/modules/contrib/node_clone/clone.rules.inc
new file mode 100644
index 00000000..fa4c27f1
--- /dev/null
+++ b/profiles/wcm_base/modules/contrib/node_clone/clone.rules.inc
@@ -0,0 +1,62 @@
+<?php
+
+/**
+ * @file Node clone rules functions
+ */
+
+/**
+ * Implementation of hook_rules_event_info.
+ */
+function clone_rules_event_info() {
+  // Let rules know about the node clone event.
+  $items = array(
+    'clone_node' => array(
+      'label' => t('After cloning a node'),
+      'group' => t('Node'),
+      'variables' => array(
+        'cloned_node' => array('type' => 'node', 'label' => t('The cloned node')),
+        'original_node' => array('type' => 'node', 'label' => t('The original node')),
+      ),
+    ),
+  );
+  return $items;
+}
+
+/**
+ * Implements hook_rules_action_info().
+ */
+function clone_rules_action_info() {
+  $actions = array(
+    'clone_action_node_clone' => array(
+      'label' => t('Clone a node'),
+      'group' => t('Node'),
+      'parameter' => array(
+        'node' => array(
+          'type' => 'node',
+          'label' => t('Node to clone'),
+        ),
+      ),
+      'provides' => array(
+        'clone' => array(
+          'type' => 'node',
+          'label' => t('Cloned node'),
+        ),
+      ),
+    ),
+  );
+  return $actions;
+}
+
+/**
+ * Action callback for cloning a node.
+ * @param $node
+ *   The node to clone.
+ */
+function clone_action_node_clone($node) {
+  include_once drupal_get_path('module', 'clone') . '/clone.pages.inc';
+  $new_nid = clone_node_save($node->nid);
+  $new_node = entity_load_single('node', $new_nid);
+  return array(
+    'clone' => $new_node,
+  );
+}
diff --git a/profiles/wcm_base/modules/contrib/node_clone/views/clone.views.inc b/profiles/wcm_base/modules/contrib/node_clone/views/clone.views.inc
new file mode 100644
index 00000000..bfdb6865
--- /dev/null
+++ b/profiles/wcm_base/modules/contrib/node_clone/views/clone.views.inc
@@ -0,0 +1,18 @@
+<?php
+/**
+ * @file
+ * Views settings for Node_Clone module.
+ */
+
+/**
+* Implements hook_views_data_alter()
+*/
+function clone_views_data_alter(&$views_data) {
+  $views_data['node']['clone_node'] = array(
+    'field' => array(
+      'title' => t('Clone link'),
+      'help' => t('Provide a simple link to clone the node.'),
+      'handler' => 'views_handler_field_node_link_clone',
+    ),
+  );
+}
diff --git a/profiles/wcm_base/modules/contrib/node_clone/views/views_handler_field_node_link_clone.inc b/profiles/wcm_base/modules/contrib/node_clone/views/views_handler_field_node_link_clone.inc
new file mode 100644
index 00000000..6b0f4f53
--- /dev/null
+++ b/profiles/wcm_base/modules/contrib/node_clone/views/views_handler_field_node_link_clone.inc
@@ -0,0 +1,37 @@
+<?php
+/**
+ * @file
+ * Views field handler for Node_Clone module.
+ */
+
+/**
+* Field handler to present a clone node link.
+*
+* Closely modeled after views/modules/node/views_handler_field_node_link_edit.inc
+*/
+class views_handler_field_node_link_clone extends views_handler_field_node_link {
+
+  /**
+   * Renders the link.
+   */
+  function render_link($node, $values) {
+
+    if (!clone_access_cloning($node)) {
+      return;
+    }
+
+    $this->options['alter']['make_link'] = TRUE;
+    $this->options['alter']['path'] = "node/{$node->nid}/clone/" . clone_get_token($node->nid);
+    $method = variable_get('clone_method', 'prepopulate');
+    $destination = drupal_get_destination();
+    if ($method == 'prepopulate') {
+      $this->options['alter']['query'] = $destination;
+    }
+    elseif (!empty($destination['destination'])) {
+      $this->options['alter']['query']['node-clone-destination'] = $destination['destination'];
+    }
+
+    $text = !empty($this->options['text']) ? $this->options['text'] : t('clone');
+    return $text;
+  }
+}
diff --git a/profiles/wcm_base/modules/custom/ocio_wysiwyg/ocio_wysiwyg.features.wysiwyg.inc b/profiles/wcm_base/modules/custom/ocio_wysiwyg/ocio_wysiwyg.features.wysiwyg.inc
index 92a29331..0fd76e67 100644
--- a/profiles/wcm_base/modules/custom/ocio_wysiwyg/ocio_wysiwyg.features.wysiwyg.inc
+++ b/profiles/wcm_base/modules/custom/ocio_wysiwyg/ocio_wysiwyg.features.wysiwyg.inc
@@ -67,12 +67,13 @@ function ocio_wysiwyg_wysiwyg_default_profiles() {
       'acf_allowed_content' => '',
       'css_setting' => 'none',
       'css_path' => '',
-      'stylesSet' => 'Tagline=div.tagline
-Subhead=p.subhead
-Intro Text=p.intro-text
-Button=a.button',
+      'stylesSet' => 'Tagline=div.tagline
+Subhead=p.subhead
+Intro Text=p.intro-text
+Button=a.button
+Pull Quote=blockquote.pull-quote',
       'block_formats' => 'p,h2,h3,h4',
-      'advanced__active_tab' => 'edit-basic',
+      'advanced__active_tab' => 'edit-css',
       'forcePasteAsPlainText' => 0,
     ),
   );
diff --git a/profiles/wcm_base/modules/custom/wcm_accessibility/wcm_accessibility.info b/profiles/wcm_base/modules/custom/wcm_accessibility/wcm_accessibility.info
index 38d04d4d..0f3f1e5b 100644
--- a/profiles/wcm_base/modules/custom/wcm_accessibility/wcm_accessibility.info
+++ b/profiles/wcm_base/modules/custom/wcm_accessibility/wcm_accessibility.info
@@ -1,9 +1,10 @@
-name = "WCM Accessibility"
-description = "Accessibility settings and configuration"
+name = WCM Accessibility
+description = Accessibility settings and configuration
 core = 7.x
 package = WCM Features
 version = 7.x-1.0
 project = wcm_accessibility
+dependencies[] = chosen
 dependencies[] = ctools
 dependencies[] = extlink
 dependencies[] = features
@@ -11,6 +12,17 @@ dependencies[] = pathologic
 dependencies[] = strongarm
 features[ctools][] = strongarm:strongarm:1
 features[features_api][] = api:2
+features[variable][] = chosen_disable_search
+features[variable][] = chosen_disable_search_threshold
+features[variable][] = chosen_jquery_selector
+features[variable][] = chosen_minimum_multiple
+features[variable][] = chosen_minimum_single
+features[variable][] = chosen_minimum_width
+features[variable][] = chosen_no_results_text
+features[variable][] = chosen_placeholder_text_multiple
+features[variable][] = chosen_placeholder_text_single
+features[variable][] = chosen_search_contains
+features[variable][] = chosen_use_theme
 features[variable][] = extlink_alert
 features[variable][] = extlink_alert_text
 features[variable][] = extlink_class
diff --git a/profiles/wcm_base/modules/custom/wcm_accessibility/wcm_accessibility.make b/profiles/wcm_base/modules/custom/wcm_accessibility/wcm_accessibility.make
index 65b6d928..dbe702af 100644
--- a/profiles/wcm_base/modules/custom/wcm_accessibility/wcm_accessibility.make
+++ b/profiles/wcm_base/modules/custom/wcm_accessibility/wcm_accessibility.make
@@ -7,3 +7,12 @@ core = 7.x
 
 projects[extlink][version] = 1.18
 projects[extlink][subdir] = contrib
+
+projects[chosen][version] = 2.0-beta4
+projects[chosen][subdir] = contrib
+projects[chosen][patch][2117827] = http://drupal.org/files/issues/chosen-remove_none_option-2117827-7.patch
+
+libraries[chosen][directory_name] = chosen
+libraries[chosen][download][type] = "get"
+libraries[chosen][download][url] = https://github.com/harvesthq/chosen/releases/download/1.4.2/chosen_v1.4.2.zip
+libraries[chosen][destination] = libraries
diff --git a/profiles/wcm_base/modules/custom/wcm_accessibility/wcm_accessibility.strongarm.inc b/profiles/wcm_base/modules/custom/wcm_accessibility/wcm_accessibility.strongarm.inc
index b17263b7..8ee95c0b 100644
--- a/profiles/wcm_base/modules/custom/wcm_accessibility/wcm_accessibility.strongarm.inc
+++ b/profiles/wcm_base/modules/custom/wcm_accessibility/wcm_accessibility.strongarm.inc
@@ -10,6 +10,83 @@
 function wcm_accessibility_strongarm() {
   $export = array();
 
+  $strongarm = new stdClass();
+  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+  $strongarm->api_version = 1;
+  $strongarm->name = 'chosen_disable_search';
+  $strongarm->value = 1;
+  $export['chosen_disable_search'] = $strongarm;
+
+  $strongarm = new stdClass();
+  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+  $strongarm->api_version = 1;
+  $strongarm->name = 'chosen_disable_search_threshold';
+  $strongarm->value = '0';
+  $export['chosen_disable_search_threshold'] = $strongarm;
+
+  $strongarm = new stdClass();
+  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+  $strongarm->api_version = 1;
+  $strongarm->name = 'chosen_jquery_selector';
+  $strongarm->value = 'select:visible';
+  $export['chosen_jquery_selector'] = $strongarm;
+
+  $strongarm = new stdClass();
+  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+  $strongarm->api_version = 1;
+  $strongarm->name = 'chosen_minimum_multiple';
+  $strongarm->value = '0';
+  $export['chosen_minimum_multiple'] = $strongarm;
+
+  $strongarm = new stdClass();
+  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+  $strongarm->api_version = 1;
+  $strongarm->name = 'chosen_minimum_single';
+  $strongarm->value = '0';
+  $export['chosen_minimum_single'] = $strongarm;
+
+  $strongarm = new stdClass();
+  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+  $strongarm->api_version = 1;
+  $strongarm->name = 'chosen_minimum_width';
+  $strongarm->value = '125';
+  $export['chosen_minimum_width'] = $strongarm;
+
+  $strongarm = new stdClass();
+  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+  $strongarm->api_version = 1;
+  $strongarm->name = 'chosen_no_results_text';
+  $strongarm->value = 'No results match';
+  $export['chosen_no_results_text'] = $strongarm;
+
+  $strongarm = new stdClass();
+  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+  $strongarm->api_version = 1;
+  $strongarm->name = 'chosen_placeholder_text_multiple';
+  $strongarm->value = 'Select';
+  $export['chosen_placeholder_text_multiple'] = $strongarm;
+
+  $strongarm = new stdClass();
+  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+  $strongarm->api_version = 1;
+  $strongarm->name = 'chosen_placeholder_text_single';
+  $strongarm->value = 'Select';
+  $export['chosen_placeholder_text_single'] = $strongarm;
+
+  $strongarm = new stdClass();
+  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+  $strongarm->api_version = 1;
+  $strongarm->name = 'chosen_search_contains';
+  $strongarm->value = 0;
+  $export['chosen_search_contains'] = $strongarm;
+
+  $strongarm = new stdClass();
+  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+  $strongarm->api_version = 1;
+  $strongarm->name = 'chosen_use_theme';
+  $strongarm->value = 1;
+  $export['chosen_use_theme'] = $strongarm;
+
   $strongarm = new stdClass();
   $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
   $strongarm->api_version = 1;
diff --git a/profiles/wcm_base/modules/custom/wcm_workbench/wcm_workbench.module b/profiles/wcm_base/modules/custom/wcm_workbench/wcm_workbench.module
index c3eb8337..7082266a 100644
--- a/profiles/wcm_base/modules/custom/wcm_workbench/wcm_workbench.module
+++ b/profiles/wcm_base/modules/custom/wcm_workbench/wcm_workbench.module
@@ -15,6 +15,13 @@ function wcm_workbench_menu_alter(&$items) {
   $items['admin/workbench/create']['weight'] = -200;
   $items['admin/workbench/media/add']['type'] = MENU_LOCAL_ACTION;
   $items['admin/workbench/media/add']['title'] = t('Upload Media');
+
+  if (isset($items['node/%node/clone/%clone_token'])) {
+    $items['node/%node/clone/%clone_token']['type'] = MENU_LOCAL_TASK;
+    $items['node/%node/clone/%clone_token']['title'] = t('Clone');
+    unset($items['node/%node/clone/%clone_token']['title callback']);
+    unset($items['node/%node/clone/%clone_token']['title arguments']);
+  }
 }
 
 /*
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_admin/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_admin/CHANGELOG.txt
index d8715036..dc3c5d85 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_admin/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_admin/CHANGELOG.txt
@@ -1,3 +1,7 @@
+Panopoly Admin 7.x-1.31, 2016-02-25
+----------------------------
+- No changes since last release.
+
 Panopoly Admin 7.x-1.30, 2016-01-06
 ----------------------------
 - Default admin role.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_admin/panopoly_admin.info b/profiles/wcm_base/modules/panopoly/panopoly_admin/panopoly_admin.info
index 7c703308..9dfb0633 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_admin/panopoly_admin.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_admin/panopoly_admin.info
@@ -37,9 +37,9 @@ features[page_manager_pages][] = panopoly_admin_layout_library
 features[page_manager_pages][] = panopoly_admin_page_library
 features[page_manager_pages][] = panopoly_admin_pane_library
 
-; Information added by Drupal.org packaging script on 2016-01-07
-version = "7.x-1.30"
+; Information added by Drupal.org packaging script on 2016-02-26
+version = "7.x-1.31"
 core = "7.x"
 project = "panopoly_admin"
-datestamp = "1452140063"
+datestamp = "1456457644"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_core/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_core/CHANGELOG.txt
index dc57c7cf..89dab242 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_core/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_core/CHANGELOG.txt
@@ -1,3 +1,7 @@
+Panopoly Core 7.x-1.31, 2016-02-25
+---------------------------
+- No changes since last release.
+
 Panopoly Core 7.x-1.30, 2016-01-06
 ---------------------------
 - Update field_group to 1.5 for SA-CONTRIB-2016-001.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.info b/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.info
index 1da05ba1..7b29d374 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_core/panopoly_core.info
@@ -74,9 +74,9 @@ features[variable][] = panelizer_taxonomy_term:panopoly_categories_allowed_layou
 features[variable][] = panelizer_taxonomy_term:panopoly_categories_allowed_types_default
 features[views_view][] = panopoly_taxonomy
 
-; Information added by Drupal.org packaging script on 2016-01-07
-version = "7.x-1.30"
+; Information added by Drupal.org packaging script on 2016-02-26
+version = "7.x-1.31"
 core = "7.x"
 project = "panopoly_core"
-datestamp = "1452140073"
+datestamp = "1456457657"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_magic/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_magic/CHANGELOG.txt
index badc9569..31ee2e26 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_magic/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_magic/CHANGELOG.txt
@@ -1,3 +1,7 @@
+Panopoly Magic 7.x-1.31, 2016-02-25
+----------------------------
+- No changes since last release.
+
 Panopoly Magic 7.x-1.30, 2016-01-06
 ----------------------------
 - No changes since last release.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_magic/panopoly_magic.info b/profiles/wcm_base/modules/panopoly/panopoly_magic/panopoly_magic.info
index c3d0cc87..8f9512f8 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_magic/panopoly_magic.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_magic/panopoly_magic.info
@@ -15,9 +15,9 @@ stylesheets[all][] = css/panopoly-modal.css
 features[features_api][] = api:2
 files[] = plugins/views/panopoly_magic_plugin_display_panel_pane.inc
 
-; Information added by Drupal.org packaging script on 2016-01-07
-version = "7.x-1.30"
+; Information added by Drupal.org packaging script on 2016-02-26
+version = "7.x-1.31"
 core = "7.x"
 project = "panopoly_magic"
-datestamp = "1452140365"
+datestamp = "1456458268"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_pages/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_pages/CHANGELOG.txt
index 69b9501b..7197e828 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_pages/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_pages/CHANGELOG.txt
@@ -1,3 +1,7 @@
+Panopoly Pages 7.x-1.31, 2016-02-25
+----------------------------
+- No changes since last release.
+
 Panopoly Pages 7.x-1.30, 2016-01-06
 ----------------------------
 - No changes since last release.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_pages/panopoly_pages.info b/profiles/wcm_base/modules/panopoly/panopoly_pages/panopoly_pages.info
index beeaa2b7..2116f0be 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_pages/panopoly_pages.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_pages/panopoly_pages.info
@@ -67,9 +67,9 @@ features[variable][] = panelizer_node:panopoly_page_allowed_layouts_default
 features[variable][] = panelizer_node:panopoly_page_allowed_types_default
 features[variable][] = save_continue_panopoly_page
 
-; Information added by Drupal.org packaging script on 2016-01-07
-version = "7.x-1.30"
+; Information added by Drupal.org packaging script on 2016-02-26
+version = "7.x-1.31"
 core = "7.x"
 project = "panopoly_pages"
-datestamp = "1452140372"
+datestamp = "1456458275"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_search/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_search/CHANGELOG.txt
index abac4055..0802d710 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_search/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_search/CHANGELOG.txt
@@ -1,3 +1,7 @@
+Panopoly Search 7.x-1.31, 2016-02-25
+-----------------------------
+- No changes since last release.
+
 Panopoly Search 7.x-1.30, 2016-01-06
 -----------------------------
 - No changes since last release.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_search/panopoly_search.info b/profiles/wcm_base/modules/panopoly/panopoly_search/panopoly_search.info
index ff2648a3..1b7b1ee0 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_search/panopoly_search.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_search/panopoly_search.info
@@ -54,9 +54,9 @@ features[variable][] = search_cron_limit
 features[views_view][] = panopoly_database_search
 features[views_view][] = panopoly_search
 
-; Information added by Drupal.org packaging script on 2016-01-07
-version = "7.x-1.30"
+; Information added by Drupal.org packaging script on 2016-02-26
+version = "7.x-1.31"
 core = "7.x"
 project = "panopoly_search"
-datestamp = "1452140651"
+datestamp = "1456458547"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_test/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_test/CHANGELOG.txt
index 0951b989..72d67729 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_test/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_test/CHANGELOG.txt
@@ -1,3 +1,7 @@
+Panopoly Test 7.x-1.31, 2016-02-25
+---------------------------
+- No changes since last release.
+
 Panopoly Test 7.x-1.30, 2016-01-06
 ---------------------------
 - Merge branch '7.x-1.30' of git.drupal.org:project/panopoly_test into 7.x-1.30.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_test/panopoly_test.info b/profiles/wcm_base/modules/panopoly/panopoly_test/panopoly_test.info
index 2fe5df00..fa155fa2 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_test/panopoly_test.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_test/panopoly_test.info
@@ -99,9 +99,9 @@ features_exclude[dependencies][panopoly_pages] = panopoly_pages
 features_exclude[dependencies][panelizer] = panelizer
 hidden = 1
 
-; Information added by Drupal.org packaging script on 2016-01-07
-version = "7.x-1.30"
+; Information added by Drupal.org packaging script on 2016-02-26
+version = "7.x-1.31"
 core = "7.x"
 project = "panopoly_test"
-datestamp = "1452140658"
+datestamp = "1456458554"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_theme/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_theme/CHANGELOG.txt
index 5ade6f13..ebed5bf5 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_theme/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_theme/CHANGELOG.txt
@@ -1,3 +1,7 @@
+Panopoly Theme 7.x-1.31, 2016-02-25
+----------------------------
+- No changes since last release.
+
 Panopoly Theme 7.x-1.30, 2016-01-06
 ----------------------------
 - No changes since last release.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_theme/panopoly_theme.info b/profiles/wcm_base/modules/panopoly/panopoly_theme/panopoly_theme.info
index 0da33b97..83448fd2 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_theme/panopoly_theme.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_theme/panopoly_theme.info
@@ -11,9 +11,9 @@ stylesheets[all][] = css/panopoly-accordian.css
 stylesheets[all][] = css/panopoly-layouts.css
 features[features_api][] = api:2
 
-; Information added by Drupal.org packaging script on 2016-01-07
-version = "7.x-1.30"
+; Information added by Drupal.org packaging script on 2016-02-26
+version = "7.x-1.31"
 core = "7.x"
 project = "panopoly_theme"
-datestamp = "1452140667"
+datestamp = "1456458845"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_widgets/CHANGELOG.txt b/profiles/wcm_base/modules/panopoly/panopoly_widgets/CHANGELOG.txt
index 9076e5ac..157883a6 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_widgets/CHANGELOG.txt
+++ b/profiles/wcm_base/modules/panopoly/panopoly_widgets/CHANGELOG.txt
@@ -1,3 +1,9 @@
+Panopoly Widgets 7.x-1.31, 2016-02-25
+------------------------------
+- Panopoly_widgets Schema Update 7016 Integrity constraint violation.
+- Pass entity to 'panopoly_spotlight_wrapper' and 'panopoly_spotlight_view'
+  theme functions.
+
 Panopoly Widgets 7.x-1.30, 2016-01-06
 ------------------------------
 - Access denied when adding Media in WYSIWYG.
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.features.defaultconfig.inc b/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.features.defaultconfig.inc
index c1a3720a..fc361065 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.features.defaultconfig.inc
+++ b/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.features.defaultconfig.inc
@@ -547,16 +547,6 @@ function panopoly_widgets_defaultconfig_user_default_permissions() {
     'module' => 'file_entity',
   );
 
-  // Exported permission: 'use media wysiwyg'.
-  $permissions['use media wysiwyg'] = array(
-    'name' => 'use media wysiwyg',
-    'roles' => array(
-      'administrator' => 'administrator',
-      'authenticated user' => 'authenticated user',
-    ),
-    'module' => 'media_wysiwyg',
-  );
-
   // Exported permission: 'view files'.
   $permissions['view files'] = array(
     'name' => 'view files',
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.info b/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.info
index b839c775..cc30ed67 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.info
+++ b/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.info
@@ -81,7 +81,6 @@ features[defaultconfig][] = user_default_permissions:edit own audio files
 features[defaultconfig][] = user_default_permissions:edit own document files
 features[defaultconfig][] = user_default_permissions:edit own image files
 features[defaultconfig][] = user_default_permissions:edit own video files
-features[defaultconfig][] = user_default_permissions:use media wysiwyg
 features[defaultconfig][] = user_default_permissions:view files
 features[defaultconfig][] = user_default_permissions:view own files
 features[features_api][] = api:2
@@ -120,9 +119,9 @@ features[file_display][] = video__teaser__media_youtube_image
 features[file_display][] = video__teaser__media_youtube_video
 features[views_view][] = panopoly_widgets_general_content
 
-; Information added by Drupal.org packaging script on 2016-01-07
-version = "7.x-1.30"
+; Information added by Drupal.org packaging script on 2016-02-26
+version = "7.x-1.31"
 core = "7.x"
 project = "panopoly_widgets"
-datestamp = "1452140721"
+datestamp = "1456459177"
 
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.install b/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.install
index 37cfe89e..dd195455 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.install
+++ b/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.install
@@ -365,11 +365,13 @@ function panopoly_widgets_update_7016() {
   // Panopoly 1.29 was released without granting this permission by default, so
   // new sites launched on that version won't have it set. To avoid granting it
   // in situations where it was explicity removed on other sites, we only grant
-  // it to roles that have the 'use media wysiwyg' permission (just like in the
-  // media_wysiwyg_update_7201() when the permission was added by Media).
+  // it to roles that have the 'access media browser' permission (just like in
+  // the media_wysiwyg_update_7201() when the permission was added by Media).
 
-  $roles = user_roles(TRUE, 'access media browser');
-  foreach ($roles as $rid => $role) {
-    user_role_grant_permissions($rid, array('use media wysiwyg'));
+  if (module_exists('media_wysiwyg')) {
+    $roles = user_roles(TRUE, 'access media browser');
+    foreach ($roles as $rid => $role) {
+      user_role_grant_permissions($rid, array('use media wysiwyg'));
+    }
   }
 }
diff --git a/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.spotlight.inc b/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.spotlight.inc
index 846eecb4..edaad665 100644
--- a/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.spotlight.inc
+++ b/profiles/wcm_base/modules/panopoly/panopoly_widgets/panopoly_widgets.spotlight.inc
@@ -201,6 +201,8 @@ function panopoly_widgets_field_formatter_view($entity_type, $entity, $field, $i
     '#formatter' => $formatter,
     '#duration' => $duration,
     '#pager_style' => $pager_style,
+    '#entity_type' => $entity_type,
+    '#entity' => $entity,
     'slides' => array(),
   );
 
@@ -210,7 +212,9 @@ function panopoly_widgets_field_formatter_view($entity_type, $entity, $field, $i
       '#theme' => 'panopoly_spotlight_view',
       '#items' => $item_data,
       '#delta' => $delta,
-      '#settings' => $settings
+      '#settings' => $settings,
+      '#entity_type' => $entity_type,
+      '#entity' => $entity,
     );
   }
 
diff --git a/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.css b/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.css
index b82deb93..281b01bc 100644
--- a/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.css
+++ b/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.css
@@ -818,39 +818,6 @@ tr.error {
 	padding: 0.3em 0.6em;
 }
 */
-blockquote {
-  padding-left: 0.5em;
-  font-size: 26px;
-  font-size: 2.6rem;
-  line-height: 130%;
-  font-family: "capita", Georgia, serif;
-  font-style: italic;
-}
-blockquote::before {
-  font-size: 35px;
-  font-size: 3.5rem;
-  color: rgba(0, 0, 0, 0.6);
-  content: "\f10d";
-  font-family: FontAwesome;
-  font-style: normal;
-  margin-left: -1.5em;
-  margin-top: -0.25em;
-  float: left;
-}
-
-cite {
-  font-size: 16px;
-  font-size: 1.6rem;
-  font-family: "proximanova", Helvetica, Arial, sans-serif;
-  font-style: normal;
-  display: block;
-  padding-top: 0.6em;
-}
-cite::before {
-  content: "―";
-  margin-right: 3px;
-}
-
 html, body {
   font-family: "proximanova", Helvetica, Arial, sans-serif;
   color: #2d2d2d;
@@ -1097,6 +1064,54 @@ h6 a:hover, .zeta a:hover {
   text-align: center;
 }
 
+blockquote {
+  background: #f5f5f5 none repeat scroll 0 0;
+  border-left: 4px solid #ddd;
+  padding: 1.9em 2em;
+}
+blockquote p, blockquote li, blockquote ul, blockquote ol {
+  margin: 0.4em 0 0 0;
+}
+blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote div {
+  margin: 0 0 0.4em 0;
+}
+blockquote.pull-quote {
+  font-size: 26px;
+  font-size: 2.6rem;
+  background: transparent none;
+  border-left: 0 none;
+  font-family: "capita", Georgia, serif;
+  font-style: italic;
+  line-height: 130%;
+  padding: 0;
+  margin: 1.5em 1.5em 1.5em 2em;
+}
+blockquote.pull-quote :first-child {
+  margin-top: 0.3em;
+}
+blockquote.pull-quote::before {
+  font-size: 35px;
+  font-size: 3.5rem;
+  color: rgba(0, 0, 0, 0.6);
+  content: "\f10d";
+  font-family: FontAwesome;
+  font-style: normal;
+  margin-left: -1.5em;
+  float: left;
+}
+blockquote.pull-quote cite {
+  font-size: 16px;
+  font-size: 1.6rem;
+  font-family: "proximanova", Helvetica, Arial, sans-serif;
+  font-style: normal;
+  display: block;
+  padding-top: 0.6em;
+}
+blockquote.pull-quote cite::before {
+  content: "―";
+  margin-right: 3px;
+}
+
 table {
   margin-bottom: 20px;
   font-size: 14px;
@@ -1179,39 +1194,6 @@ table caption {
   background: #c7c7c7;
 }
 
-blockquote {
-  padding-left: 0.5em;
-  font-size: 26px;
-  font-size: 2.6rem;
-  line-height: 130%;
-  font-family: "capita", Georgia, serif;
-  font-style: italic;
-}
-blockquote::before {
-  font-size: 35px;
-  font-size: 3.5rem;
-  color: rgba(0, 0, 0, 0.6);
-  content: "\f10d";
-  font-family: FontAwesome;
-  font-style: normal;
-  margin-left: -1.5em;
-  margin-top: -0.25em;
-  float: left;
-}
-
-cite {
-  font-size: 16px;
-  font-size: 1.6rem;
-  font-family: "proximanova", Helvetica, Arial, sans-serif;
-  font-style: normal;
-  display: block;
-  padding-top: 0.6em;
-}
-cite::before {
-  content: "―";
-  margin-right: 3px;
-}
-
 html, body {
   font-family: "proximanova", Helvetica, Arial, sans-serif;
   color: #2d2d2d;
@@ -1458,6 +1440,54 @@ h6 a:hover, .zeta a:hover {
   text-align: center;
 }
 
+blockquote {
+  background: #f5f5f5 none repeat scroll 0 0;
+  border-left: 4px solid #ddd;
+  padding: 1.9em 2em;
+}
+blockquote p, blockquote li, blockquote ul, blockquote ol {
+  margin: 0.4em 0 0 0;
+}
+blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote div {
+  margin: 0 0 0.4em 0;
+}
+blockquote.pull-quote {
+  font-size: 26px;
+  font-size: 2.6rem;
+  background: transparent none;
+  border-left: 0 none;
+  font-family: "capita", Georgia, serif;
+  font-style: italic;
+  line-height: 130%;
+  padding: 0;
+  margin: 1.5em 1.5em 1.5em 2em;
+}
+blockquote.pull-quote :first-child {
+  margin-top: 0.3em;
+}
+blockquote.pull-quote::before {
+  font-size: 35px;
+  font-size: 3.5rem;
+  color: rgba(0, 0, 0, 0.6);
+  content: "\f10d";
+  font-family: FontAwesome;
+  font-style: normal;
+  margin-left: -1.5em;
+  float: left;
+}
+blockquote.pull-quote cite {
+  font-size: 16px;
+  font-size: 1.6rem;
+  font-family: "proximanova", Helvetica, Arial, sans-serif;
+  font-style: normal;
+  display: block;
+  padding-top: 0.6em;
+}
+blockquote.pull-quote cite::before {
+  content: "―";
+  margin-right: 3px;
+}
+
 /* Header */
 .l-region--header {
   padding: 20px 0;
diff --git a/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.no-query.css b/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.no-query.css
index 9ae6635b..e0552fa6 100644
--- a/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.no-query.css
+++ b/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.no-query.css
@@ -816,39 +816,6 @@ tr.error {
 	padding: 0.3em 0.6em;
 }
 */
-blockquote {
-  padding-left: 0.5em;
-  font-size: 26px;
-  font-size: 2.6rem;
-  line-height: 130%;
-  font-family: "capita", Georgia, serif;
-  font-style: italic;
-}
-blockquote::before {
-  font-size: 35px;
-  font-size: 3.5rem;
-  color: rgba(0, 0, 0, 0.6);
-  content: "\f10d";
-  font-family: FontAwesome;
-  font-style: normal;
-  margin-left: -1.5em;
-  margin-top: -0.25em;
-  float: left;
-}
-
-cite {
-  font-size: 16px;
-  font-size: 1.6rem;
-  font-family: "proximanova", Helvetica, Arial, sans-serif;
-  font-style: normal;
-  display: block;
-  padding-top: 0.6em;
-}
-cite::before {
-  content: "―";
-  margin-right: 3px;
-}
-
 html, body {
   font-family: "proximanova", Helvetica, Arial, sans-serif;
   color: #2d2d2d;
@@ -1091,6 +1058,54 @@ h6 a:hover, .zeta a:hover {
   text-align: center;
 }
 
+blockquote {
+  background: #f5f5f5 none repeat scroll 0 0;
+  border-left: 4px solid #ddd;
+  padding: 1.9em 2em;
+}
+blockquote p, blockquote li, blockquote ul, blockquote ol {
+  margin: 0.4em 0 0 0;
+}
+blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote div {
+  margin: 0 0 0.4em 0;
+}
+blockquote.pull-quote {
+  font-size: 26px;
+  font-size: 2.6rem;
+  background: transparent none;
+  border-left: 0 none;
+  font-family: "capita", Georgia, serif;
+  font-style: italic;
+  line-height: 130%;
+  padding: 0;
+  margin: 1.5em 1.5em 1.5em 2em;
+}
+blockquote.pull-quote :first-child {
+  margin-top: 0.3em;
+}
+blockquote.pull-quote::before {
+  font-size: 35px;
+  font-size: 3.5rem;
+  color: rgba(0, 0, 0, 0.6);
+  content: "\f10d";
+  font-family: FontAwesome;
+  font-style: normal;
+  margin-left: -1.5em;
+  float: left;
+}
+blockquote.pull-quote cite {
+  font-size: 16px;
+  font-size: 1.6rem;
+  font-family: "proximanova", Helvetica, Arial, sans-serif;
+  font-style: normal;
+  display: block;
+  padding-top: 0.6em;
+}
+blockquote.pull-quote cite::before {
+  content: "―";
+  margin-right: 3px;
+}
+
 table {
   margin-bottom: 20px;
   font-size: 14px;
@@ -1173,39 +1188,6 @@ table caption {
   background: #c7c7c7;
 }
 
-blockquote {
-  padding-left: 0.5em;
-  font-size: 26px;
-  font-size: 2.6rem;
-  line-height: 130%;
-  font-family: "capita", Georgia, serif;
-  font-style: italic;
-}
-blockquote::before {
-  font-size: 35px;
-  font-size: 3.5rem;
-  color: rgba(0, 0, 0, 0.6);
-  content: "\f10d";
-  font-family: FontAwesome;
-  font-style: normal;
-  margin-left: -1.5em;
-  margin-top: -0.25em;
-  float: left;
-}
-
-cite {
-  font-size: 16px;
-  font-size: 1.6rem;
-  font-family: "proximanova", Helvetica, Arial, sans-serif;
-  font-style: normal;
-  display: block;
-  padding-top: 0.6em;
-}
-cite::before {
-  content: "―";
-  margin-right: 3px;
-}
-
 html, body {
   font-family: "proximanova", Helvetica, Arial, sans-serif;
   color: #2d2d2d;
@@ -1448,6 +1430,54 @@ h6 a:hover, .zeta a:hover {
   text-align: center;
 }
 
+blockquote {
+  background: #f5f5f5 none repeat scroll 0 0;
+  border-left: 4px solid #ddd;
+  padding: 1.9em 2em;
+}
+blockquote p, blockquote li, blockquote ul, blockquote ol {
+  margin: 0.4em 0 0 0;
+}
+blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote div {
+  margin: 0 0 0.4em 0;
+}
+blockquote.pull-quote {
+  font-size: 26px;
+  font-size: 2.6rem;
+  background: transparent none;
+  border-left: 0 none;
+  font-family: "capita", Georgia, serif;
+  font-style: italic;
+  line-height: 130%;
+  padding: 0;
+  margin: 1.5em 1.5em 1.5em 2em;
+}
+blockquote.pull-quote :first-child {
+  margin-top: 0.3em;
+}
+blockquote.pull-quote::before {
+  font-size: 35px;
+  font-size: 3.5rem;
+  color: rgba(0, 0, 0, 0.6);
+  content: "\f10d";
+  font-family: FontAwesome;
+  font-style: normal;
+  margin-left: -1.5em;
+  float: left;
+}
+blockquote.pull-quote cite {
+  font-size: 16px;
+  font-size: 1.6rem;
+  font-family: "proximanova", Helvetica, Arial, sans-serif;
+  font-style: normal;
+  display: block;
+  padding-top: 0.6em;
+}
+blockquote.pull-quote cite::before {
+  content: "―";
+  margin-right: 3px;
+}
+
 /* Header */
 .l-region--header {
   padding: 20px 0;
diff --git a/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.no-query.css b/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.no-query.css
index d0b6f94f..f4486b2f 100644
--- a/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.no-query.css
+++ b/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.no-query.css
@@ -812,39 +812,6 @@ tr.error {
 	padding: 0.3em 0.6em;
 }
 */
-blockquote {
-  padding-left: 0.5em;
-  font-size: 26px;
-  font-size: 2.6rem;
-  line-height: 130%;
-  font-family: "capita", Georgia, serif;
-  font-style: italic;
-}
-blockquote::before {
-  font-size: 35px;
-  font-size: 3.5rem;
-  color: rgba(0, 0, 0, 0.6);
-  content: "\f10d";
-  font-family: FontAwesome;
-  font-style: normal;
-  margin-left: -1.5em;
-  margin-top: -0.25em;
-  float: left;
-}
-
-cite {
-  font-size: 16px;
-  font-size: 1.6rem;
-  font-family: "proximanova", Helvetica, Arial, sans-serif;
-  font-style: normal;
-  display: block;
-  padding-top: 0.6em;
-}
-cite::before {
-  content: "―";
-  margin-right: 3px;
-}
-
 html, body {
   font-family: "proximanova", Helvetica, Arial, sans-serif;
   color: #2d2d2d;
@@ -1088,6 +1055,54 @@ h6 a:hover, .zeta a:hover, .view-faq.view-faq.view-display-id-page div.view-disp
   text-align: center;
 }
 
+blockquote {
+  background: #f5f5f5 none repeat scroll 0 0;
+  border-left: 4px solid #ddd;
+  padding: 1.9em 2em;
+}
+blockquote p, blockquote li, blockquote ul, blockquote ol {
+  margin: 0.4em 0 0 0;
+}
+blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote div {
+  margin: 0 0 0.4em 0;
+}
+blockquote.pull-quote {
+  font-size: 26px;
+  font-size: 2.6rem;
+  background: transparent none;
+  border-left: 0 none;
+  font-family: "capita", Georgia, serif;
+  font-style: italic;
+  line-height: 130%;
+  padding: 0;
+  margin: 1.5em 1.5em 1.5em 2em;
+}
+blockquote.pull-quote :first-child {
+  margin-top: 0.3em;
+}
+blockquote.pull-quote::before {
+  font-size: 35px;
+  font-size: 3.5rem;
+  color: rgba(0, 0, 0, 0.6);
+  content: "\f10d";
+  font-family: FontAwesome;
+  font-style: normal;
+  margin-left: -1.5em;
+  float: left;
+}
+blockquote.pull-quote cite {
+  font-size: 16px;
+  font-size: 1.6rem;
+  font-family: "proximanova", Helvetica, Arial, sans-serif;
+  font-style: normal;
+  display: block;
+  padding-top: 0.6em;
+}
+blockquote.pull-quote cite::before {
+  content: "―";
+  margin-right: 3px;
+}
+
 table {
   margin-bottom: 20px;
   font-size: 14px;
@@ -1170,39 +1185,6 @@ table caption {
   background: #c7c7c7;
 }
 
-blockquote {
-  padding-left: 0.5em;
-  font-size: 26px;
-  font-size: 2.6rem;
-  line-height: 130%;
-  font-family: "capita", Georgia, serif;
-  font-style: italic;
-}
-blockquote::before {
-  font-size: 35px;
-  font-size: 3.5rem;
-  color: rgba(0, 0, 0, 0.6);
-  content: "\f10d";
-  font-family: FontAwesome;
-  font-style: normal;
-  margin-left: -1.5em;
-  margin-top: -0.25em;
-  float: left;
-}
-
-cite {
-  font-size: 16px;
-  font-size: 1.6rem;
-  font-family: "proximanova", Helvetica, Arial, sans-serif;
-  font-style: normal;
-  display: block;
-  padding-top: 0.6em;
-}
-cite::before {
-  content: "―";
-  margin-right: 3px;
-}
-
 html, body {
   font-family: "proximanova", Helvetica, Arial, sans-serif;
   color: #2d2d2d;
@@ -1446,6 +1428,54 @@ h6 a:hover, .zeta a:hover, .view-faq.view-faq.view-display-id-page div.view-disp
   text-align: center;
 }
 
+blockquote {
+  background: #f5f5f5 none repeat scroll 0 0;
+  border-left: 4px solid #ddd;
+  padding: 1.9em 2em;
+}
+blockquote p, blockquote li, blockquote ul, blockquote ol {
+  margin: 0.4em 0 0 0;
+}
+blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote div {
+  margin: 0 0 0.4em 0;
+}
+blockquote.pull-quote {
+  font-size: 26px;
+  font-size: 2.6rem;
+  background: transparent none;
+  border-left: 0 none;
+  font-family: "capita", Georgia, serif;
+  font-style: italic;
+  line-height: 130%;
+  padding: 0;
+  margin: 1.5em 1.5em 1.5em 2em;
+}
+blockquote.pull-quote :first-child {
+  margin-top: 0.3em;
+}
+blockquote.pull-quote::before {
+  font-size: 35px;
+  font-size: 3.5rem;
+  color: rgba(0, 0, 0, 0.6);
+  content: "\f10d";
+  font-family: FontAwesome;
+  font-style: normal;
+  margin-left: -1.5em;
+  float: left;
+}
+blockquote.pull-quote cite {
+  font-size: 16px;
+  font-size: 1.6rem;
+  font-family: "proximanova", Helvetica, Arial, sans-serif;
+  font-style: normal;
+  display: block;
+  padding-top: 0.6em;
+}
+blockquote.pull-quote cite::before {
+  content: "―";
+  margin-right: 3px;
+}
+
 body .ui-accordion {
   margin: 0.5em 0;
   position: relative;
@@ -1910,6 +1940,12 @@ p.search-result__snippet {
   display: block;
   width: 100%;
 }
+.panel-pane.pane-bundle-tile-pane .fieldable-panels-pane blockquote.pull-quote p, .panel-pane.pane-bundle-tile-pane .fieldable-panels-pane blockquote.pull-quote li,
+.panel-pane.pane-bundle-tile-pane-plus-text-area .fieldable-panels-pane blockquote.pull-quote p,
+.panel-pane.pane-bundle-tile-pane-plus-text-area .fieldable-panels-pane blockquote.pull-quote li {
+  font-size: 20px;
+  font-size: 2rem;
+}
 
 .panel-pane.pane-bundle-tile-pane .fieldable-panels-pane a {
   color: #b00;
diff --git a/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.styles.css b/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.styles.css
index 90b84a35..6b2af887 100644
--- a/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.styles.css
+++ b/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.styles.css
@@ -814,39 +814,6 @@ tr.error {
 	padding: 0.3em 0.6em;
 }
 */
-blockquote {
-  padding-left: 0.5em;
-  font-size: 26px;
-  font-size: 2.6rem;
-  line-height: 130%;
-  font-family: "capita", Georgia, serif;
-  font-style: italic;
-}
-blockquote::before {
-  font-size: 35px;
-  font-size: 3.5rem;
-  color: rgba(0, 0, 0, 0.6);
-  content: "\f10d";
-  font-family: FontAwesome;
-  font-style: normal;
-  margin-left: -1.5em;
-  margin-top: -0.25em;
-  float: left;
-}
-
-cite {
-  font-size: 16px;
-  font-size: 1.6rem;
-  font-family: "proximanova", Helvetica, Arial, sans-serif;
-  font-style: normal;
-  display: block;
-  padding-top: 0.6em;
-}
-cite::before {
-  content: "―";
-  margin-right: 3px;
-}
-
 html, body {
   font-family: "proximanova", Helvetica, Arial, sans-serif;
   color: #2d2d2d;
@@ -1094,6 +1061,54 @@ h6 a:hover, .zeta a:hover, .view-faq.view-faq.view-display-id-page div.view-disp
   text-align: center;
 }
 
+blockquote {
+  background: #f5f5f5 none repeat scroll 0 0;
+  border-left: 4px solid #ddd;
+  padding: 1.9em 2em;
+}
+blockquote p, blockquote li, blockquote ul, blockquote ol {
+  margin: 0.4em 0 0 0;
+}
+blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote div {
+  margin: 0 0 0.4em 0;
+}
+blockquote.pull-quote {
+  font-size: 26px;
+  font-size: 2.6rem;
+  background: transparent none;
+  border-left: 0 none;
+  font-family: "capita", Georgia, serif;
+  font-style: italic;
+  line-height: 130%;
+  padding: 0;
+  margin: 1.5em 1.5em 1.5em 2em;
+}
+blockquote.pull-quote :first-child {
+  margin-top: 0.3em;
+}
+blockquote.pull-quote::before {
+  font-size: 35px;
+  font-size: 3.5rem;
+  color: rgba(0, 0, 0, 0.6);
+  content: "\f10d";
+  font-family: FontAwesome;
+  font-style: normal;
+  margin-left: -1.5em;
+  float: left;
+}
+blockquote.pull-quote cite {
+  font-size: 16px;
+  font-size: 1.6rem;
+  font-family: "proximanova", Helvetica, Arial, sans-serif;
+  font-style: normal;
+  display: block;
+  padding-top: 0.6em;
+}
+blockquote.pull-quote cite::before {
+  content: "―";
+  margin-right: 3px;
+}
+
 table {
   margin-bottom: 20px;
   font-size: 14px;
@@ -1176,39 +1191,6 @@ table caption {
   background: #c7c7c7;
 }
 
-blockquote {
-  padding-left: 0.5em;
-  font-size: 26px;
-  font-size: 2.6rem;
-  line-height: 130%;
-  font-family: "capita", Georgia, serif;
-  font-style: italic;
-}
-blockquote::before {
-  font-size: 35px;
-  font-size: 3.5rem;
-  color: rgba(0, 0, 0, 0.6);
-  content: "\f10d";
-  font-family: FontAwesome;
-  font-style: normal;
-  margin-left: -1.5em;
-  margin-top: -0.25em;
-  float: left;
-}
-
-cite {
-  font-size: 16px;
-  font-size: 1.6rem;
-  font-family: "proximanova", Helvetica, Arial, sans-serif;
-  font-style: normal;
-  display: block;
-  padding-top: 0.6em;
-}
-cite::before {
-  content: "―";
-  margin-right: 3px;
-}
-
 html, body {
   font-family: "proximanova", Helvetica, Arial, sans-serif;
   color: #2d2d2d;
@@ -1456,6 +1438,54 @@ h6 a:hover, .zeta a:hover, .view-faq.view-faq.view-display-id-page div.view-disp
   text-align: center;
 }
 
+blockquote {
+  background: #f5f5f5 none repeat scroll 0 0;
+  border-left: 4px solid #ddd;
+  padding: 1.9em 2em;
+}
+blockquote p, blockquote li, blockquote ul, blockquote ol {
+  margin: 0.4em 0 0 0;
+}
+blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote div {
+  margin: 0 0 0.4em 0;
+}
+blockquote.pull-quote {
+  font-size: 26px;
+  font-size: 2.6rem;
+  background: transparent none;
+  border-left: 0 none;
+  font-family: "capita", Georgia, serif;
+  font-style: italic;
+  line-height: 130%;
+  padding: 0;
+  margin: 1.5em 1.5em 1.5em 2em;
+}
+blockquote.pull-quote :first-child {
+  margin-top: 0.3em;
+}
+blockquote.pull-quote::before {
+  font-size: 35px;
+  font-size: 3.5rem;
+  color: rgba(0, 0, 0, 0.6);
+  content: "\f10d";
+  font-family: FontAwesome;
+  font-style: normal;
+  margin-left: -1.5em;
+  float: left;
+}
+blockquote.pull-quote cite {
+  font-size: 16px;
+  font-size: 1.6rem;
+  font-family: "proximanova", Helvetica, Arial, sans-serif;
+  font-style: normal;
+  display: block;
+  padding-top: 0.6em;
+}
+blockquote.pull-quote cite::before {
+  content: "―";
+  margin-right: 3px;
+}
+
 body .ui-accordion {
   margin: 0.5em 0;
   position: relative;
@@ -1941,6 +1971,12 @@ p.search-result__snippet {
   display: block;
   width: 100%;
 }
+.panel-pane.pane-bundle-tile-pane .fieldable-panels-pane blockquote.pull-quote p, .panel-pane.pane-bundle-tile-pane .fieldable-panels-pane blockquote.pull-quote li,
+.panel-pane.pane-bundle-tile-pane-plus-text-area .fieldable-panels-pane blockquote.pull-quote p,
+.panel-pane.pane-bundle-tile-pane-plus-text-area .fieldable-panels-pane blockquote.pull-quote li {
+  font-size: 20px;
+  font-size: 2rem;
+}
 
 .panel-pane.pane-bundle-tile-pane .fieldable-panels-pane a {
   color: #b00;
diff --git a/profiles/wcm_base/themes/ocio_omega_base/sass/base/_typography.scss b/profiles/wcm_base/themes/ocio_omega_base/sass/base/_typography.scss
index 9bcc9113..dae7d214 100644
--- a/profiles/wcm_base/themes/ocio_omega_base/sass/base/_typography.scss
+++ b/profiles/wcm_base/themes/ocio_omega_base/sass/base/_typography.scss
@@ -5,38 +5,6 @@
   font-size: $sizeValue + rem;
 }
 
-blockquote {
-  padding-left: 0.5em;
-  @include font-size(2.6);
-  line-height: 130%;
-  font-family: $capita;
-  font-style: italic;
-
-  &::before {
-    @include font-size(3.5);
-    color: rgba(0, 0, 0, 0.6);
-    content: "\f10d";
-    font-family: FontAwesome;
-    font-style: normal;
-    margin-left: -1.5em;
-    margin-top: -0.25em;
-    float: left;
-  }
-}
-
-cite {
-  @include font-size(1.6);
-  font-family: $proxima;
-  font-style: normal;
-  display: block;
-  padding-top: 0.6em;
-
-  &::before {
-    content: "―";
-    margin-right: 3px;
-  }
-}
-
 // base typography
 html, body {
   font-family: $proxima;
@@ -215,3 +183,58 @@ strong a {
 .align-center {
   text-align: center;
 }
+
+
+blockquote {
+  background: #f5f5f5 none repeat scroll 0 0;
+  border-left: 4px solid #ddd;
+  padding: 1.9em 2em;
+
+  p, li, ul, ol {
+    margin: 0.4em 0 0 0;
+  }
+
+  h2, h3, h4, h5, div {
+    margin: 0 0 0.4em 0;
+  }
+
+
+  &.pull-quote {
+    @include font-size(2.6);
+    background: transparent none;
+    border-left: 0 none;
+    font-family: $capita;
+    font-style: italic;
+    line-height: 130%;
+    padding: 0;
+    margin: 1.5em 1.5em 1.5em 2em;
+
+    :first-child {
+      margin-top: 0.3em;
+    }
+
+
+    &::before {
+      @include font-size(3.5);
+      color: rgba(0, 0, 0, 0.6);
+      content: "\f10d";
+      font-family: FontAwesome;
+      font-style: normal;
+      margin-left: -1.5em;
+      float: left;
+    }
+
+    cite {
+      @include font-size(1.6);
+      font-family: $proxima;
+      font-style: normal;
+      display: block;
+      padding-top: 0.6em;
+
+      &::before {
+        content: "―";
+        margin-right: 3px;
+      }
+    }
+  }
+}
diff --git a/profiles/wcm_base/themes/ocio_omega_base/sass/components/_tiles.scss b/profiles/wcm_base/themes/ocio_omega_base/sass/components/_tiles.scss
index 25ea5b26..1300e1d2 100644
--- a/profiles/wcm_base/themes/ocio_omega_base/sass/components/_tiles.scss
+++ b/profiles/wcm_base/themes/ocio_omega_base/sass/components/_tiles.scss
@@ -24,6 +24,12 @@
       display: block;
       width: 100%;
     }
+
+    blockquote.pull-quote {
+      p, li {
+        @include font-size(2);
+      }
+    }
   }
 }
 
diff --git a/profiles/wcm_base/wcm_base.info b/profiles/wcm_base/wcm_base.info
index db5656db..f65c61da 100644
--- a/profiles/wcm_base/wcm_base.info
+++ b/profiles/wcm_base/wcm_base.info
@@ -57,6 +57,7 @@ dependencies[] = flexslider
 dependencies[] = flexslider_views
 dependencies[] = mailsystem
 dependencies[] = mimemail
+dependencies[] = clone
 dependencies[] = override_node_options
 dependencies[] = panels_accordion
 dependencies[] = private
diff --git a/profiles/wcm_base/wcm_base.make b/profiles/wcm_base/wcm_base.make
index 8fbcebff..6f927490 100644
--- a/profiles/wcm_base/wcm_base.make
+++ b/profiles/wcm_base/wcm_base.make
@@ -11,10 +11,6 @@ projects[better_exposed_filters][patch][2560321] = http://drupal.org/files/issue
 projects[calendar][version] = 3.5
 projects[calendar][subdir] = contrib
 
-projects[chosen][version] = 2.0-beta4
-projects[chosen][subdir] = contrib
-projects[chosen][patch][2117827] = http://drupal.org/files/issues/chosen-remove_none_option-2117827-7.patch
-
 projects[conditional_fields][version] = 3.0-alpha2
 projects[conditional_fields][subdir] = contrib
 
@@ -89,6 +85,9 @@ projects[media_youtube][patch][2498493] = http://drupal.org/files/issues/media_y
 projects[navbar][version] = 1.5
 projects[navbar][subdir] = contrib
 
+projects[node_clone][version] = 1.0
+projects[node_clone][subdir] = contrib
+
 projects[override_node_options][version] = 1.13
 projects[override_node_options][subdir] = contrib
 
@@ -401,10 +400,6 @@ libraries[ocio_modernizr][download][type] = "git"
 libraries[ocio_modernizr][download][url] = "git@code.osu.edu:ocio_odee_web/ocio_modernizr.git"
 libraries[ocio_modernizr][download][branch] = 7.x-1.x
 
-libraries[chosen][directory_name] = chosen
-libraries[chosen][download][type] = "get"
-libraries[chosen][download][url] = https://github.com/harvesthq/chosen/releases/download/1.4.2/chosen_v1.4.2.zip
-libraries[chosen][destination] = libraries
 
 
 ; **********************************************
@@ -418,32 +413,32 @@ libraries[chosen][destination] = libraries
 
 ; The Panopoly Foundation
 
-projects[panopoly_core][version] = 1.30
+projects[panopoly_core][version] = 1.31
 projects[panopoly_core][subdir] = panopoly
 
-projects[panopoly_theme][version] = 1.30
+projects[panopoly_theme][version] = 1.31
 projects[panopoly_theme][subdir] = panopoly
 
-projects[panopoly_magic][version] = 1.30
+projects[panopoly_magic][version] = 1.31
 projects[panopoly_magic][subdir] = panopoly
 
-projects[panopoly_widgets][version] = 1.30
+projects[panopoly_widgets][version] = 1.31
 projects[panopoly_widgets][subdir] = panopoly
 
-projects[panopoly_admin][version] = 1.30
+projects[panopoly_admin][version] = 1.31
 projects[panopoly_admin][subdir] = panopoly
 
 
 ; The Panopoly Toolset
 
-projects[panopoly_pages][version] = 1.30
+projects[panopoly_pages][version] = 1.31
 projects[panopoly_pages][subdir] = panopoly
 
-projects[panopoly_search][version] = 1.30
+projects[panopoly_search][version] = 1.31
 projects[panopoly_search][subdir] = panopoly
 
 
 ; For running the automated tests.
 
-projects[panopoly_test][version] = 1.30
+projects[panopoly_test][version] = 1.31
 projects[panopoly_test][subdir] = panopoly
-- 
GitLab