diff --git a/.gitignore b/.gitignore index dae5f174f..d4e85bad4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,358 +1,24 @@ -**/appsettings.Development.json - -# Azure Functions localsettings file -local.settings.json - - -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. -## -## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore - -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Mono auto generated files -mono_crash.* - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Ll]og/ -[Ll]ogs/ - -# Visual Studio 2015/2017 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*_wpftmp.csproj -*.log -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# NuGet Packages -*.nupkg -# NuGet Symbol Packages -*.snupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ - -# Others -ClientBin/ -~$* +# ------ +# Common +# ------ *~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# CodeRush personal settings -.cr/personal - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -# Local History for Visual Studio -.localhistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - -# Ionide (cross platform F# VS Code tools) working folder -.ionide/ -**/appsettings.Development.json -**/local.settings.json +.DS_Store +.svn +.cvs +*.bak +*.swp +Thumbs.db + +# ----------------------- +# Local Development Tools +# ----------------------- +/node_modules +/npm-debug.log + +# --------------- +# Compiled assets +# --------------- +.sass-cache +.eslintrc +.jekyll-cache/ +designs/favicon.psd diff --git a/.htaccess b/.htaccess new file mode 100644 index 000000000..8af8cc95c --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +ErrorDocument 404 /404/index.html diff --git a/404.md b/404.md new file mode 100644 index 000000000..218a804d7 --- /dev/null +++ b/404.md @@ -0,0 +1,10 @@ +--- +# Page settings +layout: error-404 +title: 404 - Page not found + +# Content settings +page_content: + title: 404 / Page not found + message: The link you clicked may be broken
or the page may have been removed. +--- diff --git a/README.md b/README.md index acae804e9..3d49c6b54 100644 --- a/README.md +++ b/README.md @@ -6,39 +6,17 @@ This content helps you bring your solution to the Microsoft marketplace faster a **[Let us know what you need](https://forms.office.com/r/0gCrzhSMkw)** in this content library. -Choose a topic based on the offer type you are working on. - - -1. [Virtual Machine Offers](#mastering-virtual-machine-offers) -1. [SaaS Offers](#mastering-saas-offers) -1. [The SaaS Accelerator](#mastering-the-saas-accelerator) -1. [Azure Managed Application Offers](#mastering-azure-managed-application-offers) - -To see the GitHub repo version of this site, [go here](https://github.com/microsoft/Mastering-the-Marketplace). You will need to clone this repo to do any labs. To see the website version of this repo, [go here](https://microsoft.github.io/Mastering-the-Marketplace/). - -## Mastering Virtual Machine Offers - -Virtual machine offers are a popular way to publish a transactable offer in the Azure Marketplace. This video series walks through the technical implementation of creating a virtual machine offer from beginning to end. - -[Take me to it!](./vm/README.md) - -## Mastering SaaS Offers - -This online learning series includes videos, sample code, and hands-on labs meant to speed your time to publishing your custom SaaS offer on the Microsoft marketplace. If you are building a SaaS offer for the marketplace this learning series is for you. - -[Take me to it!](./saas/README.md) - -## Mastering the SaaS Accelerator - -This series of video modules and hands-on labs is designed to help you understand, install, use, and customize the [SaaS Accelerator](https://aka.ms/SaaSAccelerator) project. The SaaS Accelerator provides a fully functional community-led SaaS reference implementation for those interested in publishing transactable SaaS offers in Microsoft's marketplace in hours instead of days. - -[Take me to it!](./saas-accelerator/README.md) +--- -## Mastering Azure Managed Application Offers +[Go here](https://microsoft.github.io/Mastering-the-Marketplace/) for the Mastering the Marketplace website, or choose a topic based on the offer type you are working on. -This course is designed to help you decrease your onboarding when building an Azure Managed Application offer. The content is comprised of recordings of a virtual workshop and are divided into small digestible modules for easy consumption. + +1. [Virtual Machine Offers](https://microsoft.github.io/Mastering-the-Marketplace/vm) +1. [SaaS Offers](https://microsoft.github.io/Mastering-the-Marketplace/saas) +1. [The SaaS Accelerator](https://microsoft.github.io/Mastering-the-Marketplace/saas-accelerator) +1. [Azure Managed Application Offers](https://microsoft.github.io/Mastering-the-Marketplace/ama) -[Take me to it!](./ama/README.md) +You will need to clone this repository to do the hands-on labs including in the courses. --- diff --git a/_config.yml b/_config.yml index 3a5fdd7f3..1e91c46af 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,27 @@ -remote_theme: pages-themes/cayman@v0.2.0 -google_analytics: G-QFBKKPKXNV +# Theme settings +doks: + baseurl: /Mastering-the-Marketplace + color_theme: msft # Available themes: blue (default), green, purple, red and yellow + header: + logo: + text: Mastering the Marketplace Learning Library + image: + footer: + content: + logo: + text: Mastering the Marketplace + image: + copyright: Copyright © 2022. - Microsoft, Inc.
All rights reserved. + google_analytics: + tracking_code: G-QFBKKPKXNV + +# SASS settings +sass: + sass_dir: ./doks-theme/_sass + style: :compressed + +# Jekyll settings +layouts_dir: ./doks-theme/_layouts +includes_dir: ./doks-theme/_includes +exclude: [ 'README.md', 'CHANGELOG.md' ] +permalink: /:title/ \ No newline at end of file diff --git a/_site/.htaccess b/_site/.htaccess new file mode 100644 index 000000000..8af8cc95c --- /dev/null +++ b/_site/.htaccess @@ -0,0 +1 @@ +ErrorDocument 404 /404/index.html diff --git a/_site/404/index.html b/_site/404/index.html new file mode 100644 index 000000000..dfe676fbb --- /dev/null +++ b/_site/404/index.html @@ -0,0 +1,29 @@ + + + + + + +404 - Page not found + + + + + + + + +
+
+

404 / Page not found

+ +

The link you clicked may be broken
or the page may have been removed.

+ + + + Go back home + +
+
+ + diff --git a/_site/CODE_OF_CONDUCT.md b/_site/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..f9ba8cf65 --- /dev/null +++ b/_site/CODE_OF_CONDUCT.md @@ -0,0 +1,9 @@ +# Microsoft Open Source Code of Conduct + +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). + +Resources: + +- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) +- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) +- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns diff --git a/_site/LICENSE b/_site/LICENSE new file mode 100644 index 000000000..9e841e7a2 --- /dev/null +++ b/_site/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/_site/ama/index.html b/_site/ama/index.html new file mode 100644 index 000000000..8ad31999e --- /dev/null +++ b/_site/ama/index.html @@ -0,0 +1,258 @@ + + + + + + +Mastering Azure Managed Application Offers + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +

Mastering Azure Managed Application Offers

+ + +

This course is designed to help you decrease your onboarding when building an Azure Managed Application offer. The content is comprised of recordings of a virtual workshop and are divided into small digestible modules for easy consumption. Also included are several hands-on labs.

+ + +
+
+
+ +
+
+
+
+
+
+
+
+

Let us know what you need in this content library.

+ +

The Self-Guided Hands-on Workshop

+ +

This online course is taken from a live virtual training, complete with hands-on labs. The slides for this lab, which are used in the following modules, are here.

+ + +
    +
  1. Course Introduction
  2. +
  3. Managed Applications Overview
  4. +
  5. Azure Managed Applications Overview
  6. +
  7. Partner Center with Azure Managed Applications Overview
  8. +
  9. Configuring Partner Center for Azure Managed Applications - Demo
  10. +
  11. Azure Managed Application Deployment Package Overview
  12. +
  13. Working with a Azure Managed Application Deployment Package - Demo
  14. +
  15. Integrating Virtual Machine Offers into Azure Managed Applications
  16. +
  17. Purchasing an Azure Managed Application – Demo
  18. +
  19. Managing My Purchased Azure Managed Applications – Demo
  20. +
  21. Managing My Customer’s Azure Managed Applications Overview
  22. +
  23. Managing My Customer’s Azure Managed Applications – Demo
  24. +
  25. Metered Billing for Azure Managed Applications Overview
  26. +
  27. Metered Billing for Azure Managed Applications – Demo
  28. +
  29. Advanced Deployment Scenarios for Azure Managed Applications
  30. +
+ +

Hands-on labs

+ +

These hand on labs build on top of one another, so progress through them in order to get a fully functional Azure Managed Application published and working for a test environment.

+ +

Prerequisites

+ +
    +
  1. Azure subscription that can create resources
  2. +
  3. A Partner Center Account
  4. +
  5. VS Code or other text editor
  6. +
+ +

Getting started

+ +

Clone this repository to your local machine. You will need some artifacts from the lab folders to complete the labs.

+ +

Hands-on labs

+ +
    +
  1. Lab 1 - Publishing an Azure Managed Application Offer in Partner Center
  2. +
  3. Lab 2 - The Managed Application Deployment Package
  4. +
  5. Lab 3 - Purchasing an Azure Managed Application
  6. +
  7. Lab 4 - Administering Your Purchased Managed Applications
  8. +
  9. Lab 5 - Administering Your Customer’s Managed Applications
  10. +
+ +

Community content

+ +
    +
  1. Using Partner Center Ingestion API for managing “Azure Application” offers in Azure Marketplace
  2. +
  3. Refreshing Azure Managed Application permissions and using Managed App’s Identity
  4. +
+ +
+ +

Module details

+ +

Course Introduction

+ +

Video

+ +

This module sets the stage for all the others that follow by providing a quick introduction to the course. See what the course will offer in various modules.

+ +

Managed Applications Overview

+ +

Video

+ +

Solution Template offers and Azure Managed Application offers are very similar, but there is an important difference. Learn about the two types of managed applications in this module detailing the differences.

+ +

Azure Managed Applications Overview

+ +

Video

+ +

Azure Managed Applications are the transactable Managed App offer type. Get a walkthrough of Azure Managed Applications including their general architecture and usage.

+ +

Partner Center with Azure Managed Applications Overview

+ +

Video

+ +

Partner Center is the portal publishers use to create, configure, publish, and monitor their offers in the Microsoft Marketplace. This overview takes you through Partner Center for Azure Managed Applications.

+ +

Configuring Partner Center for Azure Managed Applications - Demo

+ +

Video

+ +

Understanding Partner Center, the publisher’s portal, is key to creating great offers. This demo walks through setting up a Partner Center offer for an Azure Managed Application.

+ +

Azure Managed Application Deployment Package Overview

+ +

Video

+ +

The deployment package for Azure Managed Applications is the definition of the application itself. Learn about its components and their role in this quick overview.

+ +

Working with a Azure Managed Application Deployment Package - Demo

+ +

Video

+ +

This demo walks through working with Azure Managed Application deployment packages. Learn about the usage and components of the ARM template, mainTemplate.json, and how to work with createUiDefinition.json to create great install experiences.

+ +

Integrating Virtual Machine Offers into Azure Managed Applications

+ +

Video

+ +

Deploying a custom virtual machine is a common need when working with Managed Apps. Get an overview of how to integrate a custom Virtual Machine offer into an Azure Managed Application deployment package.

+ +

Purchasing an Azure Managed Application – Demo

+ +

Video

+ +

See the purchasing process of an Azure Managed Application from the customer’s point of view. This module is often helpful for customers looking to familiarize themselves with the purchase process.

+ +

Managing My Purchased Azure Managed Applications – Demo

+ +

Video

+ +

Once a customer has purchased one or more Azure Managed Apps, they may need to manage those subscriptions. See the tools and techniques customers have through the Azure portal for managing their Azure Managed Application subscriptions.

+ +

Managing My Customer’s Azure Managed Applications Overview

+ +

Video

+ +

Managing Azure Managed Application customer deployments is the responsibility of the publisher. See the tools techniques publishers use to do this easily and effectively through the Azure portal as well as getting a walkthrough of how to use them.

+ +

Managing My Customer’s Azure Managed Applications – Demo

+ +

Video

+ +

Once deployed, Azure Managed Applications are managed and maintained by the publisher. This module shows the Azure portal-based tools and practices publishers use to manage their customer’s environments.

+ +

Metered Billing for Azure Managed Applications Overview

+ +

Video

+ +

Billing for usage-based consumption is a requirement for many Azure Managed Applications. Get a walkthrough of metered billing and an architectural overview of how it works.

+ +

Metered Billing for Azure Managed Applications – Demo

+ +

Video

+ +

See metered billing in action at the REST API level. This module shows metered billing API interaction through Postman.

+ +

Advanced Deployment Scenarios for Azure Managed Applications

+ +

Video

+ +

This brief module covers a few advanced scenarios for Azure Managed Application deployments including containers and IoT integration.

+ +
+
+
+
+ +
+
+
+
+
+ + + + diff --git a/_site/ama/labs/README.md b/_site/ama/labs/README.md new file mode 100644 index 000000000..721638e74 --- /dev/null +++ b/_site/ama/labs/README.md @@ -0,0 +1,35 @@ +# Mastering Azure Managed Applications Workshop - Labs + +## Part of the Mastering the Marketplace learning library + +The [Mastering the Marketplace](https://aka.ms/masteringthemarketplace) learning library contains videos, hands-on labs, and sample code to help Microsoft marketplace solution publishers get their solutions on-boarded to the marketplace. The content is primarily technical and targets technologists building Azure Managed Applications for the Azure Marketplace. + + + +## Hands-on Labs + + + +## Additional resources + +- [Marketplace Samples and Resources](aka.ms/MarketplaceSamples +) + - Client libraries + - Sample projects and repositories + - Pointers to educational resources +- [Mastering the Marketplace Learning Library](aka.ms/MasteringTheMarketplace +) +- [Marketplace Webinars](aka.ms/MarketplaceOfficeHours +) + - Business and technical + - Live sessions and recordings +- [Marketplace on Microsoft Learn](aka.ms/LearnMarketplace +) +- [SaaS Accelerator](aka.ms/SaaSAccelerator +) +- [Azure for Executives Podcast](https://aka.ms/AzureForExecs +) + + + + diff --git a/_site/ama/labs/lab-1-partner-center/README.md b/_site/ama/labs/lab-1-partner-center/README.md new file mode 100644 index 000000000..33d3722a9 --- /dev/null +++ b/_site/ama/labs/lab-1-partner-center/README.md @@ -0,0 +1,242 @@ +# Lab 1 - Publishing an Azure Managed Application Offer in Partner Center + +In this lab you will configure and publish an Azure Application offer in the Azure Marketplace. To do this, you must have an account in Partner Center, the portal for marketplace publishers. You must also have an Azure account where you can create resources. + +## Exercise 1 - Create the offer + +In this exercise you will create an Azure application offer. + +1. Log in to [Partner Center](https://partner.microsoft.com/en-us/dashboard/home). +1. Go to the **Marketplace offers** page. +1. Select the **New offer** dropdown and choose **Azure application** for the type of offer you will create. +1. You will be prompted for an **Offer ID** and **Offer alias**. Use the following values. + 1. **Offer ID:** ama-workshop-01 + 1. **Offer alias:** AMA Workshop 1 + 1. Click the **Create** button. Your new offer is created and you are redirected to the **Offer setup** page. + +You now have an offer to work with. Proceed to the next exercise. + +## Exercise 2 - Offer setup + +In this exercise you will set up a leads management section and connect it to a CRM. + +Navigate the to **Offer setup** page via the left hand navigation. + +### CRM leads - Part 1 + +In this section you will fill our the **Offer setup** portion of your offer. You will connect your offer to a CRM so you collect leads of people using your solution, or interested in it. + +1. Navigate to the **Offer setup** page via the left hand navigation. +1. Scroll down to the **Customer leads** section. +1. Click the **Connect** link. +1. Click the **Lead destination dropdown** and note you may integrate your lead collection with several types of CRMs. In this exercise you will connect to an **Azure table**, so select that option from the dropdown. +1. Put in your email address. + +You must create the Azure table storage account in the Azure portal to connect to for lead management. + +### Create the Data storage account in the Azure Portal + +In this section you will create an Azure **Data Storage account** using the Azure portal. + +1. Log in to the [Azure portal](https://portal.azure.com/). +1. Click **+ Create a resource** in the left-most side menu. The **Create a resource** page appears. +1. In the search box, type **Storage account**. +1. Select **Storage account** from the resulting dropdown. +1. On the **Storage account** page, click the **Create** button. You should now be on the **Create a storage account** page. +1. Under the **Project details** section, select **Create new** for your resource group. +1. Create a new Resource group named **ama-workshop-leads**. +1. For storage account name, type in a string that will be unique across azure. Try something like **amaworshopleads002**, where **002** is a random number between 001 and 999. +1. For the **Region** select a region near you. +2. Under **Redundancy**, select **Locally-redundant storage (LRS)**. This is the least expensive storage account type. +3. Select the **Review and create** at the bottom of the page.You are taken to the final review page and a message should appear at the top of the page, **Validation passed**. +4. Select the **Create** button. + + +### CRM leads - Part 2 + +In this section you will finish configuring leads management by connecting it to the new Data Storage account you just created. + +1. In the Azure portal, navigate to the Data Storage account you just created. +1. In the left hand menu under **Security + networking** select **Access keys**. +1. Near the top of the Access keys screen, click the **Show keys** link. This makes the hidden keys visible. +1. Under **key 1** copy the **Connection string** into your clipboard. +1. Return to the **Partner Center** browser tab and paste the connection string in the **Storage account connection string** text box. +1. Click the Validate link. You should see a positive confirmation that the connection string worked. +1. Click the **Connect** button. +1. Click the **Save draft** button at the bottom of the page. + +You have completed the **Offer setup** screen. Proceed to the next exercise. + +## Exercise 3 - Properties + +In this exercise you will fill out the **Properties** section of your offer. + +1. Navigate the to **Properties** page via the left hand navigation. + +### Categories + +You must select a category for your Managed App. You want your app to show up in the Azure Marketplace, so you will select a category that will ensure it will appear there. + +1. Click the **Categories** link. +1. Under the **Primary category** dropdown, select **Developer tools**. +1. Under the **Subcategory** dropdown, select **Developer Service**. + +You have selected a category for your application. Note you could select one more, but that's not needed for this lab. + +### Legal + +1. In the **Legal** section select the checkbox next to "Use the Standard Contract for Microsoft’s commercial marketplace?". +1. A dialog box appears. Click the **Accept** button. +1. Click the **Save draft** button at the bottom of the page. + +You have completed the **Properties** screen. Proceed to the next exercise. + +## Exercise 4 - Offer listing + +In this exercise, you fill out the **Offer listing** page. + +1. In the left-hand menu, select **Offer listing**. You are taken to the **Offer listing** page. +2. In the **Search results summary** textbox, enter "**AMA Workshop 1 search results summary**". +3. In the Short description text area, enter "**AMA Workshop 1 short description**". +4. In the **Description** text area, enter "**AMA Workshop 1 description**". +5. In the **Search keywords** section, you may enter up to 3 keywords. +6. For the **Privacy policy link** textbox, you may use Microsoft's privacy policy for this workshop. Enter "https://privacy.microsoft.com/en-us/privacystatement". This is for lab purposes. Do not use Microsoft's privacy policy on real offers. +7. Scroll down to the **Support contact** section and enter the required information. For the field **Support website for Azure Global customers**, enter the link "https://partner.microsoft.com/en-US/support/v2/". Again, this is for lab purposes only, not to be used in a live offer. This would be a link to a page on your own site. +8. Scroll down to the **Engineering contact information** section. +9. Enter the required information. +10. Scroll down to the **Marketplace media > Logos** section. + +Here you will need to upload two logos that must be of the exact right size. Examples are provided for you in the [./lab-1-partner-center/assets](./assets) folder. You can click to navigate to the images or you can drag and drop them. + +1. Upload the two images. +1. For the screenshot, click the **Add image caption** link. Enter whatever you like for a caption. +1. Click the **OK** button. +1. Click the **Save draft** button at the bottom of the page. + +You have completed the **Offer listing** screen. Proceed to the next exercise. + +## Exercise 5 - Preview audience + +In this exercise, you will add your subscription id to the list of subscriptions that may access this offer before it is live. This is to provide access to your test team and anyone else who would like to preview the offer before it goes live. In this case, you will enter the subscription ID you are using in this workshop. + +1. In the Azure portal, find your subscription ID. If you aren't sure how to do this take the following steps. + 1. In the Azure portal, in the search box at the top of the screen, enter the word, "Subscriptions." + 1. Select the **Subscriptions** icon in the dropdown. + 1. On the **Subscriptions** page, click the link to the subscription you are using. + 1. On the **Subscription** page, copy the **Subscription ID** into your clipboard. +1. In the Partner Center portal, **Preview audience** page, enter your subscription ID. +1. Provide a brief description for this subscription. + +You have completed the **Preview audience** screen. Proceed to the next exercise. + +## Exercise 6 - Resell through CSPs + +In this exercise, you will indicate that your solution will not be re-sold by Cloud Solution Providers. + +1. From the list of radio buttons, select **No partners in the CSP program**. +1. Click the **Save draft** button at the bottom of the page. + +You have completed the **Resell through CSPs** screen. Proceed to the next exercise. + +## Exercise 6 - Adding plans + +Every offer must include at least one plan. In this exercise, you will add two plans to your offer. + +### Creating a plan + +1. In the left-hand menu, select **Plan overview**. +1. At the top of the page, click **Create new plan.** +1. Enter a **Plan ID** of "silver-plan". +1. For **Plan name** enter "Silver". +1. Click the **Create** button. + +### Plan setup + +1. On the **Plan setup** page, under the **Plan type** section, select the dropdown item, **Managed application**. +1. Click the **Save Draft** button at the bottom of the screen. + +### Plan listing + +1. Click the **Plan listing** menu item on the left. +1. For **Plan summary**, enter "Silver plan summary". +1. For the **Plan description**, enter "Silver plan description". +1. Click the **Save Draft** button at the bottom of the screen. + +### Pricing and availability + +1. Click the **Pricing and availability** menu item on the left. +1. In the **Markets** section, click the **Edit markets** link. you must select at least one market in which your plan will be available for purchase. Most users will select "United States." +1. Select a market. +1. Click the **Save** button. + +In the **Pricing** section you will enter prices of $0 because you don't want this workshop to cost you money when you buy your offer later. + +1. For **Price**, enter 0. + +In this section, we are going to have you do something that will be explained later in the day. It needs to be done upon plan creation, so you will do it now. + +1. Under the **Marketplace Metering Service dimensions** section, click **Add a Custom Meter Dimension**. + 1. The **Enabled** checkbox is selected. + 1. For **ID**, enter "scan-1-page". + 1. For **Display name**, enter "Scan a page". + 1. For **Unit of measure**, enter "Scanned page". + 1. For **Price Per** unit, enter 0.0 + 1. For **Monthly included in price**, enter 1000. +1. Click **Add another Dimension**. + 1. The **Enabled** checkbox is selected. + 1. For **ID**, enter "write-to-emr". + 1. For **Display name**, enter "EMR Write". + 1. For **Unit of measure**, enter "EMR Write". + 1. For **Price Per** unit, enter 0.0 + 1. For **Monthly included in price**, enter 500. + +Your dimensions should look like this. + +| Enabled | ID | Display Name | Unit of Measure | Price per unit in USD | Monthly quantity included in base | +| --- | --- | --- | --- | --- | --- | +| Checked | scan-1-page | Scan a page | Scanned page | 0.0 | 1000 | +| Checked | write-to-emr | EMR Write | EMR Write | 0.0 | 500 | + + +Click the **Save Draft** button at the bottom of the screen. + +### Technical configuration + +In this section, you specify details about your plan needed to create the application at deployment time. + +1. Under **Package details**, enter "0.0.1" for version. +1. For **Package file (.zip)** you will upload a ZIP file containing the deployment package needed. You may drag an drop or click to brose to the ZIP file. + 1. There is a file in the `lab-1-partner-center\assets` assets folder named `silver-plan-deployment-package.zip`. Upload it. +1. Navigate to the **Public Azure** section near the bottom of the screen. + 1. For the **Azure Active Directory tenant ID** section, enter your Tenant ID from the Azure portal. If you aren't sure how to find your Tenant ID, [click here](#finding-your-tenant-id) and then come back to this section when you are done. + 2. For the **Authorizations** section, under **Principal ID**, enter the ID of your own account from the Azure portal. If you aren't sure how to find your account ID, [click here](#finding-your-user-account-id) and come back to this section when you are done. + 3. For **Role definition**, select **Owner**. +2. Click the **Save draft** button at the bottom of the screen. + +## Check your offer + +1. At the bottom of the screen, click the **Review and publish** button. +2. All circles to the right should be green with a check box in them. If any are grey, fix that section and come back to **Review and publish changes**. + +> **DO NOT** publish your offer yet. + +## Conclusion + +Congratulations, you have completed Lab 1, the longest lab in the workshop. Other labs will build upon what you have done here in this lab. In this lab you did the following. + +## Appendix + +### Finding your Tenant ID + +1. Open the **Azure portal**. +1. In the search box at the top of the page, type **Tenant**. +1. Select **Tenant properties** from the drop down menu. +1. Find the **Tenant ID** field and copy it to your clipboard. + +### Finding your user account ID + +1. Open the **Azure portal**. +1. In the search box at the top of the page, type **Users**. +1. Select **Users** from the dropdown menu. +1. Search for your user account and click on it. +1. Find the **Object ID** and copy it to your clipboard. \ No newline at end of file diff --git a/_site/ama/labs/lab-1-partner-center/assets/OfferListing-Logos-216x216.png b/_site/ama/labs/lab-1-partner-center/assets/OfferListing-Logos-216x216.png new file mode 100644 index 000000000..b61cd2a22 Binary files /dev/null and b/_site/ama/labs/lab-1-partner-center/assets/OfferListing-Logos-216x216.png differ diff --git a/_site/ama/labs/lab-1-partner-center/assets/OfferListing-Screenshots-1280x720.png b/_site/ama/labs/lab-1-partner-center/assets/OfferListing-Screenshots-1280x720.png new file mode 100644 index 000000000..3303b9daa Binary files /dev/null and b/_site/ama/labs/lab-1-partner-center/assets/OfferListing-Screenshots-1280x720.png differ diff --git a/_site/ama/labs/lab-1-partner-center/assets/silver-plan-deployment-package.zip b/_site/ama/labs/lab-1-partner-center/assets/silver-plan-deployment-package.zip new file mode 100644 index 000000000..e1bc2ed07 Binary files /dev/null and b/_site/ama/labs/lab-1-partner-center/assets/silver-plan-deployment-package.zip differ diff --git a/_site/ama/labs/lab-2-deployment-package/README.md b/_site/ama/labs/lab-2-deployment-package/README.md new file mode 100644 index 000000000..2f968946a --- /dev/null +++ b/_site/ama/labs/lab-2-deployment-package/README.md @@ -0,0 +1,602 @@ +# Lab 2 - The Managed Application Deployment Package + +In this lab, you will edit the artifacts that go into a an Azure Managed Application deployment package. You will run your artifacts through a validation process and package them for use in deployment. Finally, you will create a new plan for your existing offer from [Lab 1](../lab-1-partner-center/README.md) and publish your offer. + +## Exercise 1 - ARM TTK + +This exercise introduces **Azure Resource Manager Template Toolkit** (ARM TTK), a tool that runs in PowerShell and validates the artifacts in your deployment package. The ARM TTK tool runs tests that ensure valid `mainTemplate.json` and `createUiDefinition ` files. + +You will clone the ARM TTK repository and bring the code to your local machine where it can be executed using PowerShell. + +If you are not on Windows, you may download PowerShell for your platform. + +- [Linux](https://github.com/Azure/arm-ttk/blob/master/arm-ttk/README.md#running-tests-on-linux) +- [macOS](https://github.com/Azure/arm-ttk/blob/master/arm-ttk/README.md#running-tests-on-macos) + +1. Clone the [ARM TTK repository](https://github.com/Azure/arm-ttk) from GitHub. +2. Set up ARM TTK to run on your machine by executing the following commands in a PowerShell terminal. + +> ```powershell +> cd "\arm-ttk\arm-ttk" +> +> Import-Module .\arm-ttk.psd1 +> ``` + +3. From the same directory you may execute the **ARM TTK** tool as shown below. Note the path is looking at the `end` folder, which contains the solution to this lab. + +```powershell +$AMAPackage = "\ama-workshop\lab-2-deployment-package\assets\end\" + +Test-AzTemplate -TemplatePath $AMAPackage +``` + +4. See that test pass. The output from ARM TTK should look something like this. + +``` +Validating end\createUiDefinition.json + AllFiles + [+] JSONFiles Should Be Valid (61 ms) + CreateUIDefinition + [+] Allowed Values Should Actually Be Allowed (190 ms) + + ... + +Validating end\mainTemplate.json + deploymentTemplate + [+] adminUsername Should Not Be A Literal (90 ms) + [+] apiVersions Should Be Recent In Reference Functions (171 ms) + + ... +``` + +> You will use the **ARM TTK** tool to check the status of your own package files several times during this lab. Because of this, do not close the terminal window between steps. + +5. Set up ARM TTK to point at the `begin` directory for validation as shown below. + + ```powershell + $AMAPackage = "\ama-workshop\lab-2-deployment-package\assets\begin\" +``` + +6. Run the tests as shown below. They should all pass although the `mainTemplate.json` file in the `begin` directory is basically a skeleton you will build on. + + ```powershell + Test-AzTemplate -TemplatePath $AMAPackage +``` + +## Exercise 2 - `mainTemplate.json` + +Here you will build out a ARM template that deploys a virtual machine along with some other Azure services. + +The basic outline of a `mainTemplate.json` ARM template looks like this. + +```json +{ + "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", + "parameters": {}, + "variables": {}, + "resources": [], + "outputs": {} +} +``` + +There are several parameters the ARM template expects. You will fill them in and take note of the different types of parameters. + +1. Open the [mainTemplate.json](assets/begin/mainTemplate.json) file in a text editor like VS Code. +2. Add the following JSON inside the **parameters** section of the ARM template. + +```json +"adminUsername": { + "type": "string", + "metadata": { + "description": "Username for the Virtual Machine." + } +}, +"adminPassword": { + "type": "securestring", + "metadata": { + "description": "Password for the Virtual Machine." + } +}, +"storageAccountName": { + "type": "string" +}, +"storageAccountType": { + "type": "string" +}, +"windowsOSVersion": { + "type": "string", + "defaultValue": "2019-datacenter-gensecond", + "allowedValues": [ + "2019-datacenter-gensecond", + "2016-datacenter-gensecond" + ], + "metadata": { + "description": "The Windows version for the VM. This will pick a fully patched image of this given Windows version." + } +}, +"vmSize": { + "type": "string", + "defaultValue": "Standard_D2s_V3", + "metadata": { + "description": "Size of the virtual machine." + } +}, +"vmName": { + "type": "string", + "defaultValue": "amaSimpleVM", + "metadata": { + "description": "Name of the virtual machine." + } +}, +"location": { + "type": "string", + "defaultValue": "[resourceGroup().location]", + "metadata": { + "description": "Location for all resources." + } +} +``` + +> Take a moment to review the `type` attribute of each parameter. See that you can pass in multiple data types. + +3. Run ARM TTK. The following test fails. + + ```cmd + Parameters Must Be Referenced + ``` + +4. Make the variables section look like the following JSON. + +```json +"variables": { + "itemPrefix": "[concat('ama', uniqueString(resourceGroup().id))]", + "addressPrefix": "10.0.0.0/16", + "domainNameLabel": "[concat(variables('itemPrefix'), '-dnl')]", + "networkSecurityGroupName": "[concat(variables('itemPrefix'), '-nsg')]", + "nicName": "[concat(variables('itemPrefix'), '-nic')]", + "publicIPAddressName": "[concat(variables('itemPrefix'), '-ip')]", + "storageAccountName": "[concat(parameters('storageAccountName'), uniqueString('storage'))]", + "subnetName": "Subnet", + "subnetPrefix": "10.0.0.0/24", + "subnetRef": "[resourceId('Microsoft.Network/virtualNetworks/subnets', variables('virtualNetworkName'), variables('subnetName'))]", + "virtualNetworkName": "[concat(variables('itemPrefix'), '-vnet')]" +} +``` + +5. Run ARM TTK. + + > Now there are **parameters** and **variables** that are not being referenced. This means they are not being referenced in the `resources` section which defines the actual resources to be created by the ARM template. + > + > Note the `itemPrefix` parameter is not reported as an unreferenced parameter since it being used by several other variables. + +6. Add the following resource definitions to the `resources[]` section. + +```json +{ + "type": "Microsoft.Storage/storageAccounts", + "apiVersion": "2018-02-01", + "name": "[variables('storageAccountName')]", + "location": "[parameters('location')]", + "sku": { + "name": "[parameters('storageAccountType')]" + }, + "kind": "Storage", + "properties": {} +}, +{ + "type": "Microsoft.Network/publicIPAddresses", + "apiVersion": "2020-06-01", + "name": "[variables('publicIPAddressName')]", + "location": "[parameters('location')]", + "properties": { + "publicIPAllocationMethod": "Dynamic", + "dnsSettings": { + "domainNameLabel": "[variables('domainNameLabel')]" + } + } +}, +{ + "comments": "Default Network Security Group for template", + "type": "Microsoft.Network/networkSecurityGroups", + "apiVersion": "2021-08-01", + "name": "[variables('networkSecurityGroupName')]", + "location": "[parameters('location')]", + "properties": { + "securityRules": [ + { + "name": "default-allow-3389", + "properties": { + "priority": 1000, + "access": "Allow", + "direction": "Inbound", + "destinationPortRange": "3389", + "protocol": "Tcp", + "sourcePortRange": "*", + "sourceAddressPrefix": "*", + "destinationAddressPrefix": "*" + } + } + ] + } +}, +{ + "type": "Microsoft.Network/virtualNetworks", + "apiVersion": "2020-06-01", + "name": "[variables('virtualNetworkName')]", + "location": "[parameters('location')]", + "dependsOn": [ + "[resourceId('Microsoft.Network/networkSecurityGroups', variables('networkSecurityGroupName'))]" + ], + "properties": { + "addressSpace": { + "addressPrefixes": [ "[variables('addressPrefix')]" ] + }, + "subnets": [ + { + "name": "[variables('subnetName')]", + "properties": { + "addressPrefix": "[variables('subnetPrefix')]", + "networkSecurityGroup": { + "id": "[resourceId('Microsoft.Network/networkSecurityGroups', variables('networkSecurityGroupName'))]" + } + } + } + ] + } +}, +{ + "type": "Microsoft.Network/networkInterfaces", + "apiVersion": "2020-06-01", + "name": "[variables('nicName')]", + "location": "[parameters('location')]", + "dependsOn": [ + "[resourceId('Microsoft.Network/publicIPAddresses/', variables('publicIPAddressName'))]", + "[resourceId('Microsoft.Network/virtualNetworks/', variables('virtualNetworkName'))]" + ], + "properties": { + "ipConfigurations": [ + { + "name": "ipconfig1", + "properties": { + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "[resourceId('Microsoft.Network/publicIPAddresses',variables('publicIPAddressName'))]" + }, + "subnet": { + "id": "[variables('subnetRef')]" + } + } + } + ] + } +}, +{ + "type": "Microsoft.Compute/virtualMachines", + "apiVersion": "2020-06-01", + "name": "[parameters('vmName')]", + "location": "[parameters('location')]", + "identity": { + "type": "systemAssigned" + }, + "dependsOn": [ + "[resourceId('Microsoft.Storage/storageAccounts/', variables('storageAccountName'))]", + "[resourceId('Microsoft.Network/networkInterfaces/', variables('nicName'))]" + ], + "properties": { + "hardwareProfile": { + "vmSize": "[parameters('vmSize')]" + }, + "osProfile": { + "computerName": "[parameters('vmName')]", + "adminUsername": "[parameters('adminUsername')]", + "adminPassword": "[parameters('adminPassword')]" + }, + "storageProfile": { + "imageReference": { + "publisher": "MicrosoftWindowsServer", + "offer": "WindowsServer", + "sku": "[parameters('windowsOSVersion')]", + "version": "latest" + }, + "osDisk": { + "createOption": "FromImage" + }, + "dataDisks": [ + { + "diskSizeGB": 1023, + "lun": 0, + "createOption": "Empty" + } + ] + }, + "networkProfile": { + "networkInterfaces": [ + { + "id": "[resourceId('Microsoft.Network/networkInterfaces',variables('nicName'))]" + } + ] + }, + "diagnosticsProfile": { + "bootDiagnostics": { + "enabled": true, + "storageUri": "[reference(resourceId('Microsoft.Storage/storageAccounts/', variables('storageAccountName'))).primaryEndpoints.blob]" + } + } + } +} +``` + +> Take moment to examine the different resources that will be created by this ARM template. + +7. Run ARM TTK. One test should fail. + + > ```terminal + > apiVersions Should Be Recent + > ``` + +8. The resource type of `Microsoft.Storage/storageAccounts` has an old API version. Fix this problem as recommended by ARM TTK. + +9. Ensure ARM TTK passes with no errors. + +Your ARM template is complete. + +## Exercise 4 - `createUiDefinition.json` + +This exercise will take you through creating the file that defines the user experience for installing your solution via the `mainTemplate.json` created in Exercise 3. + +The role of the `createUiDefinition.json` file is to do the following. + 1. Provide parameters to the `mainTemplate.json` ARM template. + 2. Provide an installation user experience for the customer. + +The main components of a `createUiDefinition.json` file looks like this. + +```json +{ + "$schema": "https://schema.management.azure.com/schemas/0.1.2-preview/CreateUIDefinition.MultiVm.json#", + "handler": "Microsoft.Azure.CreateUIDef", + "version": "0.1.2-preview", + "parameters": { + "basics": [], + "steps": [], + "outputs": {} + } +} +``` + +### Create the file + +1. Create the file `createUiDefinition.json` in your `begin` folder. +2. Paste the above JSON into the new file. +3. Run ARM TTK. You get several errors on the `createUiDefinition.json` file because the sections of the file are yet filled in yet. + +### The Create UI Definition Sandbox + +The Create UI Definition Sandbox is a tool for testing `createUiDefinition.json` files. + +1. Open the [Create UI Definition Sandbox](https://portal.azure.com/?feature.customPortal=false#blade/Microsoft_Azure_CreateUIDef/SandboxBlade) in the Azure portal. +2. Delete the JSON in the JSON area of the sandbox blade. +3. Paste the JSON from your `createUiDefinition.json` file into the sandbox JSON area. +4. Click the **Preview** button at the bottom of the page. + > The sandbox renders the content from your `createUiDefinition.json`. + > The Basics section displays the default fields that are rendered when the `basics` section of the JSON is empty. + +### The steps[] section + +1. Go back to your `createUiDefinition.json` file. +2. Add the following JSON into the `steps[]` array. This will add a new tab, or blade, to the experience the customer will see during installation. + +```json +{ + "name": "prefixBlade", + "bladeTitle": "Item Prefix", + "label": "Item Prefix", + "elements": [] +} +``` +3. Paste the JSON from your file in the [Create UI Definition Sandbox](https://portal.azure.com/?feature.customPortal=false#blade/Microsoft_Azure_CreateUIDef/SandboxBlade). You should see a new **Item Prefix** tab. +4. Click the **Item Prefix** tab. + > The blade is blank and has no controls on it. +5. On the left side of the sandbox, note there is a list of controls. Copy the TextBox control into your clipboard. +6. In your `createUiDefinition` file, paste the control into the `elements` array of the JSON blade. +7. Check your JSON in the sandbox. +8. Remove the blade definition from the `steps[]` array in the `createUiDefinition.json` file so that the array is empty. +9. Fill in the `steps[]` array with the JSON below. + +```json + + { + "name": "storageConfigBlade", + "label": "Storage account settings", + "bladeTitle": "Storage account settings", + "elements": [ + { + "name": "storageAccount", + "type": "Microsoft.Storage.MultiStorageAccountCombo", + "label": { + "prefix": "Storage account prefix", + "type": "Storage account type" + }, + "toolTip": { + "prefix": "The prefix of the storage account", + "type": "The type of storage account" + }, + "defaultValue": { + "type": "Standard_LRS" + }, + "constraints": { + "allowedTypes": [ + "Premium_LRS", + "Standard_LRS", + "Standard_GRS" + ] + }, + "count": 2 + } + ] + }, + { + "name": "vmBlade", + "bladeTitle": "Virtual Machine", + "label": "Virtual Machine", + "elements": [ + { + "name": "vmName", + "type": "Microsoft.Common.TextBox", + "label": "Machine name", + "placeholder": "Virtual machine name", + "defaultValue": "", + "toolTip": "Use only allowed characters", + "constraints": { + "required": true, + "regex": "^[a-z0-9A-Z]{5,15}$", + "validationMessage": "Only alphanumeric characters are allowed, and the value must be 5-15 characters long." + }, + "visible": true + }, + { + "name": "adminUsername", + "type": "Microsoft.Compute.UserNameTextBox", + "label": "Admin Username", + "toolTip": "The username of the admin user for the VM", + "constraints": { + "required": true, + "regex": "^[a-z0-9A-Z]{1,30}$", + "validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-30 characters long." + }, + "osPlatform": "Windows", + "visible": true + }, + { + "name": "adminPassword", + "type": "Microsoft.Common.PasswordBox", + "label": { + "password": "Password", + "confirmPassword": "Confirm password" + }, + "toolTip": "Password for the VM", + "constraints": { + "required": true, + "regex": "^[a-zA-Z0-9]{12}$", + "validationMessage": "Password must be at least 12 characters long, contain only numbers and letters" + }, + "options": { + "hideConfirmation": false + }, + "visible": true + }, + { + "name": "operatingSystem", + "type": "Microsoft.Common.DropDown", + "label": "Windows operating system", + "defaultValue": "2022-Datacenter", + "toolTip": "Choose an operating system to deploy", + "constraints": { + "allowedValues": [ + { + "label": "2019 Datacenter 2nd Gen", + "value": "2019-datacenter-gensecond" + }, + { + "label": "2016 Datacenter 2nd Gen", + "value": "2016-datacenter-gensecond" + } + ], + "required": true + }, + "visible": true + }, + { + "name": "vmSize", + "type": "Microsoft.Compute.SizeSelector", + "label": "Virtual machine size", + "toolTip": "Choose the size of virtual machine to create", + "recommendedSizes": [ + "Standard_D2s_v3" + ], + "options": { + "hideDiskTypeFilter": false + }, + "osPlatform": "Windows", + "visible": true + } + ] + }, + { + "name": "tags", + "label": "Tags", + "elements": [ + { + "name": "tagsByResource", + "type": "Microsoft.Common.TagsByResource", + "toolTip": "Tags for resources being created", + "resources": [ + "Microsoft.Storage/storageAccounts", + "Microsoft.Compute/virtualMachines" + ] + } + ] + } + +``` +7. Check your JSON in the sandbox to ensure it is valid. + +### The outputs section + +Now that you have all of the steps defined in your `createUiDefinition.json` file, you can focus on the `outputs` section, which passes the control values to the ARM template during installation. + +1. Fill in the `outputs` section of your `createUiDefinition.json` file with the JSON below. + +```json +"adminPassword": "[steps('vmBlade').adminPassword]", +"adminUsername": "[steps('vmBlade').adminUsername]", +"windowsOSVersion": "[steps('vmBlade').operatingSystem]", +"vmSize": "[steps('vmBlade').vmSize]", +"location": "[location()]", +"storageAccountName": "[steps('storageConfigBlade').storageAccount.prefix]", +"storageAccountType": "[steps('storageConfigBlade').storageAccount.type]", +"vmName": "[steps('vmBlade').vmName]" +``` + +> Note how the output keys match the input parameter names in the `mainTemplate.json` ARM template. +> Also note how the values reference blade values, except for the `location()` function, which is a required output value. + +2. Check your files with **ARM TTK**. +3. Check your JSON in the sandbox. + +Your `createUiDefinition.json` is now complete. + +## Exercise 5 - Deploying your deployment package files + +In this exercise, you will create a second plan in the offer you created in [Lab 1](../lab-1-partner-center/README.md). + +1. In the `begin` folder, create a ZIP file with two deployment package files at the root. Name the file **gold-plan-deployment-package.zip**. +2. Go back to [Partner Center](https://partner.microsoft.com/en-us/dashboard/). +3. Navigate to the offer you created in Lab 1. +4. Click **Plan overview** in the left hand menu. +5. Create a new plan named **Gold** in your offer. Use the same techniques you used in Lab 1 to create your **Silver** plan. + > When you get to the **Pricing and availability** section of your new offer, remember to check the boxes and fill in the units on the metered billing dimensions. + +## Exercise 6 - Publish your offer + +Now that you have two plans in your offer, it's time to publish your offer. + +1. In Partner Center click the **Review and publish** button at the top right of the page, which takes you to the **Review publish changes** page. +2. Once all indicators are green, click the **Publish** button at the bottom of the page. You will be taken to the **Offer overview** page where you can monitor the status of your offer as it progresses to the **Publisher signoff** stage. (This requires refreshing the page periodically). + + > The publishing process can take some time to complete, but should be done in time for the next lab. + + > **DO NOT** go past the **Publisher signoff** stage by clicking the **Go live** button once it appears. + +## Conclusion + +Great job, you've finished lab 2! + +In this lab you accomplished the following. + +1. Used ARM TTK to validate your deployment files. +2. Fleshed out an ARM template in `mainTemplate.json`. +3. Created the user experience for installing the solution via the ARM template using `createUiDefinition,json`. +4. Created a deployment package from the artifacts in this lab. +5. Created a new plan in Partner Center and used your new deployment package in that plan. +6. Published your offer with its new plan. diff --git a/_site/ama/labs/lab-2-deployment-package/assets/begin/mainTemplate.json b/_site/ama/labs/lab-2-deployment-package/assets/begin/mainTemplate.json new file mode 100644 index 000000000..ddb67f0e6 --- /dev/null +++ b/_site/ama/labs/lab-2-deployment-package/assets/begin/mainTemplate.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", + "parameters": {}, + "variables": {}, + "resources": [], + "outputs": {} +} \ No newline at end of file diff --git a/_site/ama/labs/lab-2-deployment-package/assets/end/createUiDefinition.json b/_site/ama/labs/lab-2-deployment-package/assets/end/createUiDefinition.json new file mode 100644 index 000000000..561fd6add --- /dev/null +++ b/_site/ama/labs/lab-2-deployment-package/assets/end/createUiDefinition.json @@ -0,0 +1,152 @@ +{ + "$schema": "https://schema.management.azure.com/schemas/0.1.2-preview/CreateUIDefinition.MultiVm.json#", + "handler": "Microsoft.Azure.CreateUIDef", + "version": "0.1.2-preview", + "parameters": { + "basics": [], + "steps": [ + { + "name": "storageConfigBlade", + "label": "Storage account settings", + "bladeTitle": "Storage account settings", + "elements": [ + { + "name": "storageAccount", + "type": "Microsoft.Storage.MultiStorageAccountCombo", + "label": { + "prefix": "Storage account prefix", + "type": "Storage account type" + }, + "toolTip": { + "prefix": "The prefix of the storage account", + "type": "The type of storage account" + }, + "defaultValue": { + "type": "Standard_LRS" + }, + "constraints": { + "allowedTypes": [ + "Premium_LRS", + "Standard_LRS", + "Standard_GRS" + ] + }, + "count": 2 + } + ] + }, + { + "name": "vmBlade", + "bladeTitle": "Virtual Machine", + "label": "Virtual Machine", + "elements": [ + { + "name": "vmName", + "type": "Microsoft.Common.TextBox", + "label": "Machine name", + "placeholder": "Virtual machine name", + "defaultValue": "", + "toolTip": "Use only allowed characters", + "constraints": { + "required": true, + "regex": "^[a-z0-9A-Z]{5,15}$", + "validationMessage": "Only alphanumeric characters are allowed, and the value must be 5-15 characters long." + }, + "visible": true + }, + { + "name": "adminUsername", + "type": "Microsoft.Compute.UserNameTextBox", + "label": "Admin Username", + "toolTip": "The username of the admin user for the VM", + "constraints": { + "required": true, + "regex": "^[a-z0-9A-Z]{1,30}$", + "validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-30 characters long." + }, + "osPlatform": "Windows", + "visible": true + }, + { + "name": "adminPassword", + "type": "Microsoft.Common.PasswordBox", + "label": { + "password": "Password", + "confirmPassword": "Confirm password" + }, + "toolTip": "Password for the VM", + "constraints": { + "required": true, + "regex": "^[a-zA-Z0-9]{12}$", + "validationMessage": "Password must be at least 12 characters long, contain only numbers and letters" + }, + "options": { + "hideConfirmation": false + }, + "visible": true + }, + { + "name": "operatingSystem", + "type": "Microsoft.Common.DropDown", + "label": "Windows operating system", + "defaultValue": "2022-Datacenter", + "toolTip": "Choose an operating system to deploy", + "constraints": { + "allowedValues": [ + { + "label": "2019 Datacenter 2nd Gen", + "value": "2019-datacenter-gensecond" + }, + { + "label": "2016 Datacenter 2nd Gen", + "value": "2016-datacenter-gensecond" + } + ], + "required": true + }, + "visible": true + }, + { + "name": "vmSize", + "type": "Microsoft.Compute.SizeSelector", + "label": "Virtual machine size", + "toolTip": "Choose the size of virtual machine to create", + "recommendedSizes": [ + "Standard_D2s_v3" + ], + "options": { + "hideDiskTypeFilter": false + }, + "osPlatform": "Windows", + "visible": true + } + ] + }, + { + "name": "tags", + "label": "Tags", + "elements": [ + { + "name": "tagsByResource", + "type": "Microsoft.Common.TagsByResource", + "toolTip": "Tags for resources being created", + "resources": [ + "Microsoft.Storage/storageAccounts", + "Microsoft.Compute/virtualMachines" + ] + } + ] + } + ], + "outputs": { + "adminPassword": "[steps('vmBlade').adminPassword]", + "adminUsername": "[steps('vmBlade').adminUsername]", + "windowsOSVersion": "[steps('vmBlade').operatingSystem]", + "vmSize": "[steps('vmBlade').vmSize]", + "location": "[location()]", + "storageAccountName": "[steps('storageConfigBlade').storageAccount.prefix]", + "storageAccountType": "[steps('storageConfigBlade').storageAccount.type]", + "vmName": "[steps('vmBlade').vmName]" + } + } +} \ No newline at end of file diff --git a/_site/ama/labs/lab-2-deployment-package/assets/end/gold-plan-deployment-package.zip b/_site/ama/labs/lab-2-deployment-package/assets/end/gold-plan-deployment-package.zip new file mode 100644 index 000000000..3c1dad516 Binary files /dev/null and b/_site/ama/labs/lab-2-deployment-package/assets/end/gold-plan-deployment-package.zip differ diff --git a/_site/ama/labs/lab-2-deployment-package/assets/end/mainTemplate.json b/_site/ama/labs/lab-2-deployment-package/assets/end/mainTemplate.json new file mode 100644 index 000000000..2025b9a0b --- /dev/null +++ b/_site/ama/labs/lab-2-deployment-package/assets/end/mainTemplate.json @@ -0,0 +1,229 @@ +{ + "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", + "parameters": { + "adminUsername": { + "type": "string", + "metadata": { + "description": "Username for the Virtual Machine." + } + }, + "adminPassword": { + "type": "securestring", + "metadata": { + "description": "Password for the Virtual Machine." + } + }, + "storageAccountName": { + "type": "string" + }, + "storageAccountType": { + "type": "string" + }, + "windowsOSVersion": { + "type": "string", + "defaultValue": "2019-datacenter-gensecond", + "allowedValues": [ + "2019-datacenter-gensecond", + "2016-datacenter-gensecond" + ], + "metadata": { + "description": "The Windows version for the VM. This will pick a fully patched image of this given Windows version." + } + }, + "vmSize": { + "type": "string", + "defaultValue": "Standard_D2s_V3", + "metadata": { + "description": "Size of the virtual machine." + } + }, + "vmName": { + "type": "string", + "defaultValue": "amaSimpleVM", + "metadata": { + "description": "Name of the virtual machine." + } + }, + "location": { + "type": "string", + "defaultValue": "[resourceGroup().location]", + "metadata": { + "description": "Location for all resources." + } + } + }, + "variables": { + "itemPrefix": "[concat('ama', uniqueString(resourceGroup().id))]", + "addressPrefix": "10.0.0.0/16", + "domainNameLabel": "[concat(variables('itemPrefix'), '-dnl')]", + "networkSecurityGroupName": "[concat(variables('itemPrefix'), '-nsg')]", + "nicName": "[concat(variables('itemPrefix'), '-nic')]", + "publicIPAddressName": "[concat(variables('itemPrefix'), '-ip')]", + "storageAccountName": "[concat(parameters('storageAccountName'), uniqueString('storage'))]", + "subnetName": "Subnet", + "subnetPrefix": "10.0.0.0/24", + "subnetRef": "[resourceId('Microsoft.Network/virtualNetworks/subnets', variables('virtualNetworkName'), variables('subnetName'))]", + "virtualNetworkName": "[concat(variables('itemPrefix'), '-vnet')]" + }, + "resources": [ + { + "type": "Microsoft.Storage/storageAccounts", + "apiVersion": "2021-08-01", + "name": "[variables('storageAccountName')]", + "location": "[parameters('location')]", + "sku": { + "name": "[parameters('storageAccountType')]" + }, + "kind": "Storage", + "properties": {} + }, + { + "type": "Microsoft.Network/publicIPAddresses", + "apiVersion": "2020-06-01", + "name": "[variables('publicIPAddressName')]", + "location": "[parameters('location')]", + "properties": { + "publicIPAllocationMethod": "Dynamic", + "dnsSettings": { + "domainNameLabel": "[variables('domainNameLabel')]" + } + } + }, + { + "comments": "Default Network Security Group for template", + "type": "Microsoft.Network/networkSecurityGroups", + "apiVersion": "2021-08-01", + "name": "[variables('networkSecurityGroupName')]", + "location": "[parameters('location')]", + "properties": { + "securityRules": [ + { + "name": "default-allow-3389", + "properties": { + "priority": 1000, + "access": "Allow", + "direction": "Inbound", + "destinationPortRange": "3389", + "protocol": "Tcp", + "sourcePortRange": "*", + "sourceAddressPrefix": "*", + "destinationAddressPrefix": "*" + } + } + ] + } + }, + { + "type": "Microsoft.Network/virtualNetworks", + "apiVersion": "2020-06-01", + "name": "[variables('virtualNetworkName')]", + "location": "[parameters('location')]", + "dependsOn": [ + "[resourceId('Microsoft.Network/networkSecurityGroups', variables('networkSecurityGroupName'))]" + ], + "properties": { + "addressSpace": { + "addressPrefixes": [ "[variables('addressPrefix')]" ] + }, + "subnets": [ + { + "name": "[variables('subnetName')]", + "properties": { + "addressPrefix": "[variables('subnetPrefix')]", + "networkSecurityGroup": { + "id": "[resourceId('Microsoft.Network/networkSecurityGroups', variables('networkSecurityGroupName'))]" + } + } + } + ] + } + }, + { + "type": "Microsoft.Network/networkInterfaces", + "apiVersion": "2020-06-01", + "name": "[variables('nicName')]", + "location": "[parameters('location')]", + "dependsOn": [ + "[resourceId('Microsoft.Network/publicIPAddresses/', variables('publicIPAddressName'))]", + "[resourceId('Microsoft.Network/virtualNetworks/', variables('virtualNetworkName'))]" + ], + "properties": { + "ipConfigurations": [ + { + "name": "ipconfig1", + "properties": { + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "[resourceId('Microsoft.Network/publicIPAddresses',variables('publicIPAddressName'))]" + }, + "subnet": { + "id": "[variables('subnetRef')]" + } + } + } + ] + } + }, + { + "type": "Microsoft.Compute/virtualMachines", + "apiVersion": "2020-06-01", + "name": "[parameters('vmName')]", + "location": "[parameters('location')]", + "identity": { + "type": "systemAssigned" + }, + "dependsOn": [ + "[resourceId('Microsoft.Storage/storageAccounts/', variables('storageAccountName'))]", + "[resourceId('Microsoft.Network/networkInterfaces/', variables('nicName'))]" + ], + "properties": { + "hardwareProfile": { + "vmSize": "[parameters('vmSize')]" + }, + "osProfile": { + "computerName": "[parameters('vmName')]", + "adminUsername": "[parameters('adminUsername')]", + "adminPassword": "[parameters('adminPassword')]" + }, + "storageProfile": { + "imageReference": { + "publisher": "MicrosoftWindowsServer", + "offer": "WindowsServer", + "sku": "[parameters('windowsOSVersion')]", + "version": "latest" + }, + "osDisk": { + "createOption": "FromImage" + }, + "dataDisks": [ + { + "diskSizeGB": 1023, + "lun": 0, + "createOption": "Empty" + } + ] + }, + "networkProfile": { + "networkInterfaces": [ + { + "id": "[resourceId('Microsoft.Network/networkInterfaces',variables('nicName'))]" + } + ] + }, + "diagnosticsProfile": { + "bootDiagnostics": { + "enabled": true, + "storageUri": "[reference(resourceId('Microsoft.Storage/storageAccounts/', variables('storageAccountName'))).primaryEndpoints.blob]" + } + } + } + } + ], + "outputs": { + "hostname": { + "type": "string", + "value": "[reference(variables('publicIPAddressName')).dnsSettings.fqdn]" + } + } +} \ No newline at end of file diff --git a/_site/ama/labs/lab-3-purchasing-ama/README.md b/_site/ama/labs/lab-3-purchasing-ama/README.md new file mode 100644 index 000000000..fa680d0a0 --- /dev/null +++ b/_site/ama/labs/lab-3-purchasing-ama/README.md @@ -0,0 +1,153 @@ +# Lab 3 - Purchasing an Azure Managed Application + +This lab focuses on purchasing the offer and plans you created in [Lab 1](../lab-1-partner-center/README.md) and [Lab 2](../lab-2-deployment-package/README.md). + +First, check Partner Center. + +> This lab will only work if your offer in is published and visible in the **Publisher signoff** stage of publication as seen on the **Offer overview**. page in **Partner Center**. +> +> There should be a **Go live** button on the **Offer overview** page. Do **NOT** click this button at any point today as doing so will submit your offer to the certification team to make it live. + +## Exercise 1 - The Silver plan + +This exercise takes you through the process of buying your Silver plan, created in [Lab 1](../lab-1-partner-center/README.md). You'll also have a look at your resulting Managed Application. + +### Finding the private plan + +1. Open the [Azure portal](https://portal.azure.com/) and log in. +2. At the top of the screen click the **Create a resource** button. You are taken to the public Azure marketplace. + > In Lab 1, you configured your offer to be available to your subscription while in the **Publisher signoff** stage. This makes your offer a private one and you need to navigate to the private offers part of the marketplace to purchase it. +3. Under the search box, click the link that reads **See more in the Marketplace**. +4. On this page you see a pink bar at the top of the screen telling you that you have private offers available. Click the link that reads **View private products**. +5. Locate your offer named **AMA Workshop 1 (preview)** and click on that tile. You are taken to the offer's purchase page, which is in **Preview** mode. + +### Purchasing the Silver plan + +#### Basics tab + +1. In the plan dropdown, ensure Silver is selected. + > This plan will create a simple **Data storage** service in your subscription. +2. Click the **Create** button. You are taken to the offer creation page, which needs your input. +3. On the **Basics** tab, you should see your current subscription selected. If not, select it from the dropdown. +4. For **Resource group** click the **Create new** link under the dropdown. +5. Name your new resource group **ama_workshop_purchases**. +6. Select a region near you. +7. In the **Managed Application Details** section, enter the following. + 1. **Application name:** workshopapp1 + 2. **Managed Resource Group**: workshopapp1-mrg +8. At the bottom of the screen, click the **Next: Storage setting** button. + +#### Storage settings tab + +1. Enter the following values. + 1. **Storage account name prefix:** amaws01 + 2. **Storage account type:** Standard_LRS +2. Click the **Review + create** button at the bottom of the screen. + +#### Review + create tab + +1. Scroll down to the **Co-Admin Access Permission** section. +2. Click the checkbox **I agree to the terms and conditions above**. +3. Click the **Create** button at the bottom of the screen. You are taken to the **Deployment** page. + > Deploying your application may take a couple of minutes. + +#### Deployment screen + +When deployment is complete, you are met with a message that reads, **Your deployment is complete**. + +1. At the bottom of the screen click the **Go to resource** button. + +You are taken to the **managed application** instance. + +## Exercise 2 - The deployed application + +In this exercise you will tour the **workshopapp1** managed application you've just purchased. + +### The managed application + +1. On the Essentials screen, note the following. + 1. The **support link** you entered in Partner Center is shown here. + 2. The link to the Resource group you created, **ama_workshop_purchases** is present. This is the resource group containing the instance of a the managed application you are looking at right now. + 3. There is a link to the Managed resource group you created, **workshopapp1-mrg**. This is the resource group that contains the services deployed by the ARM template in your deployment package. +2. In the left hand menu, click **Parameters and outputs**. + 1. The arm template, `mainTemplate.json` that created the storage account that was deployed, took only three parameters and they are shown here. + 2. There are no **outputs** on this page because none were specified by the ARM template. +3. In the left hand menu, click **Authorizations**. + 1. Note the role that the publisher has on this application is **Owner**. This corresponds to the role you selected in the **Technical configuration** tab of the plan in Partner Center. + +## The Managed resource group + +1. In the left hand menu, click on **Overview**. +2. In the Essentials section of the page, click the link to the **Managed resource group** you created, **workshopapp1-mrg**. +3. You are taken to the Resource group that contains the storage account deployed by the ARM template. + +## Exercise 3 - The Gold plan + +In this exercise you will go through the process of buying your Gold plan, created in [Lab 2](../lab-2-deployment-package/README.md). After deployment, you'll use the virtual machine deployed by the application. + +### Purchasing the Gold plan + +1. Click the link to **Home** in the top left corner of the screen. +2. Under **Azure services**, click **Create a resource**. +3. Go back to the **Private offers** section of the marketplace and find the **AMA Workshop 1** offer. +4. Purchase the **Gold** plan. Using the values as follows in the setup screens. + 1. Basics tab + 1. **Resource group:** ama_workshop_purchases + 2. **Region:** Any one near you + 3. **Application name:** amaworksopgold01 + 4. **Managed Resource Group**: amaworksopgold01-mrg + 2. Storage account settings + 1. **Storage account prefix:** Any 3-5 alphanumeric value that is accepted + 2. **Storage account type:** Standard_LRS + 3. Virtual Machine + 1. **Machine name:** amavm01 + 2. **Admin username:** Any accepted value of your choice + 3. **Password**: Any accepted value of your choice + 4. **Windows operating system:** Your choice + 5. **Virtual machine size:** Note you can Change the size of the virtual machine to be deployed, but larger sizes cost more money to your subscription. Consider taking the recommended value of **1x Standard D2s v3**. +5. Click the **Review + create** button at the bottom of the screen. +6. Check the box for **I agree to the terms and conditions above**. +7. Click the **Create** button at the bottom of the screen and the plan is deployed. + +### Exploring the Gold plan + +This will be a simple peek into the resources created during deployment of your application. + +1. Wait for deployment to complete. +2. Click the **Go to resource** button near the bottom of the screen. +3. Near the top right of the **Essentials** section of the page, click the link to the Managed Resource Group you created, **workshopapp2-mrg**. +4. Note all of the resources deployed by your ARM template. If you have any questions about how a particular resource was created, review your `mainTemplate.json` file for the resource definition. + +### Remote into the virtual machine + +Here you will actually log in into the virtual machine deployed by your Managed Application. + +1. Click the virtual machine in the set of resources listed in the **Managed Resource Group**. +2. In the top left of the screen, click the **Connect** dropdown. + +#### Windows users + +1. Select **RDP** from the dropdown. +2. Click the button **Download RDP** file. +3. When prompted, click the **Open** button on the **Downloads** dialog. This will launch your remote desktop client. +4. Enter the **username and password** you entered when purchasing the Managed Application. +5. Connect to the remote machine. + > Note you are currently in the role of a customer, and you have remoted into a virtual machine inside the **Managed Resource Group**. +6. Disconnect from the virtual machine. + +#### Mac and Linux users + +1. Select **SSH** from the dropdown. +2. Follow the instruction on the page, under **Connect via SSH with client**. +3. Use the **username and password** you entered while purchasing the Managed Application to log in to the virtual machine. + > Note you are currently in the role of a customer, and you have remoted into a virtual machine inside the **Managed Resource Group**. +6. Disconnect from the virtual machine. + +## Conclusion + +Congratulations, you have completed Lab 3. In this lab you accomplished the following. + +1. Purchased two plans you created using an offer from Lab 1. +2. Examined the artifacts deployed by each plan. +3. Logged into the virtual machine deployed by the Gold plan. + \ No newline at end of file diff --git a/_site/ama/labs/lab-4-administer-my-amas/README.md b/_site/ama/labs/lab-4-administer-my-amas/README.md new file mode 100644 index 000000000..228e8d670 --- /dev/null +++ b/_site/ama/labs/lab-4-administer-my-amas/README.md @@ -0,0 +1,31 @@ +# Lab 4 - Administering Your Purchased Managed Applications + +In this lab you will act as the customer. You will explore what it means to manage the Azure managed applications that you purchased. + +In [Lab 3](../lab-3-purchasing-ama/README.md), you purchased your Gold plan and then remoted into the virtual machine, where you could use the VM as a customer. Now we'll see what else it means to manage your purchases. + +## Exercise 1 - The Managed Applications dashboard + +1. Open the [Azure portal](https://portal.azure.com). +2. At the top of the screen in the search box, enter **Managed Applications**. +3. Select **Managed Applications** from the dropdown box. Note: Do **not** select **Managed Applications Center**. +4. You are seeing the **Managed Applications dashboard** and seeing all of the Managed Applications you have purchased. + +## Exercise 2 - amaworksopsilver01 + +1. Click on **amaworksopsilver01**. You saw this view of this Managed Application in the previous lab. +2. Note the name of the Managed Resource Group, which should be **amaworksopsilver01-mrg**. +3. At the top left of the page, click the **Delete** button. +4. Click **Yes** to confirm the deletion of the Managed Application. + > It will take some time, approximately 2 minutes or so, but the Managed Application and its corresponding Managed Resource Group will be deleted. +5. Go to the **Managed Applications dashboard** as explained in Exercise 1. +6. Confirm that **amaworksopsilver01** application does not exist. You can refresh this page for a few minutes until the application is no longer visible. +7. Go to the list of Resource Groups in the Azure Portal and ensure the **amaworksopsilver01-mrg** Resource Group is no longer there. +> Now that the Managed Resouce Group is gone, the subscription to this solution is cancelled and no more billing will take place. + +## Conclusion + +Congratulations, you have complete Lab 3! In this lab you did the following. + +1. Got familiar with the Managed Application dashboard. +2. Deleted a managed application and showed that it deleted the corresponding resources associated with it. \ No newline at end of file diff --git a/_site/ama/labs/lab-5-administer-customer-amas/README.md b/_site/ama/labs/lab-5-administer-customer-amas/README.md new file mode 100644 index 000000000..f14404579 --- /dev/null +++ b/_site/ama/labs/lab-5-administer-customer-amas/README.md @@ -0,0 +1,75 @@ +# Lab 5 - Administering Your Customer’s Managed Applications + +This lab will take you through the process of administering Managed Applications your customer has purchased from you. When you are done you will have a feel for what it means to work with your customer's installed applications as a publisher. + +## Exercise 1 - Introducing Managed Application Center + +This exercise introduces the primary tool you will use for administering your customer's installations of your solution, **Managed Application Center**. + +1. In the Azure portal, in the search box at the top of the page, enter **Managed Application Center** and select it from the dropdown. + > Note this page allows access to tools to manage both **Service Catalog-based** applications and **Marketplace applications**. +2. In the left hand menu, select **Browse > Marketplace applications**. You see a list of all the offers that have been purchased by yur customers. +3. Click the link **AMA Workshop 01**. +4. Here you see a list of all customer purchases of your marketplace Managed Applications. + +## Exercise 2 - Working in your customer's Managed Resource Group + +Now you will perform some "maintenance" of your customer's solution in their Managed Resource Group. + +1. Next to the **workshopapp2** Application name, click the link **workshopapp2-mrg** to the Managed Resource Group. +2. Viewing the managed resource group contents, you see all the resources that were created by the ARM template. + > Because your user ID was set to the **Owner** of the Managed Application, you can perform operations inside this Managed Resource Group. + +### Managing a Virtual Machine + +1. Click the link to the virtual machine. +2. On the top menu, click the **Stop** button. +3. Click the **Yes button** to confirm Stop. + > Because you are the owner of the Managed Application, the virtual machine stops. + +### Removing Resources + +1. Go back to the **workshopapp2-mrg** Resource Group. +2. Find the **Storage account** and select the checkbox next to it. +3. In the top menu, click the **Delete** button. +4. Type **yes** to confirm and then the **Delete** button at the bottom of the page. + > Because you are the owner of the Managed Application, the storage account is deleted. + +### Adding Resources + +1. Go back to the **workshopapp2-mrg** Resource Group. +2. Click the **Create** button on the top of the page. +3. Click the **Storage account > create** link on the first page. +4. On the **Create Storage account** page, enter the following. + 1. Under **Project details** + 1. **Subscription:** Your current subscription + 2. **Resource group:** workshopapp2-mrg + 2. Under **Instance Details** + 1. **Storage account name:** anything you choose + 2. **Region:** A Region near you + 3. **Performance:** Standard + 4. **Redundancy:** Locally Redundant Storage (LRS) +5. Click the **Review + create** at the bottom of the page. +6. Click the **Create** button at the bottom of the screen. +7. After deployment, confirm the new storage account is in the Managed Resource Group. + + +## Exercise 3 - Deleting a Managed Application as a publisher + +Here you will learn how easy it is to delete a customer's subscription, should you choose to for some reason, such as lack of payment. + +1. Open the **Managed Application Center**. +2. Go to **Manage applications**. +3. Click the product that was purchased, **AMA Workshop 1**. +4. Click the Application name, **workshopapp2**. +5. In the top menu, click the **Delete** button. +6. Click **Yes** to confirm the deletion. + > Although it may take a couple of minutes, the **Managed Application** and its corresponding **Managed Resource Group** are deleted. + +## Conclusion + +Congratulations, you have completed Lab 5. In this lab, you did the following. + +1. Learned about the Managed Application Center inside the Azure portal. +2. Deleted and created a resource within the customer's Managed Resource Group. +3. Deleted a customer's Azure Managed Application. \ No newline at end of file diff --git a/_site/ama/pdfs/ama-workshop-slides.pdf b/_site/ama/pdfs/ama-workshop-slides.pdf new file mode 100644 index 000000000..ae3388436 Binary files /dev/null and b/_site/ama/pdfs/ama-workshop-slides.pdf differ diff --git a/_site/default/index.html b/_site/default/index.html new file mode 100644 index 000000000..6651164f8 --- /dev/null +++ b/_site/default/index.html @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + +
+
+
+ +
+
+
+
+
+
+
+
+

Write your markdown here …

+ +
+
+
+
+ +
+
+
+
+
+ + + + diff --git a/_site/doks-theme/assets/css/style.css b/_site/doks-theme/assets/css/style.css new file mode 100644 index 000000000..489a0b4dd --- /dev/null +++ b/_site/doks-theme/assets/css/style.css @@ -0,0 +1,3 @@ +/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width: 768px){html{font-size:16px}}body{color:#333;font-family:"Noto Sans",sans-serif;font-size:1em;line-height:1.8em}*,*::before,*::after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:"Montserrat",sans-serif;font-weight:400;line-height:1.5em;margin:2.5rem 0 .9375rem 0}h1[id],.h1[id],h2[id],.h2[id],h3[id],.h3[id],h4[id],.h4[id],h5[id],.h5[id],h6[id],.h6[id]{position:relative}h1+h1,h1+.h1,h1+h2,h1+.h2,h1+h3,h1+.h3,h1+h4,h1+.h4,h1+h5,h1+.h5,h1+h6,h1+.h6,.h1+h1,.h1+.h1,.h1+h2,.h1+.h2,.h1+h3,.h1+.h3,.h1+h4,.h1+.h4,.h1+h5,.h1+.h5,.h1+h6,.h1+.h6,h2+h1,h2+.h1,h2+h2,h2+.h2,h2+h3,h2+.h3,h2+h4,h2+.h4,h2+h5,h2+.h5,h2+h6,h2+.h6,.h2+h1,.h2+.h1,.h2+h2,.h2+.h2,.h2+h3,.h2+.h3,.h2+h4,.h2+.h4,.h2+h5,.h2+.h5,.h2+h6,.h2+.h6,h3+h1,h3+.h1,h3+h2,h3+.h2,h3+h3,h3+.h3,h3+h4,h3+.h4,h3+h5,h3+.h5,h3+h6,h3+.h6,.h3+h1,.h3+.h1,.h3+h2,.h3+.h2,.h3+h3,.h3+.h3,.h3+h4,.h3+.h4,.h3+h5,.h3+.h5,.h3+h6,.h3+.h6,h4+h1,h4+.h1,h4+h2,h4+.h2,h4+h3,h4+.h3,h4+h4,h4+.h4,h4+h5,h4+.h5,h4+h6,h4+.h6,.h4+h1,.h4+.h1,.h4+h2,.h4+.h2,.h4+h3,.h4+.h3,.h4+h4,.h4+.h4,.h4+h5,.h4+.h5,.h4+h6,.h4+.h6,h5+h1,h5+.h1,h5+h2,h5+.h2,h5+h3,h5+.h3,h5+h4,h5+.h4,h5+h5,h5+.h5,h5+h6,h5+.h6,.h5+h1,.h5+.h1,.h5+h2,.h5+.h2,.h5+h3,.h5+.h3,.h5+h4,.h5+.h4,.h5+h5,.h5+.h5,.h5+h6,.h5+.h6,h6+h1,h6+.h1,h6+h2,h6+.h2,h6+h3,h6+.h3,h6+h4,h6+.h4,h6+h5,h6+.h5,h6+h6,h6+.h6,.h6+h1,.h6+.h1,.h6+h2,.h6+.h2,.h6+h3,.h6+.h3,.h6+h4,.h6+.h4,.h6+h5,.h6+.h5,.h6+h6,.h6+.h6{margin-top:0}h1,.h1{font-size:2.5em;font-weight:700}h2,.h2{font-size:2em;font-weight:700;border-bottom:1px solid #dadada;padding-bottom:.5rem}h3,.h3{font-size:1.75em;font-weight:500}h4,.h4{font-size:1.5em}h5,.h5{font-size:1.25em}h6,.h6{font-size:1em}small,.text-small{font-size:.75em}p{margin:0 0 1.25rem 0}a{color:inherit;text-decoration:none;border-bottom:.0625em solid;border-color:inherit;padding-bottom:.125em}img{max-width:100%;height:auto;vertical-align:top}hr{border:0;border-top:1px solid #dadada;margin:0 0 1.25rem 0}::-moz-selection{background:rgba(246,208,0,0.99);color:#0078d4}::selection{background:rgba(246,208,0,0.99);color:#0078d4}blockquote{margin:0 0 1.25rem 0}q{color:#0078d4}ul{list-style-type:none;padding:0;margin:0 0 1.25rem 0}ul li{position:relative;padding-left:1.875rem;margin-bottom:.3125rem}ul li:before{content:'\2014';color:#a0a0a0;position:absolute;left:0}dl{margin:0 0 1.25rem 0}dl dt{color:#8a8a8a;font-weight:700}dl dd{margin:0}acronym,em{font-style:italic}table{width:100%;text-align:left;font-size:1em;border-collapse:collapse;margin:0 0 1.25rem 0}table th,table td{border:2px solid #f5f5f5;vertical-align:middle;padding:.625rem .9375rem}@media (min-width: 768px){table th,table td{padding:.8125rem 1.25rem}}table th a,table td a{border-color:#333}table th{font-family:"Montserrat",sans-serif;text-transform:uppercase;background-color:#f5f5f5;border-color:#ececec}.table-responsive{width:100%;overflow-x:scroll;-webkit-overflow-scrolling:touch;margin:0 0 1.25rem 0}@media (min-width: 768px){.table-responsive{overflow-x:visible}}.table-responsive table{min-width:43.75rem;margin:0}@media (min-width: 768px){.table-responsive table{min-width:0;margin:0}}iframe{display:block;border:0;margin:0 0 1.25rem 0}button{border:0;padding:0;background-color:transparent}button:focus{outline:none}code,kbd,tt{font-family:"Source Code Pro",monospace;color:#c0341d;background-color:#fcefed;border-radius:.1875rem;padding:.125rem .375rem .1875rem .375rem}pre{overflow:auto;border-left:8px solid #3c4654;margin:0 0 1.25rem 0;-webkit-overflow-scrolling:touch}pre code{color:#f8f8f2;background-color:transparent;border-radius:0;padding:0}.highlight .hll{background-color:#49483e}pre.highlight{background:#212733;color:#f8f8f2;padding:1.5625rem}.highlight .c{color:#75715e}.highlight .err{color:#960050;background-color:#1e0010}.highlight .k{color:#66d9ef}.highlight .l{color:#ae81ff}.highlight .n{color:#f8f8f2}.highlight .o{color:#f92672}.highlight .p{color:#f8f8f2}.highlight .ch{color:#75715e}.highlight .cm{color:#75715e}.highlight .cp{color:#75715e}.highlight .cpf{color:#75715e}.highlight .c1{color:#75715e}.highlight .cs{color:#75715e}.highlight .gd{color:#f92672}.highlight .ge{font-style:italic}.highlight .gi{color:#a6e22e}.highlight .gs{font-weight:bold}.highlight .gu{color:#75715e}.highlight .kc{color:#66d9ef}.highlight .kd{color:#66d9ef}.highlight .kn{color:#f92672}.highlight .kp{color:#66d9ef}.highlight .kr{color:#66d9ef}.highlight .kt{color:#66d9ef}.highlight .ld{color:#e6db74}.highlight .m{color:#ae81ff}.highlight .s{color:#e6db74}.highlight .na{color:#a6e22e}.highlight .nb{color:#f8f8f2}.highlight .nc{color:#a6e22e}.highlight .no{color:#66d9ef}.highlight .nd{color:#a6e22e}.highlight .ni{color:#f8f8f2}.highlight .ne{color:#a6e22e}.highlight .nf{color:#a6e22e}.highlight .nl{color:#f8f8f2}.highlight .nn{color:#f8f8f2}.highlight .nx{color:#a6e22e}.highlight .py{color:#f8f8f2}.highlight .nt{color:#f92672}.highlight .nv{color:#f8f8f2}.highlight .ow{color:#f92672}.highlight .w{color:#f8f8f2}.highlight .mb{color:#ae81ff}.highlight .mf{color:#ae81ff}.highlight .mh{color:#ae81ff}.highlight .mi{color:#ae81ff}.highlight .mo{color:#ae81ff}.highlight .sa{color:#e6db74}.highlight .sb{color:#e6db74}.highlight .sc{color:#e6db74}.highlight .dl{color:#e6db74}.highlight .sd{color:#e6db74}.highlight .s2{color:#e6db74}.highlight .se{color:#ae81ff}.highlight .sh{color:#e6db74}.highlight .si{color:#e6db74}.highlight .sx{color:#e6db74}.highlight .sr{color:#e6db74}.highlight .s1{color:#e6db74}.highlight .ss{color:#e6db74}.highlight .bp{color:#f8f8f2}.highlight .fm{color:#a6e22e}.highlight .vc{color:#f8f8f2}.highlight .vg{color:#f8f8f2}.highlight .vi{color:#f8f8f2}.highlight .vm{color:#f8f8f2}.highlight .il{color:#ae81ff}.align-container{display:table;width:100%;height:100%}.align-inner{display:table-cell;vertical-align:middle}.align-inner--top{vertical-align:top}.align-inner--bottom{vertical-align:bottom}@media (min-width: 768px){.align-right{text-align:right}}@-ms-viewport{width:device-width}.visible-xs{display:none !important}.visible-sm{display:none !important}.visible-md{display:none !important}.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width: 767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width: 767px){.visible-xs-block{display:block !important}}@media (max-width: 767px){.visible-xs-inline{display:inline !important}}@media (max-width: 767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-block{display:block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline{display:inline !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-block{display:block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline{display:inline !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width: 1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width: 1200px){.visible-lg-block{display:block !important}}@media (min-width: 1200px){.visible-lg-inline{display:inline !important}}@media (min-width: 1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width: 767px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media (min-width: 1200px){.hidden-lg{display:none !important}}.btn{border-bottom:0;padding:0;font-family:"Montserrat",sans-serif;font-weight:500;display:inline-block;margin:0 0 1.25rem 0}.btn--full-width{display:block;width:100%}.btn--rounded{border-radius:3.125rem}.btn--dark,.hero-subheader .btn--github,.hero-subheader .btn--w-arrow-down{color:#fff;background-color:#0078d4;padding:.5625rem 1.5625rem;transition:color .2s, background-color .2s}@media (min-width: 768px){.btn--dark,.hero-subheader .btn--github,.hero-subheader .btn--w-arrow-down{padding:.8125rem 2.1875rem}}.btn--dark:hover,.hero-subheader .btn--github:hover,.hero-subheader .btn--w-arrow-down:hover,.btn--dark:focus,.hero-subheader .btn--github:focus,.hero-subheader .btn--w-arrow-down:focus,.btn--dark:active,.hero-subheader .btn--github:active,.hero-subheader .btn--w-arrow-down:active{color:#0078d4;background-color:#f6d000}.btn--w-icon .icon,.btn--w-icon .sections-list ul li.has-submenu::after,.sections-list ul .btn--w-icon li.has-submenu::after,.btn--w-icon .example a::after,.example .btn--w-icon a::after{float:right;font-size:1.375rem;margin-left:.75rem;position:relative;bottom:-.125rem}.btn--w-icon-left .icon,.btn--w-icon-left .sections-list ul li.has-submenu::after,.sections-list ul .btn--w-icon-left li.has-submenu::after,.btn--w-icon-left .example a::after,.example .btn--w-icon-left a::after{float:left;margin-left:0;margin-right:.75rem}.btn--read-more{text-transform:uppercase}.btn--read-more .icon,.btn--read-more .sections-list ul li.has-submenu::after,.sections-list ul .btn--read-more li.has-submenu::after,.btn--read-more .example a::after,.example .btn--read-more a::after{display:inline-block;margin-left:.625rem;transition:transform .2s}.btn--read-more:hover .icon,.btn--read-more:hover .sections-list ul li.has-submenu::after,.sections-list ul .btn--read-more:hover li.has-submenu::after,.btn--read-more:hover .example a::after,.example .btn--read-more:hover a::after,.btn--read-more:focus .icon,.btn--read-more:focus .sections-list ul li.has-submenu::after,.sections-list ul .btn--read-more:focus li.has-submenu::after,.btn--read-more:focus .example a::after,.example .btn--read-more:focus a::after,.btn--read-more:active .icon,.btn--read-more:active .sections-list ul li.has-submenu::after,.sections-list ul .btn--read-more:active li.has-submenu::after,.btn--read-more:active .example a::after,.example .btn--read-more:active a::after{-webkit-transform:translate(.3125rem, 0);-moz-transform:translate(.3125rem, 0);-ms-transform:translate(.3125rem, 0);transform:translate(.3125rem, 0)}.content>:first-child{margin-top:0}.error-404{background-color:#E8F2FC;text-align:center}.error-404 .align-container{height:100vh}.error-404__title{color:#0078d4;font-weight:normal;font-size:1.75em;margin-top:0}@media (min-width: 768px){.error-404__title{font-size:2.5em}}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container::before,.container::after{content:' ';display:table}.container::after{clear:both}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid::before,.container-fluid::after{content:' ';display:table}.container-fluid::after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row::before,.row::after{content:' ';display:table}.row::after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0%}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media (min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}@font-face{font-family:'icons';src:url("../fonts/icons/icons.ttf") format("truetype"),url("../fonts/icons/icons.woff") format("woff"),url("../fonts/icons/icons.svg#icons") format("svg");font-weight:normal;font-style:normal}.icon,.sections-list ul li.has-submenu::after,.example a::after{font-family:'icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1}.icon--behance::before{content:'\e900'}.icon--bitbucket::before{content:'\e901'}.icon--codepen::before{content:'\e902'}.icon--dribbble::before{content:'\e903'}.icon--dropbox::before{content:'\e904'}.icon--facebook::before{content:'\e905'}.icon--github::before{content:'\e906'}.icon--gitlab::before{content:'\e907'}.icon--google-plus::before{content:'\e908'}.icon--gulp::before{content:'\e909'}.icon--instagram::before{content:'\e90a'}.icon--kickstarter::before{content:'\e90b'}.icon--linkedin::before{content:'\e90c'}.icon--medium::before{content:'\e90d'}.icon--meetup::before{content:'\e90e'}.icon--pocket::before{content:'\e90f'}.icon--producthunt::before{content:'\e910'}.icon--reddit::before{content:'\e911'}.icon--skype::before{content:'\e912'}.icon--slack::before{content:'\e913'}.icon--stackoverflow::before{content:'\e914'}.icon--trello::before{content:'\e915'}.icon--tumblr::before{content:'\e916'}.icon--twitter::before{content:'\e917'}.icon--youtube::before{content:'\e918'}.icon--arrow-down::before{content:'\e919'}.icon--arrow-left::before{content:'\e91a'}.icon--arrow-right::before{content:'\e91b'}.icon--arrow-up::before{content:'\e91c'}.icon--chevron-down::before{content:'\e91d'}.icon--chevron-left::before{content:'\e91e'}.icon--chevron-right::before{content:'\e91f'}.icon--chevron-up::before{content:'\e920'}.icon--home::before{content:'\e921'}.icon--maximize::before{content:'\e922'}.icon--x::before{content:'\e923'}.section{padding:3.75rem 0 2.5rem 0}@media (min-width: 768px){.section{padding:6.25rem 0 5rem 0}}.section--darker-theme-color-bg{background-color:#e3e3e3}.section--grey{background-color:#f5f5f5}.callout{border:2px solid #efefef;background-color:#f9f9f9;padding:.9375rem 1.25rem .625rem 1.25rem;margin:0 0 1.25rem 0}@media (min-width: 768px){.callout{padding:1.25rem 1.875rem .9375rem 1.875rem}}.callout p{font-size:.9375em;line-height:1.8em;margin-bottom:.625rem}.callout strong{display:block;color:#333;font-family:"Montserrat",sans-serif;font-size:1.133em;font-weight:500;margin-bottom:.625rem}.callout--success{background-color:#eaffee;border-color:#cbffd5}.callout--success strong{color:#00470d}.callout--info{background-color:#f2f8ff;border-color:#deedff}.callout--info strong{color:#00244f}.callout--warning{background-color:#fffae9;border-color:#ffeeb6}.callout--warning strong{color:#836500}.callout--danger{background-color:#ffedeb;border-color:#ffdbd7}.callout--danger strong{color:#850d00}.example{overflow:hidden;color:#fff;background-color:#3c4654;padding:.625rem .625rem .625rem 1.4375rem}.example::before{content:'Example';display:inline-block;margin-top:.25rem;margin-bottom:.25rem;text-transform:uppercase}.example a{border-bottom:0;padding:0;display:block;float:right;color:#0078d4;font-size:.875em;background-color:#fff;border-radius:1.25rem;padding:.25rem 1.25rem .3125rem 1.25rem;transition:background-color .2s}.example a:hover,.example a:focus,.example a:active{background-color:#f6d000}.example a::after{content:'\e922';display:inline-block;position:relative;top:.125rem;margin-left:.5rem}.hero-subheader{color:#0078d4;background-color:#E8F2FC;padding:3.75rem 0 3.4375rem 0}@media (min-width: 768px){.hero-subheader{padding:9.375rem 0 9.0625rem 0}}.hero-subheader .btn{margin-right:.9375rem}.site-header+.hero-subheader{padding:9.375rem 0 3.4375rem 0}@media (min-width: 768px){.site-header+.hero-subheader{padding:15rem 0 9.0625rem 0}}@media (min-width: 768px){.hero-subheader--before-out{padding:9.375rem 0 14.0625rem 0}}.hero-subheader__title{margin-top:0}.hero-subheader__desc{margin-bottom:1.875rem}.hero-subheader__author{border-left:2px solid;padding-left:2.5rem}.hero-subheader__author .btn{margin-bottom:0}.hero-subheader__author-title{font-size:1.25em}.hero-subheader__btn-more{color:inherit}.micro-nav{color:#fff;background-color:#0078d4;padding:.9375rem 0;text-align:center}@media (min-width: 768px){.micro-nav{text-align:left}}.micro-nav__back{border-bottom:0;padding:0;display:inline-block;font-weight:500;font-family:"Montserrat",sans-serif;text-transform:uppercase}.micro-nav__back:hover .icon,.micro-nav__back:hover .sections-list ul li.has-submenu::after,.sections-list ul .micro-nav__back:hover li.has-submenu::after,.micro-nav__back:hover .example a::after,.example .micro-nav__back:hover a::after,.micro-nav__back:focus .icon,.micro-nav__back:focus .sections-list ul li.has-submenu::after,.sections-list ul .micro-nav__back:focus li.has-submenu::after,.micro-nav__back:focus .example a::after,.example .micro-nav__back:focus a::after,.micro-nav__back:active .icon,.micro-nav__back:active .sections-list ul li.has-submenu::after,.sections-list ul .micro-nav__back:active li.has-submenu::after,.micro-nav__back:active .example a::after,.example .micro-nav__back:active a::after{-webkit-transform:translate(-.3125rem, 0);-moz-transform:translate(-.3125rem, 0);-ms-transform:translate(-.3125rem, 0);transform:translate(-.3125rem, 0)}.micro-nav__back .icon,.micro-nav__back .sections-list ul li.has-submenu::after,.sections-list ul .micro-nav__back li.has-submenu::after,.micro-nav__back .example a::after,.example .micro-nav__back a::after{display:inline-block;margin-right:.5rem;position:relative;bottom:-.125rem;transition:transform .2s}.nav-grid{font-size:.9375em;line-height:1.8em;color:#0078d4}@media (min-width: 768px){.nav-grid--out{margin-top:-11.25rem}}.nav-grid__item{border-bottom:0;padding:0;display:block;background-color:#E8F2FC;border:2px solid rgba(0,120,212,0.2);margin-bottom:.9375rem;transition:background-color .2s, border .2s}@media (min-width: 768px){.nav-grid__item{margin-bottom:1.875rem}}.nav-grid__item:hover,.nav-grid__item:active,.nav-grid__item:focus{border-color:#0078d4}.nav-grid__item:hover .nav-grid__btn,.nav-grid__item:active .nav-grid__btn,.nav-grid__item:focus .nav-grid__btn{border-color:#0078d4}.nav-grid__item:hover .nav-grid__btn .icon,.nav-grid__item:hover .nav-grid__btn .sections-list ul li.has-submenu::after,.sections-list ul .nav-grid__item:hover .nav-grid__btn li.has-submenu::after,.nav-grid__item:hover .nav-grid__btn .example a::after,.example .nav-grid__item:hover .nav-grid__btn a::after,.nav-grid__item:active .nav-grid__btn .icon,.nav-grid__item:active .nav-grid__btn .sections-list ul li.has-submenu::after,.sections-list ul .nav-grid__item:active .nav-grid__btn li.has-submenu::after,.nav-grid__item:active .nav-grid__btn .example a::after,.example .nav-grid__item:active .nav-grid__btn a::after,.nav-grid__item:focus .nav-grid__btn .icon,.nav-grid__item:focus .nav-grid__btn .sections-list ul li.has-submenu::after,.sections-list ul .nav-grid__item:focus .nav-grid__btn li.has-submenu::after,.nav-grid__item:focus .nav-grid__btn .example a::after,.example .nav-grid__item:focus .nav-grid__btn a::after{-webkit-transform:translate(.625rem, 0);-moz-transform:translate(.625rem, 0);-ms-transform:translate(.625rem, 0);transform:translate(.625rem, 0)}.nav-grid__content{padding:1.25rem 1.875rem .625rem 1.875rem}.nav-grid__content::before,.nav-grid__content::after{content:' ';display:table}.nav-grid__content::after{clear:both}@media (min-width: 992px){.nav-grid__content{padding:1.875rem 2.5rem 1.25rem 2.5rem}}.nav-grid__content p{margin-bottom:.625rem}.nav-grid__title{display:block;font-size:1.75em;font-weight:500;padding:0;margin-top:0;border:0}.nav-grid__btn{font-family:"Montserrat",sans-serif;font-weight:500;text-transform:uppercase;border-top:2px solid rgba(0,120,212,0.2);padding:1.25rem 1.875rem 0 1.875rem;transition:border .2s}@media (min-width: 992px){.nav-grid__btn{padding:1.25rem 2.5rem 0 2.5rem}}.nav-grid__btn .icon,.nav-grid__btn .sections-list ul li.has-submenu::after,.sections-list ul .nav-grid__btn li.has-submenu::after,.nav-grid__btn .example a::after,.example .nav-grid__btn a::after{display:inline-block;font-size:1.25em;margin-left:.5rem;position:relative;bottom:-.125rem;transition:transform .2s}.page-nav{color:#0078d4;background-color:#E8F2FC;padding:1.25rem 0}@media (min-width: 768px){.page-nav{padding:2.1875rem 0 2.5rem 0}}.page-nav__item{border-bottom:0;padding:0;display:block;text-align:center;font-weight:500;font-family:"Montserrat",sans-serif}@media (min-width: 768px){.page-nav__item{font-size:1.75em}}.page-nav__item+.page-nav__item{border-top:1px solid rgba(51,51,51,0.15);padding-top:1.25rem;margin-top:1.25rem}@media (min-width: 768px){.page-nav__item+.page-nav__item{border-top:0;padding-top:0;margin-top:0}}.page-nav__item .icon,.page-nav__item .sections-list ul li.has-submenu::after,.sections-list ul .page-nav__item li.has-submenu::after,.page-nav__item .example a::after,.example .page-nav__item a::after{display:inline-block;position:relative;bottom:-.0625rem;transition:transform .2s}@media (min-width: 768px){.page-nav__item--prev{float:left}}.page-nav__item--prev:hover .icon,.page-nav__item--prev:hover .sections-list ul li.has-submenu::after,.sections-list ul .page-nav__item--prev:hover li.has-submenu::after,.page-nav__item--prev:hover .example a::after,.example .page-nav__item--prev:hover a::after,.page-nav__item--prev:focus .icon,.page-nav__item--prev:focus .sections-list ul li.has-submenu::after,.sections-list ul .page-nav__item--prev:focus li.has-submenu::after,.page-nav__item--prev:focus .example a::after,.example .page-nav__item--prev:focus a::after,.page-nav__item--prev:active .icon,.page-nav__item--prev:active .sections-list ul li.has-submenu::after,.sections-list ul .page-nav__item--prev:active li.has-submenu::after,.page-nav__item--prev:active .example a::after,.example .page-nav__item--prev:active a::after{-webkit-transform:translate(-.625rem, 0);-moz-transform:translate(-.625rem, 0);-ms-transform:translate(-.625rem, 0);transform:translate(-.625rem, 0)}.page-nav__item--prev .icon,.page-nav__item--prev .sections-list ul li.has-submenu::after,.sections-list ul .page-nav__item--prev li.has-submenu::after,.page-nav__item--prev .example a::after,.example .page-nav__item--prev a::after{margin-right:.625rem}@media (min-width: 768px){.page-nav__item--next{float:right}}.page-nav__item--next:hover .icon,.page-nav__item--next:hover .sections-list ul li.has-submenu::after,.sections-list ul .page-nav__item--next:hover li.has-submenu::after,.page-nav__item--next:hover .example a::after,.example .page-nav__item--next:hover a::after,.page-nav__item--next:focus .icon,.page-nav__item--next:focus .sections-list ul li.has-submenu::after,.sections-list ul .page-nav__item--next:focus li.has-submenu::after,.page-nav__item--next:focus .example a::after,.example .page-nav__item--next:focus a::after,.page-nav__item--next:active .icon,.page-nav__item--next:active .sections-list ul li.has-submenu::after,.sections-list ul .page-nav__item--next:active li.has-submenu::after,.page-nav__item--next:active .example a::after,.example .page-nav__item--next:active a::after{-webkit-transform:translate(.625rem, 0);-moz-transform:translate(.625rem, 0);-ms-transform:translate(.625rem, 0);transform:translate(.625rem, 0)}.page-nav__item--next .icon,.page-nav__item--next .sections-list ul li.has-submenu::after,.sections-list ul .page-nav__item--next li.has-submenu::after,.page-nav__item--next .example a::after,.example .page-nav__item--next a::after{margin-left:.625rem}.sections-list{float:left;margin-top:1.25rem}.sections-list-wrapper{width:100%}.sections-list.affix{position:fixed;top:0}.sections-list.affix-bottom{position:absolute}.sections-list ul ul{margin-top:.625rem;margin-bottom:0}.sections-list ul li{margin-bottom:.625rem;border-left:3px solid #eee;transition:border .2s}.sections-list ul li.active{border-left-color:#0078d4}.sections-list ul li.has-submenu{padding-right:1.25rem}.sections-list ul li.has-submenu::after{content:'\e91d';color:#bdbdbd;display:inline-block;font-size:1.25rem;position:absolute;right:0;top:.3125rem;transition:color .2s}.sections-list ul li.has-submenu>ul{display:none}.sections-list ul li.has-submenu.active::after{color:#0078d4}.sections-list ul li.has-submenu.active>ul{display:block}.sections-list ul li::before{display:none}.sections-list ul li a{border-bottom:0;padding:0}.site-footer{background-color:#75757a;padding:3.75rem 0 2.5rem 0}.site-footer hr{width:5.625rem}.site-footer__logo{border-bottom:0;padding:0;display:inline-block;color:#ebebeb;font-family:"Montserrat",sans-serif;font-size:1.75em;font-weight:700;vertical-align:top;margin:0 0 1.25rem 0}.site-footer__logo img{display:block;width:15.625rem}.site-footer__copyright{color:#ebebeb;font-size:.875em;line-height:1.8em}.site-header{position:absolute;width:100%;height:5.625rem;border-bottom:1px solid rgba(0,120,212,0.15)}.site-header__logo{border-bottom:0;padding:0;display:block;float:left;color:#0078d4;font-family:"Montserrat",sans-serif;font-weight:bold;font-size:2em;line-height:5.625rem}.site-header__logo:hover,.site-header__logo:focus,.site-header__logo:active{color:#0078d4}.site-header__logo img{height:calc(5.625rem - 1px)}.site-header__nav{float:right;margin-bottom:0}.site-header__nav li{float:left;padding:0;margin-bottom:0}.site-header__nav li::before{display:none}.site-header__nav::before,.site-header__nav::after{content:' ';display:table}.site-header__nav::after{clear:both}.site-header__nav li+li{margin-left:2.5rem}.site-header__nav a{border-bottom:0;padding:0;display:block;font-size:.875em;font-weight:500;font-family:"Montserrat",sans-serif;line-height:calc(5.625rem - 1px);text-transform:uppercase;border-bottom:1px solid;border-color:transparent;transition:border-color .2s}.site-header__nav a:hover,.site-header__nav a:focus,.site-header__nav a:active{border-color:#0078d4}.offcanvas{overflow:hidden;width:100%;height:100%;text-align:center;background-color:#fff;position:fixed;top:0;bottom:0;opacity:0;visibility:hidden;-webkit-transform:translate(0, -1.875rem);-moz-transform:translate(0, -1.875rem);-ms-transform:translate(0, -1.875rem);transform:translate(0, -1.875rem);transition:transform .2s, opacity .2s, visibility .2s;z-index:2}.offcanvas-expanded .offcanvas{opacity:1;visibility:visible;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.offcanvas__nav{height:100%;overflow:scroll;padding-top:5rem;padding-bottom:5rem;-webkit-overflow-scrolling:touch}.offcanvas__nav li{padding:0}.offcanvas__nav li::before{display:none}.offcanvas__nav li+li{margin-top:1.25rem}.offcanvas__nav a{border-bottom:0;padding:0;color:#0078d4;font-family:"Montserrat",sans-serif;text-transform:uppercase}.offcanvas-toggle{height:calc(5.625rem - 1px);width:5.625rem;cursor:pointer;position:fixed;right:0;top:0;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:3}.offcanvas-toggle span{display:block;height:2px;width:1.875rem;background-color:#0078d4;position:absolute;left:1.875rem;transition:top .2s, transform .2s, opacity .2s}.offcanvas-toggle span:first-child{top:2.125rem}.offcanvas-toggle span:nth-child(2){top:2.6875rem}.offcanvas-toggle span:last-child{top:3.25rem}.offcanvas-expanded .offcanvas-toggle span:first-child,.offcanvas-expanded .offcanvas-toggle span:last-child{top:2.6875rem}.offcanvas-expanded .offcanvas-toggle span:first-child{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.offcanvas-expanded .offcanvas-toggle span:last-child{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.offcanvas-expanded .offcanvas-toggle span:nth-child(2){opacity:0}.social-list{margin-bottom:0}.social-list li{display:inline-block;padding:0}.social-list li+li{margin-left:1.25rem;margin-bottom:1.25rem}.social-list li::before{display:none}.social-list__item{border-bottom:0;padding:0;display:block;color:#bdbdbd;font-size:1.875em;line-height:1;transition:color .2s}.social-list__item.social-list__item--behance:hover,.social-list__item.social-list__item--behance:focus,.social-list__item.social-list__item--behance:active{color:#1769ff}.social-list__item.social-list__item--bitbucket:hover,.social-list__item.social-list__item--bitbucket:focus,.social-list__item.social-list__item--bitbucket:active{color:#205081}.social-list__item.social-list__item--codepen:hover,.social-list__item.social-list__item--codepen:focus,.social-list__item.social-list__item--codepen:active{color:#494949}.social-list__item.social-list__item--dribbble:hover,.social-list__item.social-list__item--dribbble:focus,.social-list__item.social-list__item--dribbble:active{color:#ea4c89}.social-list__item.social-list__item--dropbox:hover,.social-list__item.social-list__item--dropbox:focus,.social-list__item.social-list__item--dropbox:active{color:#007ee5}.social-list__item.social-list__item--facebook:hover,.social-list__item.social-list__item--facebook:focus,.social-list__item.social-list__item--facebook:active{color:#3b5998}.social-list__item.social-list__item--github:hover,.social-list__item.social-list__item--github:focus,.social-list__item.social-list__item--github:active{color:#333}.social-list__item.social-list__item--gitlab:hover,.social-list__item.social-list__item--gitlab:focus,.social-list__item.social-list__item--gitlab:active{color:#fc6d26}.social-list__item.social-list__item--google-plus:hover,.social-list__item.social-list__item--google-plus:focus,.social-list__item.social-list__item--google-plus:active{color:#dd4b39}.social-list__item.social-list__item--gulp:hover,.social-list__item.social-list__item--gulp:focus,.social-list__item.social-list__item--gulp:active{color:#DA4648}.social-list__item.social-list__item--instagram:hover,.social-list__item.social-list__item--instagram:focus,.social-list__item.social-list__item--instagram:active{color:#e1306c}.social-list__item.social-list__item--kickstarter:hover,.social-list__item.social-list__item--kickstarter:focus,.social-list__item.social-list__item--kickstarter:active{color:#2bde73}.social-list__item.social-list__item--linkedin:hover,.social-list__item.social-list__item--linkedin:focus,.social-list__item.social-list__item--linkedin:active{color:#0077b5}.social-list__item.social-list__item--medium:hover,.social-list__item.social-list__item--medium:focus,.social-list__item.social-list__item--medium:active{color:#00ab6c}.social-list__item.social-list__item--meetup:hover,.social-list__item.social-list__item--meetup:focus,.social-list__item.social-list__item--meetup:active{color:#e0393e}.social-list__item.social-list__item--pocket:hover,.social-list__item.social-list__item--pocket:focus,.social-list__item.social-list__item--pocket:active{color:#ef4056}.social-list__item.social-list__item--producthunt:hover,.social-list__item.social-list__item--producthunt:focus,.social-list__item.social-list__item--producthunt:active{color:#da552f}.social-list__item.social-list__item--reddit:hover,.social-list__item.social-list__item--reddit:focus,.social-list__item.social-list__item--reddit:active{color:#ff4500}.social-list__item.social-list__item--skype:hover,.social-list__item.social-list__item--skype:focus,.social-list__item.social-list__item--skype:active{color:#00aff0}.social-list__item.social-list__item--slack:hover,.social-list__item.social-list__item--slack:focus,.social-list__item.social-list__item--slack:active{color:#3eb991}.social-list__item.social-list__item--stackoverflow:hover,.social-list__item.social-list__item--stackoverflow:focus,.social-list__item.social-list__item--stackoverflow:active{color:#f48024}.social-list__item.social-list__item--trello:hover,.social-list__item.social-list__item--trello:focus,.social-list__item.social-list__item--trello:active{color:#0079bf}.social-list__item.social-list__item--tumblr:hover,.social-list__item.social-list__item--tumblr:focus,.social-list__item.social-list__item--tumblr:active{color:#35465c}.social-list__item.social-list__item--twitter:hover,.social-list__item.social-list__item--twitter:focus,.social-list__item.social-list__item--twitter:active{color:#1da1f2}.social-list__item.social-list__item--youtube:hover,.social-list__item.social-list__item--youtube:focus,.social-list__item.social-list__item--youtube:active{color:#cd201f}.social-list__item .icon,.social-list__item .example a::after,.example .social-list__item a::after,.social-list__item .sections-list ul li.has-submenu::after,.sections-list ul .social-list__item li.has-submenu::after{display:block}.title-anchor-link{border-bottom:0;padding:0;display:block;position:absolute;opacity:0;-webkit-transform:translate3d(-100%, 0, 0);-moz-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);transition:opacity .2s;padding-right:.625rem}h1:hover .title-anchor-link,h1:focus .title-anchor-link,h1:active .title-anchor-link,.h1:hover .title-anchor-link,.h1:focus .title-anchor-link,.h1:active .title-anchor-link,h2:hover .title-anchor-link,h2:focus .title-anchor-link,h2:active .title-anchor-link,.h2:hover .title-anchor-link,.h2:focus .title-anchor-link,.h2:active .title-anchor-link,h3:hover .title-anchor-link,h3:focus .title-anchor-link,h3:active .title-anchor-link,.h3:hover .title-anchor-link,.h3:focus .title-anchor-link,.h3:active .title-anchor-link,h4:hover .title-anchor-link,h4:focus .title-anchor-link,h4:active .title-anchor-link,.h4:hover .title-anchor-link,.h4:focus .title-anchor-link,.h4:active .title-anchor-link,h5:hover .title-anchor-link,h5:focus .title-anchor-link,h5:active .title-anchor-link,.h5:hover .title-anchor-link,.h5:focus .title-anchor-link,.h5:active .title-anchor-link,h6:hover .title-anchor-link,h6:focus .title-anchor-link,h6:active .title-anchor-link,.h6:hover .title-anchor-link,.h6:focus .title-anchor-link,.h6:active .title-anchor-link{opacity:.4}h1:hover .title-anchor-link:hover,h1:hover .title-anchor-link:focus,h1:hover .title-anchor-link:active,h1:focus .title-anchor-link:hover,h1:focus .title-anchor-link:focus,h1:focus .title-anchor-link:active,h1:active .title-anchor-link:hover,h1:active .title-anchor-link:focus,h1:active .title-anchor-link:active,.h1:hover .title-anchor-link:hover,.h1:hover .title-anchor-link:focus,.h1:hover .title-anchor-link:active,.h1:focus .title-anchor-link:hover,.h1:focus .title-anchor-link:focus,.h1:focus .title-anchor-link:active,.h1:active .title-anchor-link:hover,.h1:active .title-anchor-link:focus,.h1:active .title-anchor-link:active,h2:hover .title-anchor-link:hover,h2:hover .title-anchor-link:focus,h2:hover .title-anchor-link:active,h2:focus .title-anchor-link:hover,h2:focus .title-anchor-link:focus,h2:focus .title-anchor-link:active,h2:active .title-anchor-link:hover,h2:active .title-anchor-link:focus,h2:active .title-anchor-link:active,.h2:hover .title-anchor-link:hover,.h2:hover .title-anchor-link:focus,.h2:hover .title-anchor-link:active,.h2:focus .title-anchor-link:hover,.h2:focus .title-anchor-link:focus,.h2:focus .title-anchor-link:active,.h2:active .title-anchor-link:hover,.h2:active .title-anchor-link:focus,.h2:active .title-anchor-link:active,h3:hover .title-anchor-link:hover,h3:hover .title-anchor-link:focus,h3:hover .title-anchor-link:active,h3:focus .title-anchor-link:hover,h3:focus .title-anchor-link:focus,h3:focus .title-anchor-link:active,h3:active .title-anchor-link:hover,h3:active .title-anchor-link:focus,h3:active .title-anchor-link:active,.h3:hover .title-anchor-link:hover,.h3:hover .title-anchor-link:focus,.h3:hover .title-anchor-link:active,.h3:focus .title-anchor-link:hover,.h3:focus .title-anchor-link:focus,.h3:focus .title-anchor-link:active,.h3:active .title-anchor-link:hover,.h3:active .title-anchor-link:focus,.h3:active .title-anchor-link:active,h4:hover .title-anchor-link:hover,h4:hover .title-anchor-link:focus,h4:hover .title-anchor-link:active,h4:focus .title-anchor-link:hover,h4:focus .title-anchor-link:focus,h4:focus .title-anchor-link:active,h4:active .title-anchor-link:hover,h4:active .title-anchor-link:focus,h4:active .title-anchor-link:active,.h4:hover .title-anchor-link:hover,.h4:hover .title-anchor-link:focus,.h4:hover .title-anchor-link:active,.h4:focus .title-anchor-link:hover,.h4:focus .title-anchor-link:focus,.h4:focus .title-anchor-link:active,.h4:active .title-anchor-link:hover,.h4:active .title-anchor-link:focus,.h4:active .title-anchor-link:active,h5:hover .title-anchor-link:hover,h5:hover .title-anchor-link:focus,h5:hover .title-anchor-link:active,h5:focus .title-anchor-link:hover,h5:focus .title-anchor-link:focus,h5:focus .title-anchor-link:active,h5:active .title-anchor-link:hover,h5:active .title-anchor-link:focus,h5:active .title-anchor-link:active,.h5:hover .title-anchor-link:hover,.h5:hover .title-anchor-link:focus,.h5:hover .title-anchor-link:active,.h5:focus .title-anchor-link:hover,.h5:focus .title-anchor-link:focus,.h5:focus .title-anchor-link:active,.h5:active .title-anchor-link:hover,.h5:active .title-anchor-link:focus,.h5:active .title-anchor-link:active,h6:hover .title-anchor-link:hover,h6:hover .title-anchor-link:focus,h6:hover .title-anchor-link:active,h6:focus .title-anchor-link:hover,h6:focus .title-anchor-link:focus,h6:focus .title-anchor-link:active,h6:active .title-anchor-link:hover,h6:active .title-anchor-link:focus,h6:active .title-anchor-link:active,.h6:hover .title-anchor-link:hover,.h6:hover .title-anchor-link:focus,.h6:hover .title-anchor-link:active,.h6:focus .title-anchor-link:hover,.h6:focus .title-anchor-link:focus,.h6:focus .title-anchor-link:active,.h6:active .title-anchor-link:hover,.h6:active .title-anchor-link:focus,.h6:active .title-anchor-link:active{opacity:1}.msft .hero-subheader{background-color:#ebebeb}.msft .nav-grid__item{background-color:#ebebeb}.msft .nav-grid__item:hover,.msft .nav-grid__item:active,.msft .nav-grid__item:focus{background-color:#ebebeb}.msft .section--darker-theme-color-bg{background-color:#e3e3e3}.msft .page-nav{background-color:#ebebeb}.msft.error-404{background-color:#ebebeb}.green .hero-subheader{background-color:#F0FAE6}.green .nav-grid__item{background-color:#F0FAE6}.green .nav-grid__item:hover,.green .nav-grid__item:active,.green .nav-grid__item:focus{background-color:#F0FAE6}.green .section--darker-theme-color-bg{background-color:#e8f7d9}.green .page-nav{background-color:#F0FAE6}.green.error-404{background-color:#F0FAE6}.red .hero-subheader{background-color:#FFECE6}.red .nav-grid__item{background-color:#FFECE6}.red .nav-grid__item:hover,.red .nav-grid__item:active,.red .nav-grid__item:focus{background-color:#FFECE6}.red .section--darker-theme-color-bg{background-color:#ffe0d7}.red .page-nav{background-color:#FFECE6}.red.error-404{background-color:#FFECE6}.yellow .hero-subheader{background-color:#FCFDE8}.yellow .nav-grid__item{background-color:#FCFDE8}.yellow .nav-grid__item:hover,.yellow .nav-grid__item:active,.yellow .nav-grid__item:focus{background-color:#FCFDE8}.yellow .section--darker-theme-color-bg{background-color:#fafcda}.yellow .page-nav{background-color:#FCFDE8}.yellow.error-404{background-color:#FCFDE8}.purple .hero-subheader{background-color:#FDE8F8}.purple .nav-grid__item{background-color:#FDE8F8}.purple .nav-grid__item:hover,.purple .nav-grid__item:active,.purple .nav-grid__item:focus{background-color:#FDE8F8}.purple .section--darker-theme-color-bg{background-color:#fcdaf4}.purple .page-nav{background-color:#FDE8F8}.purple.error-404{background-color:#FDE8F8} + +/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/_site/doks-theme/assets/css/style.css.map b/_site/doks-theme/assets/css/style.css.map new file mode 100644 index 000000000..454eb8353 --- /dev/null +++ b/_site/doks-theme/assets/css/style.css.map @@ -0,0 +1,82 @@ +{ + "version": 3, + "file": "style.css", + "sources": [ + "style.scss", + "doks-theme/_sass/_variables.scss", + "doks-theme/_sass/tools/_prefixer.scss", + "doks-theme/_sass/tools/_clearfix.scss", + "doks-theme/_sass/tools/_grid-framework.scss", + "doks-theme/_sass/tools/_grid.scss", + "doks-theme/_sass/tools/_hyperlinks.scss", + "doks-theme/_sass/tools/_lists.scss", + "doks-theme/_sass/tools/_responsive-visibility.scss", + "doks-theme/_sass/generic/_normalize.scss", + "doks-theme/_sass/generic/_base.scss", + "doks-theme/_sass/generic/_code.scss", + "doks-theme/_sass/utilities/_alignment.scss", + "doks-theme/_sass/utilities/_visibility.scss", + "doks-theme/_sass/objects/_buttons.scss", + "doks-theme/_sass/objects/_content.scss", + "doks-theme/_sass/objects/_error-404.scss", + "doks-theme/_sass/objects/_grid.scss", + "doks-theme/_sass/objects/_icons.scss", + "doks-theme/_sass/objects/_section.scss", + "doks-theme/_sass/components/_callout.scss", + "doks-theme/_sass/components/_example.scss", + "doks-theme/_sass/components/_hero-subheader.scss", + "doks-theme/_sass/components/_micro-nav.scss", + "doks-theme/_sass/components/_nav-grid.scss", + "doks-theme/_sass/components/_page-nav.scss", + "doks-theme/_sass/components/_sections-list.scss", + "doks-theme/_sass/components/_site-footer.scss", + "doks-theme/_sass/components/_site-header.scss", + "doks-theme/_sass/components/_social-list.scss", + "doks-theme/_sass/components/_title-anchor-link.scss", + "doks-theme/_sass/themes/_msft.scss", + "doks-theme/_sass/themes/_green.scss", + "doks-theme/_sass/themes/_red.scss", + "doks-theme/_sass/themes/_yellow.scss", + "doks-theme/_sass/themes/_purple.scss" + ], + "sourcesContent": [ + "/**\n * Style (style.scss)\n */\n\n/* ----- Charset ----- */\n@charset 'utf-8';\n\n/* ----- Variables ----- */\n@import 'variables';\n\n/* ----- Tools ----- */\n@import 'tools/prefixer';\n@import 'tools/clearfix';\n@import 'tools/grid-framework';\n@import 'tools/grid';\n@import 'tools/hyperlinks';\n@import 'tools/lists';\n@import 'tools/responsive-visibility';\n\n/* ----- Base ----- */\n@import 'generic/normalize';\n@import 'generic/base';\n@import 'generic/code';\n\n/* ----- Utilities ----- */\n@import 'utilities/alignment';\n@import 'utilities/visibility';\n\n/* ----- Objects ----- */\n@import 'objects/buttons';\n@import 'objects/content';\n@import 'objects/error-404';\n@import 'objects/grid';\n@import 'objects/icons';\n@import 'objects/section';\n\n/* ----- Components ----- */\n@import 'components/callout';\n@import 'components/example';\n@import 'components/hero-subheader';\n@import 'components/micro-nav';\n@import 'components/nav-grid';\n@import 'components/page-nav';\n@import 'components/sections-list';\n@import 'components/site-footer';\n@import 'components/site-header';\n@import 'components/social-list';\n@import 'components/title-anchor-link';\n\n/* ----- Themes ----- */\n@import 'themes/msft';\n@import 'themes/green';\n@import 'themes/red';\n@import 'themes/yellow';\n@import 'themes/purple';\n", + "/**\n * Variables (_variables.scss)\n */\n\n/* ----- Colors ----- */\n// General\n$color-white: #fff !default;\n$color-black: #000 !default;\n$color-dark: #333 !default;\n$color-dark-blue: #0078d4 !default;\n$color-yellow: #f6d000 !default;\n\n// Base\n$color-h2-border: #dadada !default;\n$color-horizontal-rule: #dadada !default;\n$color-list-prefix: #a0a0a0 !default;\n$color-definition-list: #8a8a8a !default;\n$color-table-border: #f5f5f5 !default;\n$color-table-header-border: #ececec !default;\n$color-table-header-bg: #f5f5f5 !default;\n\n// Code\n$color-code: #c0341d !default;\n$color-code-bg: #fcefed !default;\n$color-pre: #f8f8f2 !default;\n$color-pre-border: #3c4654 !default;\n\n// Section\n$color-section-grey: #f5f5f5 !default;\n\n// Callouts\n$color-callout: #f9f9f9 !default;\n$color-callout-success: #eaffee !default;\n$color-callout-info: #f2f8ff !default;\n$color-callout-warning: #fffae9 !default;\n$color-callout-danger: #ffedeb !default;\n\n// Footer\n$color-footer-bg: #75757a !default;\n$color-footer-copyright: #ebebeb !default;\n\n// Social list\n$color-social-item: #bdbdbd !default;\n\n// Themes\n$color-theme-msft: #ebebeb !default;\n$color-theme-green: #F0FAE6 !default;\n$color-theme-blue: #E8F2FC !default;\n$color-theme-purple: #FDE8F8 !default;\n$color-theme-red: #FFECE6 !default;\n$color-theme-yellow: #FCFDE8 !default;\n\n/* ----- Font families ----- */\n$font-family-primary: 'Noto Sans', sans-serif !default;\n$font-family-secondary: 'Montserrat', sans-serif !default;\n$font-family-monospace: 'Source Code Pro', monospace !default;\n\n/* ----- Font sizes ----- */\n// Base\n$font-size-base: 1em !default;\n\n// Headings\n$font-size-h1: 2.5em !default;\n$font-size-h2: 2em !default;\n$font-size-h3: 1.75em !default;\n$font-size-h4: 1.5em !default;\n$font-size-h5: 1.25em !default;\n$font-size-h6: 1em !default;\n\n// Other\n$font-size-small: 0.75em !default;\n\n/* ----- Line heights ----- */\n// Base\n$line-height-base: 1.8em !default;\n\n// Headings\n$line-height-headings: 1.5em !default;\n\n/* ----- Z Indexes ----- */\n$z-index-offcanvas: 2 !default;\n$z-index-offcanvas-toggle: 3 !default;\n\n/* ----- Media queries breakpoints ----- */\n// Mobile first\n$screen-xs-min: 480px !default; // Extra small screens, Phones\n$screen-sm-min: 768px !default; // Small screens, Tablets\n$screen-md-min: 992px !default; // Medium screens, Desktop\n$screen-lg-min: 1200px !default; // Large screens, Wide desktops\n\n// Desktop first\n$screen-xs-max: ($screen-sm-min - 1) !default;\n$screen-sm-max: ($screen-md-min - 1) !default;\n$screen-md-max: ($screen-lg-min - 1) !default;\n\n/* ----- Grid system ----- */\n// Columns\n$grid-columns: 12 !default;\n\n// Gutter\n$grid-gutter-width: 30px !default;\n\n// Container\n$container-tablet: (720px + $grid-gutter-width) !default;\n$container-sm: $container-tablet !default;\n$container-desktop: (940px + $grid-gutter-width) !default;\n$container-md: $container-desktop !default;\n$container-large-desktop: (1140px + $grid-gutter-width) !default;\n$container-lg: $container-large-desktop !default;\n", + "/**\n * Prefixer (tools/_prefixer.scss)\n */\n\n/* ----- Box sizing ----- */\n@mixin box-sizing ($value) {\n\t-webkit-box-sizing: $value;\n\t-moz-box-sizing: $value;\n\tbox-sizing: $value;\n}\n\n/* ----- Transform ----- */\n// Rotate\n@mixin rotate ($deg) {\n\t-webkit-transform: rotate(#{$deg}deg);\n\t-moz-transform: rotate(#{$deg}deg);\n\t-ms-transform: rotate(#{$deg}deg);\n\ttransform: rotate(#{$deg}deg);\n}\n\n// Translate\n@mixin translate ($x, $y) {\n\t-webkit-transform: translate($x, $y);\n\t-moz-transform: translate($x, $y);\n\t-ms-transform: translate($x, $y);\n\ttransform: translate($x, $y);\n}\n\n// Translate 3D\n@mixin translate3d ($x, $y, $z) {\n\t-webkit-transform: translate3d($x, $y, $z);\n\t-moz-transform: translate3d($x, $y, $z);\n\ttransform: translate3d($x, $y, $z);\n}\n", + "/**\n * Clearfix (tools/_clearfix.scss)\n */\n\n/* ----- General ----- */\n@mixin clearfix {\n\t&::before,\n\t&::after {\n\t\tcontent: ' ';\n\t\tdisplay: table;\n\t}\n\n\t&::after {\n\t\tclear: both;\n\t}\n}\n", + "/**\n * Grid framework (tools/_grid-framework.scss)\n */\n\n/* ----- Make grid columns ----- */\n@mixin make-grid-columns($i: 1, $list: \".col-xs-#{$i}, .col-sm-#{$i}, .col-md-#{$i}, .col-lg-#{$i}\") {\n\t@for $i from (1 + 1) through $grid-columns {\n\t\t$list: \"#{$list}, .col-xs-#{$i}, .col-sm-#{$i}, .col-md-#{$i}, .col-lg-#{$i}\";\n\t}\n\n\t#{$list} {\n\t\tposition: relative;\n\t\tmin-height: 1px;\n\t\tpadding-left: ceil(($grid-gutter-width / 2));\n\t\tpadding-right: floor(($grid-gutter-width / 2));\n\t}\n}\n\n/* ----- Float grid columns ----- */\n@mixin float-grid-columns($class, $i: 1, $list: \".col-#{$class}-#{$i}\") {\n\t@for $i from (1 + 1) through $grid-columns {\n\t\t$list: \"#{$list}, .col-#{$class}-#{$i}\";\n\t}\n\n\t#{$list} {\n\t\tfloat: left;\n\t}\n}\n\n/* ----- Calc grid column ----- */\n@mixin calc-grid-column($index, $class, $type) {\n\t@if ($type == width) and ($index > 0) {\n\t\t.col-#{$class}-#{$index} {\n\t\t\twidth: percentage(($index / $grid-columns));\n\t\t}\n\t}\n\n\t@if ($type == push) and ($index > 0) {\n\t\t.col-#{$class}-push-#{$index} {\n\t\t\tleft: percentage(($index / $grid-columns));\n\t\t}\n\t}\n\n\t@if ($type == push) and ($index == 0) {\n\t\t.col-#{$class}-push-0 {\n\t\t\tleft: auto;\n\t\t}\n\t}\n\n\t@if ($type == pull) and ($index > 0) {\n\t\t.col-#{$class}-pull-#{$index} {\n\t\t\tright: percentage(($index / $grid-columns));\n\t\t}\n\t}\n\n\t@if ($type == pull) and ($index == 0) {\n\t\t.col-#{$class}-pull-0 {\n\t\t\tright: auto;\n\t\t}\n\t}\n\n\t@if ($type == offset) {\n\t\t.col-#{$class}-offset-#{$index} {\n\t\t\tmargin-left: percentage(($index / $grid-columns));\n\t\t}\n\t}\n}\n\n/* ----- Loop grid columns ----- */\n@mixin loop-grid-columns($columns, $class, $type) {\n\t@for $i from 0 through $columns {\n\t\t@include calc-grid-column($i, $class, $type);\n\t}\n}\n\n/* ----- Make grid ----- */\n@mixin make-grid($class) {\n\t@include float-grid-columns($class);\n\t@include loop-grid-columns($grid-columns, $class, width);\n\t@include loop-grid-columns($grid-columns, $class, pull);\n\t@include loop-grid-columns($grid-columns, $class, push);\n\t@include loop-grid-columns($grid-columns, $class, offset);\n}\n", + "/**\n * Grid (tools/_grid.scss)\n */\n\n/* ----- Centered container element ----- */\n@mixin container-fixed($gutter: $grid-gutter-width) {\n\tmargin-right: auto;\n\tmargin-left: auto;\n\tpadding-left: floor(($gutter / 2));\n\tpadding-right: ceil(($gutter / 2));\n\t@include clearfix;\n}\n\n/* ----- Creates a wrapper for a series of columns ----- */\n@mixin make-row($gutter: $grid-gutter-width) {\n\tmargin-left: ceil(($gutter / -2));\n\tmargin-right: floor(($gutter / -2));\n\t@include clearfix;\n}\n\n/* ----- Generate the extra small columns ----- */\n@mixin make-xs-column($columns, $gutter: $grid-gutter-width) {\n\tposition: relative;\n\tfloat: left;\n\twidth: percentage(($columns / $grid-columns));\n\tmin-height: 1px;\n\tpadding-left: ($gutter / 2);\n\tpadding-right: ($gutter / 2);\n}\n\n@mixin make-xs-column-offset($columns) {\n\tmargin-left: percentage(($columns / $grid-columns));\n}\n\n@mixin make-xs-column-push($columns) {\n\tleft: percentage(($columns / $grid-columns));\n}\n\n@mixin make-xs-column-pull($columns) {\n\tright: percentage(($columns / $grid-columns));\n}\n\n/* ----- Generate the small columns ----- */\n@mixin make-sm-column($columns, $gutter: $grid-gutter-width) {\n\tposition: relative;\n\tmin-height: 1px;\n\tpadding-left: ($gutter / 2);\n\tpadding-right: ($gutter / 2);\n\n\t@media (min-width: $screen-sm-min) {\n\t\tfloat: left;\n\t\twidth: percentage(($columns / $grid-columns));\n\t}\n}\n\n@mixin make-sm-column-offset($columns) {\n\t@media (min-width: $screen-sm-min) {\n\t\tmargin-left: percentage(($columns / $grid-columns));\n\t}\n}\n\n@mixin make-sm-column-push($columns) {\n\t@media (min-width: $screen-sm-min) {\n\t\tleft: percentage(($columns / $grid-columns));\n\t}\n}\n\n@mixin make-sm-column-pull($columns) {\n\t@media (min-width: $screen-sm-min) {\n\t\tright: percentage(($columns / $grid-columns));\n\t}\n}\n\n/* ----- Generate the medium columns ----- */\n@mixin make-md-column($columns, $gutter: $grid-gutter-width) {\n\tposition: relative;\n\tmin-height: 1px;\n\tpadding-left: ($gutter / 2);\n\tpadding-right: ($gutter / 2);\n\n\t@media (min-width: $screen-md-min) {\n\t\tfloat: left;\n\t\twidth: percentage(($columns / $grid-columns));\n\t}\n}\n\n@mixin make-md-column-offset($columns) {\n\t@media (min-width: $screen-md-min) {\n\t\tmargin-left: percentage(($columns / $grid-columns));\n\t}\n}\n\n@mixin make-md-column-push($columns) {\n\t@media (min-width: $screen-md-min) {\n\t\tleft: percentage(($columns / $grid-columns));\n\t}\n}\n\n@mixin make-md-column-pull($columns) {\n\t@media (min-width: $screen-md-min) {\n\t\tright: percentage(($columns / $grid-columns));\n\t}\n}\n\n/* ----- Generate the large columns ----- */\n@mixin make-lg-column($columns, $gutter: $grid-gutter-width) {\n\tposition: relative;\n\tmin-height: 1px;\n\tpadding-left: ($gutter / 2);\n\tpadding-right: ($gutter / 2);\n\n\t@media (min-width: $screen-lg-min) {\n\t\tfloat: left;\n\t\twidth: percentage(($columns / $grid-columns));\n\t}\n}\n\n@mixin make-lg-column-offset($columns) {\n\t@media (min-width: $screen-lg-min) {\n\t\tmargin-left: percentage(($columns / $grid-columns));\n\t}\n}\n\n@mixin make-lg-column-push($columns) {\n\t@media (min-width: $screen-lg-min) {\n\t\tleft: percentage(($columns / $grid-columns));\n\t}\n}\n\n@mixin make-lg-column-pull($columns) {\n\t@media (min-width: $screen-lg-min) {\n\t\tright: percentage(($columns / $grid-columns));\n\t}\n}\n", + "/**\n * Hyperlinks (tools/_hyperlinks.scss)\n */\n\n/* ----- Reset ----- */\n@mixin link-reset {\n\tborder-bottom: 0;\n\tpadding: 0;\n}\n", + "/**\n * Lists (tools/_lists.scss)\n */\n\n/* ----- Horizontal list ----- */\n@mixin list-horizontal {\n\tli {\n\t\tfloat: left;\n\t\tpadding: 0;\n\t\tmargin-bottom: 0;\n\n\t\t&::before {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n}\n", + "/**\n * Responsive visibility (tools/_responsive-visibility.scss)\n */\n\n/* ----- Visibility ----- */\n@mixin responsive-visibility($parent) {\n\t#{$parent} {\n\t\tdisplay: block !important;\n\t}\n\ttable#{$parent} { display: table !important; }\n\ttr#{$parent} { display: table-row !important; }\n\tth#{$parent},\n\ttd#{$parent} { display: table-cell !important; }\n}\n\n/* ----- Invisibility ----- */\n@mixin responsive-invisibility($parent) {\n\t#{$parent} {\n\t\tdisplay: none !important;\n\t}\n}\n", + "/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */\n\n/* Document\n ========================================================================== */\n\n/**\n * 1. Correct the line height in all browsers.\n * 2. Prevent adjustments of font size after orientation changes in\n * IE on Windows Phone and in iOS.\n */\n\nhtml {\n line-height: 1.15; /* 1 */\n -ms-text-size-adjust: 100%; /* 2 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/* Sections\n ========================================================================== */\n\n/**\n * Remove the margin in all browsers (opinionated).\n */\n\nbody {\n margin: 0;\n}\n\n/**\n * Add the correct display in IE 9-.\n */\n\narticle,\naside,\nfooter,\nheader,\nnav,\nsection {\n display: block;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n * 1. Add the correct display in IE.\n */\n\nfigcaption,\nfigure,\nmain { /* 1 */\n display: block;\n}\n\n/**\n * Add the correct margin in IE 8.\n */\n\nfigure {\n margin: 1em 40px;\n}\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\npre {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * 1. Remove the gray background on active links in IE 10.\n * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.\n */\n\na {\n background-color: transparent; /* 1 */\n -webkit-text-decoration-skip: objects; /* 2 */\n}\n\n/**\n * 1. Remove the bottom border in Chrome 57- and Firefox 39-.\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Prevent the duplicate application of `bolder` by the next rule in Safari 6.\n */\n\nb,\nstrong {\n font-weight: inherit;\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font style in Android 4.3-.\n */\n\ndfn {\n font-style: italic;\n}\n\n/**\n * Add the correct background and color in IE 9-.\n */\n\nmark {\n background-color: #ff0;\n color: #000;\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n */\n\naudio,\nvideo {\n display: inline-block;\n}\n\n/**\n * Add the correct display in iOS 4-7.\n */\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/**\n * Remove the border on images inside links in IE 10-.\n */\n\nimg {\n border-style: none;\n}\n\n/**\n * Hide the overflow in IE.\n */\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * 1. Change the font styles in all browsers (opinionated).\n * 2. Remove the margin in Firefox and Safari.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: sans-serif; /* 1 */\n font-size: 100%; /* 1 */\n line-height: 1.15; /* 1 */\n margin: 0; /* 2 */\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n text-transform: none;\n}\n\n/**\n * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n * controls in Android 4.\n * 2. Correct the inability to style clickable types in iOS and Safari.\n */\n\nbutton,\nhtml [type=\"button\"], /* 1 */\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; /* 2 */\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\n * Correct the padding in Firefox.\n */\n\nfieldset {\n padding: 0.35em 0.75em 0.625em;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n\nlegend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n}\n\n/**\n * 1. Add the correct display in IE 9-.\n * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n display: inline-block; /* 1 */\n vertical-align: baseline; /* 2 */\n}\n\n/**\n * Remove the default vertical scrollbar in IE.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10-.\n * 2. Remove the padding in IE 10-.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.\n */\n\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/* Interactive\n ========================================================================== */\n\n/*\n * Add the correct display in IE 9-.\n * 1. Add the correct display in Edge, IE, and Firefox.\n */\n\ndetails, /* 1 */\nmenu {\n display: block;\n}\n\n/*\n * Add the correct display in all browsers.\n */\n\nsummary {\n display: list-item;\n}\n\n/* Scripting\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n */\n\ncanvas {\n display: inline-block;\n}\n\n/**\n * Add the correct display in IE.\n */\n\ntemplate {\n display: none;\n}\n\n/* Hidden\n ========================================================================== */\n\n/**\n * Add the correct display in IE 10-.\n */\n\n[hidden] {\n display: none;\n}\n", + "/**\n * Base (generic/_base.scss)\n */\n\n/* ----- General ----- */\nhtml {\n\tfont-size: 14px;\n\t@include box-sizing(border-box);\n\t-webkit-tap-highlight-color: transparent;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\n\t@media (min-width: $screen-sm-min) {\n\t\tfont-size: 16px;\n\t}\n}\n\nbody {\n\tcolor: $color-dark;\n\tfont-family: $font-family-primary;\n\tfont-size: $font-size-base;\n\tline-height: $line-height-base;\n}\n\n/* ----- Everything ----- */\n* {\n\t&,\n\t&::before,\n\t&::after {\n\t\t@include box-sizing(inherit);\n\t}\n}\n\n/* ----- Headings ----- */\nh1, .h1,\nh2, .h2,\nh3, .h3,\nh4, .h4,\nh5, .h5,\nh6, .h6 {\n\tfont-family: $font-family-secondary;\n\tfont-weight: 400;\n\tline-height: $line-height-headings;\n\tmargin: 2.5rem 0 .9375rem 0;\n\n\t&[id] {\n\t\tposition: relative;\n\t}\n\n\t& + & {\n\t\tmargin-top: 0;\n\t}\n}\n\nh1, .h1 {\n\tfont-size: $font-size-h1;\n\tfont-weight: 700;\n}\n\nh2, .h2 {\n\tfont-size: $font-size-h2;\n\tfont-weight: 700;\n\tborder-bottom: 1px solid $color-h2-border;\n\tpadding-bottom: .5rem;\n}\n\nh3, .h3 {\n\tfont-size: $font-size-h3;\n\tfont-weight: 500;\n}\n\nh4, .h4 {\n\tfont-size: $font-size-h4;\n}\n\nh5, .h5 {\n\tfont-size: $font-size-h5;\n}\n\nh6, .h6 {\n\tfont-size: $font-size-h6;\n}\n\n/* ----- Inline elements ----- */\nsmall,\n.text-small {\n\tfont-size: $font-size-small;\n}\n\n/* ----- Paragraphs ----- */\np {\n\tmargin: 0 0 1.25rem 0;\n}\n\n/* ----- Hyperlinks ----- */\na {\n\tcolor: inherit;\n\ttext-decoration: none;\n\tborder-bottom: .0625em solid;\n\tborder-color: inherit;\n\tpadding-bottom: .125em;\n}\n\n/* ----- Images ----- */\nimg {\n\tmax-width: 100%;\n\theight: auto;\n\tvertical-align: top;\n}\n\n/* ----- Horizontal rules ----- */\nhr {\n\tborder: 0;\n\tborder-top: 1px solid $color-horizontal-rule;\n\tmargin: 0 0 1.25rem 0;\n}\n\n/* ----- States ----- */\n::-moz-selection {\n\tbackground: rgba($color-yellow, .99);\n\tcolor: $color-dark-blue;\n}\n\n::selection {\n\tbackground: rgba($color-yellow, .99);\n\tcolor: $color-dark-blue;\n}\n\n/* ----- Quotes ----- */\nblockquote {\n\tmargin: 0 0 1.25rem 0;\n}\n\nq {\n\tcolor: $color-dark-blue;\n}\n\n/* ----- Lists ----- */\nul {\n\tlist-style-type: none;\n\tpadding: 0;\n\tmargin: 0 0 1.25rem 0;\n\n\tli {\n\t\tposition: relative;\n\t\tpadding-left: 1.875rem;\n\t\tmargin-bottom: .3125rem;\n\n\t\t&:before {\n\t\t\tcontent: '\\2014';\n\t\t\tcolor: $color-list-prefix;\n\t\t\tposition: absolute;\n\t\t\tleft: 0;\n\t\t}\n\t}\n}\n\n/* ----- Definition lists ----- */\ndl {\n\tmargin: 0 0 1.25rem 0;\n\n\tdt {\n\t\tcolor: $color-definition-list;\n\t\tfont-weight: 700;\n\t}\n\n\tdd {\n\t\tmargin: 0;\n\t}\n}\n\n/* ----- Acronym and Emphasize tags ----- */\nacronym,\nem {\n\tfont-style: italic;\n}\n\n/* ----- Tables ----- */\ntable {\n\twidth: 100%;\n\ttext-align: left;\n\tfont-size: $font-size-base;\n\tborder-collapse: collapse;\n\tmargin: 0 0 1.25rem 0;\n\n\tth, td {\n\t\tborder: 2px solid $color-table-border;\n\t\tvertical-align: middle;\n\t\tpadding: .625rem .9375rem;\n\n\t\t@media (min-width: $screen-sm-min) {\n\t\t\tpadding: .8125rem 1.25rem;\n\t\t}\n\n\t\ta {\n\t\t\tborder-color: $color-dark;\n\t\t}\n\t}\n\n\tth {\n\t\tfont-family: $font-family-secondary;\n\t\ttext-transform: uppercase;\n\t\tbackground-color: $color-table-header-bg;\n\t\tborder-color: $color-table-header-border;\n\t}\n}\n\n.table-responsive {\n\twidth: 100%;\n\toverflow-x: scroll;\n\t-webkit-overflow-scrolling: touch;\n\tmargin: 0 0 1.25rem 0;\n\n\t@media (min-width: $screen-sm-min) {\n\t\toverflow-x: visible;\n\t}\n\n\ttable {\n\t\tmin-width: 43.75rem;\n\t\tmargin: 0;\n\n\t\t@media (min-width: $screen-sm-min) {\n\t\t\tmin-width: 0;\n\t\t\tmargin: 0;\n\t\t}\n\t}\n}\n\n/* ----- Iframe ----- */\niframe {\n\tdisplay: block;\n\tborder: 0;\n\tmargin: 0 0 1.25rem 0;\n}\n\n/* ----- Button ----- */\nbutton {\n\tborder: 0;\n\tpadding: 0;\n\tbackground-color: transparent;\n\n\t&:focus {\n\t\toutline: none;\n\t}\n}\n", + "/**\n * Code (generic/_code.scss)\n */\n\n/* ----- General ----- */\ncode,\nkbd,\ntt {\n\tfont-family: $font-family-monospace;\n\tcolor: $color-code;\n\tbackground-color: $color-code-bg;\n\tborder-radius: .1875rem;\n\tpadding: .125rem .375rem .1875rem .375rem;\n}\n\npre {\n\toverflow: auto;\n\tborder-left: 8px solid $color-pre-border;\n\tmargin: 0 0 1.25rem 0;\n\t-webkit-overflow-scrolling: touch;\n\n\tcode {\n\t\tcolor: $color-pre;\n\t\tbackground-color: transparent;\n\t\tborder-radius: 0;\n\t\tpadding: 0;\n\t}\n}\n\n/* ----- Highlight ----- */\n.highlight .hll { background-color: #49483e }\npre.highlight { background: #212733; color: $color-pre; padding: 1.5625rem; }\n.highlight .c { color: #75715e } /* Comment */\n.highlight .err { color: #960050; background-color: #1e0010 } /* Error */\n.highlight .k { color: #66d9ef } /* Keyword */\n.highlight .l { color: #ae81ff } /* Literal */\n.highlight .n { color: #f8f8f2 } /* Name */\n.highlight .o { color: #f92672 } /* Operator */\n.highlight .p { color: #f8f8f2 } /* Punctuation */\n.highlight .ch { color: #75715e } /* Comment.Hashbang */\n.highlight .cm { color: #75715e } /* Comment.Multiline */\n.highlight .cp { color: #75715e } /* Comment.Preproc */\n.highlight .cpf { color: #75715e } /* Comment.PreprocFile */\n.highlight .c1 { color: #75715e } /* Comment.Single */\n.highlight .cs { color: #75715e } /* Comment.Special */\n.highlight .gd { color: #f92672 } /* Generic.Deleted */\n.highlight .ge { font-style: italic } /* Generic.Emph */\n.highlight .gi { color: #a6e22e } /* Generic.Inserted */\n.highlight .gs { font-weight: bold } /* Generic.Strong */\n.highlight .gu { color: #75715e } /* Generic.Subheading */\n.highlight .kc { color: #66d9ef } /* Keyword.Constant */\n.highlight .kd { color: #66d9ef } /* Keyword.Declaration */\n.highlight .kn { color: #f92672 } /* Keyword.Namespace */\n.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */\n.highlight .kr { color: #66d9ef } /* Keyword.Reserved */\n.highlight .kt { color: #66d9ef } /* Keyword.Type */\n.highlight .ld { color: #e6db74 } /* Literal.Date */\n.highlight .m { color: #ae81ff } /* Literal.Number */\n.highlight .s { color: #e6db74 } /* Literal.String */\n.highlight .na { color: #a6e22e } /* Name.Attribute */\n.highlight .nb { color: #f8f8f2 } /* Name.Builtin */\n.highlight .nc { color: #a6e22e } /* Name.Class */\n.highlight .no { color: #66d9ef } /* Name.Constant */\n.highlight .nd { color: #a6e22e } /* Name.Decorator */\n.highlight .ni { color: #f8f8f2 } /* Name.Entity */\n.highlight .ne { color: #a6e22e } /* Name.Exception */\n.highlight .nf { color: #a6e22e } /* Name.Function */\n.highlight .nl { color: #f8f8f2 } /* Name.Label */\n.highlight .nn { color: #f8f8f2 } /* Name.Namespace */\n.highlight .nx { color: #a6e22e } /* Name.Other */\n.highlight .py { color: #f8f8f2 } /* Name.Property */\n.highlight .nt { color: #f92672 } /* Name.Tag */\n.highlight .nv { color: #f8f8f2 } /* Name.Variable */\n.highlight .ow { color: #f92672 } /* Operator.Word */\n.highlight .w { color: #f8f8f2 } /* Text.Whitespace */\n.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */\n.highlight .mf { color: #ae81ff } /* Literal.Number.Float */\n.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */\n.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */\n.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */\n.highlight .sa { color: #e6db74 } /* Literal.String.Affix */\n.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */\n.highlight .sc { color: #e6db74 } /* Literal.String.Char */\n.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */\n.highlight .sd { color: #e6db74 } /* Literal.String.Doc */\n.highlight .s2 { color: #e6db74 } /* Literal.String.Double */\n.highlight .se { color: #ae81ff } /* Literal.String.Escape */\n.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */\n.highlight .si { color: #e6db74 } /* Literal.String.Interpol */\n.highlight .sx { color: #e6db74 } /* Literal.String.Other */\n.highlight .sr { color: #e6db74 } /* Literal.String.Regex */\n.highlight .s1 { color: #e6db74 } /* Literal.String.Single */\n.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */\n.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */\n.highlight .fm { color: #a6e22e } /* Name.Function.Magic */\n.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */\n.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */\n.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */\n.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */\n.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */\n", + "/**\n * Alignment (utilities/_alignment.scss)\n */\n\n/* ----- Vertical alignment ----- */\n.align-container {\n\tdisplay: table;\n\twidth: 100%;\n\theight: 100%;\n}\n\n.align-inner {\n\tdisplay: table-cell;\n\tvertical-align: middle;\n}\n\n.align-inner--top {\n\tvertical-align: top;\n}\n\n.align-inner--bottom {\n\tvertical-align: bottom;\n}\n\n/* ----- Horizontal alignment ----- */\n.align-right {\n\t@media (min-width: $screen-sm-min) {\n\t\ttext-align: right;\n\t}\n}\n", + "/**\n * Visibility (utilities/_visibility.scss)\n */\n\n/* ----- IE Responsive issue fix ----- */\n@at-root {\n\t@-ms-viewport {\n\t\twidth: device-width;\n\t}\n}\n\n/* ----- Visibility ----- */\n@include responsive-invisibility('.visible-xs');\n@include responsive-invisibility('.visible-sm');\n@include responsive-invisibility('.visible-md');\n@include responsive-invisibility('.visible-lg');\n\n.visible-xs-block,\n.visible-xs-inline,\n.visible-xs-inline-block,\n.visible-sm-block,\n.visible-sm-inline,\n.visible-sm-inline-block,\n.visible-md-block,\n.visible-md-inline,\n.visible-md-inline-block,\n.visible-lg-block,\n.visible-lg-inline,\n.visible-lg-inline-block {\n\tdisplay: none !important;\n}\n\n@media (max-width: $screen-xs-max) {\n\t@include responsive-visibility('.visible-xs');\n}\n\n.visible-xs-block {\n\t@media (max-width: $screen-xs-max) {\n\t\tdisplay: block !important;\n\t}\n}\n\n.visible-xs-inline {\n\t@media (max-width: $screen-xs-max) {\n\t\tdisplay: inline !important;\n\t}\n}\n\n.visible-xs-inline-block {\n\t@media (max-width: $screen-xs-max) {\n\t\tdisplay: inline-block !important;\n\t}\n}\n\n@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {\n\t@include responsive-visibility('.visible-sm');\n}\n\n.visible-sm-block {\n\t@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {\n\t\tdisplay: block !important;\n\t}\n}\n\n.visible-sm-inline {\n\t@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {\n\t\tdisplay: inline !important;\n\t}\n}\n\n.visible-sm-inline-block {\n\t@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {\n\t\tdisplay: inline-block !important;\n\t}\n}\n\n@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {\n\t@include responsive-visibility('.visible-md');\n}\n\n.visible-md-block {\n\t@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {\n\t\tdisplay: block !important;\n\t}\n}\n\n.visible-md-inline {\n\t@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {\n\t\tdisplay: inline !important;\n\t}\n}\n\n.visible-md-inline-block {\n\t@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {\n\t\tdisplay: inline-block !important;\n\t}\n}\n\n@media (min-width: $screen-lg-min) {\n\t@include responsive-visibility('.visible-lg');\n}\n\n.visible-lg-block {\n\t@media (min-width: $screen-lg-min) {\n\t\tdisplay: block !important;\n\t}\n}\n\n.visible-lg-inline {\n\t@media (min-width: $screen-lg-min) {\n\t\tdisplay: inline !important;\n\t}\n}\n\n.visible-lg-inline-block {\n\t@media (min-width: $screen-lg-min) {\n\t\tdisplay: inline-block !important;\n\t}\n}\n\n@media (max-width: $screen-xs-max) {\n\t@include responsive-invisibility('.hidden-xs');\n}\n\n@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {\n\t@include responsive-invisibility('.hidden-sm');\n}\n\n@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {\n\t@include responsive-invisibility('.hidden-md');\n}\n\n@media (min-width: $screen-lg-min) {\n\t@include responsive-invisibility('.hidden-lg');\n}\n", + "/**\n * Buttons (objects/_buttons.scss)\n */\n\n/* ----- General ----- */\n.btn {\n\t@include link-reset;\n\tfont-family: $font-family-secondary;\n\tfont-weight: 500;\n\tdisplay: inline-block;\n\tmargin: 0 0 1.25rem 0;\n}\n\n/* ----- Variations ----- */\n.btn--full-width {\n\tdisplay: block;\n\twidth: 100%;\n}\n\n.btn--rounded {\n\tborder-radius: 3.125rem;\n}\n\n.btn--dark {\n\tcolor: $color-white;\n\tbackground-color: $color-dark-blue;\n\tpadding: .5625rem 1.5625rem;\n\ttransition: color .2s, background-color .2s;\n\n\t@media (min-width: $screen-sm-min) {\n\t\tpadding: .8125rem 2.1875rem;\n\t}\n\n\t&:hover,\n\t&:focus,\n\t&:active {\n\t\tcolor: $color-dark-blue;\n\t\tbackground-color: $color-yellow;\n\t}\n}\n\n.btn--w-icon {\n\t.icon {\n\t\tfloat: right;\n\t\tfont-size: 1.375rem;\n\t\tmargin-left: .75rem;\n\t\tposition: relative;\n\t\tbottom: -.125rem;\n\t}\n}\n\n.btn--w-icon-left {\n\t.icon {\n\t\tfloat: left;\n\t\tmargin-left: 0;\n\t\tmargin-right: .75rem;\n\t}\n}\n\n.btn--read-more {\n\ttext-transform: uppercase;\n\n\t.icon {\n\t\tdisplay: inline-block;\n\t\tmargin-left: .625rem;\n\t\ttransition: transform .2s;\n\t}\n\n\t&:hover,\n\t&:focus,\n\t&:active {\n\t\t.icon {\n\t\t\t@include translate(.3125rem, 0);\n\t\t}\n\t}\n}\n", + "/**\n * Content (objects/_content.scss)\n */\n\n/* ----- Headings ----- */\n.content {\n\t> :first-child {\n\t\tmargin-top: 0;\n\t}\n}\n", + "/**\n * Error 404 (objects/_error-404.scss)\n */\n\n/* ----- General ----- */\n.error-404 {\n\tbackground-color: $color-theme-blue;\n\ttext-align: center;\n\n\t.align-container {\n\t\theight: 100vh;\n\t}\n}\n\n/* ----- Title ----- */\n.error-404__title {\n\tcolor: $color-dark-blue;\n\tfont-weight: normal;\n\tfont-size: $font-size-h3;\n\tmargin-top: 0;\n\n\t@media (min-width: $screen-sm-min) {\n\t\tfont-size: $font-size-h1;\n\t}\n}\n", + "/**\n * Grid (objects/_grid.scss)\n */\n\n/* ----- Container widths ----- */\n.container {\n\t@include container-fixed;\n\n\t@media (min-width: $screen-sm-min) {\n\t\twidth: $container-sm;\n\t}\n\n\t@media (min-width: $screen-md-min) {\n\t\twidth: $container-md;\n\t}\n\n\t@media (min-width: $screen-lg-min) {\n\t\twidth: $container-lg;\n\t}\n}\n\n/* ----- Fluid container ----- */\n.container-fluid {\n\t@include container-fixed;\n}\n\n/* ----- Row ----- */\n.row {\n\t@include make-row;\n}\n\n/* ----- Columns ----- */\n@include make-grid-columns;\n\n/* ----- Extra small grid ----- */\n@include make-grid(xs);\n\n/* ----- Small grid ----- */\n@media (min-width: $screen-sm-min) {\n\t@include make-grid(sm);\n}\n\n/* ----- Medium grid ----- */\n@media (min-width: $screen-md-min) {\n\t@include make-grid(md);\n}\n\n/* ----- Large grid ----- */\n@media (min-width: $screen-lg-min) {\n\t@include make-grid(lg);\n}\n", + "/**\n * Icons (objects/_icons.scss)\n */\n\n/* ----- General ----- */\n@font-face {\n\tfont-family: 'icons';\n\tsrc: url('../fonts/icons/icons.ttf') format('truetype'),\n\t\t url('../fonts/icons/icons.woff') format('woff'),\n\t\t url('../fonts/icons/icons.svg#icons') format('svg');\n\tfont-weight: normal;\n\tfont-style: normal;\n}\n\n.icon {\n\tfont-family: 'icons' !important;\n\tspeak: none;\n\tfont-style: normal;\n\tfont-weight: normal;\n\tfont-variant: normal;\n\ttext-transform: none;\n\tline-height: 1;\n}\n\n/* ----- List of icons ----- */\n.icon--behance {\n\t&::before {\n\t\tcontent: '\\e900';\n\t}\n}\n\n.icon--bitbucket {\n\t&::before {\n\t\tcontent: '\\e901';\n\t}\n}\n\n.icon--codepen {\n\t&::before {\n\t\tcontent: '\\e902';\n\t}\n}\n\n.icon--dribbble {\n\t&::before {\n\t\tcontent: '\\e903';\n\t}\n}\n\n.icon--dropbox {\n\t&::before {\n\t\tcontent: '\\e904';\n\t}\n}\n\n.icon--facebook {\n\t&::before {\n\t\tcontent: '\\e905';\n\t}\n}\n\n.icon--github {\n\t&::before {\n\t\tcontent: '\\e906';\n\t}\n}\n\n.icon--gitlab {\n\t&::before {\n\t\tcontent: '\\e907';\n\t}\n}\n\n.icon--google-plus {\n\t&::before {\n\t\tcontent: '\\e908';\n\t}\n}\n\n.icon--gulp {\n\t&::before {\n\t\tcontent: '\\e909';\n\t}\n}\n\n.icon--instagram {\n\t&::before {\n\t\tcontent: '\\e90a';\n\t}\n}\n\n.icon--kickstarter {\n\t&::before {\n\t\tcontent: '\\e90b';\n\t}\n}\n\n.icon--linkedin {\n\t&::before {\n\t\tcontent: '\\e90c';\n\t}\n}\n\n.icon--medium {\n\t&::before {\n\t\tcontent: '\\e90d';\n\t}\n}\n\n.icon--meetup {\n\t&::before {\n\t\tcontent: '\\e90e';\n\t}\n}\n\n.icon--pocket {\n\t&::before {\n\t\tcontent: '\\e90f';\n\t}\n}\n\n.icon--producthunt {\n\t&::before {\n\t\tcontent: '\\e910';\n\t}\n}\n\n.icon--reddit {\n\t&::before {\n\t\tcontent: '\\e911';\n\t}\n}\n\n.icon--skype {\n\t&::before {\n\t\tcontent: '\\e912';\n\t}\n}\n\n.icon--slack {\n\t&::before {\n\t\tcontent: '\\e913';\n\t}\n}\n\n.icon--stackoverflow {\n\t&::before {\n\t\tcontent: '\\e914';\n\t}\n}\n\n.icon--trello {\n\t&::before {\n\t\tcontent: '\\e915';\n\t}\n}\n\n.icon--tumblr {\n\t&::before {\n\t\tcontent: '\\e916';\n\t}\n}\n\n.icon--twitter {\n\t&::before {\n\t\tcontent: '\\e917';\n\t}\n}\n\n.icon--youtube {\n\t&::before {\n\t\tcontent: '\\e918';\n\t}\n}\n\n.icon--arrow-down {\n\t&::before {\n\t\tcontent: '\\e919';\n\t}\n}\n\n.icon--arrow-left {\n\t&::before {\n\t\tcontent: '\\e91a';\n\t}\n}\n\n.icon--arrow-right {\n\t&::before {\n\t\tcontent: '\\e91b';\n\t}\n}\n\n.icon--arrow-up {\n\t&::before {\n\t\tcontent: '\\e91c';\n\t}\n}\n\n.icon--chevron-down {\n\t&::before {\n\t\tcontent: '\\e91d';\n\t}\n}\n\n.icon--chevron-left {\n\t&::before {\n\t\tcontent: '\\e91e';\n\t}\n}\n\n.icon--chevron-right {\n\t&::before {\n\t\tcontent: '\\e91f';\n\t}\n}\n\n.icon--chevron-up {\n\t&::before {\n\t\tcontent: '\\e920';\n\t}\n}\n\n.icon--home {\n\t&::before {\n\t\tcontent: '\\e921';\n\t}\n}\n\n.icon--maximize {\n\t&::before {\n\t\tcontent: '\\e922';\n\t}\n}\n\n.icon--x {\n\t&::before {\n\t\tcontent: '\\e923';\n\t}\n}\n", + "/**\n * Section (objects/_section.scss)\n */\n\n/* ----- General ----- */\n.section {\n\tpadding: 3.75rem 0 (3.75rem - 1.25rem) 0;\n\n\t@media (min-width: $screen-sm-min) {\n\t\tpadding: 6.25rem 0 (6.25rem - 1.25rem) 0;\n\t}\n}\n\n/* ----- Variations ----- */\n.section--darker-theme-color-bg {\n\tbackground-color: darken($color-theme-msft, 3%);\n}\n\n.section--grey {\n\tbackground-color: $color-section-grey;\n}\n", + "/**\n * Callout (components/_callout.scss)\n */\n\n/* ----- General ----- */\n.callout {\n\tborder: 2px solid darken($color-callout, 4%);\n\tbackground-color: $color-callout;\n\tpadding: .9375rem 1.25rem .625rem 1.25rem;\n\tmargin: 0 0 1.25rem 0;\n\n\t@media (min-width: $screen-sm-min) {\n\t\tpadding: 1.25rem 1.875rem .9375rem 1.875rem;\n\t}\n\n\tp {\n\t\tfont-size: .9375em;\n\t\tline-height: 1.8em;\n\t\tmargin-bottom: .625rem;\n\t}\n\n\tstrong {\n\t\tdisplay: block;\n\t\tcolor: $color-dark;\n\t\tfont-family: $font-family-secondary;\n\t\tfont-size: 1.133em;\n\t\tfont-weight: 500;\n\t\tmargin-bottom: .625rem;\n\t}\n}\n\n/* ----- Variations ----- */\n.callout {\n\t&--success {\n\t\tbackground-color: $color-callout-success;\n\t\tborder-color: darken($color-callout-success, 6%);\n\n\t\tstrong {\n\t\t\tcolor: darken($color-callout-success, 82%);\n\t\t}\n\t}\n\n\t&--info {\n\t\tbackground-color: $color-callout-info;\n\t\tborder-color: darken($color-callout-info, 4%);\n\n\t\tstrong {\n\t\t\tcolor: darken($color-callout-info, 82%);\n\t\t}\n\t}\n\n\t&--warning {\n\t\tbackground-color: $color-callout-warning;\n\t\tborder-color: darken($color-callout-warning, 10%);\n\n\t\tstrong {\n\t\t\tcolor: darken($color-callout-warning, 70%);\n\t\t}\n\t}\n\n\t&--danger {\n\t\tbackground-color: $color-callout-danger;\n\t\tborder-color: darken($color-callout-danger, 4%);\n\n\t\tstrong {\n\t\t\tcolor: darken($color-callout-danger, 70%);\n\t\t}\n\t}\n}\n", + "/**\n * Example (components/_example.scss)\n */\n\n/* ----- General ----- */\n.example {\n\toverflow: hidden;\n\tcolor: $color-white;\n\tbackground-color: $color-pre-border;\n\tpadding: .625rem .625rem .625rem 1.4375rem;\n\n\t&::before {\n\t\tcontent: 'Example';\n\t\tdisplay: inline-block;\n\t\tmargin-top: .25rem;\n\t\tmargin-bottom: .25rem;\n\t\ttext-transform: uppercase;\n\t}\n\n\ta {\n\t\t@include link-reset;\n\t\tdisplay: block;\n\t\tfloat: right;\n\t\tcolor: $color-dark-blue;\n\t\tfont-size: .875em;\n\t\tbackground-color: $color-white;\n\t\tborder-radius: 1.25rem;\n\t\tpadding: .25rem 1.25rem .3125rem 1.25rem;\n\t\ttransition: background-color .2s;\n\n\t\t&:hover,\n\t\t&:focus,\n\t\t&:active {\n\t\t\tbackground-color: $color-yellow;\n\t\t}\n\n\t\t&::after {\n\t\t\t@extend .icon;\n\t\t\tcontent: '\\e922';\n\t\t\tdisplay: inline-block;\n\t\t\tposition: relative;\n\t\t\ttop: .125rem;\n\t\t\tmargin-left: .5rem;\n\t\t}\n\t}\n}\n", + "/**\n * Hero subheader (components/_hero-subheader.scss)\n */\n\n/* ----- General ----- */\n.hero-subheader {\n\tcolor: $color-dark-blue;\n\tbackground-color: $color-theme-blue;\n\tpadding: 3.75rem 0 (4.6875rem - 1.25rem) 0;\n\n\t@media (min-width: $screen-sm-min) {\n\t\tpadding: 9.375rem 0 (10.3125rem - 1.25rem) 0;\n\t}\n\n\t.btn {\n\t\tmargin-right: .9375rem;\n\t}\n\n\t.btn--github,\n\t.btn--w-arrow-down {\n\t\t@extend .btn--dark;\n\t}\n\n\t.site-header + & {\n\t\tpadding: 9.375rem 0 (4.6875rem - 1.25rem) 0;\n\n\t\t@media (min-width: $screen-sm-min) {\n\t\t\tpadding: 15rem 0 (10.3125rem - 1.25rem) 0;\n\t\t}\n\t}\n}\n\n.hero-subheader--before-out {\n\t@media (min-width: $screen-sm-min) {\n\t\tpadding: 9.375rem 0 (15.3125rem - 1.25rem) 0;\n\t}\n}\n\n/* ----- Title ----- */\n.hero-subheader__title {\n\tmargin-top: 0;\n}\n\n/* ----- Title ----- */\n.hero-subheader__desc {\n\tmargin-bottom: 1.875rem;\n}\n\n/* ----- Author ----- */\n.hero-subheader__author {\n\tborder-left: 2px solid;\n\tpadding-left: 2.5rem;\n\n\t.btn {\n\t\tmargin-bottom: 0;\n\t}\n}\n\n.hero-subheader__author-title {\n\tfont-size: $font-size-h5;\n}\n\n/* ----- More ----- */\n.hero-subheader__btn-more {\n\tcolor: inherit;\n}\n", + "/**\n * Micro nav (components/_micro-nav.scss)\n */\n\n/* ----- General ----- */\n.micro-nav {\n\tcolor: $color-white;\n\tbackground-color: $color-dark-blue;\n\tpadding: .9375rem 0;\n\ttext-align: center;\n\n\t@media (min-width: $screen-sm-min) {\n\t\ttext-align: left;\n\t}\n}\n\n/* ----- Back ----- */\n.micro-nav__back {\n\t@include link-reset;\n\tdisplay: inline-block;\n\tfont-weight: 500;\n\tfont-family: $font-family-secondary;\n\ttext-transform: uppercase;\n\n\t&:hover,\n\t&:focus,\n\t&:active {\n\t\t.icon {\n\t\t\t@include translate(-.3125rem, 0);\n\t\t}\n\t}\n\n\t.icon {\n\t\tdisplay: inline-block;\n\t\tmargin-right: .5rem;\n\t\tposition: relative;\n\t\tbottom: -.125rem;\n\t\ttransition: transform .2s;\n\t}\n}\n", + "/**\n * Nav grid (components/_nav-grid.scss)\n */\n\n/* ----- General ----- */\n.nav-grid {\n\tfont-size: .9375em;\n\tline-height: 1.8em;\n\tcolor: $color-dark-blue;\n}\n\n.nav-grid--out {\n\t@media (min-width: $screen-sm-min) {\n\t\tmargin-top: -11.25rem;\n\t}\n}\n\n/* ----- Item ----- */\n.nav-grid__item {\n\t@include link-reset;\n\tdisplay: block;\n\tbackground-color: $color-theme-blue;\n\tborder: 2px solid rgba($color-dark-blue, .2);\n\tmargin-bottom: .9375rem;\n\ttransition: background-color .2s, border .2s;\n\n\t@media (min-width: $screen-sm-min) {\n\t\tmargin-bottom: 1.875rem;\n\t}\n\n\t&:hover,\n\t&:active,\n\t&:focus {\n\t\tborder-color: $color-dark-blue;\n\n\t\t.nav-grid__btn {\n\t\t\tborder-color: $color-dark-blue;\n\n\t\t\t.icon {\n\t\t\t\t@include translate(.625rem, 0);\n\t\t\t}\n\t\t}\n\t}\n}\n\n/* ----- Content ----- */\n.nav-grid__content {\n\t@include clearfix();\n\tpadding: 1.25rem 1.875rem .625rem 1.875rem;\n\n\t@media (min-width: $screen-md-min) {\n\t\tpadding: 1.875rem 2.5rem 1.25rem 2.5rem;\n\t}\n\n\tp {\n\t\tmargin-bottom: .625rem;\n\t}\n}\n\n/* ----- Title ----- */\n.nav-grid__title {\n\tdisplay: block;\n\tfont-size: $font-size-h3;\n\tfont-weight: 500;\n\tpadding: 0;\n\tmargin-top: 0;\n\tborder: 0;\n}\n\n/* ----- Read more ----- */\n.nav-grid__btn {\n\tfont-family: $font-family-secondary;\n\tfont-weight: 500;\n\ttext-transform: uppercase;\n\tborder-top: 2px solid rgba($color-dark-blue, .2);\n\tpadding: 1.25rem 1.875rem 0 1.875rem;\n\ttransition: border .2s;\n\n\t@media (min-width: $screen-md-min) {\n\t\tpadding: 1.25rem 2.5rem 0 2.5rem;\n\t}\n\n\t.icon {\n\t\tdisplay: inline-block;\n\t\tfont-size: 1.25em;\n\t\tmargin-left: .5rem;\n\t\tposition: relative;\n\t\tbottom: -.125rem;\n\t\ttransition: transform .2s;\n\t}\n}\n", + "/**\n * Page nav (components/_page-nav.scss)\n */\n\n/* ----- General ----- */\n.page-nav {\n\tcolor: $color-dark-blue;\n\tbackground-color: $color-theme-blue;\n\tpadding: 1.25rem 0;\n\n\t@media (min-width: $screen-sm-min) {\n\t\tpadding: 2.1875rem 0 2.5rem 0;\n\t}\n}\n\n/* ----- Item ----- */\n.page-nav__item {\n\t@include link-reset;\n\tdisplay: block;\n\ttext-align: center;\n\tfont-weight: 500;\n\tfont-family: $font-family-secondary;\n\n\t@media (min-width: $screen-sm-min) {\n\t\tfont-size: $font-size-h3;\n\t}\n\n\t& + & {\n\t\tborder-top: 1px solid rgba($color-dark, .15);\n\t\tpadding-top: 1.25rem;\n\t\tmargin-top: 1.25rem;\n\n\t\t@media (min-width: $screen-sm-min) {\n\t\t\tborder-top: 0;\n\t\t\tpadding-top: 0;\n\t\t\tmargin-top: 0;\n\t\t}\n\t}\n\n\t.icon {\n\t\tdisplay: inline-block;\n\t\tposition: relative;\n\t\tbottom: -.0625rem;\n\t\ttransition: transform .2s;\n\t}\n}\n\n.page-nav__item--prev {\n\t@media (min-width: $screen-sm-min) {\n\t\tfloat: left;\n\t}\n\n\t&:hover,\n\t&:focus,\n\t&:active {\n\t\t.icon {\n\t\t\t@include translate(-.625rem, 0);\n\t\t}\n\t}\n\n\t.icon {\n\t\tmargin-right: .625rem;\n\t}\n}\n\n.page-nav__item--next {\n\t@media (min-width: $screen-sm-min) {\n\t\tfloat: right;\n\t}\n\n\t&:hover,\n\t&:focus,\n\t&:active {\n\t\t.icon {\n\t\t\t@include translate(.625rem, 0);\n\t\t}\n\t}\n\n\t.icon {\n\t\tmargin-left: .625rem;\n\t}\n}\n", + "/**\n * Sections list (components/_sections-list.scss)\n */\n\n/* ----- General ----- */\n.sections-list {\n\tfloat: left;\n\tmargin-top: 1.25rem;\n}\n\n/* ----- Wrapper ----- */\n.sections-list-wrapper {\n\twidth: 100%;\n}\n\n/* ----- Affix ----- */\n.sections-list.affix {\n\tposition: fixed;\n\ttop: 0;\n}\n\n.sections-list.affix-bottom {\n\tposition: absolute;\n}\n\n/* ----- List ----- */\n.sections-list {\n\tul {\n\t\tul {\n\t\t\tmargin-top: .625rem;\n\t\t\tmargin-bottom: 0;\n\t\t}\n\n\t\tli {\n\t\t\tmargin-bottom: .625rem;\n\t\t\tborder-left: 3px solid #eee;\n\t\t\ttransition: border .2s;\n\n\t\t\t&.active {\n\t\t\t\tborder-left-color: $color-dark-blue;\n\t\t\t}\n\n\t\t\t&.has-submenu {\n\t\t\t\tpadding-right: 1.25rem;\n\n\t\t\t\t&::after {\n\t\t\t\t\t@extend .icon;\n\t\t\t\t\tcontent: '\\e91d';\n\t\t\t\t\tcolor: #bdbdbd;\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\tfont-size: 1.25rem;\n\t\t\t\t\tposition: absolute;\n\t\t\t\t\tright: 0;\n\t\t\t\t\ttop: .3125rem;\n\t\t\t\t\ttransition: color .2s;\n\t\t\t\t}\n\n\t\t\t\t> ul {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\n\t\t\t\t&.active {\n\t\t\t\t\t&::after {\n\t\t\t\t\t\tcolor: $color-dark-blue;\n\t\t\t\t\t}\n\n\t\t\t\t\t> ul {\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&::before {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\n\t\t\ta {\n\t\t\t\t@include link-reset;\n\t\t\t}\n\t\t}\n\t}\n}\n", + "/**\n * Site footer (components/_site-footer.scss)\n */\n\n/* ----- General ----- */\n.site-footer {\n\tbackground-color: $color-footer-bg;\n\tpadding: 3.75rem 0 (3.75rem - 1.25rem) 0;\n\n\thr {\n\t\twidth: 5.625rem;\n\t}\n}\n\n/* ----- Logo ----- */\n.site-footer__logo {\n\t@include link-reset;\n\tdisplay: inline-block;\n\tcolor: $color-footer-copyright;\n\tfont-family: $font-family-secondary;\n\tfont-size: $font-size-h3;\n\tfont-weight: 700;\n\tvertical-align: top;\n\tmargin: 0 0 1.25rem 0;\n\n\timg {\n\t\tdisplay: block;\n\t\twidth: 15.625rem;\n\t}\n}\n\n/* ----- Copyright ----- */\n.site-footer__copyright {\n\tcolor: $color-footer-copyright;\n\tfont-size: .875em;\n\tline-height: $line-height-base;\n}\n", + "/**\n * Site header (components/_site-header.scss)\n */\n\n/* ----- General ----- */\n.site-header {\n\tposition: absolute;\n\twidth: 100%;\n\theight: 5.625rem;\n\tborder-bottom: 1px solid rgba($color-dark-blue, .15);\n}\n\n/* ----- Navigation ----- */\n.site-header__logo {\n\t@include link-reset;\n\tdisplay: block;\n\tfloat: left;\n\tcolor: $color-dark-blue;\n\tfont-family: $font-family-secondary;\n\tfont-weight: bold;\n\tfont-size: 2em;\n\tline-height: 5.625rem;\n\n\t&:hover,\n\t&:focus,\n\t&:active {\n\t\tcolor: $color-dark-blue;\n\t}\n\n\timg {\n\t\theight: calc(5.625rem - 1px);\n\t}\n}\n\n/* ----- Navigation ----- */\n.site-header__nav {\n\t@include list-horizontal;\n\t@include clearfix;\n\tfloat: right;\n\tmargin-bottom: 0;\n\n\tli {\n\t\t+ li {\n\t\t\tmargin-left: 2.5rem;\n\t\t}\n\t}\n\n\ta {\n\t\t@include link-reset;\n\t\tdisplay: block;\n\t\tfont-size: .875em;\n\t\tfont-weight: 500;\n\t\tfont-family: $font-family-secondary;\n\t\tline-height: calc(5.625rem - 1px);\n\t\ttext-transform: uppercase;\n\t\tborder-bottom: 1px solid;\n\t\tborder-color: transparent;\n\t\ttransition: border-color .2s;\n\n\t\t&:hover,\n\t\t&:focus,\n\t\t&:active {\n\t\t\tborder-color: $color-dark-blue;\n\t\t}\n\t}\n}\n\n/* ----- Offcanvas ----- */\n.offcanvas {\n\toverflow: hidden;\n\twidth: 100%;\n\theight: 100%;\n\ttext-align: center;\n\tbackground-color: $color-white;\n\tposition: fixed;\n\ttop: 0;\n\tbottom: 0;\n\topacity: 0;\n\tvisibility: hidden;\n\t@include translate(0, -1.875rem);\n\ttransition: transform .2s, opacity .2s, visibility .2s;\n\tz-index: $z-index-offcanvas;\n\n\t.offcanvas-expanded & {\n\t\topacity: 1;\n\t\tvisibility: visible;\n\t\t@include translate(0, 0);\n\t}\n}\n\n/* ----- Offcanvas navigation ----- */\n.offcanvas__nav {\n\theight: 100%;\n\toverflow: scroll;\n\tpadding-top: 5rem;\n\tpadding-bottom: 5rem;\n\t-webkit-overflow-scrolling: touch;\n\n\tli {\n\t\tpadding: 0;\n\n\t\t&::before {\n\t\t\tdisplay: none;\n\t\t}\n\n\t\t+ li {\n\t\t\tmargin-top: 1.25rem;\n\t\t}\n\t}\n\n\ta {\n\t\t@include link-reset;\n\t\tcolor: $color-dark-blue;\n\t\tfont-family: $font-family-secondary;\n\t\ttext-transform: uppercase;\n\t}\n}\n\n/* ----- Offcanvas toggle ----- */\n.offcanvas-toggle {\n\theight: calc(5.625rem - 1px);\n\twidth: 5.625rem;\n\tcursor: pointer;\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\t@include translate3d(0, 0, 0);\n\tz-index: $z-index-offcanvas-toggle;\n\n\tspan {\n\t\tdisplay: block;\n\t\theight: 2px;\n\t\twidth: 1.875rem;\n\t\tbackground-color: $color-dark-blue;\n\t\tposition: absolute;\n\t\tleft: 1.875rem;\n\t\ttransition: top .2s, transform .2s, opacity .2s;\n\n\t\t&:first-child {\n\t\t\ttop: 2.125rem;\n\t\t}\n\n\t\t&:nth-child(2) {\n\t\t\ttop: 2.6875rem;\n\t\t}\n\n\t\t&:last-child {\n\t\t\ttop: 3.25rem;\n\t\t}\n\t}\n\n\t.offcanvas-expanded & {\n\t\tspan {\n\t\t\t&:first-child,\n\t\t\t&:last-child {\n\t\t\t\ttop: 2.6875rem;\n\t\t\t}\n\n\t\t\t&:first-child {\n\t\t\t\t@include rotate(45);\n\t\t\t}\n\n\t\t\t&:last-child {\n\t\t\t\t@include rotate(-45);\n\t\t\t}\n\n\t\t\t&:nth-child(2) {\n\t\t\t\topacity: 0;\n\t\t\t}\n\t\t}\n\t}\n}\n", + "/**\n * Social list (components/_social-list.scss)\n */\n\n/* ----- General ----- */\n.social-list {\n\tmargin-bottom: 0;\n\n\tli {\n\t\tdisplay: inline-block;\n\t\tpadding: 0;\n\n\t\t+ li {\n\t\t\tmargin-left: 1.25rem;\n\t\t\tmargin-bottom: 1.25rem;\n\t\t}\n\n\t\t&::before {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n}\n\n/* ----- Item ----- */\n.social-list__item {\n\t@include link-reset;\n\tdisplay: block;\n\tcolor: $color-social-item;\n\tfont-size: 1.875em;\n\tline-height: 1;\n\ttransition: color .2s;\n\n\t&:hover,\n\t&:focus,\n\t&:active {\n\t\t&.social-list__item--behance {\n\t\t\tcolor: #1769ff;\n\t\t}\n\n\t\t&.social-list__item--bitbucket {\n\t\t\tcolor: #205081;\n\t\t}\n\n\t\t&.social-list__item--codepen {\n\t\t\tcolor: #494949;\n\t\t}\n\n\t\t&.social-list__item--dribbble {\n\t\t\tcolor: #ea4c89;\n\t\t}\n\n\t\t&.social-list__item--dropbox {\n\t\t\tcolor: #007ee5;\n\t\t}\n\n\t\t&.social-list__item--facebook {\n\t\t\tcolor: #3b5998;\n\t\t}\n\n\t\t&.social-list__item--github {\n\t\t\tcolor: #333;\n\t\t}\n\n\t\t&.social-list__item--gitlab {\n\t\t\tcolor: #fc6d26;\n\t\t}\n\n\t\t&.social-list__item--google-plus {\n\t\t\tcolor: #dd4b39;\n\t\t}\n\n\t\t&.social-list__item--gulp {\n\t\t\tcolor: #DA4648;\n\t\t}\n\n\t\t&.social-list__item--instagram {\n\t\t\tcolor: #e1306c;\n\t\t}\n\n\t\t&.social-list__item--kickstarter {\n\t\t\tcolor: #2bde73;\n\t\t}\n\n\t\t&.social-list__item--linkedin {\n\t\t\tcolor: #0077b5;\n\t\t}\n\n\t\t&.social-list__item--medium {\n\t\t\tcolor: #00ab6c;\n\t\t}\n\n\t\t&.social-list__item--meetup {\n\t\t\tcolor: #e0393e;\n\t\t}\n\n\t\t&.social-list__item--pocket {\n\t\t\tcolor: #ef4056;\n\t\t}\n\n\t\t&.social-list__item--producthunt {\n\t\t\tcolor: #da552f;\n\t\t}\n\n\t\t&.social-list__item--reddit {\n\t\t\tcolor: #ff4500;\n\t\t}\n\n\t\t&.social-list__item--skype {\n\t\t\tcolor: #00aff0;\n\t\t}\n\n\t\t&.social-list__item--slack {\n\t\t\tcolor: #3eb991;\n\t\t}\n\n\t\t&.social-list__item--stackoverflow {\n\t\t\tcolor: #f48024;\n\t\t}\n\n\t\t&.social-list__item--trello {\n\t\t\tcolor: #0079bf;\n\t\t}\n\n\t\t&.social-list__item--tumblr {\n\t\t\tcolor: #35465c;\n\t\t}\n\n\t\t&.social-list__item--twitter {\n\t\t\tcolor: #1da1f2;\n\t\t}\n\n\t\t&.social-list__item--youtube {\n\t\t\tcolor: #cd201f;\n\t\t}\n\t}\n\n\t.icon {\n\t\tdisplay: block;\n\t}\n}\n", + "/**\n * Title anchor link (components/_title-anchor-link.scss)\n */\n\n/* ----- General ----- */\n.title-anchor-link {\n\t@include link-reset;\n\tdisplay: block;\n\tposition: absolute;\n\topacity: 0;\n\t@include translate3d(-100%, 0, 0);\n\ttransition: opacity .2s;\n\tpadding-right: .625rem;\n}\n\nh1, .h1,\nh2, .h2,\nh3, .h3,\nh4, .h4,\nh5, .h5,\nh6, .h6 {\n\t&:hover,\n\t&:focus,\n\t&:active {\n\t\t.title-anchor-link {\n\t\t\topacity: .4;\n\n\t\t\t&:hover,\n\t\t\t&:focus,\n\t\t\t&:active {\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t}\n\t}\n}\n", + "/**\n * Red (themes/_red.scss)\n */\n\n/* ----- Hero subheader ----- */\n.msft {\n\t.hero-subheader {\n\t\tbackground-color: $color-theme-msft;\n\t}\n}\n\n/* ----- Nav grid ----- */\n.msft {\n\t.nav-grid__item {\n\t\tbackground-color: $color-theme-msft;\n\n\t\t&:hover,\n\t\t&:active,\n\t\t&:focus {\n\t\t\tbackground-color: $color-theme-msft;\n\t\t}\n\t}\n}\n\n/* ----- Section ----- */\n.msft {\n\t.section--darker-theme-color-bg {\n\t\tbackground-color: darken($color-theme-msft, 3%);\n\t}\n}\n\n/* ----- Page nav ----- */\n.msft {\n\t.page-nav {\n\t\tbackground-color: $color-theme-msft;\n\t}\n}\n\n/* ----- Error 404 ----- */\n.msft {\n\t&.error-404 {\n\t\tbackground-color: $color-theme-msft;\n\t}\n}\n", + "/**\n * Green (themes/_green.scss)\n */\n\n/* ----- Hero subheader ----- */\n.green {\n\t.hero-subheader {\n\t\tbackground-color: $color-theme-green;\n\t}\n}\n\n/* ----- Nav grid ----- */\n.green {\n\t.nav-grid__item {\n\t\tbackground-color: $color-theme-green;\n\n\t\t&:hover,\n\t\t&:active,\n\t\t&:focus {\n\t\t\tbackground-color: $color-theme-green;\n\t\t}\n\t}\n}\n\n/* ----- Section ----- */\n.green {\n\t.section--darker-theme-color-bg {\n\t\tbackground-color: darken($color-theme-green, 3%);\n\t}\n}\n\n/* ----- Page nav ----- */\n.green {\n\t.page-nav {\n\t\tbackground-color: $color-theme-green;\n\t}\n}\n\n/* ----- Error 404 ----- */\n.green {\n\t&.error-404 {\n\t\tbackground-color: $color-theme-green;\n\t}\n}\n", + "/**\n * Red (themes/_red.scss)\n */\n\n/* ----- Hero subheader ----- */\n.red {\n\t.hero-subheader {\n\t\tbackground-color: $color-theme-red;\n\t}\n}\n\n/* ----- Nav grid ----- */\n.red {\n\t.nav-grid__item {\n\t\tbackground-color: $color-theme-red;\n\n\t\t&:hover,\n\t\t&:active,\n\t\t&:focus {\n\t\t\tbackground-color: $color-theme-red;\n\t\t}\n\t}\n}\n\n/* ----- Section ----- */\n.red {\n\t.section--darker-theme-color-bg {\n\t\tbackground-color: darken($color-theme-red, 3%);\n\t}\n}\n\n/* ----- Page nav ----- */\n.red {\n\t.page-nav {\n\t\tbackground-color: $color-theme-red;\n\t}\n}\n\n/* ----- Error 404 ----- */\n.red {\n\t&.error-404 {\n\t\tbackground-color: $color-theme-red;\n\t}\n}\n", + "/**\n * Yellow (themes/_yellow.scss)\n */\n\n/* ----- Hero subheader ----- */\n.yellow {\n\t.hero-subheader {\n\t\tbackground-color: $color-theme-yellow;\n\t}\n}\n\n/* ----- Nav grid ----- */\n.yellow {\n\t.nav-grid__item {\n\t\tbackground-color: $color-theme-yellow;\n\n\t\t&:hover,\n\t\t&:active,\n\t\t&:focus {\n\t\t\tbackground-color: $color-theme-yellow;\n\t\t}\n\t}\n}\n\n/* ----- Section ----- */\n.yellow {\n\t.section--darker-theme-color-bg {\n\t\tbackground-color: darken($color-theme-yellow, 3%);\n\t}\n}\n\n/* ----- Page nav ----- */\n.yellow {\n\t.page-nav {\n\t\tbackground-color: $color-theme-yellow;\n\t}\n}\n\n/* ----- Error 404 ----- */\n.yellow {\n\t&.error-404 {\n\t\tbackground-color: $color-theme-yellow;\n\t}\n}\n", + "/**\n * Purple (themes/_purple.scss)\n */\n\n/* ----- Hero subheader ----- */\n.purple {\n\t.hero-subheader {\n\t\tbackground-color: $color-theme-purple;\n\t}\n}\n\n/* ----- Nav grid ----- */\n.purple {\n\t.nav-grid__item {\n\t\tbackground-color: $color-theme-purple;\n\n\t\t&:hover,\n\t\t&:active,\n\t\t&:focus {\n\t\t\tbackground-color: $color-theme-purple;\n\t\t}\n\t}\n}\n\n/* ----- Section ----- */\n.purple {\n\t.section--darker-theme-color-bg {\n\t\tbackground-color: darken($color-theme-purple, 3%);\n\t}\n}\n\n/* ----- Page nav ----- */\n.purple {\n\t.page-nav {\n\t\tbackground-color: $color-theme-purple;\n\t}\n}\n\n/* ----- Error 404 ----- */\n.purple {\n\t&.error-404 {\n\t\tbackground-color: $color-theme-purple;\n\t}\n}\n" + ], + "names": [], + "mappings": "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" +} \ No newline at end of file diff --git a/_site/doks-theme/assets/fonts/icons/icons.svg b/_site/doks-theme/assets/fonts/icons/icons.svg new file mode 100644 index 000000000..9d94b8d8b --- /dev/null +++ b/_site/doks-theme/assets/fonts/icons/icons.svg @@ -0,0 +1,46 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/_site/doks-theme/assets/fonts/icons/icons.ttf b/_site/doks-theme/assets/fonts/icons/icons.ttf new file mode 100644 index 000000000..50f244135 Binary files /dev/null and b/_site/doks-theme/assets/fonts/icons/icons.ttf differ diff --git a/_site/doks-theme/assets/fonts/icons/icons.woff b/_site/doks-theme/assets/fonts/icons/icons.woff new file mode 100644 index 000000000..614c85466 Binary files /dev/null and b/_site/doks-theme/assets/fonts/icons/icons.woff differ diff --git a/_site/doks-theme/assets/fonts/icons/selection.json b/_site/doks-theme/assets/fonts/icons/selection.json new file mode 100644 index 000000000..48c89136d --- /dev/null +++ b/_site/doks-theme/assets/fonts/icons/selection.json @@ -0,0 +1,1199 @@ +{ + "IcoMoonType": "selection", + "icons": [ + { + "icon": { + "paths": [ + "M296.96 191.168c30.080 0 57.344 2.56 82.176 8 24.704 5.248 45.76 13.952 63.616 25.984 17.536 11.968 31.36 27.904 41.088 48 9.6 19.84 14.464 44.608 14.464 73.92 0 31.68-7.232 58.24-21.632 79.36-14.464 21.12-35.84 38.528-64.256 51.968 38.784 11.136 67.456 30.72 86.528 58.624 19.2 28.16 28.48 62.080 28.48 101.12 0 32-5.76 59.52-17.92 82.56-12.16 23.68-28.8 42.88-49.92 57.6-20.48 14.72-44.8 25.6-71.68 32.64-26.24 7.040-53.76 10.88-81.92 10.88h-305.984v-630.464h296.96zM725.12 711.68c18.752 18.304 45.888 27.52 81.024 27.52 25.216 0 47.104-6.4 65.408-19.2 18.176-12.608 29.184-26.24 33.472-40.32h110.72c-17.28 54.848-44.8 94.080-81.28 117.632-36.48 23.68-80.64 35.52-131.84 35.52-35.84 0-67.84-5.76-97.28-17.28-28.8-11.52-53.12-27.84-73.6-49.024-19.84-21.248-35.2-46.464-46.080-76.032-10.88-29.44-16-62.080-16-97.28 0-34.56 5.76-65.92 17.28-95.36 11.52-30.080 27.52-55.040 48-76.8 21.12-21.76 45.44-38.4 74.24-51.2s60.16-18.56 95.36-18.56c39.040 0 72.32 7.040 101.76 22.4 28.8 14.72 52.48 35.2 71.040 60.16 19.2 24.96 32 53.76 40.32 86.4 8.32 32 10.88 65.92 8.96 101.76h-329.024c0 35.84 12.16 69.76 30.72 88.32zM286.72 713.792c13.632 0 26.624-1.28 38.848-3.968 12.416-2.56 23.424-7.040 32.64-12.8 9.344-5.76 17.024-14.080 22.592-24.96 5.568-10.24 8.32-24.32 8.32-40.96 0-32-9.152-55.040-27.328-69.12-18.24-13.44-42.496-20.48-72.32-20.48h-150.784v173.44h148.032zM869.12 472.064c-14.976-16.512-40.192-25.408-70.912-25.408-20.032 0-36.608 3.2-49.92 10.24-12.928 6.4-23.552 14.72-31.68 24.96-8.064 10.24-13.568 20.48-16.768 32-3.2 10.88-5.12 21.12-5.76 30.080h203.84c-3.008-32-13.888-55.68-28.8-72.32zM279.040 445.632c24.576 0 44.928-5.76 60.992-17.664 16-11.648 23.68-30.848 23.68-57.28 0-14.72-2.56-26.752-7.68-36.16-5.376-9.408-12.48-16.768-21.376-21.888-8.96-5.376-19.2-9.088-30.72-11.072-11.52-2.24-23.68-3.2-35.84-3.2h-129.856v147.2h140.8zM668.48 233.408h255.36v62.208h-255.36v-62.72z" + ], + "attrs": [ + { + "fill": "rgb(23, 105, 255)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "behance" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(23, 105, 255)" + } + ], + "properties": { + "id": 19, + "order": 363, + "prevSize": 32, + "code": 59648, + "name": "behance" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 18 + }, + { + "icon": { + "paths": [ + "M512 0c-244.032 0-444.48 65.28-444.48 148.16 0 21.76 52.288 331.136 74.112 453.12 8.704 56.704 152.512 135.040 370.368 135.040s357.312-78.336 370.368-135.040c21.76-121.984 74.112-431.36 74.112-453.12-4.352-82.88-200.448-148.16-444.48-148.16zM512 636.16c-78.464 0-139.52-60.992-139.52-139.392 0-78.464 61.056-139.52 139.52-139.52s139.52 61.056 139.52 139.52c0 74.112-61.12 139.392-139.52 139.392zM512 191.744c-156.8 0-283.264-26.24-283.264-60.992 0-34.88 126.4-61.056 283.264-61.056 156.8 0 283.264 25.6 283.264 60.8 0 34.56-126.4 60.8-283.264 60.8z", + "M830.080 718.976c-8.704 0-13.056 4.352-13.056 4.352s-108.928 87.168-305.024 87.168-305.024-87.168-305.024-87.168-8.704-4.352-13.056-4.352c-8.704 0-17.472 4.352-17.472 17.408v4.352c17.472 91.52 30.528 156.928 30.528 165.632 13.056 65.28 143.744 117.632 300.672 117.632 156.8 0 287.616-52.288 300.672-117.632 0-8.704 13.056-74.112 30.464-165.632v-4.352c4.352-8.704 0-17.408-8.704-17.408z", + "M581.696 492.416c0 38.492-31.204 69.696-69.696 69.696s-69.696-31.204-69.696-69.696c0-38.492 31.204-69.696 69.696-69.696s69.696 31.204 69.696 69.696z" + ], + "attrs": [ + { + "fill": "rgb(32, 80, 129)" + }, + { + "fill": "rgb(32, 80, 129)" + }, + { + "fill": "rgb(32, 80, 129)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "bitbucket" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(32, 80, 129)" + }, + { + "fill": "rgb(32, 80, 129)" + }, + { + "fill": "rgb(32, 80, 129)" + } + ], + "properties": { + "id": 22, + "order": 325, + "prevSize": 32, + "code": 59649, + "name": "bitbucket" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 21 + }, + { + "icon": { + "paths": [ + "M1023.232 348.352c-0.256-1.28-0.448-2.56-0.768-3.712l-0.64-2.112c-0.384-1.088-0.768-2.176-1.28-3.2-0.192-0.768-0.64-1.472-0.896-2.176l-1.472-2.88-1.28-2.048-1.92-2.56-1.92-1.92-2.56-1.92-1.92-1.28-2.56-1.92-1.92-1.28-0.64-0.64-467.136-313.024c-14.72-9.856-33.92-9.856-48.64 0l-470.912 313.792-2.56 2.048-1.6 1.728-2.176 2.368-1.536 1.92-1.92 2.56c-0.64 0.64-1.28 1.28-1.28 1.92l-1.92 2.56-0.64 2.56c-0.64 0.64-0.64 1.92-1.28 3.2l-0.64 1.92c-0.64 1.28-0.64 2.56-0.64 3.84v1.92c-0.576 1.984-0.576 3.904-0.576 5.824v312c0 1.92 0.128 3.84 0.384 5.76l0.448 1.92c0.192 1.28 0.384 2.56 0.832 3.712l0.64 2.112c0.384 1.152 0.64 2.24 1.152 3.2l0.96 2.112c0 0.64 0.64 1.92 1.28 2.56l1.28 1.92c0.64 0.64 1.28 1.92 1.92 2.56l1.28 1.92 1.92 1.92c0.64 0.64 0.64 1.28 1.28 1.28l2.56 1.92 1.92 1.28 0.64 0.64 467.84 312.32c7.040 5.12 16 7.040 24.32 7.040s16.64-2.56 24.32-7.68l471.104-312.384 2.56-1.92 1.92-1.664 2.24-2.368 1.536-1.92 1.92-2.56 1.28-2.048 1.28-2.944 0.64-2.304 1.28-3.2 0.64-1.92 1.28-3.2v-320c0-1.92 0-3.84-0.64-5.76l-0.64-1.92zM512 616.064l-155.648-104.064 155.648-104.064 155.648 104.064-155.648 104.064zM467.968 331.52l-190.72 127.552-153.984-103.040 344.704-229.76v205.248zM198.080 512l-110.080 73.6v-147.2l110.080 73.6zM277.248 564.992l190.72 127.552v205.44l-344.704-229.76 153.984-103.040zM555.968 692.544l190.72-127.36 154.048 103.040-344.768 229.76v-204.8zM825.92 512l110.080-73.6v147.2l-110.080-73.6zM746.752 459.072l-190.72-127.552v-205.44l344.704 229.76-153.984 103.040z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "codepen" + ], + "grid": 0 + }, + "attrs": [], + "properties": { + "id": 36, + "order": 324, + "prevSize": 32, + "code": 59650, + "name": "codepen" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 35 + }, + { + "icon": { + "paths": [ + "M512 1024c-282.24 0-512-229.76-512-512s229.76-512 512-512 512 229.76 512 512-229.76 512-512 512zM943.808 582.080c-14.976-4.736-135.36-40.64-272.448-18.688 57.216 157.184 80.512 285.184 84.992 311.808 98.112-66.368 167.936-171.52 187.52-293.12zM682.88 915.2c-6.528-38.4-32-172.032-93.44-331.52l-2.816 0.896c-246.656 85.952-335.104 257.024-343.040 273.024 74.112 57.92 167.296 92.416 268.416 92.416 60.608 0 118.4-12.416 170.88-34.752zM187.072 805.12c9.92-17.024 129.92-215.68 355.52-288.64 5.76-1.92 11.52-3.584 17.28-5.12-11.072-24.96-23.040-49.792-35.52-74.24-218.432 65.28-430.272 62.528-449.472 62.080l-0.192 13.312c0 112.32 42.56 214.912 112.384 292.48zM83.84 423.040c19.648 0.32 199.808 1.088 404.352-53.248-72.448-128.768-150.592-237.12-162.112-252.928-122.368 57.728-213.76 170.496-242.176 306.24zM409.6 87.552c12.032 16.192 91.52 124.352 163.072 256 155.52-58.24 221.44-146.752 229.248-157.952-77.248-68.672-178.816-110.336-289.92-110.336-35.2 0-69.568 4.224-102.4 12.16zM850.56 236.16c-9.28 12.416-82.56 106.368-244.224 172.416 10.24 20.8 19.84 41.984 28.992 63.36 3.2 7.488 6.4 15.040 9.408 22.528 145.536-18.304 290.112 11.008 304.512 14.080-0.96-103.232-37.76-198.016-98.752-272.448z" + ], + "attrs": [ + { + "fill": "rgb(234, 76, 137)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "dribbble" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(234, 76, 137)" + } + ], + "properties": { + "id": 59, + "order": 328, + "prevSize": 32, + "code": 59651, + "name": "dribbble" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 58 + }, + { + "icon": { + "paths": [ + "M301.248 35.84l-301.248 196.48 208.256 166.784 303.744-187.392-210.752-176zM0 566.016l301.248 196.672 210.752-175.808-303.744-187.712-208.256 166.848zM512 586.88l210.752 175.872 301.248-196.672-208.256-166.848-303.744 187.52zM1024 232.448l-301.248-196.608-210.752 175.808 303.744 187.52 208.256-166.72z", + "M512.64 624.64l-211.392 175.36-90.496-59.008v66.24l301.888 180.928 301.824-180.928v-66.24l-90.432 59.072-211.392-175.424z" + ], + "attrs": [ + { + "fill": "rgb(0, 126, 229)" + }, + { + "fill": "rgb(0, 126, 229)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "dropbox" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(0, 126, 229)" + }, + { + "fill": "rgb(0, 126, 229)" + } + ], + "properties": { + "id": 60, + "order": 327, + "prevSize": 32, + "code": 59652, + "name": "dropbox" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 59 + }, + { + "icon": { + "paths": [ + "M967.488 0h-910.976c-31.232 0-56.512 25.28-56.512 56.512v910.976c0 31.232 25.28 56.512 56.512 56.512h490.432v-396.544h-133.504v-154.496h133.504v-114.112c0-132.224 80.768-204.16 198.784-204.16 56.512 0 105.088 4.096 119.232 6.016v138.24h-81.92c-64 0-76.48 30.72-76.48 75.52v98.56h152.96l-19.84 154.88h-133.12v396.096h260.928c31.232 0 56.512-25.28 56.512-56.512v-910.976c0-31.232-25.28-56.512-56.512-56.512z" + ], + "attrs": [ + { + "fill": "rgb(59, 89, 152)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "facebook" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(59, 89, 152)" + } + ], + "properties": { + "id": 71, + "order": 326, + "prevSize": 32, + "code": 59653, + "name": "facebook" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 70 + }, + { + "icon": { + "paths": [ + "M512 0c-282.88 0-512 229.248-512 512 0 226.24 146.688 418.112 350.080 485.76 25.6 4.8 35.008-11.008 35.008-24.64 0-12.16-0.448-44.352-0.64-87.040-142.464 30.912-172.48-68.672-172.48-68.672-23.296-59.136-56.96-74.88-56.96-74.88-46.4-31.744 3.584-31.104 3.584-31.104 51.392 3.584 78.4 52.736 78.4 52.736 45.696 78.272 119.872 55.68 149.12 42.56 4.608-33.088 17.792-55.68 32.448-68.48-113.728-12.8-233.216-56.832-233.216-252.992 0-55.872 19.84-101.568 52.672-137.408-5.76-12.928-23.040-64.96 4.48-135.488 0 0 42.88-13.76 140.8 52.48 40.96-11.392 84.48-17.024 128-17.28 43.52 0.256 87.040 5.888 128 17.28 97.28-66.24 140.16-52.48 140.16-52.48 27.52 70.528 10.24 122.56 5.12 135.488 32.64 35.84 52.48 81.536 52.48 137.408 0 196.672-119.68 240-233.6 252.608 17.92 15.36 34.56 46.72 34.56 94.72 0 68.48-0.64 123.52-0.64 140.16 0 13.44 8.96 29.44 35.2 24.32 204.864-67.136 351.424-259.136 351.424-485.056 0-282.752-229.248-512-512-512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "github" + ], + "grid": 0 + }, + "attrs": [], + "properties": { + "id": 84, + "order": 329, + "prevSize": 32, + "code": 59654, + "name": "github" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 83 + }, + { + "icon": { + "paths": [ + "M1022.080 579.712l-57.28-176.384-113.6-349.44c-5.76-18.048-31.232-18.048-37.12 0l-113.536 349.312h-377.088l-113.536-349.312c-5.888-18.048-31.36-18.048-37.12-0.128l-113.664 349.44-57.216 176.512c-5.248 16 0.512 33.664 14.080 43.648l496 360.32 496-360.32c13.568-9.984 19.328-27.52 14.080-43.648z" + ], + "attrs": [ + { + "fill": "rgb(226, 67, 41)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "gitlab" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(226, 67, 41)" + } + ], + "properties": { + "id": 85, + "order": 330, + "prevSize": 32, + "code": 59655, + "name": "gitlab" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 84 + }, + { + "icon": { + "paths": [ + "M325.76 465.472v111.68h184.96c-7.424 48-55.872 140.608-184.768 140.608-111.168 0-201.92-92.16-201.92-205.76s90.56-205.76 201.728-205.76c63.36 0 105.728 27.008 129.92 50.304l88.448-85.12c-56.768-53.12-130.368-85.12-218.24-85.12-180.288-0.064-325.888 145.856-325.888 325.696s145.664 325.76 325.76 325.76c188.16 0 312.832-132.16 312.832-318.336 0-21.376-2.304-37.76-5.12-53.952h-307.712zM1024 465.472h-93.12v-93.12h-93.12v93.12h-93.056v93.056h93.12v93.12h93.44v-93.12h92.736z" + ], + "attrs": [ + { + "fill": "rgb(220, 78, 65)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "googleplus" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(220, 78, 65)" + } + ], + "properties": { + "id": 96, + "order": 331, + "prevSize": 32, + "code": 59656, + "name": "google-plus" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 95 + }, + { + "icon": { + "paths": [ + "M646.912 829.44l27.136-46.336s-61.696 25.28-164.992 25.28c-103.296 0-164.096-24.32-164.096-24.32l30.4 50.56 10.752 159.36c0 17.28 56.192 30.72 125.44 30.72 69.376 0 125.568-13.44 125.568-30.72l9.792-163.84zM673.152 528.32c-32.832 1.92-49.28 38.592-65.792 77.12-6.080 14.080-26.88 74.24-40.512 66.816s17.664-56.832 26.432-86.208c-10.112 7.424-47.232 36.288-56.768 9.216-15.36 13.44-48.256 20.48-44.544-14.080-8.192 14.72-26.56 35.2-48.64 26.24-28.8-10.88 16.832-103.040 28.16-98.56 11.392 5.12-2.24 25.6-5.76 33.92-7.936 17.92-17.024 40.96-10.88 45.44 10.24 8.32 38.592-30.080 39.232-30.72 5.312-7.040 20.48-52.48 32.64-47.36 12.16 5.76-30.4 65.92-14.528 78.080 3.2 2.56 16.32-1.28 24.32-10.24 5.12-5.12 3.328-17.92 20.48-58.88 17.28-40.96 32.64-92.16 44.416-88.32s2.048 30.080-2.176 40.32c-19.84 46.080-54.208 121.6-38.016 115.84 16-5.76 24.32-5.76 40.32-24.32s14.72-49.28 25.6-48.64c10.24 0.64 8.96 10.88 6.4 17.92 10.24-11.52 49.28-37.12 58.24-12.16 10.88 29.44-55.68 72.32-39.040 69.76 16-1.92 42.24-18.56 53.76-33.92l30.72-277.76s-31.36 25.6-229.12 25.6-225.92-24.96-225.92-24.96l26.24 253.44c14.080-39.68 47.36-120.32 99.2-117.12 23.68 1.28 55.68 47.36 28.16 48.64-11.52 0.64-12.8-23.040-26.24-26.24-10.24-1.92-23.68 5.76-32.64 14.72-17.28 17.28-55.68 85.76-50.56 119.68 6.4 43.52 60.16-14.72 69.12-32 6.4-12.16 10.88-48.64 24.32-44.8 14.080 3.84-1.28 41.6-11.52 74.24-11.52 37.12-17.28 76.16-31.36 71.68s8.96-52.48 7.68-60.8c-13.44 12.8-37.76 43.52-69.76 28.16l16 158.080s43.52 33.92 174.080 33.92 176-33.92 176-33.92l20.48-183.040c-16.64 16.64-69.12 45.44-72.32 12.8-2.56-26.24 56.96-64 41.6-64.64zM741.184 26.816v-1.28c2.56-3.84-1.92-12.16-10.24-18.56-8.256-7.040-17.28-10.24-20.224-6.4l-120.768 128-23.936 97.28c-17.984-0.64-35.968-0.64-54.016-0.64-127.232 0-230.4 14.72-230.4 32.64s103.168 32.64 230.4 32.64c127.232 0 230.4-14.464 230.4-32.384 0-13.184-55.936-24.512-136.32-29.632l20.736-81.28 113.664-119.68zM576.64 275.2s-22.4 0-26.112-3.456c-0.96-1.024-1.536-2.432-1.536-3.84 0-2.432 1.664-3.84 3.84-4.672l1.92 3.2c-0.896 0.256-1.28 0.64-1.408 0.96 0 1.792 13.44 3.008 23.68 2.88s22.72-1.024 22.784-2.752c0-0.512-0.96-1.024-2.56-1.408l1.92-3.072c2.688 0.832 4.992 2.432 4.992 5.12 0 4.736-6.016 5.504-9.856 6.016-4.608 0.64-17.6 1.024-17.6 1.024z" + ], + "attrs": [ + { + "fill": "rgb(218, 70, 72)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "gulp" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(218, 70, 72)" + } + ], + "properties": { + "id": 101, + "order": 332, + "prevSize": 32, + "code": 59657, + "name": "gulp" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 100 + }, + { + "icon": { + "paths": [ + "M512 0c-139.072 0-156.48 0.64-211.072 3.072-54.528 2.56-91.648 11.136-124.288 23.808-33.664 13.056-62.272 30.592-90.688 59.072-28.48 28.416-46.080 56.96-59.072 90.688-12.672 32.64-21.312 69.76-23.808 124.288-2.56 54.592-3.072 72-3.072 211.072s0.64 156.48 3.072 211.072c2.56 54.528 11.136 91.712 23.808 124.288 13.056 33.664 30.592 62.272 59.072 90.688 28.416 28.48 56.96 46.080 90.688 59.072 32.64 12.672 69.76 21.312 124.288 23.808 54.592 2.56 72 3.072 211.072 3.072s156.48-0.64 211.072-3.072c54.528-2.56 91.712-11.136 124.288-23.808 33.664-13.056 62.272-30.592 90.688-59.072 28.48-28.416 46.080-56.96 59.072-90.688 12.672-32.64 21.312-69.76 23.808-124.288 2.56-54.592 3.072-72 3.072-211.072s-0.64-156.48-3.072-211.072c-2.56-54.528-11.136-91.712-23.808-124.288-13.056-33.664-30.592-62.272-59.072-90.688-28.416-28.48-56.96-46.080-90.688-59.072-32.64-12.672-69.76-21.312-124.288-23.808-54.592-2.56-72-3.072-211.072-3.072zM512 92.16c136.704 0 152.96 0.64 206.912 3.072 49.92 2.304 76.992 10.624 95.040 17.664 23.936 9.28 40.96 20.352 58.88 38.272s28.992 34.944 38.272 58.88c7.040 18.048 15.36 45.12 17.664 95.040 2.432 54.016 3.008 70.208 3.008 206.912s-0.64 152.96-3.2 206.912c-2.56 49.92-10.88 76.992-17.92 95.040-9.6 23.936-20.48 40.96-38.4 58.88s-35.2 28.992-58.88 38.272c-17.92 7.040-45.44 15.36-95.36 17.664-54.4 2.432-70.4 3.008-207.36 3.008s-152.96-0.64-207.36-3.2c-49.92-2.56-77.44-10.88-95.36-17.92-24.32-9.6-40.96-20.48-58.88-38.4s-29.44-35.2-38.4-58.88c-7.040-17.92-15.36-45.44-17.92-95.36-1.92-53.76-2.56-70.4-2.56-206.72s0.64-152.96 2.56-207.36c2.56-49.92 10.88-77.44 17.92-95.36 8.96-24.32 20.48-40.96 38.4-58.88s34.56-29.44 58.88-38.4c17.92-7.040 44.8-15.36 94.72-17.92 54.4-1.92 70.4-2.56 207.36-2.56zM512 249.088c-145.28 0-262.912 117.76-262.912 262.912 0 145.28 117.76 262.912 262.912 262.912 145.28 0 262.912-117.76 262.912-262.912 0-145.28-117.76-262.912-262.912-262.912zM512 682.688c-94.272 0-170.688-76.416-170.688-170.688s76.416-170.688 170.688-170.688c94.272 0 170.688 76.416 170.688 170.688s-76.416 170.688-170.688 170.688zM846.72 238.72c0 33.92-27.52 61.44-61.44 61.44s-61.44-27.52-61.44-61.44 27.52-61.44 61.44-61.44 61.44 27.52 61.44 61.44z" + ], + "attrs": [ + { + "fill": "rgb(228, 64, 95)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "instagram" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(228, 64, 95)" + } + ], + "properties": { + "id": 115, + "order": 333, + "prevSize": 32, + "code": 59658, + "name": "instagram" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 114 + }, + { + "icon": { + "paths": [ + "M409.984 348.992l187.776-272.192c35.52-51.2 81.28-76.8 137.6-76.8 45.76 0 85.44 16.256 119.040 48.768 33.408 32.64 50.176 71.488 50.176 116.864 0 33.472-8.832 63.104-26.624 88.704l-169.28 246.144 207.040 262.528c20.672 26.112 31.040 56.704 31.040 91.712 0 46.336-16.256 86.080-48.832 119.36-32.512 33.28-71.936 49.92-118.272 49.92-50.752 0-89.472-16.512-116.096-49.536l-253.568-316.416v174.464c0 49.792-8.64 88.512-25.92 116.096-31.424 50.24-76.864 75.392-137.024 75.392-54.72 0-97.152-18.56-127.168-55.424-28.16-34.048-42.24-79.168-42.24-135.296v-647.040c0-53.12 14.336-97.024 42.88-131.52 29.76-36.48 71.168-54.72 123.968-54.72 50.304 0 92.16 18.24 125.696 54.72 18.688 20.224 30.528 40.64 35.456 61.44 3.008 12.8 4.48 36.608 4.48 71.68v161.152z" + ], + "attrs": [ + { + "fill": "rgb(43, 222, 115)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "kickstarter" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(43, 222, 115)" + } + ], + "properties": { + "id": 129, + "order": 351, + "prevSize": 32, + "code": 59659, + "name": "kickstarter" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 128 + }, + { + "icon": { + "paths": [ + "M872.448 872.64h-151.68v-237.632c0-56.704-1.152-129.6-78.976-129.6-79.040 0-91.136 61.696-91.136 125.44v241.792h-151.68v-488.64h145.664v66.56h1.92c20.352-38.4 69.888-78.912 143.808-78.912 153.6 0 182.080 101.12 182.080 232.768v268.032zM227.712 317.12c-48.768 0-88.064-39.488-88.064-88.128 0-48.512 39.296-88 88.064-88 48.64 0 88.064 39.488 88.064 88 0 48.64-39.488 88.128-88.064 88.128zM303.744 872.64h-152.064v-488.64h152.064v488.64zM948.224 0h-872.704c-41.728 0-75.52 33.024-75.52 73.792v876.416c0 40.768 33.792 73.792 75.52 73.792h872.64c41.728 0 75.84-33.024 75.84-73.792v-876.416c0-40.768-34.112-73.792-75.84-73.792z" + ], + "attrs": [ + { + "fill": "rgb(0, 119, 181)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "linkedin" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(0, 119, 181)" + } + ], + "properties": { + "id": 139, + "order": 334, + "prevSize": 32, + "code": 59660, + "name": "linkedin" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 138 + }, + { + "icon": { + "paths": [ + "M756.736 808.192l-17.664 28.8 226.688 113.28c9.6 4.864 18.816 7.040 26.752 7.040 17.792 0 29.888-11.328 29.888-31.488v-549.312l-265.6 431.68zM1018.88 253.312c-0.256-0.192 0-0.64-0.192-0.768l-308.8-154.368c-3.84-1.92-7.872-2.432-11.968-2.816-1.024 0-1.92-0.64-3.008-0.64-11.776 0-23.552 5.888-29.888 16.256l-15.36 24.96-32 52.096-120.96 197.12 184.96 300.864 37.76 60.8 301.44-488.96c1.28-1.92 0.64-3.84-1.28-5.12zM617.6 704.192l-177.6-288.64-18.816-30.528-16-26.624v311.488l276.48 138.432-64-104.064zM47.168 107.52l-9.408-4.608c-5.44-2.688-10.624-3.968-15.36-3.968-13.184 0-22.4 10.24-22.4 27.328v650.368c0 17.408 12.8 38.016 28.288 45.824l265.28 133.12c6.848 3.84 13.312 5.12 19.2 5.12 16.448 0 28.032-12.8 28.032-33.92v-670.144c0-1.28-0.768-2.56-1.92-3.008l-291.648-146.112z" + ], + "attrs": [ + { + "fill": "rgb(0, 171, 107)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "medium" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(0, 171, 107)" + } + ], + "properties": { + "id": 150, + "order": 335, + "prevSize": 32, + "code": 59661, + "name": "medium" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 149 + }, + { + "icon": { + "paths": [ + "M64 848c-35.328 0-64-28.672-64-64v-544.384c0.256-35.2 28.8-63.616 64-63.616h896c35.2 0 63.744 28.48 64 63.616v544.384c0 35.328-28.672 64-64 64h-896zM992.448 366.912h-960v384h960v-384z" + ], + "attrs": [ + { + "fill": "rgb(226, 55, 60)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "meetup" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(226, 55, 60)" + } + ], + "properties": { + "id": 151, + "order": 350, + "prevSize": 32, + "code": 59662, + "name": "meetup" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 150 + }, + { + "icon": { + "paths": [ + "M802.112 437.76l-240.832 231.040c-13.632 13.056-31.104 19.584-48.64 19.584-17.472 0-35.008-6.528-48.64-19.584l-240.768-231.040c-27.968-26.752-28.8-71.232-2.048-99.2 26.88-28.032 71.296-28.928 99.2-2.112l192.32 184.32 192.64-184.32c28.16-26.88 72.32-25.92 99.2 2.048 26.88 27.52 26.24 72.32-1.92 99.2zM1018.944 115.968c-12.8-36.608-48-61.184-87.040-61.184h-839.104c-38.4 0-73.216 24.064-86.848 59.904-4.032 10.624-6.080 21.76-6.080 32.96v308.992l3.52 61.44c14.848 139.776 87.36 261.888 199.68 347.072 1.92 1.536 4.032 3.008 6.080 4.48l1.28 0.96c60.16 43.968 127.488 73.728 200.192 88.448 33.536 6.72 67.84 10.24 101.888 10.24 31.488 0 63.104-2.944 94.208-8.704 3.712-1.28 7.424-1.92 11.2-2.56 1.024 0 2.112-0.64 3.2-1.28 69.632-15.36 134.272-44.16 192.256-86.4l1.28-1.28 5.76-4.48c112-85.12 184.32-207.36 199.68-347.52l3.2-61.44v-308.416c0-10.688-1.28-21.312-5.12-31.68z" + ], + "attrs": [ + { + "fill": "rgb(239, 63, 86)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "pocket" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(239, 63, 86)" + } + ], + "properties": { + "id": 191, + "order": 348, + "prevSize": 32, + "code": 59663, + "name": "pocket" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 190 + }, + { + "icon": { + "paths": [ + "M580.48 358.4h-145.28v153.6h145.28c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8z", + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM580.48 614.4h-145.28v153.6h-102.4v-512h247.68c98.969 0 179.2 80.231 179.2 179.2s-80.231 179.2-179.2 179.2z" + ], + "attrs": [ + { + "fill": "rgb(218, 85, 47)" + }, + { + "fill": "rgb(218, 85, 47)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "producthunt" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(218, 85, 47)" + }, + { + "fill": "rgb(218, 85, 47)" + } + ], + "properties": { + "id": 194, + "order": 337, + "prevSize": 32, + "code": 59664, + "name": "producthunt" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 193 + }, + { + "icon": { + "paths": [ + "M94.272 599.552c-2.56 11.84-3.84 23.936-3.84 36.224 0 147.2 188.16 267.072 419.456 267.072 231.232 0 419.392-119.808 419.392-267.072 0-11.712-1.28-23.296-3.52-34.56l-0.64-1.408c-0.832-2.304-1.28-4.672-1.28-7.040-12.8-50.176-47.68-95.808-98.112-132.608-1.92-0.64-3.712-1.664-5.376-3.008-1.088-0.832-1.92-1.792-2.816-2.752-76.672-52.736-186.24-85.76-307.648-85.76-120.32 0-228.864 32.384-305.408 84.16-0.64 0.768-1.28 1.472-2.112 2.112-1.664 1.408-3.584 2.56-5.568 3.2-51.52 36.864-87.296 82.752-100.608 133.504 0 2.432-0.64 4.928-1.6 7.296l-0.32 0.64zM512 832.192c-76.672 0-130.688-16.64-165.12-51.2-7.424-7.424-7.424-19.52 0-27.008 7.488-7.040 19.648-7.040 27.136 0 26.88 26.88 72 40.32 137.92 40.32s110.72-12.8 137.6-39.68c7.040-7.040 19.2-7.040 26.88 0 7.040 7.68 7.040 19.84 0 27.52-34.56 34.56-88.32 51.2-165.12 51.2zM357.888 508.48c-39.040 0-71.68 32.64-71.68 71.68 0 38.912 32.64 70.528 71.68 70.528s70.592-31.616 70.592-70.528c0-39.040-31.616-71.68-70.592-71.68zM667.008 508.48c-39.040 0-71.68 32.64-71.68 71.68 0 38.912 32.64 70.528 71.68 70.528s70.592-31.616 70.592-70.528c0-39.040-31.616-71.68-70.592-71.68zM861.44 440.32c44.352 35.584 76.928 77.824 93.568 124.16 19.2-14.4 30.72-36.992 30.72-61.952 0-42.88-34.88-77.696-77.696-77.696-17.088 0-33.28 5.568-46.592 15.552zM115.968 424.96c-42.88 0-77.696 34.88-77.696 77.696 0 23.232 10.24 44.8 27.52 59.328 17.152-46.080 50.048-87.68 94.592-122.88-12.928-8.96-28.352-14.080-44.416-14.080zM509.888 941.248c-252.416 0-457.728-136.96-457.728-305.28 0-11.712 1.024-23.232 2.944-34.56-33.92-21.12-55.040-58.24-55.040-98.88 0-64 52.48-115.968 116.48-115.968 28.8 0 55.68 10.496 76.8 29.12 79.36-50.944 186.24-83.008 304-85.12l77.44-236.16 17.28 4.032s0.64 0 0.64 0.128l180.48 42.432c14.72-34.112 48.64-58.112 88.32-58.112 52.48 0 95.36 42.88 95.36 95.488 0 52.672-42.88 95.488-95.36 95.488s-95.36-42.88-95.36-95.36l-164.544-38.976-62.72 191.36c113.28 4.48 215.68 36.48 292.48 86.4 21.12-19.84 48.896-30.72 78.4-30.72 64 0 116.096 51.84 116.096 115.84 0 42.24-23.040 80.64-58.88 101.12 1.28 10.88 2.56 21.12 2.56 32-0.64 168.32-205.44 305.28-458.24 305.28zM859.52 121.152c-31.616 0-57.28 25.6-57.28 57.216 0 31.552 25.6 57.216 57.216 57.216 31.36 0 56.96-25.6 56.96-56.96s-25.6-56.96-57.6-56.96z" + ], + "attrs": [ + { + "fill": "rgb(255, 69, 0)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "reddit" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(255, 69, 0)" + } + ], + "properties": { + "id": 204, + "order": 336, + "prevSize": 32, + "code": 59665, + "name": "reddit" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 203 + }, + { + "icon": { + "paths": [ + "M514.24 806.4c-171.84 0-248.64-84.608-248.64-148.032 0-32.64 23.936-55.36 56.96-55.36 73.6 0 54.4 105.792 191.68 105.792 70.144 0 108.992-38.208 108.992-77.312 0-23.552-11.52-49.6-57.856-61.056l-152.768-38.208c-123.072-30.912-145.408-97.664-145.408-160.256 0-130.176 122.24-179.072 237.056-179.072 105.6 0 230.4 58.624 230.4 136.704 0 33.472-29.44 52.928-62.080 52.928-62.72 0-51.2-87.040-177.92-87.040-62.72 0-97.92 28.416-97.92 69.12s49.28 53.76 92.16 63.552l112.64 25.088c123.52 27.712 154.88 100.224 154.88 168.512 0 105.728-81.28 184.704-244.48 184.704zM985.536 597.824l-1.28 5.76-1.92-10.24c0.64 1.92 1.92 3.2 2.56 5.12 5.12-28.8 7.68-58.24 7.68-87.68 0-65.28-12.8-128.64-38.4-188.8-24.32-57.6-59.52-109.44-103.68-153.6-44.8-44.16-96-79.36-153.6-103.68-56.256-26.944-119.616-39.744-184.896-39.744-30.72 0-61.696 3.008-91.52 8.768l5.12 2.56-10.24-1.472 5.12-1.024c-41.152-22.080-87.36-33.792-134.272-33.792-76.416 0-148.288 29.824-202.368 84.032s-83.84 126.272-83.84 202.88c0 48.832 12.48 96.768 36.032 139.2l0.832-5.312 1.792 10.24-2.56-4.928c-4.864 27.52-7.36 55.488-7.36 83.52 0 65.408 12.8 128.896 37.76 188.672 24.32 58.24 58.88 110.080 103.68 154.24 44.16 44.8 96 79.36 153.6 104.32 59.52 25.6 122.88 38.4 188.16 38.4 28.16 0 56.96-2.56 84.48-7.68l-5.12-2.56 10.24 1.92-5.76 1.28c42.88 24.32 90.88 37.12 140.8 37.12 76.16 0 147.84-29.44 202.24-83.84 53.76-53.76 83.84-126.080 83.84-202.88 0-48.64-12.8-96.64-36.48-139.52z" + ], + "attrs": [ + { + "fill": "rgb(0, 175, 240)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "skype" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(0, 175, 240)" + } + ], + "properties": { + "id": 222, + "order": 338, + "prevSize": 32, + "code": 59666, + "name": "skype" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 221 + }, + { + "icon": { + "paths": [ + "M421.504 469.12l44.16 131.648 136.768-45.824-44.16-131.2-136.768 46.080z", + "M803.2 599.68l-66.368 22.208 23.040 68.672c9.28 27.776-5.76 57.856-33.536 67.2-6.4 1.92-12.16 2.88-18.56 2.688-21.76-0.64-41.6-14.464-49.28-36.224l-23.040-68.608-136.96 45.824 23.040 68.608c8.96 27.84-5.76 57.92-33.92 67.2-6.4 2.048-12.16 2.88-18.56 2.752-21.76-0.64-41.6-14.464-49.28-36.224l-23.040-69.12-66.56 22.4c-6.4 1.92-12.16 2.56-18.56 2.56-21.76-0.64-41.6-14.72-49.28-36.48-9.6-28.16 5.76-58.24 33.28-67.2l66.56-22.4-42.176-131.776-66.176 22.4c-6.016 2.048-12.16 2.88-18.24 2.752-21.12-0.64-41.6-14.4-48.64-36.16-8.96-27.712 5.76-57.792 33.92-67.2l66.56-22.144-23.040-68.48c-8.96-27.904 5.76-57.984 33.92-67.2 28.16-9.408 58.24 5.76 67.2 33.408l23.040 68.608 136.256-45.824-23.040-68.48c-8.96-27.52 5.76-57.6 33.664-67.2 27.84-8.96 57.984 5.76 67.2 33.792l23.040 69.12 66.368-21.76c27.776-9.344 57.856 5.76 67.2 33.28 9.28 27.904-5.76 57.984-33.472 67.2l-66.432 22.4 44.16 131.648 66.176-22.016c27.84-8.96 57.92 5.76 67.2 33.92 9.344 28.16-5.76 58.24-33.28 67.2zM981.12 371.2c-105.6-351.744-258.048-433.92-609.92-328.32-351.744 105.6-433.92 257.92-328.32 609.92 105.6 351.808 257.92 433.92 609.92 328.32 351.808-105.6 433.92-257.92 328.32-609.92z" + ], + "attrs": [ + { + "fill": "rgb(86, 182, 139)" + }, + { + "fill": "rgb(86, 182, 139)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "slack" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(86, 182, 139)" + }, + { + "fill": "rgb(86, 182, 139)" + } + ], + "properties": { + "id": 223, + "order": 339, + "prevSize": 32, + "code": 59667, + "name": "slack" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 222 + }, + { + "icon": { + "paths": [ + "M810.112 932.928v-273.28h91.072v364.352h-822.464v-364.352h90.88v273.28h640.384zM260.8 841.856h458.24v-91.136h-458.24v91.136zM271.872 634.816l447.168 93.44 19.2-88.32-447.040-93.376-19.328 88.32zM329.856 419.136l414.080 193.28 38.528-83.2-414.080-193.28-38.528 82.56zM445.696 214.976l350.592 292.48 57.984-69.12-350.592-292.416-57.6 68.992zM672.128 0l-74.496 55.232 273.28 367.040 74.496-55.168-273.408-367.104z" + ], + "attrs": [ + { + "fill": "rgb(254, 122, 22)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "stackoverflow" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(254, 122, 22)" + } + ], + "properties": { + "id": 237, + "order": 340, + "prevSize": 32, + "code": 59668, + "name": "stackoverflow" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 236 + }, + { + "icon": { + "paths": [ + "M128 0h768c70.656 0 128 57.28 128 128v768c0 70.656-57.28 128-128 128h-768c-70.656 0-128-57.28-128-128v-768c0-70.656 57.28-128 128-128zM640 133.12c-33.92 0-61.44 27.52-61.44 61.44v325.12c0 33.92 27.52 61.44 61.44 61.44h189.44c33.92 0 61.44-27.52 61.44-61.44v-325.12c0-33.92-27.52-61.44-61.44-61.44h-189.44zM194.56 133.12c-33.92 0-61.44 27.52-61.44 61.44v581.12c0 33.92 27.52 61.44 61.44 61.44h189.44c33.92 0 61.44-27.52 61.44-61.44v-581.12c0-33.92-27.52-61.44-61.44-61.44h-189.44z" + ], + "attrs": [ + { + "fill": "rgb(0, 121, 191)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "trello" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(0, 121, 191)" + } + ], + "properties": { + "id": 262, + "order": 342, + "prevSize": 32, + "code": 59669, + "name": "trello" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 261 + }, + { + "icon": { + "paths": [ + "M621.312 1024c-217.344 0-299.968-160.256-299.968-273.536v-334.592h-103.104v-132.224c154.88-56 192.512-196.096 200.96-275.968 0.64-5.504 4.928-7.68 7.36-7.68h150.080v260.864h204.8v155.008h-205.632v318.72c0.64 42.688 16 101.12 94.208 101.12h3.84c26.88-0.768 63.36-8.704 82.56-17.792l49.28 146.112c-18.56 27.136-102.4 58.624-177.28 59.904h-7.616z" + ], + "attrs": [ + { + "fill": "rgb(54, 70, 93)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "tumblr" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(54, 70, 93)" + } + ], + "properties": { + "id": 265, + "order": 341, + "prevSize": 32, + "code": 59670, + "name": "tumblr" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 264 + }, + { + "icon": { + "paths": [ + "M1024 194.432c-37.76 16.64-78.080 27.968-120.64 33.088 43.328-26.048 76.672-67.2 92.352-116.224-40.576 23.68-85.568 40.96-133.44 50.56-38.272-40.96-92.8-66.56-153.344-66.56-115.968 0-210.048 94.080-210.048 209.92 0 16.64 1.92 32.64 5.44 48-174.592-8.32-329.408-92.16-433.024-218.88-18.176 30.784-28.416 66.624-28.416 105.664 0 72.96 37.12 137.152 93.44 174.848-34.432-1.088-66.88-10.56-95.168-26.24v2.56c0 101.76 72.32 186.752 168.512 206.080-17.664 4.736-36.224 7.296-55.36 7.296-13.44 0-26.24-1.28-39.040-3.712 26.88 83.456 104.32 144.192 196.48 145.92-71.68 56.32-162.56 89.856-260.48 89.856-16.64 0-33.28-0.96-49.92-2.88 93.44 59.52 203.52 94.336 322.56 94.336 386.56 0 597.76-320 597.76-597.12 0-8.96 0-17.92-0.64-26.88 40.96-29.44 76.8-66.56 104.96-108.8z" + ], + "attrs": [ + { + "fill": "rgb(29, 161, 242)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "twitter" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(29, 161, 242)" + } + ], + "properties": { + "id": 268, + "order": 343, + "prevSize": 32, + "code": 59671, + "name": "twitter" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 267 + }, + { + "icon": { + "paths": [ + "M0 470.080v80.64c0 82.88 10.24 165.76 10.24 165.76s9.984 70.4 40.704 101.568c38.912 40.768 90.112 39.488 112.896 43.776 81.92 7.872 348.16 10.24 348.16 10.24s215.168-0.256 358.4-10.624c20.096-2.432 63.744-2.56 102.656-43.392 30.72-31.104 40.704-101.632 40.704-101.632s10.24-82.816 10.24-165.76v-80.512c0-82.944-10.24-165.76-10.24-165.76s-9.984-70.528-40.704-101.632c-38.912-40.832-82.56-40.96-102.656-43.392-143.232-10.368-358.4-10.624-358.4-10.624s-266.24 2.304-348.16 10.24c-22.784 4.288-73.984 3.008-112.896 43.776-30.72 31.168-40.704 101.568-40.704 101.568s-10.24 82.944-10.24 165.76zM406.272 644.8v-287.68l276.672 144.32-276.48 143.36z" + ], + "attrs": [ + { + "fill": "rgb(205, 32, 31)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brand", + "youtube" + ], + "grid": 0 + }, + "attrs": [ + { + "fill": "rgb(205, 32, 31)" + } + ], + "properties": { + "id": 297, + "order": 344, + "prevSize": 32, + "code": 59672, + "name": "youtube" + }, + "setIdx": 0, + "setId": 6, + "iconIdx": 296 + }, + { + "icon": { + "paths": [ + "M798.133 567.2c-16.533-16.533-43.733-16.533-60.267 0l-183.2 183.2v-579.733c0-23.467-19.2-42.667-42.667-42.667s-42.667 19.2-42.667 42.667v579.733l-183.2-183.2c-16.533-16.533-43.733-16.533-60.267 0s-16.533 43.733 0 60.267l256 256c0.533 0.533 1.067 1.067 1.6 1.6 0 0 0 0 0 0s0.267 0.267 0.267 0.267c0 0 0 0 0.267 0.267 0 0 0 0 0.267 0.267 0 0 0.267 0.267 0.267 0.267s0 0 0 0 0.267 0.267 0.267 0.267c0 0 0 0 0 0 3.2 2.667 6.4 4.533 9.867 6.133 0 0 0 0 0.267 0 0 0 0 0 0.267 0 4.533 1.867 9.6 3.2 14.933 3.467 0 0 0 0 0 0 0.267 0 0.267 0 0.533 0 0 0 0 0 0 0s0.267 0 0.267 0c0 0 0.267 0 0.267 0s0.267 0 0.267 0 0.267 0 0.533 0 0.267 0 0.533 0c0 0 0.267 0 0.267 0s0.267 0 0.267 0c0 0 0.267 0 0.267 0s0 0 0 0c0.267 0 0.267 0 0.533 0 0 0 0 0 0 0 5.333-0.267 10.4-1.333 14.933-3.467 0 0 0 0 0 0s0.267 0 0.267 0c0 0 0.267 0 0.267 0s0 0 0 0c3.2-1.333 6.133-3.2 9.067-5.6 0 0 0 0 0 0s0.267-0.267 0.267-0.267c0 0 0 0 0 0s0.267-0.267 0.267-0.267c0 0 0 0 0.267-0.267 0 0 0 0 0.267-0.267 0 0 0.267-0.267 0.267-0.267s0 0 0 0c0.8-0.533 1.333-1.333 2.133-2.133l255.733-255.733c17.333-16.8 17.333-44 0.533-60.533z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-down" + ], + "grid": 24 + }, + "attrs": [], + "properties": { + "id": 12, + "order": 352, + "prevSize": 24, + "code": 59673, + "name": "arrow-down" + }, + "setIdx": 1, + "setId": 5, + "iconIdx": 11 + }, + { + "icon": { + "paths": [ + "M853.333 469.333h-579.733l183.2-183.2c16.533-16.533 16.533-43.733 0-60.267s-43.733-16.533-60.267 0l-256 256c-0.533 0.533-0.8 0.8-1.333 1.333 0 0 0 0 0 0s-0.267 0.267-0.267 0.267c0 0-0.267 0.267-0.267 0.267s0 0 0 0.267c0 0-0.267 0.267-0.267 0.267v0c-2.933 3.2-5.067 6.933-6.933 10.667 0 0 0 0 0 0s0 0.267 0 0.267c0 0 0 0.267 0 0.267s0 0 0 0c-2.133 5.067-3.2 10.667-3.2 16.533s1.067 11.467 3.2 16.533c0 0 0 0 0 0s0 0.267 0.267 0.267c0 0 0 0 0 0.267 0 0 0 0 0 0.267 1.6 3.733 3.733 7.2 6.4 10.4 0 0 0 0 0 0s0.267 0.267 0.267 0.267c0 0 0 0 0.267 0.267 0 0 0 0 0.267 0.267 0 0 0.267 0.267 0.267 0.267s0 0 0 0c0.533 0.533 1.067 1.067 1.6 1.6l256 256c8.267 8.267 19.2 12.533 30.133 12.533s21.867-4.267 30.133-12.533c16.533-16.533 16.533-43.733 0-60.267l-183.467-183.467h579.733c23.467 0 42.667-19.2 42.667-42.667s-19.2-42.667-42.667-42.667z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-left" + ], + "grid": 24 + }, + "attrs": [], + "properties": { + "id": 13, + "order": 353, + "prevSize": 24, + "code": 59674, + "name": "arrow-left" + }, + "setIdx": 1, + "setId": 5, + "iconIdx": 12 + }, + { + "icon": { + "paths": [ + "M885.067 540.533c0 0 0 0 0 0 0.267-0.267 0.267-0.267 0.267-0.267s0 0 0 0 0.267-0.267 0.267-0.267c0 0 0.267-0.267 0.267-0.267s0 0 0 0 0.267-0.267 0.267-0.267c0 0 0 0 0 0 2.667-3.2 4.8-6.667 6.4-10.4 0 0 0 0 0-0.267 0 0 0-0.267 0-0.267s0-0.267 0-0.267c0 0 0 0 0 0 1.6-4 2.667-8.267 2.933-12.8 0 0 0 0 0 0s0-0.267 0-0.267c0 0 0-0.267 0-0.267s0-0.267 0-0.267c0 0 0-0.267 0-0.267s0 0 0-0.267c0-1.067 0-2.133 0-3.2 0 0 0 0 0-0.267 0 0 0-0.267 0-0.267s0-0.267 0-0.267c0 0 0-0.267 0-0.267s0-0.267 0-0.267c0 0 0 0 0 0-0.267-4.533-1.333-8.8-2.933-12.8 0 0 0 0 0-0.267 0 0 0 0 0-0.267 0 0 0-0.267-0.267-0.267 0 0 0 0 0 0-1.6-4-4-7.467-6.667-10.933 0 0 0 0 0 0s-0.267-0.267-0.267-0.267c0 0 0 0 0 0s-0.267-0.267-0.267-0.267-0.267-0.267-0.267-0.267 0 0 0-0.267c-0.533-0.533-1.067-1.067-1.6-1.6l-256-256c-16.533-16.533-43.733-16.533-60.267 0s-16.533 43.733 0 60.267l183.2 183.2h-579.467c-23.467 0-42.667 19.2-42.667 42.667s19.2 42.667 42.667 42.667h579.733l-183.2 183.2c-16.533 16.533-16.533 43.733 0 60.267 8.267 8.267 19.2 12.533 30.133 12.533s21.867-4.267 30.133-12.533l255.733-255.733c0.8-1.067 1.333-1.867 1.867-2.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-right" + ], + "grid": 24 + }, + "attrs": [], + "properties": { + "id": 14, + "order": 354, + "prevSize": 24, + "code": 59675, + "name": "arrow-right" + }, + "setIdx": 1, + "setId": 5, + "iconIdx": 13 + }, + { + "icon": { + "paths": [ + "M798.133 396.533l-256-256c-0.533-0.533-1.067-1.067-1.6-1.6 0 0 0 0-0.267 0 0 0-0.267-0.267-0.267-0.267s-0.267 0-0.267-0.267c0 0 0 0-0.267 0 0 0-0.267-0.267-0.267-0.267s0 0 0 0c-3.2-2.933-6.933-5.067-10.933-6.667 0 0 0 0 0 0s-0.267 0-0.267 0c0 0 0 0-0.267 0 0 0 0 0-0.267 0-4-1.6-8.267-2.667-12.8-2.933 0 0 0 0 0 0s-0.267 0-0.267 0c0 0-0.267 0-0.267 0s-0.267 0-0.267 0c0 0-0.267 0-0.267 0s0 0-0.267 0c-1.067 0-2.133 0-3.2 0 0 0 0 0-0.267 0 0 0-0.267 0-0.267 0s-0.267 0-0.267 0c0 0-0.267 0-0.267 0s-0.267 0-0.267 0c0 0 0 0 0 0-4.267 0.267-8.533 1.333-12.533 2.933 0 0 0 0 0 0s-0.267 0-0.267 0c0 0-0.267 0-0.267 0s0 0 0 0c-4.267 1.6-8 4-11.733 7.2 0 0 0 0 0 0s-0.267 0.267-0.267 0.267c0 0 0 0 0 0s-0.267 0.267-0.267 0.267c0 0-0.267 0.267-0.267 0.267s0 0 0 0c-0.533 0.267-0.8 0.8-1.333 1.333l-256 256c-16.533 16.533-16.533 43.733 0 60.267s43.733 16.533 60.267 0l183.2-183.2v579.467c0 23.467 19.2 42.667 42.667 42.667s42.667-19.2 42.667-42.667v-579.733l183.2 183.2c8.267 8.267 19.2 12.533 30.133 12.533s21.867-4.267 30.133-12.533c16.8-16.533 16.8-43.733-0-60.267z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-up" + ], + "grid": 24 + }, + "attrs": [], + "properties": { + "id": 15, + "order": 355, + "prevSize": 24, + "code": 59676, + "name": "arrow-up" + }, + "setIdx": 1, + "setId": 5, + "iconIdx": 14 + }, + { + "icon": { + "paths": [ + "M798.133 353.867c-16.533-16.533-43.733-16.533-60.267 0l-225.867 225.867-225.867-225.867c-16.533-16.533-43.733-16.533-60.267 0s-16.533 43.733 0 60.267l256 256c8.267 8.267 19.2 12.533 30.133 12.533s21.867-4.267 30.133-12.533l256-256c16.8-16.533 16.8-43.733 0-60.267z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chevron-down" + ], + "grid": 24 + }, + "attrs": [], + "properties": { + "id": 33, + "order": 359, + "prevSize": 24, + "code": 59677, + "name": "chevron-down" + }, + "setIdx": 1, + "setId": 5, + "iconIdx": 32 + }, + { + "icon": { + "paths": [ + "M444.267 512l225.867-225.867c16.533-16.533 16.533-43.733 0-60.267s-43.733-16.533-60.267 0l-256 256c-16.533 16.533-16.533 43.733 0 60.267l256 256c8.267 8.267 19.2 12.533 30.133 12.533s21.867-4.267 30.133-12.533c16.533-16.533 16.533-43.733 0-60.267l-225.867-225.867z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chevron-left" + ], + "grid": 24 + }, + "attrs": [], + "properties": { + "id": 34, + "order": 358, + "prevSize": 24, + "code": 59678, + "name": "chevron-left" + }, + "setIdx": 1, + "setId": 5, + "iconIdx": 33 + }, + { + "icon": { + "paths": [ + "M670.133 481.867l-256-256c-16.533-16.533-43.733-16.533-60.267 0s-16.533 43.733 0 60.267l225.867 225.867-225.867 225.867c-16.533 16.533-16.533 43.733 0 60.267 8.267 8.267 19.2 12.533 30.133 12.533s21.867-4.267 30.133-12.533l256-256c16.8-16.533 16.8-43.733-0-60.267z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chevron-right" + ], + "grid": 24 + }, + "attrs": [], + "properties": { + "id": 35, + "order": 357, + "prevSize": 24, + "code": 59679, + "name": "chevron-right" + }, + "setIdx": 1, + "setId": 5, + "iconIdx": 34 + }, + { + "icon": { + "paths": [ + "M798.133 609.867l-256-256c-16.533-16.533-43.733-16.533-60.267 0l-256 256c-16.533 16.533-16.533 43.733 0 60.267s43.733 16.533 60.267 0l225.867-225.867 225.867 225.867c8.267 8.267 19.2 12.533 30.133 12.533s21.867-4.267 30.133-12.533c16.8-16.533 16.8-43.733 0-60.267z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chevron-up" + ], + "grid": 24 + }, + "attrs": [], + "properties": { + "id": 36, + "order": 356, + "prevSize": 24, + "code": 59680, + "name": "chevron-up" + }, + "setIdx": 1, + "setId": 5, + "iconIdx": 35 + }, + { + "icon": { + "paths": [ + "M922.133 350.4l-384-298.667c-15.467-12-37.067-12-52.267 0l-384 298.667c-10.4 8-16.533 20.533-16.533 33.6v469.333c0 70.667 57.333 128 128 128h597.333c70.667 0 128-57.333 128-128v-469.333c0-13.067-6.133-25.6-16.533-33.6zM597.333 896h-170.667v-341.333h170.667v341.333zM853.333 853.333c0 23.467-19.2 42.667-42.667 42.667h-128v-384c0-23.467-19.2-42.667-42.667-42.667h-256c-23.467 0-42.667 19.2-42.667 42.667v384h-128c-23.467 0-42.667-19.2-42.667-42.667v-448.533l341.333-265.6 341.333 265.6v448.533z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "home" + ], + "grid": 24 + }, + "attrs": [], + "properties": { + "id": 70, + "order": 361, + "prevSize": 24, + "code": 59681, + "name": "home" + }, + "setIdx": 1, + "setId": 5, + "iconIdx": 69 + }, + { + "icon": { + "paths": [ + "M938.667 126.4c0 0 0 0 0 0 0-0.267 0-0.267 0-0.533 0 0 0-0.267 0-0.267s0-0.267 0-0.267c0 0 0-0.267 0-0.267s0 0 0 0c-0.267-4.533-1.333-8.8-2.933-12.8 0 0 0 0 0-0.267 0 0 0 0 0-0.267 0 0 0-0.267-0.267-0.267 0 0 0 0 0 0-1.6-4-4-7.467-6.667-10.933 0 0 0 0 0 0s-0.267-0.267-0.267-0.267c0 0 0 0 0 0s-0.267-0.267-0.267-0.267-0.267-0.267-0.267-0.267 0 0 0-0.267c-1.067-1.067-1.867-2.133-2.933-2.933 0 0 0 0-0.267 0 0 0-0.267-0.267-0.267-0.267s-0.267 0-0.267-0.267c0 0 0 0-0.267 0 0 0-0.267-0.267-0.267-0.267s0 0 0 0c-3.2-2.933-6.933-5.067-10.933-6.667 0 0 0 0 0 0s-0.267 0-0.267 0c0 0 0 0-0.267 0 0 0 0 0-0.267 0-4-1.6-8.267-2.667-12.8-2.933 0 0 0 0 0 0s-0.267 0-0.267 0c0 0-0.267 0-0.267 0s-0.267 0-0.267 0c0 0-0.267 0-0.267 0s0 0-0.267 0c-0.533 0-1.067 0-1.6 0h-256c-23.467 0-42.667 19.2-42.667 42.667s19.2 42.667 42.667 42.667h153.067l-225.867 225.867c-16.533 16.533-16.533 43.733 0 60.267 8.267 8.267 19.2 12.533 30.133 12.533s21.867-4.267 30.133-12.533l225.6-226.667v153.067c0 23.467 19.2 42.667 42.667 42.667s42.667-19.2 42.667-42.667v-256c0-0.533 0-1.067 0-1.6z", + "M396.533 567.2l-225.867 225.867v-153.067c0-23.467-19.2-42.667-42.667-42.667s-42.667 19.2-42.667 42.667v256c0 5.867 1.067 11.467 3.2 16.533 0 0 0 0 0 0s0 0.267 0.267 0.267c0 0 0 0 0 0.267 0 0 0 0 0 0.267 1.6 3.733 3.733 7.2 6.4 10.4 0 0 0 0 0 0s0.267 0.267 0.267 0.267c0 0 0 0 0.267 0.267 0 0 0 0 0.267 0.267 0 0 0.267 0.267 0.267 0.267s0 0 0 0c1.067 1.067 1.867 2.133 2.933 2.933 0 0 0 0 0 0s0.267 0.267 0.267 0.267c0 0 0 0 0.267 0.267 0 0 0 0 0.267 0.267 0 0 0.267 0.267 0.267 0.267s0 0 0 0 0.267 0.267 0.267 0.267c0 0 0 0 0 0 3.2 2.667 6.4 4.533 9.867 6.133 0 0 0 0 0.267 0 0 0 0 0 0.267 0 4.533 1.867 9.6 3.2 14.933 3.467 0 0 0 0 0 0 0.267 0 0.267 0 0.533 0 0 0 0 0 0 0s0.267 0 0.267 0c0 0 0.267 0 0.267 0s0.267 0 0.267 0 0.267 0 0.533 0h256c23.467 0 42.667-19.2 42.667-42.667s-19.2-42.667-42.667-42.667h-152.8l225.867-225.867c16.533-16.533 16.533-43.733 0-60.267-16.533-16.8-43.733-16.8-60.267-0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "maximize-2" + ], + "grid": 24 + }, + "attrs": [], + "properties": { + "id": 84, + "order": 360, + "prevSize": 24, + "code": 59682, + "name": "maximize" + }, + "setIdx": 1, + "setId": 5, + "iconIdx": 83 + }, + { + "icon": { + "paths": [ + "M572.267 512l225.867-225.867c16.533-16.533 16.533-43.733 0-60.267s-43.733-16.533-60.267 0l-225.867 225.867-225.867-225.867c-16.533-16.533-43.733-16.533-60.267 0s-16.533 43.733 0 60.267l225.867 225.867-225.867 225.867c-16.533 16.533-16.533 43.733 0 60.267 8.267 8.267 19.2 12.533 30.133 12.533s21.867-4.267 30.133-12.533l225.867-225.867 225.867 225.867c8.267 8.267 19.2 12.533 30.133 12.533s21.867-4.267 30.133-12.533c16.533-16.533 16.533-43.733 0-60.267l-225.867-225.867z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "x" + ], + "grid": 24 + }, + "attrs": [], + "properties": { + "id": 160, + "order": 362, + "prevSize": 24, + "code": 59683, + "name": "x" + }, + "setIdx": 1, + "setId": 5, + "iconIdx": 159 + } + ], + "height": 1024, + "metadata": { + "name": "icons" + }, + "preferences": { + "showGlyphs": true, + "showCodes": true, + "showQuickUse": true, + "showQuickUse2": true, + "showSVGs": true, + "fontPref": { + "prefix": "icon--", + "metadata": { + "fontFamily": "icons", + "majorVersion": 1, + "minorVersion": 0 + }, + "metrics": { + "emSize": 1024, + "baseline": 6.25, + "whitespace": 50 + }, + "embed": false, + "showSelector": true, + "showMetrics": false, + "showMetadata": false, + "showVersion": false, + "noie8": true, + "ie7": false, + "includeMetadata": false, + "cssVars": false, + "cssVarsFormat": "scss", + "selector": "class", + "classSelector": ".icon", + "resetPoint": 59648 + }, + "imagePref": { + "prefix": "icon-", + "png": true, + "useClassSelector": true, + "color": 4473924, + "bgColor": 16777215, + "classSelector": ".icon" + }, + "historySize": 100, + "gridSize": 16, + "showGrid": true, + "showLiga": false + } +} \ No newline at end of file diff --git a/_site/doks-theme/assets/images/layout/logo-footer.png b/_site/doks-theme/assets/images/layout/logo-footer.png new file mode 100644 index 000000000..2ba83a765 Binary files /dev/null and b/_site/doks-theme/assets/images/layout/logo-footer.png differ diff --git a/_site/doks-theme/assets/images/layout/logo.png b/_site/doks-theme/assets/images/layout/logo.png new file mode 100644 index 000000000..7c2351a8f Binary files /dev/null and b/_site/doks-theme/assets/images/layout/logo.png differ diff --git a/_site/doks-theme/assets/js/scripts.js b/_site/doks-theme/assets/js/scripts.js new file mode 100644 index 000000000..8d94bbb5f --- /dev/null +++ b/_site/doks-theme/assets/js/scripts.js @@ -0,0 +1,171 @@ +( function( $ ) { + 'use strict'; + + // Reduce + $.fn.reduce = function( fnReduce, initialValue ) { + var values = this, + previousValue = initialValue; + + values.each( function( index, currentValue ) { + previousValue = fnReduce.call( + currentValue, + + previousValue, + currentValue, + index, + values + ); + } ); + + return previousValue; + }; + + // Title sections + $( ':header[id]' ).each( function() { + var $self = $( this ); + + $self.html( + '# ' + $self.html() + ); + } ); + + var getHeadingLevel = function( $el ) { + var tagName = $el.prop( 'tagName' ).toLowerCase(); + + if ( + ! tagName || + [ 'h1', 'h2', 'h3', 'h4', 'h5', 'h6' ].indexOf( tagName ) === -1 + ) { + return false; + } + + return parseInt( tagName.replace( 'h', '' ), 10 ); + }; + + var headings = $( ':header[id]' ).reduce( function( previousValue, currentValue ) { + var currentHeading = { + childrens: [], + }; + + currentHeading.$el = $( currentValue ); + currentHeading.level = getHeadingLevel( currentHeading.$el ); + + if ( ! currentHeading.$el.length || currentHeading.level === false ) { + return previousValue; + } + + previousValue.push( currentHeading ); + + return previousValue; + }, [] ); + + var majik = function( previousValue, currentHeading ) { + if ( ! currentHeading.$el.length || currentHeading.level === false ) { + return previousValue; + } + + if ( previousValue.length < 1 ) { + return [ currentHeading ]; + } + + var previousHeadingLevel = previousValue[ previousValue.length - 1 ].level; + + if ( currentHeading.level > previousHeadingLevel ) { + previousValue[ previousValue.length - 1 ].childrens.push( currentHeading ); + } else { + previousValue.push( currentHeading ); + } + + return previousValue; + }; + + var reduceLevels = function( list ) { + list = list.reduce( majik, [] ); + + var i; + for ( i = 0; i < list.length; i += 1 ) { + if ( ! list[ i ].childrens || ! list[ i ].childrens.length ) { + continue; + } + + list[ i ].childrens = reduceLevels( list[ i ].childrens ); + } + + return list; + }; + + var generateList = function( list, isFirstLevel ) { + var $ul = $( '
    ' ); + $ul.addClass( 'level-' + list[ 0 ].level ); + + if ( true === isFirstLevel ) { + $ul.addClass( 'nav' ); + } + + var i, $li; + for ( i = 0; i < list.length; i += 1 ) { + $li = $( '
  • ' ); + $li.append( + '' + + list[ i ].$el.text().replace( /^#\ /, '' ) + + '' + ); + + if ( list[ i ].childrens && list[ i ].childrens.length ) { + $li.append( generateList( list[ i ].childrens ) ); + $li.addClass( 'has-submenu' ); + } + + $ul.append( $li ); + } + + return $ul; + }; + + if ( headings.length ) { + headings = reduceLevels( headings ); + + generateList( headings, true ).appendTo( '.js-sections' ); + } + + // Smooth anchor scrolling + var $jsSmoothScroll = $( '.js-smooth-scroll' ); + + $jsSmoothScroll.click( function() { + $( 'html, body' ).animate( { + scrollTop: $( $( this ).attr( 'href' ) ).offset().top + }, 1200 ); + + return false; + } ); + + var handleSectionsListSize = function() { + $( '.sections-list' ).css( 'width', $( '.sections-list-wrapper' ).width() ); + }; + + handleSectionsListSize(); + $( window ).on( 'resize', handleSectionsListSize ); + + // Affix init + $( window ).on( 'load', function() { + $( '.js-affix' ).affix( { + offset: { + top: function() { + return ( + this.top = $( '.hero-subheader' ).outerHeight( true ) + 100 + ); + }, + bottom: function() { + return ( + this.bottom = $( '.js-footer-area' ).outerHeight( true ) + 80 + ); + } + } + } ); + } ); + + // Offcanvas + $( '.offcanvas-toggle' ).on( 'click', function() { + $( 'body' ).toggleClass( 'offcanvas-expanded' ); + } ); +}( jQuery ) ); diff --git a/_site/doks-theme/assets/js/scripts.min.js b/_site/doks-theme/assets/js/scripts.min.js new file mode 100644 index 000000000..02340ec19 --- /dev/null +++ b/_site/doks-theme/assets/js/scripts.min.js @@ -0,0 +1 @@ +!function(e){"use strict";e.fn.reduce=function(e,t){var n=this,r=t;return n.each(function(t,l){r=e.call(l,r,l,t,n)}),r},e(":header[id]").each(function(){var t=e(this);t.html('# '+t.html())});var t=function(e){var t=e.prop("tagName").toLowerCase();return t&&-1!==["h1","h2","h3","h4","h5","h6"].indexOf(t)?parseInt(t.replace("h",""),10):!1},n=e(":header[id]").reduce(function(n,r){var l={childrens:[]};return l.$el=e(r),l.level=t(l.$el),l.$el.length&&l.level!==!1?(n.push(l),n):n},[]),r=function(e,t){if(!t.$el.length||t.level===!1)return e;if(e.length<1)return[t];var n=e[e.length-1].level;return t.level>n?e[e.length-1].childrens.push(t):e.push(t),e},l=function(e){e=e.reduce(r,[]);var t;for(t=0;t");r.addClass("level-"+t[0].level),!0===n&&r.addClass("nav");var l,i;for(l=0;l"),i.append(''+t[l].$el.text().replace(/^#\ /,"")+""),t[l].childrens&&t[l].childrens.length&&(i.append(a(t[l].childrens)),i.addClass("has-submenu")),r.append(i);return r};n.length&&(n=l(n),a(n,!0).appendTo(".js-sections"));var i=e(".js-smooth-scroll");i.click(function(){return e("html, body").animate({scrollTop:e(e(this).attr("href")).offset().top},1200),!1});var o=function(){e(".sections-list").css("width",e(".sections-list-wrapper").width())};o(),e(window).on("resize",o),e(window).on("load",function(){e(".js-affix").affix({offset:{top:function(){return this.top=e(".hero-subheader").outerHeight(!0)+100},bottom:function(){return this.bottom=e(".js-footer-area").outerHeight(!0)+80}}})}),e(".offcanvas-toggle").on("click",function(){e("body").toggleClass("offcanvas-expanded")})}(jQuery); diff --git a/_site/doks-theme/assets/js/vendor/bootstrap/affix.js b/_site/doks-theme/assets/js/vendor/bootstrap/affix.js new file mode 100644 index 000000000..7f6516818 --- /dev/null +++ b/_site/doks-theme/assets/js/vendor/bootstrap/affix.js @@ -0,0 +1,162 @@ +/* ======================================================================== + * Bootstrap: affix.js v3.3.7 + * http://getbootstrap.com/javascript/#affix + * ======================================================================== + * Copyright 2011-2016 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // AFFIX CLASS DEFINITION + // ====================== + + var Affix = function (element, options) { + this.options = $.extend({}, Affix.DEFAULTS, options) + + this.$target = $(this.options.target) + .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this)) + .on('click.bs.affix.data-api', $.proxy(this.checkPositionWithEventLoop, this)) + + this.$element = $(element) + this.affixed = null + this.unpin = null + this.pinnedOffset = null + + this.checkPosition() + } + + Affix.VERSION = '3.3.7' + + Affix.RESET = 'affix affix-top affix-bottom' + + Affix.DEFAULTS = { + offset: 0, + target: window + } + + Affix.prototype.getState = function (scrollHeight, height, offsetTop, offsetBottom) { + var scrollTop = this.$target.scrollTop() + var position = this.$element.offset() + var targetHeight = this.$target.height() + + if (offsetTop != null && this.affixed == 'top') return scrollTop < offsetTop ? 'top' : false + + if (this.affixed == 'bottom') { + if (offsetTop != null) return (scrollTop + this.unpin <= position.top) ? false : 'bottom' + return (scrollTop + targetHeight <= scrollHeight - offsetBottom) ? false : 'bottom' + } + + var initializing = this.affixed == null + var colliderTop = initializing ? scrollTop : position.top + var colliderHeight = initializing ? targetHeight : height + + if (offsetTop != null && scrollTop <= offsetTop) return 'top' + if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return 'bottom' + + return false + } + + Affix.prototype.getPinnedOffset = function () { + if (this.pinnedOffset) return this.pinnedOffset + this.$element.removeClass(Affix.RESET).addClass('affix') + var scrollTop = this.$target.scrollTop() + var position = this.$element.offset() + return (this.pinnedOffset = position.top - scrollTop) + } + + Affix.prototype.checkPositionWithEventLoop = function () { + setTimeout($.proxy(this.checkPosition, this), 1) + } + + Affix.prototype.checkPosition = function () { + if (!this.$element.is(':visible')) return + + var height = this.$element.height() + var offset = this.options.offset + var offsetTop = offset.top + var offsetBottom = offset.bottom + var scrollHeight = Math.max($(document).height(), $(document.body).height()) + + if (typeof offset != 'object') offsetBottom = offsetTop = offset + if (typeof offsetTop == 'function') offsetTop = offset.top(this.$element) + if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element) + + var affix = this.getState(scrollHeight, height, offsetTop, offsetBottom) + + if (this.affixed != affix) { + if (this.unpin != null) this.$element.css('top', '') + + var affixType = 'affix' + (affix ? '-' + affix : '') + var e = $.Event(affixType + '.bs.affix') + + this.$element.trigger(e) + + if (e.isDefaultPrevented()) return + + this.affixed = affix + this.unpin = affix == 'bottom' ? this.getPinnedOffset() : null + + this.$element + .removeClass(Affix.RESET) + .addClass(affixType) + .trigger(affixType.replace('affix', 'affixed') + '.bs.affix') + } + + if (affix == 'bottom') { + this.$element.offset({ + top: scrollHeight - height - offsetBottom + }) + } + } + + + // AFFIX PLUGIN DEFINITION + // ======================= + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.affix') + var options = typeof option == 'object' && option + + if (!data) $this.data('bs.affix', (data = new Affix(this, options))) + if (typeof option == 'string') data[option]() + }) + } + + var old = $.fn.affix + + $.fn.affix = Plugin + $.fn.affix.Constructor = Affix + + + // AFFIX NO CONFLICT + // ================= + + $.fn.affix.noConflict = function () { + $.fn.affix = old + return this + } + + + // AFFIX DATA-API + // ============== + + $(window).on('load', function () { + $('[data-spy="affix"]').each(function () { + var $spy = $(this) + var data = $spy.data() + + data.offset = data.offset || {} + + if (data.offsetBottom != null) data.offset.bottom = data.offsetBottom + if (data.offsetTop != null) data.offset.top = data.offsetTop + + Plugin.call($spy, data) + }) + }) + +}(jQuery); diff --git a/_site/doks-theme/assets/js/vendor/bootstrap/affix.min.js b/_site/doks-theme/assets/js/vendor/bootstrap/affix.min.js new file mode 100644 index 000000000..874e3f4b0 --- /dev/null +++ b/_site/doks-theme/assets/js/vendor/bootstrap/affix.min.js @@ -0,0 +1 @@ ++function(t){"use strict";function i(i){return this.each(function(){var o=t(this),f=o.data("bs.affix"),n="object"==typeof i&&i;f||o.data("bs.affix",f=new e(this,n)),"string"==typeof i&&f[i]()})}var e=function(i,o){this.options=t.extend({},e.DEFAULTS,o),this.$target=t(this.options.target).on("scroll.bs.affix.data-api",t.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",t.proxy(this.checkPositionWithEventLoop,this)),this.$element=t(i),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};e.VERSION="3.3.7",e.RESET="affix affix-top affix-bottom",e.DEFAULTS={offset:0,target:window},e.prototype.getState=function(t,i,e,o){var f=this.$target.scrollTop(),n=this.$element.offset(),s=this.$target.height();if(null!=e&&"top"==this.affixed)return e>f?"top":!1;if("bottom"==this.affixed)return null!=e?f+this.unpin<=n.top?!1:"bottom":t-o>=f+s?!1:"bottom";var a=null==this.affixed,h=a?f:n.top,r=a?s:i;return null!=e&&e>=f?"top":null!=o&&h+r>=t-o?"bottom":!1},e.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(e.RESET).addClass("affix");var t=this.$target.scrollTop(),i=this.$element.offset();return this.pinnedOffset=i.top-t},e.prototype.checkPositionWithEventLoop=function(){setTimeout(t.proxy(this.checkPosition,this),1)},e.prototype.checkPosition=function(){if(this.$element.is(":visible")){var i=this.$element.height(),o=this.options.offset,f=o.top,n=o.bottom,s=Math.max(t(document).height(),t(document.body).height());"object"!=typeof o&&(n=f=o),"function"==typeof f&&(f=o.top(this.$element)),"function"==typeof n&&(n=o.bottom(this.$element));var a=this.getState(s,i,f,n);if(this.affixed!=a){null!=this.unpin&&this.$element.css("top","");var h="affix"+(a?"-"+a:""),r=t.Event(h+".bs.affix");if(this.$element.trigger(r),r.isDefaultPrevented())return;this.affixed=a,this.unpin="bottom"==a?this.getPinnedOffset():null,this.$element.removeClass(e.RESET).addClass(h).trigger(h.replace("affix","affixed")+".bs.affix")}"bottom"==a&&this.$element.offset({top:s-i-n})}};var o=t.fn.affix;t.fn.affix=i,t.fn.affix.Constructor=e,t.fn.affix.noConflict=function(){return t.fn.affix=o,this},t(window).on("load",function(){t('[data-spy="affix"]').each(function(){var e=t(this),o=e.data();o.offset=o.offset||{},null!=o.offsetBottom&&(o.offset.bottom=o.offsetBottom),null!=o.offsetTop&&(o.offset.top=o.offsetTop),i.call(e,o)})})}(jQuery); diff --git a/_site/doks-theme/assets/js/vendor/bootstrap/scrollspy.js b/_site/doks-theme/assets/js/vendor/bootstrap/scrollspy.js new file mode 100644 index 000000000..fe1980951 --- /dev/null +++ b/_site/doks-theme/assets/js/vendor/bootstrap/scrollspy.js @@ -0,0 +1,172 @@ +/* ======================================================================== + * Bootstrap: scrollspy.js v3.3.7 + * http://getbootstrap.com/javascript/#scrollspy + * ======================================================================== + * Copyright 2011-2016 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // SCROLLSPY CLASS DEFINITION + // ========================== + + function ScrollSpy(element, options) { + this.$body = $(document.body) + this.$scrollElement = $(element).is(document.body) ? $(window) : $(element) + this.options = $.extend({}, ScrollSpy.DEFAULTS, options) + this.selector = (this.options.target || '') + ' .nav li > a' + this.offsets = [] + this.targets = [] + this.activeTarget = null + this.scrollHeight = 0 + + this.$scrollElement.on('scroll.bs.scrollspy', $.proxy(this.process, this)) + this.refresh() + this.process() + } + + ScrollSpy.VERSION = '3.3.7' + + ScrollSpy.DEFAULTS = { + offset: 10 + } + + ScrollSpy.prototype.getScrollHeight = function () { + return this.$scrollElement[0].scrollHeight || Math.max(this.$body[0].scrollHeight, document.documentElement.scrollHeight) + } + + ScrollSpy.prototype.refresh = function () { + var that = this + var offsetMethod = 'offset' + var offsetBase = 0 + + this.offsets = [] + this.targets = [] + this.scrollHeight = this.getScrollHeight() + + if (!$.isWindow(this.$scrollElement[0])) { + offsetMethod = 'position' + offsetBase = this.$scrollElement.scrollTop() + } + + this.$body + .find(this.selector) + .map(function () { + var $el = $(this) + var href = $el.data('target') || $el.attr('href') + var $href = /^#./.test(href) && $(href) + + return ($href + && $href.length + && $href.is(':visible') + && [[$href[offsetMethod]().top + offsetBase, href]]) || null + }) + .sort(function (a, b) { return a[0] - b[0] }) + .each(function () { + that.offsets.push(this[0]) + that.targets.push(this[1]) + }) + } + + ScrollSpy.prototype.process = function () { + var scrollTop = this.$scrollElement.scrollTop() + this.options.offset + var scrollHeight = this.getScrollHeight() + var maxScroll = this.options.offset + scrollHeight - this.$scrollElement.height() + var offsets = this.offsets + var targets = this.targets + var activeTarget = this.activeTarget + var i + + if (this.scrollHeight != scrollHeight) { + this.refresh() + } + + if (scrollTop >= maxScroll) { + return activeTarget != (i = targets[targets.length - 1]) && this.activate(i) + } + + if (activeTarget && scrollTop < offsets[0]) { + this.activeTarget = null + return this.clear() + } + + for (i = offsets.length; i--;) { + activeTarget != targets[i] + && scrollTop >= offsets[i] + && (offsets[i + 1] === undefined || scrollTop < offsets[i + 1]) + && this.activate(targets[i]) + } + } + + ScrollSpy.prototype.activate = function (target) { + this.activeTarget = target + + this.clear() + + var selector = this.selector + + '[data-target="' + target + '"],' + + this.selector + '[href="' + target + '"]' + + var active = $(selector) + .parents('li') + .addClass('active') + + if (active.parent('.dropdown-menu').length) { + active = active + .closest('li.dropdown') + .addClass('active') + } + + active.trigger('activate.bs.scrollspy') + } + + ScrollSpy.prototype.clear = function () { + $(this.selector) + .parentsUntil(this.options.target, '.active') + .removeClass('active') + } + + + // SCROLLSPY PLUGIN DEFINITION + // =========================== + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.scrollspy') + var options = typeof option == 'object' && option + + if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options))) + if (typeof option == 'string') data[option]() + }) + } + + var old = $.fn.scrollspy + + $.fn.scrollspy = Plugin + $.fn.scrollspy.Constructor = ScrollSpy + + + // SCROLLSPY NO CONFLICT + // ===================== + + $.fn.scrollspy.noConflict = function () { + $.fn.scrollspy = old + return this + } + + + // SCROLLSPY DATA-API + // ================== + + $(window).on('load.bs.scrollspy.data-api', function () { + $('[data-spy="scroll"]').each(function () { + var $spy = $(this) + Plugin.call($spy, $spy.data()) + }) + }) + +}(jQuery); diff --git a/_site/doks-theme/assets/js/vendor/bootstrap/scrollspy.min.js b/_site/doks-theme/assets/js/vendor/bootstrap/scrollspy.min.js new file mode 100644 index 000000000..86296acaf --- /dev/null +++ b/_site/doks-theme/assets/js/vendor/bootstrap/scrollspy.min.js @@ -0,0 +1 @@ ++function(t){"use strict";function s(e,i){this.$body=t(document.body),this.$scrollElement=t(t(e).is(document.body)?window:e),this.options=t.extend({},s.DEFAULTS,i),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",t.proxy(this.process,this)),this.refresh(),this.process()}function e(e){return this.each(function(){var i=t(this),o=i.data("bs.scrollspy"),r="object"==typeof e&&e;o||i.data("bs.scrollspy",o=new s(this,r)),"string"==typeof e&&o[e]()})}s.VERSION="3.3.7",s.DEFAULTS={offset:10},s.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},s.prototype.refresh=function(){var s=this,e="offset",i=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),t.isWindow(this.$scrollElement[0])||(e="position",i=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var s=t(this),o=s.data("target")||s.attr("href"),r=/^#./.test(o)&&t(o);return r&&r.length&&r.is(":visible")&&[[r[e]().top+i,o]]||null}).sort(function(t,s){return t[0]-s[0]}).each(function(){s.offsets.push(this[0]),s.targets.push(this[1])})},s.prototype.process=function(){var t,s=this.$scrollElement.scrollTop()+this.options.offset,e=this.getScrollHeight(),i=this.options.offset+e-this.$scrollElement.height(),o=this.offsets,r=this.targets,l=this.activeTarget;if(this.scrollHeight!=e&&this.refresh(),s>=i)return l!=(t=r[r.length-1])&&this.activate(t);if(l&&s=o[t]&&(void 0===o[t+1]||s= 0 && j < len ? [ this[j] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(null); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: deletedIds.sort, + splice: deletedIds.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var src, copyIsArray, copy, name, options, clone, + target = arguments[0] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + + // skip the boolean and the target + target = arguments[ i ] || {}; + i++; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !jQuery.isFunction(target) ) { + target = {}; + } + + // extend jQuery itself if only one argument is passed + if ( i === length ) { + target = this; + i--; + } + + for ( ; i < length; i++ ) { + // Only deal with non-null/undefined values + if ( (options = arguments[ i ]) != null ) { + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) { + if ( copyIsArray ) { + copyIsArray = false; + clone = src && jQuery.isArray(src) ? src : []; + + } else { + clone = src && jQuery.isPlainObject(src) ? src : {}; + } + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend({ + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + // See test/unit/core.js for details concerning isFunction. + // Since version 1.3, DOM methods and functions like alert + // aren't supported. They return false on IE (#2968). + isFunction: function( obj ) { + return jQuery.type(obj) === "function"; + }, + + isArray: Array.isArray || function( obj ) { + return jQuery.type(obj) === "array"; + }, + + isWindow: function( obj ) { + /* jshint eqeqeq: false */ + return obj != null && obj == obj.window; + }, + + isNumeric: function( obj ) { + // parseFloat NaNs numeric-cast false positives (null|true|false|"") + // ...but misinterprets leading-number strings, particularly hex literals ("0x...") + // subtraction forces infinities to NaN + // adding 1 corrects loss of precision from parseFloat (#15100) + return !jQuery.isArray( obj ) && (obj - parseFloat( obj ) + 1) >= 0; + }, + + isEmptyObject: function( obj ) { + var name; + for ( name in obj ) { + return false; + } + return true; + }, + + isPlainObject: function( obj ) { + var key; + + // Must be an Object. + // Because of IE, we also have to check the presence of the constructor property. + // Make sure that DOM nodes and window objects don't pass through, as well + if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { + return false; + } + + try { + // Not own constructor property must be Object + if ( obj.constructor && + !hasOwn.call(obj, "constructor") && + !hasOwn.call(obj.constructor.prototype, "isPrototypeOf") ) { + return false; + } + } catch ( e ) { + // IE8,9 Will throw exceptions on certain host objects #9897 + return false; + } + + // Support: IE<9 + // Handle iteration over inherited properties before own properties. + if ( support.ownLast ) { + for ( key in obj ) { + return hasOwn.call( obj, key ); + } + } + + // Own properties are enumerated firstly, so to speed up, + // if last one is own, then all properties are own. + for ( key in obj ) {} + + return key === undefined || hasOwn.call( obj, key ); + }, + + type: function( obj ) { + if ( obj == null ) { + return obj + ""; + } + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call(obj) ] || "object" : + typeof obj; + }, + + // Evaluates a script in a global context + // Workarounds based on findings by Jim Driscoll + // http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context + globalEval: function( data ) { + if ( data && jQuery.trim( data ) ) { + // We use execScript on Internet Explorer + // We use an anonymous function so that context is window + // rather than jQuery in Firefox + ( window.execScript || function( data ) { + window[ "eval" ].call( window, data ); + } )( data ); + } + }, + + // Convert dashed to camelCase; used by the css and data modules + // Microsoft forgot to hump their vendor prefix (#9572) + camelCase: function( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + }, + + // args is for internal usage only + each: function( obj, callback, args ) { + var value, + i = 0, + length = obj.length, + isArray = isArraylike( obj ); + + if ( args ) { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } + + // A special, fast, case for the most common use of each + } else { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } + } + + return obj; + }, + + // Support: Android<4.1, IE<9 + trim: function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArraylike( Object(arr) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + var len; + + if ( arr ) { + if ( indexOf ) { + return indexOf.call( arr, elem, i ); + } + + len = arr.length; + i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0; + + for ( ; i < len; i++ ) { + // Skip accessing in sparse arrays + if ( i in arr && arr[ i ] === elem ) { + return i; + } + } + } + + return -1; + }, + + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + while ( j < len ) { + first[ i++ ] = second[ j++ ]; + } + + // Support: IE<9 + // Workaround casting of .length to NaN on otherwise arraylike objects (e.g., NodeLists) + if ( len !== len ) { + while ( second[j] !== undefined ) { + first[ i++ ] = second[ j++ ]; + } + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var value, + i = 0, + length = elems.length, + isArray = isArraylike( elems ), + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // Bind a function to a context, optionally partially applying any + // arguments. + proxy: function( fn, context ) { + var args, proxy, tmp; + + if ( typeof context === "string" ) { + tmp = fn[ context ]; + context = fn; + fn = tmp; + } + + // Quick check to determine if target is callable, in the spec + // this throws a TypeError, but we will just return undefined. + if ( !jQuery.isFunction( fn ) ) { + return undefined; + } + + // Simulated bind + args = slice.call( arguments, 2 ); + proxy = function() { + return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); + }; + + // Set the guid of unique handler to the same of original handler, so it can be removed + proxy.guid = fn.guid = fn.guid || jQuery.guid++; + + return proxy; + }, + + now: function() { + return +( new Date() ); + }, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +}); + +// Populate the class2type map +jQuery.each("Boolean Number String Function Array Date RegExp Object Error".split(" "), function(i, name) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +}); + +function isArraylike( obj ) { + + // Support: iOS 8.2 (not reproducible in simulator) + // `in` check used to prevent JIT error (gh-2145) + // hasOwn isn't used here due to false negatives + // regarding Nodelist length in IE + var length = "length" in obj && obj.length, + type = jQuery.type( obj ); + + if ( type === "function" || jQuery.isWindow( obj ) ) { + return false; + } + + if ( obj.nodeType === 1 && length ) { + return true; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} +var Sizzle = +/*! + * Sizzle CSS Selector Engine v2.2.0-pre + * http://sizzlejs.com/ + * + * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2014-12-16 + */ +(function( window ) { + +var i, + support, + Expr, + getText, + isXML, + tokenize, + compile, + select, + outermostContext, + sortInput, + hasDuplicate, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + 1 * new Date(), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + } + return 0; + }, + + // General-purpose constants + MAX_NEGATIVE = 1 << 31, + + // Instance methods + hasOwn = ({}).hasOwnProperty, + arr = [], + pop = arr.pop, + push_native = arr.push, + push = arr.push, + slice = arr.slice, + // Use a stripped-down indexOf as it's faster than native + // http://jsperf.com/thor-indexof-vs-for/5 + indexOf = function( list, elem ) { + var i = 0, + len = list.length; + for ( ; i < len; i++ ) { + if ( list[i] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + // http://www.w3.org/TR/css3-syntax/#characters + characterEncoding = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", + + // Loosely modeled on CSS identifier characters + // An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors + // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier + identifier = characterEncoding.replace( "w", "w#" ), + + // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + characterEncoding + ")(?:" + whitespace + + // Operator (capture 2) + "*([*^$|!~]?=)" + whitespace + + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + + "*\\]", + + pseudos = ":(" + characterEncoding + ")(?:\\((" + + // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: + // 1. quoted (capture 3; capture 4 or capture 5) + "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + + // 2. simple (capture 6) + "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + + // 3. anything else (capture 2) + ".*" + + ")\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rwhitespace = new RegExp( whitespace + "+", "g" ), + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), + + rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + characterEncoding + ")" ), + "CLASS": new RegExp( "^\\.(" + characterEncoding + ")" ), + "TAG": new RegExp( "^(" + characterEncoding.replace( "w", "w*" ) + ")" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + + whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rsibling = /[+~]/, + rescape = /'|\\/g, + + // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), + funescape = function( _, escaped, escapedWhitespace ) { + var high = "0x" + escaped - 0x10000; + // NaN means non-codepoint + // Support: Firefox<24 + // Workaround erroneous numeric interpretation of +"0x" + return high !== high || escapedWhitespace ? + escaped : + high < 0 ? + // BMP codepoint + String.fromCharCode( high + 0x10000 ) : + // Supplemental Plane codepoint (surrogate pair) + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }, + + // Used for iframes + // See setDocument() + // Removing the function wrapper causes a "Permission Denied" + // error in IE + unloadHandler = function() { + setDocument(); + }; + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + (arr = slice.call( preferredDoc.childNodes )), + preferredDoc.childNodes + ); + // Support: Android<4.0 + // Detect silently failing push.apply + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + push_native.apply( target, slice.call(els) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + // Can't trust NodeList.length + while ( (target[j++] = els[i++]) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var match, elem, m, nodeType, + // QSA vars + i, groups, old, nid, newContext, newSelector; + + if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { + setDocument( context ); + } + + context = context || document; + results = results || []; + nodeType = context.nodeType; + + if ( typeof selector !== "string" || !selector || + nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { + + return results; + } + + if ( !seed && documentIsHTML ) { + + // Try to shortcut find operations when possible (e.g., not under DocumentFragment) + if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) { + // Speed-up: Sizzle("#ID") + if ( (m = match[1]) ) { + if ( nodeType === 9 ) { + elem = context.getElementById( m ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document (jQuery #6963) + if ( elem && elem.parentNode ) { + // Handle the case where IE, Opera, and Webkit return items + // by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + } else { + // Context is not a document + if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) && + contains( context, elem ) && elem.id === m ) { + results.push( elem ); + return results; + } + } + + // Speed-up: Sizzle("TAG") + } else if ( match[2] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Speed-up: Sizzle(".CLASS") + } else if ( (m = match[3]) && support.getElementsByClassName ) { + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // QSA path + if ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { + nid = old = expando; + newContext = context; + newSelector = nodeType !== 1 && selector; + + // qSA works strangely on Element-rooted queries + // We can work around this by specifying an extra ID on the root + // and working up from there (Thanks to Andrew Dupont for the technique) + // IE 8 doesn't work on object elements + if ( nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) { + groups = tokenize( selector ); + + if ( (old = context.getAttribute("id")) ) { + nid = old.replace( rescape, "\\$&" ); + } else { + context.setAttribute( "id", nid ); + } + nid = "[id='" + nid + "'] "; + + i = groups.length; + while ( i-- ) { + groups[i] = nid + toSelector( groups[i] ); + } + newContext = rsibling.test( selector ) && testContext( context.parentNode ) || context; + newSelector = groups.join(","); + } + + if ( newSelector ) { + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch(qsaError) { + } finally { + if ( !old ) { + context.removeAttribute("id"); + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {Function(string, Object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key + " " ) > Expr.cacheLength ) { + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return (cache[ key + " " ] = value); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created div and expects a boolean result + */ +function assert( fn ) { + var div = document.createElement("div"); + + try { + return !!fn( div ); + } catch (e) { + return false; + } finally { + // Remove from its parent by default + if ( div.parentNode ) { + div.parentNode.removeChild( div ); + } + // release memory in IE + div = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied + */ +function addHandle( attrs, handler ) { + var arr = attrs.split("|"), + i = attrs.length; + + while ( i-- ) { + Expr.attrHandle[ arr[i] ] = handler; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + ( ~b.sourceIndex || MAX_NEGATIVE ) - + ( ~a.sourceIndex || MAX_NEGATIVE ); + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( (cur = cur.nextSibling) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return (name === "input" || name === "button") && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction(function( argument ) { + argument = +argument; + return markFunction(function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ (j = matchIndexes[i]) ] ) { + seed[j] = !(matches[j] = seed[j]); + } + } + }); + }); +} + +/** + * Checks a node for validity as a Sizzle context + * @param {Element|Object=} context + * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value + */ +function testContext( context ) { + return context && typeof context.getElementsByTagName !== "undefined" && context; +} + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Detects XML nodes + * @param {Element|Object} elem An element or a document + * @returns {Boolean} True iff elem is a non-HTML XML node + */ +isXML = Sizzle.isXML = function( elem ) { + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = elem && (elem.ownerDocument || elem).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var hasCompare, parent, + doc = node ? node.ownerDocument || node : preferredDoc; + + // If no document and documentElement is available, return + if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Set our document + document = doc; + docElem = doc.documentElement; + parent = doc.defaultView; + + // Support: IE>8 + // If iframe document is assigned to "document" variable and if iframe has been reloaded, + // IE will throw "permission denied" error when accessing "document" variable, see jQuery #13936 + // IE6-8 do not support the defaultView property so parent will be undefined + if ( parent && parent !== parent.top ) { + // IE11 does not have attachEvent, so all must suffer + if ( parent.addEventListener ) { + parent.addEventListener( "unload", unloadHandler, false ); + } else if ( parent.attachEvent ) { + parent.attachEvent( "onunload", unloadHandler ); + } + } + + /* Support tests + ---------------------------------------------------------------------- */ + documentIsHTML = !isXML( doc ); + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties + // (excepting IE8 booleans) + support.attributes = assert(function( div ) { + div.className = "i"; + return !div.getAttribute("className"); + }); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert(function( div ) { + div.appendChild( doc.createComment("") ); + return !div.getElementsByTagName("*").length; + }); + + // Support: IE<9 + support.getElementsByClassName = rnative.test( doc.getElementsByClassName ); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert(function( div ) { + docElem.appendChild( div ).id = expando; + return !doc.getElementsByName || !doc.getElementsByName( expando ).length; + }); + + // ID find and filter + if ( support.getById ) { + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var m = context.getElementById( id ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + return m && m.parentNode ? [ m ] : []; + } + }; + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute("id") === attrId; + }; + }; + } else { + // Support: IE6/7 + // getElementById is not reliable as a find shortcut + delete Expr.find["ID"]; + + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== "undefined" && elem.getAttributeNode("id"); + return node && node.value === attrId; + }; + }; + } + + // Tag + Expr.find["TAG"] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== "undefined" ) { + return context.getElementsByTagName( tag ); + + // DocumentFragment nodes don't have gEBTN + } else if ( support.qsa ) { + return context.querySelectorAll( tag ); + } + } : + + function( tag, context ) { + var elem, + tmp = [], + i = 0, + // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( (elem = results[i++]) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { + if ( documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See http://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( (support.qsa = rnative.test( doc.querySelectorAll )) ) { + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert(function( div ) { + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // http://bugs.jquery.com/ticket/12359 + docElem.appendChild( div ).innerHTML = "" + + ""; + + // Support: IE8, Opera 11-12.16 + // Nothing should be selected when empty strings follow ^= or $= or *= + // The test attribute must be unknown in Opera but "safe" for WinRT + // http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section + if ( div.querySelectorAll("[msallowcapture^='']").length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !div.querySelectorAll("[selected]").length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Support: Chrome<29, Android<4.2+, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.7+ + if ( !div.querySelectorAll( "[id~=" + expando + "-]" ).length ) { + rbuggyQSA.push("~="); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":checked").length ) { + rbuggyQSA.push(":checked"); + } + + // Support: Safari 8+, iOS 8+ + // https://bugs.webkit.org/show_bug.cgi?id=136851 + // In-page `selector#id sibing-combinator selector` fails + if ( !div.querySelectorAll( "a#" + expando + "+*" ).length ) { + rbuggyQSA.push(".#.+[+~]"); + } + }); + + assert(function( div ) { + // Support: Windows 8 Native Apps + // The type and name attributes are restricted during .innerHTML assignment + var input = doc.createElement("input"); + input.setAttribute( "type", "hidden" ); + div.appendChild( input ).setAttribute( "name", "D" ); + + // Support: IE8 + // Enforce case-sensitivity of name attribute + if ( div.querySelectorAll("[name=d]").length ) { + rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":enabled").length ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Opera 10-11 does not throw on post-comma invalid pseudos + div.querySelectorAll("*,:x"); + rbuggyQSA.push(",.*:"); + }); + } + + if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || + docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector) )) ) { + + assert(function( div ) { + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( div, "div" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( div, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + }); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); + + /* Contains + ---------------------------------------------------------------------- */ + hasCompare = rnative.test( docElem.compareDocumentPosition ); + + // Element contains another + // Purposefully does not implement inclusive descendent + // As in, an element does not contain itself + contains = hasCompare || rnative.test( docElem.contains ) ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + )); + } : + function( a, b ) { + if ( b ) { + while ( (b = b.parentNode) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = hasCompare ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + // Sort on method existence if only one input has compareDocumentPosition + var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; + if ( compare ) { + return compare; + } + + // Calculate position if both inputs belong to the same document + compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? + a.compareDocumentPosition( b ) : + + // Otherwise we know they are disconnected + 1; + + // Disconnected nodes + if ( compare & 1 || + (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { + + // Choose the first element that is related to our preferred document + if ( a === doc || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { + return -1; + } + if ( b === doc || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } : + function( a, b ) { + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Parentless nodes are either documents or disconnected + if ( !aup || !bup ) { + return a === doc ? -1 : + b === doc ? 1 : + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( (cur = cur.parentNode) ) { + ap.unshift( cur ); + } + cur = b; + while ( (cur = cur.parentNode) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[i] === bp[i] ) { + i++; + } + + return i ? + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[i], bp[i] ) : + + // Otherwise nodes in our document sort first + ap[i] === preferredDoc ? -1 : + bp[i] === preferredDoc ? 1 : + 0; + }; + + return doc; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + // Make sure that attribute selectors are quoted + expr = expr.replace( rattributeQuotes, "='$1']" ); + + if ( support.matchesSelector && documentIsHTML && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch (e) {} + } + + return Sizzle( expr, document, null, [ elem ] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + // Set document vars if needed + if ( ( context.ownerDocument || context ) !== document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + return val !== undefined ? + val : + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + (val = elem.getAttributeNode(name)) && val.specified ? + val.value : + null; +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( (elem = results[i++]) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + // Clear input after sorting to release objects + // See https://github.com/jquery/sizzle/pull/225 + sortInput = null; + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + // If no nodeType, this is expected to be an array + while ( (node = elem[i++]) ) { + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + // Use textContent for elements + // innerText usage removed for consistency of new lines (jQuery #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[1] = match[1].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); + + if ( match[2] === "~=" ) { + match[3] = " " + match[3] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[1] = match[1].toLowerCase(); + + if ( match[1].slice( 0, 3 ) === "nth" ) { + // nth-* requires argument + if ( !match[3] ) { + Sizzle.error( match[0] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); + match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); + + // other types prohibit arguments + } else if ( match[3] ) { + Sizzle.error( match[0] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[6] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[3] ) { + match[2] = match[4] || match[5] || ""; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + // Get excess from tokenize (recursively) + (excess = tokenize( unquoted, true )) && + // advance to the next closing parenthesis + (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { + + // excess is a negative index + match[0] = match[0].slice( 0, excess ); + match[2] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { return true; } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && + classCache( className, function( elem ) { + return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" ); + }); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + }; + }, + + "CHILD": function( type, what, argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, context, xml ) { + var cache, outerCache, node, diff, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( (node = node[ dir ]) ) { + if ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) { + return false; + } + } + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + // Seek `elem` from a previously-cached index + outerCache = parent[ expando ] || (parent[ expando ] = {}); + cache = outerCache[ type ] || []; + nodeIndex = cache[0] === dirruns && cache[1]; + diff = cache[0] === dirruns && cache[2]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( (node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + (diff = nodeIndex = 0) || start.pop()) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + outerCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + // Use previously-cached element index if available + } else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) { + diff = cache[1]; + + // xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...) + } else { + // Use the same loop as above to seek `elem` from the start + while ( (node = ++nodeIndex && node && node[ dir ] || + (diff = nodeIndex = 0) || start.pop()) ) { + + if ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) { + // Cache the index of each encountered element + if ( useCache ) { + (node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction(function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf( seed, matched[i] ); + seed[ idx ] = !( matches[ idx ] = matched[i] ); + } + }) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + // Potentially complex pseudos + "not": markFunction(function( selector ) { + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction(function( seed, matches, context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( (elem = unmatched[i]) ) { + seed[i] = !(matches[i] = elem); + } + } + }) : + function( elem, context, xml ) { + input[0] = elem; + matcher( input, null, xml, results ); + // Don't keep the element (issue #299) + input[0] = null; + return !results.pop(); + }; + }), + + "has": markFunction(function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + }), + + "contains": markFunction(function( text ) { + text = text.replace( runescape, funescape ); + return function( elem ) { + return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; + }; + }), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + // lang value must be a valid identifier + if ( !ridentifier.test(lang || "") ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( (elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); + return false; + }; + }), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); + }, + + // Boolean properties + "enabled": function( elem ) { + return elem.disabled === false; + }, + + "disabled": function( elem ) { + return elem.disabled === true; + }, + + "checked": function( elem ) { + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); + }, + + "selected": function( elem ) { + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), + // but not by others (comment: 8; processing instruction: 7; etc.) + // nodeType < 6 works because attributes (2) do not appear as children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeType < 6 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos["empty"]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + + // Support: IE<8 + // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" + ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); + }, + + // Position-in-collection + "first": createPositionalPseudo(function() { + return [ 0 ]; + }), + + "last": createPositionalPseudo(function( matchIndexes, length ) { + return [ length - 1 ]; + }), + + "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + }), + + "even": createPositionalPseudo(function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "odd": createPositionalPseudo(function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }) + } +}; + +Expr.pseudos["nth"] = Expr.pseudos["eq"]; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +tokenize = Sizzle.tokenize = function( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || (match = rcomma.exec( soFar )) ) { + if ( match ) { + // Don't consume trailing commas as valid + soFar = soFar.slice( match[0].length ) || soFar; + } + groups.push( (tokens = []) ); + } + + matched = false; + + // Combinators + if ( (match = rcombinators.exec( soFar )) ) { + matched = match.shift(); + tokens.push({ + value: matched, + // Cast descendant combinators to space + type: match[0].replace( rtrim, " " ) + }); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || + (match = preFilters[ type ]( match ))) ) { + matched = match.shift(); + tokens.push({ + value: matched, + type: type, + matches: match + }); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +}; + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[i].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + checkNonElements = base && dir === "parentNode", + doneName = done++; + + return combinator.first ? + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var oldCache, outerCache, + newCache = [ dirruns, doneName ]; + + // We can't set arbitrary data on XML nodes, so they don't benefit from dir caching + if ( xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || (elem[ expando ] = {}); + if ( (oldCache = outerCache[ dir ]) && + oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { + + // Assign to newCache so results back-propagate to previous elements + return (newCache[ 2 ] = oldCache[ 2 ]); + } else { + // Reuse newcache so results back-propagate to previous elements + outerCache[ dir ] = newCache; + + // A match means we're done; a fail means we have to keep checking + if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { + return true; + } + } + } + } + } + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[i]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[0]; +} + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( (elem = unmatched[i]) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction(function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( (elem = temp[i]) ) { + matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) ) { + // Restore matcherIn since elem is not yet a final match + temp.push( (matcherIn[i] = elem) ); + } + } + postFinder( null, (matcherOut = []), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) && + (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) { + + seed[temp] = !(results[temp] = elem); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + }); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[0].type ], + implicitRelative = leadingRelative || Expr.relative[" "], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + (checkContext = context).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + // Avoid hanging onto element (issue #299) + checkContext = null; + return ret; + } ]; + + for ( ; i < len; i++ ) { + if ( (matcher = Expr.relative[ tokens[i].type ]) ) { + matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; + } else { + matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[j].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + var bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, outermost ) { + var elem, j, matcher, + matchedCount = 0, + i = "0", + unmatched = seed && [], + setMatched = [], + contextBackup = outermostContext, + // We must always have either seed elements or outermost context + elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), + len = elems.length; + + if ( outermost ) { + outermostContext = context !== document && context; + } + + // Add elements passing elementMatchers directly to results + // Keep `i` a string if there are no elements so `matchedCount` will be "00" below + // Support: IE<9, Safari + // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id + for ( ; i !== len && (elem = elems[i]) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + while ( (matcher = elementMatchers[j++]) ) { + if ( matcher( elem, context, xml ) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + // They will have gone through all possible matchers + if ( (elem = !matcher && elem) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // Apply set filters to unmatched elements + matchedCount += i; + if ( bySet && i !== matchedCount ) { + j = 0; + while ( (matcher = setMatchers[j++]) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !(unmatched[i] || setMatched[i]) ) { + setMatched[i] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + // Generate a function of recursive functions that can be used to check each element + if ( !match ) { + match = tokenize( selector ); + } + i = match.length; + while ( i-- ) { + cached = matcherFromTokens( match[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + + // Save selector and tokenization + cached.selector = selector; + } + return cached; +}; + +/** + * A low-level selection function that works with Sizzle's compiled + * selector functions + * @param {String|Function} selector A selector or a pre-compiled + * selector function built with Sizzle.compile + * @param {Element} context + * @param {Array} [results] + * @param {Array} [seed] A set of elements to match against + */ +select = Sizzle.select = function( selector, context, results, seed ) { + var i, tokens, token, type, find, + compiled = typeof selector === "function" && selector, + match = !seed && tokenize( (selector = compiled.selector || selector) ); + + results = results || []; + + // Try to minimize operations if there is no seed and only one group + if ( match.length === 1 ) { + + // Take a shortcut and set the context if the root selector is an ID + tokens = match[0] = match[0].slice( 0 ); + if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && + support.getById && context.nodeType === 9 && documentIsHTML && + Expr.relative[ tokens[1].type ] ) { + + context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; + if ( !context ) { + return results; + + // Precompiled matchers will still verify ancestry, so step up a level + } else if ( compiled ) { + context = context.parentNode; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[i]; + + // Abort if we hit a combinator + if ( Expr.relative[ (type = token.type) ] ) { + break; + } + if ( (find = Expr.find[ type ]) ) { + // Search, expanding context for leading sibling combinators + if ( (seed = find( + token.matches[0].replace( runescape, funescape ), + rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context + )) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + + // Compile and execute a filtering function if one is not provided + // Provide `match` to avoid retokenization if we modified the selector above + ( compiled || compile( selector, match ) )( + seed, + context, + !documentIsHTML, + results, + rsibling.test( selector ) && testContext( context.parentNode ) || context + ); + return results; +}; + +// One-time assignments + +// Sort stability +support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; + +// Support: Chrome 14-35+ +// Always assume duplicates if they aren't passed to the comparison function +support.detectDuplicates = !!hasDuplicate; + +// Initialize against the default document +setDocument(); + +// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert(function( div1 ) { + // Should return 1, but returns 4 (following) + return div1.compareDocumentPosition( document.createElement("div") ) & 1; +}); + +// Support: IE<8 +// Prevent attribute/property "interpolation" +// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !assert(function( div ) { + div.innerHTML = ""; + return div.firstChild.getAttribute("href") === "#" ; +}) ) { + addHandle( "type|href|height|width", function( elem, name, isXML ) { + if ( !isXML ) { + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); + } + }); +} + +// Support: IE<9 +// Use defaultValue in place of getAttribute("value") +if ( !support.attributes || !assert(function( div ) { + div.innerHTML = ""; + div.firstChild.setAttribute( "value", "" ); + return div.firstChild.getAttribute( "value" ) === ""; +}) ) { + addHandle( "value", function( elem, name, isXML ) { + if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } + }); +} + +// Support: IE<9 +// Use getAttributeNode to fetch booleans when getAttribute lies +if ( !assert(function( div ) { + return div.getAttribute("disabled") == null; +}) ) { + addHandle( booleans, function( elem, name, isXML ) { + var val; + if ( !isXML ) { + return elem[ name ] === true ? name.toLowerCase() : + (val = elem.getAttributeNode( name )) && val.specified ? + val.value : + null; + } + }); +} + +return Sizzle; + +})( window ); + + + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; +jQuery.expr[":"] = jQuery.expr.pseudos; +jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; + + + +var rneedsContext = jQuery.expr.match.needsContext; + +var rsingleTag = (/^<(\w+)\s*\/?>(?:<\/\1>|)$/); + + + +var risSimple = /^.[^:#\[\.,]*$/; + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + /* jshint -W018 */ + return !!qualifier.call( elem, i, elem ) !== not; + }); + + } + + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + }); + + } + + if ( typeof qualifier === "string" ) { + if ( risSimple.test( qualifier ) ) { + return jQuery.filter( qualifier, elements, not ); + } + + qualifier = jQuery.filter( qualifier, elements ); + } + + return jQuery.grep( elements, function( elem ) { + return ( jQuery.inArray( elem, qualifier ) >= 0 ) !== not; + }); +} + +jQuery.filter = function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + return elems.length === 1 && elem.nodeType === 1 ? + jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : + jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + })); +}; + +jQuery.fn.extend({ + find: function( selector ) { + var i, + ret = [], + self = this, + len = self.length; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter(function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + }) ); + } + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + // Needed because $( selector, context ) becomes $( context ).find( selector ) + ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret ); + ret.selector = this.selector ? this.selector + " " + selector : selector; + return ret; + }, + filter: function( selector ) { + return this.pushStack( winnow(this, selector || [], false) ); + }, + not: function( selector ) { + return this.pushStack( winnow(this, selector || [], true) ); + }, + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + } +}); + + +// Initialize a jQuery object + + +// A central reference to the root jQuery(document) +var rootjQuery, + + // Use the correct document accordingly with window argument (sandbox) + document = window.document, + + // A simple way to check for HTML strings + // Prioritize #id over to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, + + init = jQuery.fn.init = function( selector, context ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.length >= 3 ) { + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && (match[1] || !context) ) { + + // HANDLE: $(html) -> $(array) + if ( match[1] ) { + context = context instanceof jQuery ? context[0] : context; + + // scripts is true for back-compat + // Intentionally let the error be thrown if parseHTML is not present + jQuery.merge( this, jQuery.parseHTML( + match[1], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + // Properties of context are called as methods if possible + if ( jQuery.isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[2] ); + + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + if ( elem && elem.parentNode ) { + // Handle the case where IE and Opera return items + // by name instead of ID + if ( elem.id !== match[2] ) { + return rootjQuery.find( selector ); + } + + // Otherwise, we inject the element directly into the jQuery object + this.length = 1; + this[0] = elem; + } + + this.context = document; + this.selector = selector; + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || rootjQuery ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this.context = this[0] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return typeof rootjQuery.ready !== "undefined" ? + rootjQuery.ready( selector ) : + // Execute immediately if ready is not present + selector( jQuery ); + } + + if ( selector.selector !== undefined ) { + this.selector = selector.selector; + this.context = selector.context; + } + + return jQuery.makeArray( selector, this ); + }; + +// Give the init function the jQuery prototype for later instantiation +init.prototype = jQuery.fn; + +// Initialize central reference +rootjQuery = jQuery( document ); + + +var rparentsprev = /^(?:parents|prev(?:Until|All))/, + // methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.extend({ + dir: function( elem, dir, until ) { + var matched = [], + cur = elem[ dir ]; + + while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).is( until )) ) { + if ( cur.nodeType === 1 ) { + matched.push( cur ); + } + cur = cur[dir]; + } + return matched; + }, + + sibling: function( n, elem ) { + var r = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + r.push( n ); + } + } + + return r; + } +}); + +jQuery.fn.extend({ + has: function( target ) { + var i, + targets = jQuery( target, this ), + len = targets.length; + + return this.filter(function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( this, targets[i] ) ) { + return true; + } + } + }); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + matched = [], + pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ? + jQuery( selectors, context || this.context ) : + 0; + + for ( ; i < l; i++ ) { + for ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) { + // Always skip document fragments + if ( cur.nodeType < 11 && (pos ? + pos.index(cur) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector(cur, selectors)) ) { + + matched.push( cur ); + break; + } + } + } + + return this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched ); + }, + + // Determine the position of an element within + // the matched set of elements + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[0] && this[0].parentNode ) ? this.first().prevAll().length : -1; + } + + // index in selector + if ( typeof elem === "string" ) { + return jQuery.inArray( this[0], jQuery( elem ) ); + } + + // Locate the position of the desired element + return jQuery.inArray( + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[0] : elem, this ); + }, + + add: function( selector, context ) { + return this.pushStack( + jQuery.unique( + jQuery.merge( this.get(), jQuery( selector, context ) ) + ) + ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter(selector) + ); + } +}); + +function sibling( cur, dir ) { + do { + cur = cur[ dir ]; + } while ( cur && cur.nodeType !== 1 ); + + return cur; +} + +jQuery.each({ + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return jQuery.dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return jQuery.dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return jQuery.dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return jQuery.dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return jQuery.dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return jQuery.dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return jQuery.sibling( elem.firstChild ); + }, + contents: function( elem ) { + return jQuery.nodeName( elem, "iframe" ) ? + elem.contentDocument || elem.contentWindow.document : + jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var ret = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + ret = jQuery.filter( selector, ret ); + } + + if ( this.length > 1 ) { + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + ret = jQuery.unique( ret ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + ret = ret.reverse(); + } + } + + return this.pushStack( ret ); + }; +}); +var rnotwhite = (/\S+/g); + + + +// String to Object options format cache +var optionsCache = {}; + +// Convert String-formatted options into Object-formatted ones and store in cache +function createOptions( options ) { + var object = optionsCache[ options ] = {}; + jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) { + object[ flag ] = true; + }); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + ( optionsCache[ options ] || createOptions( options ) ) : + jQuery.extend( {}, options ); + + var // Flag to know if list is currently firing + firing, + // Last fire value (for non-forgettable lists) + memory, + // Flag to know if list was already fired + fired, + // End of the loop when firing + firingLength, + // Index of currently firing callback (modified by remove if needed) + firingIndex, + // First callback to fire (used internally by add and fireWith) + firingStart, + // Actual callback list + list = [], + // Stack of fire calls for repeatable lists + stack = !options.once && [], + // Fire callbacks + fire = function( data ) { + memory = options.memory && data; + fired = true; + firingIndex = firingStart || 0; + firingStart = 0; + firingLength = list.length; + firing = true; + for ( ; list && firingIndex < firingLength; firingIndex++ ) { + if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) { + memory = false; // To prevent further calls using add + break; + } + } + firing = false; + if ( list ) { + if ( stack ) { + if ( stack.length ) { + fire( stack.shift() ); + } + } else if ( memory ) { + list = []; + } else { + self.disable(); + } + } + }, + // Actual Callbacks object + self = { + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + // First, we save the current length + var start = list.length; + (function add( args ) { + jQuery.each( args, function( _, arg ) { + var type = jQuery.type( arg ); + if ( type === "function" ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && type !== "string" ) { + // Inspect recursively + add( arg ); + } + }); + })( arguments ); + // Do we need to add the callbacks to the + // current firing batch? + if ( firing ) { + firingLength = list.length; + // With memory, if we're not firing then + // we should call right away + } else if ( memory ) { + firingStart = start; + fire( memory ); + } + } + return this; + }, + // Remove a callback from the list + remove: function() { + if ( list ) { + jQuery.each( arguments, function( _, arg ) { + var index; + while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + // Handle firing indexes + if ( firing ) { + if ( index <= firingLength ) { + firingLength--; + } + if ( index <= firingIndex ) { + firingIndex--; + } + } + } + }); + } + return this; + }, + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length ); + }, + // Remove all callbacks from the list + empty: function() { + list = []; + firingLength = 0; + return this; + }, + // Have the list do nothing anymore + disable: function() { + list = stack = memory = undefined; + return this; + }, + // Is it disabled? + disabled: function() { + return !list; + }, + // Lock the list in its current state + lock: function() { + stack = undefined; + if ( !memory ) { + self.disable(); + } + return this; + }, + // Is it locked? + locked: function() { + return !stack; + }, + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( list && ( !fired || stack ) ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + if ( firing ) { + stack.push( args ); + } else { + fire( args ); + } + } + return this; + }, + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; + + +jQuery.extend({ + + Deferred: function( func ) { + var tuples = [ + // action, add listener, listener list, final state + [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ], + [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ], + [ "notify", "progress", jQuery.Callbacks("memory") ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + then: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + return jQuery.Deferred(function( newDefer ) { + jQuery.each( tuples, function( i, tuple ) { + var fn = jQuery.isFunction( fns[ i ] ) && fns[ i ]; + // deferred[ done | fail | progress ] for forwarding actions to newDefer + deferred[ tuple[1] ](function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && jQuery.isFunction( returned.promise ) ) { + returned.promise() + .done( newDefer.resolve ) + .fail( newDefer.reject ) + .progress( newDefer.notify ); + } else { + newDefer[ tuple[ 0 ] + "With" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments ); + } + }); + }); + fns = null; + }).promise(); + }, + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Keep pipe for back-compat + promise.pipe = promise.then; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 3 ]; + + // promise[ done | fail | progress ] = list.add + promise[ tuple[1] ] = list.add; + + // Handle state + if ( stateString ) { + list.add(function() { + // state = [ resolved | rejected ] + state = stateString; + + // [ reject_list | resolve_list ].disable; progress_list.lock + }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock ); + } + + // deferred[ resolve | reject | notify ] + deferred[ tuple[0] ] = function() { + deferred[ tuple[0] + "With" ]( this === deferred ? promise : this, arguments ); + return this; + }; + deferred[ tuple[0] + "With" ] = list.fireWith; + }); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( subordinate /* , ..., subordinateN */ ) { + var i = 0, + resolveValues = slice.call( arguments ), + length = resolveValues.length, + + // the count of uncompleted subordinates + remaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0, + + // the master Deferred. If resolveValues consist of only a single Deferred, just use that. + deferred = remaining === 1 ? subordinate : jQuery.Deferred(), + + // Update function for both resolve and progress values + updateFunc = function( i, contexts, values ) { + return function( value ) { + contexts[ i ] = this; + values[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; + if ( values === progressValues ) { + deferred.notifyWith( contexts, values ); + + } else if ( !(--remaining) ) { + deferred.resolveWith( contexts, values ); + } + }; + }, + + progressValues, progressContexts, resolveContexts; + + // add listeners to Deferred subordinates; treat others as resolved + if ( length > 1 ) { + progressValues = new Array( length ); + progressContexts = new Array( length ); + resolveContexts = new Array( length ); + for ( ; i < length; i++ ) { + if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) { + resolveValues[ i ].promise() + .done( updateFunc( i, resolveContexts, resolveValues ) ) + .fail( deferred.reject ) + .progress( updateFunc( i, progressContexts, progressValues ) ); + } else { + --remaining; + } + } + } + + // if we're not waiting on anything, resolve the master + if ( !remaining ) { + deferred.resolveWith( resolveContexts, resolveValues ); + } + + return deferred.promise(); + } +}); + + +// The deferred used on DOM ready +var readyList; + +jQuery.fn.ready = function( fn ) { + // Add the callback + jQuery.ready.promise().done( fn ); + + return this; +}; + +jQuery.extend({ + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Hold (or release) the ready event + holdReady: function( hold ) { + if ( hold ) { + jQuery.readyWait++; + } else { + jQuery.ready( true ); + } + }, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). + if ( !document.body ) { + return setTimeout( jQuery.ready ); + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + + // Trigger any bound ready events + if ( jQuery.fn.triggerHandler ) { + jQuery( document ).triggerHandler( "ready" ); + jQuery( document ).off( "ready" ); + } + } +}); + +/** + * Clean-up method for dom ready events + */ +function detach() { + if ( document.addEventListener ) { + document.removeEventListener( "DOMContentLoaded", completed, false ); + window.removeEventListener( "load", completed, false ); + + } else { + document.detachEvent( "onreadystatechange", completed ); + window.detachEvent( "onload", completed ); + } +} + +/** + * The ready event handler and self cleanup method + */ +function completed() { + // readyState === "complete" is good enough for us to call the dom ready in oldIE + if ( document.addEventListener || event.type === "load" || document.readyState === "complete" ) { + detach(); + jQuery.ready(); + } +} + +jQuery.ready.promise = function( obj ) { + if ( !readyList ) { + + readyList = jQuery.Deferred(); + + // Catch cases where $(document).ready() is called after the browser event has already occurred. + // we once tried to use readyState "interactive" here, but it caused issues like the one + // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15 + if ( document.readyState === "complete" ) { + // Handle it asynchronously to allow scripts the opportunity to delay ready + setTimeout( jQuery.ready ); + + // Standards-based browsers support DOMContentLoaded + } else if ( document.addEventListener ) { + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed, false ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed, false ); + + // If IE event model is used + } else { + // Ensure firing before onload, maybe late but safe also for iframes + document.attachEvent( "onreadystatechange", completed ); + + // A fallback to window.onload, that will always work + window.attachEvent( "onload", completed ); + + // If IE and not a frame + // continually check to see if the document is ready + var top = false; + + try { + top = window.frameElement == null && document.documentElement; + } catch(e) {} + + if ( top && top.doScroll ) { + (function doScrollCheck() { + if ( !jQuery.isReady ) { + + try { + // Use the trick by Diego Perini + // http://javascript.nwbox.com/IEContentLoaded/ + top.doScroll("left"); + } catch(e) { + return setTimeout( doScrollCheck, 50 ); + } + + // detach all dom ready events + detach(); + + // and execute any waiting functions + jQuery.ready(); + } + })(); + } + } + } + return readyList.promise( obj ); +}; + + +var strundefined = typeof undefined; + + + +// Support: IE<9 +// Iteration over object's inherited properties before its own +var i; +for ( i in jQuery( support ) ) { + break; +} +support.ownLast = i !== "0"; + +// Note: most support tests are defined in their respective modules. +// false until the test is run +support.inlineBlockNeedsLayout = false; + +// Execute ASAP in case we need to set body.style.zoom +jQuery(function() { + // Minified: var a,b,c,d + var val, div, body, container; + + body = document.getElementsByTagName( "body" )[ 0 ]; + if ( !body || !body.style ) { + // Return for frameset docs that don't have a body + return; + } + + // Setup + div = document.createElement( "div" ); + container = document.createElement( "div" ); + container.style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px"; + body.appendChild( container ).appendChild( div ); + + if ( typeof div.style.zoom !== strundefined ) { + // Support: IE<8 + // Check if natively block-level elements act like inline-block + // elements when setting their display to 'inline' and giving + // them layout + div.style.cssText = "display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1"; + + support.inlineBlockNeedsLayout = val = div.offsetWidth === 3; + if ( val ) { + // Prevent IE 6 from affecting layout for positioned elements #11048 + // Prevent IE from shrinking the body in IE 7 mode #12869 + // Support: IE<8 + body.style.zoom = 1; + } + } + + body.removeChild( container ); +}); + + + + +(function() { + var div = document.createElement( "div" ); + + // Execute the test only if not already executed in another module. + if (support.deleteExpando == null) { + // Support: IE<9 + support.deleteExpando = true; + try { + delete div.test; + } catch( e ) { + support.deleteExpando = false; + } + } + + // Null elements to avoid leaks in IE. + div = null; +})(); + + +/** + * Determines whether an object can have data + */ +jQuery.acceptData = function( elem ) { + var noData = jQuery.noData[ (elem.nodeName + " ").toLowerCase() ], + nodeType = +elem.nodeType || 1; + + // Do not set data on non-element DOM nodes because it will not be cleared (#8335). + return nodeType !== 1 && nodeType !== 9 ? + false : + + // Nodes accept data unless otherwise specified; rejection can be conditional + !noData || noData !== true && elem.getAttribute("classid") === noData; +}; + + +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /([A-Z])/g; + +function dataAttr( elem, key, data ) { + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + + var name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase(); + + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = data === "true" ? true : + data === "false" ? false : + data === "null" ? null : + // Only convert to a number if it doesn't change the string + +data + "" === data ? +data : + rbrace.test( data ) ? jQuery.parseJSON( data ) : + data; + } catch( e ) {} + + // Make sure we set the data so it isn't changed later + jQuery.data( elem, key, data ); + + } else { + data = undefined; + } + } + + return data; +} + +// checks a cache object for emptiness +function isEmptyDataObject( obj ) { + var name; + for ( name in obj ) { + + // if the public data object is empty, the private is still empty + if ( name === "data" && jQuery.isEmptyObject( obj[name] ) ) { + continue; + } + if ( name !== "toJSON" ) { + return false; + } + } + + return true; +} + +function internalData( elem, name, data, pvt /* Internal Use Only */ ) { + if ( !jQuery.acceptData( elem ) ) { + return; + } + + var ret, thisCache, + internalKey = jQuery.expando, + + // We have to handle DOM nodes and JS objects differently because IE6-7 + // can't GC object references properly across the DOM-JS boundary + isNode = elem.nodeType, + + // Only DOM nodes need the global jQuery cache; JS object data is + // attached directly to the object so GC can occur automatically + cache = isNode ? jQuery.cache : elem, + + // Only defining an ID for JS objects if its cache already exists allows + // the code to shortcut on the same path as a DOM node with no cache + id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey; + + // Avoid doing any more work than we need to when trying to get data on an + // object that has no data at all + if ( (!id || !cache[id] || (!pvt && !cache[id].data)) && data === undefined && typeof name === "string" ) { + return; + } + + if ( !id ) { + // Only DOM nodes need a new unique ID for each element since their data + // ends up in the global cache + if ( isNode ) { + id = elem[ internalKey ] = deletedIds.pop() || jQuery.guid++; + } else { + id = internalKey; + } + } + + if ( !cache[ id ] ) { + // Avoid exposing jQuery metadata on plain JS objects when the object + // is serialized using JSON.stringify + cache[ id ] = isNode ? {} : { toJSON: jQuery.noop }; + } + + // An object can be passed to jQuery.data instead of a key/value pair; this gets + // shallow copied over onto the existing cache + if ( typeof name === "object" || typeof name === "function" ) { + if ( pvt ) { + cache[ id ] = jQuery.extend( cache[ id ], name ); + } else { + cache[ id ].data = jQuery.extend( cache[ id ].data, name ); + } + } + + thisCache = cache[ id ]; + + // jQuery data() is stored in a separate object inside the object's internal data + // cache in order to avoid key collisions between internal data and user-defined + // data. + if ( !pvt ) { + if ( !thisCache.data ) { + thisCache.data = {}; + } + + thisCache = thisCache.data; + } + + if ( data !== undefined ) { + thisCache[ jQuery.camelCase( name ) ] = data; + } + + // Check for both converted-to-camel and non-converted data property names + // If a data property was specified + if ( typeof name === "string" ) { + + // First Try to find as-is property data + ret = thisCache[ name ]; + + // Test for null|undefined property data + if ( ret == null ) { + + // Try to find the camelCased property + ret = thisCache[ jQuery.camelCase( name ) ]; + } + } else { + ret = thisCache; + } + + return ret; +} + +function internalRemoveData( elem, name, pvt ) { + if ( !jQuery.acceptData( elem ) ) { + return; + } + + var thisCache, i, + isNode = elem.nodeType, + + // See jQuery.data for more information + cache = isNode ? jQuery.cache : elem, + id = isNode ? elem[ jQuery.expando ] : jQuery.expando; + + // If there is already no cache entry for this object, there is no + // purpose in continuing + if ( !cache[ id ] ) { + return; + } + + if ( name ) { + + thisCache = pvt ? cache[ id ] : cache[ id ].data; + + if ( thisCache ) { + + // Support array or space separated string names for data keys + if ( !jQuery.isArray( name ) ) { + + // try the string as a key before any manipulation + if ( name in thisCache ) { + name = [ name ]; + } else { + + // split the camel cased version by spaces unless a key with the spaces exists + name = jQuery.camelCase( name ); + if ( name in thisCache ) { + name = [ name ]; + } else { + name = name.split(" "); + } + } + } else { + // If "name" is an array of keys... + // When data is initially created, via ("key", "val") signature, + // keys will be converted to camelCase. + // Since there is no way to tell _how_ a key was added, remove + // both plain key and camelCase key. #12786 + // This will only penalize the array argument path. + name = name.concat( jQuery.map( name, jQuery.camelCase ) ); + } + + i = name.length; + while ( i-- ) { + delete thisCache[ name[i] ]; + } + + // If there is no data left in the cache, we want to continue + // and let the cache object itself get destroyed + if ( pvt ? !isEmptyDataObject(thisCache) : !jQuery.isEmptyObject(thisCache) ) { + return; + } + } + } + + // See jQuery.data for more information + if ( !pvt ) { + delete cache[ id ].data; + + // Don't destroy the parent cache unless the internal data object + // had been the only thing left in it + if ( !isEmptyDataObject( cache[ id ] ) ) { + return; + } + } + + // Destroy the cache + if ( isNode ) { + jQuery.cleanData( [ elem ], true ); + + // Use delete when supported for expandos or `cache` is not a window per isWindow (#10080) + /* jshint eqeqeq: false */ + } else if ( support.deleteExpando || cache != cache.window ) { + /* jshint eqeqeq: true */ + delete cache[ id ]; + + // When all else fails, null + } else { + cache[ id ] = null; + } +} + +jQuery.extend({ + cache: {}, + + // The following elements (space-suffixed to avoid Object.prototype collisions) + // throw uncatchable exceptions if you attempt to set expando properties + noData: { + "applet ": true, + "embed ": true, + // ...but Flash objects (which have this classid) *can* handle expandos + "object ": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" + }, + + hasData: function( elem ) { + elem = elem.nodeType ? jQuery.cache[ elem[jQuery.expando] ] : elem[ jQuery.expando ]; + return !!elem && !isEmptyDataObject( elem ); + }, + + data: function( elem, name, data ) { + return internalData( elem, name, data ); + }, + + removeData: function( elem, name ) { + return internalRemoveData( elem, name ); + }, + + // For internal use only. + _data: function( elem, name, data ) { + return internalData( elem, name, data, true ); + }, + + _removeData: function( elem, name ) { + return internalRemoveData( elem, name, true ); + } +}); + +jQuery.fn.extend({ + data: function( key, value ) { + var i, name, data, + elem = this[0], + attrs = elem && elem.attributes; + + // Special expections of .data basically thwart jQuery.access, + // so implement the relevant behavior ourselves + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = jQuery.data( elem ); + + if ( elem.nodeType === 1 && !jQuery._data( elem, "parsedAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + + // Support: IE11+ + // The attrs elements can be null (#14894) + if ( attrs[ i ] ) { + name = attrs[ i ].name; + if ( name.indexOf( "data-" ) === 0 ) { + name = jQuery.camelCase( name.slice(5) ); + dataAttr( elem, name, data[ name ] ); + } + } + } + jQuery._data( elem, "parsedAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each(function() { + jQuery.data( this, key ); + }); + } + + return arguments.length > 1 ? + + // Sets one value + this.each(function() { + jQuery.data( this, key, value ); + }) : + + // Gets one value + // Try to fetch any internally stored data first + elem ? dataAttr( elem, key, jQuery.data( elem, key ) ) : undefined; + }, + + removeData: function( key ) { + return this.each(function() { + jQuery.removeData( this, key ); + }); + } +}); + + +jQuery.extend({ + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = jQuery._data( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || jQuery.isArray(data) ) { + queue = jQuery._data( elem, type, jQuery.makeArray(data) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // not intended for public consumption - generates a queueHooks object, or returns the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return jQuery._data( elem, key ) || jQuery._data( elem, key, { + empty: jQuery.Callbacks("once memory").add(function() { + jQuery._removeData( elem, type + "queue" ); + jQuery._removeData( elem, key ); + }) + }); + } +}); + +jQuery.fn.extend({ + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[0], type ); + } + + return data === undefined ? + this : + this.each(function() { + var queue = jQuery.queue( this, type, data ); + + // ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[0] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + }); + }, + dequeue: function( type ) { + return this.each(function() { + jQuery.dequeue( this, type ); + }); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while ( i-- ) { + tmp = jQuery._data( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +}); +var pnum = (/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source; + +var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; + +var isHidden = function( elem, el ) { + // isHidden might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem ); + }; + + + +// Multifunctional method to get and set values of a collection +// The value/s can optionally be executed if it's a function +var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + length = elems.length, + bulk = key == null; + + // Sets many values + if ( jQuery.type( key ) === "object" ) { + chainable = true; + for ( i in key ) { + jQuery.access( elems, fn, i, key[i], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !jQuery.isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < length; i++ ) { + fn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) ); + } + } + } + + return chainable ? + elems : + + // Gets + bulk ? + fn.call( elems ) : + length ? fn( elems[0], key ) : emptyGet; +}; +var rcheckableType = (/^(?:checkbox|radio)$/i); + + + +(function() { + // Minified: var a,b,c + var input = document.createElement( "input" ), + div = document.createElement( "div" ), + fragment = document.createDocumentFragment(); + + // Setup + div.innerHTML = "
    a"; + + // IE strips leading whitespace when .innerHTML is used + support.leadingWhitespace = div.firstChild.nodeType === 3; + + // Make sure that tbody elements aren't automatically inserted + // IE will insert them into empty tables + support.tbody = !div.getElementsByTagName( "tbody" ).length; + + // Make sure that link elements get serialized correctly by innerHTML + // This requires a wrapper element in IE + support.htmlSerialize = !!div.getElementsByTagName( "link" ).length; + + // Makes sure cloning an html5 element does not cause problems + // Where outerHTML is undefined, this still works + support.html5Clone = + document.createElement( "nav" ).cloneNode( true ).outerHTML !== "<:nav>"; + + // Check if a disconnected checkbox will retain its checked + // value of true after appended to the DOM (IE6/7) + input.type = "checkbox"; + input.checked = true; + fragment.appendChild( input ); + support.appendChecked = input.checked; + + // Make sure textarea (and checkbox) defaultValue is properly cloned + // Support: IE6-IE11+ + div.innerHTML = ""; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; + + // #11217 - WebKit loses check when the name is after the checked attribute + fragment.appendChild( div ); + div.innerHTML = ""; + + // Support: Safari 5.1, iOS 5.1, Android 4.x, Android 2.3 + // old WebKit doesn't clone checked state correctly in fragments + support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Support: IE<9 + // Opera does not clone events (and typeof div.attachEvent === undefined). + // IE9-10 clones events bound via attachEvent, but they don't trigger with .click() + support.noCloneEvent = true; + if ( div.attachEvent ) { + div.attachEvent( "onclick", function() { + support.noCloneEvent = false; + }); + + div.cloneNode( true ).click(); + } + + // Execute the test only if not already executed in another module. + if (support.deleteExpando == null) { + // Support: IE<9 + support.deleteExpando = true; + try { + delete div.test; + } catch( e ) { + support.deleteExpando = false; + } + } +})(); + + +(function() { + var i, eventName, + div = document.createElement( "div" ); + + // Support: IE<9 (lack submit/change bubble), Firefox 23+ (lack focusin event) + for ( i in { submit: true, change: true, focusin: true }) { + eventName = "on" + i; + + if ( !(support[ i + "Bubbles" ] = eventName in window) ) { + // Beware of CSP restrictions (https://developer.mozilla.org/en/Security/CSP) + div.setAttribute( eventName, "t" ); + support[ i + "Bubbles" ] = div.attributes[ eventName ].expando === false; + } + } + + // Null elements to avoid leaks in IE. + div = null; +})(); + + +var rformElems = /^(?:input|select|textarea)$/i, + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu)|click/, + rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)$/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + var tmp, events, t, handleObjIn, + special, eventHandle, handleObj, + handlers, type, namespaces, origType, + elemData = jQuery._data( elem ); + + // Don't attach events to noData or text/comment nodes (but allow plain objects) + if ( !elemData ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !(events = elemData.events) ) { + events = elemData.events = {}; + } + if ( !(eventHandle = elemData.handle) ) { + eventHandle = elemData.handle = function( e ) { + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== strundefined && (!e || jQuery.event.triggered !== e.type) ? + jQuery.event.dispatch.apply( eventHandle.elem, arguments ) : + undefined; + }; + // Add elem as a property of the handle fn to prevent a memory leak with IE non-native events + eventHandle.elem = elem; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend({ + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join(".") + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !(handlers = events[ type ]) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener/attachEvent if the special events handler returns false + if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + // Bind the global event handler to the element + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle, false ); + + } else if ( elem.attachEvent ) { + elem.attachEvent( "on" + type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + // Nullify elem to prevent memory leaks in IE + elem = null; + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + var j, handleObj, tmp, + origCount, t, events, + special, handlers, type, + namespaces, origType, + elemData = jQuery.hasData( elem ) && jQuery._data( elem ); + + if ( !elemData || !(events = elemData.events) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[2] && new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + delete elemData.handle; + + // removeData also checks for emptiness and clears the expando if empty + // so use it instead of delete + jQuery._removeData( elem, "events" ); + } + }, + + trigger: function( event, data, elem, onlyHandlers ) { + var handle, ontype, cur, + bubbleType, special, tmp, i, + eventPath = [ elem || document ], + type = hasOwn.call( event, "type" ) ? event.type : event, + namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split(".") : []; + + cur = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf(".") >= 0 ) { + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split("."); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf(":") < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join("."); + event.namespace_re = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === (elem.ownerDocument || document) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) { + + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] && jQuery._data( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && handle.apply && jQuery.acceptData( cur ) ) { + event.result = handle.apply( cur, data ); + if ( event.result === false ) { + event.preventDefault(); + } + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) && + jQuery.acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name name as the event. + // Can't use an .isFunction() check here because IE6/7 fails that test. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && elem[ type ] && !jQuery.isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + try { + elem[ type ](); + } catch ( e ) { + // IE<9 dies on focus/blur to hidden element (#1486,#12518) + // only reproducible on winXP IE8 native, not IE9 in IE8 mode + } + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + dispatch: function( event ) { + + // Make a writable jQuery.Event from the native event object + event = jQuery.event.fix( event ); + + var i, ret, handleObj, matched, j, + handlerQueue = [], + args = slice.call( arguments ), + handlers = ( jQuery._data( this, "events" ) || {} )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[0] = event; + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) { + + // Triggered event must either 1) have no namespace, or + // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace). + if ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler ) + .apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( (event.result = ret) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var sel, handleObj, matches, i, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Find delegate handlers + // Black-hole SVG instance trees (#13180) + // Avoid non-left-click bubbling in Firefox (#3861) + if ( delegateCount && cur.nodeType && (!event.button || event.type !== "click") ) { + + /* jshint eqeqeq: false */ + for ( ; cur != this; cur = cur.parentNode || this ) { + /* jshint eqeqeq: true */ + + // Don't check non-elements (#13208) + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.nodeType === 1 && (cur.disabled !== true || event.type !== "click") ) { + matches = []; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matches[ sel ] === undefined ) { + matches[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) >= 0 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matches[ sel ] ) { + matches.push( handleObj ); + } + } + if ( matches.length ) { + handlerQueue.push({ elem: cur, handlers: matches }); + } + } + } + } + + // Add the remaining (directly-bound) handlers + if ( delegateCount < handlers.length ) { + handlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) }); + } + + return handlerQueue; + }, + + fix: function( event ) { + if ( event[ jQuery.expando ] ) { + return event; + } + + // Create a writable copy of the event object and normalize some properties + var i, prop, copy, + type = event.type, + originalEvent = event, + fixHook = this.fixHooks[ type ]; + + if ( !fixHook ) { + this.fixHooks[ type ] = fixHook = + rmouseEvent.test( type ) ? this.mouseHooks : + rkeyEvent.test( type ) ? this.keyHooks : + {}; + } + copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; + + event = new jQuery.Event( originalEvent ); + + i = copy.length; + while ( i-- ) { + prop = copy[ i ]; + event[ prop ] = originalEvent[ prop ]; + } + + // Support: IE<9 + // Fix target property (#1925) + if ( !event.target ) { + event.target = originalEvent.srcElement || document; + } + + // Support: Chrome 23+, Safari? + // Target should not be a text node (#504, #13143) + if ( event.target.nodeType === 3 ) { + event.target = event.target.parentNode; + } + + // Support: IE<9 + // For mouse/key events, metaKey==false if it's undefined (#3368, #11328) + event.metaKey = !!event.metaKey; + + return fixHook.filter ? fixHook.filter( event, originalEvent ) : event; + }, + + // Includes some event props shared by KeyEvent and MouseEvent + props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), + + fixHooks: {}, + + keyHooks: { + props: "char charCode key keyCode".split(" "), + filter: function( event, original ) { + + // Add which for key events + if ( event.which == null ) { + event.which = original.charCode != null ? original.charCode : original.keyCode; + } + + return event; + } + }, + + mouseHooks: { + props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "), + filter: function( event, original ) { + var body, eventDoc, doc, + button = original.button, + fromElement = original.fromElement; + + // Calculate pageX/Y if missing and clientX/Y available + if ( event.pageX == null && original.clientX != null ) { + eventDoc = event.target.ownerDocument || document; + doc = eventDoc.documentElement; + body = eventDoc.body; + + event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 ); + event.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 ); + } + + // Add relatedTarget, if necessary + if ( !event.relatedTarget && fromElement ) { + event.relatedTarget = fromElement === event.target ? original.toElement : fromElement; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + // Note: button is not normalized, so don't use it + if ( !event.which && button !== undefined ) { + event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); + } + + return event; + } + }, + + special: { + load: { + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + focus: { + // Fire native event if possible so blur/focus sequence is correct + trigger: function() { + if ( this !== safeActiveElement() && this.focus ) { + try { + this.focus(); + return false; + } catch ( e ) { + // Support: IE<9 + // If we error on focus to hidden element (#1486, #12518), + // let .trigger() run the handlers + } + } + }, + delegateType: "focusin" + }, + blur: { + trigger: function() { + if ( this === safeActiveElement() && this.blur ) { + this.blur(); + return false; + } + }, + delegateType: "focusout" + }, + click: { + // For checkbox, fire native event so checked state will be right + trigger: function() { + if ( jQuery.nodeName( this, "input" ) && this.type === "checkbox" && this.click ) { + this.click(); + return false; + } + }, + + // For cross-browser consistency, don't fire native .click() on links + _default: function( event ) { + return jQuery.nodeName( event.target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Support: Firefox 20+ + // Firefox doesn't alert if the returnValue field is not set. + if ( event.result !== undefined && event.originalEvent ) { + event.originalEvent.returnValue = event.result; + } + } + } + }, + + simulate: function( type, elem, event, bubble ) { + // Piggyback on a donor event to simulate a different one. + // Fake originalEvent to avoid donor's stopPropagation, but if the + // simulated event prevents default then we do the same on the donor. + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true, + originalEvent: {} + } + ); + if ( bubble ) { + jQuery.event.trigger( e, null, elem ); + } else { + jQuery.event.dispatch.call( elem, e ); + } + if ( e.isDefaultPrevented() ) { + event.preventDefault(); + } + } +}; + +jQuery.removeEvent = document.removeEventListener ? + function( elem, type, handle ) { + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle, false ); + } + } : + function( elem, type, handle ) { + var name = "on" + type; + + if ( elem.detachEvent ) { + + // #8545, #7054, preventing memory leaks for custom events in IE6-8 + // detachEvent needed property on element, by name of that event, to properly expose it to GC + if ( typeof elem[ name ] === strundefined ) { + elem[ name ] = null; + } + + elem.detachEvent( name, handle ); + } + }; + +jQuery.Event = function( src, props ) { + // Allow instantiation without the 'new' keyword + if ( !(this instanceof jQuery.Event) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && + // Support: IE < 9, Android < 4.0 + src.returnValue === false ? + returnTrue : + returnFalse; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || jQuery.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + if ( !e ) { + return; + } + + // If preventDefault exists, run it on the original event + if ( e.preventDefault ) { + e.preventDefault(); + + // Support: IE + // Otherwise set the returnValue property of the original event to false + } else { + e.returnValue = false; + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + if ( !e ) { + return; + } + // If stopPropagation exists, run it on the original event + if ( e.stopPropagation ) { + e.stopPropagation(); + } + + // Support: IE + // Set the cancelBubble property of the original event to true + e.cancelBubble = true; + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + + this.isImmediatePropagationStopped = returnTrue; + + if ( e && e.stopImmediatePropagation ) { + e.stopImmediatePropagation(); + } + + this.stopPropagation(); + } +}; + +// Create mouseenter/leave events using mouseover/out and event-time checks +jQuery.each({ + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mousenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || (related !== target && !jQuery.contains( target, related )) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +}); + +// IE submit delegation +if ( !support.submitBubbles ) { + + jQuery.event.special.submit = { + setup: function() { + // Only need this for delegated form submit events + if ( jQuery.nodeName( this, "form" ) ) { + return false; + } + + // Lazy-add a submit handler when a descendant form may potentially be submitted + jQuery.event.add( this, "click._submit keypress._submit", function( e ) { + // Node name check avoids a VML-related crash in IE (#9807) + var elem = e.target, + form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ? elem.form : undefined; + if ( form && !jQuery._data( form, "submitBubbles" ) ) { + jQuery.event.add( form, "submit._submit", function( event ) { + event._submit_bubble = true; + }); + jQuery._data( form, "submitBubbles", true ); + } + }); + // return undefined since we don't need an event listener + }, + + postDispatch: function( event ) { + // If form was submitted by the user, bubble the event up the tree + if ( event._submit_bubble ) { + delete event._submit_bubble; + if ( this.parentNode && !event.isTrigger ) { + jQuery.event.simulate( "submit", this.parentNode, event, true ); + } + } + }, + + teardown: function() { + // Only need this for delegated form submit events + if ( jQuery.nodeName( this, "form" ) ) { + return false; + } + + // Remove delegated handlers; cleanData eventually reaps submit handlers attached above + jQuery.event.remove( this, "._submit" ); + } + }; +} + +// IE change delegation and checkbox/radio fix +if ( !support.changeBubbles ) { + + jQuery.event.special.change = { + + setup: function() { + + if ( rformElems.test( this.nodeName ) ) { + // IE doesn't fire change on a check/radio until blur; trigger it on click + // after a propertychange. Eat the blur-change in special.change.handle. + // This still fires onchange a second time for check/radio after blur. + if ( this.type === "checkbox" || this.type === "radio" ) { + jQuery.event.add( this, "propertychange._change", function( event ) { + if ( event.originalEvent.propertyName === "checked" ) { + this._just_changed = true; + } + }); + jQuery.event.add( this, "click._change", function( event ) { + if ( this._just_changed && !event.isTrigger ) { + this._just_changed = false; + } + // Allow triggered, simulated change events (#11500) + jQuery.event.simulate( "change", this, event, true ); + }); + } + return false; + } + // Delegated event; lazy-add a change handler on descendant inputs + jQuery.event.add( this, "beforeactivate._change", function( e ) { + var elem = e.target; + + if ( rformElems.test( elem.nodeName ) && !jQuery._data( elem, "changeBubbles" ) ) { + jQuery.event.add( elem, "change._change", function( event ) { + if ( this.parentNode && !event.isSimulated && !event.isTrigger ) { + jQuery.event.simulate( "change", this.parentNode, event, true ); + } + }); + jQuery._data( elem, "changeBubbles", true ); + } + }); + }, + + handle: function( event ) { + var elem = event.target; + + // Swallow native change events from checkbox/radio, we already triggered them above + if ( this !== elem || event.isSimulated || event.isTrigger || (elem.type !== "radio" && elem.type !== "checkbox") ) { + return event.handleObj.handler.apply( this, arguments ); + } + }, + + teardown: function() { + jQuery.event.remove( this, "._change" ); + + return !rformElems.test( this.nodeName ); + } + }; +} + +// Create "bubbling" focus and blur events +if ( !support.focusinBubbles ) { + jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler on the document while someone wants focusin/focusout + var handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + var doc = this.ownerDocument || this, + attaches = jQuery._data( doc, fix ); + + if ( !attaches ) { + doc.addEventListener( orig, handler, true ); + } + jQuery._data( doc, fix, ( attaches || 0 ) + 1 ); + }, + teardown: function() { + var doc = this.ownerDocument || this, + attaches = jQuery._data( doc, fix ) - 1; + + if ( !attaches ) { + doc.removeEventListener( orig, handler, true ); + jQuery._removeData( doc, fix ); + } else { + jQuery._data( doc, fix, attaches ); + } + } + }; + }); +} + +jQuery.fn.extend({ + + on: function( types, selector, data, fn, /*INTERNAL*/ one ) { + var type, origFn; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + this.on( type, selector, data, types[ type ], one ); + } + return this; + } + + if ( data == null && fn == null ) { + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return this; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return this.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + }); + }, + one: function( types, selector, data, fn ) { + return this.on( types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each(function() { + jQuery.event.remove( this, types, fn, selector ); + }); + }, + + trigger: function( type, data ) { + return this.each(function() { + jQuery.event.trigger( type, data, this ); + }); + }, + triggerHandler: function( type, data ) { + var elem = this[0]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +}); + + +function createSafeFragment( document ) { + var list = nodeNames.split( "|" ), + safeFrag = document.createDocumentFragment(); + + if ( safeFrag.createElement ) { + while ( list.length ) { + safeFrag.createElement( + list.pop() + ); + } + } + return safeFrag; +} + +var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" + + "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", + rinlinejQuery = / jQuery\d+="(?:null|\d+)"/g, + rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"), + rleadingWhitespace = /^\s+/, + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi, + rtagName = /<([\w:]+)/, + rtbody = /\s*$/g, + + // We have to close these tags to support XHTML (#13200) + wrapMap = { + option: [ 1, "" ], + legend: [ 1, "
    ", "
    " ], + area: [ 1, "", "" ], + param: [ 1, "", "" ], + thead: [ 1, "", "
    " ], + tr: [ 2, "", "
    " ], + col: [ 2, "", "
    " ], + td: [ 3, "", "
    " ], + + // IE6-8 can't serialize link, script, style, or any html5 (NoScope) tags, + // unless wrapped in a div with non-breaking characters in front of it. + _default: support.htmlSerialize ? [ 0, "", "" ] : [ 1, "X
    ", "
    " ] + }, + safeFragment = createSafeFragment( document ), + fragmentDiv = safeFragment.appendChild( document.createElement("div") ); + +wrapMap.optgroup = wrapMap.option; +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + +function getAll( context, tag ) { + var elems, elem, + i = 0, + found = typeof context.getElementsByTagName !== strundefined ? context.getElementsByTagName( tag || "*" ) : + typeof context.querySelectorAll !== strundefined ? context.querySelectorAll( tag || "*" ) : + undefined; + + if ( !found ) { + for ( found = [], elems = context.childNodes || context; (elem = elems[i]) != null; i++ ) { + if ( !tag || jQuery.nodeName( elem, tag ) ) { + found.push( elem ); + } else { + jQuery.merge( found, getAll( elem, tag ) ); + } + } + } + + return tag === undefined || tag && jQuery.nodeName( context, tag ) ? + jQuery.merge( [ context ], found ) : + found; +} + +// Used in buildFragment, fixes the defaultChecked property +function fixDefaultChecked( elem ) { + if ( rcheckableType.test( elem.type ) ) { + elem.defaultChecked = elem.checked; + } +} + +// Support: IE<8 +// Manipulating tables requires a tbody +function manipulationTarget( elem, content ) { + return jQuery.nodeName( elem, "table" ) && + jQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ? + + elem.getElementsByTagName("tbody")[0] || + elem.appendChild( elem.ownerDocument.createElement("tbody") ) : + elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = (jQuery.find.attr( elem, "type" ) !== null) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + var match = rscriptTypeMasked.exec( elem.type ); + if ( match ) { + elem.type = match[1]; + } else { + elem.removeAttribute("type"); + } + return elem; +} + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var elem, + i = 0; + for ( ; (elem = elems[i]) != null; i++ ) { + jQuery._data( elem, "globalEval", !refElements || jQuery._data( refElements[i], "globalEval" ) ); + } +} + +function cloneCopyEvent( src, dest ) { + + if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) { + return; + } + + var type, i, l, + oldData = jQuery._data( src ), + curData = jQuery._data( dest, oldData ), + events = oldData.events; + + if ( events ) { + delete curData.handle; + curData.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + + // make the cloned public data object a copy from the original + if ( curData.data ) { + curData.data = jQuery.extend( {}, curData.data ); + } +} + +function fixCloneNodeIssues( src, dest ) { + var nodeName, e, data; + + // We do not need to do anything for non-Elements + if ( dest.nodeType !== 1 ) { + return; + } + + nodeName = dest.nodeName.toLowerCase(); + + // IE6-8 copies events bound via attachEvent when using cloneNode. + if ( !support.noCloneEvent && dest[ jQuery.expando ] ) { + data = jQuery._data( dest ); + + for ( e in data.events ) { + jQuery.removeEvent( dest, e, data.handle ); + } + + // Event data gets referenced instead of copied if the expando gets copied too + dest.removeAttribute( jQuery.expando ); + } + + // IE blanks contents when cloning scripts, and tries to evaluate newly-set text + if ( nodeName === "script" && dest.text !== src.text ) { + disableScript( dest ).text = src.text; + restoreScript( dest ); + + // IE6-10 improperly clones children of object elements using classid. + // IE10 throws NoModificationAllowedError if parent is null, #12132. + } else if ( nodeName === "object" ) { + if ( dest.parentNode ) { + dest.outerHTML = src.outerHTML; + } + + // This path appears unavoidable for IE9. When cloning an object + // element in IE9, the outerHTML strategy above is not sufficient. + // If the src has innerHTML and the destination does not, + // copy the src.innerHTML into the dest.innerHTML. #10324 + if ( support.html5Clone && ( src.innerHTML && !jQuery.trim(dest.innerHTML) ) ) { + dest.innerHTML = src.innerHTML; + } + + } else if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + // IE6-8 fails to persist the checked state of a cloned checkbox + // or radio button. Worse, IE6-7 fail to give the cloned element + // a checked appearance if the defaultChecked value isn't also set + + dest.defaultChecked = dest.checked = src.checked; + + // IE6-7 get confused and end up setting the value of a cloned + // checkbox/radio button to an empty string instead of "on" + if ( dest.value !== src.value ) { + dest.value = src.value; + } + + // IE6-8 fails to return the selected option to the default selected + // state when cloning options + } else if ( nodeName === "option" ) { + dest.defaultSelected = dest.selected = src.defaultSelected; + + // IE6-8 fails to set the defaultValue to the correct value when + // cloning other types of input fields + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +jQuery.extend({ + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var destElements, node, clone, i, srcElements, + inPage = jQuery.contains( elem.ownerDocument, elem ); + + if ( support.html5Clone || jQuery.isXMLDoc(elem) || !rnoshimcache.test( "<" + elem.nodeName + ">" ) ) { + clone = elem.cloneNode( true ); + + // IE<=8 does not properly clone detached, unknown element nodes + } else { + fragmentDiv.innerHTML = elem.outerHTML; + fragmentDiv.removeChild( clone = fragmentDiv.firstChild ); + } + + if ( (!support.noCloneEvent || !support.noCloneChecked) && + (elem.nodeType === 1 || elem.nodeType === 11) && !jQuery.isXMLDoc(elem) ) { + + // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + // Fix all IE cloning issues + for ( i = 0; (node = srcElements[i]) != null; ++i ) { + // Ensure that the destination node is not null; Fixes #9587 + if ( destElements[i] ) { + fixCloneNodeIssues( node, destElements[i] ); + } + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0; (node = srcElements[i]) != null; i++ ) { + cloneCopyEvent( node, destElements[i] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + destElements = srcElements = node = null; + + // Return the cloned set + return clone; + }, + + buildFragment: function( elems, context, scripts, selection ) { + var j, elem, contains, + tmp, tag, tbody, wrap, + l = elems.length, + + // Ensure a safe fragment + safe = createSafeFragment( context ), + + nodes = [], + i = 0; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( jQuery.type( elem ) === "object" ) { + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || safe.appendChild( context.createElement("div") ); + + // Deserialize a standard representation + tag = (rtagName.exec( elem ) || [ "", "" ])[ 1 ].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + + tmp.innerHTML = wrap[1] + elem.replace( rxhtmlTag, "<$1>" ) + wrap[2]; + + // Descend through wrappers to the right content + j = wrap[0]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Manually add leading whitespace removed by IE + if ( !support.leadingWhitespace && rleadingWhitespace.test( elem ) ) { + nodes.push( context.createTextNode( rleadingWhitespace.exec( elem )[0] ) ); + } + + // Remove IE's autoinserted from table fragments + if ( !support.tbody ) { + + // String was a , *may* have spurious + elem = tag === "table" && !rtbody.test( elem ) ? + tmp.firstChild : + + // String was a bare or + wrap[1] === "
    " && !rtbody.test( elem ) ? + tmp : + 0; + + j = elem && elem.childNodes.length; + while ( j-- ) { + if ( jQuery.nodeName( (tbody = elem.childNodes[j]), "tbody" ) && !tbody.childNodes.length ) { + elem.removeChild( tbody ); + } + } + } + + jQuery.merge( nodes, tmp.childNodes ); + + // Fix #12392 for WebKit and IE > 9 + tmp.textContent = ""; + + // Fix #12392 for oldIE + while ( tmp.firstChild ) { + tmp.removeChild( tmp.firstChild ); + } + + // Remember the top-level container for proper cleanup + tmp = safe.lastChild; + } + } + } + + // Fix #11356: Clear elements from fragment + if ( tmp ) { + safe.removeChild( tmp ); + } + + // Reset defaultChecked for any radios and checkboxes + // about to be appended to the DOM in IE 6/7 (#8060) + if ( !support.appendChecked ) { + jQuery.grep( getAll( nodes, "input" ), fixDefaultChecked ); + } + + i = 0; + while ( (elem = nodes[ i++ ]) ) { + + // #4087 - If origin and destination elements are the same, and this is + // that element, do not do anything + if ( selection && jQuery.inArray( elem, selection ) !== -1 ) { + continue; + } + + contains = jQuery.contains( elem.ownerDocument, elem ); + + // Append to fragment + tmp = getAll( safe.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( contains ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( (elem = tmp[ j++ ]) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + tmp = null; + + return safe; + }, + + cleanData: function( elems, /* internal */ acceptData ) { + var elem, type, id, data, + i = 0, + internalKey = jQuery.expando, + cache = jQuery.cache, + deleteExpando = support.deleteExpando, + special = jQuery.event.special; + + for ( ; (elem = elems[i]) != null; i++ ) { + if ( acceptData || jQuery.acceptData( elem ) ) { + + id = elem[ internalKey ]; + data = id && cache[ id ]; + + if ( data ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + + // Remove cache only if it was not already removed by jQuery.event.remove + if ( cache[ id ] ) { + + delete cache[ id ]; + + // IE does not allow us to delete expando properties from nodes, + // nor does it have a removeAttribute function on Document nodes; + // we must handle all of these cases + if ( deleteExpando ) { + delete elem[ internalKey ]; + + } else if ( typeof elem.removeAttribute !== strundefined ) { + elem.removeAttribute( internalKey ); + + } else { + elem[ internalKey ] = null; + } + + deletedIds.push( id ); + } + } + } + } + } +}); + +jQuery.fn.extend({ + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().append( ( this[0] && this[0].ownerDocument || document ).createTextNode( value ) ); + }, null, value, arguments.length ); + }, + + append: function() { + return this.domManip( arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + }); + }, + + prepend: function() { + return this.domManip( arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + }); + }, + + before: function() { + return this.domManip( arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + }); + }, + + after: function() { + return this.domManip( arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + }); + }, + + remove: function( selector, keepData /* Internal Use Only */ ) { + var elem, + elems = selector ? jQuery.filter( selector, this ) : this, + i = 0; + + for ( ; (elem = elems[i]) != null; i++ ) { + + if ( !keepData && elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem ) ); + } + + if ( elem.parentNode ) { + if ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) { + setGlobalEval( getAll( elem, "script" ) ); + } + elem.parentNode.removeChild( elem ); + } + } + + return this; + }, + + empty: function() { + var elem, + i = 0; + + for ( ; (elem = this[i]) != null; i++ ) { + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + } + + // Remove any remaining nodes + while ( elem.firstChild ) { + elem.removeChild( elem.firstChild ); + } + + // If this is a select, ensure that it displays empty (#12336) + // Support: IE<9 + if ( elem.options && jQuery.nodeName( elem, "select" ) ) { + elem.options.length = 0; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map(function() { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + }); + }, + + html: function( value ) { + return access( this, function( value ) { + var elem = this[ 0 ] || {}, + i = 0, + l = this.length; + + if ( value === undefined ) { + return elem.nodeType === 1 ? + elem.innerHTML.replace( rinlinejQuery, "" ) : + undefined; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + ( support.htmlSerialize || !rnoshimcache.test( value ) ) && + ( support.leadingWhitespace || !rleadingWhitespace.test( value ) ) && + !wrapMap[ (rtagName.exec( value ) || [ "", "" ])[ 1 ].toLowerCase() ] ) { + + value = value.replace( rxhtmlTag, "<$1>" ); + + try { + for (; i < l; i++ ) { + // Remove element nodes and prevent memory leaks + elem = this[i] || {}; + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch(e) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var arg = arguments[ 0 ]; + + // Make the changes, replacing each context element with the new content + this.domManip( arguments, function( elem ) { + arg = this.parentNode; + + jQuery.cleanData( getAll( this ) ); + + if ( arg ) { + arg.replaceChild( elem, this ); + } + }); + + // Force removal if there was no new content (e.g., from empty arguments) + return arg && (arg.length || arg.nodeType) ? this : this.remove(); + }, + + detach: function( selector ) { + return this.remove( selector, true ); + }, + + domManip: function( args, callback ) { + + // Flatten any nested arrays + args = concat.apply( [], args ); + + var first, node, hasScripts, + scripts, doc, fragment, + i = 0, + l = this.length, + set = this, + iNoClone = l - 1, + value = args[0], + isFunction = jQuery.isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( isFunction || + ( l > 1 && typeof value === "string" && + !support.checkClone && rchecked.test( value ) ) ) { + return this.each(function( index ) { + var self = set.eq( index ); + if ( isFunction ) { + args[0] = value.call( this, index, self.html() ); + } + self.domManip( args, callback ); + }); + } + + if ( l ) { + fragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, this ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + if ( first ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( this[i], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !jQuery._data( node, "globalEval" ) && jQuery.contains( doc, node ) ) { + + if ( node.src ) { + // Optional AJAX dependency, but won't run scripts if not present + if ( jQuery._evalUrl ) { + jQuery._evalUrl( node.src ); + } + } else { + jQuery.globalEval( ( node.text || node.textContent || node.innerHTML || "" ).replace( rcleanScript, "" ) ); + } + } + } + } + + // Fix #11809: Avoid leaking memory + fragment = first = null; + } + } + + return this; + } +}); + +jQuery.each({ + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + i = 0, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone(true); + jQuery( insert[i] )[ original ]( elems ); + + // Modern browsers can apply jQuery collections as arrays, but oldIE needs a .get() + push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +}); + + +var iframe, + elemdisplay = {}; + +/** + * Retrieve the actual display of a element + * @param {String} name nodeName of the element + * @param {Object} doc Document object + */ +// Called only from within defaultDisplay +function actualDisplay( name, doc ) { + var style, + elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ), + + // getDefaultComputedStyle might be reliably used only on attached element + display = window.getDefaultComputedStyle && ( style = window.getDefaultComputedStyle( elem[ 0 ] ) ) ? + + // Use of this method is a temporary fix (more like optmization) until something better comes along, + // since it was removed from specification and supported only in FF + style.display : jQuery.css( elem[ 0 ], "display" ); + + // We don't have any data stored on the element, + // so use "detach" method as fast way to get rid of the element + elem.detach(); + + return display; +} + +/** + * Try to determine the default display value of an element + * @param {String} nodeName + */ +function defaultDisplay( nodeName ) { + var doc = document, + display = elemdisplay[ nodeName ]; + + if ( !display ) { + display = actualDisplay( nodeName, doc ); + + // If the simple way fails, read from inside an iframe + if ( display === "none" || !display ) { + + // Use the already-created iframe if possible + iframe = (iframe || jQuery( "