From edb08b314fd1698ed655827bab68186ca9d4e609 Mon Sep 17 00:00:00 2001 From: Stephanie Osan Date: Tue, 21 Jun 2016 10:24:12 -0400 Subject: [PATCH 01/14] updates to bower? --- bower.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bower.json b/bower.json index 693c263c..1ed42b8c 100755 --- a/bower.json +++ b/bower.json @@ -32,11 +32,5 @@ "jquery.easing": { "js": "js/jquery.easing.js" } - }, - "resolutions": { - "cf-expandables": "^1.0.0", - "cf-layout": "^1.0.0", - "cf-pagination": "^1.0.0", - "cf-typography": "^1.0.0" } } From f2bfc6b9c522c30e180628b92bb03c2ecd780caf Mon Sep 17 00:00:00 2001 From: Stephanie Osan Date: Tue, 5 Jul 2016 10:52:34 -0400 Subject: [PATCH 02/14] added content guidelines section --- _config.yml | 14 +++ _includes/footer.html | 4 + content-guidelines/brand-guidelines.md | 122 +++++++++++++++++++++++ content-guidelines/content-guidelines.md | 36 +++++++ content-guidelines/page-components.md | 122 +++++++++++++++++++++++ 5 files changed, 298 insertions(+) create mode 100644 content-guidelines/brand-guidelines.md create mode 100644 content-guidelines/content-guidelines.md create mode 100644 content-guidelines/page-components.md diff --git a/_config.yml b/_config.yml index 254514b8..a183d62d 100755 --- a/_config.yml +++ b/_config.yml @@ -125,6 +125,20 @@ secondarynav: internal: true category: Brand guidelines +# Content guidelines +- text: Content guidelines overview + url: content-guidelines/content-guidelines.html + internal: true + category: Content guidelines +- text: Writing page component pages + url: content-guidelines/page-components.html + internal: true + category: Content guidelines +- text: Writing brand guideline pages + url: content-guidelines/brand-guidelines.html + internal: true + category: Content guidelines + # Global elements - text: Grid diff --git a/_includes/footer.html b/_includes/footer.html index 7cea49f2..d5e491cd 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -49,6 +49,10 @@

A note about our standards

Consumer Response, and HMDA.

+ +

+ Content guidelines for writing design manual pages. +

diff --git a/content-guidelines/brand-guidelines.md b/content-guidelines/brand-guidelines.md new file mode 100644 index 00000000..bff2a6aa --- /dev/null +++ b/content-guidelines/brand-guidelines.md @@ -0,0 +1,122 @@ +--- +layout: page +title: Writing brand guidelines pages +category: Content guidelines +published: true +--- + +- [Structure](#structure) +- [Imagery](#imagery) +- [Language](#language) +- [Dynamic content](#dynamic-content) +{: class="toc"} + +
+ +PLACEHOLDER PAGE! +{: class="lead-in"} + + +* All sub-headers within the pages should be coded as jump/anchor links, to allow for easy deep linking from other design manual pages. +* Only include sections/sub-sections that pertain to the specific item you are defining. +* This structure may not align with every single item; use your discretion to add different sections as necessary to convey the needed design information. + + +
+ +

Structure

+ +
+ +#### Title (h1) + +#### Definition +A brief (2-3 sentence) description of what the item is and generally what it is used for. + +#### Use case(s) (h2) + +An explanation of why and when that element should and should not be used. + +* Include default/most common use cases +* Include variations on use cases, if applicable +* If the element should only be used in a few specific circumstances, simply explain the acceptable use cases rather than detail the instances where it should not be used (the majority) +* Include examples, where possible +* Include an image of the default version + +#### Behavior (h2) + +Explain the details of any interactions involved with that item. + +* **Creating accessible behaviors**—sub-section dedicated to development and design considerations in order to make those behaviors 508 compliant and accessible +* **Small-screen behavior**—include a sub-section (if necessary) that details any behaviors that are different on a smaller screen + +* **Responsive**—describe component behavior as it scales to smaller screens (i.e., how content stacks, in what order it should appear, etc.) + +#### Content guidelines (h2) +Guidance for creating content associated with that component, including instructions around content goals, best practices around writing headlines/links (if applicable) and approximate length/word count maximums + +#### Style (h2) +Create different sub-sections for defaults and variations on style, include different states for each as needed (onstate, hover state, etc.). If the component is comprised of several different areas, break out the styles for each area separately to make it easier to digest. + +* Small-screen style—include a sub-section (if necessary) that details any styles that are different on a smaller screen + +Styles should be as detailed as necessary to create the component, including things like font, color, padding, etc. Per FEWD preference, put them in alpha order. + +For example: + +* Alignment: centered horizontally and vertically on top of lightbox +* Background: White #ffffff +* Background lightbox: Gray-80 #75787b, 70% opacity +* Color: Black #101820 +* Font: Avenir Next Regular +* Padding: 30px +* Text size body: 16px +* Text size header: 22px +* Top border: 3px CFPB Green #20aa3f + +Include an example of the style (preferably a coded example, or if not, an image) + +#### Code (h2) +Include live coded examples from Capital Framework as available, and links to resources to learn more about the live components + +#### Print (h2) +Include any print-specific styles or guidelines when necessary + +
+ +

Imagery

+ +
+* Include an image with use case to show a default example of the component +* When possible, use a live coded example in place of an image +* Image width should be no more than 50% of content area +
+ + +

Language

+ +
+#### Capitalization +Headers and sub-headers will use sentence case + +Example: “Use case” not “Use Case” + +#### Plural vs singular +Use plural case to describe components, unless referring to a specific instance of that component when singular reference should be used + +Example: + +* “Modals can be effective for communicating a warning or alert outside the main web page.” +* “When a modal opens, set the focus to the first element users need to interact with.” +
+ +

Dynamic content

+ +
+The purpose of dynamic content is to make it easy to reuse content “snippets” from page to page. This eliminates the need to copy and paste the same content again and again or update many separate pages if standards change over time. + + +Dynamic content is defined centrally within Jekyll includes or data files and can be pulled into other design manual pages. The include file or data file can be updated once, and all the places that use dynamic content will automatically update. + +Currently, dynamic content is used to specify color data (color name and hex #) on component pages. Detailed instructions for using the color data is located on [github wiki page link]. +
\ No newline at end of file diff --git a/content-guidelines/content-guidelines.md b/content-guidelines/content-guidelines.md new file mode 100644 index 00000000..b6ed574a --- /dev/null +++ b/content-guidelines/content-guidelines.md @@ -0,0 +1,36 @@ +--- +layout: page +title: Content guidelines +category: Content guidelines +--- + +
+### This guide helps define the organization and written styles of the design manual pages. +
+ +#### Design Manual structure + +All topics within the Design Manual should fall under one of these categories/content types: + +* Brand guidelines +* Global elements +* Page components +* Best practices +* Data visualization + +##### Best practices + +Best practices are longer-form content pages that detail recommended practices and guiding principles around a specific topic. They focus on conveying tips, strategies, and advice for designing effective, accessible, and user-centered products. These can be broader topics for general best practices and don’t have to be specific to CFPB only. + +##### Brand guidelines + +Topics under brand guidelines touch on CFPB-specific design and branding elements, such as color, typography, and illustration styles. These are things that fall under the umbrella of visual language. + +##### Global elements + +Topics under global elements encompass structural elements that are used to create the foundation of the webpage as well as elements that appear on every page. This includes things like rules on navigation, the grid, specific page types, or page introductions. + +##### Page components + +Page components are individual UI elements that can be “placed” on a page. These are generally aligned as “atoms” according to atomic design principles and include things like tabs, tables, buttons, and links. + diff --git a/content-guidelines/page-components.md b/content-guidelines/page-components.md new file mode 100644 index 00000000..397b98b5 --- /dev/null +++ b/content-guidelines/page-components.md @@ -0,0 +1,122 @@ +--- +layout: page +title: Writing page components pages +category: Content guidelines +published: true +--- + +- [Structure](#structure) +- [Imagery](#imagery) +- [Language](#language) +- [Dynamic content](#dynamic-content) +{: class="toc"} + +
+ +Use the following as a guideline for creating the sub-sections on a design manual page. +{: class="lead-in"} + + +* All sub-headers within the pages should be coded as jump/anchor links, to allow for easy deep linking from other design manual pages. +* Only include sections/sub-sections that pertain to the specific item you are defining. +* This structure may not align with every single item; use your discretion to add different sections as necessary to convey the needed design information. + + +
+ +

Structure

+ +
+ +#### Title (h1) + +#### Definition +A brief (2-3 sentence) description of what the item is and generally what it is used for. + +#### Use case(s) (h2) + +An explanation of why and when that element should and should not be used. + +* Include default/most common use cases +* Include variations on use cases, if applicable +* If the element should only be used in a few specific circumstances, simply explain the acceptable use cases rather than detail the instances where it should not be used (the majority) +* Include examples, where possible +* Include an image of the default version + +#### Behavior (h2) + +Explain the details of any interactions involved with that item. + +* **Creating accessible behaviors**—sub-section dedicated to development and design considerations in order to make those behaviors 508 compliant and accessible +* **Small-screen behavior**—include a sub-section (if necessary) that details any behaviors that are different on a smaller screen + +* **Responsive**—describe component behavior as it scales to smaller screens (i.e., how content stacks, in what order it should appear, etc.) + +#### Content guidelines (h2) +Guidance for creating content associated with that component, including instructions around content goals, best practices around writing headlines/links (if applicable) and approximate length/word count maximums + +#### Style (h2) +Create different sub-sections for defaults and variations on style, include different states for each as needed (onstate, hover state, etc.). If the component is comprised of several different areas, break out the styles for each area separately to make it easier to digest. + +* Small-screen style—include a sub-section (if necessary) that details any styles that are different on a smaller screen + +Styles should be as detailed as necessary to create the component, including things like font, color, padding, etc. Per FEWD preference, put them in alpha order. + +For example: + +* Alignment: centered horizontally and vertically on top of lightbox +* Background: White #ffffff +* Background lightbox: Gray-80 #75787b, 70% opacity +* Color: Black #101820 +* Font: Avenir Next Regular +* Padding: 30px +* Text size body: 16px +* Text size header: 22px +* Top border: 3px CFPB Green #20aa3f + +Include an example of the style (preferably a coded example, or if not, an image) + +#### Code (h2) +Include live coded examples from Capital Framework as available, and links to resources to learn more about the live components + +#### Print (h2) +Include any print-specific styles or guidelines when necessary + +
+ +

Imagery

+ +
+* Include an image with use case to show a default example of the component +* When possible, use a live coded example in place of an image +* Image width should be no more than 50% of content area +
+ + +

Language

+ +
+#### Capitalization +Headers and sub-headers will use sentence case + +Example: “Use case” not “Use Case” + +#### Plural vs singular +Use plural case to describe components, unless referring to a specific instance of that component when singular reference should be used + +Example: + +* “Modals can be effective for communicating a warning or alert outside the main web page.” +* “When a modal opens, set the focus to the first element users need to interact with.” +
+ +

Dynamic content

+ +
+The purpose of dynamic content is to make it easy to reuse content “snippets” from page to page. This eliminates the need to copy and paste the same content again and again or update many separate pages if standards change over time. + + +Dynamic content is defined centrally within Jekyll includes or data files and can be pulled into other design manual pages. The include file or data file can be updated once, and all the places that use dynamic content will automatically update. + +Currently, dynamic content is used to specify color data (color name and hex #) on component pages. Detailed instructions for using the color data is located on [github wiki page link]. +
\ No newline at end of file From e19d86930397d6862d8da6536d853ac83c7aeb74 Mon Sep 17 00:00:00 2001 From: Stephanie Osan Date: Tue, 5 Jul 2016 15:27:05 -0400 Subject: [PATCH 03/14] corrected relative link in footer --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index d5e491cd..34cf24f9 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -51,7 +51,7 @@

A note about our standards

- Content guidelines for writing design manual pages. + Content guidelines for writing design manual pages.

From a6bae6308de84711a1623846c58ea36bbb4e4994 Mon Sep 17 00:00:00 2001 From: Stephanie Osan Date: Tue, 5 Jul 2016 15:29:47 -0400 Subject: [PATCH 04/14] trying again --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index 34cf24f9..3bd49731 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -51,7 +51,7 @@

A note about our standards

- Content guidelines for writing design manual pages. + Content guidelines for writing design manual pages.

From 401a30877f15feab4283322f79e26c567f89f9b0 Mon Sep 17 00:00:00 2001 From: Stephanie Osan Date: Tue, 5 Jul 2016 15:34:33 -0400 Subject: [PATCH 05/14] oh please last try relative link --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index 3bd49731..7c7c6f7e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -51,7 +51,7 @@

A note about our standards

- Content guidelines for writing design manual pages. + Content guidelines for writing design manual pages.

From 5dbcef34cca70f946e230b59f4703dd67de72782 Mon Sep 17 00:00:00 2001 From: Stephanie Osan Date: Wed, 6 Jul 2016 13:51:51 -0400 Subject: [PATCH 06/14] update names of content guidelines pages --- _config.yml | 6 +++--- content-guidelines/brand-guidelines.md | 2 +- content-guidelines/content-guidelines.md | 2 +- content-guidelines/page-components.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index a183d62d..2c6773ff 100755 --- a/_config.yml +++ b/_config.yml @@ -126,15 +126,15 @@ secondarynav: category: Brand guidelines # Content guidelines -- text: Content guidelines overview +- text: How to write Design Manual pages url: content-guidelines/content-guidelines.html internal: true category: Content guidelines -- text: Writing page component pages +- text: For page components section url: content-guidelines/page-components.html internal: true category: Content guidelines -- text: Writing brand guideline pages +- text: For brand guidelines section url: content-guidelines/brand-guidelines.html internal: true category: Content guidelines diff --git a/content-guidelines/brand-guidelines.md b/content-guidelines/brand-guidelines.md index bff2a6aa..a8201c2d 100644 --- a/content-guidelines/brand-guidelines.md +++ b/content-guidelines/brand-guidelines.md @@ -1,6 +1,6 @@ --- layout: page -title: Writing brand guidelines pages +title: For brand guidelines section category: Content guidelines published: true --- diff --git a/content-guidelines/content-guidelines.md b/content-guidelines/content-guidelines.md index b6ed574a..903298b2 100644 --- a/content-guidelines/content-guidelines.md +++ b/content-guidelines/content-guidelines.md @@ -1,6 +1,6 @@ --- layout: page -title: Content guidelines +title: How to write Design Manual pages category: Content guidelines --- diff --git a/content-guidelines/page-components.md b/content-guidelines/page-components.md index 397b98b5..ca604e93 100644 --- a/content-guidelines/page-components.md +++ b/content-guidelines/page-components.md @@ -1,6 +1,6 @@ --- layout: page -title: Writing page components pages +title: For page components section category: Content guidelines published: true --- From e8bf095d74b72e2d5ded0e4a97648f45f2a789a0 Mon Sep 17 00:00:00 2001 From: Stephanie Osan Date: Fri, 2 Sep 2016 10:21:18 -0400 Subject: [PATCH 07/14] added general page content guidelines page + made overall updates --- _config.yml | 8 +- _includes/footer.html | 29 ++++--- content-guidelines/content-guidelines.md | 13 ++-- .../general-content-guidelines.md | 78 +++++++++++++++++++ content-guidelines/page-components.md | 2 +- static/css/main.css | 7 +- static/css/main.ie.css | 6 +- 7 files changed, 112 insertions(+), 31 deletions(-) create mode 100644 content-guidelines/general-content-guidelines.md diff --git a/_config.yml b/_config.yml index 2c6773ff..04344639 100755 --- a/_config.yml +++ b/_config.yml @@ -126,15 +126,19 @@ secondarynav: category: Brand guidelines # Content guidelines -- text: How to write Design Manual pages +- text: Design Manual structure url: content-guidelines/content-guidelines.html internal: true category: Content guidelines +- text: General content guidelines + url: content-guidelines/general-content-guidelines.html + internal: true + category: Content guidelines - text: For page components section url: content-guidelines/page-components.html internal: true category: Content guidelines -- text: For brand guidelines section + - text: For brand guidelines section url: content-guidelines/brand-guidelines.html internal: true category: Content guidelines diff --git a/_includes/footer.html b/_includes/footer.html index 7c7c6f7e..d0c71e3d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,6 +2,8 @@ diff --git a/content-guidelines/content-guidelines.md b/content-guidelines/content-guidelines.md index 903298b2..111bebf7 100644 --- a/content-guidelines/content-guidelines.md +++ b/content-guidelines/content-guidelines.md @@ -1,6 +1,6 @@ --- layout: page -title: How to write Design Manual pages +title: Design Manual structure category: Content guidelines --- @@ -14,13 +14,10 @@ All topics within the Design Manual should fall under one of these categories/co * Brand guidelines * Global elements -* Page components +* [Page components]("/page-components.html") * Best practices * Data visualization -##### Best practices - -Best practices are longer-form content pages that detail recommended practices and guiding principles around a specific topic. They focus on conveying tips, strategies, and advice for designing effective, accessible, and user-centered products. These can be broader topics for general best practices and don’t have to be specific to CFPB only. ##### Brand guidelines @@ -28,9 +25,13 @@ Topics under brand guidelines touch on CFPB-specific design and branding element ##### Global elements -Topics under global elements encompass structural elements that are used to create the foundation of the webpage as well as elements that appear on every page. This includes things like rules on navigation, the grid, specific page types, or page introductions. +Topics under global elements encompass structural elements that are used to create the foundation of the webpage as well as elements that appear on every page. This includes things like rules on navigation, the grid, specific page types, or page introductions. ##### Page components Page components are individual UI elements that can be “placed” on a page. These are generally aligned as “atoms” according to atomic design principles and include things like tabs, tables, buttons, and links. +##### Best practices + +Best practices are longer-form content pages that detail recommended practices and guiding principles around a specific topic. They focus on conveying tips, strategies, and advice for designing effective, accessible, and user-centered products. These can be broader topics for general best practices and don’t have to be specific to CFPB only. + diff --git a/content-guidelines/general-content-guidelines.md b/content-guidelines/general-content-guidelines.md new file mode 100644 index 00000000..68b423f4 --- /dev/null +++ b/content-guidelines/general-content-guidelines.md @@ -0,0 +1,78 @@ +--- +layout: page +title: General content guidelines +category: Content guidelines +published: true +--- + +- [Structure](#structure) +- [Formatting content](#formatting) +- [Language](#language) +- [Dynamic content](#dynamic-content) +{: class="toc"} + +
+ +These guidelines apply to structuring and writing all design manual pages, to ensure consistent information presentation and style. +{: class="lead-in"} +
+ +

Structure

+ +
+ +Most design manual pages consist of a definition or overview of the topic of the page, plus some number of subsections giving detailed information about it. When structuring a page, follow these guidelines: + +* All sub-headers within the pages should be coded as jump/anchor links, to allow for easy deep linking from other design manual pages. +* Only include sections/sub-sections that pertain to the specific item you are defining. +* The structure outlined for a page type may not align with every single item; use your discretion to add different sections as necessary to convey the needed design information. + +
+ +

Formatting content

+ +
+Present components of behavior, styling, use cases, etc as bullet points, to allow readers to skim content easily. + +Example: +* Background lightbox: Gray 80% #75787b, 70% opacity +* Font: Avenir Next Regular +* Padding: 30px + +### Code examples + +Design manual pages should demonstrate content visually along with explanation text. When possible, include a live code example of the design manual item. If live code is not practical, use images to show an example or illustrate a concept. + +### Image links + +Sometimes it may be appropriate to include a small version of an image on the page, with a link to a larger version that shows more detail. When including a link to a larger version of an image, include explicit link text, and make both the image itself and the text link to the larger version. + +
+ + +

Language

+ +
+ +#### Capitalization +Headers and sub-headers will use sentence case + +Example: “Use case” not “Use Case” + +#### Plural vs singular +Use plural case to describe components, unless referring to a specific instance of that component when singular reference should be used + +Example: +* “Modals can be effective for communicating a warning or alert outside the main web page.” +* “When a modal opens, set the focus to the first element users need to interact with.” +
+ +

Dynamic content

+ +
+The purpose of dynamic content is to make it easy to reuse content “snippets” from page to page. This eliminates the need to copy and paste the same content again and again or update many separate pages if standards change over time. + +Dynamic content is defined centrally within Jekyll includes or data files and can be pulled into other design manual pages. The include file or data file can be updated once, and all the places that use dynamic content will automatically update. + +Currently, dynamic content is used to specify color data (color name and hex #) on component pages. Detailed instructions for using the color data is located on [github wiki page link]. +
\ No newline at end of file diff --git a/content-guidelines/page-components.md b/content-guidelines/page-components.md index ca604e93..efd66758 100644 --- a/content-guidelines/page-components.md +++ b/content-guidelines/page-components.md @@ -35,7 +35,7 @@ A brief (2-3 sentence) description of what the item is and generally what it is #### Use case(s) (h2) -An explanation of why and when that element should and should not be used. +Explain why and when that element should and should not be used. * Include default/most common use cases * Include variations on use cases, if applicable diff --git a/static/css/main.css b/static/css/main.css index b88451a1..23fa740e 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -7618,7 +7618,7 @@ ul.list_links-minicons li { border-width: 0 15px; margin-right: -0.25em; vertical-align: top; - width: 25%; + width: 20%; } .lt-ie8 .footer-links { display: inline; @@ -7633,7 +7633,7 @@ ul.list_links-minicons li { border-width: 0 15px; margin-right: -0.25em; vertical-align: top; - width: 41.66666667%; + width: 30%; } .lt-ie8 .footer-oss { display: inline; @@ -7648,8 +7648,9 @@ ul.list_links-minicons li { border-width: 0 15px; margin-right: -0.25em; vertical-align: top; - width: 33.33333333%; + width: 30%; } + .lt-ie8 .footer-standards { display: inline; margin-right: 0; diff --git a/static/css/main.ie.css b/static/css/main.ie.css index eff2154e..2c7a24e1 100644 --- a/static/css/main.ie.css +++ b/static/css/main.ie.css @@ -8191,7 +8191,7 @@ ul.list_links-minicons li { border-width: 0 15px; margin-right: -0.25em; vertical-align: top; - width: 25%; + width: 20%; } .lt-ie8 .footer-links { @@ -8208,7 +8208,7 @@ ul.list_links-minicons li { border-width: 0 15px; margin-right: -0.25em; vertical-align: top; - width: 41.66666667%; + width: 30%; } .lt-ie8 .footer-oss { @@ -8225,7 +8225,7 @@ ul.list_links-minicons li { border-width: 0 15px; margin-right: -0.25em; vertical-align: top; - width: 33.33333333%; + width: 30%; } .lt-ie8 .footer-standards { From 1cadf89c1f04a0c9832d1f55da09da8098b519f4 Mon Sep 17 00:00:00 2001 From: Stephanie Osan Date: Fri, 2 Sep 2016 10:29:05 -0400 Subject: [PATCH 08/14] updated codebase --- content-guidelines/content-guidelines.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content-guidelines/content-guidelines.md b/content-guidelines/content-guidelines.md index 111bebf7..f5332774 100644 --- a/content-guidelines/content-guidelines.md +++ b/content-guidelines/content-guidelines.md @@ -14,9 +14,8 @@ All topics within the Design Manual should fall under one of these categories/co * Brand guidelines * Global elements -* [Page components]("/page-components.html") +* [Page components](page-components.html) * Best practices -* Data visualization ##### Brand guidelines From 4ea87b154c5c423a5586118e573420fccf5553cb Mon Sep 17 00:00:00 2001 From: Stephanie Osan Date: Fri, 2 Sep 2016 11:12:49 -0400 Subject: [PATCH 09/14] update to fix build issue maybe --- _config.yml | 2 +- content-guidelines/general-content-guidelines.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 49b9bcd0..311c2873 100755 --- a/_config.yml +++ b/_config.yml @@ -138,7 +138,7 @@ secondarynav: url: content-guidelines/page-components.html internal: true category: Content guidelines - - text: For brand guidelines section +- text: For brand guidelines section url: content-guidelines/brand-guidelines.html internal: true category: Content guidelines diff --git a/content-guidelines/general-content-guidelines.md b/content-guidelines/general-content-guidelines.md index 68b423f4..b1ed3eae 100644 --- a/content-guidelines/general-content-guidelines.md +++ b/content-guidelines/general-content-guidelines.md @@ -74,5 +74,5 @@ The purpose of dynamic content is to make it easy to reuse content “snippets Dynamic content is defined centrally within Jekyll includes or data files and can be pulled into other design manual pages. The include file or data file can be updated once, and all the places that use dynamic content will automatically update. -Currently, dynamic content is used to specify color data (color name and hex #) on component pages. Detailed instructions for using the color data is located on [github wiki page link]. +Currently, dynamic content is used to specify color data (color name and hex #) on component pages. Detailed instructions for using the color data is located on [the github wiki](https://github.com/cfpb/design-manual/wiki/Using-data-files). \ No newline at end of file From 06b2d2b331d330dc5da5bd91d793634fc2bec088 Mon Sep 17 00:00:00 2001 From: Stephanie Osan Date: Fri, 2 Sep 2016 11:15:44 -0400 Subject: [PATCH 10/14] removed placeholder brand guidelines page --- _config.yml | 4 - content-guidelines/brand-guidelines.md | 122 ------------------------- 2 files changed, 126 deletions(-) delete mode 100644 content-guidelines/brand-guidelines.md diff --git a/_config.yml b/_config.yml index 311c2873..b680109d 100755 --- a/_config.yml +++ b/_config.yml @@ -138,10 +138,6 @@ secondarynav: url: content-guidelines/page-components.html internal: true category: Content guidelines -- text: For brand guidelines section - url: content-guidelines/brand-guidelines.html - internal: true - category: Content guidelines # Global elements diff --git a/content-guidelines/brand-guidelines.md b/content-guidelines/brand-guidelines.md deleted file mode 100644 index a8201c2d..00000000 --- a/content-guidelines/brand-guidelines.md +++ /dev/null @@ -1,122 +0,0 @@ ---- -layout: page -title: For brand guidelines section -category: Content guidelines -published: true ---- - -- [Structure](#structure) -- [Imagery](#imagery) -- [Language](#language) -- [Dynamic content](#dynamic-content) -{: class="toc"} - -
- -PLACEHOLDER PAGE! -{: class="lead-in"} - - -* All sub-headers within the pages should be coded as jump/anchor links, to allow for easy deep linking from other design manual pages. -* Only include sections/sub-sections that pertain to the specific item you are defining. -* This structure may not align with every single item; use your discretion to add different sections as necessary to convey the needed design information. - - -
- -

Structure

- -
- -#### Title (h1) - -#### Definition -A brief (2-3 sentence) description of what the item is and generally what it is used for. - -#### Use case(s) (h2) - -An explanation of why and when that element should and should not be used. - -* Include default/most common use cases -* Include variations on use cases, if applicable -* If the element should only be used in a few specific circumstances, simply explain the acceptable use cases rather than detail the instances where it should not be used (the majority) -* Include examples, where possible -* Include an image of the default version - -#### Behavior (h2) - -Explain the details of any interactions involved with that item. - -* **Creating accessible behaviors**—sub-section dedicated to development and design considerations in order to make those behaviors 508 compliant and accessible -* **Small-screen behavior**—include a sub-section (if necessary) that details any behaviors that are different on a smaller screen - -* **Responsive**—describe component behavior as it scales to smaller screens (i.e., how content stacks, in what order it should appear, etc.) - -#### Content guidelines (h2) -Guidance for creating content associated with that component, including instructions around content goals, best practices around writing headlines/links (if applicable) and approximate length/word count maximums - -#### Style (h2) -Create different sub-sections for defaults and variations on style, include different states for each as needed (onstate, hover state, etc.). If the component is comprised of several different areas, break out the styles for each area separately to make it easier to digest. - -* Small-screen style—include a sub-section (if necessary) that details any styles that are different on a smaller screen - -Styles should be as detailed as necessary to create the component, including things like font, color, padding, etc. Per FEWD preference, put them in alpha order. - -For example: - -* Alignment: centered horizontally and vertically on top of lightbox -* Background: White #ffffff -* Background lightbox: Gray-80 #75787b, 70% opacity -* Color: Black #101820 -* Font: Avenir Next Regular -* Padding: 30px -* Text size body: 16px -* Text size header: 22px -* Top border: 3px CFPB Green #20aa3f - -Include an example of the style (preferably a coded example, or if not, an image) - -#### Code (h2) -Include live coded examples from Capital Framework as available, and links to resources to learn more about the live components - -#### Print (h2) -Include any print-specific styles or guidelines when necessary - -
- -

Imagery

- -
-* Include an image with use case to show a default example of the component -* When possible, use a live coded example in place of an image -* Image width should be no more than 50% of content area -
- - -

Language

- -
-#### Capitalization -Headers and sub-headers will use sentence case - -Example: “Use case” not “Use Case” - -#### Plural vs singular -Use plural case to describe components, unless referring to a specific instance of that component when singular reference should be used - -Example: - -* “Modals can be effective for communicating a warning or alert outside the main web page.” -* “When a modal opens, set the focus to the first element users need to interact with.” -
- -

Dynamic content

- -
-The purpose of dynamic content is to make it easy to reuse content “snippets” from page to page. This eliminates the need to copy and paste the same content again and again or update many separate pages if standards change over time. - - -Dynamic content is defined centrally within Jekyll includes or data files and can be pulled into other design manual pages. The include file or data file can be updated once, and all the places that use dynamic content will automatically update. - -Currently, dynamic content is used to specify color data (color name and hex #) on component pages. Detailed instructions for using the color data is located on [github wiki page link]. -
\ No newline at end of file From 3b267ceb5239fb769be3b02b76f8a229995c1771 Mon Sep 17 00:00:00 2001 From: Stephanie Osan Date: Fri, 2 Sep 2016 11:17:50 -0400 Subject: [PATCH 11/14] corrected link on page components page --- content-guidelines/page-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-guidelines/page-components.md b/content-guidelines/page-components.md index efd66758..28699d5b 100644 --- a/content-guidelines/page-components.md +++ b/content-guidelines/page-components.md @@ -118,5 +118,5 @@ The purpose of dynamic content is to make it easy to reuse content “snippets Dynamic content is defined centrally within Jekyll includes or data files and can be pulled into other design manual pages. The include file or data file can be updated once, and all the places that use dynamic content will automatically update. -Currently, dynamic content is used to specify color data (color name and hex #) on component pages. Detailed instructions for using the color data is located on [github wiki page link]. +Currently, dynamic content is used to specify color data (color name and hex #) on component pages. Detailed instructions for using the color data is located on [the github wiki](https://github.com/cfpb/design-manual/wiki/Using-data-files). \ No newline at end of file From 409cb375286bb2b4a9e0cd50d0f8cf212d239428 Mon Sep 17 00:00:00 2001 From: Stephanie Osan Date: Thu, 15 Sep 2016 13:51:41 -0400 Subject: [PATCH 12/14] making sonna and lorelei suggested changes --- _includes/footer.html | 2 +- content-guidelines/content-guidelines.md | 2 +- .../general-content-guidelines.md | 3 +- content-guidelines/page-components.md | 32 ++----------------- 4 files changed, 6 insertions(+), 33 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index d0c71e3d..86e21633 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -30,7 +30,7 @@

For contributors

diff --git a/content-guidelines/content-guidelines.md b/content-guidelines/content-guidelines.md index f5332774..03a99243 100644 --- a/content-guidelines/content-guidelines.md +++ b/content-guidelines/content-guidelines.md @@ -28,7 +28,7 @@ Topics under global elements encompass structural elements that are used to crea ##### Page components -Page components are individual UI elements that can be “placed” on a page. These are generally aligned as “atoms” according to atomic design principles and include things like tabs, tables, buttons, and links. +Page components are individual UI elements that can be “placed” on a page. ##### Best practices diff --git a/content-guidelines/general-content-guidelines.md b/content-guidelines/general-content-guidelines.md index b1ed3eae..9898d0a4 100644 --- a/content-guidelines/general-content-guidelines.md +++ b/content-guidelines/general-content-guidelines.md @@ -32,7 +32,7 @@ Most design manual pages consist of a definition or overview of the topic of the

Formatting content

-Present components of behavior, styling, use cases, etc as bullet points, to allow readers to skim content easily. +Present components of behavior, styling, use cases, etc as bullet points, to allow readers to skim content easily. Include an image or a live code example of those components as needed. Example: * Background lightbox: Gray 80% #75787b, 70% opacity @@ -65,6 +65,7 @@ Use plural case to describe components, unless referring to a specific instance Example: * “Modals can be effective for communicating a warning or alert outside the main web page.” * “When a modal opens, set the focus to the first element users need to interact with.” +

Dynamic content

diff --git a/content-guidelines/page-components.md b/content-guidelines/page-components.md index 28699d5b..a2e79381 100644 --- a/content-guidelines/page-components.md +++ b/content-guidelines/page-components.md @@ -60,7 +60,7 @@ Create different sub-sections for defaults and variations on style, include diff * Small-screen style—include a sub-section (if necessary) that details any styles that are different on a smaller screen -Styles should be as detailed as necessary to create the component, including things like font, color, padding, etc. Per FEWD preference, put them in alpha order. +Styles should be as detailed as necessary to create the component, including things like font, color, padding, etc. Per FEWD preference, put them in alpha order. If dynamic content has been defined for a property such as color, use the appropriate [data file](https://github.com/cfpb/design-manual/wiki/Using-data-files) or include file to reference the property. For example: @@ -76,6 +76,7 @@ For example: Include an example of the style (preferably a coded example, or if not, an image) + #### Code (h2) Include live coded examples from Capital Framework as available, and links to resources to learn more about the live components @@ -91,32 +92,3 @@ Include any print-specific styles or guidelines when necessary * When possible, use a live coded example in place of an image * Image width should be no more than 50% of content area - - -

Language

- -
-#### Capitalization -Headers and sub-headers will use sentence case - -Example: “Use case” not “Use Case” - -#### Plural vs singular -Use plural case to describe components, unless referring to a specific instance of that component when singular reference should be used - -Example: - -* “Modals can be effective for communicating a warning or alert outside the main web page.” -* “When a modal opens, set the focus to the first element users need to interact with.” -
- -

Dynamic content

- -
-The purpose of dynamic content is to make it easy to reuse content “snippets” from page to page. This eliminates the need to copy and paste the same content again and again or update many separate pages if standards change over time. - - -Dynamic content is defined centrally within Jekyll includes or data files and can be pulled into other design manual pages. The include file or data file can be updated once, and all the places that use dynamic content will automatically update. - -Currently, dynamic content is used to specify color data (color name and hex #) on component pages. Detailed instructions for using the color data is located on [the github wiki](https://github.com/cfpb/design-manual/wiki/Using-data-files). -
\ No newline at end of file From bc7883c9ee7282b4f17deec8852d145759f77074 Mon Sep 17 00:00:00 2001 From: Stephanie Osan Date: Mon, 19 Sep 2016 13:32:11 -0400 Subject: [PATCH 13/14] add sonna's recommended change --- content-guidelines/general-content-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-guidelines/general-content-guidelines.md b/content-guidelines/general-content-guidelines.md index 9898d0a4..3e4c7189 100644 --- a/content-guidelines/general-content-guidelines.md +++ b/content-guidelines/general-content-guidelines.md @@ -71,7 +71,7 @@ Example:

Dynamic content

-The purpose of dynamic content is to make it easy to reuse content “snippets” from page to page. This eliminates the need to copy and paste the same content again and again or update many separate pages if standards change over time. +Use dynamic content, or shortcut references to data used site-wide, to simplify the process of documenting standards. Rather than writing out the hex number for a brand palette color, you could use a dynamic content reference to automatically pull that hex number into your design manual page. This eliminates the need to copy and paste the same content again and again or update many separate pages if standards change over time. Dynamic content is defined centrally within Jekyll includes or data files and can be pulled into other design manual pages. The include file or data file can be updated once, and all the places that use dynamic content will automatically update. From 97da207b2bb5b1558ba762da515a027bfec5e520 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Fri, 13 Jan 2017 14:04:19 -0600 Subject: [PATCH 14/14] Moving @stephanieosan's css changes to the less file --- src/static/css/footer.less | 14 +- static/css/main.css | 182 ++++++++++++++--------- static/css/main.ie.css | 139 +++++++++++------ static/css/main.ie.min.css | 2 +- static/css/main.min.css | 19 +-- static/js/main.js | 296 ++++++++++++++++++------------------- static/js/main.min.js | 10 +- static/js/main.min.js.map | 2 +- 8 files changed, 375 insertions(+), 289 deletions(-) diff --git a/src/static/css/footer.less b/src/static/css/footer.less index c4c9d8fd..ec0ac441 100644 --- a/src/static/css/footer.less +++ b/src/static/css/footer.less @@ -46,7 +46,7 @@ padding-top: 2em; padding-bottom: 2em; } - + .footer-links ul { list-style: none; padding-left: 0; @@ -73,21 +73,21 @@ } -} +} /* Move to 25-75 columns when link fits (800px) */ @media only screen and (min-width: 50em) { .footer-links { - .grid_column(3); + .grid_column(1, 5); } .footer-oss { - .grid_column(5); + .grid_column(3, 10); } .footer-standards { - .grid_column(4); + .grid_column(3, 10); } - -} + +} diff --git a/static/css/main.css b/static/css/main.css index 23fa740e..15572583 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1409,6 +1409,7 @@ td { } thead th, thead td { + padding: 0.71428571em; color: #FFFFFF; background: #43484E; font-family: 'AvenirNextLTW01-Demi', Arial, sans-serif; @@ -1464,7 +1465,7 @@ h6 + thead td, } thead, tbody tr { - border-bottom: 1px solid #aeb0b5; + border-bottom: 1px solid #5b616b; } th { font-family: 'AvenirNextLTW01-Demi', Arial, sans-serif; @@ -1558,11 +1559,10 @@ select[multiple] { border: 1px solid #75787B; border-radius: 0; vertical-align: top; - -webkit-appearance: none; - -webkit-user-modify: read-write-plaintext-only; + appearance: none; } ::-webkit-search-decoration { - -webkit-appearance: none; + appearance: none; } input[type="text"]:focus, input[type="text"].focus, @@ -1627,7 +1627,7 @@ figure img { text-decoration: none; cursor: pointer; transition: background-color 0.1s; - -webkit-appearance: none; + appearance: none; } .lt-ie9 .btn { font-weight: normal !important; @@ -2141,8 +2141,8 @@ input[type="tel"].warning, input[type="number"].warning, select[multiple].warning, textarea.warning { - border: 1px solid #ffb108; - outline: 1px solid #ffb108; + border: 1px solid #fdb81e; + outline: 1px solid #fdb81e; } input[type="text"].success, input[type="search"].success, @@ -2163,7 +2163,7 @@ input[type="tel"].disabled, input[type="number"].disabled, select[multiple].disabled, textarea.disabled { - background-color: #cdb5cd; + background-color: #aeb0b5; } .cf-form_input-icon { position: relative; @@ -2175,7 +2175,7 @@ textarea.disabled { color: #D12124; } .warning + .cf-form_input-icon { - color: #ffb108; + color: #fdb81e; } .success + .cf-form_input-icon { color: #2CB34A; @@ -2359,33 +2359,33 @@ textarea.disabled { } .cf-icon__border { padding: .2em .25em .15em; - border: solid 0.08em #eee; + border: solid 0.08em #5b616b; border-radius: .1em; } .cf-icon__rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); - transform: rotate(90deg); + transform: rotate(90deg); } .cf-icon__rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); - transform: rotate(180deg); + transform: rotate(180deg); } .cf-icon__rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); - transform: rotate(270deg); + transform: rotate(270deg); } .cf-icon__flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); - transform: scale(-1, 1); + transform: scale(-1, 1); } .cf-icon__flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); - transform: scale(1, -1); + transform: scale(1, -1); } :root .cf-icon__rotate-90, :root .cf-icon__rotate-180, @@ -2397,30 +2397,30 @@ textarea.disabled { } .cf-icon__spin { -webkit-animation: cf-spin 2s infinite linear; - animation: cf-spin 2s infinite linear; + animation: cf-spin 2s infinite linear; } .cf-icon__pulse { -webkit-animation: cf-spin 1s infinite steps(8); - animation: cf-spin 1s infinite steps(8); + animation: cf-spin 1s infinite steps(8); } @-webkit-keyframes cf-spin { 0% { -webkit-transform: rotate(0deg); - transform: rotate(0deg); + transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); - transform: rotate(359deg); + transform: rotate(359deg); } } @keyframes cf-spin { 0% { -webkit-transform: rotate(0deg); - transform: rotate(0deg); + transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); - transform: rotate(359deg); + transform: rotate(359deg); } } .cf-icon-left:before { @@ -4301,7 +4301,7 @@ textarea.disabled { margin-right: -0.25em; vertical-align: top; width: 100%; - padding: 3.75em 0.9375em; + padding: 2.8125em 0.9375em; } .lt-ie8 .content_intro, .lt-ie8 .content_main, @@ -4316,7 +4316,7 @@ textarea.disabled { .content_intro, .content_main, .content_sidebar { - padding: 3.75em 0; + padding: 2.8125em 0; } } @media only all and (min-width: 56.3125em) { @@ -4373,7 +4373,7 @@ textarea.disabled { content: ''; border-left: 1px solid #BABBBD; position: absolute; - top: 3.75em; + top: 2.8125em; bottom: 0; left: -1.875em; } @@ -4564,7 +4564,7 @@ textarea.disabled { overflow: hidden; } .content__bleedbar .content_sidebar { - padding: 3.75em 0 0.9375em 1.875em; + padding: 2.8125em 0 0.9375em 1.875em; margin-left: 0; position: relative; z-index: 1; @@ -4659,6 +4659,8 @@ textarea.disabled { font-weight: normal; position: relative; min-height: 320px; + margin-right: -1px; + margin-left: -1px; background-color: #F1F2F2; } .featured-content-module em, @@ -4742,33 +4744,44 @@ textarea.disabled { } } .hero { - background-color: #F1F2F2; + background-color: #f7f8f9; +} +@media only all and (min-width: 37.5625em) { + .hero { + display: table; + width: 100%; + } } .hero_wrapper { - box-sizing: border-box; - padding: 1.875em 0.9375em; - width: 100%; + padding-top: 1.875em; + padding-bottom: 1.875em; } @media only all and (min-width: 37.5625em) { .hero_wrapper { - display: table; + padding-right: 0.9375em; + padding-left: 0.9375em; } } @media only all and (min-width: 56.3125em) { .hero_wrapper { padding-top: 2.8125em; padding-bottom: 2.8125em; - min-height: 17.8125em; } } -@media only all and (min-width: 76.9375em) { - .hero_wrapper { - padding-right: 0; - padding-left: 0; - } +.hero_text { + display: inline-block; + box-sizing: border-box; + border: solid transparent; + border-width: 0 15px; + margin-right: -0.25em; + vertical-align: top; + width: 100%; } -.lt-ie9 .hero_wrapper { - min-height: initial; +.lt-ie8 .hero_text { + display: inline; + margin-right: 0; + zoom: 1; + behavior: url('/static/vendor/box-sizing-polyfill/boxsizing.htc'); } @media only all and (min-width: 37.5625em) { .hero_text { @@ -4848,62 +4861,76 @@ textarea.disabled { } } .hero_subhead, -.hero_cta:not(.btn) { +.hero_cta:not( .btn ) { font-family: 'AvenirNextLTW01-Regular', Arial, sans-serif; font-style: normal; font-weight: normal; - margin-bottom: 0.68181818em; - font-size: 1.375em; + font-size: 18px; line-height: 1.25; - margin-bottom: 1.36363636em; } .hero_subhead em, -.hero_cta:not(.btn) em, +.hero_cta:not( .btn ) em, .hero_subhead i, -.hero_cta:not(.btn) i { +.hero_cta:not( .btn ) i { font-family: 'AvenirNextLTW01-Italic', Arial, sans-serif; font-style: italic; font-weight: normal; } .lt-ie9 .hero_subhead em, -.lt-ie9 .hero_cta:not(.btn) em, +.lt-ie9 .hero_cta:not( .btn ) em, .lt-ie9 .hero_subhead i, -.lt-ie9 .hero_cta:not(.btn) i { +.lt-ie9 .hero_cta:not( .btn ) i { font-style: normal !important; } .hero_subhead strong, -.hero_cta:not(.btn) strong, +.hero_cta:not( .btn ) strong, .hero_subhead b, -.hero_cta:not(.btn) b { +.hero_cta:not( .btn ) b { font-family: 'AvenirNextLTW01-Demi', Arial, sans-serif; font-style: normal; font-weight: bold; } .lt-ie9 .hero_subhead strong, -.lt-ie9 .hero_cta:not(.btn) strong, +.lt-ie9 .hero_cta:not( .btn ) strong, .lt-ie9 .hero_subhead b, -.lt-ie9 .hero_cta:not(.btn) b { +.lt-ie9 .hero_cta:not( .btn ) b { font-weight: normal !important; } -@media only all and (max-width: 56.25em) { +@media only all and (min-width: 56.3125em) { .hero_subhead, - .hero_cta:not(.btn) { - font-size: 1.125em; - margin-bottom: 1.66666667em; + .hero_cta:not( .btn ) { + font-size: 22px; } } -.hero_subhead:last-child, -.hero_cta:not(.btn):last-child { - margin-bottom: initial; +.hero_subhead:not( :last-child ) { + margin-bottom: 1.66666667em; +} +@media only all and (min-width: 56.3125em) { + .hero_subhead:not( :last-child ) { + margin-bottom: 1.36363636em; + } } .hero_cta { - margin-bottom: initial; + display: block; } .hero_image { - min-height: 12.1875em; + display: inline-block; + box-sizing: border-box; + border: solid transparent; + border-width: 0 15px; + margin-right: -0.25em; + vertical-align: top; + width: 100%; + height: 12.1875em; background-position: center; background-repeat: no-repeat; - background-size: contain; + background-size: cover; +} +.lt-ie8 .hero_image { + display: inline; + margin-right: 0; + zoom: 1; + behavior: url('/static/vendor/box-sizing-polyfill/boxsizing.htc'); } @media only all and (min-width: 37.5625em) { .hero_image { @@ -4916,6 +4943,7 @@ textarea.disabled { width: 41.66666667%; display: table-cell; vertical-align: middle; + background-size: contain; } .lt-ie8 .hero_image { display: inline; @@ -4929,6 +4957,25 @@ textarea.disabled { margin-top: 1.875em; } } +.hero__overlay .hero_wrapper { + background-repeat: no-repeat; +} +@media only all and (max-width: 37.5em) { + .hero__overlay .hero_wrapper { + background: transparent !important; + } +} +@media only all and (min-width: 37.5625em) { + .hero__overlay .hero_image { + background: transparent !important; + } +} +@media only all and (min-width: 37.5625em) { + .hero__white-text .hero_wrapper { + background-color: #5a5d61; + color: white; + } +} /* ========================================================================== Capital Framework Pagination Styling @@ -5071,14 +5118,16 @@ input[type="text"].pagination_current-page { .table__sortable button.sortable { width: 100%; height: 100%; - padding: inherit; - margin: inherit; + padding: 0; + margin: 0; border: none; background: none; font-family: inherit; font-weight: inherit; + line-height: inherit; outline: none; text-align: left; + text-transform: inherit; } .table__sortable .sortable:after { display: inline-block; @@ -5101,13 +5150,13 @@ input[type="text"].pagination_current-page { -webkit-transform: rotate(0deg); transform: rotate(0deg); } -@media only all and (min-width: 37.4375em) { +@media only all and (min-width: 37.5625em) { .table__striped > tbody > tr:nth-child(even) > th, .table__striped > tbody > tr:nth-child(even) > td { background: #f1f1f1; } } -@media only all and (max-width: 37.4375em) { +@media only all and (max-width: 37.5em) { .table__striped > tbody > tr:nth-child(even) > th, .table__striped > tbody > tr:nth-child(even) > td { background: #ffffff; @@ -5139,10 +5188,10 @@ input[type="text"].pagination_current-page { } .table__entry-header-on-small > tbody td:first-child { padding-bottom: .75em; - border-bottom: 1px solid #aeb0b5; + border-bottom: 1px solid #5b616b; margin-bottom: 0.625em; margin-top: 0; - background-color: #f1f1f1; + background-color: #43484E; font-size: 1.125em; font-weight: 400; line-height: 1.22222222; @@ -7650,7 +7699,6 @@ ul.list_links-minicons li { vertical-align: top; width: 30%; } - .lt-ie8 .footer-standards { display: inline; margin-right: 0; diff --git a/static/css/main.ie.css b/static/css/main.ie.css index 2c7a24e1..0e2741f1 100644 --- a/static/css/main.ie.css +++ b/static/css/main.ie.css @@ -1485,6 +1485,7 @@ td { thead th, thead td { + padding: 0.71428571em; color: #FFFFFF; background: #43484E; font-family: 'AvenirNextLTW01-Demi', Arial, sans-serif; @@ -1543,7 +1544,7 @@ h6 + thead td, thead, tbody tr { - border-bottom: 1px solid #aeb0b5; + border-bottom: 1px solid #5b616b; } th { @@ -1651,12 +1652,11 @@ select[multiple] { border: 1px solid #75787B; border-radius: 0; vertical-align: top; - -webkit-appearance: none; - -webkit-user-modify: read-write-plaintext-only; + appearance: none; } ::-webkit-search-decoration { - -webkit-appearance: none; + appearance: none; } input[type="text"]:focus, @@ -1731,7 +1731,7 @@ figure img { text-decoration: none; cursor: pointer; transition: background-color 0.1s; - -webkit-appearance: none; + appearance: none; } .lt-ie9 .btn { @@ -2344,8 +2344,8 @@ input[type="tel"].warning, input[type="number"].warning, select[multiple].warning, textarea.warning { - border: 1px solid #ffb108; - outline: 1px solid #ffb108; + border: 1px solid #fdb81e; + outline: 1px solid #fdb81e; } input[type="text"].success, @@ -2368,7 +2368,7 @@ input[type="tel"].disabled, input[type="number"].disabled, select[multiple].disabled, textarea.disabled { - background-color: #cdb5cd; + background-color: #aeb0b5; } .cf-form_input-icon { @@ -2383,7 +2383,7 @@ textarea.disabled { } .warning + .cf-form_input-icon { - color: #ffb108; + color: #fdb81e; } .success + .cf-form_input-icon { @@ -2590,7 +2590,7 @@ textarea.disabled { .cf-icon__border { padding: .2em .25em .15em; - border: solid 0.08em #eee; + border: solid 0.08em #5b616b; border-radius: .1em; } @@ -4653,7 +4653,7 @@ textarea.disabled { margin-right: -0.25em; vertical-align: top; width: 100%; - padding: 3.75em 0.9375em; + padding: 2.8125em 0.9375em; } .lt-ie8 .content_intro, @@ -4668,7 +4668,7 @@ textarea.disabled { .content_intro, .content_main, .content_sidebar { - padding: 3.75em 0; + padding: 2.8125em 0; } .content_intro { @@ -4728,7 +4728,7 @@ textarea.disabled { content: ''; border-left: 1px solid #BABBBD; position: absolute; - top: 3.75em; + top: 2.8125em; bottom: 0; left: -1.875em; } @@ -4892,7 +4892,7 @@ textarea.disabled { } .content__bleedbar .content_sidebar { - padding: 3.75em 0 0.9375em 1.875em; + padding: 2.8125em 0 0.9375em 1.875em; margin-left: 0; position: relative; z-index: 1; @@ -4997,6 +4997,8 @@ textarea.disabled { font-weight: normal; position: relative; min-height: 320px; + margin-right: -1px; + margin-left: -1px; background-color: #F1F2F2; } @@ -5071,27 +5073,44 @@ textarea.disabled { } .hero { - background-color: #F1F2F2; + background-color: #f7f8f9; } -.hero_wrapper { - box-sizing: border-box; - padding: 1.875em 0.9375em; +.hero { + display: table; width: 100%; } .hero_wrapper { - display: table; + padding-top: 1.875em; + padding-bottom: 1.875em; +} + +.hero_wrapper { + padding-right: 0.9375em; + padding-left: 0.9375em; } .hero_wrapper { padding-top: 2.8125em; padding-bottom: 2.8125em; - min-height: 17.8125em; } -.lt-ie9 .hero_wrapper { - min-height: initial; +.hero_text { + display: inline-block; + box-sizing: border-box; + border: solid transparent; + border-width: 0 15px; + margin-right: -0.25em; + vertical-align: top; + width: 100%; +} + +.lt-ie8 .hero_text { + display: inline; + margin-right: 0; + zoom: 1; + behavior: url('/static/vendor/box-sizing-polyfill/boxsizing.htc'); } .hero_text { @@ -5147,62 +5166,82 @@ textarea.disabled { } .hero_subhead, -.hero_cta:not(.btn) { +.hero_cta:not( .btn ) { font-family: 'AvenirNextLTW01-Regular', Arial, sans-serif; font-style: normal; font-weight: normal; - margin-bottom: 0.68181818em; - font-size: 1.375em; + font-size: 18px; line-height: 1.25; - margin-bottom: 1.36363636em; } .hero_subhead em, -.hero_cta:not(.btn) em, +.hero_cta:not( .btn ) em, .hero_subhead i, -.hero_cta:not(.btn) i { +.hero_cta:not( .btn ) i { font-family: 'AvenirNextLTW01-Italic', Arial, sans-serif; font-style: italic; font-weight: normal; } .lt-ie9 .hero_subhead em, -.lt-ie9 .hero_cta:not(.btn) em, +.lt-ie9 .hero_cta:not( .btn ) em, .lt-ie9 .hero_subhead i, -.lt-ie9 .hero_cta:not(.btn) i { +.lt-ie9 .hero_cta:not( .btn ) i { font-style: normal !important; } .hero_subhead strong, -.hero_cta:not(.btn) strong, +.hero_cta:not( .btn ) strong, .hero_subhead b, -.hero_cta:not(.btn) b { +.hero_cta:not( .btn ) b { font-family: 'AvenirNextLTW01-Demi', Arial, sans-serif; font-style: normal; font-weight: bold; } .lt-ie9 .hero_subhead strong, -.lt-ie9 .hero_cta:not(.btn) strong, +.lt-ie9 .hero_cta:not( .btn ) strong, .lt-ie9 .hero_subhead b, -.lt-ie9 .hero_cta:not(.btn) b { +.lt-ie9 .hero_cta:not( .btn ) b { font-weight: normal !important; } -.hero_subhead:last-child, -.hero_cta:not(.btn):last-child { - margin-bottom: initial; +.hero_subhead, +.hero_cta:not( .btn ) { + font-size: 22px; +} + +.hero_subhead:not( :last-child ) { + margin-bottom: 1.66666667em; +} + +.hero_subhead:not( :last-child ) { + margin-bottom: 1.36363636em; } .hero_cta { - margin-bottom: initial; + display: block; } .hero_image { - min-height: 12.1875em; + display: inline-block; + box-sizing: border-box; + border: solid transparent; + border-width: 0 15px; + margin-right: -0.25em; + vertical-align: top; + width: 100%; + height: 12.1875em; background-position: center; background-repeat: no-repeat; - background-size: contain; + background-size: cover; +} + +.lt-ie8 .hero_image { + display: inline; + margin-right: 0; + zoom: 1; + behavior: url('/static/vendor/box-sizing-polyfill/boxsizing.htc'); } .hero_image { @@ -5215,6 +5254,7 @@ textarea.disabled { width: 41.66666667%; display: table-cell; vertical-align: middle; + background-size: contain; } .lt-ie8 .hero_image { @@ -5224,6 +5264,19 @@ textarea.disabled { behavior: url('/static/vendor/box-sizing-polyfill/boxsizing.htc'); } +.hero__overlay .hero_wrapper { + background-repeat: no-repeat; +} + +.hero__overlay .hero_image { + background: transparent !important; +} + +.hero__white-text .hero_wrapper { + background-color: #5a5d61; + color: white; +} + /* ========================================================================== Capital Framework Pagination Styling @@ -5368,14 +5421,16 @@ input[type="text"].pagination_current-page { .table__sortable button.sortable { width: 100%; height: 100%; - padding: inherit; - margin: inherit; + padding: 0; + margin: 0; border: none; background: none; font-family: inherit; font-weight: inherit; + line-height: inherit; outline: none; text-align: left; + text-transform: inherit; } .table__sortable .sortable:after { diff --git a/static/css/main.ie.min.css b/static/css/main.ie.min.css index f304d30a..c3686d5f 100644 --- a/static/css/main.ie.min.css +++ b/static/css/main.ie.min.css @@ -3,4 +3,4 @@ * http://cfpb.github.io/design-manual/ * Licensed CC0 by Consumer Financial Protection Bureau */ -/*! normalize.css v2.1.3 | MIT License | git.io/normalize */@import url(//fast.fonts.net/t/1.css?apiType=css&projectid=44e8c964-4684-44c6-a6e3-3f3da8787b50);article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto}table{border-collapse:collapse;border-spacing:0}/*! normalize-legacy-addon | MIT License | https://github.com/cfpb/normalize-legacy-addon */html{font-size:100%}button,html,input,select,textarea{font-family:sans-serif}h1{margin:.67em 0}h2{margin:.83em 0}h3{margin:1em 0}h4{margin:1.33em 0}h5{margin:1.67em 0}h6{margin:2.33em 0}blockquote{margin:1em 40px}p,pre{margin:1em 0}q{quotes:none}q:after,q:before{content:'';content:none}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none}img{-ms-interpolation-mode:bicubic}form{margin:0}legend{border:0;white-space:normal}button,input,select,textarea{vertical-align:baseline}.no-js .u-js-only{display:none!important}.u-clearfix:after{content:"";display:table;clear:both}.lt-ie8 .u-clearfix{zoom:1}.u-visually-hidden{position:absolute;width:1px;height:1px;border:0;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0)}.u-inline-block{display:inline-block}.lt-ie8 .u-inline-block{display:inline}.u-right{float:right}.u-break-word{word-break:break-all}.u-flexible-container{position:relative;padding-bottom:56.25%;height:0}.u-flexible-container_inner{position:absolute;top:0;left:0;width:100%;height:100%}.u-flexible-container__4-3{position:relative;padding-bottom:75%;height:0}.u-mt0{margin-top:0!important}.u-mb0{margin-bottom:0!important}.u-mt5{margin-top:5px!important}.u-mb5{margin-bottom:5px!important}.u-mt10{margin-top:10px!important}.u-mb10{margin-bottom:10px!important}.u-mt15{margin-top:15px!important}.u-mb15{margin-bottom:15px!important}.u-mt20{margin-top:20px!important}.u-mb20{margin-bottom:20px!important}.u-mt30{margin-top:30px!important}.u-mb30{margin-bottom:30px!important}.u-mt45{margin-top:45px!important}.u-mb45{margin-bottom:45px!important}.u-mt60{margin-top:60px!important}.u-mb60{margin-bottom:60px!important}.u-w100pct{width:100%}.u-w90pct{width:90%}.u-w80pct{width:80%}.u-w70pct{width:70%}.u-w60pct{width:60%}.u-w50pct{width:50%}.u-w40pct{width:40%}.u-w30pct{width:30%}.u-w20pct{width:20%}.u-w10pct{width:10%}.u-w75pct{width:75%}.u-w25pct{width:25%}.u-w66pct{width:66.66666667%}.u-w33pct{width:33.33333333%}.u-show-on-mobile{display:none}.u-small-text,small{font-size:.875em}body{color:#101820;font-family:Georgia,"Times New Roman",serif;font-size:100%;line-height:1.375}h1,h2,h3,h4,h5,h6{margin-top:0}.h1,h1{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.44117647em;font-size:2.125em;line-height:1.25}.h1 em,.h1 i,h1 em,h1 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h1 em,.lt-ie9 .h1 i,.lt-ie9 h1 em,.lt-ie9 h1 i{font-style:normal!important}.h1 b,.h1 strong,h1 b,h1 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h1 b,.lt-ie9 .h1 strong,.lt-ie9 h1 b,.lt-ie9 h1 strong{font-weight:400!important}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.76470588em}.h2,h2{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.h2 em,.h2 i,h2 em,h2 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h2 em,.lt-ie9 .h2 i,.lt-ie9 h2 em,.lt-ie9 h2 i{font-style:normal!important}.h2 b,.h2 strong,h2 b,h2 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h2 b,.lt-ie9 .h2 strong,.lt-ie9 h2 b,.lt-ie9 h2 strong{font-weight:400!important}blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.73076923em}.h1+.h2,.h1+h2,.h3+.h2,.h3+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,h1+.h2,h1+h2,h3+.h2,h3+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2{margin-top:1.15384615em}.h3,h3{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25}.h3 em,.h3 i,h3 em,h3 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h3 em,.lt-ie9 .h3 i,.lt-ie9 h3 em,.lt-ie9 h3 i{font-style:normal!important}.h3 b,.h3 strong,h3 b,h3 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h3 b,.lt-ie9 .h3 strong,.lt-ie9 h3 b,.lt-ie9 h3 strong{font-weight:400!important}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h4+.h3,.h4+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h4+.h3,h4+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.36363636em}.h4,h4{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25}.lt-ie9 .h4,.lt-ie9 h4{font-weight:400!important}.h1+.h4,.h1+h4,.h2+.h4,.h2+h4,.h3+.h4,.h3+h4,.h5+.h4,.h5+h4,.h6+.h4,.h6+h4,blockquote+.h4,blockquote+h4,dl+.h4,dl+h4,figure+.h4,figure+h4,h1+.h4,h1+h4,h2+.h4,h2+h4,h3+.h4,h3+h4,h5+.h4,h5+h4,h6+.h4,h6+h4,img+.h4,img+h4,ol+.h4,ol+h4,p+.h4,p+h4,table+.h4,table+h4,ul+.h4,ul+h4{margin-top:1.66666667em}.h5,h5{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 .h5,.lt-ie9 h5{font-weight:400!important}.h1+.h5,.h1+h5,.h2+.h5,.h2+h5,.h3+.h5,.h3+h5,.h4+.h5,.h4+h5,.h6+.h5,.h6+h5,blockquote+.h5,blockquote+h5,dl+.h5,dl+h5,figure+.h5,figure+h5,h1+.h5,h1+h5,h2+.h5,h2+h5,h3+.h5,h3+h5,h4+.h5,h4+h5,h6+.h5,h6+h5,img+.h5,img+h5,ol+.h5,ol+h5,p+.h5,p+h5,table+.h5,table+h5,ul+.h5,ul+h5{margin-top:2.14285714em}.h6,h6{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.25em;font-size:.75em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 .h6,.lt-ie9 h6{font-weight:400!important}.h1+.h6,.h1+h6,.h2+.h6,.h2+h6,.h3+.h6,.h3+h6,.h4+.h6,.h4+h6,.h5+.h6,.h5+h6,blockquote+.h6,blockquote+h6,dl+.h6,dl+h6,figure+.h6,figure+h6,h1+.h6,h1+h6,h2+.h6,h2+h6,h3+.h6,h3+h6,h4+.h6,h4+h6,h5+.h6,h5+h6,img+.h6,img+h6,ol+.h6,ol+h6,p+.h6,p+h6,table+.h6,table+h6,ul+.h6,ul+h6{margin-top:2.5em}.lead-paragraph,.subheader{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.375em;line-height:1.25;margin-top:1.36363636em;margin-bottom:.83333333em}.lead-paragraph em,.lead-paragraph i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .lead-paragraph em,.lt-ie9 .lead-paragraph i{font-style:normal!important}.lead-paragraph b,.lead-paragraph strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .lead-paragraph b,.lt-ie9 .lead-paragraph strong{font-weight:400!important}.superheader,.superheading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.41666667em;font-size:3em;line-height:1.25}.superheading em,.superheading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .superheading em,.lt-ie9 .superheading i{font-style:normal!important}.superheading b,.superheading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .superheading b,.lt-ie9 .superheading strong{font-weight:400!important}blockquote,dl,figure,ol,p,table,ul{margin-top:0;margin-bottom:.9375em}p+ol,p+ul{margin-top:-.3125em}li{margin-bottom:.5em}li:last-child,nav li{margin-bottom:0}a{border-width:0;border-style:dotted;border-color:#0072CE;color:#0072CE;text-decoration:none}a.visited,a:visited{border-color:#005E5D;color:#005E5D}a.hover,a:hover{border-style:solid;border-color:#7FB8E6;color:#7FB8E6}a.focus,a:focus{border-style:solid;outline:dotted thin}a.active,a:active{border-style:solid;border-color:#002D72;color:#002D72}dd a,li a,p a{border-bottom-width:1px}nav a{border-bottom-width:0}ul{padding-left:2em;list-style:square}ol{padding-left:1.9375em}ol>li{padding-left:.0625em}table{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}table em,table i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 table em,.lt-ie9 table i{font-style:normal!important}table b,table strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 table b,.lt-ie9 table strong{font-weight:400!important}td,th{padding:.625em}thead td,thead th{color:#FFF;background:#43484E;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 thead td,.lt-ie9 thead th{font-weight:400!important}.h1+thead td,.h1+thead th,.h2+thead td,.h2+thead th,.h3+thead td,.h3+thead th,.h4+thead td,.h4+thead th,.h6+thead td,.h6+thead th,blockquote+thead td,blockquote+thead th,dl+thead td,dl+thead th,figure+thead td,figure+thead th,h1+thead td,h1+thead th,h2+thead td,h2+thead th,h3+thead td,h3+thead th,h4+thead td,h4+thead th,h6+thead td,h6+thead th,img+thead td,img+thead th,ol+thead td,ol+thead th,p+thead td,p+thead th,table+thead td,table+thead th,ul+thead td,ul+thead th{margin-top:2.14285714em}tbody tr,thead{border-bottom:1px solid #aeb0b5}th{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:left}.lt-ie9 th{font-weight:400!important}tbody th{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}tbody th em,tbody th i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 tbody th em,.lt-ie9 tbody th i{font-style:normal!important}tbody th b,tbody th strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 tbody th b,.lt-ie9 tbody th strong{font-weight:400!important}blockquote{margin-right:1.875em;margin-left:1.875em}label{display:block;margin-bottom:.3125em;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}label em,label i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 label em,.lt-ie9 label i{font-style:normal!important}label b,label strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 label b,.lt-ie9 label strong{font-weight:400!important}label input[type=checkbox],label input[type=radio]{margin-right:.375em}input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=url],select[multiple],textarea{display:inline-block;margin:0;padding:.375em;font-family:Arial,sans-serif;font-size:1em;background:#FFF;border:1px solid #75787B;border-radius:0;vertical-align:top;-webkit-appearance:none;-webkit-user-modify:read-write-plaintext-only}::-webkit-search-decoration{-webkit-appearance:none}input[type=email].focus,input[type=email]:focus,input[type=number].focus,input[type=number]:focus,input[type=search].focus,input[type=search]:focus,input[type=tel].focus,input[type=tel]:focus,input[type=text].focus,input[type=text]:focus,input[type=url].focus,input[type=url]:focus,select[multiple].focus,select[multiple]:focus,textarea.focus,textarea:focus{border:1px solid #0072CE;outline:#0072CE solid 1px;outline-offset:0;box-shadow:none}::-webkit-input-placeholder{color:#75787B}::-moz-placeholder{color:#75787B}:-ms-input-placeholder{color:#75787B}img{max-width:100%}figure img{vertical-align:middle}.figure__bordered img{border:1px solid #BABBBD}.btn{display:inline-block;box-sizing:border-box;padding:.5em .875em;border:0;border-radius:.25em;margin:0;vertical-align:middle;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;line-height:normal;text-decoration:none;cursor:pointer;transition:background-color .1s;-webkit-appearance:none}.lt-ie9 .btn{font-weight:400!important}.btn,.btn:link,.btn:visited{background-color:#0072CE;color:#FFF}.btn.hover,.btn:hover{background-color:#328ED8}.btn.focus,.btn:focus{background-color:#328ED8;outline:#0072CE dotted 1px;outline-offset:1px}.btn.active,.btn:active{background-color:#33578E}button.btn::-moz-focus-inner,input.btn::-moz-focus-inner{border:0}.btn+.btn{margin-left:.375em}.lt-ie8{background:url(null) no-repeat fixed}.lt-ie8 button.btn,.lt-ie8 input.btn{overflow:visible;padding-top:.4em;padding-bottom:.4em}.btn__secondary,.btn__secondary:link,.btn__secondary:visited{background-color:#75787B;color:#FFF}.btn__secondary.hover,.btn__secondary:hover{background-color:#919395}.btn__secondary.focus,.btn__secondary:focus{background-color:#919395;outline-color:#75787B}.btn__secondary.active,.btn__secondary:active{background-color:#43484E}.btn__warning,.btn__warning:link,.btn__warning:visited{background-color:#D12124;color:#FFF}.btn__warning.hover,.btn__warning:hover{background-color:#DA6750}.btn__warning.focus,.btn__warning:focus{background-color:#DA6750;outline-color:#D12124}.btn__warning.active,.btn__warning:active{background-color:#9C301B}.btn[disabled],.btn[disabled].active,.btn[disabled].focus,.btn[disabled].hover,.btn[disabled]:active,.btn[disabled]:focus,.btn[disabled]:hover,.btn[disabled]:link,.btn[disabled]:visited,.btn__disabled,.btn__disabled.active,.btn__disabled.focus,.btn__disabled.hover,.btn__disabled:active,.btn__disabled:focus,.btn__disabled:hover,.btn__disabled:link,.btn__disabled:visited{background-color:#E3E4E5;color:#75787B;cursor:default;cursor:not-allowed}.btn[disabled].focus,.btn[disabled]:focus,.btn__disabled.focus,.btn__disabled:focus{outline-color:#E3E4E5}.btn__super{padding:.55em 1.45em;font-size:1.25em}.btn__super+.btn__super{margin-left:.3em}.lt-ie8 button.btn__super,.lt-ie8 input.btn__super{padding-top:.6em;padding-bottom:.6em}.btn_icon__left{padding:0 .65625em 0 0;border-right:1px solid #FFF;border-right:1px solid rgba(255,255,255,.4);margin:0 .4375em 0 0}.btn__secondary .btn_icon__left,.btn__warning .btn_icon__left{border-right-color:#FFF;border-right-color:rgba(255,255,255,.4)}.btn[disabled] .btn_icon__left,.btn__disabled .btn_icon__left{border-right-color:#75787B;border-right-color:rgba(117,120,123,.4)}.btn_icon__right{padding:0 0 0 .65625em;border-right:0;border-left:1px solid #FFF;border-left:1px solid rgba(255,255,255,.4);margin:0 0 0 .4375em}.btn__secondary .btn_icon__right,.btn__warning .btn_icon__right{border-left-color:#FFF;border-left-color:rgba(255,255,255,.4)}.btn[disabled] .btn_icon__right,.btn__disabled .btn_icon__right{border-left-color:#75787B;border-left-color:rgba(117,120,123,.4)}.btn__grouped{border-radius:0}.btn__grouped-first{border-top-right-radius:0;border-bottom-right-radius:0}.btn__grouped-last{border-top-left-radius:0;border-bottom-left-radius:0}.btn__grouped,.btn__grouped+.btn__grouped,.btn__grouped+.btn__grouped-last,.btn__grouped-first+.btn__grouped,.btn__grouped-first+.btn__grouped-last,.btn__grouped-last{margin-left:-.1875em}.btn__grouped-first.btn__super+.btn__grouped-last.btn__super,.btn__grouped-first.btn__super+.btn__grouped.btn__super,.btn__grouped-last.btn__super,.btn__grouped.btn__super,.btn__grouped.btn__super+.btn__grouped-last.btn__super,.btn__grouped.btn__super+.btn__grouped.btn__super{margin-left:-.15em}.btn__compound-action,.btn__compound-action:link,.btn__compound-action:visited{background-color:#328ED8}.btn__compound-action.hover,.btn__compound-action:focus,.btn__compound-action:hover{background-color:#0072CE}.btn__compound-action.btn__secondary{background-color:#919395}.btn__compound-action.btn__secondary.hover,.btn__compound-action.btn__secondary:focus,.btn__compound-action.btn__secondary:hover{background-color:#75787B}.btn__compound-action.btn__warning{background-color:#DA6750}.btn__compound-action.btn__warning.hover,.btn__compound-action.btn__warning:focus,.btn__compound-action.btn__warning:hover{background-color:#D12124}.btn__compound-action.btn__disabled,.btn__compound-action.btn__disabled.hover,.btn__compound-action.btn__disabled:focus,.btn__compound-action.btn__disabled:hover,.btn__compound-action[disabled],.btn__compound-action[disabled].hover,.btn__compound-action[disabled]:focus,.btn__compound-action[disabled]:hover{background-color:#E3E4E5}.btn__compound-action.btn__super{padding-left:1.1em;padding-right:1.1em}.btn__link{padding:0;border-bottom:1px dotted #0072CE;border-radius:0;margin:.5em 0}.btn__link,.btn__link:link,.btn__link:visited{border-bottom-color:#005E5D;background-color:transparent;color:#005E5D}.btn__link.hover,.btn__link:hover{border-bottom:1px solid #7FB8E6;background-color:transparent;color:#7FB8E6}.btn__link.focus,.btn__link:focus{border-bottom-style:solid;background-color:transparent;outline:#0072CE dotted thin}.btn__link.active,.btn__link:active{border-bottom:1px solid #002D72;background-color:transparent;color:#002D72}.lt-ie8 button.btn__link,.lt-ie8 input.btn__link{padding:0}.btn__link.btn__secondary,.btn__link.btn__secondary:link,.btn__link.btn__secondary:visited{border-bottom-color:#75787B;background-color:transparent;color:#75787B}.btn__link.btn__secondary.hover,.btn__link.btn__secondary:hover{border-bottom-color:#919395;color:#919395}.btn__link.btn__secondary.focus,.btn__link.btn__secondary:focus{outline-color:#75787B}.btn__link.btn__secondary.active,.btn__link.btn__secondary:active{border-bottom-color:#43484E;color:#43484E}.btn__link.btn__warning,.btn__link.btn__warning:link,.btn__link.btn__warning:visited{border-bottom-color:#D12124;background-color:transparent;color:#D12124}.btn__link.btn__warning.hover,.btn__link.btn__warning:hover{border-bottom-color:#DA6750;color:#DA6750}.btn__link.btn__warning.focus,.btn__link.btn__warning:focus{outline-color:#D12124}.btn__link.btn__warning.active,.btn__link.btn__warning:active{border-bottom-color:#9C301B;color:#9C301B}.expandable{margin-bottom:1.875em}.expandable_target{padding:0;border:0;background-color:transparent;cursor:pointer}.expandable_target:focus{outline:#101820 dotted 1px;outline-offset:1px}.expandable_content:after{content:"";display:table;clear:both}.lt-ie8 .expandable_content{zoom:1}.expandable_label{color:#101820;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .expandable_label{font-weight:400!important}.expandable_link{color:#0072CE;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1em;line-height:1.375}.expandable_link em,.expandable_link i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .expandable_link em,.lt-ie9 .expandable_link i{font-style:normal!important}.expandable_link b,.expandable_link strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .expandable_link b,.lt-ie9 .expandable_link strong{font-weight:400!important}.expandable_cue-close__animated,.expandable_cue-open__animated{transition:.25s -webkit-transform;transition:.25s transform}.expandable_cue-close__animated{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.expandable__expanded .expandable_cue-close__animated{-webkit-transform:rotate(0);transform:rotate(0)}.expandable__expanded .expandable_cue-open__animated{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.expandable_header{display:block}.expandable_header:after{content:"";display:table;clear:both}.lt-ie8 .expandable_header{zoom:1}button.expandable_header{width:100%;text-align:left}.expandable_header__spaced{padding-bottom:.9375em}.expandable_header-left{float:left}.expandable_header-right{float:right}.expandable__padded{margin-bottom:1.875em;background:#F1F2F2}.expandable__padded.expandable__expanded,.expandable__padded:hover{background:#E3E4E5}.expandable__padded .expandable_header{padding:.625em 1em}.expandable__padded .expandable_content{margin:0 1em 1.375em}.expandable__padded .expandable_content:before{content:'';display:block;height:1px;margin-bottom:1em;background:#BABBBD}.expandable-group{margin-bottom:1.875em}.expandable-group_header{padding:.35714286em 1.14285714em;border-bottom:1px solid #919395;background:#F1F2F2;color:#75787B;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:0}.lt-ie9 .expandable-group_header{font-weight:400!important}.expandable-group .expandable{border-bottom:1px solid #919395;margin-bottom:0;background:#FFF}.expandable-group .expandable_label{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125em;line-height:1.25;margin-bottom:0}.lt-ie9 .expandable-group .expandable_label{font-weight:400!important}.expandable-group .expandable_content{margin-bottom:0}.form-label-header{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:.71428571em}.lt-ie9 .form-label-header{font-weight:400!important}.input__super[type=email],.input__super[type=number],.input__super[type=search],.input__super[type=tel],.input__super[type=text],.input__super[type=url]{padding:.5em;font-size:1.25em}input[type=email].error,input[type=number].error,input[type=search].error,input[type=tel].error,input[type=text].error,input[type=url].error,select[multiple].error,textarea.error{border:1px solid #D12124;outline:#D12124 solid 1px}input[type=email].warning,input[type=number].warning,input[type=search].warning,input[type=tel].warning,input[type=text].warning,input[type=url].warning,select[multiple].warning,textarea.warning{border:1px solid #ffb108;outline:#ffb108 solid 1px}input[type=email].success,input[type=number].success,input[type=search].success,input[type=tel].success,input[type=text].success,input[type=url].success,select[multiple].success,textarea.success{border:1px solid #2CB34A;outline:#2CB34A solid 1px}input[type=email].disabled,input[type=number].disabled,input[type=search].disabled,input[type=tel].disabled,input[type=text].disabled,input[type=url].disabled,select[multiple].disabled,textarea.disabled{background-color:#cdb5cd}.cf-form_input-icon{position:relative;top:.3em;margin-left:.2em;font-size:1.25em}.error+.cf-form_input-icon{color:#D12124}.warning+.cf-form_input-icon{color:#ffb108}.success+.cf-form_input-icon{color:#2CB34A}.form-group+.form-group{margin-top:1.875em}.form-group_item+.form-group_item{margin-top:.9375em}.input-with-btn{display:block;position:relative;margin-left:-15px;margin-right:-15px}.input-with-btn_input{margin-bottom:.9375em;display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 0 0 15px;margin-right:-.25em;vertical-align:top;width:83.33333333%}.lt-ie8 .input-with-btn_input{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.input-with-btn_input input{box-sizing:border-box;width:100%}.input-with-btn_btn{margin-bottom:.9375em;display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:16.66666667%}.lt-ie8 .input-with-btn_btn{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.input-with-btn_btn .btn{box-sizing:border-box;width:100%}.input-with-btn_btn .btn__super{padding-left:.75em;padding-right:.75em}.btn-inside-input{position:relative}.btn-inside-input input[type=email],.btn-inside-input input[type=number],.btn-inside-input input[type=search],.btn-inside-input input[type=tel],.btn-inside-input input[type=text],.btn-inside-input input[type=url]{box-sizing:border-box;width:100%;padding-right:4.0625em}.btn-inside-input input[type=email].input__super,.btn-inside-input input[type=number].input__super,.btn-inside-input input[type=search].input__super,.btn-inside-input input[type=tel].input__super,.btn-inside-input input[type=text].input__super,.btn-inside-input input[type=url].input__super{padding-right:4.5em}.btn-inside-input .btn{border-bottom-width:0!important;position:absolute;right:.9375em;top:0}.btn-inside-input .btn__super{right:.75em}.btn-inside-input .btn__link.btn__secondary{background-color:#fff}@font-face{font-family:'CFPB Minicons';src:url(../fonts/cf-icons.eot);src:url(../fonts/cf-icons.eot?#iefix) format('embedded-opentype'),url(../fonts/cf-icons.woff) format('woff'),url(../fonts/cf-icons.ttf) format('truetype'),url(../fonts/cf-icons.svg) format('svg');font-weight:400;font-style:normal}.cf-icon{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased}.cf-icon__lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.cf-icon__2x{font-size:2em}.cf-icon__3x{font-size:3em}.cf-icon__4x{font-size:4em}.cf-icon__5x{font-size:5em}.cf-icon__border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.cf-icon__rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.cf-icon__rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cf-icon__rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.cf-icon__flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);transform:scale(-1,1)}.cf-icon__flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);transform:scale(1,-1)}:root .cf-icon__flip-horizontal,:root .cf-icon__flip-vertical,:root .cf-icon__rotate-180,:root .cf-icon__rotate-270,:root .cf-icon__rotate-90{-webkit-filter:none;filter:none}.cf-icon__spin{-webkit-animation:cf-spin 2s infinite linear;animation:cf-spin 2s infinite linear}.cf-icon__pulse{-webkit-animation:cf-spin 1s infinite steps(8);animation:cf-spin 1s infinite steps(8)}@-webkit-keyframes cf-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes cf-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.cf-icon-left:before{content:"\e000"}.cf-icon-left-round:before{content:"\e001"}.cf-icon-right:before{content:"\e002"}.cf-icon-right-round:before{content:"\e003"}.cf-icon-up:before{content:"\e004"}.cf-icon-up-round:before{content:"\e005"}.cf-icon-down:before{content:"\e006"}.cf-icon-down-round:before{content:"\e007"}.cf-icon-arrow-left:before{content:"\e008"}.cf-icon-arrow-left-round:before{content:"\e009"}.cf-icon-arrow-right:before{content:"\e010"}.cf-icon-arrow-right-round:before{content:"\e011"}.cf-icon-arrow-up:before{content:"\e012"}.cf-icon-arrow-up-round:before{content:"\e013"}.cf-icon-arrow-down:before{content:"\e014"}.cf-icon-arrow-down-round:before{content:"\e015"}.cf-icon-approved:before{content:"\e100"}.cf-icon-approved-round:before{content:"\e101"}.cf-icon-error:before{content:"\e102"}.cf-icon-error-round:before{content:"\e103"}.cf-icon-help:before{content:"\e104"}.cf-icon-help-round:before{content:"\e105"}.cf-icon-delete:before{content:"\e106"}.cf-icon-delete-round:before{content:"\e107"}.cf-icon-plus:before{content:"\e108"}.cf-icon-plus-round:before{content:"\e109"}.cf-icon-minus:before{content:"\e110"}.cf-icon-minus-round:before{content:"\e111"}.cf-icon-update:before{content:"\e112"}.cf-icon-update-round:before{content:"\e113"}.cf-icon-youtube:before{content:"\e200"}.cf-icon-youtube-square:before{content:"\e201"}.cf-icon-linkedin:before{content:"\e202"}.cf-icon-linkedin-square:before{content:"\e203"}.cf-icon-facebook:before{content:"\e204"}.cf-icon-facebook-square:before{content:"\e205"}.cf-icon-flickr:before{content:"\e206"}.cf-icon-flickr-square:before{content:"\e207"}.cf-icon-twitter:before{content:"\e208"}.cf-icon-twitter-square:before{content:"\e209"}.cf-icon-github:before{content:"\e210"}.cf-icon-github-square:before{content:"\e211"}.cf-icon-email-social:before{content:"\e212"}.cf-icon-email-social-square:before{content:"\e213"}.cf-icon-web:before{content:"\e300"}.cf-icon-web-round:before{content:"\e301"}.cf-icon-email:before{content:"\e302"}.cf-icon-email-round:before{content:"\e303"}.cf-icon-mail:before{content:"\e304"}.cf-icon-mail-round:before{content:"\e305"}.cf-icon-phone:before{content:"\e306"}.cf-icon-phone-round:before{content:"\e307"}.cf-icon-technology:before{content:"\e308"}.cf-icon-technology-round:before{content:"\e309"}.cf-icon-fax:before{content:"\e310"}.cf-icon-fax-round:before{content:"\e311"}.cf-icon-document:before{content:"\e400"}.cf-icon-document-round:before{content:"\e401"}.cf-icon-pdf:before{content:"\e402"}.cf-icon-pdf-round:before{content:"\e403"}.cf-icon-upload:before{content:"\e404"}.cf-icon-upload-round:before{content:"\e405"}.cf-icon-download:before{content:"\e406"}.cf-icon-download-round:before{content:"\e407"}.cf-icon-copy:before{content:"\e408"}.cf-icon-copy-round:before{content:"\e409"}.cf-icon-edit:before{content:"\e410"}.cf-icon-edit-round:before{content:"\e411"}.cf-icon-attach:before{content:"\e412"}.cf-icon-attach-round:before{content:"\e413"}.cf-icon-print:before{content:"\e414"}.cf-icon-print-round:before{content:"\e415"}.cf-icon-save:before{content:"\e416"}.cf-icon-save-round:before{content:"\e417"}.cf-icon-appendix:before{content:"\e418"}.cf-icon-appendix-round:before{content:"\e419"}.cf-icon-supplement:before{content:"\e420"}.cf-icon-supplement-round:before{content:"\e421"}.cf-icon-rss:before{content:"\e422"}.cf-icon-rss-round:before{content:"\e423"}.cf-icon-bank-account:before{content:"\e500"}.cf-icon-bank-account-round:before{content:"\e501"}.cf-icon-credit-card:before{content:"\e502"}.cf-icon-credit-card-round:before{content:"\e503"}.cf-icon-loan:before{content:"\e504"}.cf-icon-loan-round:before{content:"\e505"}.cf-icon-money-transfer:before{content:"\e506"}.cf-icon-money-transfer-round:before{content:"\e507"}.cf-icon-mortgage:before{content:"\e508"}.cf-icon-mortgage-round:before{content:"\e509"}.cf-icon-debt-collection:before{content:"\e510"}.cf-icon-debt-collection-round:before{content:"\e511"}.cf-icon-credit-report:before{content:"\e512"}.cf-icon-credit-report-round:before{content:"\e513"}.cf-icon-money:before{content:"\e514"}.cf-icon-money-round:before{content:"\e515"}.cf-icon-quick-cash:before{content:"\e516"}.cf-icon-quick-cash-round:before{content:"\e517"}.cf-icon-contract:before{content:"\e518"}.cf-icon-contract-round:before{content:"\e519"}.cf-icon-complaint:before{content:"\e520"}.cf-icon-complaint-round:before{content:"\e521"}.cf-icon-getting-credit-card:before{content:"\e522"}.cf-icon-getting-credit-card-round:before{content:"\e523"}.cf-icon-buying-car:before{content:"\e524"}.cf-icon-buying-car-round:before{content:"\e525"}.cf-icon-paying-college:before{content:"\e526"}.cf-icon-paying-college-round:before{content:"\e527"}.cf-icon-owning-home:before{content:"\e528"}.cf-icon-owning-home-round:before{content:"\e529"}.cf-icon-debt:before{content:"\e530"}.cf-icon-debt-round:before{content:"\e531"}.cf-icon-building-credit:before{content:"\e532"}.cf-icon-building-credit-round:before{content:"\e533"}.cf-icon-prepaid-cards:before{content:"\e534"}.cf-icon-prepaid-cards-round:before{content:"\e535"}.cf-icon-payday-loan:before{content:"\e536"}.cf-icon-payday-loan-round:before{content:"\e537"}.cf-icon-retirement:before{content:"\e538"}.cf-icon-retirement-round:before{content:"\e539"}.cf-icon-user:before{content:"\e600"}.cf-icon-user-round:before{content:"\e601"}.cf-icon-wifi:before{content:"\e602"}.cf-icon-wifi-round:before{content:"\e603"}.cf-icon-search:before{content:"\e604"}.cf-icon-search-round:before{content:"\e605"}.cf-icon-share:before{content:"\e606"}.cf-icon-share-round:before{content:"\e607"}.cf-icon-link:before{content:"\e608"}.cf-icon-link-round:before{content:"\e609"}.cf-icon-external-link:before{content:"\e610"}.cf-icon-external-link-round:before{content:"\e611"}.cf-icon-audio-mute:before{content:"\e612"}.cf-icon-audio-mute-round:before{content:"\e616"}.cf-icon-audio-low:before{content:"\e613"}.cf-icon-audio-low-round:before{content:"\e617"}.cf-icon-audio-medium:before{content:"\e614"}.cf-icon-audio-medium-round:before{content:"\e618"}.cf-icon-audio-max:before{content:"\e615"}.cf-icon-audio-max-round:before{content:"\e619"}.cf-icon-favorite:before{content:"\e620"}.cf-icon-favorite-round:before{content:"\e621"}.cf-icon-unfavorite:before{content:"\e622"}.cf-icon-unfavorite-round:before{content:"\e623"}.cf-icon-bookmark:before{content:"\e624"}.cf-icon-bookmark-round:before{content:"\e625"}.cf-icon-unbookmark:before{content:"\e626"}.cf-icon-unbookmark-round:before{content:"\e627"}.cf-icon-settings:before{content:"\e628"}.cf-icon-settings-round:before{content:"\e629"}.cf-icon-menu:before{content:"\e630"}.cf-icon-menu-round:before{content:"\e631"}.cf-icon-lock:before{content:"\e632"}.cf-icon-lock-round:before{content:"\e633"}.cf-icon-unlock:before{content:"\e634"}.cf-icon-unlock-round:before{content:"\e635"}.cf-icon-clock:before{content:"\e636"}.cf-icon-clock-round:before{content:"\e637"}.cf-icon-chart:before{content:"\e638"}.cf-icon-chart-round:before{content:"\e639"}.cf-icon-play:before{content:"\e640"}.cf-icon-play-round:before{content:"\e641"}.cf-icon-history:before{content:"\e642"}.cf-icon-history-round:before{content:"\e643"}.cf-icon-table-of-contents:before{content:"\e644"}.cf-icon-table-of-contents-round:before{content:"\e645"}.cf-icon-newspaper:before{content:"\e700"}.cf-icon-newspaper-round:before{content:"\e701"}.cf-icon-microphone:before{content:"\e702"}.cf-icon-microphone-round:before{content:"\e703"}.cf-icon-bullhorn:before{content:"\e704"}.cf-icon-bullhorn-round:before{content:"\e705"}.cf-icon-double-quote:before{content:"\e708"}.cf-icon-double-quote-round:before{content:"\e709"}.cf-icon-speech-bubble:before{content:"\e710"}.cf-icon-speech-bubble-round:before{content:"\e711"}.cf-icon-information:before{content:"\e712"}.cf-icon-information-round:before{content:"\e713"}.cf-icon-lightbulb:before{content:"\e714"}.cf-icon-lightbulb-round:before{content:"\e715"}.cf-icon-dialogue:before{content:"\e716"}.cf-icon-dialogue-round:before{content:"\e717"}.cf-icon-date:before{content:"\e718"}.cf-icon-date-round:before{content:"\e719"}.cf-icon-closing-quote:before{content:"\e720"}.cf-icon-closing-quote-round:before{content:"\e721"}.cf-icon-livestream:before{content:"\e722"}.cf-icon-livestream-round:before{content:"\e723"}.cf-icon-parents:before{content:"\e724"}.cf-icon-parents-round:before{content:"\e725"}.cf-icon-servicemembers:before{content:"\e726"}.cf-icon-servicemembers-round:before{content:"\e727"}.content-l{display:block;position:relative;margin-left:-15px;margin-right:-15px}.content-l__main .content-l_col.content-l_col-1-2{display:block;width:100%}.content-l__main .content-l_col.content-l_col-1-2.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-1-2.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-1-2.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-1-2{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-1-3{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-3.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-3{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-2-3{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-2-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-2-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-2-3.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-2-3{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-3-8{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-3-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-3-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-3-8.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-3-8{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-5-8{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-5-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-5-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-5-8.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-5-8{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-1-4{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-4.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-4{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-3-4{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-3-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-3-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-3-4.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-3-4{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-1-2{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-2.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-2.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-2.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-2{margin-top:1.875em}.content-l__large-gutters{margin-left:-30px;margin-right:-30px}.content-l__large-gutters>.content-l_col{border-left-width:30px;border-right-width:30px}.content-l_col-1{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content-l_col-1{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-2{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .content-l_col-1-2{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .content-l_col-1-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-2-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content-l_col-2-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-3-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:37.5%}.lt-ie8 .content-l_col-3-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-5-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:62.5%}.lt-ie8 .content-l_col-5-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .content-l_col-1-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-3-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .content-l_col-3-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col__before-divider.content-l_col-1-2{border-left-width:30px}.content-l_col__before-divider.content-l_col-1-2:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#BABBBD;margin-left:-30px}.content-l_col__before-divider.content-l_col-1-3{border-left-width:30px}.content-l_col__before-divider.content-l_col-1-3:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#BABBBD;margin-left:-30px}.content_bar{height:10px;background:#2CB34A}.content_line{height:1px;background:#BABBBD}.content_intro,.content_main,.content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content_intro,.lt-ie8 .content_main,.lt-ie8 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content_intro,.content_main,.content_sidebar{padding:3.75em 0}.content_intro{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content_intro{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__1-3 .content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%;padding-right:1.875em}.lt-ie8 .content__1-3 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__1-3 .content_main{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%;position:relative}.lt-ie8 .content__1-3 .content_main{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__1-3 .content_main:after{content:'';border-left:1px solid #BABBBD;position:absolute;top:3.75em;bottom:0;left:-1.875em}.content__2-1 .content_main{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content__2-1 .content_main{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__2-1 .content_main:after{right:-1.875em}.content__2-1 .content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%;padding-left:1.875em}.lt-ie8 .content__2-1 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__flush-bottom{padding-bottom:0}.block{margin-top:3.75em;margin-bottom:3.75em}.block__border-top{border-top:1px solid #BABBBD}.block__border-right{border-right:1px solid #3a8899}.block__border-bottom{border-bottom:1px solid #BABBBD}.block__border-left{border-left:1px solid #3a8899}.block__border{border:1px solid #3a8899}.block__flush-top{margin-top:0!important}.block__flush-top.block__border,.block__flush-top.block__border-top{border-top:none}.block__flush-bottom{margin-bottom:0!important}.block__flush-bottom.block__border,.block__flush-bottom.block__border-bottom{border-bottom:none}.block__flush-sides{margin-right:-30px;margin-left:-30px}.block__flush{margin-top:0!important;margin:-15px;margin-bottom:0!important}.block__flush.block__border,.block__flush.block__border-bottom,.block__flush.block__border-top{border-top:none;border-bottom:none}.block__flush{margin-right:-30px;margin-left:-30px}.block__bg{background:#F1F2F2;padding:2.8125em 1.875em}.block__padded-top{padding-top:1.875em;margin-top:1.875em}.block__padded-bottom{padding-bottom:1.875em;margin-bottom:1.875em}.block__sub{margin-top:1.875em;margin-bottom:1.875em}.content-l_col.block,.content-l_col.block__sub{margin-top:0}.content__bleedbar .content_main:after{content:none}.content__bleedbar{overflow:hidden}.content__bleedbar .content_sidebar{padding:3.75em 0 .9375em 1.875em;margin-left:0;position:relative;z-index:1;background:0 0}.lt-ie8 .content__bleedbar .content_sidebar{padding-right:30px;background:#F1F2F2}.content__bleedbar .content_wrapper{position:relative}.content__bleedbar .content_wrapper:after{content:'';display:block;width:9999px;border-left:1px solid #BABBBD;height:100%;position:absolute;top:0;z-index:0;margin-left:10px;background:#F1F2F2}.content__bleedbar.content__2-1 .content_wrapper:after{left:66.666666667%}.content__bleedbar.content__3-1 .content_wrapper:after{left:75%}.content_wrapper,.wrapper{max-width:1170px;padding-right:15px;padding-left:15px;margin:0 auto;clear:both}.content_wrapper__match-content,.wrapper__match-content{padding-left:30px;padding-right:30px;max-width:1170px}.lt-ie9 .content_wrapper,.lt-ie9 .wrapper{max-width:960px}.lt-ie9 body{min-width:800px}.grid_column__top-divider{margin-top:3.75em;border-left-width:15px}.grid_column__top-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.grid_column__left-divider{border-left-width:30px}.grid_column__left-divider:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#BABBBD;margin-left:-30px}.featured-content-module{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;position:relative;min-height:320px;background-color:#F1F2F2}.featured-content-module em,.featured-content-module i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .featured-content-module em,.lt-ie9 .featured-content-module i{font-style:normal!important}.featured-content-module b,.featured-content-module strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .featured-content-module b,.lt-ie9 .featured-content-module strong{font-weight:400!important}.featured-content-module_text{padding:1.875em;width:270px}.featured-content-module_visual{position:absolute;right:0;top:0;bottom:0;overflow:hidden;left:330px}.featured-content-module_img{display:block;height:100%;max-width:none;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.lt-ie9 .featured-content-module_img{left:-302.5px;margin-left:50%}.hero{background-color:#F1F2F2}.hero_wrapper{box-sizing:border-box;padding:2.8125em .9375em;width:100%;display:table;min-height:17.8125em}.lt-ie9 .hero_wrapper{min-height:initial}.hero_text{box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;width:58.33333333%;display:table-cell;vertical-align:middle}.lt-ie8 .hero_text{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.hero_heading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.44117647em;font-size:2.125em;line-height:1.25}.hero_heading em,.hero_heading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .hero_heading em,.lt-ie9 .hero_heading i{font-style:normal!important}.hero_heading b,.hero_heading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .hero_heading b,.lt-ie9 .hero_heading strong{font-weight:400!important}.hero_cta:not(.btn),.hero_subhead{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.375em;line-height:1.25;margin-bottom:1.36363636em}.hero_cta:not(.btn) em,.hero_cta:not(.btn) i,.hero_subhead em,.hero_subhead i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .hero_cta:not(.btn) em,.lt-ie9 .hero_cta:not(.btn) i,.lt-ie9 .hero_subhead em,.lt-ie9 .hero_subhead i{font-style:normal!important}.hero_cta:not(.btn) b,.hero_cta:not(.btn) strong,.hero_subhead b,.hero_subhead strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .hero_cta:not(.btn) b,.lt-ie9 .hero_cta:not(.btn) strong,.lt-ie9 .hero_subhead b,.lt-ie9 .hero_subhead strong{font-weight:400!important}.hero_cta,.hero_cta:not(.btn):last-child,.hero_subhead:last-child{margin-bottom:initial}.hero_image{min-height:12.1875em;background-position:center;background-repeat:no-repeat;background-size:contain;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;width:41.66666667%;display:table-cell;vertical-align:middle}.lt-ie8 .hero_image{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.pagination{display:block;position:relative}.pagination_next{position:absolute;top:0;right:0}.pagination_form{display:block;padding:.3125em .3125em .375em;background:#E3E4E5;color:#75787B;text-align:center}.pagination_label{display:inline-block;margin:0;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;vertical-align:middle}.lt-ie8 .pagination_label{display:inline}.lt-ie9 .pagination_label{font-weight:400!important}.pagination_current-page,input[type=number].pagination_current-page,input[type=text].pagination_current-page{display:inline-block;width:2.625em;margin:0 .25em;font-size:1em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:right;vertical-align:middle}.lt-ie8 .pagination_current-page,.lt-ie8 input[type=number].pagination_current-page,.lt-ie8 input[type=text].pagination_current-page{display:inline}.lt-ie9 .pagination_current-page,.lt-ie9 input[type=number].pagination_current-page,.lt-ie9 input[type=text].pagination_current-page{font-weight:400!important}.lt-ie8 .pagination_current-page,.lt-ie8 input[type=number].pagination_current-page,.lt-ie8 input[type=text].pagination_current-page{margin:0 4px}.pagination_submit.btn{display:inline-block;margin:0 0 0 .875em;font-size:1em;vertical-align:middle}.lt-ie8 .pagination_submit.btn{display:inline;padding-left:.875em;margin:0;border:none;text-decoration:underline}.pagination_form{margin:0;border-radius:.25em}.pagination_prev{position:absolute;top:0;left:0}.pagination_prev,.pagination_prev:link,.pagination_prev:visited{border-top-right-radius:0;border-bottom-right-radius:0}.pagination_next,.pagination_next:link,.pagination_next:visited{border-top-left-radius:0;border-bottom-left-radius:0}.table_cell__right-align{text-align:right}.table-wrapper__scrolling{box-sizing:border-box;overflow-y:hidden}.table-wrapper__scrolling table{border:1px solid #e4e2e0}.table-wrapper__scrolling table>tbody>tr:nth-child(even)>td,.table-wrapper__scrolling table>tbody>tr:nth-child(even)>th{background:#f1f1f1}.table__sortable button.sortable{width:100%;height:100%;padding:inherit;margin:inherit;border:none;background:0 0;font-family:inherit;font-weight:inherit;outline:0;text-align:left}.table__sortable .sortable:after{display:inline-block;position:relative;top:-1px;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAXUlEQVR4AWPABZw9/C4A8Qlscvg0LQXi/1A8k1hNjXBNCFxNSFMcXDEmjsOlyQakgAB2RNckD8S/idD4D4jVYZq4gfgJXJIwfgPEIiCNt0ECJOKXII13gPgTifgaAHk0kQqUakHYAAAAAElFTkSuQmCC);visibility:hidden}.table__sortable .sortable.sorted-down:after,.table__sortable .sortable.sorted-up:after,.table__sortable .sortable:hover:after{visibility:visible}.table__sortable .sortable.sorted-down:after,.table__sortable .sortable.sorted-up:hover:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.table__sortable .sortable.sorted-down:hover:after{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.table__striped>tbody>tr:nth-child(even)>td,.table__striped>tbody>tr:nth-child(even)>th{background:#f1f1f1}.pull-quote_body{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25;color:#101820}.pull-quote_body em,.pull-quote_body i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .pull-quote_body em,.lt-ie9 .pull-quote_body i{font-style:normal!important}.pull-quote_body b,.pull-quote_body strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .pull-quote_body b,.lt-ie9 .pull-quote_body strong{font-weight:400!important}.pull-quote_citation{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;color:#75787B}.lt-ie9 .pull-quote_citation{font-weight:400!important}.pull-quote__large .pull-qote_body{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.pull-quote__large .pull-qote_body em,.pull-quote__large .pull-qote_body i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .pull-quote__large .pull-qote_body em,.lt-ie9 .pull-quote__large .pull-qote_body i{font-style:normal!important}.pull-quote__large .pull-qote_body b,.pull-quote__large .pull-qote_body strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .pull-quote__large .pull-qote_body b,.lt-ie9 .pull-quote__large .pull-qote_body strong{font-weight:400!important}.micro-copy{color:#75787B;font-size:.875em;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.micro-copy em,.micro-copy i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .micro-copy em,.lt-ie9 .micro-copy i{font-style:normal!important}.micro-copy b,.micro-copy strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .micro-copy b,.lt-ie9 .micro-copy strong{font-weight:400!important}.micro-copy__large{font-size:1em}.short-desc{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.short-desc em,.short-desc i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .short-desc em,.lt-ie9 .short-desc i{font-style:normal!important}.short-desc b,.short-desc strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .short-desc b,.lt-ie9 .short-desc strong{font-weight:400!important}.short-desc__large{font-size:1.125em}.date{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;color:#75787B;white-space:nowrap}.lt-ie9 .date{font-weight:400!important}.category-slug{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25;display:inline-block;color:#101820}.lt-ie9 .category-slug{font-weight:400!important}a.category-slug{color:#101820;border-color:#101820}a.category-slug.visited,a.category-slug:visited{border-color:#101820;color:#101820}a.category-slug.focus,a.category-slug.hover,a.category-slug:focus,a.category-slug:hover{border-color:#7FB8E6;color:#7FB8E6}a.category-slug.active,a.category-slug:active{border-color:#101820;color:#101820}.category-slug_icon{margin-right:.11111111em}.header-slug{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:1.21428571em;border-top:1px solid #E3E4E5}.lt-ie9 .header-slug{font-weight:400!important}.header-slug_inner{display:inline-block;padding-top:.28571429em;margin-top:-3px;border-top:5px solid #2CB34A}.padded-header{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;padding:.57142857em .71428571em;margin-bottom:0;border-bottom:1px solid #BABBBD;background:#F1F2F2;color:#43484E}.lt-ie9 .padded-header{font-weight:400!important}.fancy-slug{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;text-transform:uppercase;position:relative;height:1.14285714em;padding:0 1.21428571em;margin-top:1.14285714em;margin-bottom:.57142857em;border-top:1px solid #BABBBD;line-height:1;text-align:center}.lt-ie9 .fancy-slug{font-weight:400!important}.fancy-slug_text{display:inline-block;position:relative;top:-1.14285714em;padding:.57142857em 1.42857143em;border:1px solid #BABBBD;background:#FFF}.fancy-slug_ribbon-left,.fancy-slug_ribbon-right{display:block;position:absolute;top:-1px;width:1.21428571em;height:100%;border-top:1px solid #BABBBD;border-bottom:1px solid #BABBBD}.lt-ie9 .fancy-slug_ribbon-left,.lt-ie9 .fancy-slug_ribbon-right{display:none}.fancy-slug_ribbon-left:after,.fancy-slug_ribbon-left:before,.fancy-slug_ribbon-right:after,.fancy-slug_ribbon-right:before{display:block;content:"";position:absolute;z-index:3;width:1.21428571em;height:50%;background:#FFF;border:0 solid #BABBBD}.fancy-slug_ribbon-left{left:-1.21428571em}.fancy-slug_ribbon-left:before{top:0;border-left-width:1px;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:skewX(33deg);transform:skewX(33deg)}.fancy-slug_ribbon-left:after{bottom:0;border-left-width:1px;-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:skewX(-33deg);transform:skewX(-33deg)}.fancy-slug_ribbon-right{right:-1.21428571em}.fancy-slug_ribbon-right:before{top:0;right:0;border-right-width:1px;-webkit-transform-origin:100% 0;transform-origin:100% 0;-webkit-transform:skewX(-33deg);transform:skewX(-33deg)}.fancy-slug_ribbon-right:after{right:0;bottom:0;border-right-width:1px;-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transform:skewX(33deg);transform:skewX(33deg)}.meta-header{padding-bottom:.5em;margin-bottom:.625em;border-bottom:1px solid #BABBBD}.meta-header_left{margin-bottom:0}.meta-header_right{margin-bottom:0;float:right;display:inline-block}.icon-link{border-bottom-width:0;position:relative}.icon-link_text{border-bottom-width:1px;border-bottom-style:inherit}.icon-link:after,.icon-link:before{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;margin-right:1px;margin-left:1px}.icon-link__download.icon-link__before:before,.icon-link__download:after{content:"\e406"}.icon-link__email.icon-link__before:before,.icon-link__email:after{content:"\e302"}.icon-link__external-link.icon-link__before:before,.icon-link__external-link:after{content:"\e610"}.icon-link__fax.icon-link__before:before,.icon-link__fax:after{content:"\e310"}.icon-link__left.icon-link__before:before,.icon-link__left:after{content:"\e000"}.icon-link__mail.icon-link__before:before,.icon-link__mail:after{content:"\e304"}.icon-link__pdf.icon-link__before:before,.icon-link__pdf:after{content:"\e402"}.icon-link__phone.icon-link__before:before,.icon-link__phone:after{content:"\e306"}.icon-link__right.icon-link__before:before,.icon-link__right:after{content:"\e002"}.icon-link__before:after{content:''}.icon-link__no-wrap{white-space:nowrap}.styled-link{border-bottom-width:1px;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em}.lt-ie9 .styled-link{font-weight:400!important}.jump-link{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;border-bottom-width:0;position:relative}.lt-ie9 .jump-link{font-weight:400!important}.jump-link_text{border-bottom-width:1px;border-bottom-style:inherit}.jump-link:after,.jump-link:before{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;margin-right:1px;margin-left:1px}.jump-link__download.jump-link__before:before,.jump-link__download:after{content:"\e406"}.jump-link__email.jump-link__before:before,.jump-link__email:after{content:"\e302"}.jump-link__external-link.jump-link__before:before,.jump-link__external-link:after{content:"\e610"}.jump-link__fax.jump-link__before:before,.jump-link__fax:after{content:"\e310"}.jump-link__left.jump-link__before:before,.jump-link__left:after{content:"\e000"}.jump-link__mail.jump-link__before:before,.jump-link__mail:after{content:"\e304"}.jump-link__pdf.jump-link__before:before,.jump-link__pdf:after{content:"\e402"}.jump-link__phone.jump-link__before:before,.jump-link__phone:after{content:"\e306"}.jump-link__right.jump-link__before:before,.jump-link__right:after{content:"\e002"}.jump-link__before:after{content:''}.jump-link__no-wrap{white-space:nowrap}.jump-link__large{font-size:1.125em}.block-link{box-sizing:border-box;display:block;padding:.625em 1.25em .625em 0;border:dotted #0072CE;border-width:1px 0;margin-right:0;width:100%;text-align:left}.list__unstyled{padding-left:0;list-style-type:none}.list__unstyled .list_item{margin-left:0}.list__spaced .list_item+.list_item,.list_item__spaced{margin-top:1.5em}.list__horizontal{padding-left:0}.list__horizontal .list_item{display:inline-block}.lt-ie8 .list__horizontal .list_item{display:inline}.list__horizontal .list_item{margin-right:.25em;margin-left:0}.list__icons{padding-left:0;list-style-type:none}.list__icons .list_item{margin-left:0}.list__icons .list_icon{width:1.5em;text-align:center}.list__links{padding-left:0;list-style-type:none}.list__links .list_item{margin-left:0;margin-bottom:.625em}.list__links.list__spaced .list_item+.list_item{margin-top:0}.list__links.list__icons .list_link{position:relative;left:-.125em}.list__links.list__icons .icon-link:after,.list__links.list__icons .icon-link:before{width:1.125em;text-align:center}@font-face{font-family:AvenirNextLTW01-Regular;src:url(//fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:400}@font-face{font-family:AvenirNextLTW01-Regular;src:url(//fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/1e9892c0-6927-4412-9874-1b82801ba47a.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/52a192b1-bea5-4b48-879f-107f009b666f.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#52a192b1-bea5-4b48-879f-107f009b666f) format("svg");font-style:normal;font-weight:400}@font-face{font-family:AvenirNextLTW01-Italic;src:url(//fast.fonts.net/dv2/2/d1fddef1-d940-4904-8f6c-17e809462301.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:italic;font-weight:400}@font-face{font-family:AvenirNextLTW01-Italic;src:url(//fast.fonts.net/dv2/2/d1fddef1-d940-4904-8f6c-17e809462301.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585) format("svg");font-style:italic;font-weight:400}@font-face{font-family:AvenirNextLTW01-Medium;src:url(//fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:500}@font-face{font-family:AvenirNextLTW01-Medium;src:url(//fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/f26faddb-86cc-4477-a253-1e1287684336.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#a89d6ad1-a04f-4a8f-b140-e55478dbea80) format("svg");font-style:normal;font-weight:500}@font-face{font-family:AvenirNextLTW01-Demi;src:url(//fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:700}@font-face{font-family:AvenirNextLTW01-Demi;src:url(//fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/99affa9a-a5e9-4559-bd07-20cf0071852d.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#99affa9a-a5e9-4559-bd07-20cf0071852d) format("svg");font-style:normal;font-weight:700}.header{border-bottom:4px solid #2CB34A;width:100%}.header .site-title .title-link{color:#919395}.header .site-title .title-link .site-org{color:#75787B;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .header .site-title .title-link .site-org{font-weight:400!important}.header .site-title .title-link:visited{color:#919395}.header{padding:2em 0 0}.header .site-title{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%;text-align:left}.lt-ie8 .header .site-title{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.header .site-title h1{font-size:1.625em}.header .site-logo{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%;text-align:right}.lt-ie8 .header .site-logo{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.header .site-logo .logo{display:inline}.main-nav{margin:0 0 .5em;padding:0}.main-nav li{display:inline-block;margin:0 1em .5em;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;list-style:none}.lt-ie9 .main-nav li{font-weight:400!important}.main-nav a{display:block;padding:.125em 0}.main-nav a:link,.main-nav a:visited{color:#75787B}.main-nav a:focus,.main-nav a:hover{border-bottom:4px solid #DBEDD4;color:#43484E}.main-nav a:active,.main-nav-active a:active,.main-nav-active a:focus,.main-nav-active a:hover,.main-nav-active a:link,.main-nav-active a:visited{border-bottom:4px solid #ADDC91;color:#101820}.main-nav{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%;margin-bottom:0;text-align:left}.lt-ie8 .main-nav{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.main-nav li{margin-right:0;margin-bottom:0;margin-left:2em}.main-nav li:first-child{margin-left:0}.main-nav a{padding-top:0;padding-bottom:1em;border-bottom:none}.main-nav a:active,.main-nav a:hover,.main-nav-active a:active,.main-nav-active a:focus,.main-nav-active a:hover,.main-nav-active a:link,.main-nav-active a:visited{margin-bottom:-4px}.main-nav li{font-size:1.125em}.content{margin-top:0;padding:2em 0}.content .content-25,.content .content-33,.content .content-50,.content .content-67,.content .content-75{padding-bottom:1em;padding-top:1em}figure{margin-left:0;margin-right:0}.warning{color:#D12124}.content{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%;overflow:hidden}.lt-ie8 .content{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-25{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .content .content-25{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-75{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .content .content-75{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-33{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .content .content-33{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-67{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content .content-67{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-50{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .content .content-50{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-first{border-left:0}.content .content-last{border-right:0}.content .content-row-rule{border-bottom:1px solid #E3E4E5;margin-bottom:1em}.content h1{margin-bottom:.882em}.content h3{margin-bottom:.682em}.content h4{margin-bottom:.833em}.content h5{margin-bottom:1.071em}.content h6{margin-bottom:1.25em}.content p,.content ul li{max-width:35em}.content code{background-color:#F1F2F2;border:1px solid #E3E4E5;border-radius:.25em;overflow-x:auto;padding:.125em .25em;white-space:nowrap;font-size:.75em;line-height:1.375;margin-bottom:1.375em;font-family:Monaco,Menlo,Consolas,"Courier New",monospace}.homepage{width:100%}.homepage img{width:200px}.content h2{border-bottom:1px solid #E3E4E5;padding-bottom:15px;margin-top:20px;margin-bottom:20px!important}.content h2:after{content:"";display:table;clear:both}.lt-ie8 .content h2{zoom:1}.content hr{display:block;height:1px;border:0;border-top:1px solid #E3E4E5;margin:1.25em 0;padding:0}.content img+hr{margin:1em 0 1.25em}.content ul.toc{list-style:none;border-bottom:1px solid #CCE3F5;padding:0 0 1.25em;margin:0 0 1.875em}.content ul.toc:after{content:"";display:table;clear:both}.lt-ie8 .content ul.toc{zoom:1}.content .toc li{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:1.125em;display:block;float:left;position:relative}.lt-ie9 .content .toc li{font-weight:400!important}.content .toc li a{text-decoration:none;border-bottom:none;padding:0 1em 0 0}.content .toc li a:visited{color:#0072CE}.content .toc li a:hover{border-bottom:none;color:#7FB8E6}.content .lead-in{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125em}.content .lead-in em,.content .lead-in i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .content .lead-in em,.lt-ie9 .content .lead-in i{font-style:normal!important}.content .lead-in b,.content .lead-in strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .content .lead-in b,.lt-ie9 .content .lead-in strong{font-weight:400!important}.content ol,.content ul{padding-left:1.5em}.content ul{list-style-type:square}.content li ol,.content li ul{margin:0 1.375em}.content dl dd{margin-left:1.375em}.content dt{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .content dt{font-weight:400!important}.swatch{margin-left:0}.swatch_field{height:5em}.swatch__primary .swatch_field{height:10em}.swatch_head{margin:.25em 0}.swatch_table{width:100%}.swatch td,.swatch th{padding:0;vertical-align:top;background:0 0!important}.swatch th{padding-right:.25em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:left}.lt-ie9 .swatch th{font-weight:400!important}.swatches{display:block;position:relative;margin-left:-15px;margin-right:-15px}.swatch{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .swatch{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.swatch_field__dark-redorange{background:#9C301B}.swatch_field__teal-20{background:#CCDFDF}.swatch_field__teal-50{background:#7FAEAE}.swatch_field__teal-80{background:#337E7D}.swatch_field__teal{background:#005E5D}.swatch_field__pacific-20{background:#CCE3F5}.swatch_field__pacific-50{background:#7FB8E6}.swatch_field__pacific-80{background:#328ED8}.swatch_field__pacific{background:#0072CE}.swatch_field__navy-20{background:#CCD5E3}.swatch_field__navy-50{background:#7F96B8}.swatch_field__navy-80{background:#33578E}.swatch_field__navy{background:#002D72}.swatch_field__neutral-20{background:#E4E2E0}.swatch_field__neutral-50{background:#BCB6B2}.swatch_field__neutral-80{background:#948B84}.swatch_field__neutral{background:#796E65}.swatch_field__gold-20{background:#FFECD1}.swatch_field__gold-50{background:#FFCE8D}.swatch_field__gold-80{background:#FFB149}.swatch_field__gold{background:#FF9E1B}.swatch_field__redorange-20{background:#F6D9D3}.swatch_field__redorange-50{background:#E8A091}.swatch_field__redorange-80{background:#DA6750}.swatch_field__redorange{background:#D12124}.swatch_field__gray-5{background:#F8F8F8}.swatch_field__gray-10{background:#F1F2F2}.swatch_field__gray-20{background:#E3E4E5}.swatch_field__gray-50{background:#BABBBD}.swatch_field__gray-80{background:#919395}.swatch_field__gray{background:#75787B}.swatch_field__darkgray{background:#43484E}.swatch_field__black{background:#101820}.swatch_field__green-tint{background:#DBEDD4}.swatch_field__green-midtone{background:#ADDC91}.swatch_field__green{background:#2CB34A}[class^=type-color-combo]{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;padding:.5em 1em;list-style:none}.lt-ie9 [class^=type-color-combo]{font-weight:400!important}.h1+[class^=type-color-combo],.h2+[class^=type-color-combo],.h3+[class^=type-color-combo],.h4+[class^=type-color-combo],.h6+[class^=type-color-combo],blockquote+[class^=type-color-combo],dl+[class^=type-color-combo],figure+[class^=type-color-combo],h1+[class^=type-color-combo],h2+[class^=type-color-combo],h3+[class^=type-color-combo],h4+[class^=type-color-combo],h6+[class^=type-color-combo],img+[class^=type-color-combo],ol+[class^=type-color-combo],p+[class^=type-color-combo],table+[class^=type-color-combo],ul+[class^=type-color-combo]{margin-top:2.14285714em}.type-color-combo__black-on-white{border:1px solid #E3E4E5}.type-color-combo__darkgray-on-white{border:1px solid #E3E4E5;color:#43484E}.type-color-combo__white-on-black{background:#101820;color:#FFF}.type-color-combo__white-on-darkgray{background:#43484E;color:#FFF}.type-color-combo__black-on-gray10{background:#F1F2F2}.type-color-combo__black-on-gray5{background:#F8F8F8}.type-color-combo__pacific-on-gray5{background:#F8F8F8;color:#0072CE}.type-color-combo__black-on-greenmid{background:#ADDC91}.type-color-combo__black-on-greentint{background:#DBEDD4}.type-color-combo__white-on-gray{background:#75787B;color:#FFF}.type-color-combo__black-on-gray{background:#75787B}.type-color-combo__gray-on-white{border:1px solid #E3E4E5;color:#75787B}.type-color-combo__white-on-green{background:#2CB34A;color:#FFF}.type-color-combo__green-on-white{border:1px solid #DBEDD4;color:#2CB34A}.type-color-combo__black-on-green{background:#2CB34A;color:#101820}.type-color-combo__green-on-black{background:#101820;color:#2CB34A}#isocon-assets img{height:80%;width:80%}.minicon-scale-table td,.minicon-scale-table th{padding:0 5px;border-left:1px solid #F1F2F2;background:0 0!important;color:#101820!important;text-align:center}.minicon-scale-table td:first-child,.minicon-scale-table th:first-child{border:none}.minicon-scale-table th{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em}.lt-ie9 .minicon-scale-table th{font-weight:400!important}.minicon-scale-table .cf-icon{display:block;margin:20px 20px 0}.minicon-asset-lib h3{margin-top:1.5em}.minicon-asset-lib .minicon-assets-div{display:inline-block;box-sizing:border-box;width:6em;text-align:center;border-right:1px solid #F1F2F2}.minicon-asset-lib .minicon-assets-div:last-child{border-right:none}.minicon-asset-lib .minicon-assets-div h6{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;line-height:1.325em;text-transform:capitalize;letter-spacing:0;margin-bottom:1.5em}.lt-ie9 .minicon-asset-lib .minicon-assets-div h6{font-weight:400!important}.minicon-asset-lib .minicon-assets-div .cf-icon{font-size:40px;display:block;margin:.75em 0}.minicon-scale-48pt{font-size:48pt}.minicon-scale-36pt{font-size:36pt}.minicon-scale-28pt{font-size:28pt}.minicon-scale-21pt{font-size:21pt}.minicon-scale-14pt{font-size:14pt}.minicon-scale-40px{font-size:40px}.minicon-scale-30px{font-size:30px}.minicon-scale-25px{font-size:25px}.minicon-scale-20px{font-size:20px}.minicon-scale-16px{font-size:16px}.abc p{font-size:1.125em;letter-spacing:3px;margin-bottom:.5em}.demi-ex p{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .demi-ex p{font-weight:400!important}.medium-ex p{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .medium-ex p{font-weight:400!important}.regular-ex p{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.regular-ex p em,.regular-ex p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .regular-ex p em,.lt-ie9 .regular-ex p i{font-style:normal!important}.regular-ex p b,.regular-ex p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .regular-ex p b,.lt-ie9 .regular-ex p strong{font-weight:400!important}.georgia-ex{font-family:Georgia,"Times New Roman",serif}#print-hierarchy-ex .superheading{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:60pt;line-height:66pt}.lt-ie9 #print-hierarchy-ex .superheading{font-weight:400!important}#print-hierarchy-ex h1{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:38pt;line-height:40pt}#print-hierarchy-ex h1 em,#print-hierarchy-ex h1 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 #print-hierarchy-ex h1 em,.lt-ie9 #print-hierarchy-ex h1 i{font-style:normal!important}#print-hierarchy-ex h1 b,#print-hierarchy-ex h1 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 #print-hierarchy-ex h1 b,.lt-ie9 #print-hierarchy-ex h1 strong{font-weight:400!important}#print-hierarchy-ex h2.h2-print-ex{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;border-bottom:none;margin-top:0;font-size:26pt;line-height:28pt}#print-hierarchy-ex h2.h2-print-ex em,#print-hierarchy-ex h2.h2-print-ex i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 #print-hierarchy-ex h2.h2-print-ex em,.lt-ie9 #print-hierarchy-ex h2.h2-print-ex i{font-style:normal!important}#print-hierarchy-ex h2.h2-print-ex b,#print-hierarchy-ex h2.h2-print-ex strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 #print-hierarchy-ex h2.h2-print-ex b,.lt-ie9 #print-hierarchy-ex h2.h2-print-ex strong{font-weight:400!important}#print-hierarchy-ex h3.h3-print-ex{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:16pt;line-height:18pt}.lt-ie9 #print-hierarchy-ex h3.h3-print-ex{font-weight:400!important}#print-hierarchy-ex h4.h4-print-ex{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:14pt;line-height:16pt}.lt-ie9 #print-hierarchy-ex h4.h4-print-ex{font-weight:400!important}#print-hierarchy-ex h5{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:10pt;line-height:12pt;letter-spacing:1pt;text-transform:uppercase}.lt-ie9 #print-hierarchy-ex h5{font-weight:400!important}#print-hierarchy-ex h6{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:12pt;line-height:14pt;letter-spacing:0;text-transform:none}.lt-ie9 #print-hierarchy-ex h6{font-weight:400!important}p.print-subheading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:16pt;line-height:20pt}p.print-subheading em,p.print-subheading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 p.print-subheading em,.lt-ie9 p.print-subheading i{font-style:normal!important}p.print-subheading b,p.print-subheading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 p.print-subheading b,.lt-ie9 p.print-subheading strong{font-weight:400!important}p.print-avenir-para{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:11pt;line-height:16pt}p.print-avenir-para em,p.print-avenir-para i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 p.print-avenir-para em,.lt-ie9 p.print-avenir-para i{font-style:normal!important}p.print-avenir-para b,p.print-avenir-para strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 p.print-avenir-para b,.lt-ie9 p.print-avenir-para strong{font-weight:400!important}p.print-georgia-para{font-size:11pt;line-height:16pt}.print-ul ul li p{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:11pt;line-height:14pt;margin-bottom:1em}.print-ul ul li p em,.print-ul ul li p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .print-ul ul li p em,.lt-ie9 .print-ul ul li p i{font-style:normal!important}.print-ul ul li p b,.print-ul ul li p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .print-ul ul li p b,.lt-ie9 .print-ul ul li p strong{font-weight:400!important}.repo-list-header{margin-bottom:.75em}.content .repo-list{padding-left:0}.repo-list li{list-style:none;display:block;box-sizing:border-box;float:left;background-color:#E7E7E6;border-left:1px solid #BABBBD;padding:.75em 1em}.repo-list li:first-child{text-align:center;border-left:none;line-height:75px;padding:0 .75em}.repo-list .cf-icon{font-size:30px;color:#75787B}.repo-list a:link,.repo-list a:visited{display:block;border-width:0;background-color:#E7E7E6}.repo-list h4{margin-bottom:.125em}.repo-list p{margin:0;font-size:.875em;color:#75787B;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.repo-list p em,.repo-list p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .repo-list p em,.lt-ie9 .repo-list p i{font-style:normal!important}.repo-list p b,.repo-list p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .repo-list p b,.lt-ie9 .repo-list p strong{font-weight:400!important}.repo-list li{height:6em;max-height:6em;width:75%}.repo-list li:first-child{width:25%}.repo-list a:link,.repo-list a:visited{max-height:6em}h2 span.cf-code-link{float:right;font-size:.625em;padding-top:.7em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 h2 span.cf-code-link{font-weight:400!important}ul.list_links-minicons{padding-left:0;list-style:none}ul.list_links-minicons li{margin:.5em 0}.nav-link-ex ul.toc{border-bottom:none}.link-with-icon{display:inline-block;position:relative}.link-with-icon>.cf-icon{padding-left:.375em;position:absolute;top:.1875em;left:100%}.link-with-icon__left{margin-left:1.25em}.link-with-icon__left>[class^=fa]{left:-1.5em}.grid-demo{max-width:1170px;padding-right:15px;padding-left:15px;margin:20px auto 40px;clear:both}.grid-demo section{display:block;position:relative;margin-left:-15px;margin-right:-15px}.grid-demo .col{margin-bottom:10px;border-left-color:#2cb34a;border-right-color:#2cb34a;background-color:#dbedd4}.grid-demo .col:after,.grid-demo .col:before{content:"";display:block;width:100%;height:7.5px;background-color:#addc91}.grid-demo .col:before{margin-bottom:7.5px}.grid-demo .col:after{margin-top:7.5px}.grid-demo p{max-width:none;text-align:center;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-top:1.125em}.grid-demo p em,.grid-demo p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .grid-demo p em,.lt-ie9 .grid-demo p i{font-style:normal!important}.grid-demo p b,.grid-demo p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .grid-demo p b,.lt-ie9 .grid-demo p strong{font-weight:400!important}.col-12{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .col-12{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-11{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:91.66666667%}.lt-ie8 .col-11{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-10{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:83.33333333%}.lt-ie8 .col-10{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-9{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .col-9{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .col-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-7{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:58.33333333%}.lt-ie8 .col-7{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-6{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .col-6{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-5{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:41.66666667%}.lt-ie8 .col-5{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .col-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .col-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-2{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:16.66666667%}.lt-ie8 .col-2{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-1{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:8.33333333%}.lt-ie8 .col-1{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.secondary-nav{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.secondary-nav em,.secondary-nav i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .secondary-nav em,.lt-ie9 .secondary-nav i{font-style:normal!important}.secondary-nav b,.secondary-nav strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .secondary-nav b,.lt-ie9 .secondary-nav strong{font-weight:400!important}.secondary-nav a{display:block;padding:10px}.secondary-nav a,.secondary-nav a:link,.secondary-nav a:visited{border-bottom:none;color:#101820}.secondary-nav .secondary-nav-active>a,.secondary-nav a:focus,.secondary-nav a:hover{border-left:4px solid #2CB34A;margin-left:-4px;color:#101820}.secondary-nav a:active{background-color:#F8F8F8;color:#101820}.secondary-nav ul{margin:0;padding:0}.secondary-nav li{list-style:none;border-bottom:1px solid #BABBBD;font-size:1.125em;padding-left:4px}.secondary-nav li:last-child{border-bottom:none}.sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%;padding-bottom:2em;padding-top:2em}.lt-ie8 .sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.body-wrapper{display:table;height:100%;width:100%}.footer{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;display:table-row;height:1px;padding:2em 0;border-top:2px solid #BABBBD;background:#F1F2F2;width:100%}.footer em,.footer i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .footer em,.lt-ie9 .footer i{font-style:normal!important}.footer b,.footer strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .footer b,.lt-ie9 .footer strong{font-weight:400!important}.footer h4{margin-top:0;font-size:16px;line-height:1.5em;text-transform:uppercase}.footer p{max-width:45em;font-size:.875em;line-height:1.42857142857143}.footer a,.footer a:link,.footer a:visited{border-bottom:1px dotted}.footer a:hover{border-bottom:1px dotted #0072CE}.footer .footer-container{padding-top:2em;padding-bottom:2em}.footer .footer-links ul{list-style:none;padding-left:0;margin-top:0}.footer p{margin:.75em 0}.footer .footer-links li,.footer .footer-links ul{margin-left:0}.footer-links{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .footer-links{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.footer-oss{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:41.66666667%}.lt-ie8 .footer-oss{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.footer-standards{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .footer-standards{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.highlight .hll{background-color:#ffc}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d01040}.highlight .na{color:teal}.highlight .nb{color:#0086B3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .s2,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d01040}.highlight .sr{color:#009926}.highlight .s1{color:#d01040}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc,.highlight .vg,.highlight .vi{color:teal}.highlight .il{color:#099}@media print{*{background:0 0!important;color:#000!important;text-shadow:none!important;-webkit-filter:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{color:#444!important;text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}pre{padding:1.375em 1em;white-space:pre;white-space:pre-wrap;word-wrap:break-word}code,kbd,pre,samp{font-family:Consolas,Menlo,Monaco,Courier,monospace;margin-bottom:1.375em}.u-visually-hidden.focusable:active,.u-visually-hidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}body,html{height:100%;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility;word-wrap:break-word;overflow-wrap:break-word}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.cf{zoom:1} \ No newline at end of file +/*! normalize.css v2.1.3 | MIT License | git.io/normalize */@import url(//fast.fonts.net/t/1.css?apiType=css&projectid=44e8c964-4684-44c6-a6e3-3f3da8787b50);article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto}table{border-collapse:collapse;border-spacing:0}/*! normalize-legacy-addon | MIT License | https://github.com/cfpb/normalize-legacy-addon */html{font-size:100%}button,html,input,select,textarea{font-family:sans-serif}h1{margin:.67em 0}h2{margin:.83em 0}h3{margin:1em 0}h4{margin:1.33em 0}h5{margin:1.67em 0}h6{margin:2.33em 0}blockquote{margin:1em 40px}p,pre{margin:1em 0}q{quotes:none}q:after,q:before{content:'';content:none}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none}img{-ms-interpolation-mode:bicubic}form{margin:0}legend{border:0;white-space:normal}button,input,select,textarea{vertical-align:baseline}.no-js .u-js-only{display:none!important}.u-clearfix:after{content:"";display:table;clear:both}.lt-ie8 .u-clearfix{zoom:1}.u-visually-hidden{position:absolute;width:1px;height:1px;border:0;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0)}.u-inline-block{display:inline-block}.lt-ie8 .u-inline-block{display:inline}.u-right{float:right}.u-break-word{word-break:break-all}.u-flexible-container{position:relative;padding-bottom:56.25%;height:0}.u-flexible-container_inner{position:absolute;top:0;left:0;width:100%;height:100%}.u-flexible-container__4-3{position:relative;padding-bottom:75%;height:0}.u-mt0{margin-top:0!important}.u-mb0{margin-bottom:0!important}.u-mt5{margin-top:5px!important}.u-mb5{margin-bottom:5px!important}.u-mt10{margin-top:10px!important}.u-mb10{margin-bottom:10px!important}.u-mt15{margin-top:15px!important}.u-mb15{margin-bottom:15px!important}.u-mt20{margin-top:20px!important}.u-mb20{margin-bottom:20px!important}.u-mt30{margin-top:30px!important}.u-mb30{margin-bottom:30px!important}.u-mt45{margin-top:45px!important}.u-mb45{margin-bottom:45px!important}.u-mt60{margin-top:60px!important}.u-mb60{margin-bottom:60px!important}.u-w100pct{width:100%}.u-w90pct{width:90%}.u-w80pct{width:80%}.u-w70pct{width:70%}.u-w60pct{width:60%}.u-w50pct{width:50%}.u-w40pct{width:40%}.u-w30pct{width:30%}.u-w20pct{width:20%}.u-w10pct{width:10%}.u-w75pct{width:75%}.u-w25pct{width:25%}.u-w66pct{width:66.66666667%}.u-w33pct{width:33.33333333%}.u-show-on-mobile{display:none}.u-small-text,small{font-size:.875em}body{color:#101820;font-family:Georgia,"Times New Roman",serif;font-size:100%;line-height:1.375}h1,h2,h3,h4,h5,h6{margin-top:0}.h1,h1{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.44117647em;font-size:2.125em;line-height:1.25}.h1 em,.h1 i,h1 em,h1 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h1 em,.lt-ie9 .h1 i,.lt-ie9 h1 em,.lt-ie9 h1 i{font-style:normal!important}.h1 b,.h1 strong,h1 b,h1 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h1 b,.lt-ie9 .h1 strong,.lt-ie9 h1 b,.lt-ie9 h1 strong{font-weight:400!important}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.76470588em}.h2,h2{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.h2 em,.h2 i,h2 em,h2 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h2 em,.lt-ie9 .h2 i,.lt-ie9 h2 em,.lt-ie9 h2 i{font-style:normal!important}.h2 b,.h2 strong,h2 b,h2 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h2 b,.lt-ie9 .h2 strong,.lt-ie9 h2 b,.lt-ie9 h2 strong{font-weight:400!important}blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.73076923em}.h1+.h2,.h1+h2,.h3+.h2,.h3+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,h1+.h2,h1+h2,h3+.h2,h3+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2{margin-top:1.15384615em}.h3,h3{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25}.h3 em,.h3 i,h3 em,h3 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h3 em,.lt-ie9 .h3 i,.lt-ie9 h3 em,.lt-ie9 h3 i{font-style:normal!important}.h3 b,.h3 strong,h3 b,h3 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h3 b,.lt-ie9 .h3 strong,.lt-ie9 h3 b,.lt-ie9 h3 strong{font-weight:400!important}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h4+.h3,.h4+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h4+.h3,h4+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.36363636em}.h4,h4{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25}.lt-ie9 .h4,.lt-ie9 h4{font-weight:400!important}.h1+.h4,.h1+h4,.h2+.h4,.h2+h4,.h3+.h4,.h3+h4,.h5+.h4,.h5+h4,.h6+.h4,.h6+h4,blockquote+.h4,blockquote+h4,dl+.h4,dl+h4,figure+.h4,figure+h4,h1+.h4,h1+h4,h2+.h4,h2+h4,h3+.h4,h3+h4,h5+.h4,h5+h4,h6+.h4,h6+h4,img+.h4,img+h4,ol+.h4,ol+h4,p+.h4,p+h4,table+.h4,table+h4,ul+.h4,ul+h4{margin-top:1.66666667em}.h5,h5{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 .h5,.lt-ie9 h5{font-weight:400!important}.h1+.h5,.h1+h5,.h2+.h5,.h2+h5,.h3+.h5,.h3+h5,.h4+.h5,.h4+h5,.h6+.h5,.h6+h5,blockquote+.h5,blockquote+h5,dl+.h5,dl+h5,figure+.h5,figure+h5,h1+.h5,h1+h5,h2+.h5,h2+h5,h3+.h5,h3+h5,h4+.h5,h4+h5,h6+.h5,h6+h5,img+.h5,img+h5,ol+.h5,ol+h5,p+.h5,p+h5,table+.h5,table+h5,ul+.h5,ul+h5{margin-top:2.14285714em}.h6,h6{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.25em;font-size:.75em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 .h6,.lt-ie9 h6{font-weight:400!important}.h1+.h6,.h1+h6,.h2+.h6,.h2+h6,.h3+.h6,.h3+h6,.h4+.h6,.h4+h6,.h5+.h6,.h5+h6,blockquote+.h6,blockquote+h6,dl+.h6,dl+h6,figure+.h6,figure+h6,h1+.h6,h1+h6,h2+.h6,h2+h6,h3+.h6,h3+h6,h4+.h6,h4+h6,h5+.h6,h5+h6,img+.h6,img+h6,ol+.h6,ol+h6,p+.h6,p+h6,table+.h6,table+h6,ul+.h6,ul+h6{margin-top:2.5em}.lead-paragraph,.subheader{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.375em;line-height:1.25;margin-top:1.36363636em;margin-bottom:.83333333em}.lead-paragraph em,.lead-paragraph i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .lead-paragraph em,.lt-ie9 .lead-paragraph i{font-style:normal!important}.lead-paragraph b,.lead-paragraph strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .lead-paragraph b,.lt-ie9 .lead-paragraph strong{font-weight:400!important}.superheader,.superheading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.41666667em;font-size:3em;line-height:1.25}.superheading em,.superheading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .superheading em,.lt-ie9 .superheading i{font-style:normal!important}.superheading b,.superheading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .superheading b,.lt-ie9 .superheading strong{font-weight:400!important}blockquote,dl,figure,ol,p,table,ul{margin-top:0;margin-bottom:.9375em}p+ol,p+ul{margin-top:-.3125em}li{margin-bottom:.5em}li:last-child,nav li{margin-bottom:0}a{border-width:0;border-style:dotted;border-color:#0072CE;color:#0072CE;text-decoration:none}a.visited,a:visited{border-color:#005E5D;color:#005E5D}a.hover,a:hover{border-style:solid;border-color:#7FB8E6;color:#7FB8E6}a.focus,a:focus{border-style:solid;outline:dotted thin}a.active,a:active{border-style:solid;border-color:#002D72;color:#002D72}dd a,li a,p a{border-bottom-width:1px}nav a{border-bottom-width:0}ul{padding-left:2em;list-style:square}ol{padding-left:1.9375em}ol>li{padding-left:.0625em}table{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}table em,table i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 table em,.lt-ie9 table i{font-style:normal!important}table b,table strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 table b,.lt-ie9 table strong{font-weight:400!important}td,th{padding:.625em}thead td,thead th{padding:.71428571em;color:#FFF;background:#43484E;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 thead td,.lt-ie9 thead th{font-weight:400!important}.h1+thead td,.h1+thead th,.h2+thead td,.h2+thead th,.h3+thead td,.h3+thead th,.h4+thead td,.h4+thead th,.h6+thead td,.h6+thead th,blockquote+thead td,blockquote+thead th,dl+thead td,dl+thead th,figure+thead td,figure+thead th,h1+thead td,h1+thead th,h2+thead td,h2+thead th,h3+thead td,h3+thead th,h4+thead td,h4+thead th,h6+thead td,h6+thead th,img+thead td,img+thead th,ol+thead td,ol+thead th,p+thead td,p+thead th,table+thead td,table+thead th,ul+thead td,ul+thead th{margin-top:2.14285714em}tbody tr,thead{border-bottom:1px solid #5b616b}th{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:left}.lt-ie9 th{font-weight:400!important}tbody th{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}tbody th em,tbody th i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 tbody th em,.lt-ie9 tbody th i{font-style:normal!important}tbody th b,tbody th strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 tbody th b,.lt-ie9 tbody th strong{font-weight:400!important}blockquote{margin-right:1.875em;margin-left:1.875em}label{display:block;margin-bottom:.3125em;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}label em,label i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 label em,.lt-ie9 label i{font-style:normal!important}label b,label strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 label b,.lt-ie9 label strong{font-weight:400!important}label input[type=checkbox],label input[type=radio]{margin-right:.375em}input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=url],select[multiple],textarea{display:inline-block;margin:0;padding:.375em;font-family:Arial,sans-serif;font-size:1em;background:#FFF;border:1px solid #75787B;border-radius:0;vertical-align:top;appearance:none}::-webkit-search-decoration{appearance:none}input[type=email].focus,input[type=email]:focus,input[type=number].focus,input[type=number]:focus,input[type=search].focus,input[type=search]:focus,input[type=tel].focus,input[type=tel]:focus,input[type=text].focus,input[type=text]:focus,input[type=url].focus,input[type=url]:focus,select[multiple].focus,select[multiple]:focus,textarea.focus,textarea:focus{border:1px solid #0072CE;outline:#0072CE solid 1px;outline-offset:0;box-shadow:none}::-webkit-input-placeholder{color:#75787B}::-moz-placeholder{color:#75787B}:-ms-input-placeholder{color:#75787B}img{max-width:100%}figure img{vertical-align:middle}.figure__bordered img{border:1px solid #BABBBD}.btn{display:inline-block;box-sizing:border-box;padding:.5em .875em;border:0;border-radius:.25em;margin:0;vertical-align:middle;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;line-height:normal;text-decoration:none;cursor:pointer;transition:background-color .1s;appearance:none}.lt-ie9 .btn{font-weight:400!important}.btn,.btn:link,.btn:visited{background-color:#0072CE;color:#FFF}.btn.hover,.btn:hover{background-color:#328ED8}.btn.focus,.btn:focus{background-color:#328ED8;outline:#0072CE dotted 1px;outline-offset:1px}.btn.active,.btn:active{background-color:#33578E}button.btn::-moz-focus-inner,input.btn::-moz-focus-inner{border:0}.btn+.btn{margin-left:.375em}.lt-ie8{background:url(null) no-repeat fixed}.lt-ie8 button.btn,.lt-ie8 input.btn{overflow:visible;padding-top:.4em;padding-bottom:.4em}.btn__secondary,.btn__secondary:link,.btn__secondary:visited{background-color:#75787B;color:#FFF}.btn__secondary.hover,.btn__secondary:hover{background-color:#919395}.btn__secondary.focus,.btn__secondary:focus{background-color:#919395;outline-color:#75787B}.btn__secondary.active,.btn__secondary:active{background-color:#43484E}.btn__warning,.btn__warning:link,.btn__warning:visited{background-color:#D12124;color:#FFF}.btn__warning.hover,.btn__warning:hover{background-color:#DA6750}.btn__warning.focus,.btn__warning:focus{background-color:#DA6750;outline-color:#D12124}.btn__warning.active,.btn__warning:active{background-color:#9C301B}.btn[disabled],.btn[disabled].active,.btn[disabled].focus,.btn[disabled].hover,.btn[disabled]:active,.btn[disabled]:focus,.btn[disabled]:hover,.btn[disabled]:link,.btn[disabled]:visited,.btn__disabled,.btn__disabled.active,.btn__disabled.focus,.btn__disabled.hover,.btn__disabled:active,.btn__disabled:focus,.btn__disabled:hover,.btn__disabled:link,.btn__disabled:visited{background-color:#E3E4E5;color:#75787B;cursor:default;cursor:not-allowed}.btn[disabled].focus,.btn[disabled]:focus,.btn__disabled.focus,.btn__disabled:focus{outline-color:#E3E4E5}.btn__super{padding:.55em 1.45em;font-size:1.25em}.btn__super+.btn__super{margin-left:.3em}.lt-ie8 button.btn__super,.lt-ie8 input.btn__super{padding-top:.6em;padding-bottom:.6em}.btn_icon__left{padding:0 .65625em 0 0;border-right:1px solid #FFF;border-right:1px solid rgba(255,255,255,.4);margin:0 .4375em 0 0}.btn__secondary .btn_icon__left,.btn__warning .btn_icon__left{border-right-color:#FFF;border-right-color:rgba(255,255,255,.4)}.btn[disabled] .btn_icon__left,.btn__disabled .btn_icon__left{border-right-color:#75787B;border-right-color:rgba(117,120,123,.4)}.btn_icon__right{padding:0 0 0 .65625em;border-right:0;border-left:1px solid #FFF;border-left:1px solid rgba(255,255,255,.4);margin:0 0 0 .4375em}.btn__secondary .btn_icon__right,.btn__warning .btn_icon__right{border-left-color:#FFF;border-left-color:rgba(255,255,255,.4)}.btn[disabled] .btn_icon__right,.btn__disabled .btn_icon__right{border-left-color:#75787B;border-left-color:rgba(117,120,123,.4)}.btn__grouped{border-radius:0}.btn__grouped-first{border-top-right-radius:0;border-bottom-right-radius:0}.btn__grouped-last{border-top-left-radius:0;border-bottom-left-radius:0}.btn__grouped,.btn__grouped+.btn__grouped,.btn__grouped+.btn__grouped-last,.btn__grouped-first+.btn__grouped,.btn__grouped-first+.btn__grouped-last,.btn__grouped-last{margin-left:-.1875em}.btn__grouped-first.btn__super+.btn__grouped-last.btn__super,.btn__grouped-first.btn__super+.btn__grouped.btn__super,.btn__grouped-last.btn__super,.btn__grouped.btn__super,.btn__grouped.btn__super+.btn__grouped-last.btn__super,.btn__grouped.btn__super+.btn__grouped.btn__super{margin-left:-.15em}.btn__compound-action,.btn__compound-action:link,.btn__compound-action:visited{background-color:#328ED8}.btn__compound-action.hover,.btn__compound-action:focus,.btn__compound-action:hover{background-color:#0072CE}.btn__compound-action.btn__secondary{background-color:#919395}.btn__compound-action.btn__secondary.hover,.btn__compound-action.btn__secondary:focus,.btn__compound-action.btn__secondary:hover{background-color:#75787B}.btn__compound-action.btn__warning{background-color:#DA6750}.btn__compound-action.btn__warning.hover,.btn__compound-action.btn__warning:focus,.btn__compound-action.btn__warning:hover{background-color:#D12124}.btn__compound-action.btn__disabled,.btn__compound-action.btn__disabled.hover,.btn__compound-action.btn__disabled:focus,.btn__compound-action.btn__disabled:hover,.btn__compound-action[disabled],.btn__compound-action[disabled].hover,.btn__compound-action[disabled]:focus,.btn__compound-action[disabled]:hover{background-color:#E3E4E5}.btn__compound-action.btn__super{padding-left:1.1em;padding-right:1.1em}.btn__link{padding:0;border-bottom:1px dotted #0072CE;border-radius:0;margin:.5em 0}.btn__link,.btn__link:link,.btn__link:visited{border-bottom-color:#005E5D;background-color:transparent;color:#005E5D}.btn__link.hover,.btn__link:hover{border-bottom:1px solid #7FB8E6;background-color:transparent;color:#7FB8E6}.btn__link.focus,.btn__link:focus{border-bottom-style:solid;background-color:transparent;outline:#0072CE dotted thin}.btn__link.active,.btn__link:active{border-bottom:1px solid #002D72;background-color:transparent;color:#002D72}.lt-ie8 button.btn__link,.lt-ie8 input.btn__link{padding:0}.btn__link.btn__secondary,.btn__link.btn__secondary:link,.btn__link.btn__secondary:visited{border-bottom-color:#75787B;background-color:transparent;color:#75787B}.btn__link.btn__secondary.hover,.btn__link.btn__secondary:hover{border-bottom-color:#919395;color:#919395}.btn__link.btn__secondary.focus,.btn__link.btn__secondary:focus{outline-color:#75787B}.btn__link.btn__secondary.active,.btn__link.btn__secondary:active{border-bottom-color:#43484E;color:#43484E}.btn__link.btn__warning,.btn__link.btn__warning:link,.btn__link.btn__warning:visited{border-bottom-color:#D12124;background-color:transparent;color:#D12124}.btn__link.btn__warning.hover,.btn__link.btn__warning:hover{border-bottom-color:#DA6750;color:#DA6750}.btn__link.btn__warning.focus,.btn__link.btn__warning:focus{outline-color:#D12124}.btn__link.btn__warning.active,.btn__link.btn__warning:active{border-bottom-color:#9C301B;color:#9C301B}.expandable{margin-bottom:1.875em}.expandable_target{padding:0;border:0;background-color:transparent;cursor:pointer}.expandable_target:focus{outline:#101820 dotted 1px;outline-offset:1px}.expandable_content:after{content:"";display:table;clear:both}.lt-ie8 .expandable_content{zoom:1}.expandable_label{color:#101820;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .expandable_label{font-weight:400!important}.expandable_link{color:#0072CE;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1em;line-height:1.375}.expandable_link em,.expandable_link i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .expandable_link em,.lt-ie9 .expandable_link i{font-style:normal!important}.expandable_link b,.expandable_link strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .expandable_link b,.lt-ie9 .expandable_link strong{font-weight:400!important}.expandable_cue-close__animated,.expandable_cue-open__animated{transition:.25s -webkit-transform;transition:.25s transform}.expandable_cue-close__animated{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.expandable__expanded .expandable_cue-close__animated{-webkit-transform:rotate(0);transform:rotate(0)}.expandable__expanded .expandable_cue-open__animated{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.expandable_header{display:block}.expandable_header:after{content:"";display:table;clear:both}.lt-ie8 .expandable_header{zoom:1}button.expandable_header{width:100%;text-align:left}.expandable_header__spaced{padding-bottom:.9375em}.expandable_header-left{float:left}.expandable_header-right{float:right}.expandable__padded{margin-bottom:1.875em;background:#F1F2F2}.expandable__padded.expandable__expanded,.expandable__padded:hover{background:#E3E4E5}.expandable__padded .expandable_header{padding:.625em 1em}.expandable__padded .expandable_content{margin:0 1em 1.375em}.expandable__padded .expandable_content:before{content:'';display:block;height:1px;margin-bottom:1em;background:#BABBBD}.expandable-group{margin-bottom:1.875em}.expandable-group_header{padding:.35714286em 1.14285714em;border-bottom:1px solid #919395;background:#F1F2F2;color:#75787B;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:0}.lt-ie9 .expandable-group_header{font-weight:400!important}.expandable-group .expandable{border-bottom:1px solid #919395;margin-bottom:0;background:#FFF}.expandable-group .expandable_label{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125em;line-height:1.25;margin-bottom:0}.lt-ie9 .expandable-group .expandable_label{font-weight:400!important}.expandable-group .expandable_content{margin-bottom:0}.form-label-header{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:.71428571em}.lt-ie9 .form-label-header{font-weight:400!important}.input__super[type=email],.input__super[type=number],.input__super[type=search],.input__super[type=tel],.input__super[type=text],.input__super[type=url]{padding:.5em;font-size:1.25em}input[type=email].error,input[type=number].error,input[type=search].error,input[type=tel].error,input[type=text].error,input[type=url].error,select[multiple].error,textarea.error{border:1px solid #D12124;outline:#D12124 solid 1px}input[type=email].warning,input[type=number].warning,input[type=search].warning,input[type=tel].warning,input[type=text].warning,input[type=url].warning,select[multiple].warning,textarea.warning{border:1px solid #fdb81e;outline:#fdb81e solid 1px}input[type=email].success,input[type=number].success,input[type=search].success,input[type=tel].success,input[type=text].success,input[type=url].success,select[multiple].success,textarea.success{border:1px solid #2CB34A;outline:#2CB34A solid 1px}input[type=email].disabled,input[type=number].disabled,input[type=search].disabled,input[type=tel].disabled,input[type=text].disabled,input[type=url].disabled,select[multiple].disabled,textarea.disabled{background-color:#aeb0b5}.cf-form_input-icon{position:relative;top:.3em;margin-left:.2em;font-size:1.25em}.error+.cf-form_input-icon{color:#D12124}.warning+.cf-form_input-icon{color:#fdb81e}.success+.cf-form_input-icon{color:#2CB34A}.form-group+.form-group{margin-top:1.875em}.form-group_item+.form-group_item{margin-top:.9375em}.input-with-btn{display:block;position:relative;margin-left:-15px;margin-right:-15px}.input-with-btn_input{margin-bottom:.9375em;display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 0 0 15px;margin-right:-.25em;vertical-align:top;width:83.33333333%}.lt-ie8 .input-with-btn_input{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.input-with-btn_input input{box-sizing:border-box;width:100%}.input-with-btn_btn{margin-bottom:.9375em;display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:16.66666667%}.lt-ie8 .input-with-btn_btn{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.input-with-btn_btn .btn{box-sizing:border-box;width:100%}.input-with-btn_btn .btn__super{padding-left:.75em;padding-right:.75em}.btn-inside-input{position:relative}.btn-inside-input input[type=email],.btn-inside-input input[type=number],.btn-inside-input input[type=search],.btn-inside-input input[type=tel],.btn-inside-input input[type=text],.btn-inside-input input[type=url]{box-sizing:border-box;width:100%;padding-right:4.0625em}.btn-inside-input input[type=email].input__super,.btn-inside-input input[type=number].input__super,.btn-inside-input input[type=search].input__super,.btn-inside-input input[type=tel].input__super,.btn-inside-input input[type=text].input__super,.btn-inside-input input[type=url].input__super{padding-right:4.5em}.btn-inside-input .btn{border-bottom-width:0!important;position:absolute;right:.9375em;top:0}.btn-inside-input .btn__super{right:.75em}.btn-inside-input .btn__link.btn__secondary{background-color:#fff}@font-face{font-family:'CFPB Minicons';src:url(../fonts/cf-icons.eot);src:url(../fonts/cf-icons.eot?#iefix) format('embedded-opentype'),url(../fonts/cf-icons.woff) format('woff'),url(../fonts/cf-icons.ttf) format('truetype'),url(../fonts/cf-icons.svg) format('svg');font-weight:400;font-style:normal}.cf-icon{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased}.cf-icon__lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.cf-icon__2x{font-size:2em}.cf-icon__3x{font-size:3em}.cf-icon__4x{font-size:4em}.cf-icon__5x{font-size:5em}.cf-icon__border{padding:.2em .25em .15em;border:.08em solid #5b616b;border-radius:.1em}.cf-icon__rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.cf-icon__rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cf-icon__rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.cf-icon__flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);transform:scale(-1,1)}.cf-icon__flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);transform:scale(1,-1)}:root .cf-icon__flip-horizontal,:root .cf-icon__flip-vertical,:root .cf-icon__rotate-180,:root .cf-icon__rotate-270,:root .cf-icon__rotate-90{-webkit-filter:none;filter:none}.cf-icon__spin{-webkit-animation:cf-spin 2s infinite linear;animation:cf-spin 2s infinite linear}.cf-icon__pulse{-webkit-animation:cf-spin 1s infinite steps(8);animation:cf-spin 1s infinite steps(8)}@-webkit-keyframes cf-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes cf-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.cf-icon-left:before{content:"\e000"}.cf-icon-left-round:before{content:"\e001"}.cf-icon-right:before{content:"\e002"}.cf-icon-right-round:before{content:"\e003"}.cf-icon-up:before{content:"\e004"}.cf-icon-up-round:before{content:"\e005"}.cf-icon-down:before{content:"\e006"}.cf-icon-down-round:before{content:"\e007"}.cf-icon-arrow-left:before{content:"\e008"}.cf-icon-arrow-left-round:before{content:"\e009"}.cf-icon-arrow-right:before{content:"\e010"}.cf-icon-arrow-right-round:before{content:"\e011"}.cf-icon-arrow-up:before{content:"\e012"}.cf-icon-arrow-up-round:before{content:"\e013"}.cf-icon-arrow-down:before{content:"\e014"}.cf-icon-arrow-down-round:before{content:"\e015"}.cf-icon-approved:before{content:"\e100"}.cf-icon-approved-round:before{content:"\e101"}.cf-icon-error:before{content:"\e102"}.cf-icon-error-round:before{content:"\e103"}.cf-icon-help:before{content:"\e104"}.cf-icon-help-round:before{content:"\e105"}.cf-icon-delete:before{content:"\e106"}.cf-icon-delete-round:before{content:"\e107"}.cf-icon-plus:before{content:"\e108"}.cf-icon-plus-round:before{content:"\e109"}.cf-icon-minus:before{content:"\e110"}.cf-icon-minus-round:before{content:"\e111"}.cf-icon-update:before{content:"\e112"}.cf-icon-update-round:before{content:"\e113"}.cf-icon-youtube:before{content:"\e200"}.cf-icon-youtube-square:before{content:"\e201"}.cf-icon-linkedin:before{content:"\e202"}.cf-icon-linkedin-square:before{content:"\e203"}.cf-icon-facebook:before{content:"\e204"}.cf-icon-facebook-square:before{content:"\e205"}.cf-icon-flickr:before{content:"\e206"}.cf-icon-flickr-square:before{content:"\e207"}.cf-icon-twitter:before{content:"\e208"}.cf-icon-twitter-square:before{content:"\e209"}.cf-icon-github:before{content:"\e210"}.cf-icon-github-square:before{content:"\e211"}.cf-icon-email-social:before{content:"\e212"}.cf-icon-email-social-square:before{content:"\e213"}.cf-icon-web:before{content:"\e300"}.cf-icon-web-round:before{content:"\e301"}.cf-icon-email:before{content:"\e302"}.cf-icon-email-round:before{content:"\e303"}.cf-icon-mail:before{content:"\e304"}.cf-icon-mail-round:before{content:"\e305"}.cf-icon-phone:before{content:"\e306"}.cf-icon-phone-round:before{content:"\e307"}.cf-icon-technology:before{content:"\e308"}.cf-icon-technology-round:before{content:"\e309"}.cf-icon-fax:before{content:"\e310"}.cf-icon-fax-round:before{content:"\e311"}.cf-icon-document:before{content:"\e400"}.cf-icon-document-round:before{content:"\e401"}.cf-icon-pdf:before{content:"\e402"}.cf-icon-pdf-round:before{content:"\e403"}.cf-icon-upload:before{content:"\e404"}.cf-icon-upload-round:before{content:"\e405"}.cf-icon-download:before{content:"\e406"}.cf-icon-download-round:before{content:"\e407"}.cf-icon-copy:before{content:"\e408"}.cf-icon-copy-round:before{content:"\e409"}.cf-icon-edit:before{content:"\e410"}.cf-icon-edit-round:before{content:"\e411"}.cf-icon-attach:before{content:"\e412"}.cf-icon-attach-round:before{content:"\e413"}.cf-icon-print:before{content:"\e414"}.cf-icon-print-round:before{content:"\e415"}.cf-icon-save:before{content:"\e416"}.cf-icon-save-round:before{content:"\e417"}.cf-icon-appendix:before{content:"\e418"}.cf-icon-appendix-round:before{content:"\e419"}.cf-icon-supplement:before{content:"\e420"}.cf-icon-supplement-round:before{content:"\e421"}.cf-icon-rss:before{content:"\e422"}.cf-icon-rss-round:before{content:"\e423"}.cf-icon-bank-account:before{content:"\e500"}.cf-icon-bank-account-round:before{content:"\e501"}.cf-icon-credit-card:before{content:"\e502"}.cf-icon-credit-card-round:before{content:"\e503"}.cf-icon-loan:before{content:"\e504"}.cf-icon-loan-round:before{content:"\e505"}.cf-icon-money-transfer:before{content:"\e506"}.cf-icon-money-transfer-round:before{content:"\e507"}.cf-icon-mortgage:before{content:"\e508"}.cf-icon-mortgage-round:before{content:"\e509"}.cf-icon-debt-collection:before{content:"\e510"}.cf-icon-debt-collection-round:before{content:"\e511"}.cf-icon-credit-report:before{content:"\e512"}.cf-icon-credit-report-round:before{content:"\e513"}.cf-icon-money:before{content:"\e514"}.cf-icon-money-round:before{content:"\e515"}.cf-icon-quick-cash:before{content:"\e516"}.cf-icon-quick-cash-round:before{content:"\e517"}.cf-icon-contract:before{content:"\e518"}.cf-icon-contract-round:before{content:"\e519"}.cf-icon-complaint:before{content:"\e520"}.cf-icon-complaint-round:before{content:"\e521"}.cf-icon-getting-credit-card:before{content:"\e522"}.cf-icon-getting-credit-card-round:before{content:"\e523"}.cf-icon-buying-car:before{content:"\e524"}.cf-icon-buying-car-round:before{content:"\e525"}.cf-icon-paying-college:before{content:"\e526"}.cf-icon-paying-college-round:before{content:"\e527"}.cf-icon-owning-home:before{content:"\e528"}.cf-icon-owning-home-round:before{content:"\e529"}.cf-icon-debt:before{content:"\e530"}.cf-icon-debt-round:before{content:"\e531"}.cf-icon-building-credit:before{content:"\e532"}.cf-icon-building-credit-round:before{content:"\e533"}.cf-icon-prepaid-cards:before{content:"\e534"}.cf-icon-prepaid-cards-round:before{content:"\e535"}.cf-icon-payday-loan:before{content:"\e536"}.cf-icon-payday-loan-round:before{content:"\e537"}.cf-icon-retirement:before{content:"\e538"}.cf-icon-retirement-round:before{content:"\e539"}.cf-icon-user:before{content:"\e600"}.cf-icon-user-round:before{content:"\e601"}.cf-icon-wifi:before{content:"\e602"}.cf-icon-wifi-round:before{content:"\e603"}.cf-icon-search:before{content:"\e604"}.cf-icon-search-round:before{content:"\e605"}.cf-icon-share:before{content:"\e606"}.cf-icon-share-round:before{content:"\e607"}.cf-icon-link:before{content:"\e608"}.cf-icon-link-round:before{content:"\e609"}.cf-icon-external-link:before{content:"\e610"}.cf-icon-external-link-round:before{content:"\e611"}.cf-icon-audio-mute:before{content:"\e612"}.cf-icon-audio-mute-round:before{content:"\e616"}.cf-icon-audio-low:before{content:"\e613"}.cf-icon-audio-low-round:before{content:"\e617"}.cf-icon-audio-medium:before{content:"\e614"}.cf-icon-audio-medium-round:before{content:"\e618"}.cf-icon-audio-max:before{content:"\e615"}.cf-icon-audio-max-round:before{content:"\e619"}.cf-icon-favorite:before{content:"\e620"}.cf-icon-favorite-round:before{content:"\e621"}.cf-icon-unfavorite:before{content:"\e622"}.cf-icon-unfavorite-round:before{content:"\e623"}.cf-icon-bookmark:before{content:"\e624"}.cf-icon-bookmark-round:before{content:"\e625"}.cf-icon-unbookmark:before{content:"\e626"}.cf-icon-unbookmark-round:before{content:"\e627"}.cf-icon-settings:before{content:"\e628"}.cf-icon-settings-round:before{content:"\e629"}.cf-icon-menu:before{content:"\e630"}.cf-icon-menu-round:before{content:"\e631"}.cf-icon-lock:before{content:"\e632"}.cf-icon-lock-round:before{content:"\e633"}.cf-icon-unlock:before{content:"\e634"}.cf-icon-unlock-round:before{content:"\e635"}.cf-icon-clock:before{content:"\e636"}.cf-icon-clock-round:before{content:"\e637"}.cf-icon-chart:before{content:"\e638"}.cf-icon-chart-round:before{content:"\e639"}.cf-icon-play:before{content:"\e640"}.cf-icon-play-round:before{content:"\e641"}.cf-icon-history:before{content:"\e642"}.cf-icon-history-round:before{content:"\e643"}.cf-icon-table-of-contents:before{content:"\e644"}.cf-icon-table-of-contents-round:before{content:"\e645"}.cf-icon-newspaper:before{content:"\e700"}.cf-icon-newspaper-round:before{content:"\e701"}.cf-icon-microphone:before{content:"\e702"}.cf-icon-microphone-round:before{content:"\e703"}.cf-icon-bullhorn:before{content:"\e704"}.cf-icon-bullhorn-round:before{content:"\e705"}.cf-icon-double-quote:before{content:"\e708"}.cf-icon-double-quote-round:before{content:"\e709"}.cf-icon-speech-bubble:before{content:"\e710"}.cf-icon-speech-bubble-round:before{content:"\e711"}.cf-icon-information:before{content:"\e712"}.cf-icon-information-round:before{content:"\e713"}.cf-icon-lightbulb:before{content:"\e714"}.cf-icon-lightbulb-round:before{content:"\e715"}.cf-icon-dialogue:before{content:"\e716"}.cf-icon-dialogue-round:before{content:"\e717"}.cf-icon-date:before{content:"\e718"}.cf-icon-date-round:before{content:"\e719"}.cf-icon-closing-quote:before{content:"\e720"}.cf-icon-closing-quote-round:before{content:"\e721"}.cf-icon-livestream:before{content:"\e722"}.cf-icon-livestream-round:before{content:"\e723"}.cf-icon-parents:before{content:"\e724"}.cf-icon-parents-round:before{content:"\e725"}.cf-icon-servicemembers:before{content:"\e726"}.cf-icon-servicemembers-round:before{content:"\e727"}.content-l{display:block;position:relative;margin-left:-15px;margin-right:-15px}.content-l__main .content-l_col.content-l_col-1-2{display:block;width:100%}.content-l__main .content-l_col.content-l_col-1-2.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-1-2.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-1-2.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-1-2{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-1-3{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-3.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-3{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-2-3{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-2-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-2-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-2-3.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-2-3{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-3-8{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-3-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-3-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-3-8.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-3-8{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-5-8{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-5-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-5-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-5-8.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-5-8{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-1-4{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-4.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-4{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-3-4{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-3-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-3-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-3-4.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-3-4{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-1-2{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-2.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-2.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-2.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-2{margin-top:1.875em}.content-l__large-gutters{margin-left:-30px;margin-right:-30px}.content-l__large-gutters>.content-l_col{border-left-width:30px;border-right-width:30px}.content-l_col-1{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content-l_col-1{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-2{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .content-l_col-1-2{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .content-l_col-1-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-2-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content-l_col-2-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-3-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:37.5%}.lt-ie8 .content-l_col-3-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-5-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:62.5%}.lt-ie8 .content-l_col-5-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .content-l_col-1-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-3-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .content-l_col-3-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col__before-divider.content-l_col-1-2{border-left-width:30px}.content-l_col__before-divider.content-l_col-1-2:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#BABBBD;margin-left:-30px}.content-l_col__before-divider.content-l_col-1-3{border-left-width:30px}.content-l_col__before-divider.content-l_col-1-3:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#BABBBD;margin-left:-30px}.content_bar{height:10px;background:#2CB34A}.content_line{height:1px;background:#BABBBD}.content_intro,.content_main,.content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content_intro,.lt-ie8 .content_main,.lt-ie8 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content_intro,.content_main,.content_sidebar{padding:2.8125em 0}.content_intro{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content_intro{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__1-3 .content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%;padding-right:1.875em}.lt-ie8 .content__1-3 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__1-3 .content_main{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%;position:relative}.lt-ie8 .content__1-3 .content_main{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__1-3 .content_main:after{content:'';border-left:1px solid #BABBBD;position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content__2-1 .content_main{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content__2-1 .content_main{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__2-1 .content_main:after{right:-1.875em}.content__2-1 .content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%;padding-left:1.875em}.lt-ie8 .content__2-1 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__flush-bottom{padding-bottom:0}.block{margin-top:3.75em;margin-bottom:3.75em}.block__border-top{border-top:1px solid #BABBBD}.block__border-right{border-right:1px solid #3a8899}.block__border-bottom{border-bottom:1px solid #BABBBD}.block__border-left{border-left:1px solid #3a8899}.block__border{border:1px solid #3a8899}.block__flush-top{margin-top:0!important}.block__flush-top.block__border,.block__flush-top.block__border-top{border-top:none}.block__flush-bottom{margin-bottom:0!important}.block__flush-bottom.block__border,.block__flush-bottom.block__border-bottom{border-bottom:none}.block__flush-sides{margin-right:-30px;margin-left:-30px}.block__flush{margin-top:0!important;margin:-15px;margin-bottom:0!important}.block__flush.block__border,.block__flush.block__border-bottom,.block__flush.block__border-top{border-top:none;border-bottom:none}.block__flush{margin-right:-30px;margin-left:-30px}.block__bg{background:#F1F2F2;padding:2.8125em 1.875em}.block__padded-top{padding-top:1.875em;margin-top:1.875em}.block__padded-bottom{padding-bottom:1.875em;margin-bottom:1.875em}.block__sub{margin-top:1.875em;margin-bottom:1.875em}.content-l_col.block,.content-l_col.block__sub{margin-top:0}.content__bleedbar .content_main:after{content:none}.content__bleedbar{overflow:hidden}.content__bleedbar .content_sidebar{padding:2.8125em 0 .9375em 1.875em;margin-left:0;position:relative;z-index:1;background:0 0}.lt-ie8 .content__bleedbar .content_sidebar{padding-right:30px;background:#F1F2F2}.content__bleedbar .content_wrapper{position:relative}.content__bleedbar .content_wrapper:after{content:'';display:block;width:9999px;border-left:1px solid #BABBBD;height:100%;position:absolute;top:0;z-index:0;margin-left:10px;background:#F1F2F2}.content__bleedbar.content__2-1 .content_wrapper:after{left:66.666666667%}.content__bleedbar.content__3-1 .content_wrapper:after{left:75%}.content_wrapper,.wrapper{max-width:1170px;padding-right:15px;padding-left:15px;margin:0 auto;clear:both}.content_wrapper__match-content,.wrapper__match-content{padding-left:30px;padding-right:30px;max-width:1170px}.lt-ie9 .content_wrapper,.lt-ie9 .wrapper{max-width:960px}.lt-ie9 body{min-width:800px}.grid_column__top-divider{margin-top:3.75em;border-left-width:15px}.grid_column__top-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.grid_column__left-divider{border-left-width:30px}.grid_column__left-divider:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#BABBBD;margin-left:-30px}.featured-content-module{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;position:relative;min-height:320px;margin-right:-1px;margin-left:-1px;background-color:#F1F2F2}.featured-content-module em,.featured-content-module i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .featured-content-module em,.lt-ie9 .featured-content-module i{font-style:normal!important}.featured-content-module b,.featured-content-module strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .featured-content-module b,.lt-ie9 .featured-content-module strong{font-weight:400!important}.featured-content-module_text{padding:1.875em;width:270px}.featured-content-module_visual{position:absolute;right:0;top:0;bottom:0;overflow:hidden;left:330px}.featured-content-module_img{display:block;height:100%;max-width:none;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.lt-ie9 .featured-content-module_img{left:-302.5px;margin-left:50%}.hero{background-color:#f7f8f9;display:table;width:100%}.hero_wrapper{padding:2.8125em .9375em}.hero_text{box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;width:58.33333333%;display:table-cell;vertical-align:middle}.lt-ie8 .hero_text{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.hero_heading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.44117647em;font-size:2.125em;line-height:1.25}.hero_heading em,.hero_heading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .hero_heading em,.lt-ie9 .hero_heading i{font-style:normal!important}.hero_heading b,.hero_heading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .hero_heading b,.lt-ie9 .hero_heading strong{font-weight:400!important}.hero_cta:not(.btn),.hero_subhead{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.25}.hero_cta:not(.btn) em,.hero_cta:not(.btn) i,.hero_subhead em,.hero_subhead i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .hero_cta:not(.btn) em,.lt-ie9 .hero_cta:not(.btn) i,.lt-ie9 .hero_subhead em,.lt-ie9 .hero_subhead i{font-style:normal!important}.hero_cta:not(.btn) b,.hero_cta:not(.btn) strong,.hero_subhead b,.hero_subhead strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .hero_cta:not(.btn) b,.lt-ie9 .hero_cta:not(.btn) strong,.lt-ie9 .hero_subhead b,.lt-ie9 .hero_subhead strong{font-weight:400!important}.hero_cta:not(.btn),.hero_subhead{font-size:22px}.hero_subhead:not(:last-child){margin-bottom:1.36363636em}.hero_cta{display:block}.hero_image{height:12.1875em;background-position:center;background-repeat:no-repeat;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;width:41.66666667%;display:table-cell;vertical-align:middle;background-size:contain}.lt-ie8 .hero_image{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.hero__overlay .hero_wrapper{background-repeat:no-repeat}.hero__overlay .hero_image{background:0 0!important}.hero__white-text .hero_wrapper{background-color:#5a5d61;color:#fff}.pagination{display:block;position:relative}.pagination_next{position:absolute;top:0;right:0}.pagination_form{display:block;padding:.3125em .3125em .375em;background:#E3E4E5;color:#75787B;text-align:center}.pagination_label{display:inline-block;margin:0;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;vertical-align:middle}.lt-ie8 .pagination_label{display:inline}.lt-ie9 .pagination_label{font-weight:400!important}.pagination_current-page,input[type=number].pagination_current-page,input[type=text].pagination_current-page{display:inline-block;width:2.625em;margin:0 .25em;font-size:1em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:right;vertical-align:middle}.lt-ie8 .pagination_current-page,.lt-ie8 input[type=number].pagination_current-page,.lt-ie8 input[type=text].pagination_current-page{display:inline}.lt-ie9 .pagination_current-page,.lt-ie9 input[type=number].pagination_current-page,.lt-ie9 input[type=text].pagination_current-page{font-weight:400!important}.lt-ie8 .pagination_current-page,.lt-ie8 input[type=number].pagination_current-page,.lt-ie8 input[type=text].pagination_current-page{margin:0 4px}.pagination_submit.btn{display:inline-block;margin:0 0 0 .875em;font-size:1em;vertical-align:middle}.lt-ie8 .pagination_submit.btn{display:inline;padding-left:.875em;margin:0;border:none;text-decoration:underline}.pagination_form{margin:0;border-radius:.25em}.pagination_prev{position:absolute;top:0;left:0}.pagination_prev,.pagination_prev:link,.pagination_prev:visited{border-top-right-radius:0;border-bottom-right-radius:0}.pagination_next,.pagination_next:link,.pagination_next:visited{border-top-left-radius:0;border-bottom-left-radius:0}.table_cell__right-align{text-align:right}.table-wrapper__scrolling{box-sizing:border-box;overflow-y:hidden}.table-wrapper__scrolling table{border:1px solid #e4e2e0}.table-wrapper__scrolling table>tbody>tr:nth-child(even)>td,.table-wrapper__scrolling table>tbody>tr:nth-child(even)>th{background:#f1f1f1}.table__sortable button.sortable{width:100%;height:100%;padding:0;margin:0;border:none;background:0 0;font-family:inherit;font-weight:inherit;line-height:inherit;outline:0;text-align:left;text-transform:inherit}.table__sortable .sortable:after{display:inline-block;position:relative;top:-1px;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAXUlEQVR4AWPABZw9/C4A8Qlscvg0LQXi/1A8k1hNjXBNCFxNSFMcXDEmjsOlyQakgAB2RNckD8S/idD4D4jVYZq4gfgJXJIwfgPEIiCNt0ECJOKXII13gPgTifgaAHk0kQqUakHYAAAAAElFTkSuQmCC);visibility:hidden}.table__sortable .sortable.sorted-down:after,.table__sortable .sortable.sorted-up:after,.table__sortable .sortable:hover:after{visibility:visible}.table__sortable .sortable.sorted-down:after,.table__sortable .sortable.sorted-up:hover:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.table__sortable .sortable.sorted-down:hover:after{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.table__striped>tbody>tr:nth-child(even)>td,.table__striped>tbody>tr:nth-child(even)>th{background:#f1f1f1}.pull-quote_body{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25;color:#101820}.pull-quote_body em,.pull-quote_body i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .pull-quote_body em,.lt-ie9 .pull-quote_body i{font-style:normal!important}.pull-quote_body b,.pull-quote_body strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .pull-quote_body b,.lt-ie9 .pull-quote_body strong{font-weight:400!important}.pull-quote_citation{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;color:#75787B}.lt-ie9 .pull-quote_citation{font-weight:400!important}.pull-quote__large .pull-qote_body{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.pull-quote__large .pull-qote_body em,.pull-quote__large .pull-qote_body i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .pull-quote__large .pull-qote_body em,.lt-ie9 .pull-quote__large .pull-qote_body i{font-style:normal!important}.pull-quote__large .pull-qote_body b,.pull-quote__large .pull-qote_body strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .pull-quote__large .pull-qote_body b,.lt-ie9 .pull-quote__large .pull-qote_body strong{font-weight:400!important}.micro-copy{color:#75787B;font-size:.875em;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.micro-copy em,.micro-copy i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .micro-copy em,.lt-ie9 .micro-copy i{font-style:normal!important}.micro-copy b,.micro-copy strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .micro-copy b,.lt-ie9 .micro-copy strong{font-weight:400!important}.micro-copy__large{font-size:1em}.short-desc{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.short-desc em,.short-desc i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .short-desc em,.lt-ie9 .short-desc i{font-style:normal!important}.short-desc b,.short-desc strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .short-desc b,.lt-ie9 .short-desc strong{font-weight:400!important}.short-desc__large{font-size:1.125em}.date{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;color:#75787B;white-space:nowrap}.lt-ie9 .date{font-weight:400!important}.category-slug{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25;display:inline-block;color:#101820}.lt-ie9 .category-slug{font-weight:400!important}a.category-slug{color:#101820;border-color:#101820}a.category-slug.visited,a.category-slug:visited{border-color:#101820;color:#101820}a.category-slug.focus,a.category-slug.hover,a.category-slug:focus,a.category-slug:hover{border-color:#7FB8E6;color:#7FB8E6}a.category-slug.active,a.category-slug:active{border-color:#101820;color:#101820}.category-slug_icon{margin-right:.11111111em}.header-slug{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:1.21428571em;border-top:1px solid #E3E4E5}.lt-ie9 .header-slug{font-weight:400!important}.header-slug_inner{display:inline-block;padding-top:.28571429em;margin-top:-3px;border-top:5px solid #2CB34A}.padded-header{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;padding:.57142857em .71428571em;margin-bottom:0;border-bottom:1px solid #BABBBD;background:#F1F2F2;color:#43484E}.lt-ie9 .padded-header{font-weight:400!important}.fancy-slug{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;text-transform:uppercase;position:relative;height:1.14285714em;padding:0 1.21428571em;margin-top:1.14285714em;margin-bottom:.57142857em;border-top:1px solid #BABBBD;line-height:1;text-align:center}.lt-ie9 .fancy-slug{font-weight:400!important}.fancy-slug_text{display:inline-block;position:relative;top:-1.14285714em;padding:.57142857em 1.42857143em;border:1px solid #BABBBD;background:#FFF}.fancy-slug_ribbon-left,.fancy-slug_ribbon-right{display:block;position:absolute;top:-1px;width:1.21428571em;height:100%;border-top:1px solid #BABBBD;border-bottom:1px solid #BABBBD}.lt-ie9 .fancy-slug_ribbon-left,.lt-ie9 .fancy-slug_ribbon-right{display:none}.fancy-slug_ribbon-left:after,.fancy-slug_ribbon-left:before,.fancy-slug_ribbon-right:after,.fancy-slug_ribbon-right:before{display:block;content:"";position:absolute;z-index:3;width:1.21428571em;height:50%;background:#FFF;border:0 solid #BABBBD}.fancy-slug_ribbon-left{left:-1.21428571em}.fancy-slug_ribbon-left:before{top:0;border-left-width:1px;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:skewX(33deg);transform:skewX(33deg)}.fancy-slug_ribbon-left:after{bottom:0;border-left-width:1px;-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:skewX(-33deg);transform:skewX(-33deg)}.fancy-slug_ribbon-right{right:-1.21428571em}.fancy-slug_ribbon-right:before{top:0;right:0;border-right-width:1px;-webkit-transform-origin:100% 0;transform-origin:100% 0;-webkit-transform:skewX(-33deg);transform:skewX(-33deg)}.fancy-slug_ribbon-right:after{right:0;bottom:0;border-right-width:1px;-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transform:skewX(33deg);transform:skewX(33deg)}.meta-header{padding-bottom:.5em;margin-bottom:.625em;border-bottom:1px solid #BABBBD}.meta-header_left{margin-bottom:0}.meta-header_right{margin-bottom:0;float:right;display:inline-block}.icon-link{border-bottom-width:0;position:relative}.icon-link_text{border-bottom-width:1px;border-bottom-style:inherit}.icon-link:after,.icon-link:before{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;margin-right:1px;margin-left:1px}.icon-link__download.icon-link__before:before,.icon-link__download:after{content:"\e406"}.icon-link__email.icon-link__before:before,.icon-link__email:after{content:"\e302"}.icon-link__external-link.icon-link__before:before,.icon-link__external-link:after{content:"\e610"}.icon-link__fax.icon-link__before:before,.icon-link__fax:after{content:"\e310"}.icon-link__left.icon-link__before:before,.icon-link__left:after{content:"\e000"}.icon-link__mail.icon-link__before:before,.icon-link__mail:after{content:"\e304"}.icon-link__pdf.icon-link__before:before,.icon-link__pdf:after{content:"\e402"}.icon-link__phone.icon-link__before:before,.icon-link__phone:after{content:"\e306"}.icon-link__right.icon-link__before:before,.icon-link__right:after{content:"\e002"}.icon-link__before:after{content:''}.icon-link__no-wrap{white-space:nowrap}.styled-link{border-bottom-width:1px;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em}.lt-ie9 .styled-link{font-weight:400!important}.jump-link{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;border-bottom-width:0;position:relative}.lt-ie9 .jump-link{font-weight:400!important}.jump-link_text{border-bottom-width:1px;border-bottom-style:inherit}.jump-link:after,.jump-link:before{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;margin-right:1px;margin-left:1px}.jump-link__download.jump-link__before:before,.jump-link__download:after{content:"\e406"}.jump-link__email.jump-link__before:before,.jump-link__email:after{content:"\e302"}.jump-link__external-link.jump-link__before:before,.jump-link__external-link:after{content:"\e610"}.jump-link__fax.jump-link__before:before,.jump-link__fax:after{content:"\e310"}.jump-link__left.jump-link__before:before,.jump-link__left:after{content:"\e000"}.jump-link__mail.jump-link__before:before,.jump-link__mail:after{content:"\e304"}.jump-link__pdf.jump-link__before:before,.jump-link__pdf:after{content:"\e402"}.jump-link__phone.jump-link__before:before,.jump-link__phone:after{content:"\e306"}.jump-link__right.jump-link__before:before,.jump-link__right:after{content:"\e002"}.jump-link__before:after{content:''}.jump-link__no-wrap{white-space:nowrap}.jump-link__large{font-size:1.125em}.block-link{box-sizing:border-box;display:block;padding:.625em 1.25em .625em 0;border:dotted #0072CE;border-width:1px 0;margin-right:0;width:100%;text-align:left}.list__unstyled{padding-left:0;list-style-type:none}.list__unstyled .list_item{margin-left:0}.list__spaced .list_item+.list_item,.list_item__spaced{margin-top:1.5em}.list__horizontal{padding-left:0}.list__horizontal .list_item{display:inline-block}.lt-ie8 .list__horizontal .list_item{display:inline}.list__horizontal .list_item{margin-right:.25em;margin-left:0}.list__icons{padding-left:0;list-style-type:none}.list__icons .list_item{margin-left:0}.list__icons .list_icon{width:1.5em;text-align:center}.list__links{padding-left:0;list-style-type:none}.list__links .list_item{margin-left:0;margin-bottom:.625em}.list__links.list__spaced .list_item+.list_item{margin-top:0}.list__links.list__icons .list_link{position:relative;left:-.125em}.list__links.list__icons .icon-link:after,.list__links.list__icons .icon-link:before{width:1.125em;text-align:center}@font-face{font-family:AvenirNextLTW01-Regular;src:url(//fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:400}@font-face{font-family:AvenirNextLTW01-Regular;src:url(//fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/1e9892c0-6927-4412-9874-1b82801ba47a.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/52a192b1-bea5-4b48-879f-107f009b666f.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#52a192b1-bea5-4b48-879f-107f009b666f) format("svg");font-style:normal;font-weight:400}@font-face{font-family:AvenirNextLTW01-Italic;src:url(//fast.fonts.net/dv2/2/d1fddef1-d940-4904-8f6c-17e809462301.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:italic;font-weight:400}@font-face{font-family:AvenirNextLTW01-Italic;src:url(//fast.fonts.net/dv2/2/d1fddef1-d940-4904-8f6c-17e809462301.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585) format("svg");font-style:italic;font-weight:400}@font-face{font-family:AvenirNextLTW01-Medium;src:url(//fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:500}@font-face{font-family:AvenirNextLTW01-Medium;src:url(//fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/f26faddb-86cc-4477-a253-1e1287684336.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#a89d6ad1-a04f-4a8f-b140-e55478dbea80) format("svg");font-style:normal;font-weight:500}@font-face{font-family:AvenirNextLTW01-Demi;src:url(//fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:700}@font-face{font-family:AvenirNextLTW01-Demi;src:url(//fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/99affa9a-a5e9-4559-bd07-20cf0071852d.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#99affa9a-a5e9-4559-bd07-20cf0071852d) format("svg");font-style:normal;font-weight:700}.header{border-bottom:4px solid #2CB34A;width:100%}.header .site-title .title-link{color:#919395}.header .site-title .title-link .site-org{color:#75787B;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .header .site-title .title-link .site-org{font-weight:400!important}.header .site-title .title-link:visited{color:#919395}.header{padding:2em 0 0}.header .site-title{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%;text-align:left}.lt-ie8 .header .site-title{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.header .site-title h1{font-size:1.625em}.header .site-logo{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%;text-align:right}.lt-ie8 .header .site-logo{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.header .site-logo .logo{display:inline}.main-nav{margin:0 0 .5em;padding:0}.main-nav li{display:inline-block;margin:0 1em .5em;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;list-style:none}.lt-ie9 .main-nav li{font-weight:400!important}.main-nav a{display:block;padding:.125em 0}.main-nav a:link,.main-nav a:visited{color:#75787B}.main-nav a:focus,.main-nav a:hover{border-bottom:4px solid #DBEDD4;color:#43484E}.main-nav a:active,.main-nav-active a:active,.main-nav-active a:focus,.main-nav-active a:hover,.main-nav-active a:link,.main-nav-active a:visited{border-bottom:4px solid #ADDC91;color:#101820}.main-nav{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%;margin-bottom:0;text-align:left}.lt-ie8 .main-nav{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.main-nav li{margin-right:0;margin-bottom:0;margin-left:2em}.main-nav li:first-child{margin-left:0}.main-nav a{padding-top:0;padding-bottom:1em;border-bottom:none}.main-nav a:active,.main-nav a:hover,.main-nav-active a:active,.main-nav-active a:focus,.main-nav-active a:hover,.main-nav-active a:link,.main-nav-active a:visited{margin-bottom:-4px}.main-nav li{font-size:1.125em}.content{margin-top:0;padding:2em 0}.content .content-25,.content .content-33,.content .content-50,.content .content-67,.content .content-75{padding-bottom:1em;padding-top:1em}figure{margin-left:0;margin-right:0}.warning{color:#D12124}.content{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%;overflow:hidden}.lt-ie8 .content{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-25{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .content .content-25{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-75{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .content .content-75{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-33{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .content .content-33{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-67{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content .content-67{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-50{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .content .content-50{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-first{border-left:0}.content .content-last{border-right:0}.content .content-row-rule{border-bottom:1px solid #E3E4E5;margin-bottom:1em}.content h1{margin-bottom:.882em}.content h3{margin-bottom:.682em}.content h4{margin-bottom:.833em}.content h5{margin-bottom:1.071em}.content h6{margin-bottom:1.25em}.content p,.content ul li{max-width:35em}.content code{background-color:#F1F2F2;border:1px solid #E3E4E5;border-radius:.25em;overflow-x:auto;padding:.125em .25em;white-space:nowrap;font-size:.75em;line-height:1.375;margin-bottom:1.375em;font-family:Monaco,Menlo,Consolas,"Courier New",monospace}.homepage{width:100%}.homepage img{width:200px}.content h2{border-bottom:1px solid #E3E4E5;padding-bottom:15px;margin-top:20px;margin-bottom:20px!important}.content h2:after{content:"";display:table;clear:both}.lt-ie8 .content h2{zoom:1}.content hr{display:block;height:1px;border:0;border-top:1px solid #E3E4E5;margin:1.25em 0;padding:0}.content img+hr{margin:1em 0 1.25em}.content ul.toc{list-style:none;border-bottom:1px solid #CCE3F5;padding:0 0 1.25em;margin:0 0 1.875em}.content ul.toc:after{content:"";display:table;clear:both}.lt-ie8 .content ul.toc{zoom:1}.content .toc li{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:1.125em;display:block;float:left;position:relative}.lt-ie9 .content .toc li{font-weight:400!important}.content .toc li a{text-decoration:none;border-bottom:none;padding:0 1em 0 0}.content .toc li a:visited{color:#0072CE}.content .toc li a:hover{border-bottom:none;color:#7FB8E6}.content .lead-in{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125em}.content .lead-in em,.content .lead-in i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .content .lead-in em,.lt-ie9 .content .lead-in i{font-style:normal!important}.content .lead-in b,.content .lead-in strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .content .lead-in b,.lt-ie9 .content .lead-in strong{font-weight:400!important}.content ol,.content ul{padding-left:1.5em}.content ul{list-style-type:square}.content li ol,.content li ul{margin:0 1.375em}.content dl dd{margin-left:1.375em}.content dt{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .content dt{font-weight:400!important}.swatch{margin-left:0}.swatch_field{height:5em}.swatch__primary .swatch_field{height:10em}.swatch_head{margin:.25em 0}.swatch_table{width:100%}.swatch td,.swatch th{padding:0;vertical-align:top;background:0 0!important}.swatch th{padding-right:.25em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:left}.lt-ie9 .swatch th{font-weight:400!important}.swatches{display:block;position:relative;margin-left:-15px;margin-right:-15px}.swatch{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .swatch{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.swatch_field__dark-redorange{background:#9C301B}.swatch_field__teal-20{background:#CCDFDF}.swatch_field__teal-50{background:#7FAEAE}.swatch_field__teal-80{background:#337E7D}.swatch_field__teal{background:#005E5D}.swatch_field__pacific-20{background:#CCE3F5}.swatch_field__pacific-50{background:#7FB8E6}.swatch_field__pacific-80{background:#328ED8}.swatch_field__pacific{background:#0072CE}.swatch_field__navy-20{background:#CCD5E3}.swatch_field__navy-50{background:#7F96B8}.swatch_field__navy-80{background:#33578E}.swatch_field__navy{background:#002D72}.swatch_field__neutral-20{background:#E4E2E0}.swatch_field__neutral-50{background:#BCB6B2}.swatch_field__neutral-80{background:#948B84}.swatch_field__neutral{background:#796E65}.swatch_field__gold-20{background:#FFECD1}.swatch_field__gold-50{background:#FFCE8D}.swatch_field__gold-80{background:#FFB149}.swatch_field__gold{background:#FF9E1B}.swatch_field__redorange-20{background:#F6D9D3}.swatch_field__redorange-50{background:#E8A091}.swatch_field__redorange-80{background:#DA6750}.swatch_field__redorange{background:#D12124}.swatch_field__gray-5{background:#F8F8F8}.swatch_field__gray-10{background:#F1F2F2}.swatch_field__gray-20{background:#E3E4E5}.swatch_field__gray-50{background:#BABBBD}.swatch_field__gray-80{background:#919395}.swatch_field__gray{background:#75787B}.swatch_field__darkgray{background:#43484E}.swatch_field__black{background:#101820}.swatch_field__green-tint{background:#DBEDD4}.swatch_field__green-midtone{background:#ADDC91}.swatch_field__green{background:#2CB34A}[class^=type-color-combo]{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;padding:.5em 1em;list-style:none}.lt-ie9 [class^=type-color-combo]{font-weight:400!important}.h1+[class^=type-color-combo],.h2+[class^=type-color-combo],.h3+[class^=type-color-combo],.h4+[class^=type-color-combo],.h6+[class^=type-color-combo],blockquote+[class^=type-color-combo],dl+[class^=type-color-combo],figure+[class^=type-color-combo],h1+[class^=type-color-combo],h2+[class^=type-color-combo],h3+[class^=type-color-combo],h4+[class^=type-color-combo],h6+[class^=type-color-combo],img+[class^=type-color-combo],ol+[class^=type-color-combo],p+[class^=type-color-combo],table+[class^=type-color-combo],ul+[class^=type-color-combo]{margin-top:2.14285714em}.type-color-combo__black-on-white{border:1px solid #E3E4E5}.type-color-combo__darkgray-on-white{border:1px solid #E3E4E5;color:#43484E}.type-color-combo__white-on-black{background:#101820;color:#FFF}.type-color-combo__white-on-darkgray{background:#43484E;color:#FFF}.type-color-combo__black-on-gray10{background:#F1F2F2}.type-color-combo__black-on-gray5{background:#F8F8F8}.type-color-combo__pacific-on-gray5{background:#F8F8F8;color:#0072CE}.type-color-combo__black-on-greenmid{background:#ADDC91}.type-color-combo__black-on-greentint{background:#DBEDD4}.type-color-combo__white-on-gray{background:#75787B;color:#FFF}.type-color-combo__black-on-gray{background:#75787B}.type-color-combo__gray-on-white{border:1px solid #E3E4E5;color:#75787B}.type-color-combo__white-on-green{background:#2CB34A;color:#FFF}.type-color-combo__green-on-white{border:1px solid #DBEDD4;color:#2CB34A}.type-color-combo__black-on-green{background:#2CB34A;color:#101820}.type-color-combo__green-on-black{background:#101820;color:#2CB34A}#isocon-assets img{height:80%;width:80%}.minicon-scale-table td,.minicon-scale-table th{padding:0 5px;border-left:1px solid #F1F2F2;background:0 0!important;color:#101820!important;text-align:center}.minicon-scale-table td:first-child,.minicon-scale-table th:first-child{border:none}.minicon-scale-table th{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em}.lt-ie9 .minicon-scale-table th{font-weight:400!important}.minicon-scale-table .cf-icon{display:block;margin:20px 20px 0}.minicon-asset-lib h3{margin-top:1.5em}.minicon-asset-lib .minicon-assets-div{display:inline-block;box-sizing:border-box;width:6em;text-align:center;border-right:1px solid #F1F2F2}.minicon-asset-lib .minicon-assets-div:last-child{border-right:none}.minicon-asset-lib .minicon-assets-div h6{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;line-height:1.325em;text-transform:capitalize;letter-spacing:0;margin-bottom:1.5em}.lt-ie9 .minicon-asset-lib .minicon-assets-div h6{font-weight:400!important}.minicon-asset-lib .minicon-assets-div .cf-icon{font-size:40px;display:block;margin:.75em 0}.minicon-scale-48pt{font-size:48pt}.minicon-scale-36pt{font-size:36pt}.minicon-scale-28pt{font-size:28pt}.minicon-scale-21pt{font-size:21pt}.minicon-scale-14pt{font-size:14pt}.minicon-scale-40px{font-size:40px}.minicon-scale-30px{font-size:30px}.minicon-scale-25px{font-size:25px}.minicon-scale-20px{font-size:20px}.minicon-scale-16px{font-size:16px}.abc p{font-size:1.125em;letter-spacing:3px;margin-bottom:.5em}.demi-ex p{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .demi-ex p{font-weight:400!important}.medium-ex p{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .medium-ex p{font-weight:400!important}.regular-ex p{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.regular-ex p em,.regular-ex p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .regular-ex p em,.lt-ie9 .regular-ex p i{font-style:normal!important}.regular-ex p b,.regular-ex p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .regular-ex p b,.lt-ie9 .regular-ex p strong{font-weight:400!important}.georgia-ex{font-family:Georgia,"Times New Roman",serif}#print-hierarchy-ex .superheading{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:60pt;line-height:66pt}.lt-ie9 #print-hierarchy-ex .superheading{font-weight:400!important}#print-hierarchy-ex h1{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:38pt;line-height:40pt}#print-hierarchy-ex h1 em,#print-hierarchy-ex h1 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 #print-hierarchy-ex h1 em,.lt-ie9 #print-hierarchy-ex h1 i{font-style:normal!important}#print-hierarchy-ex h1 b,#print-hierarchy-ex h1 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 #print-hierarchy-ex h1 b,.lt-ie9 #print-hierarchy-ex h1 strong{font-weight:400!important}#print-hierarchy-ex h2.h2-print-ex{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;border-bottom:none;margin-top:0;font-size:26pt;line-height:28pt}#print-hierarchy-ex h2.h2-print-ex em,#print-hierarchy-ex h2.h2-print-ex i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 #print-hierarchy-ex h2.h2-print-ex em,.lt-ie9 #print-hierarchy-ex h2.h2-print-ex i{font-style:normal!important}#print-hierarchy-ex h2.h2-print-ex b,#print-hierarchy-ex h2.h2-print-ex strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 #print-hierarchy-ex h2.h2-print-ex b,.lt-ie9 #print-hierarchy-ex h2.h2-print-ex strong{font-weight:400!important}#print-hierarchy-ex h3.h3-print-ex{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:16pt;line-height:18pt}.lt-ie9 #print-hierarchy-ex h3.h3-print-ex{font-weight:400!important}#print-hierarchy-ex h4.h4-print-ex{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:14pt;line-height:16pt}.lt-ie9 #print-hierarchy-ex h4.h4-print-ex{font-weight:400!important}#print-hierarchy-ex h5{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:10pt;line-height:12pt;letter-spacing:1pt;text-transform:uppercase}.lt-ie9 #print-hierarchy-ex h5{font-weight:400!important}#print-hierarchy-ex h6{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:12pt;line-height:14pt;letter-spacing:0;text-transform:none}.lt-ie9 #print-hierarchy-ex h6{font-weight:400!important}p.print-subheading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:16pt;line-height:20pt}p.print-subheading em,p.print-subheading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 p.print-subheading em,.lt-ie9 p.print-subheading i{font-style:normal!important}p.print-subheading b,p.print-subheading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 p.print-subheading b,.lt-ie9 p.print-subheading strong{font-weight:400!important}p.print-avenir-para{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:11pt;line-height:16pt}p.print-avenir-para em,p.print-avenir-para i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 p.print-avenir-para em,.lt-ie9 p.print-avenir-para i{font-style:normal!important}p.print-avenir-para b,p.print-avenir-para strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 p.print-avenir-para b,.lt-ie9 p.print-avenir-para strong{font-weight:400!important}p.print-georgia-para{font-size:11pt;line-height:16pt}.print-ul ul li p{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:11pt;line-height:14pt;margin-bottom:1em}.print-ul ul li p em,.print-ul ul li p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .print-ul ul li p em,.lt-ie9 .print-ul ul li p i{font-style:normal!important}.print-ul ul li p b,.print-ul ul li p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .print-ul ul li p b,.lt-ie9 .print-ul ul li p strong{font-weight:400!important}.repo-list-header{margin-bottom:.75em}.content .repo-list{padding-left:0}.repo-list li{list-style:none;display:block;box-sizing:border-box;float:left;background-color:#E7E7E6;border-left:1px solid #BABBBD;padding:.75em 1em}.repo-list li:first-child{text-align:center;border-left:none;line-height:75px;padding:0 .75em}.repo-list .cf-icon{font-size:30px;color:#75787B}.repo-list a:link,.repo-list a:visited{display:block;border-width:0;background-color:#E7E7E6}.repo-list h4{margin-bottom:.125em}.repo-list p{margin:0;font-size:.875em;color:#75787B;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.repo-list p em,.repo-list p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .repo-list p em,.lt-ie9 .repo-list p i{font-style:normal!important}.repo-list p b,.repo-list p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .repo-list p b,.lt-ie9 .repo-list p strong{font-weight:400!important}.repo-list li{height:6em;max-height:6em;width:75%}.repo-list li:first-child{width:25%}.repo-list a:link,.repo-list a:visited{max-height:6em}h2 span.cf-code-link{float:right;font-size:.625em;padding-top:.7em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 h2 span.cf-code-link{font-weight:400!important}ul.list_links-minicons{padding-left:0;list-style:none}ul.list_links-minicons li{margin:.5em 0}.nav-link-ex ul.toc{border-bottom:none}.link-with-icon{display:inline-block;position:relative}.link-with-icon>.cf-icon{padding-left:.375em;position:absolute;top:.1875em;left:100%}.link-with-icon__left{margin-left:1.25em}.link-with-icon__left>[class^=fa]{left:-1.5em}.grid-demo{max-width:1170px;padding-right:15px;padding-left:15px;margin:20px auto 40px;clear:both}.grid-demo section{display:block;position:relative;margin-left:-15px;margin-right:-15px}.grid-demo .col{margin-bottom:10px;border-left-color:#2cb34a;border-right-color:#2cb34a;background-color:#dbedd4}.grid-demo .col:after,.grid-demo .col:before{content:"";display:block;width:100%;height:7.5px;background-color:#addc91}.grid-demo .col:before{margin-bottom:7.5px}.grid-demo .col:after{margin-top:7.5px}.grid-demo p{max-width:none;text-align:center;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-top:1.125em}.grid-demo p em,.grid-demo p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .grid-demo p em,.lt-ie9 .grid-demo p i{font-style:normal!important}.grid-demo p b,.grid-demo p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .grid-demo p b,.lt-ie9 .grid-demo p strong{font-weight:400!important}.col-12{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .col-12{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-11{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:91.66666667%}.lt-ie8 .col-11{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-10{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:83.33333333%}.lt-ie8 .col-10{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-9{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .col-9{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .col-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-7{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:58.33333333%}.lt-ie8 .col-7{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-6{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .col-6{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-5{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:41.66666667%}.lt-ie8 .col-5{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .col-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .col-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-2{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:16.66666667%}.lt-ie8 .col-2{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-1{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:8.33333333%}.lt-ie8 .col-1{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.secondary-nav{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.secondary-nav em,.secondary-nav i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .secondary-nav em,.lt-ie9 .secondary-nav i{font-style:normal!important}.secondary-nav b,.secondary-nav strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .secondary-nav b,.lt-ie9 .secondary-nav strong{font-weight:400!important}.secondary-nav a{display:block;padding:10px}.secondary-nav a,.secondary-nav a:link,.secondary-nav a:visited{border-bottom:none;color:#101820}.secondary-nav .secondary-nav-active>a,.secondary-nav a:focus,.secondary-nav a:hover{border-left:4px solid #2CB34A;margin-left:-4px;color:#101820}.secondary-nav a:active{background-color:#F8F8F8;color:#101820}.secondary-nav ul{margin:0;padding:0}.secondary-nav li{list-style:none;border-bottom:1px solid #BABBBD;font-size:1.125em;padding-left:4px}.secondary-nav li:last-child{border-bottom:none}.sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%;padding-bottom:2em;padding-top:2em}.lt-ie8 .sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.body-wrapper{display:table;height:100%;width:100%}.footer{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;display:table-row;height:1px;padding:2em 0;border-top:2px solid #BABBBD;background:#F1F2F2;width:100%}.footer em,.footer i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .footer em,.lt-ie9 .footer i{font-style:normal!important}.footer b,.footer strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .footer b,.lt-ie9 .footer strong{font-weight:400!important}.footer h4{margin-top:0;font-size:16px;line-height:1.5em;text-transform:uppercase}.footer p{max-width:45em;font-size:.875em;line-height:1.42857142857143}.footer a,.footer a:link,.footer a:visited{border-bottom:1px dotted}.footer a:hover{border-bottom:1px dotted #0072CE}.footer .footer-container{padding-top:2em;padding-bottom:2em}.footer .footer-links ul{list-style:none;padding-left:0;margin-top:0}.footer p{margin:.75em 0}.footer .footer-links li,.footer .footer-links ul{margin-left:0}.footer-links{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:20%}.lt-ie8 .footer-links{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.footer-oss{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:30%}.lt-ie8 .footer-oss{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.footer-standards{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:30%}.lt-ie8 .footer-standards{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.highlight .hll{background-color:#ffc}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d01040}.highlight .na{color:teal}.highlight .nb{color:#0086B3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .s2,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d01040}.highlight .sr{color:#009926}.highlight .s1{color:#d01040}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc,.highlight .vg,.highlight .vi{color:teal}.highlight .il{color:#099}@media print{*{background:0 0!important;color:#000!important;text-shadow:none!important;-webkit-filter:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{color:#444!important;text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}pre{padding:1.375em 1em;white-space:pre;white-space:pre-wrap;word-wrap:break-word}code,kbd,pre,samp{font-family:Consolas,Menlo,Monaco,Courier,monospace;margin-bottom:1.375em}.u-visually-hidden.focusable:active,.u-visually-hidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}body,html{height:100%;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility;word-wrap:break-word;overflow-wrap:break-word}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.cf{zoom:1} \ No newline at end of file diff --git a/static/css/main.min.css b/static/css/main.min.css index 55571ebd..e5d35c6b 100644 --- a/static/css/main.min.css +++ b/static/css/main.min.css @@ -3,21 +3,4 @@ * http://cfpb.github.io/design-manual/ * Licensed CC0 by Consumer Financial Protection Bureau */ -<<<<<<< HEAD -@import url(//fast.fonts.net/t/1.css?apiType=css&projectid=44e8c964-4684-44c6-a6e3-3f3da8787b50);/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}/*! normalize-legacy-addon | MIT License | https://github.com/cfpb/normalize-legacy-addon */html{font-size:100%}button,html,input,select,textarea{font-family:sans-serif}h1{margin:.67em 0}h2{margin:.83em 0}h3{margin:1em 0}h4{margin:1.33em 0}h5{margin:1.67em 0}h6{margin:2.33em 0}blockquote{margin:1em 40px}p,pre{margin:1em 0}q{quotes:none}q:after,q:before{content:'';content:none}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none}img{-ms-interpolation-mode:bicubic}form{margin:0}legend{border:0;white-space:normal}button,input,select,textarea{vertical-align:baseline}.no-js .u-js-only{display:none!important}.u-clearfix:after{content:"";display:table;clear:both}.lt-ie8 .u-clearfix{zoom:1}.u-visually-hidden{position:absolute;width:1px;height:1px;border:0;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0)}.u-inline-block{display:inline-block}.lt-ie8 .u-inline-block{display:inline}.u-right{float:right}.u-break-word{word-break:break-all}.u-flexible-container{position:relative;padding-bottom:56.25%;height:0}.u-flexible-container_inner{position:absolute;top:0;left:0;width:100%;height:100%}.u-flexible-container__4-3{position:relative;padding-bottom:75%;height:0}.u-mt0{margin-top:0!important}.u-mb0{margin-bottom:0!important}.u-mt5{margin-top:5px!important}.u-mb5{margin-bottom:5px!important}.u-mt10{margin-top:10px!important}.u-mb10{margin-bottom:10px!important}.u-mt15{margin-top:15px!important}.u-mb15{margin-bottom:15px!important}.u-mt20{margin-top:20px!important}.u-mb20{margin-bottom:20px!important}.u-mt30{margin-top:30px!important}.u-mb30{margin-bottom:30px!important}.u-mt45{margin-top:45px!important}.u-mb45{margin-bottom:45px!important}.u-mt60{margin-top:60px!important}.u-mb60{margin-bottom:60px!important}.u-w100pct{width:100%}.u-w90pct{width:90%}.u-w80pct{width:80%}.u-w70pct{width:70%}.u-w60pct{width:60%}.u-w50pct{width:50%}.u-w40pct{width:40%}.u-w30pct{width:30%}.u-w20pct{width:20%}.u-w10pct{width:10%}.u-w75pct{width:75%}.u-w25pct{width:25%}.u-w66pct{width:66.66666667%}.u-w33pct{width:33.33333333%}@media only all and (max-width:37.5em){.u-hide-on-mobile{display:none}}.u-show-on-mobile{display:none}@media only all and (max-width:37.5em){.u-show-on-mobile{display:block}}.u-small-text,small{font-size:.875em}body{color:#101820;font-family:Georgia,"Times New Roman",serif;font-size:100%;line-height:1.375}h1,h2,h3,h4,h5,h6{margin-top:0}.h1,h1{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.44117647em;font-size:2.125em;line-height:1.25}.h1 em,.h1 i,h1 em,h1 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h1 em,.lt-ie9 .h1 i,.lt-ie9 h1 em,.lt-ie9 h1 i{font-style:normal!important}.h1 b,.h1 strong,h1 b,h1 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h1 b,.lt-ie9 .h1 strong,.lt-ie9 h1 b,.lt-ie9 h1 strong{font-weight:400!important}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.76470588em}@media only all and (max-width:37.5em){.h1,h1{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.h1 em,.h1 i,h1 em,h1 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h1 em,.lt-ie9 .h1 i,.lt-ie9 h1 em,.lt-ie9 h1 i{font-style:normal!important}.h1 b,.h1 strong,h1 b,h1 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h1 b,.lt-ie9 .h1 strong,.lt-ie9 h1 b,.lt-ie9 h1 strong{font-weight:400!important}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73076923em}.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15384615em}}.h2,h2{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.h2 em,.h2 i,h2 em,h2 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h2 em,.lt-ie9 .h2 i,.lt-ie9 h2 em,.lt-ie9 h2 i{font-style:normal!important}.h2 b,.h2 strong,h2 b,h2 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h2 b,.lt-ie9 .h2 strong,.lt-ie9 h2 b,.lt-ie9 h2 strong{font-weight:400!important}blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.73076923em}.h1+.h2,.h1+h2,.h3+.h2,.h3+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,h1+.h2,h1+h2,h3+.h2,h3+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2{margin-top:1.15384615em}@media only all and (max-width:37.5em){.h2,h2{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25}.h2 em,.h2 i,h2 em,h2 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h2 em,.lt-ie9 .h2 i,.lt-ie9 h2 em,.lt-ie9 h2 i{font-style:normal!important}.h2 b,.h2 strong,h2 b,h2 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h2 b,.lt-ie9 .h2 strong,.lt-ie9 h2 b,.lt-ie9 h2 strong{font-weight:400!important}blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36363636em}}.h3,h3{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25}.h3 em,.h3 i,h3 em,h3 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h3 em,.lt-ie9 .h3 i,.lt-ie9 h3 em,.lt-ie9 h3 i{font-style:normal!important}.h3 b,.h3 strong,h3 b,h3 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h3 b,.lt-ie9 .h3 strong,.lt-ie9 h3 b,.lt-ie9 h3 strong{font-weight:400!important}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h4+.h3,.h4+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h4+.h3,h4+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.36363636em}@media only all and (max-width:37.5em){.h3,h3{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25}.lt-ie9 .h3,.lt-ie9 h3{font-weight:400!important}}.h4,h4{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25}.lt-ie9 .h4,.lt-ie9 h4{font-weight:400!important}.h1+.h4,.h1+h4,.h2+.h4,.h2+h4,.h3+.h4,.h3+h4,.h5+.h4,.h5+h4,.h6+.h4,.h6+h4,blockquote+.h4,blockquote+h4,dl+.h4,dl+h4,figure+.h4,figure+h4,h1+.h4,h1+h4,h2+.h4,h2+h4,h3+.h4,h3+h4,h5+.h4,h5+h4,h6+.h4,h6+h4,img+.h4,img+h4,ol+.h4,ol+h4,p+.h4,p+h4,table+.h4,table+h4,ul+.h4,ul+h4{margin-top:1.66666667em}.h5,h5{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 .h5,.lt-ie9 h5{font-weight:400!important}.h1+.h5,.h1+h5,.h2+.h5,.h2+h5,.h3+.h5,.h3+h5,.h4+.h5,.h4+h5,.h6+.h5,.h6+h5,blockquote+.h5,blockquote+h5,dl+.h5,dl+h5,figure+.h5,figure+h5,h1+.h5,h1+h5,h2+.h5,h2+h5,h3+.h5,h3+h5,h4+.h5,h4+h5,h6+.h5,h6+h5,img+.h5,img+h5,ol+.h5,ol+h5,p+.h5,p+h5,table+.h5,table+h5,ul+.h5,ul+h5{margin-top:2.14285714em}.h6,h6{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.25em;font-size:.75em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 .h6,.lt-ie9 h6{font-weight:400!important}.h1+.h6,.h1+h6,.h2+.h6,.h2+h6,.h3+.h6,.h3+h6,.h4+.h6,.h4+h6,.h5+.h6,.h5+h6,blockquote+.h6,blockquote+h6,dl+.h6,dl+h6,figure+.h6,figure+h6,h1+.h6,h1+h6,h2+.h6,h2+h6,h3+.h6,h3+h6,h4+.h6,h4+h6,h5+.h6,h5+h6,img+.h6,img+h6,ol+.h6,ol+h6,p+.h6,p+h6,table+.h6,table+h6,ul+.h6,ul+h6{margin-top:2.5em}.lead-paragraph,.subheader{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.375em;line-height:1.25;margin-top:1.36363636em;margin-bottom:.83333333em}.lead-paragraph em,.lead-paragraph i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .lead-paragraph em,.lt-ie9 .lead-paragraph i{font-style:normal!important}.lead-paragraph b,.lead-paragraph strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .lead-paragraph b,.lt-ie9 .lead-paragraph strong{font-weight:400!important}@media only all and (max-width:37.5em){.lead-paragraph,.subheader{margin-top:1.66666667em;font-size:1.125em}}.superheader,.superheading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.41666667em;font-size:3em;line-height:1.25}.superheading em,.superheading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .superheading em,.lt-ie9 .superheading i{font-style:normal!important}.superheading b,.superheading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .superheading b,.lt-ie9 .superheading strong{font-weight:400!important}blockquote,dl,figure,ol,p,table,ul{margin-top:0;margin-bottom:.9375em}p+ol,p+ul{margin-top:-.3125em}:not(nav) li{margin-bottom:.5em}.lt-ie9 nav li{margin-bottom:0}a{border-width:0;border-style:dotted;border-color:#0072ce;color:#0072ce;text-decoration:none}a.visited,a:visited{border-color:#005e5d;color:#005e5d}a.hover,a:hover{border-style:solid;border-color:#7fb8e6;color:#7fb8e6}a.focus,a:focus{border-style:solid;outline:dotted thin}a.active,a:active{border-style:solid;border-color:#002d72;color:#002d72}dd a,li a,p a{border-bottom-width:1px}nav a{border-bottom-width:0}ul{padding-left:2em;list-style:square}ol{padding-left:1.9375em}ol>li{padding-left:.0625em}table{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}table em,table i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 table em,.lt-ie9 table i{font-style:normal!important}table b,table strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 table b,.lt-ie9 table strong{font-weight:400!important}td,th{padding:.625em}thead td,thead th{color:#fff;background:#43484e;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 thead td,.lt-ie9 thead th{font-weight:400!important}.h1+thead td,.h1+thead th,.h2+thead td,.h2+thead th,.h3+thead td,.h3+thead th,.h4+thead td,.h4+thead th,.h6+thead td,.h6+thead th,blockquote+thead td,blockquote+thead th,dl+thead td,dl+thead th,figure+thead td,figure+thead th,h1+thead td,h1+thead th,h2+thead td,h2+thead th,h3+thead td,h3+thead th,h4+thead td,h4+thead th,h6+thead td,h6+thead th,img+thead td,img+thead th,ol+thead td,ol+thead th,p+thead td,p+thead th,table+thead td,table+thead th,ul+thead td,ul+thead th{margin-top:2.14285714em}tbody tr,thead{border-bottom:1px solid #5b616b}th{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:left}.lt-ie9 th{font-weight:400!important}tbody th{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}tbody th em,tbody th i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 tbody th em,.lt-ie9 tbody th i{font-style:normal!important}tbody th b,tbody th strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 tbody th b,.lt-ie9 tbody th strong{font-weight:400!important}blockquote{margin-right:.9375em;margin-left:.9375em}@media only all and (min-width:37.5625em){blockquote{margin-right:1.875em;margin-left:1.875em}}label{display:block;margin-bottom:.3125em;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}label em,label i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 label em,.lt-ie9 label i{font-style:normal!important}label b,label strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 label b,.lt-ie9 label strong{font-weight:400!important}label input[type=checkbox],label input[type=radio]{margin-right:.375em}input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=url],select[multiple],textarea{display:inline-block;margin:0;padding:.375em;font-family:Arial,sans-serif;font-size:1em;background:#fff;border:1px solid #75787b;border-radius:0;vertical-align:top;-webkit-appearance:none;-webkit-user-modify:read-write-plaintext-only}::-webkit-search-decoration{-webkit-appearance:none}input[type=email].focus,input[type=email]:focus,input[type=number].focus,input[type=number]:focus,input[type=search].focus,input[type=search]:focus,input[type=tel].focus,input[type=tel]:focus,input[type=text].focus,input[type=text]:focus,input[type=url].focus,input[type=url]:focus,select[multiple].focus,select[multiple]:focus,textarea.focus,textarea:focus{border:1px solid #0072ce;outline:#0072ce solid 1px;outline-offset:0;box-shadow:none}::-webkit-input-placeholder{color:#75787b}::-moz-placeholder{color:#75787b}:-ms-input-placeholder{color:#75787b}img{max-width:100%}figure img{vertical-align:middle}.figure__bordered img{border:1px solid #babbbd}@font-face{font-family:'CFPB Minicons';src:url(../fonts/cf-icons.eot);src:url(../fonts/cf-icons.eot?#iefix) format('embedded-opentype'),url(../fonts/cf-icons.woff) format('woff'),url(../fonts/cf-icons.ttf) format('truetype'),url(../fonts/cf-icons.svg) format('svg');font-weight:400;font-style:normal}.cf-icon{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased}.cf-icon__lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.cf-icon__2x{font-size:2em}.cf-icon__3x{font-size:3em}.cf-icon__4x{font-size:4em}.cf-icon__5x{font-size:5em}.cf-icon__border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.cf-icon__rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.cf-icon__rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.cf-icon__rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.cf-icon__flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.cf-icon__flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .cf-icon__flip-horizontal,:root .cf-icon__flip-vertical,:root .cf-icon__rotate-180,:root .cf-icon__rotate-270,:root .cf-icon__rotate-90{-webkit-filter:none;filter:none}.cf-icon__spin{-webkit-animation:cf-spin 2s infinite linear;animation:cf-spin 2s infinite linear}.cf-icon__pulse{-webkit-animation:cf-spin 1s infinite steps(8);animation:cf-spin 1s infinite steps(8)}@-webkit-keyframes cf-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes cf-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.cf-icon-left:before{content:"\e000"}.cf-icon-left-round:before{content:"\e001"}.cf-icon-right:before{content:"\e002"}.cf-icon-right-round:before{content:"\e003"}.cf-icon-up:before{content:"\e004"}.cf-icon-up-round:before{content:"\e005"}.cf-icon-down:before{content:"\e006"}.cf-icon-down-round:before{content:"\e007"}.cf-icon-arrow-left:before{content:"\e008"}.cf-icon-arrow-left-round:before{content:"\e009"}.cf-icon-arrow-right:before{content:"\e010"}.cf-icon-arrow-right-round:before{content:"\e011"}.cf-icon-arrow-up:before{content:"\e012"}.cf-icon-arrow-up-round:before{content:"\e013"}.cf-icon-arrow-down:before{content:"\e014"}.cf-icon-arrow-down-round:before{content:"\e015"}.cf-icon-approved:before{content:"\e100"}.cf-icon-approved-round:before{content:"\e101"}.cf-icon-error:before{content:"\e102"}.cf-icon-error-round:before{content:"\e103"}.cf-icon-help:before{content:"\e104"}.cf-icon-help-round:before{content:"\e105"}.cf-icon-delete:before{content:"\e106"}.cf-icon-delete-round:before{content:"\e107"}.cf-icon-plus:before{content:"\e108"}.cf-icon-plus-round:before{content:"\e109"}.cf-icon-minus:before{content:"\e110"}.cf-icon-minus-round:before{content:"\e111"}.cf-icon-update:before{content:"\e112"}.cf-icon-update-round:before{content:"\e113"}.cf-icon-youtube:before{content:"\e200"}.cf-icon-youtube-square:before{content:"\e201"}.cf-icon-linkedin:before{content:"\e202"}.cf-icon-linkedin-square:before{content:"\e203"}.cf-icon-facebook:before{content:"\e204"}.cf-icon-facebook-square:before{content:"\e205"}.cf-icon-flickr:before{content:"\e206"}.cf-icon-flickr-square:before{content:"\e207"}.cf-icon-twitter:before{content:"\e208"}.cf-icon-twitter-square:before{content:"\e209"}.cf-icon-github:before{content:"\e210"}.cf-icon-github-square:before{content:"\e211"}.cf-icon-email-social:before{content:"\e212"}.cf-icon-email-social-square:before{content:"\e213"}.cf-icon-web:before{content:"\e300"}.cf-icon-web-round:before{content:"\e301"}.cf-icon-email:before{content:"\e302"}.cf-icon-email-round:before{content:"\e303"}.cf-icon-mail:before{content:"\e304"}.cf-icon-mail-round:before{content:"\e305"}.cf-icon-phone:before{content:"\e306"}.cf-icon-phone-round:before{content:"\e307"}.cf-icon-technology:before{content:"\e308"}.cf-icon-technology-round:before{content:"\e309"}.cf-icon-fax:before{content:"\e310"}.cf-icon-fax-round:before{content:"\e311"}.cf-icon-document:before{content:"\e400"}.cf-icon-document-round:before{content:"\e401"}.cf-icon-pdf:before{content:"\e402"}.cf-icon-pdf-round:before{content:"\e403"}.cf-icon-upload:before{content:"\e404"}.cf-icon-upload-round:before{content:"\e405"}.cf-icon-download:before{content:"\e406"}.cf-icon-download-round:before{content:"\e407"}.cf-icon-copy:before{content:"\e408"}.cf-icon-copy-round:before{content:"\e409"}.cf-icon-edit:before{content:"\e410"}.cf-icon-edit-round:before{content:"\e411"}.cf-icon-attach:before{content:"\e412"}.cf-icon-attach-round:before{content:"\e413"}.cf-icon-print:before{content:"\e414"}.cf-icon-print-round:before{content:"\e415"}.cf-icon-save:before{content:"\e416"}.cf-icon-save-round:before{content:"\e417"}.cf-icon-appendix:before{content:"\e418"}.cf-icon-appendix-round:before{content:"\e419"}.cf-icon-supplement:before{content:"\e420"}.cf-icon-supplement-round:before{content:"\e421"}.cf-icon-rss:before{content:"\e422"}.cf-icon-rss-round:before{content:"\e423"}.cf-icon-bank-account:before{content:"\e500"}.cf-icon-bank-account-round:before{content:"\e501"}.cf-icon-credit-card:before{content:"\e502"}.cf-icon-credit-card-round:before{content:"\e503"}.cf-icon-loan:before{content:"\e504"}.cf-icon-loan-round:before{content:"\e505"}.cf-icon-money-transfer:before{content:"\e506"}.cf-icon-money-transfer-round:before{content:"\e507"}.cf-icon-mortgage:before{content:"\e508"}.cf-icon-mortgage-round:before{content:"\e509"}.cf-icon-debt-collection:before{content:"\e510"}.cf-icon-debt-collection-round:before{content:"\e511"}.cf-icon-credit-report:before{content:"\e512"}.cf-icon-credit-report-round:before{content:"\e513"}.cf-icon-money:before{content:"\e514"}.cf-icon-money-round:before{content:"\e515"}.cf-icon-quick-cash:before{content:"\e516"}.cf-icon-quick-cash-round:before{content:"\e517"}.cf-icon-contract:before{content:"\e518"}.cf-icon-contract-round:before{content:"\e519"}.cf-icon-complaint:before{content:"\e520"}.cf-icon-complaint-round:before{content:"\e521"}.cf-icon-getting-credit-card:before{content:"\e522"}.cf-icon-getting-credit-card-round:before{content:"\e523"}.cf-icon-buying-car:before{content:"\e524"}.cf-icon-buying-car-round:before{content:"\e525"}.cf-icon-paying-college:before{content:"\e526"}.cf-icon-paying-college-round:before{content:"\e527"}.cf-icon-owning-home:before{content:"\e528"}.cf-icon-owning-home-round:before{content:"\e529"}.cf-icon-debt:before{content:"\e530"}.cf-icon-debt-round:before{content:"\e531"}.cf-icon-building-credit:before{content:"\e532"}.cf-icon-building-credit-round:before{content:"\e533"}.cf-icon-prepaid-cards:before{content:"\e534"}.cf-icon-prepaid-cards-round:before{content:"\e535"}.cf-icon-payday-loan:before{content:"\e536"}.cf-icon-payday-loan-round:before{content:"\e537"}.cf-icon-retirement:before{content:"\e538"}.cf-icon-retirement-round:before{content:"\e539"}.cf-icon-user:before{content:"\e600"}.cf-icon-user-round:before{content:"\e601"}.cf-icon-wifi:before{content:"\e602"}.cf-icon-wifi-round:before{content:"\e603"}.cf-icon-search:before{content:"\e604"}.cf-icon-search-round:before{content:"\e605"}.cf-icon-share:before{content:"\e606"}.cf-icon-share-round:before{content:"\e607"}.cf-icon-link:before{content:"\e608"}.cf-icon-link-round:before{content:"\e609"}.cf-icon-external-link:before{content:"\e610"}.cf-icon-external-link-round:before{content:"\e611"}.cf-icon-audio-mute:before{content:"\e612"}.cf-icon-audio-mute-round:before{content:"\e616"}.cf-icon-audio-low:before{content:"\e613"}.cf-icon-audio-low-round:before{content:"\e617"}.cf-icon-audio-medium:before{content:"\e614"}.cf-icon-audio-medium-round:before{content:"\e618"}.cf-icon-audio-max:before{content:"\e615"}.cf-icon-audio-max-round:before{content:"\e619"}.cf-icon-favorite:before{content:"\e620"}.cf-icon-favorite-round:before{content:"\e621"}.cf-icon-unfavorite:before{content:"\e622"}.cf-icon-unfavorite-round:before{content:"\e623"}.cf-icon-bookmark:before{content:"\e624"}.cf-icon-bookmark-round:before{content:"\e625"}.cf-icon-unbookmark:before{content:"\e626"}.cf-icon-unbookmark-round:before{content:"\e627"}.cf-icon-settings:before{content:"\e628"}.cf-icon-settings-round:before{content:"\e629"}.cf-icon-menu:before{content:"\e630"}.cf-icon-menu-round:before{content:"\e631"}.cf-icon-lock:before{content:"\e632"}.cf-icon-lock-round:before{content:"\e633"}.cf-icon-unlock:before{content:"\e634"}.cf-icon-unlock-round:before{content:"\e635"}.cf-icon-clock:before{content:"\e636"}.cf-icon-clock-round:before{content:"\e637"}.cf-icon-chart:before{content:"\e638"}.cf-icon-chart-round:before{content:"\e639"}.cf-icon-play:before{content:"\e640"}.cf-icon-play-round:before{content:"\e641"}.cf-icon-history:before{content:"\e642"}.cf-icon-history-round:before{content:"\e643"}.cf-icon-table-of-contents:before{content:"\e644"}.cf-icon-table-of-contents-round:before{content:"\e645"}.cf-icon-newspaper:before{content:"\e700"}.cf-icon-newspaper-round:before{content:"\e701"}.cf-icon-microphone:before{content:"\e702"}.cf-icon-microphone-round:before{content:"\e703"}.cf-icon-bullhorn:before{content:"\e704"}.cf-icon-bullhorn-round:before{content:"\e705"}.cf-icon-double-quote:before{content:"\e708"}.cf-icon-double-quote-round:before{content:"\e709"}.cf-icon-speech-bubble:before{content:"\e710"}.cf-icon-speech-bubble-round:before{content:"\e711"}.cf-icon-information:before{content:"\e712"}.cf-icon-information-round:before{content:"\e713"}.cf-icon-lightbulb:before{content:"\e714"}.cf-icon-lightbulb-round:before{content:"\e715"}.cf-icon-dialogue:before{content:"\e716"}.cf-icon-dialogue-round:before{content:"\e717"}.cf-icon-date:before{content:"\e718"}.cf-icon-date-round:before{content:"\e719"}.cf-icon-closing-quote:before{content:"\e720"}.cf-icon-closing-quote-round:before{content:"\e721"}.cf-icon-livestream:before{content:"\e722"}.cf-icon-livestream-round:before{content:"\e723"}.cf-icon-parents:before{content:"\e724"}.cf-icon-parents-round:before{content:"\e725"}.cf-icon-servicemembers:before{content:"\e726"}.cf-icon-servicemembers-round:before{content:"\e727"}.btn{display:inline-block;box-sizing:border-box;padding:.5em .875em;border:0;border-radius:.25em;margin:0;vertical-align:middle;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;line-height:normal;text-decoration:none;cursor:pointer;transition:background-color .1s;-webkit-appearance:none}.lt-ie9 .btn{font-weight:400!important}.btn,.btn:link,.btn:visited{background-color:#0072ce;color:#fff}.btn.hover,.btn:hover{background-color:#328ed8}.btn.focus,.btn:focus{background-color:#328ed8;outline:#0072ce dotted 1px;outline-offset:1px}.btn.active,.btn:active{background-color:#33578e}button.btn::-moz-focus-inner,input.btn::-moz-focus-inner{border:0}.btn+.btn{margin-left:.375em}.lt-ie8{background:url(null) no-repeat fixed}.lt-ie8 button.btn,.lt-ie8 input.btn{overflow:visible;padding-top:.4em;padding-bottom:.4em}.btn__secondary,.btn__secondary:link,.btn__secondary:visited{background-color:#75787b;color:#fff}.btn__secondary.hover,.btn__secondary:hover{background-color:#919395}.btn__secondary.focus,.btn__secondary:focus{background-color:#919395;outline-color:#75787b}.btn__secondary.active,.btn__secondary:active{background-color:#43484e}.btn__warning,.btn__warning:link,.btn__warning:visited{background-color:#d12124;color:#fff}.btn__warning.hover,.btn__warning:hover{background-color:#da6750}.btn__warning.focus,.btn__warning:focus{background-color:#da6750;outline-color:#d12124}.btn__warning.active,.btn__warning:active{background-color:#9c301b}.btn[disabled],.btn[disabled].active,.btn[disabled].focus,.btn[disabled].hover,.btn[disabled]:active,.btn[disabled]:focus,.btn[disabled]:hover,.btn[disabled]:link,.btn[disabled]:visited,.btn__disabled,.btn__disabled.active,.btn__disabled.focus,.btn__disabled.hover,.btn__disabled:active,.btn__disabled:focus,.btn__disabled:hover,.btn__disabled:link,.btn__disabled:visited{background-color:#e3e4e5;color:#75787b;cursor:default;cursor:not-allowed}.btn[disabled].focus,.btn[disabled]:focus,.btn__disabled.focus,.btn__disabled:focus{outline-color:#e3e4e5}.btn__super{padding:.61111111em 1.61111111em;font-size:1.125em}.btn__super+.btn__super{margin-left:.33333333em}.lt-ie8 button.btn__super,.lt-ie8 input.btn__super{padding-top:.66666667em;padding-bottom:.66666667em}.btn_icon__left{padding:0 .65625em 0 0;border-right:1px solid #fff;border-right:1px solid rgba(255,255,255,.4);margin:0 .4375em 0 0}.btn__secondary .btn_icon__left,.btn__warning .btn_icon__left{border-right-color:#fff;border-right-color:rgba(255,255,255,.4)}.btn[disabled] .btn_icon__left,.btn__disabled .btn_icon__left{border-right-color:#75787b;border-right-color:rgba(117,120,123,.4)}.btn_icon__right{padding:0 0 0 .65625em;border-right:0;border-left:1px solid #fff;border-left:1px solid rgba(255,255,255,.4);margin:0 0 0 .4375em}.btn__secondary .btn_icon__right,.btn__warning .btn_icon__right{border-left-color:#fff;border-left-color:rgba(255,255,255,.4)}.btn[disabled] .btn_icon__right,.btn__disabled .btn_icon__right{border-left-color:#75787b;border-left-color:rgba(117,120,123,.4)}.btn__grouped{border-radius:0}.btn__grouped-first{border-top-right-radius:0;border-bottom-right-radius:0}.btn__grouped-last{border-top-left-radius:0;border-bottom-left-radius:0}.btn__grouped,.btn__grouped+.btn__grouped,.btn__grouped+.btn__grouped-last,.btn__grouped-first+.btn__grouped,.btn__grouped-first+.btn__grouped-last,.btn__grouped-last{margin-left:-.1875em}.btn__grouped-first.btn__super+.btn__grouped-last.btn__super,.btn__grouped-first.btn__super+.btn__grouped.btn__super,.btn__grouped-last.btn__super,.btn__grouped.btn__super,.btn__grouped.btn__super+.btn__grouped-last.btn__super,.btn__grouped.btn__super+.btn__grouped.btn__super{margin-left:-.16666667em}.btn__compound-action,.btn__compound-action:link,.btn__compound-action:visited{background-color:#328ed8}.btn__compound-action.hover,.btn__compound-action:focus,.btn__compound-action:hover{background-color:#0072ce}.btn__compound-action.btn__secondary{background-color:#919395}.btn__compound-action.btn__secondary.hover,.btn__compound-action.btn__secondary:focus,.btn__compound-action.btn__secondary:hover{background-color:#75787b}.btn__compound-action.btn__warning{background-color:#da6750}.btn__compound-action.btn__warning.hover,.btn__compound-action.btn__warning:focus,.btn__compound-action.btn__warning:hover{background-color:#d12124}.btn__compound-action.btn__disabled,.btn__compound-action.btn__disabled.hover,.btn__compound-action.btn__disabled:focus,.btn__compound-action.btn__disabled:hover,.btn__compound-action[disabled],.btn__compound-action[disabled].hover,.btn__compound-action[disabled]:focus,.btn__compound-action[disabled]:hover{background-color:#e3e4e5}.btn__compound-action.btn__super{padding-left:1.22222222em;padding-right:1.22222222em}.btn__link{padding:0;border-bottom:1px dotted #0072ce;border-radius:0;margin:.5em 0}.btn__link,.btn__link:link,.btn__link:visited{border-bottom-color:#005e5d;background-color:transparent;color:#005e5d}.btn__link.hover,.btn__link:hover{border-bottom:1px solid #7fb8e6;background-color:transparent;color:#7fb8e6}.btn__link.focus,.btn__link:focus{border-bottom-style:solid;background-color:transparent;outline:#0072ce dotted thin}.btn__link.active,.btn__link:active{border-bottom:1px solid #002d72;background-color:transparent;color:#002d72}.lt-ie8 button.btn__link,.lt-ie8 input.btn__link{padding:0}.btn__link.btn__secondary,.btn__link.btn__secondary:link,.btn__link.btn__secondary:visited{border-bottom-color:#75787b;background-color:transparent;color:#75787b}.btn__link.btn__secondary.hover,.btn__link.btn__secondary:hover{border-bottom-color:#919395;color:#919395}.btn__link.btn__secondary.focus,.btn__link.btn__secondary:focus{outline-color:#75787b}.btn__link.btn__secondary.active,.btn__link.btn__secondary:active{border-bottom-color:#43484e;color:#43484e}.btn__link.btn__warning,.btn__link.btn__warning:link,.btn__link.btn__warning:visited{border-bottom-color:#d12124;background-color:transparent;color:#d12124}.btn__link.btn__warning.hover,.btn__link.btn__warning:hover{border-bottom-color:#da6750;color:#da6750}.btn__link.btn__warning.focus,.btn__link.btn__warning:focus{outline-color:#d12124}.btn__link.btn__warning.active,.btn__link.btn__warning:active{border-bottom-color:#9c301b;color:#9c301b}.form-label-header{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:.71428571em}.lt-ie9 .form-label-header{font-weight:400!important}.h1+.form-label-header,.h2+.form-label-header,.h3+.form-label-header,.h4+.form-label-header,.h6+.form-label-header,blockquote+.form-label-header,dl+.form-label-header,figure+.form-label-header,h1+.form-label-header,h2+.form-label-header,h3+.form-label-header,h4+.form-label-header,h6+.form-label-header,img+.form-label-header,ol+.form-label-header,p+.form-label-header,table+.form-label-header,ul+.form-label-header{margin-top:2.14285714em}.input__super[type=email],.input__super[type=number],.input__super[type=search],.input__super[type=tel],.input__super[type=text],.input__super[type=url]{padding:.55555556em;font-size:1.125em}input[type=email].error,input[type=number].error,input[type=search].error,input[type=tel].error,input[type=text].error,input[type=url].error,select[multiple].error,textarea.error{border:1px solid #d12124;outline:#d12124 solid 1px}input[type=email].warning,input[type=number].warning,input[type=search].warning,input[type=tel].warning,input[type=text].warning,input[type=url].warning,select[multiple].warning,textarea.warning{border:1px solid #ffb108;outline:#ffb108 solid 1px}input[type=email].success,input[type=number].success,input[type=search].success,input[type=tel].success,input[type=text].success,input[type=url].success,select[multiple].success,textarea.success{border:1px solid #2cb34a;outline:#2cb34a solid 1px}.cf-form_input-icon{position:relative;top:.3em;margin-left:.2em;font-size:1.25em}.error+.cf-form_input-icon{color:#d12124}.warning+.cf-form_input-icon{color:#ffb108}.success+.cf-form_input-icon{color:#2cb34a}.form-group+.form-group{margin-top:1.875em}.form-group_item+.form-group_item{margin-top:.9375em}@media only all and (min-width:30em){.input-with-btn{display:block;position:relative;margin-left:-15px;margin-right:-15px}}.input-with-btn_input{margin-bottom:.9375em}@media only all and (min-width:30em){.input-with-btn_input{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 0 0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .input-with-btn_input{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:60em){.input-with-btn_input{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 0 0 15px;margin-right:-.25em;vertical-align:top;width:83.33333333%}.lt-ie8 .input-with-btn_input{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.input-with-btn_input input{box-sizing:border-box;width:100%}.input-with-btn_btn{margin-bottom:.9375em}@media only all and (min-width:30em){.input-with-btn_btn{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .input-with-btn_btn{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:60em){.input-with-btn_btn{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:16.66666667%}.lt-ie8 .input-with-btn_btn{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.input-with-btn_btn .btn{box-sizing:border-box;width:100%}.input-with-btn_btn .btn__super{padding-left:.83333333em;padding-right:.83333333em}.btn-inside-input{position:relative}.btn-inside-input input[type=email],.btn-inside-input input[type=number],.btn-inside-input input[type=search],.btn-inside-input input[type=tel],.btn-inside-input input[type=text],.btn-inside-input input[type=url]{box-sizing:border-box;width:100%;padding-right:4.0625em}.btn-inside-input input[type=email].input__super,.btn-inside-input input[type=number].input__super,.btn-inside-input input[type=search].input__super,.btn-inside-input input[type=tel].input__super,.btn-inside-input input[type=text].input__super,.btn-inside-input input[type=url].input__super{padding-right:5em}.btn-inside-input .btn{border-bottom-width:0!important;position:absolute;right:.9375em;top:0}.btn-inside-input .btn__super{right:.83333333em}.btn-inside-input .btn__link.btn__secondary{background-color:#fff}.content-l{position:relative}@media only all and (min-width:37.5em){.content-l{display:block;position:relative;margin-left:-15px;margin-right:-15px}}@media only all and (min-width:37.5em) and (max-width:47.9375em){.content-l__full .content-l_col.content-l_col-1-3{display:block;width:100%}.content-l__full .content-l_col.content-l_col-1-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-1-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-1-3.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-1-3{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-2-3{display:block;width:100%}.content-l__full .content-l_col.content-l_col-2-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-2-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-2-3.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-2-3{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-3-8{display:block;width:100%}.content-l__full .content-l_col.content-l_col-3-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-3-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-3-8.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-3-8{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-5-8{display:block;width:100%}.content-l__full .content-l_col.content-l_col-5-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-5-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-5-8.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-5-8{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-1-4{display:block;width:100%}.content-l__full .content-l_col.content-l_col-1-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-1-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-1-4.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-1-4{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-3-4{display:block;width:100%}.content-l__full .content-l_col.content-l_col-3-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-3-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-3-4.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-3-4{margin-top:1.875em}}@media only all and (min-width:50.0625em) and (max-width:56.1875em){.content-l__main .content-l_col.content-l_col-1-2{display:block;width:100%}.content-l__main .content-l_col.content-l_col-1-2.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-1-2.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-1-2.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-1-2{margin-top:1.875em}}@media only all and (min-width:37.5em) and (max-width:56.1875em){.content-l__main .content-l_col.content-l_col-1-3{display:block;width:100%}.content-l__main .content-l_col.content-l_col-1-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-1-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-1-3.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-1-3{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-2-3{display:block;width:100%}.content-l__main .content-l_col.content-l_col-2-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-2-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-2-3.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-2-3{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-3-8{display:block;width:100%}.content-l__main .content-l_col.content-l_col-3-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-3-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-3-8.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-3-8{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-5-8{display:block;width:100%}.content-l__main .content-l_col.content-l_col-5-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-5-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-5-8.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-5-8{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-1-4{display:block;width:100%}.content-l__main .content-l_col.content-l_col-1-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-1-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-1-4.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-1-4{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-3-4{display:block;width:100%}.content-l__main .content-l_col.content-l_col-3-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-3-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-3-4.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-3-4{margin-top:1.875em}}.content-l__sidebar .content-l_col.content-l_col-1-3{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-3.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-3{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-2-3{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-2-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-2-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-2-3.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-2-3{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-3-8{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-3-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-3-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-3-8.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-3-8{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-5-8{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-5-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-5-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-5-8.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-5-8{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-1-4{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-4.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-4{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-3-4{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-3-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-3-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-3-4.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-3-4{margin-top:1.875em}@media only all and (min-width:50.0625em){.content-l__sidebar .content-l_col.content-l_col-1-2{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-2.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-2.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-2.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-2{margin-top:1.875em}}@media only all and (min-width:37.5em){.content-l__large-gutters{margin-left:-30px;margin-right:-30px}.content-l__large-gutters .content-l_col{border-left-width:30px;border-right-width:30px}}@media only all and (max-width:37.4375em){.content-l_col+.content-l_col{margin-top:1.875em}}@media only all and (min-width:37.5em){.content-l_col-1{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content-l_col-1{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-2{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .content-l_col-1-2{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .content-l_col-1-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-2-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content-l_col-2-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-3-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:37.5%}.lt-ie8 .content-l_col-3-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-5-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:62.5%}.lt-ie8 .content-l_col-5-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .content-l_col-1-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-3-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .content-l_col-3-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (max-width:37.4375em){.content-l_col__before-divider.content-l_col-1-2{margin-top:3.75em;border-left-width:15px}.content-l_col__before-divider.content-l_col-1-2:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}}@media only all and (min-width:37.5em){.content-l_col__before-divider.content-l_col-1-2{border-left-width:30px}.content-l_col__before-divider.content-l_col-1-2:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#babbbd;margin-left:-30px}}@media only all and (max-width:37.4375em){.content-l_col__before-divider.content-l_col-1-3{margin-top:3.75em;border-left-width:15px}.content-l_col__before-divider.content-l_col-1-3:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}}@media only all and (min-width:37.5em){.content-l_col__before-divider.content-l_col-1-3{border-left-width:30px}.content-l_col__before-divider.content-l_col-1-3:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#babbbd;margin-left:-30px}}.content_bar{height:10px;background:#2cb34a}.content_line{height:1px;background:#babbbd}.content_intro,.content_main,.content_sidebar{padding:1.875em .9375em}@media only all and (min-width:37.5em){.content_intro,.content_main,.content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%;padding:3.75em .9375em}.lt-ie8 .content_intro,.lt-ie8 .content_main,.lt-ie8 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:50.0625em){.content_intro,.content_main,.content_sidebar{padding:3.75em 0}}@media only all and (min-width:50.0625em){.content_intro{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content_intro{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:50.0625em){.content__1-3 .content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%;padding-right:1.875em}.lt-ie8 .content__1-3 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__1-3 .content_main{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%;position:relative}.lt-ie8 .content__1-3 .content_main{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__1-3 .content_main:after{content:'';border-left:1px solid #babbbd;position:absolute;top:3.75em;bottom:0;left:-1.875em}.content__2-1 .content_main{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content__2-1 .content_main{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__2-1 .content_main:after{right:-1.875em}.content__2-1 .content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%;padding-left:1.875em}.lt-ie8 .content__2-1 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:64em){.content__2-1 .content_main__narrow{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%;padding-right:8.33333333%}.lt-ie8 .content__2-1 .content_main__narrow{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc);padding-right:0}}.content__flush-bottom{padding-bottom:0}@media only all and (max-width:50em){.content__flush-top-on-small{padding-top:0}}@media only all and (max-width:50em){.content__flush-all-on-small{padding:0;border-width:0}}.block{margin-top:3.75em;margin-bottom:3.75em}.block__border-top{border-top:1px solid #babbbd}.block__border-right{border-right:1px solid #3a8899}.block__border-bottom{border-bottom:1px solid #babbbd}.block__border-left{border-left:1px solid #3a8899}.block__border{border:1px solid #3a8899}.block__flush-top{margin-top:0!important}.block__flush-bottom{margin-bottom:0!important}.block__flush-sides{margin-right:-15px;margin-left:-15px}@media only all and (min-width:37.5em){.block__flush-sides{margin-right:-30px;margin-left:-30px}}.block__flush{margin-top:0!important;margin:-15px;margin-bottom:0!important}@media only all and (min-width:37.5em){.block__flush{margin-right:-30px;margin-left:-30px}}.block__bg{padding:1.875em .9375em 3.75em;background:#f1f2f2}@media only all and (min-width:37.5em){.block__bg{padding:2.8125em 1.875em}}.block__padded-top{padding-top:1.875em;margin-top:1.875em}.block__padded-bottom{padding-bottom:1.875em;margin-bottom:1.875em}.block__sub{margin-top:1.875em;margin-bottom:1.875em}@media only all and (min-width:37.5em){.content-l_col.block,.content-l_col.block__sub{margin-top:0}}.content__bleedbar .content_main:after{content:none}.content__bleedbar .content_sidebar{padding:1.875em .9375em;background:#f1f2f2}@media only all and (min-width:50.0625em){.content__bleedbar{overflow:hidden}.content__bleedbar .content_sidebar{padding:3.75em 0 .9375em 1.875em;margin-left:0;position:relative;z-index:1;background:0 0}.lt-ie8 .content__bleedbar .content_sidebar{padding-right:30px;background:#f1f2f2}.content__bleedbar .content_wrapper{position:relative}.content__bleedbar .content_wrapper:after{content:'';display:block;width:9999px;border-left:1px solid #babbbd;height:100%;position:absolute;top:0;z-index:0;margin-left:10px;background:#f1f2f2}.content__bleedbar.content__2-1 .content_wrapper:after{left:66.666666667%}.content__bleedbar.content__3-1 .content_wrapper:after{left:75%}}@media only all and (min-width:50.0625em){.content_wrapper,.wrapper{max-width:1170px;padding-right:15px;padding-left:15px;margin:0 auto;clear:both}}.content_wrapper__match-content,.wrapper__match-content{padding-left:15px;padding-right:15px}@media only all and (min-width:37.5em){.content_wrapper__match-content,.wrapper__match-content{padding-left:30px;padding-right:30px;max-width:1140px}}.lt-ie9 .content_wrapper,.lt-ie9 .wrapper{max-width:960px}.lt-ie9 body{min-width:800px}.grid_column__top-divider{margin-top:3.75em;border-left-width:15px}.grid_column__top-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#babbbd;position:static;width:100%;margin-left:auto!important}.grid_column__left-divider{border-left-width:30px}.grid_column__left-divider:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#babbbd;margin-left:-30px}.hero{background-color:#f1f2f2}.hero_wrapper{box-sizing:border-box;padding:1.875em .9375em;width:100%}@media only all and (min-width:37.5em){.hero_wrapper{display:table}}@media only all and (min-width:50.0625em){.hero_wrapper{padding-top:2.8125em;padding-bottom:2.8125em;min-height:17.8125em}}@media only all and (min-width:76.875em){.hero_wrapper{padding-right:0;padding-left:0}}.lt-ie9 .hero_wrapper{min-height:initial}@media only all and (min-width:37.5em){.hero_text{box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;width:58.33333333%;display:table-cell;vertical-align:middle}.lt-ie8 .hero_text{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.hero_heading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.44117647em;font-size:2.125em;line-height:1.25}.hero_heading em,.hero_heading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .hero_heading em,.lt-ie9 .hero_heading i{font-style:normal!important}.hero_heading b,.hero_heading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .hero_heading b,.lt-ie9 .hero_heading strong{font-weight:400!important}@media only all and (max-width:50em){.hero_heading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.hero_heading em,.hero_heading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .hero_heading em,.lt-ie9 .hero_heading i{font-style:normal!important}.hero_heading b,.hero_heading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .hero_heading b,.lt-ie9 .hero_heading strong{font-weight:400!important}}.hero_subhead{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.375em;line-height:1.25;margin-bottom:1.36363636em}.hero_subhead em,.hero_subhead i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .hero_subhead em,.lt-ie9 .hero_subhead i{font-style:normal!important}.hero_subhead b,.hero_subhead strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .hero_subhead b,.lt-ie9 .hero_subhead strong{font-weight:400!important}@media only all and (max-width:50em){.hero_subhead{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25}.lt-ie9 .hero_subhead{font-weight:400!important}}.hero_subhead:last-child{margin-bottom:initial}.hero_cta{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:initial}.hero_cta em,.hero_cta i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .hero_cta em,.lt-ie9 .hero_cta i{font-style:normal!important}.hero_cta b,.hero_cta strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .hero_cta b,.lt-ie9 .hero_cta strong{font-weight:400!important}.hero_image{min-height:12.1875em;background-position:center;background-repeat:no-repeat;background-size:contain}@media only all and (min-width:37.5em){.hero_image{box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;width:41.66666667%;display:table-cell;vertical-align:middle}.lt-ie8 .hero_image{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (max-width:37.4375em){.hero_image{margin-top:1.875em}}.pull-quote_body{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.375em;line-height:1.25;margin-bottom:.54545455em;color:#101820}.pull-quote_body em,.pull-quote_body i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .pull-quote_body em,.lt-ie9 .pull-quote_body i{font-style:normal!important}.pull-quote_body b,.pull-quote_body strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .pull-quote_body b,.lt-ie9 .pull-quote_body strong{font-weight:400!important}.h1+.pull-quote_body,.h2+.pull-quote_body,.h4+.pull-quote_body,.h5+.pull-quote_body,.h6+.pull-quote_body,blockquote+.pull-quote_body,dl+.pull-quote_body,figure+.pull-quote_body,h1+.pull-quote_body,h2+.pull-quote_body,h4+.pull-quote_body,h5+.pull-quote_body,h6+.pull-quote_body,img+.pull-quote_body,ol+.pull-quote_body,p+.pull-quote_body,table+.pull-quote_body,ul+.pull-quote_body{margin-top:1.36363636em}@media only all and (max-width:37.5em){.pull-quote_body{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25}.lt-ie9 .pull-quote_body{font-weight:400!important}}.pull-quote_citation{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;color:#75787b}.lt-ie9 .pull-quote_citation{font-weight:400!important}.h1+.pull-quote_citation,.h2+.pull-quote_citation,.h3+.pull-quote_citation,.h4+.pull-quote_citation,.h6+.pull-quote_citation,blockquote+.pull-quote_citation,dl+.pull-quote_citation,figure+.pull-quote_citation,h1+.pull-quote_citation,h2+.pull-quote_citation,h3+.pull-quote_citation,h4+.pull-quote_citation,h6+.pull-quote_citation,img+.pull-quote_citation,ol+.pull-quote_citation,p+.pull-quote_citation,table+.pull-quote_citation,ul+.pull-quote_citation{margin-top:2.14285714em}.pull-quote__large .pull-quote_body{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.625em;line-height:1.25;margin-bottom:.69230769em}.pull-quote__large .pull-quote_body em,.pull-quote__large .pull-quote_body i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .pull-quote__large .pull-quote_body em,.lt-ie9 .pull-quote__large .pull-quote_body i{font-style:normal!important}.pull-quote__large .pull-quote_body b,.pull-quote__large .pull-quote_body strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .pull-quote__large .pull-quote_body b,.lt-ie9 .pull-quote__large .pull-quote_body strong{font-weight:400!important}blockquote+.pull-quote__large .pull-quote_body,dl+.pull-quote__large .pull-quote_body,figure+.pull-quote__large .pull-quote_body,img+.pull-quote__large .pull-quote_body,ol+.pull-quote__large .pull-quote_body,p+.pull-quote__large .pull-quote_body,table+.pull-quote__large .pull-quote_body,ul+.pull-quote__large .pull-quote_body{margin-top:1.73076923em}.h1+.pull-quote__large .pull-quote_body,.h3+.pull-quote__large .pull-quote_body,.h4+.pull-quote__large .pull-quote_body,.h5+.pull-quote__large .pull-quote_body,.h6+.pull-quote__large .pull-quote_body,h1+.pull-quote__large .pull-quote_body,h3+.pull-quote__large .pull-quote_body,h4+.pull-quote__large .pull-quote_body,h5+.pull-quote__large .pull-quote_body,h6+.pull-quote__large .pull-quote_body{margin-top:1.15384615em}@media only all and (max-width:37.5em){.pull-quote__large .pull-quote_body{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25}.pull-quote__large .pull-quote_body em,.pull-quote__large .pull-quote_body i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .pull-quote__large .pull-quote_body em,.lt-ie9 .pull-quote__large .pull-quote_body i{font-style:normal!important}.pull-quote__large .pull-quote_body b,.pull-quote__large .pull-quote_body strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .pull-quote__large .pull-quote_body b,.lt-ie9 .pull-quote__large .pull-quote_body strong{font-weight:400!important}blockquote+.pull-quote__large .pull-quote_body,dl+.pull-quote__large .pull-quote_body,figure+.pull-quote__large .pull-quote_body,img+.pull-quote__large .pull-quote_body,ol+.pull-quote__large .pull-quote_body,p+.pull-quote__large .pull-quote_body,table+.pull-quote__large .pull-quote_body,ul+.pull-quote__large .pull-quote_body{margin-top:1.36363636em}}.micro-copy{color:#75787b;font-size:.875em;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.micro-copy em,.micro-copy i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .micro-copy em,.lt-ie9 .micro-copy i{font-style:normal!important}.micro-copy b,.micro-copy strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .micro-copy b,.lt-ie9 .micro-copy strong{font-weight:400!important}.micro-copy__large{font-size:1em}.short-desc{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.short-desc em,.short-desc i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .short-desc em,.lt-ie9 .short-desc i{font-style:normal!important}.short-desc b,.short-desc strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .short-desc b,.lt-ie9 .short-desc strong{font-weight:400!important}.short-desc__large{font-size:1.125em}.date{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;color:#75787b;white-space:nowrap}.lt-ie9 .date{font-weight:400!important}.h1+.date,.h2+.date,.h3+.date,.h4+.date,.h6+.date,blockquote+.date,dl+.date,figure+.date,h1+.date,h2+.date,h3+.date,h4+.date,h6+.date,img+.date,ol+.date,p+.date,table+.date,ul+.date{margin-top:2.14285714em}.category-slug{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125em;line-height:1.25;display:inline-block;margin-bottom:.44444444em;color:#101820}.lt-ie9 .category-slug{font-weight:400!important}.h1+.category-slug,.h2+.category-slug,.h3+.category-slug,.h5+.category-slug,.h6+.category-slug,blockquote+.category-slug,dl+.category-slug,figure+.category-slug,h1+.category-slug,h2+.category-slug,h3+.category-slug,h5+.category-slug,h6+.category-slug,img+.category-slug,ol+.category-slug,p+.category-slug,table+.category-slug,ul+.category-slug{margin-top:1.66666667em}a.category-slug{color:#101820;border-color:#101820}a.category-slug.visited,a.category-slug:visited{border-color:#101820;color:#101820}a.category-slug.focus,a.category-slug.hover,a.category-slug:focus,a.category-slug:hover{border-color:#7fb8e6;color:#7fb8e6}a.category-slug.active,a.category-slug:active{border-color:#101820;color:#101820}.category-slug_icon{margin-right:.11111111em} - -.header-slug{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:1.21428571em;border-top:1px solid #e3e4e5}.lt-ie9 -.header-slug{font-weight:400!important}.h1+.header-slug,.h2+.header-slug,.h3+.header-slug,.h4+.header-slug,.h6+.header-slug,blockquote+.header-slug,dl+.header-slug,figure+.header-slug,h1+.header-slug,h2+.header-slug,h3+.header-slug,h4+.header-slug,h6+.header-slug,img+.header-slug,ol+.header-slug,p+.header-slug,table+.header-slug,ul+.header-slug{margin-top:2.14285714em} -.header-slug_inner{display:inline-block;padding-top:.28571429em;margin-top:-3px;border-top:5px solid #2cb34a}.padded-header{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;padding:.57142857em .71428571em;margin-bottom:0;border-bottom:1px solid #babbbd;background:#f1f2f2;color:#43484e} -.lt-ie9 .padded-header{font-weight:400!important}.h1+.padded-header,.h2+.padded-header,.h3+.padded-header,.h4+.padded-header,.h6+.padded-header,blockquote+.padded-header,dl+.padded-header,figure+.padded-header,h1+.padded-header,h2+.padded-header,h3+.padded-header,h4+.padded-header,h6+.padded-header,img+.padded-header,ol+.padded-header,p+.padded-header,table+.padded-header,ul+.padded-header{margin-top:2.14285714em} -.fancy-slug{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;text-transform:uppercase;position:relative;height:1.14285714em;padding:0 1.21428571em;margin-top:1.14285714em;margin-bottom:.57142857em;border-top:1px solid #babbbd;line-height:1;text-align:center}.lt-ie9 -.fancy-slug{font-weight:400!important}.h1+.fancy-slug,.h2+.fancy-slug,.h3+.fancy-slug,.h4+.fancy-slug,.h6+.fancy-slug,blockquote+.fancy-slug,dl+.fancy-slug,figure+.fancy-slug,h1+.fancy-slug,h2+.fancy-slug,h3+.fancy-slug,h4+.fancy-slug,h6+.fancy-slug,img+.fancy-slug,ol+.fancy-slug,p+.fancy-slug,table+.fancy-slug,ul+.fancy-slug{margin-top:2.14285714em} -.fancy-slug_text{display:inline-block;position:relative;top:-1.14285714em;padding:.57142857em 1.42857143em;border:1px solid #babbbd;background:#fff}.fancy-slug_ribbon-left,.fancy-slug_ribbon-right{display:block;position:absolute;top:-1px;width:1.21428571em;height:100%;border-top:1px solid #babbbd;border-bottom:1px solid #babbbd}.lt-ie9 .fancy-slug_ribbon-left,.lt-ie9 .fancy-slug_ribbon-right{display:none}.fancy-slug_ribbon-left:after,.fancy-slug_ribbon-left:before,.fancy-slug_ribbon-right:after,.fancy-slug_ribbon-right:before{display:block;content:"";position:absolute;z-index:3;width:1.21428571em;height:50%;background:#fff;border:0 solid #babbbd} -.fancy-slug_ribbon-left{left:-1.21428571em}.fancy-slug_ribbon-left:before{top:0;border-left-width:1px;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:skewX(33deg);-ms-transform:skewX(33deg);transform:skewX(33deg)}.fancy-slug_ribbon-left:after{bottom:0;border-left-width:1px;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:skewX(-33deg);-ms-transform:skewX(-33deg);transform:skewX(-33deg)}.fancy-slug_ribbon-right{right:-1.21428571em}.fancy-slug_ribbon-right:before{top:0;right:0;border-right-width:1px;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;-webkit-transform:skewX(-33deg);-ms-transform:skewX(-33deg);transform:skewX(-33deg)}.fancy-slug_ribbon-right:after{right:0;bottom:0;border-right-width:1px;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transform:skewX(33deg);-ms-transform:skewX(33deg);transform:skewX(33deg)}.meta-header{padding-bottom:.5em;margin-bottom:.625em;border-bottom:1px solid #babbbd}.meta-header_left{margin-bottom:0}.meta-header_right{display:block;margin-bottom:0}@media only all and (min-width:37.5em){.meta-header_right{float:right;display:inline-block}}.icon-link{border-bottom-width:0;position:relative}.icon-link_text{border-bottom-width:1px;border-bottom-style:inherit}.icon-link:after,.icon-link:before{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;margin-right:1px;margin-left:1px}.icon-link__download.icon-link__before:before,.icon-link__download:after{content:"\e406"}.icon-link__email.icon-link__before:before,.icon-link__email:after{content:"\e302"}.icon-link__external-link.icon-link__before:before,.icon-link__external-link:after{content:"\e610"}.icon-link__fax.icon-link__before:before,.icon-link__fax:after{content:"\e310"}.icon-link__left.icon-link__before:before,.icon-link__left:after{content:"\e000"}.icon-link__mail.icon-link__before:before,.icon-link__mail:after{content:"\e304"}.icon-link__pdf.icon-link__before:before,.icon-link__pdf:after{content:"\e402"}.icon-link__phone.icon-link__before:before,.icon-link__phone:after{content:"\e306"}.icon-link__right.icon-link__before:before,.icon-link__right:after{content:"\e002"}.icon-link__before:after{content:''}.icon-link__no-wrap{white-space:nowrap}.styled-link{border-bottom-width:1px;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em}.lt-ie9 .styled-link{font-weight:400!important}.jump-link{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;border-bottom-width:0;position:relative}.lt-ie9 .jump-link{font-weight:400!important}.jump-link_text{border-bottom-width:1px;border-bottom-style:inherit}.jump-link:after,.jump-link:before{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;margin-right:1px;margin-left:1px}.jump-link__download.jump-link__before:before,.jump-link__download:after{content:"\e406"}.jump-link__email.jump-link__before:before,.jump-link__email:after{content:"\e302"}.jump-link__external-link.jump-link__before:before,.jump-link__external-link:after{content:"\e610"}.jump-link__fax.jump-link__before:before,.jump-link__fax:after{content:"\e310"}.jump-link__left.jump-link__before:before,.jump-link__left:after{content:"\e000"}.jump-link__mail.jump-link__before:before,.jump-link__mail:after{content:"\e304"}.jump-link__pdf.jump-link__before:before,.jump-link__pdf:after{content:"\e402"}.jump-link__phone.jump-link__before:before,.jump-link__phone:after{content:"\e306"}.jump-link__right.jump-link__before:before,.jump-link__right:after{content:"\e002"}.jump-link__before:after{content:''}.jump-link__no-wrap{white-space:nowrap}.jump-link__large{font-size:1.125em}@media only all and (max-width:37.4375em){.jump-link{box-sizing:border-box;display:block;padding:.625em 1.25em .625em 0;border:dotted #0072ce;border-width:1px 0;margin-right:0;width:100%;text-align:left}.jump-link:after{position:absolute;margin-bottom:-.625em;right:0;bottom:50%;text-align:right}.jump-link__before{padding-left:1.25em}.jump-link__before:before{position:absolute;margin-bottom:-.625em;bottom:50%;left:0}.jump-link_text{border-bottom-width:0}.jump-link__bg{background:#f1f2f2;border:solid #e3e4e5;border-width:1px 0;padding:.625em 1.25em .625em 1em}.jump-link__bg:after{right:1em}.jump-link__bg:before{left:.625em}}.block-link{box-sizing:border-box;display:block;padding:.625em 1.25em .625em 0;border:dotted #0072ce;border-width:1px 0;margin-right:0;width:100%;text-align:left}.list__unstyled{padding-left:0;list-style-type:none}.list__unstyled .list_item{margin-left:0}.list__spaced .list_item+.list_item,.list_item__spaced{margin-top:1.5em}.list__horizontal{padding-left:0}.list__horizontal .list_item{display:inline-block}.lt-ie8 .list__horizontal .list_item{display:inline}.list__horizontal .list_item{margin-right:.25em;margin-left:0}.list__icons{padding-left:0;list-style-type:none}.list__icons .list_item{margin-left:0}.list__icons .list_icon{width:1.5em;text-align:center}.list__links{padding-left:0;list-style-type:none}.list__links .list_item{margin-left:0;margin-bottom:.625em}@media only all and (max-width:37.4375em){.list__links .list_item{margin-bottom:-1px}}.list__links.list__spaced .list_item+.list_item{margin-top:0}@media only all and (max-width:37.4375em){.list__links .list_link{box-sizing:border-box;display:block;padding:.625em 1.25em .625em 0;border:dotted #0072ce;border-width:1px 0;margin-right:0;width:100%;text-align:left}.list__links .list_link.icon-link:after{position:absolute;margin-bottom:-.625em;right:0;bottom:50%;text-align:right}.list__links .list_link .icon-link_text{border-bottom-width:0}}.list__links.list__icons .list_link{position:relative;left:-.125em}.list__links.list__icons .icon-link:after,.list__links.list__icons .icon-link:before{width:1.125em;text-align:center}.list__branded .list_item,.list__branded li{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;list-style-type:none;position:relative}.list__branded .list_item em,.list__branded .list_item i,.list__branded li em,.list__branded li i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .list__branded .list_item em,.lt-ie9 .list__branded .list_item i,.lt-ie9 .list__branded li em,.lt-ie9 .list__branded li i{font-style:normal!important}.list__branded .list_item b,.list__branded .list_item strong,.list__branded li b,.list__branded li strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .list__branded .list_item b,.lt-ie9 .list__branded .list_item strong,.lt-ie9 .list__branded li b,.lt-ie9 .list__branded li strong{font-weight:400!important}.list__branded .list_item:before,.list__branded li:before{content:"\25AA";font-family:inherit;font-size:1.375em;color:#2cb34a;line-height:1;position:absolute;left:-.86363636em}.pagination{display:block;position:relative}@media only all and (max-width:19.9375em){.pagination_next.btn,.pagination_prev.btn{display:block;text-align:center}.pagination_prev.btn+.pagination_next.btn{margin:1em 0 0}}@media only all and (min-width:20em){.pagination_next{position:absolute;top:0;right:0}}@media only all and (max-width:23.0625em){.pagination_next.btn,.pagination_prev.btn{padding-left:1.11111111em;padding-right:1.11111111em}}.pagination_form{display:block;padding:.3125em .3125em .375em;margin:1em 0 0;background:#e3e4e5;color:#75787b;text-align:center}.pagination_label{display:inline-block;margin:0;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;vertical-align:middle}.lt-ie8 .pagination_label{display:inline}.lt-ie9 .pagination_label{font-weight:400!important}.pagination_current-page,input[type=number].pagination_current-page,input[type=text].pagination_current-page{display:inline-block;width:2.625em;margin:0 .25em;font-size:1em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:right;vertical-align:middle}.lt-ie8 .pagination_current-page,.lt-ie8 input[type=number].pagination_current-page,.lt-ie8 input[type=text].pagination_current-page{display:inline}.lt-ie9 .pagination_current-page,.lt-ie9 input[type=number].pagination_current-page,.lt-ie9 input[type=text].pagination_current-page{font-weight:400!important}.lt-ie8 .pagination_current-page,.lt-ie8 input[type=number].pagination_current-page,.lt-ie8 input[type=text].pagination_current-page{margin:0 4px}.pagination_submit.btn{display:inline-block;margin:0 0 0 .875em;font-size:1em;vertical-align:middle}.lt-ie8 .pagination_submit.btn{display:inline;padding-left:.875em;margin:0;border:none;text-decoration:underline}@media only all and (min-width:40em){.pagination_form{margin:0;border-radius:.25em}.pagination_prev{position:absolute;top:0;left:0}.pagination_prev,.pagination_prev:link,.pagination_prev:visited{border-top-right-radius:0;border-bottom-right-radius:0}.pagination_next,.pagination_next:link,.pagination_next:visited{border-top-left-radius:0;border-bottom-left-radius:0}}.expandable{margin-bottom:1.875em}.expandable_target{padding:0;border:0;background-color:transparent;cursor:pointer}.expandable_target:focus{outline:#101820 dotted 1px;outline-offset:1px}.expandable_content:after{content:"";display:table;clear:both}.lt-ie8 .expandable_content{zoom:1}.expandable_label{color:#101820;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .expandable_label{font-weight:400!important}.expandable_link{color:#0072ce;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1em;line-height:1.375}.expandable_link em,.expandable_link i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .expandable_link em,.lt-ie9 .expandable_link i{font-style:normal!important}.expandable_link b,.expandable_link strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .expandable_link b,.lt-ie9 .expandable_link strong{font-weight:400!important}.expandable_cue-close__animated,.expandable_cue-open__animated{transition:.25s -webkit-transform;transition:.25s transform}.expandable_cue-close__animated{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.expandable__expanded .expandable_cue-close__animated{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.expandable__expanded .expandable_cue-open__animated{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.expandable_header{display:block}.expandable_header:after{content:"";display:table;clear:both}.lt-ie8 .expandable_header{zoom:1}button.expandable_header{width:100%;text-align:left}.expandable_header__spaced{padding-bottom:.9375em}.expandable_header-left{float:left}.expandable_header-right{float:right}.expandable__padded{margin-bottom:1.875em;background:#f1f2f2}.expandable__padded.expandable__expanded,.expandable__padded:hover{background:#e3e4e5}.expandable__padded .expandable_header{padding:.625em 1em}.expandable__padded .expandable_content{margin:0 1em 1.375em}.expandable__padded .expandable_content:before{content:'';display:block;height:1px;margin-bottom:1em;background:#babbbd}.expandable-group{margin-bottom:1.875em}.expandable-group_header{padding:.35714286em 1.14285714em;border-bottom:1px solid #919395;background:#f1f2f2;color:#75787b;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:0}.lt-ie9 .expandable-group_header{font-weight:400!important}.h1+.expandable-group_header,.h2+.expandable-group_header,.h3+.expandable-group_header,.h4+.expandable-group_header,.h6+.expandable-group_header,blockquote+.expandable-group_header,dl+.expandable-group_header,figure+.expandable-group_header,h1+.expandable-group_header,h2+.expandable-group_header,h3+.expandable-group_header,h4+.expandable-group_header,h6+.expandable-group_header,img+.expandable-group_header,ol+.expandable-group_header,p+.expandable-group_header,table+.expandable-group_header,ul+.expandable-group_header{margin-top:2.14285714em}.expandable-group .expandable{border-bottom:1px solid #919395;margin-bottom:0;background:#fff}.expandable-group .expandable_label{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125em;line-height:1.25;margin-bottom:0}.lt-ie9 .expandable-group .expandable_label{font-weight:400!important}.h1+.expandable-group .expandable_label,.h2+.expandable-group .expandable_label,.h3+.expandable-group .expandable_label,.h5+.expandable-group .expandable_label,.h6+.expandable-group .expandable_label,blockquote+.expandable-group .expandable_label,dl+.expandable-group .expandable_label,figure+.expandable-group .expandable_label,h1+.expandable-group .expandable_label,h2+.expandable-group .expandable_label,h3+.expandable-group .expandable_label,h5+.expandable-group .expandable_label,h6+.expandable-group .expandable_label,img+.expandable-group .expandable_label,ol+.expandable-group .expandable_label,p+.expandable-group .expandable_label,table+.expandable-group .expandable_label,ul+.expandable-group .expandable_label{margin-top:1.66666667em}.expandable-group .expandable_content{margin-bottom:0}@font-face{font-family:AvenirNextLTW01-Regular;src:url(//fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:400}@font-face{font-family:AvenirNextLTW01-Regular;src:url(//fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/1e9892c0-6927-4412-9874-1b82801ba47a.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/52a192b1-bea5-4b48-879f-107f009b666f.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#52a192b1-bea5-4b48-879f-107f009b666f) format("svg");font-style:normal;font-weight:400}@font-face{font-family:AvenirNextLTW01-Italic;src:url(//fast.fonts.net/dv2/2/d1fddef1-d940-4904-8f6c-17e809462301.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:italic;font-weight:400}@font-face{font-family:AvenirNextLTW01-Italic;src:url(//fast.fonts.net/dv2/2/d1fddef1-d940-4904-8f6c-17e809462301.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585) format("svg");font-style:italic;font-weight:400}@font-face{font-family:AvenirNextLTW01-Medium;src:url(//fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:500}@font-face{font-family:AvenirNextLTW01-Medium;src:url(//fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/f26faddb-86cc-4477-a253-1e1287684336.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#a89d6ad1-a04f-4a8f-b140-e55478dbea80) format("svg");font-style:normal;font-weight:500}@font-face{font-family:AvenirNextLTW01-Demi;src:url(//fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:700}@font-face{font-family:AvenirNextLTW01-Demi;src:url(//fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/99affa9a-a5e9-4559-bd07-20cf0071852d.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#99affa9a-a5e9-4559-bd07-20cf0071852d) format("svg");font-style:normal;font-weight:700}.header{border-bottom:4px solid #2cb34a;padding-top:.5em;width:100%}.header .site-title{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%;text-align:center}.lt-ie8 .header .site-title{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.header .site-title h1{font-size:1.5em}.header .site-title .title-link{color:#919395}.header .site-title .title-link .site-org{color:#75787b;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .header .site-title .title-link .site-org{font-weight:400!important}.header .site-title .title-link:visited{color:#919395}.header .site-logo{display:none}@media only screen and (min-width:37.5em){.header{padding:2em 0 0}.header .site-title{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%;text-align:left}.lt-ie8 .header .site-title{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.header .site-title h1{font-size:1.625em}.header .site-logo{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%;text-align:right}.lt-ie8 .header .site-logo{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)} - - -.header .site-logo .logo{display:inline}}@media only screen and (min-width:20em){.main-nav{margin:0 0 .5em;padding:0;text-align:center}.main-nav li{display:inline-block;margin:0 1em .5em;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125em;list-style:none}.lt-ie9 -.main-nav li{font-weight:400!important}.main-nav a{display:block;padding:.125em 0;border-bottom:4px solid #fff}.main-nav a:link,.main-nav a:visited{color:#75787b}.main-nav a:focus,.main-nav a:hover{border-bottom:4px solid #dbedd4;color:#43484e}.main-nav a:active,.main-nav-active a:active,.main-nav-active a:focus,.main-nav-active a:hover,.main-nav-active a:link,.main-nav-active a:visited{border-bottom:4px solid #addc91;color:#101820}}@media only screen and (min-width:37.5em){.main-nav{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%;margin-bottom:0;text-align:left}.lt-ie8 .main-nav{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.main-nav li{margin-right:0;margin-bottom:0;margin-left:2em}.main-nav li:first-child{margin-left:0}.main-nav /* padding-top to be 2em instead of 0 */ a{padding-top:2em;padding-bottom:1em;border-bottom:none}.main-nav a:active,.main-nav a:hover,.main-nav-active a:active,.main-nav-active a:focus,.main-nav-active a:hover,.main-nav-active a:link,.main-nav-active a:visited{margin-bottom:-4px}}@media only screen and (min-width:48em){.main-nav li{font-size:1.125em}}.content{margin-top:0;padding:2em 0;overflow:auto;display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-25,.content .content-33,.content .content-50,.content .content-67,.content .content-75{padding-bottom:1em;padding-top:1em}.content .content-25,.content .content-33,.content .content-67,.content .content-75{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content .content-25,.lt-ie8 .content .content-33,.lt-ie8 .content .content-67,.lt-ie8 .content .content-75{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}figure{margin-left:0;margin-right:0}.warning{color:#d12124}@media only screen and (min-width:37.5em){.content{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%;overflow:hidden}.lt-ie8 .content{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-25{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .content .content-25{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-75{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .content .content-75{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-33{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .content .content-33{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-67{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content .content-67{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-50{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .content .content-50{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-first{border-left:0}.content .content-last{border-right:0}.content .content-row-rule{border-bottom:1px solid #e3e4e5;margin-bottom:1em}.content h1{margin-bottom:.882em}.content h3{margin-bottom:.682em}.content h4{margin-bottom:.833em}.content h5{margin-bottom:1.071em}.content h6{margin-bottom:1.25em}.content p,.content ul li{max-width:35em}.content code{background-color:#f1f2f2;border:1px solid #e3e4e5;border-radius:.25em;overflow-x:auto;padding:.125em .25em;white-space:nowrap;font-size:.75em;line-height:1.375;margin-bottom:1.375em;font-family:Monaco,Menlo,Consolas,"Courier New",monospace}.homepage{width:100%}.homepage img{width:200px}}.content h2{border-bottom:1px solid #e3e4e5;padding-bottom:15px;margin-top:20px;margin-bottom:20px!important}.content h2:after{content:"";display:table;clear:both}.lt-ie8 .content h2{zoom:1}.content hr{display:block;height:1px;border:0;border-top:1px solid #e3e4e5;margin:1.25em 0;padding:0}.content img+hr{margin:1em 0 1.25em}.content ul.toc{list-style:none;border-bottom:1px solid #cce3f5;padding:0 0 1.25em;margin:0 0 1.875em}.content ul.toc:after{content:"";display:table;clear:both}.lt-ie8 .content ul.toc{zoom:1}.content .toc li{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:1.125em;display:block;float:left;position:relative}.lt-ie9 .content .toc li{font-weight:400!important}.content .toc li a{text-decoration:none;border-bottom:none;padding:0 1em 0 0}.content .toc li a:visited{color:#0072ce}.content .toc li a:hover{border-bottom:none;color:#7fb8e6}.content .lead-in{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125em}.content .lead-in em,.content .lead-in i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .content .lead-in em,.lt-ie9 .content .lead-in i{font-style:normal!important}.content .lead-in b,.content .lead-in strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .content .lead-in b,.lt-ie9 .content .lead-in strong{font-weight:400!important}.content ol,.content ul{padding-left:1.5em}.content ul{list-style-type:square}.content li ol,.content li ul{margin:0 1.375em}.content dl dd{margin-left:1.375em}.content dt{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .content dt{font-weight:400!important}.swatch{margin-left:0}.swatch_field{height:5em}.swatch__primary .swatch_field{height:10em}.swatch_head{margin:.25em 0}.swatch_table{width:100%}.swatch td,.swatch th{padding:0;vertical-align:top;background:0 0!important}.swatch th{padding-right:.25em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:left}.lt-ie9 .swatch th{font-weight:400!important}@media only screen and (min-width:37.5em){.swatches{display:block;position:relative;margin-left:-15px;margin-right:-15px}.swatch{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .swatch{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only screen and (min-width:64em){.swatch{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .swatch{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.swatch_field__dark-redorange{background:#9c301b}.swatch_field__teal-20{background:#ccdfdf}.swatch_field__teal-50{background:#7faeae}.swatch_field__teal-80{background:#337e7d}.swatch_field__teal{background:#005e5d}.swatch_field__pacific-20{background:#cce3f5}.swatch_field__pacific-50{background:#7fb8e6}.swatch_field__pacific-80{background:#328ed8}.swatch_field__pacific{background:#0072ce}.swatch_field__navy-20{background:#ccd5e3}.swatch_field__navy-50{background:#7f96b8}.swatch_field__navy-80{background:#33578e}.swatch_field__navy{background:#002d72}.swatch_field__neutral-20{background:#e4e2e0}.swatch_field__neutral-50{background:#bcb6b2}.swatch_field__neutral-80{background:#948b84}.swatch_field__neutral{background:#796e65}.swatch_field__gold-20{background:#ffecd1}.swatch_field__gold-50{background:#ffce8d}.swatch_field__gold-80{background:#ffb149}.swatch_field__gold{background:#ff9e1b}.swatch_field__redorange-20{background:#f6d9d3}.swatch_field__redorange-50{background:#e8a091}.swatch_field__redorange-80{background:#da6750}.swatch_field__redorange{background:#d12124}.swatch_field__gray-5{background:#f8f8f8}.swatch_field__gray-10{background:#f1f2f2}.swatch_field__gray-20{background:#e3e4e5}.swatch_field__gray-50{background:#babbbd}.swatch_field__gray-80{background:#919395}.swatch_field__gray{background:#75787b}.swatch_field__darkgray{background:#43484e}.swatch_field__black{background:#101820}.swatch_field__green-tint{background:#dbedd4}.swatch_field__green-midtone{background:#addc91}.swatch_field__green{background:#2cb34a}[class^=type-color-combo]{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;padding:.5em 1em;list-style:none}.lt-ie9 [class^=type-color-combo]{font-weight:400!important}.h1+[class^=type-color-combo],.h2+[class^=type-color-combo],.h3+[class^=type-color-combo],.h4+[class^=type-color-combo],.h6+[class^=type-color-combo],blockquote+[class^=type-color-combo],dl+[class^=type-color-combo],figure+[class^=type-color-combo],h1+[class^=type-color-combo],h2+[class^=type-color-combo],h3+[class^=type-color-combo],h4+[class^=type-color-combo],h6+[class^=type-color-combo],img+[class^=type-color-combo],ol+[class^=type-color-combo],p+[class^=type-color-combo],table+[class^=type-color-combo],ul+[class^=type-color-combo]{margin-top:2.14285714em}.type-color-combo__black-on-white{border:1px solid #e3e4e5}.type-color-combo__darkgray-on-white{border:1px solid #e3e4e5;color:#43484e}.type-color-combo__white-on-black{background:#101820;color:#fff}.type-color-combo__white-on-darkgray{background:#43484e;color:#fff}.type-color-combo__black-on-gray10{background:#f1f2f2}.type-color-combo__black-on-gray5{background:#f8f8f8}.type-color-combo__pacific-on-gray5{background:#f8f8f8;color:#0072ce}.type-color-combo__black-on-greenmid{background:#addc91}.type-color-combo__black-on-greentint{background:#dbedd4}.type-color-combo__white-on-gray{background:#75787b;color:#fff}.type-color-combo__black-on-gray{background:#75787b}.type-color-combo__gray-on-white{border:1px solid #e3e4e5;color:#75787b}.type-color-combo__white-on-green{background:#2cb34a;color:#fff}.type-color-combo__green-on-white{border:1px solid #dbedd4;color:#2cb34a}.type-color-combo__black-on-green{background:#2cb34a;color:#101820}.type-color-combo__green-on-black{background:#101820;color:#2cb34a}#isocon-assets img{height:80%;width:80%}.minicon-scale-table td,.minicon-scale-table th{padding:0 5px;border-left:1px solid #f1f2f2;background:0 0!important;color:#101820!important;text-align:center}.minicon-scale-table td:first-child,.minicon-scale-table th:first-child{border:none}.minicon-scale-table th{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em}.lt-ie9 .minicon-scale-table th{font-weight:400!important}.minicon-scale-table .cf-icon{display:block;margin:20px 20px 0}.minicon-asset-lib h3{margin-top:1.5em}.minicon-asset-lib .minicon-assets-div{display:inline-block;box-sizing:border-box;width:6em;text-align:center;border-right:1px solid #f1f2f2}.minicon-asset-lib .minicon-assets-div:last-child{border-right:none}.minicon-asset-lib .minicon-assets-div h6{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;line-height:1.325em;text-transform:capitalize;letter-spacing:0;margin-bottom:1.5em}.lt-ie9 .minicon-asset-lib .minicon-assets-div h6{font-weight:400!important}.minicon-asset-lib .minicon-assets-div .cf-icon{font-size:40px;display:block;margin:.75em 0}.minicon-scale-48pt{font-size:48pt}.minicon-scale-36pt{font-size:36pt}.minicon-scale-28pt{font-size:28pt}.minicon-scale-21pt{font-size:21pt}.minicon-scale-14pt{font-size:14pt}.minicon-scale-40px{font-size:40px}.minicon-scale-30px{font-size:30px}.minicon-scale-25px{font-size:25px}.minicon-scale-20px{font-size:20px}.minicon-scale-16px{font-size:16px}.abc p{font-size:1.125em;letter-spacing:3px;margin-bottom:.5em}.demi-ex p{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .demi-ex p{font-weight:400!important}.medium-ex p{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .medium-ex p{font-weight:400!important}.regular-ex p{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.regular-ex p em,.regular-ex p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .regular-ex p em,.lt-ie9 .regular-ex p i{font-style:normal!important}.regular-ex p b,.regular-ex p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .regular-ex p b,.lt-ie9 .regular-ex p strong{font-weight:400!important}.georgia-ex{font-family:Georgia,"Times New Roman",serif}#print-hierarchy-ex .superheading{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:60pt;line-height:66pt}.lt-ie9 #print-hierarchy-ex .superheading{font-weight:400!important}#print-hierarchy-ex h1{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:38pt;line-height:40pt}#print-hierarchy-ex h1 em,#print-hierarchy-ex h1 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 #print-hierarchy-ex h1 em,.lt-ie9 #print-hierarchy-ex h1 i{font-style:normal!important}#print-hierarchy-ex h1 b,#print-hierarchy-ex h1 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 #print-hierarchy-ex h1 b,.lt-ie9 #print-hierarchy-ex h1 strong{font-weight:400!important}#print-hierarchy-ex h2.h2-print-ex{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;border-bottom:none;margin-top:0;font-size:26pt;line-height:28pt}#print-hierarchy-ex h2.h2-print-ex em,#print-hierarchy-ex h2.h2-print-ex i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 #print-hierarchy-ex h2.h2-print-ex em,.lt-ie9 #print-hierarchy-ex h2.h2-print-ex i{font-style:normal!important}#print-hierarchy-ex h2.h2-print-ex b,#print-hierarchy-ex h2.h2-print-ex strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 #print-hierarchy-ex h2.h2-print-ex b,.lt-ie9 #print-hierarchy-ex h2.h2-print-ex strong{font-weight:400!important}#print-hierarchy-ex h3.h3-print-ex{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:16pt;line-height:18pt}.lt-ie9 #print-hierarchy-ex h3.h3-print-ex{font-weight:400!important}#print-hierarchy-ex h4.h4-print-ex{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:14pt;line-height:16pt}.lt-ie9 #print-hierarchy-ex h4.h4-print-ex{font-weight:400!important}#print-hierarchy-ex h5{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:10pt;line-height:12pt;letter-spacing:1pt;text-transform:uppercase}.lt-ie9 #print-hierarchy-ex h5{font-weight:400!important}#print-hierarchy-ex h6{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:12pt;line-height:14pt;letter-spacing:0;text-transform:none}.lt-ie9 #print-hierarchy-ex h6{font-weight:400!important}p.print-subheading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:16pt;line-height:20pt}p.print-subheading em,p.print-subheading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 p.print-subheading em,.lt-ie9 p.print-subheading i{font-style:normal!important}p.print-subheading b,p.print-subheading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 p.print-subheading b,.lt-ie9 p.print-subheading strong{font-weight:400!important}p.print-avenir-para{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:11pt;line-height:16pt}p.print-avenir-para em,p.print-avenir-para i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 p.print-avenir-para em,.lt-ie9 p.print-avenir-para i{font-style:normal!important}p.print-avenir-para b,p.print-avenir-para strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 p.print-avenir-para b,.lt-ie9 p.print-avenir-para strong{font-weight:400!important}p.print-georgia-para{font-size:11pt;line-height:16pt}.print-ul ul li p{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:11pt;line-height:14pt;margin-bottom:1em}.print-ul ul li p em,.print-ul ul li p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .print-ul ul li p em,.lt-ie9 .print-ul ul li p i{font-style:normal!important}.print-ul ul li p b,.print-ul ul li p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .print-ul ul li p b,.lt-ie9 .print-ul ul li p strong{font-weight:400!important}.repo-list-header{margin-bottom:.75em}.content .repo-list{padding-left:0}.repo-list li{list-style:none;display:block;box-sizing:border-box;float:left;height:4.0625em;max-height:4.0625em;background-color:#E7E7E6;border-left:1px solid #BABBBD;width:85%;padding:.75em 1em}.repo-list li:first-child{text-align:center;border-left:none;line-height:75px;padding:0 .75em;width:15%}.repo-list .cf-icon{font-size:30px;color:#75787b}.repo-list a:link,.repo-list a:visited{display:block;max-height:4.0625em;border-width:0;background-color:#E7E7E6}.repo-list h4{margin-bottom:.125em}.repo-list p{margin:0;font-size:.875em;color:#75787b;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.repo-list p em,.repo-list p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .repo-list p em,.lt-ie9 .repo-list p i{font-style:normal!important}.repo-list p b,.repo-list p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .repo-list p b,.lt-ie9 .repo-list p strong{font-weight:400!important}@media screen and (max-width:60em){.repo-list li{height:6em;max-height:6em;width:75%}.repo-list li:first-child{width:25%}.repo-list a:link,.repo-list a:visited{max-height:6em}}h2 span.cf-code-link{float:right;font-size:.625em;padding-top:.7em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 h2 span.cf-code-link{font-weight:400!important}ul.list_links-minicons{padding-left:0;list-style:none}ul.list_links-minicons li{margin:.5em 0}.nav-link-ex ul.toc{border-bottom:none}.link-with-icon{display:inline-block;position:relative}.link-with-icon>.cf-icon{padding-left:.375em;position:absolute;top:.1875em;left:100%}.link-with-icon__left{margin-left:1.25em}.link-with-icon__left>[class^=fa]{left:-1.5em}.grid-demo{max-width:1170px;padding-right:15px;padding-left:15px;margin:20px auto 40px;clear:both}.grid-demo section{display:block;position:relative;margin-left:-15px;margin-right:-15px}.grid-demo .col{margin-bottom:10px;border-left-color:#2cb34a;border-right-color:#2cb34a;background-color:#dbedd4}.grid-demo .col:after,.grid-demo .col:before{content:"";display:block;width:100%;height:7.5px;background-color:#addc91}.grid-demo .col:before{margin-bottom:7.5px}.grid-demo .col:after{margin-top:7.5px}.grid-demo p{max-width:none;text-align:center;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-top:1.125em}.grid-demo p em,.grid-demo p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .grid-demo p em,.lt-ie9 .grid-demo p i{font-style:normal!important}.grid-demo p b,.grid-demo p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .grid-demo p b,.lt-ie9 .grid-demo p strong{font-weight:400!important}.col-12{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .col-12{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-11{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:91.66666667%}.lt-ie8 .col-11{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-10{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:83.33333333%}.lt-ie8 .col-10{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-9{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .col-9{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .col-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-7{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:58.33333333%}.lt-ie8 .col-7{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-6{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .col-6{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-5{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:41.66666667%}.lt-ie8 .col-5{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .col-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .col-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-2{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:16.66666667%}.lt-ie8 .col-2{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-1{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:8.33333333%}.lt-ie8 .col-1{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.secondary-nav{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.secondary-nav em,.secondary-nav i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .secondary-nav em,.lt-ie9 .secondary-nav i{font-style:normal!important}.secondary-nav b,.secondary-nav strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .secondary-nav b,.lt-ie9 .secondary-nav strong{font-weight:400!important}.secondary-nav a{display:block;padding:10px}.secondary-nav a,.secondary-nav a:link,.secondary-nav a:visited{border-bottom:none;color:#101820}.secondary-nav .secondary-nav-active>a,.secondary-nav a:focus,.secondary-nav a:hover{border-left:4px solid #2cb34a;margin-left:-4px;color:#101820}.secondary-nav a:active{background-color:#f8f8f8;color:#101820}.secondary-nav ul{margin:0;padding:0}.secondary-nav li{list-style:none;border-bottom:1px solid #babbbd;font-size:1.125em;padding-left:4px}.secondary-nav li:last-child{border-bottom:none}@media only screen and (min-width:37.5em){.sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%;padding-bottom:2em;padding-top:2em}.lt-ie8 .sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.body-wrapper{display:table;height:100%;width:100%}.footer{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;display:table-row;height:1px;padding:2em 0;border-top:2px solid #babbbd;background:#f1f2f2;width:100%}.footer em,.footer i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .footer em,.lt-ie9 .footer i{font-style:normal!important}.footer b,.footer strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .footer b,.lt-ie9 .footer strong{font-weight:400!important}.footer h4{margin-top:0;font-size:16px;line-height:1.5em;text-transform:uppercase}.footer p{max-width:45em;font-size:.875em;line-height:1.42857142857143}.footer a,.footer a:link,.footer a:visited{border-bottom:1px dotted}.footer a:hover{border-bottom:1px dotted #0072ce}.footer .footer-container{padding-top:2em;padding-bottom:2em}.footer .footer-links ul{list-style:none;padding-left:0;margin-top:0}@media only screen and (min-width:37.5em){.footer p{margin:.75em 0}.footer .footer-links li,.footer .footer-links ul{margin-left:0}}@media only screen and (min-width:50em){.footer-links{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .footer-links{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.footer-oss{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:41.66666667%}.lt-ie8 .footer-oss{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.footer-standards{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .footer-standards{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.highlight .hll{background-color:#ffc}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d01040}.highlight .na{color:teal}.highlight .nb{color:#0086b3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .s2,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d01040}.highlight .sr{color:#009926}.highlight .s1{color:#d01040}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc,.highlight .vg,.highlight .vi{color:teal}.highlight .il{color:#099}@media print{*{background:0 0!important;color:#000!important;text-shadow:none!important;-webkit-filter:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{color:#444!important;text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}pre{padding:1.375em 1em;white-space:pre;white-space:pre-wrap;word-wrap:break-word}code,kbd,pre,samp{font-family:Consolas,Menlo,Monaco,Courier,monospace;margin-bottom:1.375em}.u-visually-hidden.focusable:active,.u-visually-hidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}body,html{height:100%;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility;word-wrap:break-word;overflow-wrap:break-word}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.cf{zoom:1} -======= -/*! normalize.css v2.1.3 | MIT License | git.io/normalize */@import url(//fast.fonts.net/t/1.css?apiType=css&projectid=44e8c964-4684-44c6-a6e3-3f3da8787b50);article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto}table{border-collapse:collapse;border-spacing:0}/*! normalize-legacy-addon | MIT License | https://github.com/cfpb/normalize-legacy-addon */html{font-size:100%}button,html,input,select,textarea{font-family:sans-serif}h1{margin:.67em 0}h2{margin:.83em 0}h3{margin:1em 0}h4{margin:1.33em 0}h5{margin:1.67em 0}h6{margin:2.33em 0}blockquote{margin:1em 40px}p,pre{margin:1em 0}q{quotes:none}q:after,q:before{content:'';content:none}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none}img{-ms-interpolation-mode:bicubic}form{margin:0}legend{border:0;white-space:normal}button,input,select,textarea{vertical-align:baseline}.no-js .u-js-only{display:none!important}.u-clearfix:after{content:"";display:table;clear:both}.lt-ie8 .u-clearfix{zoom:1}.u-visually-hidden{position:absolute;width:1px;height:1px;border:0;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0)}.u-inline-block{display:inline-block}.lt-ie8 .u-inline-block{display:inline}.u-right{float:right}.u-break-word{word-break:break-all}.u-flexible-container{position:relative;padding-bottom:56.25%;height:0}.u-flexible-container_inner{position:absolute;top:0;left:0;width:100%;height:100%}.u-flexible-container__4-3{position:relative;padding-bottom:75%;height:0}.u-mt0{margin-top:0!important}.u-mb0{margin-bottom:0!important}.u-mt5{margin-top:5px!important}.u-mb5{margin-bottom:5px!important}.u-mt10{margin-top:10px!important}.u-mb10{margin-bottom:10px!important}.u-mt15{margin-top:15px!important}.u-mb15{margin-bottom:15px!important}.u-mt20{margin-top:20px!important}.u-mb20{margin-bottom:20px!important}.u-mt30{margin-top:30px!important}.u-mb30{margin-bottom:30px!important}.u-mt45{margin-top:45px!important}.u-mb45{margin-bottom:45px!important}.u-mt60{margin-top:60px!important}.u-mb60{margin-bottom:60px!important}.u-w100pct{width:100%}.u-w90pct{width:90%}.u-w80pct{width:80%}.u-w70pct{width:70%}.u-w60pct{width:60%}.u-w50pct{width:50%}.u-w40pct{width:40%}.u-w30pct{width:30%}.u-w20pct{width:20%}.u-w10pct{width:10%}.u-w75pct{width:75%}.u-w25pct{width:25%}.u-w66pct{width:66.66666667%}.u-w33pct{width:33.33333333%}@media only all and (max-width:37.5em){.u-hide-on-mobile{display:none}}.u-show-on-mobile{display:none}@media only all and (max-width:37.5em){.u-show-on-mobile{display:block}}.u-small-text,small{font-size:.875em}body{color:#101820;font-family:Georgia,"Times New Roman",serif;font-size:100%;line-height:1.375}h1,h2,h3,h4,h5,h6{margin-top:0}.h1,h1{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.44117647em;font-size:2.125em;line-height:1.25}.h1 em,.h1 i,h1 em,h1 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h1 em,.lt-ie9 .h1 i,.lt-ie9 h1 em,.lt-ie9 h1 i{font-style:normal!important}.h1 b,.h1 strong,h1 b,h1 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h1 b,.lt-ie9 .h1 strong,.lt-ie9 h1 b,.lt-ie9 h1 strong{font-weight:400!important}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.76470588em}@media only all and (max-width:37.5em){.h1,h1{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.h1 em,.h1 i,h1 em,h1 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h1 em,.lt-ie9 .h1 i,.lt-ie9 h1 em,.lt-ie9 h1 i{font-style:normal!important}.h1 b,.h1 strong,h1 b,h1 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h1 b,.lt-ie9 .h1 strong,.lt-ie9 h1 b,.lt-ie9 h1 strong{font-weight:400!important}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73076923em}.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15384615em}}.h2,h2{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.h2 em,.h2 i,h2 em,h2 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h2 em,.lt-ie9 .h2 i,.lt-ie9 h2 em,.lt-ie9 h2 i{font-style:normal!important}.h2 b,.h2 strong,h2 b,h2 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h2 b,.lt-ie9 .h2 strong,.lt-ie9 h2 b,.lt-ie9 h2 strong{font-weight:400!important}blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.73076923em}.h1+.h2,.h1+h2,.h3+.h2,.h3+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,h1+.h2,h1+h2,h3+.h2,h3+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2{margin-top:1.15384615em}@media only all and (max-width:37.5em){.h2,h2{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25}.h2 em,.h2 i,h2 em,h2 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h2 em,.lt-ie9 .h2 i,.lt-ie9 h2 em,.lt-ie9 h2 i{font-style:normal!important}.h2 b,.h2 strong,h2 b,h2 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h2 b,.lt-ie9 .h2 strong,.lt-ie9 h2 b,.lt-ie9 h2 strong{font-weight:400!important}blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36363636em}}.h3,h3{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25}.h3 em,.h3 i,h3 em,h3 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h3 em,.lt-ie9 .h3 i,.lt-ie9 h3 em,.lt-ie9 h3 i{font-style:normal!important}.h3 b,.h3 strong,h3 b,h3 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h3 b,.lt-ie9 .h3 strong,.lt-ie9 h3 b,.lt-ie9 h3 strong{font-weight:400!important}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h4+.h3,.h4+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h4+.h3,h4+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.36363636em}@media only all and (max-width:37.5em){.h3,h3{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25}.lt-ie9 .h3,.lt-ie9 h3{font-weight:400!important}}.h4,h4{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25}.lt-ie9 .h4,.lt-ie9 h4{font-weight:400!important}.h1+.h4,.h1+h4,.h2+.h4,.h2+h4,.h3+.h4,.h3+h4,.h5+.h4,.h5+h4,.h6+.h4,.h6+h4,blockquote+.h4,blockquote+h4,dl+.h4,dl+h4,figure+.h4,figure+h4,h1+.h4,h1+h4,h2+.h4,h2+h4,h3+.h4,h3+h4,h5+.h4,h5+h4,h6+.h4,h6+h4,img+.h4,img+h4,ol+.h4,ol+h4,p+.h4,p+h4,table+.h4,table+h4,ul+.h4,ul+h4{margin-top:1.66666667em}.h5,h5{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 .h5,.lt-ie9 h5{font-weight:400!important}.h1+.h5,.h1+h5,.h2+.h5,.h2+h5,.h3+.h5,.h3+h5,.h4+.h5,.h4+h5,.h6+.h5,.h6+h5,blockquote+.h5,blockquote+h5,dl+.h5,dl+h5,figure+.h5,figure+h5,h1+.h5,h1+h5,h2+.h5,h2+h5,h3+.h5,h3+h5,h4+.h5,h4+h5,h6+.h5,h6+h5,img+.h5,img+h5,ol+.h5,ol+h5,p+.h5,p+h5,table+.h5,table+h5,ul+.h5,ul+h5{margin-top:2.14285714em}.h6,h6{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.25em;font-size:.75em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 .h6,.lt-ie9 h6{font-weight:400!important}.h1+.h6,.h1+h6,.h2+.h6,.h2+h6,.h3+.h6,.h3+h6,.h4+.h6,.h4+h6,.h5+.h6,.h5+h6,blockquote+.h6,blockquote+h6,dl+.h6,dl+h6,figure+.h6,figure+h6,h1+.h6,h1+h6,h2+.h6,h2+h6,h3+.h6,h3+h6,h4+.h6,h4+h6,h5+.h6,h5+h6,img+.h6,img+h6,ol+.h6,ol+h6,p+.h6,p+h6,table+.h6,table+h6,ul+.h6,ul+h6{margin-top:2.5em}.lead-paragraph,.subheader{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.375em;line-height:1.25;margin-top:1.36363636em;margin-bottom:.83333333em}.lead-paragraph em,.lead-paragraph i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .lead-paragraph em,.lt-ie9 .lead-paragraph i{font-style:normal!important}.lead-paragraph b,.lead-paragraph strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .lead-paragraph b,.lt-ie9 .lead-paragraph strong{font-weight:400!important}@media only all and (max-width:37.5em){.lead-paragraph,.subheader{margin-top:1.66666667em;font-size:1.125em}}.superheader,.superheading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.41666667em;font-size:3em;line-height:1.25}.superheading em,.superheading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .superheading em,.lt-ie9 .superheading i{font-style:normal!important}.superheading b,.superheading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .superheading b,.lt-ie9 .superheading strong{font-weight:400!important}blockquote,dl,figure,ol,p,table,ul{margin-top:0;margin-bottom:.9375em}p+ol,p+ul{margin-top:-.3125em}li{margin-bottom:.5em}li:last-child,nav li{margin-bottom:0}a{border-width:0;border-style:dotted;border-color:#0072CE;color:#0072CE;text-decoration:none}a.visited,a:visited{border-color:#005E5D;color:#005E5D}a.hover,a:hover{border-style:solid;border-color:#7FB8E6;color:#7FB8E6}a.focus,a:focus{border-style:solid;outline:dotted thin}a.active,a:active{border-style:solid;border-color:#002D72;color:#002D72}dd a,li a,p a{border-bottom-width:1px}nav a{border-bottom-width:0}ul{padding-left:2em;list-style:square}ol{padding-left:1.9375em}ol>li{padding-left:.0625em}table{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}table em,table i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 table em,.lt-ie9 table i{font-style:normal!important}table b,table strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 table b,.lt-ie9 table strong{font-weight:400!important}td,th{padding:.625em}thead td,thead th{color:#FFF;background:#43484E;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 thead td,.lt-ie9 thead th{font-weight:400!important}.h1+thead td,.h1+thead th,.h2+thead td,.h2+thead th,.h3+thead td,.h3+thead th,.h4+thead td,.h4+thead th,.h6+thead td,.h6+thead th,blockquote+thead td,blockquote+thead th,dl+thead td,dl+thead th,figure+thead td,figure+thead th,h1+thead td,h1+thead th,h2+thead td,h2+thead th,h3+thead td,h3+thead th,h4+thead td,h4+thead th,h6+thead td,h6+thead th,img+thead td,img+thead th,ol+thead td,ol+thead th,p+thead td,p+thead th,table+thead td,table+thead th,ul+thead td,ul+thead th{margin-top:2.14285714em}tbody tr,thead{border-bottom:1px solid #aeb0b5}th{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:left}.lt-ie9 th{font-weight:400!important}tbody th{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}tbody th em,tbody th i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 tbody th em,.lt-ie9 tbody th i{font-style:normal!important}tbody th b,tbody th strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 tbody th b,.lt-ie9 tbody th strong{font-weight:400!important}blockquote{margin-right:.9375em;margin-left:.9375em}@media only all and (min-width:37.5625em){blockquote{margin-right:1.875em;margin-left:1.875em}}label{display:block;margin-bottom:.3125em;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}label em,label i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 label em,.lt-ie9 label i{font-style:normal!important}label b,label strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 label b,.lt-ie9 label strong{font-weight:400!important}label input[type=checkbox],label input[type=radio]{margin-right:.375em}input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=url],select[multiple],textarea{display:inline-block;margin:0;padding:.375em;font-family:Arial,sans-serif;font-size:1em;background:#FFF;border:1px solid #75787B;border-radius:0;vertical-align:top;-webkit-appearance:none;-webkit-user-modify:read-write-plaintext-only}::-webkit-search-decoration{-webkit-appearance:none}input[type=email].focus,input[type=email]:focus,input[type=number].focus,input[type=number]:focus,input[type=search].focus,input[type=search]:focus,input[type=tel].focus,input[type=tel]:focus,input[type=text].focus,input[type=text]:focus,input[type=url].focus,input[type=url]:focus,select[multiple].focus,select[multiple]:focus,textarea.focus,textarea:focus{border:1px solid #0072CE;outline:#0072CE solid 1px;outline-offset:0;box-shadow:none}::-webkit-input-placeholder{color:#75787B}::-moz-placeholder{color:#75787B}:-ms-input-placeholder{color:#75787B}img{max-width:100%}figure img{vertical-align:middle}.figure__bordered img{border:1px solid #BABBBD}.btn{display:inline-block;box-sizing:border-box;padding:.5em .875em;border:0;border-radius:.25em;margin:0;vertical-align:middle;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;line-height:normal;text-decoration:none;cursor:pointer;transition:background-color .1s;-webkit-appearance:none}.lt-ie9 .btn{font-weight:400!important}.btn,.btn:link,.btn:visited{background-color:#0072CE;color:#FFF}.btn.hover,.btn:hover{background-color:#328ED8}.btn.focus,.btn:focus{background-color:#328ED8;outline:#0072CE dotted 1px;outline-offset:1px}.btn.active,.btn:active{background-color:#33578E}button.btn::-moz-focus-inner,input.btn::-moz-focus-inner{border:0}.btn+.btn{margin-left:.375em}.lt-ie8{background:url(null) no-repeat fixed}.lt-ie8 button.btn,.lt-ie8 input.btn{overflow:visible;padding-top:.4em;padding-bottom:.4em}.btn__secondary,.btn__secondary:link,.btn__secondary:visited{background-color:#75787B;color:#FFF}.btn__secondary.hover,.btn__secondary:hover{background-color:#919395}.btn__secondary.focus,.btn__secondary:focus{background-color:#919395;outline-color:#75787B}.btn__secondary.active,.btn__secondary:active{background-color:#43484E}.btn__warning,.btn__warning:link,.btn__warning:visited{background-color:#D12124;color:#FFF}.btn__warning.hover,.btn__warning:hover{background-color:#DA6750}.btn__warning.focus,.btn__warning:focus{background-color:#DA6750;outline-color:#D12124}.btn__warning.active,.btn__warning:active{background-color:#9C301B}.btn[disabled],.btn[disabled].active,.btn[disabled].focus,.btn[disabled].hover,.btn[disabled]:active,.btn[disabled]:focus,.btn[disabled]:hover,.btn[disabled]:link,.btn[disabled]:visited,.btn__disabled,.btn__disabled.active,.btn__disabled.focus,.btn__disabled.hover,.btn__disabled:active,.btn__disabled:focus,.btn__disabled:hover,.btn__disabled:link,.btn__disabled:visited{background-color:#E3E4E5;color:#75787B;cursor:default;cursor:not-allowed}.btn[disabled].focus,.btn[disabled]:focus,.btn__disabled.focus,.btn__disabled:focus{outline-color:#E3E4E5}.btn__super{padding:.55em 1.45em;font-size:1.25em}.btn__super+.btn__super{margin-left:.3em}.lt-ie8 button.btn__super,.lt-ie8 input.btn__super{padding-top:.6em;padding-bottom:.6em}.btn_icon__left{padding:0 .65625em 0 0;border-right:1px solid #FFF;border-right:1px solid rgba(255,255,255,.4);margin:0 .4375em 0 0}.btn__secondary .btn_icon__left,.btn__warning .btn_icon__left{border-right-color:#FFF;border-right-color:rgba(255,255,255,.4)}.btn[disabled] .btn_icon__left,.btn__disabled .btn_icon__left{border-right-color:#75787B;border-right-color:rgba(117,120,123,.4)}.btn_icon__right{padding:0 0 0 .65625em;border-right:0;border-left:1px solid #FFF;border-left:1px solid rgba(255,255,255,.4);margin:0 0 0 .4375em}.btn__secondary .btn_icon__right,.btn__warning .btn_icon__right{border-left-color:#FFF;border-left-color:rgba(255,255,255,.4)}.btn[disabled] .btn_icon__right,.btn__disabled .btn_icon__right{border-left-color:#75787B;border-left-color:rgba(117,120,123,.4)}.btn__grouped{border-radius:0}.btn__grouped-first{border-top-right-radius:0;border-bottom-right-radius:0}.btn__grouped-last{border-top-left-radius:0;border-bottom-left-radius:0}.btn__grouped,.btn__grouped+.btn__grouped,.btn__grouped+.btn__grouped-last,.btn__grouped-first+.btn__grouped,.btn__grouped-first+.btn__grouped-last,.btn__grouped-last{margin-left:-.1875em}.btn__grouped-first.btn__super+.btn__grouped-last.btn__super,.btn__grouped-first.btn__super+.btn__grouped.btn__super,.btn__grouped-last.btn__super,.btn__grouped.btn__super,.btn__grouped.btn__super+.btn__grouped-last.btn__super,.btn__grouped.btn__super+.btn__grouped.btn__super{margin-left:-.15em}.btn__compound-action,.btn__compound-action:link,.btn__compound-action:visited{background-color:#328ED8}.btn__compound-action.hover,.btn__compound-action:focus,.btn__compound-action:hover{background-color:#0072CE}.btn__compound-action.btn__secondary{background-color:#919395}.btn__compound-action.btn__secondary.hover,.btn__compound-action.btn__secondary:focus,.btn__compound-action.btn__secondary:hover{background-color:#75787B}.btn__compound-action.btn__warning{background-color:#DA6750}.btn__compound-action.btn__warning.hover,.btn__compound-action.btn__warning:focus,.btn__compound-action.btn__warning:hover{background-color:#D12124}.btn__compound-action.btn__disabled,.btn__compound-action.btn__disabled.hover,.btn__compound-action.btn__disabled:focus,.btn__compound-action.btn__disabled:hover,.btn__compound-action[disabled],.btn__compound-action[disabled].hover,.btn__compound-action[disabled]:focus,.btn__compound-action[disabled]:hover{background-color:#E3E4E5}.btn__compound-action.btn__super{padding-left:1.1em;padding-right:1.1em}.btn__link{padding:0;border-bottom:1px dotted #0072CE;border-radius:0;margin:.5em 0}.btn__link,.btn__link:link,.btn__link:visited{border-bottom-color:#005E5D;background-color:transparent;color:#005E5D}.btn__link.hover,.btn__link:hover{border-bottom:1px solid #7FB8E6;background-color:transparent;color:#7FB8E6}.btn__link.focus,.btn__link:focus{border-bottom-style:solid;background-color:transparent;outline:#0072CE dotted thin}.btn__link.active,.btn__link:active{border-bottom:1px solid #002D72;background-color:transparent;color:#002D72}.lt-ie8 button.btn__link,.lt-ie8 input.btn__link{padding:0}.btn__link.btn__secondary,.btn__link.btn__secondary:link,.btn__link.btn__secondary:visited{border-bottom-color:#75787B;background-color:transparent;color:#75787B}.btn__link.btn__secondary.hover,.btn__link.btn__secondary:hover{border-bottom-color:#919395;color:#919395}.btn__link.btn__secondary.focus,.btn__link.btn__secondary:focus{outline-color:#75787B}.btn__link.btn__secondary.active,.btn__link.btn__secondary:active{border-bottom-color:#43484E;color:#43484E}.btn__link.btn__warning,.btn__link.btn__warning:link,.btn__link.btn__warning:visited{border-bottom-color:#D12124;background-color:transparent;color:#D12124}.btn__link.btn__warning.hover,.btn__link.btn__warning:hover{border-bottom-color:#DA6750;color:#DA6750}.btn__link.btn__warning.focus,.btn__link.btn__warning:focus{outline-color:#D12124}.btn__link.btn__warning.active,.btn__link.btn__warning:active{border-bottom-color:#9C301B;color:#9C301B}.expandable{margin-bottom:1.875em}.expandable_target{padding:0;border:0;background-color:transparent;cursor:pointer}.expandable_target:focus{outline:#101820 dotted 1px;outline-offset:1px}.expandable_content:after{content:"";display:table;clear:both}.lt-ie8 .expandable_content{zoom:1}.expandable_label{color:#101820;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .expandable_label{font-weight:400!important}.expandable_link{color:#0072CE;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1em;line-height:1.375}.expandable_link em,.expandable_link i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .expandable_link em,.lt-ie9 .expandable_link i{font-style:normal!important}.expandable_link b,.expandable_link strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .expandable_link b,.lt-ie9 .expandable_link strong{font-weight:400!important}.expandable_cue-close__animated,.expandable_cue-open__animated{transition:.25s -webkit-transform;transition:.25s transform}.expandable_cue-close__animated{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.expandable__expanded .expandable_cue-close__animated{-webkit-transform:rotate(0);transform:rotate(0)}.expandable__expanded .expandable_cue-open__animated{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.expandable_header{display:block}.expandable_header:after{content:"";display:table;clear:both}.lt-ie8 .expandable_header{zoom:1}button.expandable_header{width:100%;text-align:left}.expandable_header__spaced{padding-bottom:.9375em}.expandable_header-left{float:left}.expandable_header-right{float:right}.expandable__padded{margin-bottom:1.875em;background:#F1F2F2}.expandable__padded.expandable__expanded,.expandable__padded:hover{background:#E3E4E5}.expandable__padded .expandable_header{padding:.625em 1em}.expandable__padded .expandable_content{margin:0 1em 1.375em}.expandable__padded .expandable_content:before{content:'';display:block;height:1px;margin-bottom:1em;background:#BABBBD}.expandable-group{margin-bottom:1.875em}.expandable-group_header{padding:.35714286em 1.14285714em;border-bottom:1px solid #919395;background:#F1F2F2;color:#75787B;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:0}.lt-ie9 .expandable-group_header{font-weight:400!important}.expandable-group .expandable{border-bottom:1px solid #919395;margin-bottom:0;background:#FFF}.expandable-group .expandable_label{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125em;line-height:1.25;margin-bottom:0}.lt-ie9 .expandable-group .expandable_label{font-weight:400!important}.expandable-group .expandable_content{margin-bottom:0}.form-label-header{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:.71428571em}.lt-ie9 .form-label-header{font-weight:400!important}.input__super[type=email],.input__super[type=number],.input__super[type=search],.input__super[type=tel],.input__super[type=text],.input__super[type=url]{padding:.5em;font-size:1.25em}input[type=email].error,input[type=number].error,input[type=search].error,input[type=tel].error,input[type=text].error,input[type=url].error,select[multiple].error,textarea.error{border:1px solid #D12124;outline:#D12124 solid 1px}input[type=email].warning,input[type=number].warning,input[type=search].warning,input[type=tel].warning,input[type=text].warning,input[type=url].warning,select[multiple].warning,textarea.warning{border:1px solid #ffb108;outline:#ffb108 solid 1px}input[type=email].success,input[type=number].success,input[type=search].success,input[type=tel].success,input[type=text].success,input[type=url].success,select[multiple].success,textarea.success{border:1px solid #2CB34A;outline:#2CB34A solid 1px}input[type=email].disabled,input[type=number].disabled,input[type=search].disabled,input[type=tel].disabled,input[type=text].disabled,input[type=url].disabled,select[multiple].disabled,textarea.disabled{background-color:#cdb5cd}.cf-form_input-icon{position:relative;top:.3em;margin-left:.2em;font-size:1.25em}.error+.cf-form_input-icon{color:#D12124}.warning+.cf-form_input-icon{color:#ffb108}.success+.cf-form_input-icon{color:#2CB34A}.form-group+.form-group{margin-top:1.875em}.form-group_item+.form-group_item{margin-top:.9375em}@media only all and (min-width:30em){.input-with-btn{display:block;position:relative;margin-left:-15px;margin-right:-15px}}.input-with-btn_input{margin-bottom:.9375em}@media only all and (min-width:30em){.input-with-btn_input{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 0 0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .input-with-btn_input{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:60em){.input-with-btn_input{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 0 0 15px;margin-right:-.25em;vertical-align:top;width:83.33333333%}.lt-ie8 .input-with-btn_input{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.input-with-btn_input input{box-sizing:border-box;width:100%}.input-with-btn_btn{margin-bottom:.9375em}@media only all and (min-width:30em){.input-with-btn_btn{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .input-with-btn_btn{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:60em){.input-with-btn_btn{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:16.66666667%}.lt-ie8 .input-with-btn_btn{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.input-with-btn_btn .btn{box-sizing:border-box;width:100%}.input-with-btn_btn .btn__super{padding-left:.75em;padding-right:.75em}.btn-inside-input{position:relative}.btn-inside-input input[type=email],.btn-inside-input input[type=number],.btn-inside-input input[type=search],.btn-inside-input input[type=tel],.btn-inside-input input[type=text],.btn-inside-input input[type=url]{box-sizing:border-box;width:100%;padding-right:4.0625em}.btn-inside-input input[type=email].input__super,.btn-inside-input input[type=number].input__super,.btn-inside-input input[type=search].input__super,.btn-inside-input input[type=tel].input__super,.btn-inside-input input[type=text].input__super,.btn-inside-input input[type=url].input__super{padding-right:4.5em}.btn-inside-input .btn{border-bottom-width:0!important;position:absolute;right:.9375em;top:0}.btn-inside-input .btn__super{right:.75em}.btn-inside-input .btn__link.btn__secondary{background-color:#fff}@font-face{font-family:'CFPB Minicons';src:url(../fonts/cf-icons.eot);src:url(../fonts/cf-icons.eot?#iefix) format('embedded-opentype'),url(../fonts/cf-icons.woff) format('woff'),url(../fonts/cf-icons.ttf) format('truetype'),url(../fonts/cf-icons.svg) format('svg');font-weight:400;font-style:normal}.cf-icon{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased}.cf-icon__lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.cf-icon__2x{font-size:2em}.cf-icon__3x{font-size:3em}.cf-icon__4x{font-size:4em}.cf-icon__5x{font-size:5em}.cf-icon__border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.cf-icon__rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.cf-icon__rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cf-icon__rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.cf-icon__flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);transform:scale(-1,1)}.cf-icon__flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);transform:scale(1,-1)}:root .cf-icon__flip-horizontal,:root .cf-icon__flip-vertical,:root .cf-icon__rotate-180,:root .cf-icon__rotate-270,:root .cf-icon__rotate-90{-webkit-filter:none;filter:none}.cf-icon__spin{-webkit-animation:cf-spin 2s infinite linear;animation:cf-spin 2s infinite linear}.cf-icon__pulse{-webkit-animation:cf-spin 1s infinite steps(8);animation:cf-spin 1s infinite steps(8)}@-webkit-keyframes cf-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes cf-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.cf-icon-left:before{content:"\e000"}.cf-icon-left-round:before{content:"\e001"}.cf-icon-right:before{content:"\e002"}.cf-icon-right-round:before{content:"\e003"}.cf-icon-up:before{content:"\e004"}.cf-icon-up-round:before{content:"\e005"}.cf-icon-down:before{content:"\e006"}.cf-icon-down-round:before{content:"\e007"}.cf-icon-arrow-left:before{content:"\e008"}.cf-icon-arrow-left-round:before{content:"\e009"}.cf-icon-arrow-right:before{content:"\e010"}.cf-icon-arrow-right-round:before{content:"\e011"}.cf-icon-arrow-up:before{content:"\e012"}.cf-icon-arrow-up-round:before{content:"\e013"}.cf-icon-arrow-down:before{content:"\e014"}.cf-icon-arrow-down-round:before{content:"\e015"}.cf-icon-approved:before{content:"\e100"}.cf-icon-approved-round:before{content:"\e101"}.cf-icon-error:before{content:"\e102"}.cf-icon-error-round:before{content:"\e103"}.cf-icon-help:before{content:"\e104"}.cf-icon-help-round:before{content:"\e105"}.cf-icon-delete:before{content:"\e106"}.cf-icon-delete-round:before{content:"\e107"}.cf-icon-plus:before{content:"\e108"}.cf-icon-plus-round:before{content:"\e109"}.cf-icon-minus:before{content:"\e110"}.cf-icon-minus-round:before{content:"\e111"}.cf-icon-update:before{content:"\e112"}.cf-icon-update-round:before{content:"\e113"}.cf-icon-youtube:before{content:"\e200"}.cf-icon-youtube-square:before{content:"\e201"}.cf-icon-linkedin:before{content:"\e202"}.cf-icon-linkedin-square:before{content:"\e203"}.cf-icon-facebook:before{content:"\e204"}.cf-icon-facebook-square:before{content:"\e205"}.cf-icon-flickr:before{content:"\e206"}.cf-icon-flickr-square:before{content:"\e207"}.cf-icon-twitter:before{content:"\e208"}.cf-icon-twitter-square:before{content:"\e209"}.cf-icon-github:before{content:"\e210"}.cf-icon-github-square:before{content:"\e211"}.cf-icon-email-social:before{content:"\e212"}.cf-icon-email-social-square:before{content:"\e213"}.cf-icon-web:before{content:"\e300"}.cf-icon-web-round:before{content:"\e301"}.cf-icon-email:before{content:"\e302"}.cf-icon-email-round:before{content:"\e303"}.cf-icon-mail:before{content:"\e304"}.cf-icon-mail-round:before{content:"\e305"}.cf-icon-phone:before{content:"\e306"}.cf-icon-phone-round:before{content:"\e307"}.cf-icon-technology:before{content:"\e308"}.cf-icon-technology-round:before{content:"\e309"}.cf-icon-fax:before{content:"\e310"}.cf-icon-fax-round:before{content:"\e311"}.cf-icon-document:before{content:"\e400"}.cf-icon-document-round:before{content:"\e401"}.cf-icon-pdf:before{content:"\e402"}.cf-icon-pdf-round:before{content:"\e403"}.cf-icon-upload:before{content:"\e404"}.cf-icon-upload-round:before{content:"\e405"}.cf-icon-download:before{content:"\e406"}.cf-icon-download-round:before{content:"\e407"}.cf-icon-copy:before{content:"\e408"}.cf-icon-copy-round:before{content:"\e409"}.cf-icon-edit:before{content:"\e410"}.cf-icon-edit-round:before{content:"\e411"}.cf-icon-attach:before{content:"\e412"}.cf-icon-attach-round:before{content:"\e413"}.cf-icon-print:before{content:"\e414"}.cf-icon-print-round:before{content:"\e415"}.cf-icon-save:before{content:"\e416"}.cf-icon-save-round:before{content:"\e417"}.cf-icon-appendix:before{content:"\e418"}.cf-icon-appendix-round:before{content:"\e419"}.cf-icon-supplement:before{content:"\e420"}.cf-icon-supplement-round:before{content:"\e421"}.cf-icon-rss:before{content:"\e422"}.cf-icon-rss-round:before{content:"\e423"}.cf-icon-bank-account:before{content:"\e500"}.cf-icon-bank-account-round:before{content:"\e501"}.cf-icon-credit-card:before{content:"\e502"}.cf-icon-credit-card-round:before{content:"\e503"}.cf-icon-loan:before{content:"\e504"}.cf-icon-loan-round:before{content:"\e505"}.cf-icon-money-transfer:before{content:"\e506"}.cf-icon-money-transfer-round:before{content:"\e507"}.cf-icon-mortgage:before{content:"\e508"}.cf-icon-mortgage-round:before{content:"\e509"}.cf-icon-debt-collection:before{content:"\e510"}.cf-icon-debt-collection-round:before{content:"\e511"}.cf-icon-credit-report:before{content:"\e512"}.cf-icon-credit-report-round:before{content:"\e513"}.cf-icon-money:before{content:"\e514"}.cf-icon-money-round:before{content:"\e515"}.cf-icon-quick-cash:before{content:"\e516"}.cf-icon-quick-cash-round:before{content:"\e517"}.cf-icon-contract:before{content:"\e518"}.cf-icon-contract-round:before{content:"\e519"}.cf-icon-complaint:before{content:"\e520"}.cf-icon-complaint-round:before{content:"\e521"}.cf-icon-getting-credit-card:before{content:"\e522"}.cf-icon-getting-credit-card-round:before{content:"\e523"}.cf-icon-buying-car:before{content:"\e524"}.cf-icon-buying-car-round:before{content:"\e525"}.cf-icon-paying-college:before{content:"\e526"}.cf-icon-paying-college-round:before{content:"\e527"}.cf-icon-owning-home:before{content:"\e528"}.cf-icon-owning-home-round:before{content:"\e529"}.cf-icon-debt:before{content:"\e530"}.cf-icon-debt-round:before{content:"\e531"}.cf-icon-building-credit:before{content:"\e532"}.cf-icon-building-credit-round:before{content:"\e533"}.cf-icon-prepaid-cards:before{content:"\e534"}.cf-icon-prepaid-cards-round:before{content:"\e535"}.cf-icon-payday-loan:before{content:"\e536"}.cf-icon-payday-loan-round:before{content:"\e537"}.cf-icon-retirement:before{content:"\e538"}.cf-icon-retirement-round:before{content:"\e539"}.cf-icon-user:before{content:"\e600"}.cf-icon-user-round:before{content:"\e601"}.cf-icon-wifi:before{content:"\e602"}.cf-icon-wifi-round:before{content:"\e603"}.cf-icon-search:before{content:"\e604"}.cf-icon-search-round:before{content:"\e605"}.cf-icon-share:before{content:"\e606"}.cf-icon-share-round:before{content:"\e607"}.cf-icon-link:before{content:"\e608"}.cf-icon-link-round:before{content:"\e609"}.cf-icon-external-link:before{content:"\e610"}.cf-icon-external-link-round:before{content:"\e611"}.cf-icon-audio-mute:before{content:"\e612"}.cf-icon-audio-mute-round:before{content:"\e616"}.cf-icon-audio-low:before{content:"\e613"}.cf-icon-audio-low-round:before{content:"\e617"}.cf-icon-audio-medium:before{content:"\e614"}.cf-icon-audio-medium-round:before{content:"\e618"}.cf-icon-audio-max:before{content:"\e615"}.cf-icon-audio-max-round:before{content:"\e619"}.cf-icon-favorite:before{content:"\e620"}.cf-icon-favorite-round:before{content:"\e621"}.cf-icon-unfavorite:before{content:"\e622"}.cf-icon-unfavorite-round:before{content:"\e623"}.cf-icon-bookmark:before{content:"\e624"}.cf-icon-bookmark-round:before{content:"\e625"}.cf-icon-unbookmark:before{content:"\e626"}.cf-icon-unbookmark-round:before{content:"\e627"}.cf-icon-settings:before{content:"\e628"}.cf-icon-settings-round:before{content:"\e629"}.cf-icon-menu:before{content:"\e630"}.cf-icon-menu-round:before{content:"\e631"}.cf-icon-lock:before{content:"\e632"}.cf-icon-lock-round:before{content:"\e633"}.cf-icon-unlock:before{content:"\e634"}.cf-icon-unlock-round:before{content:"\e635"}.cf-icon-clock:before{content:"\e636"}.cf-icon-clock-round:before{content:"\e637"}.cf-icon-chart:before{content:"\e638"}.cf-icon-chart-round:before{content:"\e639"}.cf-icon-play:before{content:"\e640"}.cf-icon-play-round:before{content:"\e641"}.cf-icon-history:before{content:"\e642"}.cf-icon-history-round:before{content:"\e643"}.cf-icon-table-of-contents:before{content:"\e644"}.cf-icon-table-of-contents-round:before{content:"\e645"}.cf-icon-newspaper:before{content:"\e700"}.cf-icon-newspaper-round:before{content:"\e701"}.cf-icon-microphone:before{content:"\e702"}.cf-icon-microphone-round:before{content:"\e703"}.cf-icon-bullhorn:before{content:"\e704"}.cf-icon-bullhorn-round:before{content:"\e705"}.cf-icon-double-quote:before{content:"\e708"}.cf-icon-double-quote-round:before{content:"\e709"}.cf-icon-speech-bubble:before{content:"\e710"}.cf-icon-speech-bubble-round:before{content:"\e711"}.cf-icon-information:before{content:"\e712"}.cf-icon-information-round:before{content:"\e713"}.cf-icon-lightbulb:before{content:"\e714"}.cf-icon-lightbulb-round:before{content:"\e715"}.cf-icon-dialogue:before{content:"\e716"}.cf-icon-dialogue-round:before{content:"\e717"}.cf-icon-date:before{content:"\e718"}.cf-icon-date-round:before{content:"\e719"}.cf-icon-closing-quote:before{content:"\e720"}.cf-icon-closing-quote-round:before{content:"\e721"}.cf-icon-livestream:before{content:"\e722"}.cf-icon-livestream-round:before{content:"\e723"}.cf-icon-parents:before{content:"\e724"}.cf-icon-parents-round:before{content:"\e725"}.cf-icon-servicemembers:before{content:"\e726"}.cf-icon-servicemembers-round:before{content:"\e727"}.content-l{position:relative}@media only all and (min-width:37.5625em){.content-l{display:block;position:relative;margin-left:-15px;margin-right:-15px}}@media only all and (min-width:37.5625em) and (max-width:47.9375em){.content-l__full .content-l_col.content-l_col-1-3{display:block;width:100%}.content-l__full .content-l_col.content-l_col-1-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-1-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-1-3.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-1-3{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-2-3{display:block;width:100%}.content-l__full .content-l_col.content-l_col-2-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-2-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-2-3.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-2-3{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-3-8{display:block;width:100%}.content-l__full .content-l_col.content-l_col-3-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-3-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-3-8.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-3-8{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-5-8{display:block;width:100%}.content-l__full .content-l_col.content-l_col-5-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-5-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-5-8.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-5-8{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-1-4{display:block;width:100%}.content-l__full .content-l_col.content-l_col-1-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-1-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-1-4.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-1-4{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-3-4{display:block;width:100%}.content-l__full .content-l_col.content-l_col-3-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-3-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-3-4.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-3-4{margin-top:1.875em}}@media only all and (min-width:56.3125em) and (max-width:63.75em){.content-l__main .content-l_col.content-l_col-1-2{display:block;width:100%}.content-l__main .content-l_col.content-l_col-1-2.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-1-2.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-1-2.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-1-2{margin-top:1.875em}}@media only all and (min-width:37.5625em) and (max-width:56.25em){.content-l__main .content-l_col.content-l_col-1-3{display:block;width:100%}.content-l__main .content-l_col.content-l_col-1-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-1-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-1-3.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-1-3{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-2-3{display:block;width:100%}.content-l__main .content-l_col.content-l_col-2-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-2-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-2-3.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-2-3{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-3-8{display:block;width:100%}.content-l__main .content-l_col.content-l_col-3-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-3-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-3-8.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-3-8{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-5-8{display:block;width:100%}.content-l__main .content-l_col.content-l_col-5-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-5-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-5-8.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-5-8{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-1-4{display:block;width:100%}.content-l__main .content-l_col.content-l_col-1-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-1-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-1-4.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-1-4{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-3-4{display:block;width:100%}.content-l__main .content-l_col.content-l_col-3-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-3-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-3-4.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-3-4{margin-top:1.875em}}.content-l__sidebar .content-l_col.content-l_col-1-3{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-3.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-3{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-2-3{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-2-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-2-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-2-3.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-2-3{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-3-8{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-3-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-3-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-3-8.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-3-8{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-5-8{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-5-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-5-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-5-8.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-5-8{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-1-4{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-4.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-4{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-3-4{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-3-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-3-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-3-4.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-3-4{margin-top:1.875em}@media only all and (min-width:56.3125em){.content-l__sidebar .content-l_col.content-l_col-1-2{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-2.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-2.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-2.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-2{margin-top:1.875em}}@media only all and (min-width:37.5625em){.content-l__large-gutters{margin-left:-30px;margin-right:-30px}.content-l__large-gutters>.content-l_col{border-left-width:30px;border-right-width:30px}}@media only all and (max-width:37.5em){.content-l_col+.content-l_col{margin-top:1.875em}}@media only all and (min-width:37.5625em){.content-l_col-1{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content-l_col-1{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-2{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .content-l_col-1-2{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .content-l_col-1-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-2-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content-l_col-2-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-3-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:37.5%}.lt-ie8 .content-l_col-3-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-5-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:62.5%}.lt-ie8 .content-l_col-5-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .content-l_col-1-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-3-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .content-l_col-3-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (max-width:37.5em){.content-l_col__before-divider.content-l_col-1-2{margin-top:3.75em;border-left-width:15px}.content-l_col__before-divider.content-l_col-1-2:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}}@media only all and (min-width:37.5625em){.content-l_col__before-divider.content-l_col-1-2{border-left-width:30px}.content-l_col__before-divider.content-l_col-1-2:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#BABBBD;margin-left:-30px}}@media only all and (max-width:37.5em){.content-l_col__before-divider.content-l_col-1-3{margin-top:3.75em;border-left-width:15px}.content-l_col__before-divider.content-l_col-1-3:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}}@media only all and (min-width:37.5625em){.content-l_col__before-divider.content-l_col-1-3{border-left-width:30px}.content-l_col__before-divider.content-l_col-1-3:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#BABBBD;margin-left:-30px}}.content_bar{height:10px;background:#2CB34A}.content_line{height:1px;background:#BABBBD}.content_intro,.content_main,.content_sidebar{padding:1.875em .9375em}@media only all and (min-width:37.5625em){.content_intro,.content_main,.content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%;padding:3.75em .9375em}.lt-ie8 .content_intro,.lt-ie8 .content_main,.lt-ie8 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:56.3125em){.content_intro,.content_main,.content_sidebar{padding:3.75em 0}}@media only all and (min-width:56.3125em){.content_intro{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content_intro{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:56.3125em){.content__1-3 .content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%;padding-right:1.875em}.lt-ie8 .content__1-3 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__1-3 .content_main{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%;position:relative}.lt-ie8 .content__1-3 .content_main{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__1-3 .content_main:after{content:'';border-left:1px solid #BABBBD;position:absolute;top:3.75em;bottom:0;left:-1.875em}.content__2-1 .content_main{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content__2-1 .content_main{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__2-1 .content_main:after{right:-1.875em}.content__2-1 .content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%;padding-left:1.875em}.lt-ie8 .content__2-1 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:63.8125em){.content__2-1 .content_main__narrow{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%;padding-right:8.33333333%}.lt-ie8 .content__2-1 .content_main__narrow{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc);padding-right:0}}.content__flush-bottom{padding-bottom:0}@media only all and (max-width:56.25em){.content__flush-top-on-small{padding-top:0}}@media only all and (max-width:56.25em){.content__flush-all-on-small{padding:0;border:none}}.block{margin-top:3.75em;margin-bottom:3.75em}.block__border-top{border-top:1px solid #BABBBD}.block__border-right{border-right:1px solid #3a8899}.block__border-bottom{border-bottom:1px solid #BABBBD}.block__border-left{border-left:1px solid #3a8899}.block__border{border:1px solid #3a8899}.block__flush-top{margin-top:0!important}.block__flush-top.block__border,.block__flush-top.block__border-top{border-top:none}.block__flush-bottom{margin-bottom:0!important}.block__flush-bottom.block__border,.block__flush-bottom.block__border-bottom{border-bottom:none}.block__flush-sides{margin-right:-15px;margin-left:-15px}@media only all and (max-width:37.5em){.block__flush-sides.block__border,.block__flush-sides.block__border-left,.block__flush-sides.block__border-right{border-right:none;border-left:none}}@media only all and (min-width:37.5625em){.block__flush-sides{margin-right:-30px;margin-left:-30px}}.block__flush{margin-top:0!important;margin:-15px;margin-bottom:0!important}.block__flush.block__border,.block__flush.block__border-bottom,.block__flush.block__border-top{border-top:none;border-bottom:none}@media only all and (max-width:37.5em){.block__flush.block__border,.block__flush.block__border-left,.block__flush.block__border-right{border-right:none;border-left:none}}@media only all and (min-width:37.5625em){.block__flush{margin-right:-30px;margin-left:-30px}}.block__bg{padding:1.875em .9375em 3.75em;background:#F1F2F2}@media only all and (min-width:37.5625em){.block__bg{padding:2.8125em 1.875em}}.block__padded-top{padding-top:1.875em;margin-top:1.875em}.block__padded-bottom{padding-bottom:1.875em;margin-bottom:1.875em}.block__sub{margin-top:1.875em;margin-bottom:1.875em}@media only all and (min-width:37.5625em){.content-l_col.block,.content-l_col.block__sub{margin-top:0}}.content__bleedbar .content_main:after{content:none}.content__bleedbar .content_sidebar{padding:1.875em .9375em;background:#F1F2F2}@media only all and (min-width:56.3125em){.content__bleedbar{overflow:hidden}.content__bleedbar .content_sidebar{padding:3.75em 0 .9375em 1.875em;margin-left:0;position:relative;z-index:1;background:0 0}.lt-ie8 .content__bleedbar .content_sidebar{padding-right:30px;background:#F1F2F2}.content__bleedbar .content_wrapper{position:relative}.content__bleedbar .content_wrapper:after{content:'';display:block;width:9999px;border-left:1px solid #BABBBD;height:100%;position:absolute;top:0;z-index:0;margin-left:10px;background:#F1F2F2}.content__bleedbar.content__2-1 .content_wrapper:after{left:66.666666667%}.content__bleedbar.content__3-1 .content_wrapper:after{left:75%}}@media only all and (min-width:56.3125em){.content_wrapper,.wrapper{max-width:1170px;padding-right:15px;padding-left:15px;margin:0 auto;clear:both}}.content_wrapper__match-content,.wrapper__match-content{padding-left:15px;padding-right:15px}@media only all and (min-width:37.5625em){.content_wrapper__match-content,.wrapper__match-content{padding-left:30px;padding-right:30px;max-width:1170px}}.lt-ie9 .content_wrapper,.lt-ie9 .wrapper{max-width:960px}.lt-ie9 body{min-width:800px}.grid_column__top-divider{margin-top:3.75em;border-left-width:15px}.grid_column__top-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.grid_column__left-divider{border-left-width:30px}.grid_column__left-divider:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#BABBBD;margin-left:-30px}.featured-content-module{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;position:relative;min-height:320px;background-color:#F1F2F2}.featured-content-module em,.featured-content-module i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .featured-content-module em,.lt-ie9 .featured-content-module i{font-style:normal!important}.featured-content-module b,.featured-content-module strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .featured-content-module b,.lt-ie9 .featured-content-module strong{font-weight:400!important}@media only all and (max-width:37.5em){.featured-content-module{padding-right:15px;padding-left:15px}}@media only all and (min-width:37.5625em) and (max-width:43.75em){.featured-content-module{padding-right:30px;padding-left:30px}}.featured-content-module_text{padding-top:1.875em;padding-bottom:1.875em}@media only all and (min-width:43.8125em){.featured-content-module_text{width:300px;padding-right:1.875em;padding-left:1.875em}}@media only all and (min-width:56.3125em){.featured-content-module_text{width:270px}}@media only all and (min-width:43.8125em){.featured-content-module_visual{position:absolute;left:360px;right:0;top:0;bottom:0;overflow:hidden}}@media only all and (min-width:56.3125em){.featured-content-module_visual{left:330px}}.featured-content-module_img{display:block}@media only all and (min-width:43.8125em){.featured-content-module_img{height:100%;max-width:none;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.lt-ie9 .featured-content-module_img{left:-302.5px;margin-left:50%}}.hero{background-color:#F1F2F2}.hero_wrapper{box-sizing:border-box;padding:1.875em .9375em;width:100%}@media only all and (min-width:37.5625em){.hero_wrapper{display:table}}@media only all and (min-width:56.3125em){.hero_wrapper{padding-top:2.8125em;padding-bottom:2.8125em;min-height:17.8125em}}@media only all and (min-width:76.9375em){.hero_wrapper{padding-right:0;padding-left:0}}.lt-ie9 .hero_wrapper{min-height:initial}@media only all and (min-width:37.5625em){.hero_text{box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;width:58.33333333%;display:table-cell;vertical-align:middle}.lt-ie8 .hero_text{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.hero_heading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.44117647em;font-size:2.125em;line-height:1.25}.hero_heading em,.hero_heading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .hero_heading em,.lt-ie9 .hero_heading i{font-style:normal!important}.hero_heading b,.hero_heading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .hero_heading b,.lt-ie9 .hero_heading strong{font-weight:400!important}@media only all and (max-width:56.25em){.hero_heading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.hero_heading em,.hero_heading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .hero_heading em,.lt-ie9 .hero_heading i{font-style:normal!important}.hero_heading b,.hero_heading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .hero_heading b,.lt-ie9 .hero_heading strong{font-weight:400!important}}.hero_cta:not(.btn),.hero_subhead{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.375em;line-height:1.25;margin-bottom:1.36363636em}.hero_cta:not(.btn) em,.hero_cta:not(.btn) i,.hero_subhead em,.hero_subhead i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .hero_cta:not(.btn) em,.lt-ie9 .hero_cta:not(.btn) i,.lt-ie9 .hero_subhead em,.lt-ie9 .hero_subhead i{font-style:normal!important}.hero_cta:not(.btn) b,.hero_cta:not(.btn) strong,.hero_subhead b,.hero_subhead strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .hero_cta:not(.btn) b,.lt-ie9 .hero_cta:not(.btn) strong,.lt-ie9 .hero_subhead b,.lt-ie9 .hero_subhead strong{font-weight:400!important}@media only all and (max-width:56.25em){.hero_cta:not(.btn),.hero_subhead{font-size:1.125em;margin-bottom:1.66666667em}}.hero_cta,.hero_cta:not(.btn):last-child,.hero_subhead:last-child{margin-bottom:initial}.hero_image{min-height:12.1875em;background-position:center;background-repeat:no-repeat;background-size:contain}@media only all and (min-width:37.5625em){.hero_image{box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;width:41.66666667%;display:table-cell;vertical-align:middle}.lt-ie8 .hero_image{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (max-width:37.5em){.hero_image{margin-top:1.875em}}.pagination{display:block;position:relative}@media only all and (max-width:19.9375em){.pagination_next.btn,.pagination_prev.btn{display:block;text-align:center}.pagination_prev.btn+.pagination_next.btn{margin:1em 0 0}}@media only all and (min-width:20em){.pagination_next{position:absolute;top:0;right:0}}@media only all and (max-width:23.0625em){.pagination_next.btn,.pagination_prev.btn{padding-left:1em;padding-right:1em}}.pagination_form{display:block;padding:.3125em .3125em .375em;margin:1em 0 0;background:#E3E4E5;color:#75787B;text-align:center}.pagination_label{display:inline-block;margin:0;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;vertical-align:middle}.lt-ie8 .pagination_label{display:inline}.lt-ie9 .pagination_label{font-weight:400!important}.pagination_current-page,input[type=number].pagination_current-page,input[type=text].pagination_current-page{display:inline-block;width:2.625em;margin:0 .25em;font-size:1em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:right;vertical-align:middle}.lt-ie8 .pagination_current-page,.lt-ie8 input[type=number].pagination_current-page,.lt-ie8 input[type=text].pagination_current-page{display:inline}.lt-ie9 .pagination_current-page,.lt-ie9 input[type=number].pagination_current-page,.lt-ie9 input[type=text].pagination_current-page{font-weight:400!important}.lt-ie8 .pagination_current-page,.lt-ie8 input[type=number].pagination_current-page,.lt-ie8 input[type=text].pagination_current-page{margin:0 4px}.pagination_submit.btn{display:inline-block;margin:0 0 0 .875em;font-size:1em;vertical-align:middle}.lt-ie8 .pagination_submit.btn{display:inline;padding-left:.875em;margin:0;border:none;text-decoration:underline}@media only all and (min-width:40em){.pagination_form{margin:0;border-radius:.25em}.pagination_prev{position:absolute;top:0;left:0}.pagination_prev,.pagination_prev:link,.pagination_prev:visited{border-top-right-radius:0;border-bottom-right-radius:0}.pagination_next,.pagination_next:link,.pagination_next:visited{border-top-left-radius:0;border-bottom-left-radius:0}}.table_cell__right-align{text-align:right}.table-wrapper__scrolling{box-sizing:border-box;overflow-y:hidden}.table-wrapper__scrolling table{border:1px solid #e4e2e0}.table-wrapper__scrolling table>tbody>tr:nth-child(even)>td,.table-wrapper__scrolling table>tbody>tr:nth-child(even)>th{background:#f1f1f1}.table__sortable button.sortable{width:100%;height:100%;padding:inherit;margin:inherit;border:none;background:0 0;font-family:inherit;font-weight:inherit;outline:0;text-align:left}.table__sortable .sortable:after{display:inline-block;position:relative;top:-1px;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAXUlEQVR4AWPABZw9/C4A8Qlscvg0LQXi/1A8k1hNjXBNCFxNSFMcXDEmjsOlyQakgAB2RNckD8S/idD4D4jVYZq4gfgJXJIwfgPEIiCNt0ECJOKXII13gPgTifgaAHk0kQqUakHYAAAAAElFTkSuQmCC);visibility:hidden}.table__sortable .sortable.sorted-down:after,.table__sortable .sortable.sorted-up:after,.table__sortable .sortable:hover:after{visibility:visible}.table__sortable .sortable.sorted-down:after,.table__sortable .sortable.sorted-up:hover:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.table__sortable .sortable.sorted-down:hover:after{-webkit-transform:rotate(0deg);transform:rotate(0deg)}@media only all and (min-width:37.4375em){.table__striped>tbody>tr:nth-child(even)>td,.table__striped>tbody>tr:nth-child(even)>th{background:#f1f1f1}}@media only all and (max-width:37.4375em){.table__striped>tbody>tr:nth-child(even)>td,.table__striped>tbody>tr:nth-child(even)>th{background:#fff}.table__stack-on-small td,.table__stack-on-small tr{display:block}.table__stack-on-small>thead{display:none}.table__stack-on-small td[data-label]:before{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;display:block;margin-top:0;margin-bottom:.41666667em;content:attr(data-label);font-size:.875em;line-height:1.83333333;text-transform:uppercase}.lt-ie9 .table__stack-on-small td[data-label]:before{font-weight:400!important}.table__stack-on-small td:last-child{margin-bottom:1.875em}.table__entry-header-on-small>tbody td:first-child{padding-bottom:.75em;border-bottom:1px solid #aeb0b5;margin-bottom:.625em;margin-top:0;background-color:#f1f1f1;font-size:1.125em;font-weight:400;line-height:1.22222222}.table__entry-header-on-small>tbody td:first-child:before{display:none}.table__entry-header-on-small>tbody>tr{border-bottom:none;margin-bottom:1.875em}}.pull-quote_body{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25;color:#101820}.pull-quote_body em,.pull-quote_body i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .pull-quote_body em,.lt-ie9 .pull-quote_body i{font-style:normal!important}.pull-quote_body b,.pull-quote_body strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .pull-quote_body b,.lt-ie9 .pull-quote_body strong{font-weight:400!important}@media only all and (max-width:37.5em){.pull-quote_body{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25}.lt-ie9 .pull-quote_body{font-weight:400!important}}.pull-quote_citation{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;color:#75787B}.lt-ie9 .pull-quote_citation{font-weight:400!important}.pull-quote__large .pull-qote_body{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.pull-quote__large .pull-qote_body em,.pull-quote__large .pull-qote_body i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .pull-quote__large .pull-qote_body em,.lt-ie9 .pull-quote__large .pull-qote_body i{font-style:normal!important}.pull-quote__large .pull-qote_body b,.pull-quote__large .pull-qote_body strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .pull-quote__large .pull-qote_body b,.lt-ie9 .pull-quote__large .pull-qote_body strong{font-weight:400!important}@media only all and (max-width:37.5em){.pull-quote__large .pull-qote_body{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25}.pull-quote__large .pull-qote_body em,.pull-quote__large .pull-qote_body i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .pull-quote__large .pull-qote_body em,.lt-ie9 .pull-quote__large .pull-qote_body i{font-style:normal!important}.pull-quote__large .pull-qote_body b,.pull-quote__large .pull-qote_body strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .pull-quote__large .pull-qote_body b,.lt-ie9 .pull-quote__large .pull-qote_body strong{font-weight:400!important}}.micro-copy{color:#75787B;font-size:.875em;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.micro-copy em,.micro-copy i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .micro-copy em,.lt-ie9 .micro-copy i{font-style:normal!important}.micro-copy b,.micro-copy strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .micro-copy b,.lt-ie9 .micro-copy strong{font-weight:400!important}.micro-copy__large{font-size:1em}.short-desc{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.short-desc em,.short-desc i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .short-desc em,.lt-ie9 .short-desc i{font-style:normal!important}.short-desc b,.short-desc strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .short-desc b,.lt-ie9 .short-desc strong{font-weight:400!important}.short-desc__large{font-size:1.125em}.date{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;color:#75787B;white-space:nowrap}.lt-ie9 .date{font-weight:400!important}.category-slug{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25;display:inline-block;color:#101820}.lt-ie9 .category-slug{font-weight:400!important}a.category-slug{color:#101820;border-color:#101820}a.category-slug.visited,a.category-slug:visited{border-color:#101820;color:#101820}a.category-slug.focus,a.category-slug.hover,a.category-slug:focus,a.category-slug:hover{border-color:#7FB8E6;color:#7FB8E6}a.category-slug.active,a.category-slug:active{border-color:#101820;color:#101820}.category-slug_icon{margin-right:.11111111em}.header-slug{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:1.21428571em;border-top:1px solid #E3E4E5}.lt-ie9 .header-slug{font-weight:400!important}.header-slug_inner{display:inline-block;padding-top:.28571429em;margin-top:-3px;border-top:5px solid #2CB34A}.padded-header{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;padding:.57142857em .71428571em;margin-bottom:0;border-bottom:1px solid #BABBBD;background:#F1F2F2;color:#43484E}.lt-ie9 .padded-header{font-weight:400!important}.fancy-slug{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;text-transform:uppercase;position:relative;height:1.14285714em;padding:0 1.21428571em;margin-top:1.14285714em;margin-bottom:.57142857em;border-top:1px solid #BABBBD;line-height:1;text-align:center}.lt-ie9 .fancy-slug{font-weight:400!important}.fancy-slug_text{display:inline-block;position:relative;top:-1.14285714em;padding:.57142857em 1.42857143em;border:1px solid #BABBBD;background:#FFF}.fancy-slug_ribbon-left,.fancy-slug_ribbon-right{display:block;position:absolute;top:-1px;width:1.21428571em;height:100%;border-top:1px solid #BABBBD;border-bottom:1px solid #BABBBD}.lt-ie9 .fancy-slug_ribbon-left,.lt-ie9 .fancy-slug_ribbon-right{display:none}.fancy-slug_ribbon-left:after,.fancy-slug_ribbon-left:before,.fancy-slug_ribbon-right:after,.fancy-slug_ribbon-right:before{display:block;content:"";position:absolute;z-index:3;width:1.21428571em;height:50%;background:#FFF;border:0 solid #BABBBD}.fancy-slug_ribbon-left{left:-1.21428571em}.fancy-slug_ribbon-left:before{top:0;border-left-width:1px;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:skewX(33deg);transform:skewX(33deg)}.fancy-slug_ribbon-left:after{bottom:0;border-left-width:1px;-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:skewX(-33deg);transform:skewX(-33deg)}.fancy-slug_ribbon-right{right:-1.21428571em}.fancy-slug_ribbon-right:before{top:0;right:0;border-right-width:1px;-webkit-transform-origin:100% 0;transform-origin:100% 0;-webkit-transform:skewX(-33deg);transform:skewX(-33deg)}.fancy-slug_ribbon-right:after{right:0;bottom:0;border-right-width:1px;-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transform:skewX(33deg);transform:skewX(33deg)}.meta-header{padding-bottom:.5em;margin-bottom:.625em;border-bottom:1px solid #BABBBD}.meta-header_left{margin-bottom:0}.meta-header_right{display:block;margin-bottom:0}@media only all and (min-width:37.5em){.meta-header_right{float:right;display:inline-block}}.icon-link{border-bottom-width:0;position:relative}.icon-link_text{border-bottom-width:1px;border-bottom-style:inherit}.icon-link:after,.icon-link:before{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;margin-right:1px;margin-left:1px}.icon-link__download.icon-link__before:before,.icon-link__download:after{content:"\e406"}.icon-link__email.icon-link__before:before,.icon-link__email:after{content:"\e302"}.icon-link__external-link.icon-link__before:before,.icon-link__external-link:after{content:"\e610"}.icon-link__fax.icon-link__before:before,.icon-link__fax:after{content:"\e310"}.icon-link__left.icon-link__before:before,.icon-link__left:after{content:"\e000"}.icon-link__mail.icon-link__before:before,.icon-link__mail:after{content:"\e304"}.icon-link__pdf.icon-link__before:before,.icon-link__pdf:after{content:"\e402"}.icon-link__phone.icon-link__before:before,.icon-link__phone:after{content:"\e306"}.icon-link__right.icon-link__before:before,.icon-link__right:after{content:"\e002"}.icon-link__before:after{content:''}.icon-link__no-wrap{white-space:nowrap}.styled-link{border-bottom-width:1px;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em}.lt-ie9 .styled-link{font-weight:400!important}.jump-link{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;border-bottom-width:0;position:relative}.lt-ie9 .jump-link{font-weight:400!important}.jump-link_text{border-bottom-width:1px;border-bottom-style:inherit}.jump-link:after,.jump-link:before{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;margin-right:1px;margin-left:1px}.jump-link__download.jump-link__before:before,.jump-link__download:after{content:"\e406"}.jump-link__email.jump-link__before:before,.jump-link__email:after{content:"\e302"}.jump-link__external-link.jump-link__before:before,.jump-link__external-link:after{content:"\e610"}.jump-link__fax.jump-link__before:before,.jump-link__fax:after{content:"\e310"}.jump-link__left.jump-link__before:before,.jump-link__left:after{content:"\e000"}.jump-link__mail.jump-link__before:before,.jump-link__mail:after{content:"\e304"}.jump-link__pdf.jump-link__before:before,.jump-link__pdf:after{content:"\e402"}.jump-link__phone.jump-link__before:before,.jump-link__phone:after{content:"\e306"}.jump-link__right.jump-link__before:before,.jump-link__right:after{content:"\e002"}.jump-link__before:after{content:''}.jump-link__no-wrap{white-space:nowrap}.jump-link__large{font-size:1.125em}@media only all and (max-width:37.4375em){.jump-link{box-sizing:border-box;display:block;padding:.625em 1.25em .625em 0;border:dotted #0072CE;border-width:1px 0;margin-right:0;width:100%;text-align:left}.jump-link:after{position:absolute;margin-bottom:-.625em;right:0;bottom:50%;text-align:right}.jump-link__before{padding-left:1.25em}.jump-link__before:before{position:absolute;margin-bottom:-.625em;bottom:50%;left:0}.jump-link_text{border-bottom-width:0}.jump-link__bg{background:#F1F2F2;border:solid #E3E4E5;border-width:1px 0;padding:.625em 1.25em .625em 1em}.jump-link__bg:after{right:1em}.jump-link__bg:before{left:.625em}}.block-link{box-sizing:border-box;display:block;padding:.625em 1.25em .625em 0;border:dotted #0072CE;border-width:1px 0;margin-right:0;width:100%;text-align:left}.list__unstyled{padding-left:0;list-style-type:none}.list__unstyled .list_item{margin-left:0}.list__spaced .list_item+.list_item,.list_item__spaced{margin-top:1.5em}.list__horizontal{padding-left:0}.list__horizontal .list_item{display:inline-block}.lt-ie8 .list__horizontal .list_item{display:inline}.list__horizontal .list_item{margin-right:.25em;margin-left:0}.list__icons{padding-left:0;list-style-type:none}.list__icons .list_item{margin-left:0}.list__icons .list_icon{width:1.5em;text-align:center}.list__links{padding-left:0;list-style-type:none}.list__links .list_item{margin-left:0;margin-bottom:.625em}@media only all and (max-width:37.4375em){.list__links .list_item{margin-bottom:-1px}}.list__links.list__spaced .list_item+.list_item{margin-top:0}@media only all and (max-width:37.4375em){.list__links .list_link{box-sizing:border-box;display:block;padding:.625em 1.25em .625em 0;border:dotted #0072CE;border-width:1px 0;margin-right:0;width:100%;text-align:left}.list__links .list_link.icon-link:after{position:absolute;margin-bottom:-.625em;right:0;bottom:50%;text-align:right}.list__links .list_link .icon-link_text{border-bottom-width:0}}.list__links.list__icons .list_link{position:relative;left:-.125em}.list__links.list__icons .icon-link:after,.list__links.list__icons .icon-link:before{width:1.125em;text-align:center}@font-face{font-family:AvenirNextLTW01-Regular;src:url(//fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:400}@font-face{font-family:AvenirNextLTW01-Regular;src:url(//fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/1e9892c0-6927-4412-9874-1b82801ba47a.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/52a192b1-bea5-4b48-879f-107f009b666f.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#52a192b1-bea5-4b48-879f-107f009b666f) format("svg");font-style:normal;font-weight:400}@font-face{font-family:AvenirNextLTW01-Italic;src:url(//fast.fonts.net/dv2/2/d1fddef1-d940-4904-8f6c-17e809462301.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:italic;font-weight:400}@font-face{font-family:AvenirNextLTW01-Italic;src:url(//fast.fonts.net/dv2/2/d1fddef1-d940-4904-8f6c-17e809462301.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585) format("svg");font-style:italic;font-weight:400}@font-face{font-family:AvenirNextLTW01-Medium;src:url(//fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:500}@font-face{font-family:AvenirNextLTW01-Medium;src:url(//fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/f26faddb-86cc-4477-a253-1e1287684336.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#a89d6ad1-a04f-4a8f-b140-e55478dbea80) format("svg");font-style:normal;font-weight:500}@font-face{font-family:AvenirNextLTW01-Demi;src:url(//fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:700}@font-face{font-family:AvenirNextLTW01-Demi;src:url(//fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/99affa9a-a5e9-4559-bd07-20cf0071852d.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#99affa9a-a5e9-4559-bd07-20cf0071852d) format("svg");font-style:normal;font-weight:700}.header{border-bottom:4px solid #2CB34A;padding-top:.5em;width:100%}.header .site-title{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%;text-align:center}.lt-ie8 .header .site-title{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.header .site-title h1{font-size:1.5em}.header .site-title .title-link{color:#919395}.header .site-title .title-link .site-org{color:#75787B;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .header .site-title .title-link .site-org{font-weight:400!important}.header .site-title .title-link:visited{color:#919395}.header .site-logo{display:none}@media only screen and (min-width:37.5em){.header{padding:2em 0 0}.header .site-title{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%;text-align:left}.lt-ie8 .header .site-title{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.header .site-title h1{font-size:1.625em}.header .site-logo{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%;text-align:right}.lt-ie8 .header .site-logo{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.header .site-logo .logo{display:inline}}@media only screen and (min-width:20em){.main-nav{margin:0 0 .5em;padding:0;text-align:center}.main-nav li{display:inline-block;margin:0 1em .5em;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125em;list-style:none}.lt-ie9 .main-nav li{font-weight:400!important}.main-nav a{display:block;padding:.125em 0;border-bottom:4px solid #FFF}.main-nav a:link,.main-nav a:visited{color:#75787B}.main-nav a:focus,.main-nav a:hover{border-bottom:4px solid #DBEDD4;color:#43484E}.main-nav a:active,.main-nav-active a:active,.main-nav-active a:focus,.main-nav-active a:hover,.main-nav-active a:link,.main-nav-active a:visited{border-bottom:4px solid #ADDC91;color:#101820}}@media only screen and (min-width:37.5em){.main-nav{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%;margin-bottom:0;text-align:left}.lt-ie8 .main-nav{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.main-nav li{margin-right:0;margin-bottom:0;margin-left:2em}.main-nav li:first-child{margin-left:0}.main-nav a{padding-top:0;padding-bottom:1em;border-bottom:none}.main-nav a:active,.main-nav a:hover,.main-nav-active a:active,.main-nav-active a:focus,.main-nav-active a:hover,.main-nav-active a:link,.main-nav-active a:visited{margin-bottom:-4px}}@media only screen and (min-width:48em){.main-nav li{font-size:1.125em}}.content{margin-top:0;padding:2em 0;overflow:auto;display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-25,.content .content-33,.content .content-50,.content .content-67,.content .content-75{padding-bottom:1em;padding-top:1em}.content .content-25,.content .content-33,.content .content-67,.content .content-75{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content .content-25,.lt-ie8 .content .content-33,.lt-ie8 .content .content-67,.lt-ie8 .content .content-75{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}figure{margin-left:0;margin-right:0}.warning{color:#D12124}@media only screen and (min-width:37.5em){.content{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%;overflow:hidden}.lt-ie8 .content{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-25{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .content .content-25{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-75{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .content .content-75{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-33{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .content .content-33{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-67{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content .content-67{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-50{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .content .content-50{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-first{border-left:0}.content .content-last{border-right:0}.content .content-row-rule{border-bottom:1px solid #E3E4E5;margin-bottom:1em}.content h1{margin-bottom:.882em}.content h3{margin-bottom:.682em}.content h4{margin-bottom:.833em}.content h5{margin-bottom:1.071em}.content h6{margin-bottom:1.25em}.content p,.content ul li{max-width:35em}.content code{background-color:#F1F2F2;border:1px solid #E3E4E5;border-radius:.25em;overflow-x:auto;padding:.125em .25em;white-space:nowrap;font-size:.75em;line-height:1.375;margin-bottom:1.375em;font-family:Monaco,Menlo,Consolas,"Courier New",monospace}.homepage{width:100%}.homepage img{width:200px}}.content h2{border-bottom:1px solid #E3E4E5;padding-bottom:15px;margin-top:20px;margin-bottom:20px!important}.content h2:after{content:"";display:table;clear:both}.lt-ie8 .content h2{zoom:1}.content hr{display:block;height:1px;border:0;border-top:1px solid #E3E4E5;margin:1.25em 0;padding:0}.content img+hr{margin:1em 0 1.25em}.content ul.toc{list-style:none;border-bottom:1px solid #CCE3F5;padding:0 0 1.25em;margin:0 0 1.875em}.content ul.toc:after{content:"";display:table;clear:both}.lt-ie8 .content ul.toc{zoom:1}.content .toc li{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:1.125em;display:block;float:left;position:relative}.lt-ie9 .content .toc li{font-weight:400!important}.content .toc li a{text-decoration:none;border-bottom:none;padding:0 1em 0 0}.content .toc li a:visited{color:#0072CE}.content .toc li a:hover{border-bottom:none;color:#7FB8E6}.content .lead-in{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125em}.content .lead-in em,.content .lead-in i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .content .lead-in em,.lt-ie9 .content .lead-in i{font-style:normal!important}.content .lead-in b,.content .lead-in strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .content .lead-in b,.lt-ie9 .content .lead-in strong{font-weight:400!important}.content ol,.content ul{padding-left:1.5em}.content ul{list-style-type:square}.content li ol,.content li ul{margin:0 1.375em}.content dl dd{margin-left:1.375em}.content dt{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .content dt{font-weight:400!important}.swatch{margin-left:0}.swatch_field{height:5em}.swatch__primary .swatch_field{height:10em}.swatch_head{margin:.25em 0}.swatch_table{width:100%}.swatch td,.swatch th{padding:0;vertical-align:top;background:0 0!important}.swatch th{padding-right:.25em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:left}.lt-ie9 .swatch th{font-weight:400!important}@media only screen and (min-width:37.5em){.swatches{display:block;position:relative;margin-left:-15px;margin-right:-15px}.swatch{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .swatch{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only screen and (min-width:64em){.swatch{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .swatch{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.swatch_field__dark-redorange{background:#9C301B}.swatch_field__teal-20{background:#CCDFDF}.swatch_field__teal-50{background:#7FAEAE}.swatch_field__teal-80{background:#337E7D}.swatch_field__teal{background:#005E5D}.swatch_field__pacific-20{background:#CCE3F5}.swatch_field__pacific-50{background:#7FB8E6}.swatch_field__pacific-80{background:#328ED8}.swatch_field__pacific{background:#0072CE}.swatch_field__navy-20{background:#CCD5E3}.swatch_field__navy-50{background:#7F96B8}.swatch_field__navy-80{background:#33578E}.swatch_field__navy{background:#002D72}.swatch_field__neutral-20{background:#E4E2E0}.swatch_field__neutral-50{background:#BCB6B2}.swatch_field__neutral-80{background:#948B84}.swatch_field__neutral{background:#796E65}.swatch_field__gold-20{background:#FFECD1}.swatch_field__gold-50{background:#FFCE8D}.swatch_field__gold-80{background:#FFB149}.swatch_field__gold{background:#FF9E1B}.swatch_field__redorange-20{background:#F6D9D3}.swatch_field__redorange-50{background:#E8A091}.swatch_field__redorange-80{background:#DA6750}.swatch_field__redorange{background:#D12124}.swatch_field__gray-5{background:#F8F8F8}.swatch_field__gray-10{background:#F1F2F2}.swatch_field__gray-20{background:#E3E4E5}.swatch_field__gray-50{background:#BABBBD}.swatch_field__gray-80{background:#919395}.swatch_field__gray{background:#75787B}.swatch_field__darkgray{background:#43484E}.swatch_field__black{background:#101820}.swatch_field__green-tint{background:#DBEDD4}.swatch_field__green-midtone{background:#ADDC91}.swatch_field__green{background:#2CB34A}[class^=type-color-combo]{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;padding:.5em 1em;list-style:none}.lt-ie9 [class^=type-color-combo]{font-weight:400!important}.h1+[class^=type-color-combo],.h2+[class^=type-color-combo],.h3+[class^=type-color-combo],.h4+[class^=type-color-combo],.h6+[class^=type-color-combo],blockquote+[class^=type-color-combo],dl+[class^=type-color-combo],figure+[class^=type-color-combo],h1+[class^=type-color-combo],h2+[class^=type-color-combo],h3+[class^=type-color-combo],h4+[class^=type-color-combo],h6+[class^=type-color-combo],img+[class^=type-color-combo],ol+[class^=type-color-combo],p+[class^=type-color-combo],table+[class^=type-color-combo],ul+[class^=type-color-combo]{margin-top:2.14285714em}.type-color-combo__black-on-white{border:1px solid #E3E4E5}.type-color-combo__darkgray-on-white{border:1px solid #E3E4E5;color:#43484E}.type-color-combo__white-on-black{background:#101820;color:#FFF}.type-color-combo__white-on-darkgray{background:#43484E;color:#FFF}.type-color-combo__black-on-gray10{background:#F1F2F2}.type-color-combo__black-on-gray5{background:#F8F8F8}.type-color-combo__pacific-on-gray5{background:#F8F8F8;color:#0072CE}.type-color-combo__black-on-greenmid{background:#ADDC91}.type-color-combo__black-on-greentint{background:#DBEDD4}.type-color-combo__white-on-gray{background:#75787B;color:#FFF}.type-color-combo__black-on-gray{background:#75787B}.type-color-combo__gray-on-white{border:1px solid #E3E4E5;color:#75787B}.type-color-combo__white-on-green{background:#2CB34A;color:#FFF}.type-color-combo__green-on-white{border:1px solid #DBEDD4;color:#2CB34A}.type-color-combo__black-on-green{background:#2CB34A;color:#101820}.type-color-combo__green-on-black{background:#101820;color:#2CB34A}#isocon-assets img{height:80%;width:80%}.minicon-scale-table td,.minicon-scale-table th{padding:0 5px;border-left:1px solid #F1F2F2;background:0 0!important;color:#101820!important;text-align:center}.minicon-scale-table td:first-child,.minicon-scale-table th:first-child{border:none}.minicon-scale-table th{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em}.lt-ie9 .minicon-scale-table th{font-weight:400!important}.minicon-scale-table .cf-icon{display:block;margin:20px 20px 0}.minicon-asset-lib h3{margin-top:1.5em}.minicon-asset-lib .minicon-assets-div{display:inline-block;box-sizing:border-box;width:6em;text-align:center;border-right:1px solid #F1F2F2}.minicon-asset-lib .minicon-assets-div:last-child{border-right:none}.minicon-asset-lib .minicon-assets-div h6{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;line-height:1.325em;text-transform:capitalize;letter-spacing:0;margin-bottom:1.5em}.lt-ie9 .minicon-asset-lib .minicon-assets-div h6{font-weight:400!important}.minicon-asset-lib .minicon-assets-div .cf-icon{font-size:40px;display:block;margin:.75em 0}.minicon-scale-48pt{font-size:48pt}.minicon-scale-36pt{font-size:36pt}.minicon-scale-28pt{font-size:28pt}.minicon-scale-21pt{font-size:21pt}.minicon-scale-14pt{font-size:14pt}.minicon-scale-40px{font-size:40px}.minicon-scale-30px{font-size:30px}.minicon-scale-25px{font-size:25px}.minicon-scale-20px{font-size:20px}.minicon-scale-16px{font-size:16px}.abc p{font-size:1.125em;letter-spacing:3px;margin-bottom:.5em}.demi-ex p{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .demi-ex p{font-weight:400!important}.medium-ex p{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .medium-ex p{font-weight:400!important}.regular-ex p{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.regular-ex p em,.regular-ex p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .regular-ex p em,.lt-ie9 .regular-ex p i{font-style:normal!important}.regular-ex p b,.regular-ex p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .regular-ex p b,.lt-ie9 .regular-ex p strong{font-weight:400!important}.georgia-ex{font-family:Georgia,"Times New Roman",serif}#print-hierarchy-ex .superheading{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:60pt;line-height:66pt}.lt-ie9 #print-hierarchy-ex .superheading{font-weight:400!important}#print-hierarchy-ex h1{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:38pt;line-height:40pt}#print-hierarchy-ex h1 em,#print-hierarchy-ex h1 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 #print-hierarchy-ex h1 em,.lt-ie9 #print-hierarchy-ex h1 i{font-style:normal!important}#print-hierarchy-ex h1 b,#print-hierarchy-ex h1 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 #print-hierarchy-ex h1 b,.lt-ie9 #print-hierarchy-ex h1 strong{font-weight:400!important}#print-hierarchy-ex h2.h2-print-ex{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;border-bottom:none;margin-top:0;font-size:26pt;line-height:28pt}#print-hierarchy-ex h2.h2-print-ex em,#print-hierarchy-ex h2.h2-print-ex i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 #print-hierarchy-ex h2.h2-print-ex em,.lt-ie9 #print-hierarchy-ex h2.h2-print-ex i{font-style:normal!important}#print-hierarchy-ex h2.h2-print-ex b,#print-hierarchy-ex h2.h2-print-ex strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 #print-hierarchy-ex h2.h2-print-ex b,.lt-ie9 #print-hierarchy-ex h2.h2-print-ex strong{font-weight:400!important}#print-hierarchy-ex h3.h3-print-ex{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:16pt;line-height:18pt}.lt-ie9 #print-hierarchy-ex h3.h3-print-ex{font-weight:400!important}#print-hierarchy-ex h4.h4-print-ex{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:14pt;line-height:16pt}.lt-ie9 #print-hierarchy-ex h4.h4-print-ex{font-weight:400!important}#print-hierarchy-ex h5{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:10pt;line-height:12pt;letter-spacing:1pt;text-transform:uppercase}.lt-ie9 #print-hierarchy-ex h5{font-weight:400!important}#print-hierarchy-ex h6{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:12pt;line-height:14pt;letter-spacing:0;text-transform:none}.lt-ie9 #print-hierarchy-ex h6{font-weight:400!important}p.print-subheading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:16pt;line-height:20pt}p.print-subheading em,p.print-subheading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 p.print-subheading em,.lt-ie9 p.print-subheading i{font-style:normal!important}p.print-subheading b,p.print-subheading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 p.print-subheading b,.lt-ie9 p.print-subheading strong{font-weight:400!important}p.print-avenir-para{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:11pt;line-height:16pt}p.print-avenir-para em,p.print-avenir-para i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 p.print-avenir-para em,.lt-ie9 p.print-avenir-para i{font-style:normal!important}p.print-avenir-para b,p.print-avenir-para strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 p.print-avenir-para b,.lt-ie9 p.print-avenir-para strong{font-weight:400!important}p.print-georgia-para{font-size:11pt;line-height:16pt}.print-ul ul li p{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:11pt;line-height:14pt;margin-bottom:1em}.print-ul ul li p em,.print-ul ul li p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .print-ul ul li p em,.lt-ie9 .print-ul ul li p i{font-style:normal!important}.print-ul ul li p b,.print-ul ul li p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .print-ul ul li p b,.lt-ie9 .print-ul ul li p strong{font-weight:400!important}.repo-list-header{margin-bottom:.75em}.content .repo-list{padding-left:0}.repo-list li{list-style:none;display:block;box-sizing:border-box;float:left;height:4.0625em;max-height:4.0625em;background-color:#E7E7E6;border-left:1px solid #BABBBD;width:85%;padding:.75em 1em}.repo-list li:first-child{text-align:center;border-left:none;line-height:75px;padding:0 .75em;width:15%}.repo-list .cf-icon{font-size:30px;color:#75787B}.repo-list a:link,.repo-list a:visited{display:block;max-height:4.0625em;border-width:0;background-color:#E7E7E6}.repo-list h4{margin-bottom:.125em}.repo-list p{margin:0;font-size:.875em;color:#75787B;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.repo-list p em,.repo-list p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .repo-list p em,.lt-ie9 .repo-list p i{font-style:normal!important}.repo-list p b,.repo-list p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .repo-list p b,.lt-ie9 .repo-list p strong{font-weight:400!important}@media screen and (max-width:60em){.repo-list li{height:6em;max-height:6em;width:75%}.repo-list li:first-child{width:25%}.repo-list a:link,.repo-list a:visited{max-height:6em}}h2 span.cf-code-link{float:right;font-size:.625em;padding-top:.7em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 h2 span.cf-code-link{font-weight:400!important}ul.list_links-minicons{padding-left:0;list-style:none}ul.list_links-minicons li{margin:.5em 0}.nav-link-ex ul.toc{border-bottom:none}.link-with-icon{display:inline-block;position:relative}.link-with-icon>.cf-icon{padding-left:.375em;position:absolute;top:.1875em;left:100%}.link-with-icon__left{margin-left:1.25em}.link-with-icon__left>[class^=fa]{left:-1.5em}.grid-demo{max-width:1170px;padding-right:15px;padding-left:15px;margin:20px auto 40px;clear:both}.grid-demo section{display:block;position:relative;margin-left:-15px;margin-right:-15px}.grid-demo .col{margin-bottom:10px;border-left-color:#2cb34a;border-right-color:#2cb34a;background-color:#dbedd4}.grid-demo .col:after,.grid-demo .col:before{content:"";display:block;width:100%;height:7.5px;background-color:#addc91}.grid-demo .col:before{margin-bottom:7.5px}.grid-demo .col:after{margin-top:7.5px}.grid-demo p{max-width:none;text-align:center;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-top:1.125em}.grid-demo p em,.grid-demo p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .grid-demo p em,.lt-ie9 .grid-demo p i{font-style:normal!important}.grid-demo p b,.grid-demo p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .grid-demo p b,.lt-ie9 .grid-demo p strong{font-weight:400!important}.col-12{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .col-12{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-11{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:91.66666667%}.lt-ie8 .col-11{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-10{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:83.33333333%}.lt-ie8 .col-10{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-9{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .col-9{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .col-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-7{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:58.33333333%}.lt-ie8 .col-7{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-6{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .col-6{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-5{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:41.66666667%}.lt-ie8 .col-5{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .col-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .col-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-2{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:16.66666667%}.lt-ie8 .col-2{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-1{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:8.33333333%}.lt-ie8 .col-1{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.secondary-nav{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.secondary-nav em,.secondary-nav i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .secondary-nav em,.lt-ie9 .secondary-nav i{font-style:normal!important}.secondary-nav b,.secondary-nav strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .secondary-nav b,.lt-ie9 .secondary-nav strong{font-weight:400!important}.secondary-nav a{display:block;padding:10px}.secondary-nav a,.secondary-nav a:link,.secondary-nav a:visited{border-bottom:none;color:#101820}.secondary-nav .secondary-nav-active>a,.secondary-nav a:focus,.secondary-nav a:hover{border-left:4px solid #2CB34A;margin-left:-4px;color:#101820}.secondary-nav a:active{background-color:#F8F8F8;color:#101820}.secondary-nav ul{margin:0;padding:0}.secondary-nav li{list-style:none;border-bottom:1px solid #BABBBD;font-size:1.125em;padding-left:4px}.secondary-nav li:last-child{border-bottom:none}@media only screen and (min-width:37.5em){.sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%;padding-bottom:2em;padding-top:2em}.lt-ie8 .sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.body-wrapper{display:table;height:100%;width:100%}.footer{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;display:table-row;height:1px;padding:2em 0;border-top:2px solid #BABBBD;background:#F1F2F2;width:100%}.footer em,.footer i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .footer em,.lt-ie9 .footer i{font-style:normal!important}.footer b,.footer strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .footer b,.lt-ie9 .footer strong{font-weight:400!important}.footer h4{margin-top:0;font-size:16px;line-height:1.5em;text-transform:uppercase}.footer p{max-width:45em;font-size:.875em;line-height:1.42857142857143}.footer a,.footer a:link,.footer a:visited{border-bottom:1px dotted}.footer a:hover{border-bottom:1px dotted #0072CE}.footer .footer-container{padding-top:2em;padding-bottom:2em}.footer .footer-links ul{list-style:none;padding-left:0;margin-top:0}@media only screen and (min-width:37.5em){.footer p{margin:.75em 0}.footer .footer-links li,.footer .footer-links ul{margin-left:0}}@media only screen and (min-width:50em){.footer-links{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .footer-links{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.footer-oss{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:41.66666667%}.lt-ie8 .footer-oss{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.footer-standards{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .footer-standards{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.highlight .hll{background-color:#ffc}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d01040}.highlight .na{color:teal}.highlight .nb{color:#0086B3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .s2,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d01040}.highlight .sr{color:#009926}.highlight .s1{color:#d01040}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc,.highlight .vg,.highlight .vi{color:teal}.highlight .il{color:#099}@media print{*{background:0 0!important;color:#000!important;text-shadow:none!important;-webkit-filter:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{color:#444!important;text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}pre{padding:1.375em 1em;white-space:pre;white-space:pre-wrap;word-wrap:break-word}code,kbd,pre,samp{font-family:Consolas,Menlo,Monaco,Courier,monospace;margin-bottom:1.375em}.u-visually-hidden.focusable:active,.u-visually-hidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}body,html{height:100%;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility;word-wrap:break-word;overflow-wrap:break-word}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.cf{zoom:1} ->>>>>>> 060a0cef6a58b87a6b06df0489dfdc6eb7840e2a +/*! normalize.css v2.1.3 | MIT License | git.io/normalize */@import url(//fast.fonts.net/t/1.css?apiType=css&projectid=44e8c964-4684-44c6-a6e3-3f3da8787b50);article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto}table{border-collapse:collapse;border-spacing:0}/*! normalize-legacy-addon | MIT License | https://github.com/cfpb/normalize-legacy-addon */html{font-size:100%}button,html,input,select,textarea{font-family:sans-serif}h1{margin:.67em 0}h2{margin:.83em 0}h3{margin:1em 0}h4{margin:1.33em 0}h5{margin:1.67em 0}h6{margin:2.33em 0}blockquote{margin:1em 40px}p,pre{margin:1em 0}q{quotes:none}q:after,q:before{content:'';content:none}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none}img{-ms-interpolation-mode:bicubic}form{margin:0}legend{border:0;white-space:normal}button,input,select,textarea{vertical-align:baseline}.no-js .u-js-only{display:none!important}.u-clearfix:after{content:"";display:table;clear:both}.lt-ie8 .u-clearfix{zoom:1}.u-visually-hidden{position:absolute;width:1px;height:1px;border:0;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0)}.u-inline-block{display:inline-block}.lt-ie8 .u-inline-block{display:inline}.u-right{float:right}.u-break-word{word-break:break-all}.u-flexible-container{position:relative;padding-bottom:56.25%;height:0}.u-flexible-container_inner{position:absolute;top:0;left:0;width:100%;height:100%}.u-flexible-container__4-3{position:relative;padding-bottom:75%;height:0}.u-mt0{margin-top:0!important}.u-mb0{margin-bottom:0!important}.u-mt5{margin-top:5px!important}.u-mb5{margin-bottom:5px!important}.u-mt10{margin-top:10px!important}.u-mb10{margin-bottom:10px!important}.u-mt15{margin-top:15px!important}.u-mb15{margin-bottom:15px!important}.u-mt20{margin-top:20px!important}.u-mb20{margin-bottom:20px!important}.u-mt30{margin-top:30px!important}.u-mb30{margin-bottom:30px!important}.u-mt45{margin-top:45px!important}.u-mb45{margin-bottom:45px!important}.u-mt60{margin-top:60px!important}.u-mb60{margin-bottom:60px!important}.u-w100pct{width:100%}.u-w90pct{width:90%}.u-w80pct{width:80%}.u-w70pct{width:70%}.u-w60pct{width:60%}.u-w50pct{width:50%}.u-w40pct{width:40%}.u-w30pct{width:30%}.u-w20pct{width:20%}.u-w10pct{width:10%}.u-w75pct{width:75%}.u-w25pct{width:25%}.u-w66pct{width:66.66666667%}.u-w33pct{width:33.33333333%}@media only all and (max-width:37.5em){.u-hide-on-mobile{display:none}}.u-show-on-mobile{display:none}@media only all and (max-width:37.5em){.u-show-on-mobile{display:block}}.u-small-text,small{font-size:.875em}body{color:#101820;font-family:Georgia,"Times New Roman",serif;font-size:100%;line-height:1.375}h1,h2,h3,h4,h5,h6{margin-top:0}.h1,h1{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.44117647em;font-size:2.125em;line-height:1.25}.h1 em,.h1 i,h1 em,h1 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h1 em,.lt-ie9 .h1 i,.lt-ie9 h1 em,.lt-ie9 h1 i{font-style:normal!important}.h1 b,.h1 strong,h1 b,h1 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h1 b,.lt-ie9 .h1 strong,.lt-ie9 h1 b,.lt-ie9 h1 strong{font-weight:400!important}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.76470588em}@media only all and (max-width:37.5em){.h1,h1{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.h1 em,.h1 i,h1 em,h1 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h1 em,.lt-ie9 .h1 i,.lt-ie9 h1 em,.lt-ie9 h1 i{font-style:normal!important}.h1 b,.h1 strong,h1 b,h1 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h1 b,.lt-ie9 .h1 strong,.lt-ie9 h1 b,.lt-ie9 h1 strong{font-weight:400!important}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73076923em}.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15384615em}}.h2,h2{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.h2 em,.h2 i,h2 em,h2 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h2 em,.lt-ie9 .h2 i,.lt-ie9 h2 em,.lt-ie9 h2 i{font-style:normal!important}.h2 b,.h2 strong,h2 b,h2 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h2 b,.lt-ie9 .h2 strong,.lt-ie9 h2 b,.lt-ie9 h2 strong{font-weight:400!important}blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.73076923em}.h1+.h2,.h1+h2,.h3+.h2,.h3+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,h1+.h2,h1+h2,h3+.h2,h3+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2{margin-top:1.15384615em}@media only all and (max-width:37.5em){.h2,h2{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25}.h2 em,.h2 i,h2 em,h2 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h2 em,.lt-ie9 .h2 i,.lt-ie9 h2 em,.lt-ie9 h2 i{font-style:normal!important}.h2 b,.h2 strong,h2 b,h2 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h2 b,.lt-ie9 .h2 strong,.lt-ie9 h2 b,.lt-ie9 h2 strong{font-weight:400!important}blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36363636em}}.h3,h3{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25}.h3 em,.h3 i,h3 em,h3 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .h3 em,.lt-ie9 .h3 i,.lt-ie9 h3 em,.lt-ie9 h3 i{font-style:normal!important}.h3 b,.h3 strong,h3 b,h3 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .h3 b,.lt-ie9 .h3 strong,.lt-ie9 h3 b,.lt-ie9 h3 strong{font-weight:400!important}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h4+.h3,.h4+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h4+.h3,h4+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.36363636em}@media only all and (max-width:37.5em){.h3,h3{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25}.lt-ie9 .h3,.lt-ie9 h3{font-weight:400!important}}.h4,h4{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25}.lt-ie9 .h4,.lt-ie9 h4{font-weight:400!important}.h1+.h4,.h1+h4,.h2+.h4,.h2+h4,.h3+.h4,.h3+h4,.h5+.h4,.h5+h4,.h6+.h4,.h6+h4,blockquote+.h4,blockquote+h4,dl+.h4,dl+h4,figure+.h4,figure+h4,h1+.h4,h1+h4,h2+.h4,h2+h4,h3+.h4,h3+h4,h5+.h4,h5+h4,h6+.h4,h6+h4,img+.h4,img+h4,ol+.h4,ol+h4,p+.h4,p+h4,table+.h4,table+h4,ul+.h4,ul+h4{margin-top:1.66666667em}.h5,h5{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 .h5,.lt-ie9 h5{font-weight:400!important}.h1+.h5,.h1+h5,.h2+.h5,.h2+h5,.h3+.h5,.h3+h5,.h4+.h5,.h4+h5,.h6+.h5,.h6+h5,blockquote+.h5,blockquote+h5,dl+.h5,dl+h5,figure+.h5,figure+h5,h1+.h5,h1+h5,h2+.h5,h2+h5,h3+.h5,h3+h5,h4+.h5,h4+h5,h6+.h5,h6+h5,img+.h5,img+h5,ol+.h5,ol+h5,p+.h5,p+h5,table+.h5,table+h5,ul+.h5,ul+h5{margin-top:2.14285714em}.h6,h6{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.25em;font-size:.75em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 .h6,.lt-ie9 h6{font-weight:400!important}.h1+.h6,.h1+h6,.h2+.h6,.h2+h6,.h3+.h6,.h3+h6,.h4+.h6,.h4+h6,.h5+.h6,.h5+h6,blockquote+.h6,blockquote+h6,dl+.h6,dl+h6,figure+.h6,figure+h6,h1+.h6,h1+h6,h2+.h6,h2+h6,h3+.h6,h3+h6,h4+.h6,h4+h6,h5+.h6,h5+h6,img+.h6,img+h6,ol+.h6,ol+h6,p+.h6,p+h6,table+.h6,table+h6,ul+.h6,ul+h6{margin-top:2.5em}.lead-paragraph,.subheader{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.375em;line-height:1.25;margin-top:1.36363636em;margin-bottom:.83333333em}.lead-paragraph em,.lead-paragraph i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .lead-paragraph em,.lt-ie9 .lead-paragraph i{font-style:normal!important}.lead-paragraph b,.lead-paragraph strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .lead-paragraph b,.lt-ie9 .lead-paragraph strong{font-weight:400!important}@media only all and (max-width:37.5em){.lead-paragraph,.subheader{margin-top:1.66666667em;font-size:1.125em}}.superheader,.superheading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.41666667em;font-size:3em;line-height:1.25}.superheading em,.superheading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .superheading em,.lt-ie9 .superheading i{font-style:normal!important}.superheading b,.superheading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .superheading b,.lt-ie9 .superheading strong{font-weight:400!important}blockquote,dl,figure,ol,p,table,ul{margin-top:0;margin-bottom:.9375em}p+ol,p+ul{margin-top:-.3125em}li{margin-bottom:.5em}li:last-child,nav li{margin-bottom:0}a{border-width:0;border-style:dotted;border-color:#0072CE;color:#0072CE;text-decoration:none}a.visited,a:visited{border-color:#005E5D;color:#005E5D}a.hover,a:hover{border-style:solid;border-color:#7FB8E6;color:#7FB8E6}a.focus,a:focus{border-style:solid;outline:dotted thin}a.active,a:active{border-style:solid;border-color:#002D72;color:#002D72}dd a,li a,p a{border-bottom-width:1px}nav a{border-bottom-width:0}ul{padding-left:2em;list-style:square}ol{padding-left:1.9375em}ol>li{padding-left:.0625em}table{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}table em,table i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 table em,.lt-ie9 table i{font-style:normal!important}table b,table strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 table b,.lt-ie9 table strong{font-weight:400!important}td,th{padding:.625em}thead td,thead th{padding:.71428571em;color:#FFF;background:#43484E;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.lt-ie9 thead td,.lt-ie9 thead th{font-weight:400!important}.h1+thead td,.h1+thead th,.h2+thead td,.h2+thead th,.h3+thead td,.h3+thead th,.h4+thead td,.h4+thead th,.h6+thead td,.h6+thead th,blockquote+thead td,blockquote+thead th,dl+thead td,dl+thead th,figure+thead td,figure+thead th,h1+thead td,h1+thead th,h2+thead td,h2+thead th,h3+thead td,h3+thead th,h4+thead td,h4+thead th,h6+thead td,h6+thead th,img+thead td,img+thead th,ol+thead td,ol+thead th,p+thead td,p+thead th,table+thead td,table+thead th,ul+thead td,ul+thead th{margin-top:2.14285714em}tbody tr,thead{border-bottom:1px solid #5b616b}th{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:left}.lt-ie9 th{font-weight:400!important}tbody th{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}tbody th em,tbody th i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 tbody th em,.lt-ie9 tbody th i{font-style:normal!important}tbody th b,tbody th strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 tbody th b,.lt-ie9 tbody th strong{font-weight:400!important}blockquote{margin-right:.9375em;margin-left:.9375em}@media only all and (min-width:37.5625em){blockquote{margin-right:1.875em;margin-left:1.875em}}label{display:block;margin-bottom:.3125em;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}label em,label i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 label em,.lt-ie9 label i{font-style:normal!important}label b,label strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 label b,.lt-ie9 label strong{font-weight:400!important}label input[type=checkbox],label input[type=radio]{margin-right:.375em}input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=url],select[multiple],textarea{display:inline-block;margin:0;padding:.375em;font-family:Arial,sans-serif;font-size:1em;background:#FFF;border:1px solid #75787B;border-radius:0;vertical-align:top;appearance:none}::-webkit-search-decoration{appearance:none}input[type=email].focus,input[type=email]:focus,input[type=number].focus,input[type=number]:focus,input[type=search].focus,input[type=search]:focus,input[type=tel].focus,input[type=tel]:focus,input[type=text].focus,input[type=text]:focus,input[type=url].focus,input[type=url]:focus,select[multiple].focus,select[multiple]:focus,textarea.focus,textarea:focus{border:1px solid #0072CE;outline:#0072CE solid 1px;outline-offset:0;box-shadow:none}::-webkit-input-placeholder{color:#75787B}::-moz-placeholder{color:#75787B}:-ms-input-placeholder{color:#75787B}img{max-width:100%}figure img{vertical-align:middle}.figure__bordered img{border:1px solid #BABBBD}.btn{display:inline-block;box-sizing:border-box;padding:.5em .875em;border:0;border-radius:.25em;margin:0;vertical-align:middle;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;line-height:normal;text-decoration:none;cursor:pointer;transition:background-color .1s;appearance:none}.lt-ie9 .btn{font-weight:400!important}.btn,.btn:link,.btn:visited{background-color:#0072CE;color:#FFF}.btn.hover,.btn:hover{background-color:#328ED8}.btn.focus,.btn:focus{background-color:#328ED8;outline:#0072CE dotted 1px;outline-offset:1px}.btn.active,.btn:active{background-color:#33578E}button.btn::-moz-focus-inner,input.btn::-moz-focus-inner{border:0}.btn+.btn{margin-left:.375em}.lt-ie8{background:url(null) no-repeat fixed}.lt-ie8 button.btn,.lt-ie8 input.btn{overflow:visible;padding-top:.4em;padding-bottom:.4em}.btn__secondary,.btn__secondary:link,.btn__secondary:visited{background-color:#75787B;color:#FFF}.btn__secondary.hover,.btn__secondary:hover{background-color:#919395}.btn__secondary.focus,.btn__secondary:focus{background-color:#919395;outline-color:#75787B}.btn__secondary.active,.btn__secondary:active{background-color:#43484E}.btn__warning,.btn__warning:link,.btn__warning:visited{background-color:#D12124;color:#FFF}.btn__warning.hover,.btn__warning:hover{background-color:#DA6750}.btn__warning.focus,.btn__warning:focus{background-color:#DA6750;outline-color:#D12124}.btn__warning.active,.btn__warning:active{background-color:#9C301B}.btn[disabled],.btn[disabled].active,.btn[disabled].focus,.btn[disabled].hover,.btn[disabled]:active,.btn[disabled]:focus,.btn[disabled]:hover,.btn[disabled]:link,.btn[disabled]:visited,.btn__disabled,.btn__disabled.active,.btn__disabled.focus,.btn__disabled.hover,.btn__disabled:active,.btn__disabled:focus,.btn__disabled:hover,.btn__disabled:link,.btn__disabled:visited{background-color:#E3E4E5;color:#75787B;cursor:default;cursor:not-allowed}.btn[disabled].focus,.btn[disabled]:focus,.btn__disabled.focus,.btn__disabled:focus{outline-color:#E3E4E5}.btn__super{padding:.55em 1.45em;font-size:1.25em}.btn__super+.btn__super{margin-left:.3em}.lt-ie8 button.btn__super,.lt-ie8 input.btn__super{padding-top:.6em;padding-bottom:.6em}.btn_icon__left{padding:0 .65625em 0 0;border-right:1px solid #FFF;border-right:1px solid rgba(255,255,255,.4);margin:0 .4375em 0 0}.btn__secondary .btn_icon__left,.btn__warning .btn_icon__left{border-right-color:#FFF;border-right-color:rgba(255,255,255,.4)}.btn[disabled] .btn_icon__left,.btn__disabled .btn_icon__left{border-right-color:#75787B;border-right-color:rgba(117,120,123,.4)}.btn_icon__right{padding:0 0 0 .65625em;border-right:0;border-left:1px solid #FFF;border-left:1px solid rgba(255,255,255,.4);margin:0 0 0 .4375em}.btn__secondary .btn_icon__right,.btn__warning .btn_icon__right{border-left-color:#FFF;border-left-color:rgba(255,255,255,.4)}.btn[disabled] .btn_icon__right,.btn__disabled .btn_icon__right{border-left-color:#75787B;border-left-color:rgba(117,120,123,.4)}.btn__grouped{border-radius:0}.btn__grouped-first{border-top-right-radius:0;border-bottom-right-radius:0}.btn__grouped-last{border-top-left-radius:0;border-bottom-left-radius:0}.btn__grouped,.btn__grouped+.btn__grouped,.btn__grouped+.btn__grouped-last,.btn__grouped-first+.btn__grouped,.btn__grouped-first+.btn__grouped-last,.btn__grouped-last{margin-left:-.1875em}.btn__grouped-first.btn__super+.btn__grouped-last.btn__super,.btn__grouped-first.btn__super+.btn__grouped.btn__super,.btn__grouped-last.btn__super,.btn__grouped.btn__super,.btn__grouped.btn__super+.btn__grouped-last.btn__super,.btn__grouped.btn__super+.btn__grouped.btn__super{margin-left:-.15em}.btn__compound-action,.btn__compound-action:link,.btn__compound-action:visited{background-color:#328ED8}.btn__compound-action.hover,.btn__compound-action:focus,.btn__compound-action:hover{background-color:#0072CE}.btn__compound-action.btn__secondary{background-color:#919395}.btn__compound-action.btn__secondary.hover,.btn__compound-action.btn__secondary:focus,.btn__compound-action.btn__secondary:hover{background-color:#75787B}.btn__compound-action.btn__warning{background-color:#DA6750}.btn__compound-action.btn__warning.hover,.btn__compound-action.btn__warning:focus,.btn__compound-action.btn__warning:hover{background-color:#D12124}.btn__compound-action.btn__disabled,.btn__compound-action.btn__disabled.hover,.btn__compound-action.btn__disabled:focus,.btn__compound-action.btn__disabled:hover,.btn__compound-action[disabled],.btn__compound-action[disabled].hover,.btn__compound-action[disabled]:focus,.btn__compound-action[disabled]:hover{background-color:#E3E4E5}.btn__compound-action.btn__super{padding-left:1.1em;padding-right:1.1em}.btn__link{padding:0;border-bottom:1px dotted #0072CE;border-radius:0;margin:.5em 0}.btn__link,.btn__link:link,.btn__link:visited{border-bottom-color:#005E5D;background-color:transparent;color:#005E5D}.btn__link.hover,.btn__link:hover{border-bottom:1px solid #7FB8E6;background-color:transparent;color:#7FB8E6}.btn__link.focus,.btn__link:focus{border-bottom-style:solid;background-color:transparent;outline:#0072CE dotted thin}.btn__link.active,.btn__link:active{border-bottom:1px solid #002D72;background-color:transparent;color:#002D72}.lt-ie8 button.btn__link,.lt-ie8 input.btn__link{padding:0}.btn__link.btn__secondary,.btn__link.btn__secondary:link,.btn__link.btn__secondary:visited{border-bottom-color:#75787B;background-color:transparent;color:#75787B}.btn__link.btn__secondary.hover,.btn__link.btn__secondary:hover{border-bottom-color:#919395;color:#919395}.btn__link.btn__secondary.focus,.btn__link.btn__secondary:focus{outline-color:#75787B}.btn__link.btn__secondary.active,.btn__link.btn__secondary:active{border-bottom-color:#43484E;color:#43484E}.btn__link.btn__warning,.btn__link.btn__warning:link,.btn__link.btn__warning:visited{border-bottom-color:#D12124;background-color:transparent;color:#D12124}.btn__link.btn__warning.hover,.btn__link.btn__warning:hover{border-bottom-color:#DA6750;color:#DA6750}.btn__link.btn__warning.focus,.btn__link.btn__warning:focus{outline-color:#D12124}.btn__link.btn__warning.active,.btn__link.btn__warning:active{border-bottom-color:#9C301B;color:#9C301B}.expandable{margin-bottom:1.875em}.expandable_target{padding:0;border:0;background-color:transparent;cursor:pointer}.expandable_target:focus{outline:#101820 dotted 1px;outline-offset:1px}.expandable_content:after{content:"";display:table;clear:both}.lt-ie8 .expandable_content{zoom:1}.expandable_label{color:#101820;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .expandable_label{font-weight:400!important}.expandable_link{color:#0072CE;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1em;line-height:1.375}.expandable_link em,.expandable_link i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .expandable_link em,.lt-ie9 .expandable_link i{font-style:normal!important}.expandable_link b,.expandable_link strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .expandable_link b,.lt-ie9 .expandable_link strong{font-weight:400!important}.expandable_cue-close__animated,.expandable_cue-open__animated{transition:.25s -webkit-transform;transition:.25s transform}.expandable_cue-close__animated{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.expandable__expanded .expandable_cue-close__animated{-webkit-transform:rotate(0);transform:rotate(0)}.expandable__expanded .expandable_cue-open__animated{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.expandable_header{display:block}.expandable_header:after{content:"";display:table;clear:both}.lt-ie8 .expandable_header{zoom:1}button.expandable_header{width:100%;text-align:left}.expandable_header__spaced{padding-bottom:.9375em}.expandable_header-left{float:left}.expandable_header-right{float:right}.expandable__padded{margin-bottom:1.875em;background:#F1F2F2}.expandable__padded.expandable__expanded,.expandable__padded:hover{background:#E3E4E5}.expandable__padded .expandable_header{padding:.625em 1em}.expandable__padded .expandable_content{margin:0 1em 1.375em}.expandable__padded .expandable_content:before{content:'';display:block;height:1px;margin-bottom:1em;background:#BABBBD}.expandable-group{margin-bottom:1.875em}.expandable-group_header{padding:.35714286em 1.14285714em;border-bottom:1px solid #919395;background:#F1F2F2;color:#75787B;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:0}.lt-ie9 .expandable-group_header{font-weight:400!important}.expandable-group .expandable{border-bottom:1px solid #919395;margin-bottom:0;background:#FFF}.expandable-group .expandable_label{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125em;line-height:1.25;margin-bottom:0}.lt-ie9 .expandable-group .expandable_label{font-weight:400!important}.expandable-group .expandable_content{margin-bottom:0}.form-label-header{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:.71428571em}.lt-ie9 .form-label-header{font-weight:400!important}.input__super[type=email],.input__super[type=number],.input__super[type=search],.input__super[type=tel],.input__super[type=text],.input__super[type=url]{padding:.5em;font-size:1.25em}input[type=email].error,input[type=number].error,input[type=search].error,input[type=tel].error,input[type=text].error,input[type=url].error,select[multiple].error,textarea.error{border:1px solid #D12124;outline:#D12124 solid 1px}input[type=email].warning,input[type=number].warning,input[type=search].warning,input[type=tel].warning,input[type=text].warning,input[type=url].warning,select[multiple].warning,textarea.warning{border:1px solid #fdb81e;outline:#fdb81e solid 1px}input[type=email].success,input[type=number].success,input[type=search].success,input[type=tel].success,input[type=text].success,input[type=url].success,select[multiple].success,textarea.success{border:1px solid #2CB34A;outline:#2CB34A solid 1px}input[type=email].disabled,input[type=number].disabled,input[type=search].disabled,input[type=tel].disabled,input[type=text].disabled,input[type=url].disabled,select[multiple].disabled,textarea.disabled{background-color:#aeb0b5}.cf-form_input-icon{position:relative;top:.3em;margin-left:.2em;font-size:1.25em}.error+.cf-form_input-icon{color:#D12124}.warning+.cf-form_input-icon{color:#fdb81e}.success+.cf-form_input-icon{color:#2CB34A}.form-group+.form-group{margin-top:1.875em}.form-group_item+.form-group_item{margin-top:.9375em}@media only all and (min-width:30em){.input-with-btn{display:block;position:relative;margin-left:-15px;margin-right:-15px}}.input-with-btn_input{margin-bottom:.9375em}@media only all and (min-width:30em){.input-with-btn_input{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 0 0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .input-with-btn_input{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:60em){.input-with-btn_input{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 0 0 15px;margin-right:-.25em;vertical-align:top;width:83.33333333%}.lt-ie8 .input-with-btn_input{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.input-with-btn_input input{box-sizing:border-box;width:100%}.input-with-btn_btn{margin-bottom:.9375em}@media only all and (min-width:30em){.input-with-btn_btn{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .input-with-btn_btn{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:60em){.input-with-btn_btn{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:16.66666667%}.lt-ie8 .input-with-btn_btn{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.input-with-btn_btn .btn{box-sizing:border-box;width:100%}.input-with-btn_btn .btn__super{padding-left:.75em;padding-right:.75em}.btn-inside-input{position:relative}.btn-inside-input input[type=email],.btn-inside-input input[type=number],.btn-inside-input input[type=search],.btn-inside-input input[type=tel],.btn-inside-input input[type=text],.btn-inside-input input[type=url]{box-sizing:border-box;width:100%;padding-right:4.0625em}.btn-inside-input input[type=email].input__super,.btn-inside-input input[type=number].input__super,.btn-inside-input input[type=search].input__super,.btn-inside-input input[type=tel].input__super,.btn-inside-input input[type=text].input__super,.btn-inside-input input[type=url].input__super{padding-right:4.5em}.btn-inside-input .btn{border-bottom-width:0!important;position:absolute;right:.9375em;top:0}.btn-inside-input .btn__super{right:.75em}.btn-inside-input .btn__link.btn__secondary{background-color:#fff}@font-face{font-family:'CFPB Minicons';src:url(../fonts/cf-icons.eot);src:url(../fonts/cf-icons.eot?#iefix) format('embedded-opentype'),url(../fonts/cf-icons.woff) format('woff'),url(../fonts/cf-icons.ttf) format('truetype'),url(../fonts/cf-icons.svg) format('svg');font-weight:400;font-style:normal}.cf-icon{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased}.cf-icon__lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.cf-icon__2x{font-size:2em}.cf-icon__3x{font-size:3em}.cf-icon__4x{font-size:4em}.cf-icon__5x{font-size:5em}.cf-icon__border{padding:.2em .25em .15em;border:.08em solid #5b616b;border-radius:.1em}.cf-icon__rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.cf-icon__rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cf-icon__rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.cf-icon__flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);transform:scale(-1,1)}.cf-icon__flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);transform:scale(1,-1)}:root .cf-icon__flip-horizontal,:root .cf-icon__flip-vertical,:root .cf-icon__rotate-180,:root .cf-icon__rotate-270,:root .cf-icon__rotate-90{-webkit-filter:none;filter:none}.cf-icon__spin{-webkit-animation:cf-spin 2s infinite linear;animation:cf-spin 2s infinite linear}.cf-icon__pulse{-webkit-animation:cf-spin 1s infinite steps(8);animation:cf-spin 1s infinite steps(8)}@-webkit-keyframes cf-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes cf-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.cf-icon-left:before{content:"\e000"}.cf-icon-left-round:before{content:"\e001"}.cf-icon-right:before{content:"\e002"}.cf-icon-right-round:before{content:"\e003"}.cf-icon-up:before{content:"\e004"}.cf-icon-up-round:before{content:"\e005"}.cf-icon-down:before{content:"\e006"}.cf-icon-down-round:before{content:"\e007"}.cf-icon-arrow-left:before{content:"\e008"}.cf-icon-arrow-left-round:before{content:"\e009"}.cf-icon-arrow-right:before{content:"\e010"}.cf-icon-arrow-right-round:before{content:"\e011"}.cf-icon-arrow-up:before{content:"\e012"}.cf-icon-arrow-up-round:before{content:"\e013"}.cf-icon-arrow-down:before{content:"\e014"}.cf-icon-arrow-down-round:before{content:"\e015"}.cf-icon-approved:before{content:"\e100"}.cf-icon-approved-round:before{content:"\e101"}.cf-icon-error:before{content:"\e102"}.cf-icon-error-round:before{content:"\e103"}.cf-icon-help:before{content:"\e104"}.cf-icon-help-round:before{content:"\e105"}.cf-icon-delete:before{content:"\e106"}.cf-icon-delete-round:before{content:"\e107"}.cf-icon-plus:before{content:"\e108"}.cf-icon-plus-round:before{content:"\e109"}.cf-icon-minus:before{content:"\e110"}.cf-icon-minus-round:before{content:"\e111"}.cf-icon-update:before{content:"\e112"}.cf-icon-update-round:before{content:"\e113"}.cf-icon-youtube:before{content:"\e200"}.cf-icon-youtube-square:before{content:"\e201"}.cf-icon-linkedin:before{content:"\e202"}.cf-icon-linkedin-square:before{content:"\e203"}.cf-icon-facebook:before{content:"\e204"}.cf-icon-facebook-square:before{content:"\e205"}.cf-icon-flickr:before{content:"\e206"}.cf-icon-flickr-square:before{content:"\e207"}.cf-icon-twitter:before{content:"\e208"}.cf-icon-twitter-square:before{content:"\e209"}.cf-icon-github:before{content:"\e210"}.cf-icon-github-square:before{content:"\e211"}.cf-icon-email-social:before{content:"\e212"}.cf-icon-email-social-square:before{content:"\e213"}.cf-icon-web:before{content:"\e300"}.cf-icon-web-round:before{content:"\e301"}.cf-icon-email:before{content:"\e302"}.cf-icon-email-round:before{content:"\e303"}.cf-icon-mail:before{content:"\e304"}.cf-icon-mail-round:before{content:"\e305"}.cf-icon-phone:before{content:"\e306"}.cf-icon-phone-round:before{content:"\e307"}.cf-icon-technology:before{content:"\e308"}.cf-icon-technology-round:before{content:"\e309"}.cf-icon-fax:before{content:"\e310"}.cf-icon-fax-round:before{content:"\e311"}.cf-icon-document:before{content:"\e400"}.cf-icon-document-round:before{content:"\e401"}.cf-icon-pdf:before{content:"\e402"}.cf-icon-pdf-round:before{content:"\e403"}.cf-icon-upload:before{content:"\e404"}.cf-icon-upload-round:before{content:"\e405"}.cf-icon-download:before{content:"\e406"}.cf-icon-download-round:before{content:"\e407"}.cf-icon-copy:before{content:"\e408"}.cf-icon-copy-round:before{content:"\e409"}.cf-icon-edit:before{content:"\e410"}.cf-icon-edit-round:before{content:"\e411"}.cf-icon-attach:before{content:"\e412"}.cf-icon-attach-round:before{content:"\e413"}.cf-icon-print:before{content:"\e414"}.cf-icon-print-round:before{content:"\e415"}.cf-icon-save:before{content:"\e416"}.cf-icon-save-round:before{content:"\e417"}.cf-icon-appendix:before{content:"\e418"}.cf-icon-appendix-round:before{content:"\e419"}.cf-icon-supplement:before{content:"\e420"}.cf-icon-supplement-round:before{content:"\e421"}.cf-icon-rss:before{content:"\e422"}.cf-icon-rss-round:before{content:"\e423"}.cf-icon-bank-account:before{content:"\e500"}.cf-icon-bank-account-round:before{content:"\e501"}.cf-icon-credit-card:before{content:"\e502"}.cf-icon-credit-card-round:before{content:"\e503"}.cf-icon-loan:before{content:"\e504"}.cf-icon-loan-round:before{content:"\e505"}.cf-icon-money-transfer:before{content:"\e506"}.cf-icon-money-transfer-round:before{content:"\e507"}.cf-icon-mortgage:before{content:"\e508"}.cf-icon-mortgage-round:before{content:"\e509"}.cf-icon-debt-collection:before{content:"\e510"}.cf-icon-debt-collection-round:before{content:"\e511"}.cf-icon-credit-report:before{content:"\e512"}.cf-icon-credit-report-round:before{content:"\e513"}.cf-icon-money:before{content:"\e514"}.cf-icon-money-round:before{content:"\e515"}.cf-icon-quick-cash:before{content:"\e516"}.cf-icon-quick-cash-round:before{content:"\e517"}.cf-icon-contract:before{content:"\e518"}.cf-icon-contract-round:before{content:"\e519"}.cf-icon-complaint:before{content:"\e520"}.cf-icon-complaint-round:before{content:"\e521"}.cf-icon-getting-credit-card:before{content:"\e522"}.cf-icon-getting-credit-card-round:before{content:"\e523"}.cf-icon-buying-car:before{content:"\e524"}.cf-icon-buying-car-round:before{content:"\e525"}.cf-icon-paying-college:before{content:"\e526"}.cf-icon-paying-college-round:before{content:"\e527"}.cf-icon-owning-home:before{content:"\e528"}.cf-icon-owning-home-round:before{content:"\e529"}.cf-icon-debt:before{content:"\e530"}.cf-icon-debt-round:before{content:"\e531"}.cf-icon-building-credit:before{content:"\e532"}.cf-icon-building-credit-round:before{content:"\e533"}.cf-icon-prepaid-cards:before{content:"\e534"}.cf-icon-prepaid-cards-round:before{content:"\e535"}.cf-icon-payday-loan:before{content:"\e536"}.cf-icon-payday-loan-round:before{content:"\e537"}.cf-icon-retirement:before{content:"\e538"}.cf-icon-retirement-round:before{content:"\e539"}.cf-icon-user:before{content:"\e600"}.cf-icon-user-round:before{content:"\e601"}.cf-icon-wifi:before{content:"\e602"}.cf-icon-wifi-round:before{content:"\e603"}.cf-icon-search:before{content:"\e604"}.cf-icon-search-round:before{content:"\e605"}.cf-icon-share:before{content:"\e606"}.cf-icon-share-round:before{content:"\e607"}.cf-icon-link:before{content:"\e608"}.cf-icon-link-round:before{content:"\e609"}.cf-icon-external-link:before{content:"\e610"}.cf-icon-external-link-round:before{content:"\e611"}.cf-icon-audio-mute:before{content:"\e612"}.cf-icon-audio-mute-round:before{content:"\e616"}.cf-icon-audio-low:before{content:"\e613"}.cf-icon-audio-low-round:before{content:"\e617"}.cf-icon-audio-medium:before{content:"\e614"}.cf-icon-audio-medium-round:before{content:"\e618"}.cf-icon-audio-max:before{content:"\e615"}.cf-icon-audio-max-round:before{content:"\e619"}.cf-icon-favorite:before{content:"\e620"}.cf-icon-favorite-round:before{content:"\e621"}.cf-icon-unfavorite:before{content:"\e622"}.cf-icon-unfavorite-round:before{content:"\e623"}.cf-icon-bookmark:before{content:"\e624"}.cf-icon-bookmark-round:before{content:"\e625"}.cf-icon-unbookmark:before{content:"\e626"}.cf-icon-unbookmark-round:before{content:"\e627"}.cf-icon-settings:before{content:"\e628"}.cf-icon-settings-round:before{content:"\e629"}.cf-icon-menu:before{content:"\e630"}.cf-icon-menu-round:before{content:"\e631"}.cf-icon-lock:before{content:"\e632"}.cf-icon-lock-round:before{content:"\e633"}.cf-icon-unlock:before{content:"\e634"}.cf-icon-unlock-round:before{content:"\e635"}.cf-icon-clock:before{content:"\e636"}.cf-icon-clock-round:before{content:"\e637"}.cf-icon-chart:before{content:"\e638"}.cf-icon-chart-round:before{content:"\e639"}.cf-icon-play:before{content:"\e640"}.cf-icon-play-round:before{content:"\e641"}.cf-icon-history:before{content:"\e642"}.cf-icon-history-round:before{content:"\e643"}.cf-icon-table-of-contents:before{content:"\e644"}.cf-icon-table-of-contents-round:before{content:"\e645"}.cf-icon-newspaper:before{content:"\e700"}.cf-icon-newspaper-round:before{content:"\e701"}.cf-icon-microphone:before{content:"\e702"}.cf-icon-microphone-round:before{content:"\e703"}.cf-icon-bullhorn:before{content:"\e704"}.cf-icon-bullhorn-round:before{content:"\e705"}.cf-icon-double-quote:before{content:"\e708"}.cf-icon-double-quote-round:before{content:"\e709"}.cf-icon-speech-bubble:before{content:"\e710"}.cf-icon-speech-bubble-round:before{content:"\e711"}.cf-icon-information:before{content:"\e712"}.cf-icon-information-round:before{content:"\e713"}.cf-icon-lightbulb:before{content:"\e714"}.cf-icon-lightbulb-round:before{content:"\e715"}.cf-icon-dialogue:before{content:"\e716"}.cf-icon-dialogue-round:before{content:"\e717"}.cf-icon-date:before{content:"\e718"}.cf-icon-date-round:before{content:"\e719"}.cf-icon-closing-quote:before{content:"\e720"}.cf-icon-closing-quote-round:before{content:"\e721"}.cf-icon-livestream:before{content:"\e722"}.cf-icon-livestream-round:before{content:"\e723"}.cf-icon-parents:before{content:"\e724"}.cf-icon-parents-round:before{content:"\e725"}.cf-icon-servicemembers:before{content:"\e726"}.cf-icon-servicemembers-round:before{content:"\e727"}.content-l{position:relative}@media only all and (min-width:37.5625em){.content-l{display:block;position:relative;margin-left:-15px;margin-right:-15px}}@media only all and (min-width:37.5625em) and (max-width:47.9375em){.content-l__full .content-l_col.content-l_col-1-3{display:block;width:100%}.content-l__full .content-l_col.content-l_col-1-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-1-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-1-3.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-1-3{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-2-3{display:block;width:100%}.content-l__full .content-l_col.content-l_col-2-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-2-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-2-3.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-2-3{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-3-8{display:block;width:100%}.content-l__full .content-l_col.content-l_col-3-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-3-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-3-8.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-3-8{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-5-8{display:block;width:100%}.content-l__full .content-l_col.content-l_col-5-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-5-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-5-8.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-5-8{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-1-4{display:block;width:100%}.content-l__full .content-l_col.content-l_col-1-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-1-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-1-4.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-1-4{margin-top:1.875em}.content-l__full .content-l_col.content-l_col-3-4{display:block;width:100%}.content-l__full .content-l_col.content-l_col-3-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__full .content-l_col.content-l_col-3-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__full.content-l__large-gutters .content-l_col.content-l_col-3-4.content-l_col__before-divider{border-left-width:30px}.content-l__full .content-l_col+.content-l_col-3-4{margin-top:1.875em}}@media only all and (min-width:56.3125em) and (max-width:63.75em){.content-l__main .content-l_col.content-l_col-1-2{display:block;width:100%}.content-l__main .content-l_col.content-l_col-1-2.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-1-2.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-1-2.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-1-2{margin-top:1.875em}}@media only all and (min-width:37.5625em) and (max-width:56.25em){.content-l__main .content-l_col.content-l_col-1-3{display:block;width:100%}.content-l__main .content-l_col.content-l_col-1-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-1-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-1-3.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-1-3{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-2-3{display:block;width:100%}.content-l__main .content-l_col.content-l_col-2-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-2-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-2-3.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-2-3{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-3-8{display:block;width:100%}.content-l__main .content-l_col.content-l_col-3-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-3-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-3-8.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-3-8{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-5-8{display:block;width:100%}.content-l__main .content-l_col.content-l_col-5-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-5-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-5-8.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-5-8{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-1-4{display:block;width:100%}.content-l__main .content-l_col.content-l_col-1-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-1-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-1-4.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-1-4{margin-top:1.875em}.content-l__main .content-l_col.content-l_col-3-4{display:block;width:100%}.content-l__main .content-l_col.content-l_col-3-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__main .content-l_col.content-l_col-3-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__main.content-l__large-gutters .content-l_col.content-l_col-3-4.content-l_col__before-divider{border-left-width:30px}.content-l__main .content-l_col+.content-l_col-3-4{margin-top:1.875em}}.content-l__sidebar .content-l_col.content-l_col-1-3{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-3.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-3{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-2-3{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-2-3.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-2-3.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-2-3.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-2-3{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-3-8{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-3-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-3-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-3-8.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-3-8{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-5-8{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-5-8.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-5-8.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-5-8.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-5-8{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-1-4{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-4.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-4{margin-top:1.875em}.content-l__sidebar .content-l_col.content-l_col-3-4{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-3-4.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-3-4.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-3-4.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-3-4{margin-top:1.875em}@media only all and (min-width:56.3125em){.content-l__sidebar .content-l_col.content-l_col-1-2{display:block;width:100%}.content-l__sidebar .content-l_col.content-l_col-1-2.content-l_col__before-divider{margin-top:3.75em;border-left-width:15px}.content-l__sidebar .content-l_col.content-l_col-1-2.content-l_col__before-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.content-l__sidebar.content-l__large-gutters .content-l_col.content-l_col-1-2.content-l_col__before-divider{border-left-width:30px}.content-l__sidebar .content-l_col+.content-l_col-1-2{margin-top:1.875em}}@media only all and (min-width:37.5625em){.content-l__large-gutters{margin-left:-30px;margin-right:-30px}.content-l__large-gutters>.content-l_col{border-left-width:30px;border-right-width:30px}}@media only all and (max-width:37.5em){.content-l_col+.content-l_col{margin-top:1.875em}}@media only all and (min-width:37.5625em){.content-l_col-1{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content-l_col-1{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-2{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .content-l_col-1-2{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .content-l_col-1-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-2-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content-l_col-2-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-3-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:37.5%}.lt-ie8 .content-l_col-3-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-5-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:62.5%}.lt-ie8 .content-l_col-5-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-1-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .content-l_col-1-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content-l_col-3-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .content-l_col-3-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (max-width:37.5em){.content-l_col__before-divider.content-l_col-1-2{margin-top:3.75em;border-left-width:15px}.content-l_col__before-divider.content-l_col-1-2:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}}@media only all and (min-width:37.5625em){.content-l_col__before-divider.content-l_col-1-2{border-left-width:30px}.content-l_col__before-divider.content-l_col-1-2:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#BABBBD;margin-left:-30px}}@media only all and (max-width:37.5em){.content-l_col__before-divider.content-l_col-1-3{margin-top:3.75em;border-left-width:15px}.content-l_col__before-divider.content-l_col-1-3:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}}@media only all and (min-width:37.5625em){.content-l_col__before-divider.content-l_col-1-3{border-left-width:30px}.content-l_col__before-divider.content-l_col-1-3:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#BABBBD;margin-left:-30px}}.content_bar{height:10px;background:#2CB34A}.content_line{height:1px;background:#BABBBD}.content_intro,.content_main,.content_sidebar{padding:1.875em .9375em}@media only all and (min-width:37.5625em){.content_intro,.content_main,.content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%;padding:2.8125em .9375em}.lt-ie8 .content_intro,.lt-ie8 .content_main,.lt-ie8 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:56.3125em){.content_intro,.content_main,.content_sidebar{padding:2.8125em 0}}@media only all and (min-width:56.3125em){.content_intro{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content_intro{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:56.3125em){.content__1-3 .content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%;padding-right:1.875em}.lt-ie8 .content__1-3 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__1-3 .content_main{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%;position:relative}.lt-ie8 .content__1-3 .content_main{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__1-3 .content_main:after{content:'';border-left:1px solid #BABBBD;position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content__2-1 .content_main{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content__2-1 .content_main{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content__2-1 .content_main:after{right:-1.875em}.content__2-1 .content_sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%;padding-left:1.875em}.lt-ie8 .content__2-1 .content_sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (min-width:63.8125em){.content__2-1 .content_main__narrow{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%;padding-right:8.33333333%}.lt-ie8 .content__2-1 .content_main__narrow{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc);padding-right:0}}.content__flush-bottom{padding-bottom:0}@media only all and (max-width:56.25em){.content__flush-top-on-small{padding-top:0}}@media only all and (max-width:56.25em){.content__flush-all-on-small{padding:0;border:none}}.block{margin-top:3.75em;margin-bottom:3.75em}.block__border-top{border-top:1px solid #BABBBD}.block__border-right{border-right:1px solid #3a8899}.block__border-bottom{border-bottom:1px solid #BABBBD}.block__border-left{border-left:1px solid #3a8899}.block__border{border:1px solid #3a8899}.block__flush-top{margin-top:0!important}.block__flush-top.block__border,.block__flush-top.block__border-top{border-top:none}.block__flush-bottom{margin-bottom:0!important}.block__flush-bottom.block__border,.block__flush-bottom.block__border-bottom{border-bottom:none}.block__flush-sides{margin-right:-15px;margin-left:-15px}@media only all and (max-width:37.5em){.block__flush-sides.block__border,.block__flush-sides.block__border-left,.block__flush-sides.block__border-right{border-right:none;border-left:none}}@media only all and (min-width:37.5625em){.block__flush-sides{margin-right:-30px;margin-left:-30px}}.block__flush{margin-top:0!important;margin:-15px;margin-bottom:0!important}.block__flush.block__border,.block__flush.block__border-bottom,.block__flush.block__border-top{border-top:none;border-bottom:none}@media only all and (max-width:37.5em){.block__flush.block__border,.block__flush.block__border-left,.block__flush.block__border-right{border-right:none;border-left:none}}@media only all and (min-width:37.5625em){.block__flush{margin-right:-30px;margin-left:-30px}}.block__bg{padding:1.875em .9375em 3.75em;background:#F1F2F2}@media only all and (min-width:37.5625em){.block__bg{padding:2.8125em 1.875em}}.block__padded-top{padding-top:1.875em;margin-top:1.875em}.block__padded-bottom{padding-bottom:1.875em;margin-bottom:1.875em}.block__sub{margin-top:1.875em;margin-bottom:1.875em}@media only all and (min-width:37.5625em){.content-l_col.block,.content-l_col.block__sub{margin-top:0}}.content__bleedbar .content_main:after{content:none}.content__bleedbar .content_sidebar{padding:1.875em .9375em;background:#F1F2F2}@media only all and (min-width:56.3125em){.content__bleedbar{overflow:hidden}.content__bleedbar .content_sidebar{padding:2.8125em 0 .9375em 1.875em;margin-left:0;position:relative;z-index:1;background:0 0}.lt-ie8 .content__bleedbar .content_sidebar{padding-right:30px;background:#F1F2F2}.content__bleedbar .content_wrapper{position:relative}.content__bleedbar .content_wrapper:after{content:'';display:block;width:9999px;border-left:1px solid #BABBBD;height:100%;position:absolute;top:0;z-index:0;margin-left:10px;background:#F1F2F2}.content__bleedbar.content__2-1 .content_wrapper:after{left:66.666666667%}.content__bleedbar.content__3-1 .content_wrapper:after{left:75%}}@media only all and (min-width:56.3125em){.content_wrapper,.wrapper{max-width:1170px;padding-right:15px;padding-left:15px;margin:0 auto;clear:both}}.content_wrapper__match-content,.wrapper__match-content{padding-left:15px;padding-right:15px}@media only all and (min-width:37.5625em){.content_wrapper__match-content,.wrapper__match-content{padding-left:30px;padding-right:30px;max-width:1170px}}.lt-ie9 .content_wrapper,.lt-ie9 .wrapper{max-width:960px}.lt-ie9 body{min-width:800px}.grid_column__top-divider{margin-top:3.75em;border-left-width:15px}.grid_column__top-divider:before{content:"";display:block;height:1px;margin-bottom:1.875em;background-color:#BABBBD;position:static;width:100%;margin-left:auto!important}.grid_column__left-divider{border-left-width:30px}.grid_column__left-divider:before{content:"";position:absolute;top:0;bottom:0;width:1px;display:block;background-color:#BABBBD;margin-left:-30px}.featured-content-module{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;position:relative;min-height:320px;margin-right:-1px;margin-left:-1px;background-color:#F1F2F2}.featured-content-module em,.featured-content-module i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .featured-content-module em,.lt-ie9 .featured-content-module i{font-style:normal!important}.featured-content-module b,.featured-content-module strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .featured-content-module b,.lt-ie9 .featured-content-module strong{font-weight:400!important}@media only all and (max-width:37.5em){.featured-content-module{padding-right:15px;padding-left:15px}}@media only all and (min-width:37.5625em) and (max-width:43.75em){.featured-content-module{padding-right:30px;padding-left:30px}}.featured-content-module_text{padding-top:1.875em;padding-bottom:1.875em}@media only all and (min-width:43.8125em){.featured-content-module_text{width:300px;padding-right:1.875em;padding-left:1.875em}}@media only all and (min-width:56.3125em){.featured-content-module_text{width:270px}}@media only all and (min-width:43.8125em){.featured-content-module_visual{position:absolute;left:360px;right:0;top:0;bottom:0;overflow:hidden}}@media only all and (min-width:56.3125em){.featured-content-module_visual{left:330px}}.featured-content-module_img{display:block}@media only all and (min-width:43.8125em){.featured-content-module_img{height:100%;max-width:none;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.lt-ie9 .featured-content-module_img{left:-302.5px;margin-left:50%}}.hero{background-color:#f7f8f9}@media only all and (min-width:37.5625em){.hero{display:table;width:100%}}.hero_wrapper{padding-top:1.875em;padding-bottom:1.875em}@media only all and (min-width:37.5625em){.hero_wrapper{padding-right:.9375em;padding-left:.9375em}}@media only all and (min-width:56.3125em){.hero_wrapper{padding-top:2.8125em;padding-bottom:2.8125em}}.hero_text{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .hero_text{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}@media only all and (min-width:37.5625em){.hero_text{box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;width:58.33333333%;display:table-cell;vertical-align:middle}.lt-ie8 .hero_text{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.hero_heading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.44117647em;font-size:2.125em;line-height:1.25}.hero_heading em,.hero_heading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .hero_heading em,.lt-ie9 .hero_heading i{font-style:normal!important}.hero_heading b,.hero_heading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .hero_heading b,.lt-ie9 .hero_heading strong{font-weight:400!important}@media only all and (max-width:56.25em){.hero_heading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.hero_heading em,.hero_heading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .hero_heading em,.lt-ie9 .hero_heading i{font-style:normal!important}.hero_heading b,.hero_heading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .hero_heading b,.lt-ie9 .hero_heading strong{font-weight:400!important}}.hero_cta:not(.btn),.hero_subhead{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:1.25}.hero_cta:not(.btn) em,.hero_cta:not(.btn) i,.hero_subhead em,.hero_subhead i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .hero_cta:not(.btn) em,.lt-ie9 .hero_cta:not(.btn) i,.lt-ie9 .hero_subhead em,.lt-ie9 .hero_subhead i{font-style:normal!important}.hero_cta:not(.btn) b,.hero_cta:not(.btn) strong,.hero_subhead b,.hero_subhead strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .hero_cta:not(.btn) b,.lt-ie9 .hero_cta:not(.btn) strong,.lt-ie9 .hero_subhead b,.lt-ie9 .hero_subhead strong{font-weight:400!important}@media only all and (min-width:56.3125em){.hero_cta:not(.btn),.hero_subhead{font-size:22px}}.hero_subhead:not(:last-child){margin-bottom:1.66666667em}@media only all and (min-width:56.3125em){.hero_subhead:not(:last-child){margin-bottom:1.36363636em}}.hero_cta{display:block}.hero_image{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%;height:12.1875em;background-position:center;background-repeat:no-repeat;background-size:cover}.lt-ie8 .hero_image{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}@media only all and (min-width:37.5625em){.hero_image{box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;width:41.66666667%;display:table-cell;vertical-align:middle;background-size:contain}.lt-ie8 .hero_image{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only all and (max-width:37.5em){.hero_image{margin-top:1.875em}}.hero__overlay .hero_wrapper{background-repeat:no-repeat}@media only all and (max-width:37.5em){.hero__overlay .hero_wrapper{background:0 0!important}}@media only all and (min-width:37.5625em){.hero__overlay .hero_image{background:0 0!important}}@media only all and (min-width:37.5625em){.hero__white-text .hero_wrapper{background-color:#5a5d61;color:#fff}}.pagination{display:block;position:relative}@media only all and (max-width:19.9375em){.pagination_next.btn,.pagination_prev.btn{display:block;text-align:center}.pagination_prev.btn+.pagination_next.btn{margin:1em 0 0}}@media only all and (min-width:20em){.pagination_next{position:absolute;top:0;right:0}}@media only all and (max-width:23.0625em){.pagination_next.btn,.pagination_prev.btn{padding-left:1em;padding-right:1em}}.pagination_form{display:block;padding:.3125em .3125em .375em;margin:1em 0 0;background:#E3E4E5;color:#75787B;text-align:center}.pagination_label{display:inline-block;margin:0;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;vertical-align:middle}.lt-ie8 .pagination_label{display:inline}.lt-ie9 .pagination_label{font-weight:400!important}.pagination_current-page,input[type=number].pagination_current-page,input[type=text].pagination_current-page{display:inline-block;width:2.625em;margin:0 .25em;font-size:1em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:right;vertical-align:middle}.lt-ie8 .pagination_current-page,.lt-ie8 input[type=number].pagination_current-page,.lt-ie8 input[type=text].pagination_current-page{display:inline}.lt-ie9 .pagination_current-page,.lt-ie9 input[type=number].pagination_current-page,.lt-ie9 input[type=text].pagination_current-page{font-weight:400!important}.lt-ie8 .pagination_current-page,.lt-ie8 input[type=number].pagination_current-page,.lt-ie8 input[type=text].pagination_current-page{margin:0 4px}.pagination_submit.btn{display:inline-block;margin:0 0 0 .875em;font-size:1em;vertical-align:middle}.lt-ie8 .pagination_submit.btn{display:inline;padding-left:.875em;margin:0;border:none;text-decoration:underline}@media only all and (min-width:40em){.pagination_form{margin:0;border-radius:.25em}.pagination_prev{position:absolute;top:0;left:0}.pagination_prev,.pagination_prev:link,.pagination_prev:visited{border-top-right-radius:0;border-bottom-right-radius:0}.pagination_next,.pagination_next:link,.pagination_next:visited{border-top-left-radius:0;border-bottom-left-radius:0}}.table_cell__right-align{text-align:right}.table-wrapper__scrolling{box-sizing:border-box;overflow-y:hidden}.table-wrapper__scrolling table{border:1px solid #e4e2e0}.table-wrapper__scrolling table>tbody>tr:nth-child(even)>td,.table-wrapper__scrolling table>tbody>tr:nth-child(even)>th{background:#f1f1f1}.table__sortable button.sortable{width:100%;height:100%;padding:0;margin:0;border:none;background:0 0;font-family:inherit;font-weight:inherit;line-height:inherit;outline:0;text-align:left;text-transform:inherit}.table__sortable .sortable:after{display:inline-block;position:relative;top:-1px;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAXUlEQVR4AWPABZw9/C4A8Qlscvg0LQXi/1A8k1hNjXBNCFxNSFMcXDEmjsOlyQakgAB2RNckD8S/idD4D4jVYZq4gfgJXJIwfgPEIiCNt0ECJOKXII13gPgTifgaAHk0kQqUakHYAAAAAElFTkSuQmCC);visibility:hidden}.table__sortable .sortable.sorted-down:after,.table__sortable .sortable.sorted-up:after,.table__sortable .sortable:hover:after{visibility:visible}.table__sortable .sortable.sorted-down:after,.table__sortable .sortable.sorted-up:hover:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.table__sortable .sortable.sorted-down:hover:after{-webkit-transform:rotate(0deg);transform:rotate(0deg)}@media only all and (min-width:37.5625em){.table__striped>tbody>tr:nth-child(even)>td,.table__striped>tbody>tr:nth-child(even)>th{background:#f1f1f1}}@media only all and (max-width:37.5em){.table__striped>tbody>tr:nth-child(even)>td,.table__striped>tbody>tr:nth-child(even)>th{background:#fff}.table__stack-on-small td,.table__stack-on-small tr{display:block}.table__stack-on-small>thead{display:none}.table__stack-on-small td[data-label]:before{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;display:block;margin-top:0;margin-bottom:.41666667em;content:attr(data-label);font-size:.875em;line-height:1.83333333;text-transform:uppercase}.lt-ie9 .table__stack-on-small td[data-label]:before{font-weight:400!important}.table__stack-on-small td:last-child{margin-bottom:1.875em}.table__entry-header-on-small>tbody td:first-child{padding-bottom:.75em;border-bottom:1px solid #5b616b;margin-bottom:.625em;margin-top:0;background-color:#43484E;font-size:1.125em;font-weight:400;line-height:1.22222222}.table__entry-header-on-small>tbody td:first-child:before{display:none}.table__entry-header-on-small>tbody>tr{border-bottom:none;margin-bottom:1.875em}}.pull-quote_body{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25;color:#101820}.pull-quote_body em,.pull-quote_body i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .pull-quote_body em,.lt-ie9 .pull-quote_body i{font-style:normal!important}.pull-quote_body b,.pull-quote_body strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .pull-quote_body b,.lt-ie9 .pull-quote_body strong{font-weight:400!important}@media only all and (max-width:37.5em){.pull-quote_body{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25}.lt-ie9 .pull-quote_body{font-weight:400!important}}.pull-quote_citation{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;color:#75787B}.lt-ie9 .pull-quote_citation{font-weight:400!important}.pull-quote__large .pull-qote_body{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.57692308em;font-size:1.625em;line-height:1.25}.pull-quote__large .pull-qote_body em,.pull-quote__large .pull-qote_body i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .pull-quote__large .pull-qote_body em,.lt-ie9 .pull-quote__large .pull-qote_body i{font-style:normal!important}.pull-quote__large .pull-qote_body b,.pull-quote__large .pull-qote_body strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .pull-quote__large .pull-qote_body b,.lt-ie9 .pull-quote__large .pull-qote_body strong{font-weight:400!important}@media only all and (max-width:37.5em){.pull-quote__large .pull-qote_body{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:.68181818em;font-size:1.375em;line-height:1.25}.pull-quote__large .pull-qote_body em,.pull-quote__large .pull-qote_body i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .pull-quote__large .pull-qote_body em,.lt-ie9 .pull-quote__large .pull-qote_body i{font-style:normal!important}.pull-quote__large .pull-qote_body b,.pull-quote__large .pull-qote_body strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .pull-quote__large .pull-qote_body b,.lt-ie9 .pull-quote__large .pull-qote_body strong{font-weight:400!important}}.micro-copy{color:#75787B;font-size:.875em;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.micro-copy em,.micro-copy i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .micro-copy em,.lt-ie9 .micro-copy i{font-style:normal!important}.micro-copy b,.micro-copy strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .micro-copy b,.lt-ie9 .micro-copy strong{font-weight:400!important}.micro-copy__large{font-size:1em}.short-desc{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.short-desc em,.short-desc i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .short-desc em,.lt-ie9 .short-desc i{font-style:normal!important}.short-desc b,.short-desc strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .short-desc b,.lt-ie9 .short-desc strong{font-weight:400!important}.short-desc__large{font-size:1.125em}.date{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;color:#75787B;white-space:nowrap}.lt-ie9 .date{font-weight:400!important}.category-slug{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;margin-bottom:.83333333em;font-size:1.125em;line-height:1.25;display:inline-block;color:#101820}.lt-ie9 .category-slug{font-weight:400!important}a.category-slug{color:#101820;border-color:#101820}a.category-slug.visited,a.category-slug:visited{border-color:#101820;color:#101820}a.category-slug.focus,a.category-slug.hover,a.category-slug:focus,a.category-slug:hover{border-color:#7FB8E6;color:#7FB8E6}a.category-slug.active,a.category-slug:active{border-color:#101820;color:#101820}.category-slug_icon{margin-right:.11111111em}.header-slug{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:1.21428571em;border-top:1px solid #E3E4E5}.lt-ie9 .header-slug{font-weight:400!important}.header-slug_inner{display:inline-block;padding-top:.28571429em;margin-top:-3px;border-top:5px solid #2CB34A}.padded-header{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;padding:.57142857em .71428571em;margin-bottom:0;border-bottom:1px solid #BABBBD;background:#F1F2F2;color:#43484E}.lt-ie9 .padded-header{font-weight:400!important}.fancy-slug{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;letter-spacing:1px;text-transform:uppercase;position:relative;height:1.14285714em;padding:0 1.21428571em;margin-top:1.14285714em;margin-bottom:.57142857em;border-top:1px solid #BABBBD;line-height:1;text-align:center}.lt-ie9 .fancy-slug{font-weight:400!important}.fancy-slug_text{display:inline-block;position:relative;top:-1.14285714em;padding:.57142857em 1.42857143em;border:1px solid #BABBBD;background:#FFF}.fancy-slug_ribbon-left,.fancy-slug_ribbon-right{display:block;position:absolute;top:-1px;width:1.21428571em;height:100%;border-top:1px solid #BABBBD;border-bottom:1px solid #BABBBD}.lt-ie9 .fancy-slug_ribbon-left,.lt-ie9 .fancy-slug_ribbon-right{display:none}.fancy-slug_ribbon-left:after,.fancy-slug_ribbon-left:before,.fancy-slug_ribbon-right:after,.fancy-slug_ribbon-right:before{display:block;content:"";position:absolute;z-index:3;width:1.21428571em;height:50%;background:#FFF;border:0 solid #BABBBD}.fancy-slug_ribbon-left{left:-1.21428571em}.fancy-slug_ribbon-left:before{top:0;border-left-width:1px;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:skewX(33deg);transform:skewX(33deg)}.fancy-slug_ribbon-left:after{bottom:0;border-left-width:1px;-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:skewX(-33deg);transform:skewX(-33deg)}.fancy-slug_ribbon-right{right:-1.21428571em}.fancy-slug_ribbon-right:before{top:0;right:0;border-right-width:1px;-webkit-transform-origin:100% 0;transform-origin:100% 0;-webkit-transform:skewX(-33deg);transform:skewX(-33deg)}.fancy-slug_ribbon-right:after{right:0;bottom:0;border-right-width:1px;-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transform:skewX(33deg);transform:skewX(33deg)}.meta-header{padding-bottom:.5em;margin-bottom:.625em;border-bottom:1px solid #BABBBD}.meta-header_left{margin-bottom:0}.meta-header_right{display:block;margin-bottom:0}@media only all and (min-width:37.5em){.meta-header_right{float:right;display:inline-block}}.icon-link{border-bottom-width:0;position:relative}.icon-link_text{border-bottom-width:1px;border-bottom-style:inherit}.icon-link:after,.icon-link:before{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;margin-right:1px;margin-left:1px}.icon-link__download.icon-link__before:before,.icon-link__download:after{content:"\e406"}.icon-link__email.icon-link__before:before,.icon-link__email:after{content:"\e302"}.icon-link__external-link.icon-link__before:before,.icon-link__external-link:after{content:"\e610"}.icon-link__fax.icon-link__before:before,.icon-link__fax:after{content:"\e310"}.icon-link__left.icon-link__before:before,.icon-link__left:after{content:"\e000"}.icon-link__mail.icon-link__before:before,.icon-link__mail:after{content:"\e304"}.icon-link__pdf.icon-link__before:before,.icon-link__pdf:after{content:"\e402"}.icon-link__phone.icon-link__before:before,.icon-link__phone:after{content:"\e306"}.icon-link__right.icon-link__before:before,.icon-link__right:after{content:"\e002"}.icon-link__before:after{content:''}.icon-link__no-wrap{white-space:nowrap}.styled-link{border-bottom-width:1px;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em}.lt-ie9 .styled-link{font-weight:400!important}.jump-link{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1em;border-bottom-width:0;position:relative}.lt-ie9 .jump-link{font-weight:400!important}.jump-link_text{border-bottom-width:1px;border-bottom-style:inherit}.jump-link:after,.jump-link:before{font-family:'CFPB Minicons';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;margin-right:1px;margin-left:1px}.jump-link__download.jump-link__before:before,.jump-link__download:after{content:"\e406"}.jump-link__email.jump-link__before:before,.jump-link__email:after{content:"\e302"}.jump-link__external-link.jump-link__before:before,.jump-link__external-link:after{content:"\e610"}.jump-link__fax.jump-link__before:before,.jump-link__fax:after{content:"\e310"}.jump-link__left.jump-link__before:before,.jump-link__left:after{content:"\e000"}.jump-link__mail.jump-link__before:before,.jump-link__mail:after{content:"\e304"}.jump-link__pdf.jump-link__before:before,.jump-link__pdf:after{content:"\e402"}.jump-link__phone.jump-link__before:before,.jump-link__phone:after{content:"\e306"}.jump-link__right.jump-link__before:before,.jump-link__right:after{content:"\e002"}.jump-link__before:after{content:''}.jump-link__no-wrap{white-space:nowrap}.jump-link__large{font-size:1.125em}@media only all and (max-width:37.4375em){.jump-link{box-sizing:border-box;display:block;padding:.625em 1.25em .625em 0;border:dotted #0072CE;border-width:1px 0;margin-right:0;width:100%;text-align:left}.jump-link:after{position:absolute;margin-bottom:-.625em;right:0;bottom:50%;text-align:right}.jump-link__before{padding-left:1.25em}.jump-link__before:before{position:absolute;margin-bottom:-.625em;bottom:50%;left:0}.jump-link_text{border-bottom-width:0}.jump-link__bg{background:#F1F2F2;border:solid #E3E4E5;border-width:1px 0;padding:.625em 1.25em .625em 1em}.jump-link__bg:after{right:1em}.jump-link__bg:before{left:.625em}}.block-link{box-sizing:border-box;display:block;padding:.625em 1.25em .625em 0;border:dotted #0072CE;border-width:1px 0;margin-right:0;width:100%;text-align:left}.list__unstyled{padding-left:0;list-style-type:none}.list__unstyled .list_item{margin-left:0}.list__spaced .list_item+.list_item,.list_item__spaced{margin-top:1.5em}.list__horizontal{padding-left:0}.list__horizontal .list_item{display:inline-block}.lt-ie8 .list__horizontal .list_item{display:inline}.list__horizontal .list_item{margin-right:.25em;margin-left:0}.list__icons{padding-left:0;list-style-type:none}.list__icons .list_item{margin-left:0}.list__icons .list_icon{width:1.5em;text-align:center}.list__links{padding-left:0;list-style-type:none}.list__links .list_item{margin-left:0;margin-bottom:.625em}@media only all and (max-width:37.4375em){.list__links .list_item{margin-bottom:-1px}}.list__links.list__spaced .list_item+.list_item{margin-top:0}@media only all and (max-width:37.4375em){.list__links .list_link{box-sizing:border-box;display:block;padding:.625em 1.25em .625em 0;border:dotted #0072CE;border-width:1px 0;margin-right:0;width:100%;text-align:left}.list__links .list_link.icon-link:after{position:absolute;margin-bottom:-.625em;right:0;bottom:50%;text-align:right}.list__links .list_link .icon-link_text{border-bottom-width:0}}.list__links.list__icons .list_link{position:relative;left:-.125em}.list__links.list__icons .icon-link:after,.list__links.list__icons .icon-link:before{width:1.125em;text-align:center}@font-face{font-family:AvenirNextLTW01-Regular;src:url(//fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:400}@font-face{font-family:AvenirNextLTW01-Regular;src:url(//fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/1e9892c0-6927-4412-9874-1b82801ba47a.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/52a192b1-bea5-4b48-879f-107f009b666f.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#52a192b1-bea5-4b48-879f-107f009b666f) format("svg");font-style:normal;font-weight:400}@font-face{font-family:AvenirNextLTW01-Italic;src:url(//fast.fonts.net/dv2/2/d1fddef1-d940-4904-8f6c-17e809462301.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:italic;font-weight:400}@font-face{font-family:AvenirNextLTW01-Italic;src:url(//fast.fonts.net/dv2/2/d1fddef1-d940-4904-8f6c-17e809462301.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585) format("svg");font-style:italic;font-weight:400}@font-face{font-family:AvenirNextLTW01-Medium;src:url(//fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:500}@font-face{font-family:AvenirNextLTW01-Medium;src:url(//fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/f26faddb-86cc-4477-a253-1e1287684336.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#a89d6ad1-a04f-4a8f-b140-e55478dbea80) format("svg");font-style:normal;font-weight:500}@font-face{font-family:AvenirNextLTW01-Demi;src:url(//fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("eot");font-style:normal;font-weight:700}@font-face{font-family:AvenirNextLTW01-Demi;src:url(//fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50);src:url(//fast.fonts.net/dv2/3/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("woff"),url(//fast.fonts.net/dv2/1/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50) format("truetype"),url(//fast.fonts.net/dv2/11/99affa9a-a5e9-4559-bd07-20cf0071852d.svg?d44f19a684109620e4841679af90e818b934c450213fb296d217dd76fbd8133e8104ffce1b8d7381e92baf075aac747ded01b441045f936c159eb0f46c11e1f99e958a3e0d6904164b21814766132f7cb38b46df85fb387875d6907338f619856e049c29c288424547a2ca329b1d0251faf8c505bae9c3ec3d5a1e4327f5fdf46ffb088d97582c65a45857e1e0662c2d545166a03c7b024ca17ac3839d703086c5f9fd694b6f5493360c3bcd9d5d427b599ea7651d27005ca2f4c1d0312515f51a323f79b7f5cf1afa2ab67a3ddbfee1&projectId=44e8c964-4684-44c6-a6e3-3f3da8787b50#99affa9a-a5e9-4559-bd07-20cf0071852d) format("svg");font-style:normal;font-weight:700}.header{border-bottom:4px solid #2CB34A;padding-top:.5em;width:100%}.header .site-title{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%;text-align:center}.lt-ie8 .header .site-title{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.header .site-title h1{font-size:1.5em}.header .site-title .title-link{color:#919395}.header .site-title .title-link .site-org{color:#75787B;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .header .site-title .title-link .site-org{font-weight:400!important}.header .site-title .title-link:visited{color:#919395}.header .site-logo{display:none}@media only screen and (min-width:37.5em){.header{padding:2em 0 0}.header .site-title{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%;text-align:left}.lt-ie8 .header .site-title{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.header .site-title h1{font-size:1.625em}.header .site-logo{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%;text-align:right}.lt-ie8 .header .site-logo{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.header .site-logo .logo{display:inline}}@media only screen and (min-width:20em){.main-nav{margin:0 0 .5em;padding:0;text-align:center}.main-nav li{display:inline-block;margin:0 1em .5em;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:1.125em;list-style:none}.lt-ie9 .main-nav li{font-weight:400!important}.main-nav a{display:block;padding:.125em 0;border-bottom:4px solid #FFF}.main-nav a:link,.main-nav a:visited{color:#75787B}.main-nav a:focus,.main-nav a:hover{border-bottom:4px solid #DBEDD4;color:#43484E}.main-nav a:active,.main-nav-active a:active,.main-nav-active a:focus,.main-nav-active a:hover,.main-nav-active a:link,.main-nav-active a:visited{border-bottom:4px solid #ADDC91;color:#101820}}@media only screen and (min-width:37.5em){.main-nav{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%;margin-bottom:0;text-align:left}.lt-ie8 .main-nav{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.main-nav li{margin-right:0;margin-bottom:0;margin-left:2em}.main-nav li:first-child{margin-left:0}.main-nav a{padding-top:0;padding-bottom:1em;border-bottom:none}.main-nav a:active,.main-nav a:hover,.main-nav-active a:active,.main-nav-active a:focus,.main-nav-active a:hover,.main-nav-active a:link,.main-nav-active a:visited{margin-bottom:-4px}}@media only screen and (min-width:48em){.main-nav li{font-size:1.125em}}.content{margin-top:0;padding:2em 0;overflow:auto;display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-25,.content .content-33,.content .content-50,.content .content-67,.content .content-75{padding-bottom:1em;padding-top:1em}.content .content-25,.content .content-33,.content .content-67,.content .content-75{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .content .content-25,.lt-ie8 .content .content-33,.lt-ie8 .content .content-67,.lt-ie8 .content .content-75{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}figure{margin-left:0;margin-right:0}.warning{color:#D12124}@media only screen and (min-width:37.5em){.content{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%;overflow:hidden}.lt-ie8 .content{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-25{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .content .content-25{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-75{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .content .content-75{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-33{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .content .content-33{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-67{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .content .content-67{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-50{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .content .content-50{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.content .content-first{border-left:0}.content .content-last{border-right:0}.content .content-row-rule{border-bottom:1px solid #E3E4E5;margin-bottom:1em}.content h1{margin-bottom:.882em}.content h3{margin-bottom:.682em}.content h4{margin-bottom:.833em}.content h5{margin-bottom:1.071em}.content h6{margin-bottom:1.25em}.content p,.content ul li{max-width:35em}.content code{background-color:#F1F2F2;border:1px solid #E3E4E5;border-radius:.25em;overflow-x:auto;padding:.125em .25em;white-space:nowrap;font-size:.75em;line-height:1.375;margin-bottom:1.375em;font-family:Monaco,Menlo,Consolas,"Courier New",monospace}.homepage{width:100%}.homepage img{width:200px}}.content h2{border-bottom:1px solid #E3E4E5;padding-bottom:15px;margin-top:20px;margin-bottom:20px!important}.content h2:after{content:"";display:table;clear:both}.lt-ie8 .content h2{zoom:1}.content hr{display:block;height:1px;border:0;border-top:1px solid #E3E4E5;margin:1.25em 0;padding:0}.content img+hr{margin:1em 0 1.25em}.content ul.toc{list-style:none;border-bottom:1px solid #CCE3F5;padding:0 0 1.25em;margin:0 0 1.875em}.content ul.toc:after{content:"";display:table;clear:both}.lt-ie8 .content ul.toc{zoom:1}.content .toc li{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:1.125em;display:block;float:left;position:relative}.lt-ie9 .content .toc li{font-weight:400!important}.content .toc li a{text-decoration:none;border-bottom:none;padding:0 1em 0 0}.content .toc li a:visited{color:#0072CE}.content .toc li a:hover{border-bottom:none;color:#7FB8E6}.content .lead-in{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125em}.content .lead-in em,.content .lead-in i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .content .lead-in em,.lt-ie9 .content .lead-in i{font-style:normal!important}.content .lead-in b,.content .lead-in strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .content .lead-in b,.lt-ie9 .content .lead-in strong{font-weight:400!important}.content ol,.content ul{padding-left:1.5em}.content ul{list-style-type:square}.content li ol,.content li ul{margin:0 1.375em}.content dl dd{margin-left:1.375em}.content dt{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .content dt{font-weight:400!important}.swatch{margin-left:0}.swatch_field{height:5em}.swatch__primary .swatch_field{height:10em}.swatch_head{margin:.25em 0}.swatch_table{width:100%}.swatch td,.swatch th{padding:0;vertical-align:top;background:0 0!important}.swatch th{padding-right:.25em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;text-align:left}.lt-ie9 .swatch th{font-weight:400!important}@media only screen and (min-width:37.5em){.swatches{display:block;position:relative;margin-left:-15px;margin-right:-15px}.swatch{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .swatch{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}@media only screen and (min-width:64em){.swatch{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .swatch{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.swatch_field__dark-redorange{background:#9C301B}.swatch_field__teal-20{background:#CCDFDF}.swatch_field__teal-50{background:#7FAEAE}.swatch_field__teal-80{background:#337E7D}.swatch_field__teal{background:#005E5D}.swatch_field__pacific-20{background:#CCE3F5}.swatch_field__pacific-50{background:#7FB8E6}.swatch_field__pacific-80{background:#328ED8}.swatch_field__pacific{background:#0072CE}.swatch_field__navy-20{background:#CCD5E3}.swatch_field__navy-50{background:#7F96B8}.swatch_field__navy-80{background:#33578E}.swatch_field__navy{background:#002D72}.swatch_field__neutral-20{background:#E4E2E0}.swatch_field__neutral-50{background:#BCB6B2}.swatch_field__neutral-80{background:#948B84}.swatch_field__neutral{background:#796E65}.swatch_field__gold-20{background:#FFECD1}.swatch_field__gold-50{background:#FFCE8D}.swatch_field__gold-80{background:#FFB149}.swatch_field__gold{background:#FF9E1B}.swatch_field__redorange-20{background:#F6D9D3}.swatch_field__redorange-50{background:#E8A091}.swatch_field__redorange-80{background:#DA6750}.swatch_field__redorange{background:#D12124}.swatch_field__gray-5{background:#F8F8F8}.swatch_field__gray-10{background:#F1F2F2}.swatch_field__gray-20{background:#E3E4E5}.swatch_field__gray-50{background:#BABBBD}.swatch_field__gray-80{background:#919395}.swatch_field__gray{background:#75787B}.swatch_field__darkgray{background:#43484E}.swatch_field__black{background:#101820}.swatch_field__green-tint{background:#DBEDD4}.swatch_field__green-midtone{background:#ADDC91}.swatch_field__green{background:#2CB34A}[class^=type-color-combo]{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:1.07142857em;font-size:.875em;letter-spacing:1px;line-height:1.25;text-transform:uppercase;padding:.5em 1em;list-style:none}.lt-ie9 [class^=type-color-combo]{font-weight:400!important}.h1+[class^=type-color-combo],.h2+[class^=type-color-combo],.h3+[class^=type-color-combo],.h4+[class^=type-color-combo],.h6+[class^=type-color-combo],blockquote+[class^=type-color-combo],dl+[class^=type-color-combo],figure+[class^=type-color-combo],h1+[class^=type-color-combo],h2+[class^=type-color-combo],h3+[class^=type-color-combo],h4+[class^=type-color-combo],h6+[class^=type-color-combo],img+[class^=type-color-combo],ol+[class^=type-color-combo],p+[class^=type-color-combo],table+[class^=type-color-combo],ul+[class^=type-color-combo]{margin-top:2.14285714em}.type-color-combo__black-on-white{border:1px solid #E3E4E5}.type-color-combo__darkgray-on-white{border:1px solid #E3E4E5;color:#43484E}.type-color-combo__white-on-black{background:#101820;color:#FFF}.type-color-combo__white-on-darkgray{background:#43484E;color:#FFF}.type-color-combo__black-on-gray10{background:#F1F2F2}.type-color-combo__black-on-gray5{background:#F8F8F8}.type-color-combo__pacific-on-gray5{background:#F8F8F8;color:#0072CE}.type-color-combo__black-on-greenmid{background:#ADDC91}.type-color-combo__black-on-greentint{background:#DBEDD4}.type-color-combo__white-on-gray{background:#75787B;color:#FFF}.type-color-combo__black-on-gray{background:#75787B}.type-color-combo__gray-on-white{border:1px solid #E3E4E5;color:#75787B}.type-color-combo__white-on-green{background:#2CB34A;color:#FFF}.type-color-combo__green-on-white{border:1px solid #DBEDD4;color:#2CB34A}.type-color-combo__black-on-green{background:#2CB34A;color:#101820}.type-color-combo__green-on-black{background:#101820;color:#2CB34A}#isocon-assets img{height:80%;width:80%}.minicon-scale-table td,.minicon-scale-table th{padding:0 5px;border-left:1px solid #F1F2F2;background:0 0!important;color:#101820!important;text-align:center}.minicon-scale-table td:first-child,.minicon-scale-table th:first-child{border:none}.minicon-scale-table th{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em}.lt-ie9 .minicon-scale-table th{font-weight:400!important}.minicon-scale-table .cf-icon{display:block;margin:20px 20px 0}.minicon-asset-lib h3{margin-top:1.5em}.minicon-asset-lib .minicon-assets-div{display:inline-block;box-sizing:border-box;width:6em;text-align:center;border-right:1px solid #F1F2F2}.minicon-asset-lib .minicon-assets-div:last-child{border-right:none}.minicon-asset-lib .minicon-assets-div h6{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:.875em;line-height:1.325em;text-transform:capitalize;letter-spacing:0;margin-bottom:1.5em}.lt-ie9 .minicon-asset-lib .minicon-assets-div h6{font-weight:400!important}.minicon-asset-lib .minicon-assets-div .cf-icon{font-size:40px;display:block;margin:.75em 0}.minicon-scale-48pt{font-size:48pt}.minicon-scale-36pt{font-size:36pt}.minicon-scale-28pt{font-size:28pt}.minicon-scale-21pt{font-size:21pt}.minicon-scale-14pt{font-size:14pt}.minicon-scale-40px{font-size:40px}.minicon-scale-30px{font-size:30px}.minicon-scale-25px{font-size:25px}.minicon-scale-20px{font-size:20px}.minicon-scale-16px{font-size:16px}.abc p{font-size:1.125em;letter-spacing:3px;margin-bottom:.5em}.demi-ex p{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .demi-ex p{font-weight:400!important}.medium-ex p{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500}.lt-ie9 .medium-ex p{font-weight:400!important}.regular-ex p{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.regular-ex p em,.regular-ex p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .regular-ex p em,.lt-ie9 .regular-ex p i{font-style:normal!important}.regular-ex p b,.regular-ex p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .regular-ex p b,.lt-ie9 .regular-ex p strong{font-weight:400!important}.georgia-ex{font-family:Georgia,"Times New Roman",serif}#print-hierarchy-ex .superheading{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:60pt;line-height:66pt}.lt-ie9 #print-hierarchy-ex .superheading{font-weight:400!important}#print-hierarchy-ex h1{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:38pt;line-height:40pt}#print-hierarchy-ex h1 em,#print-hierarchy-ex h1 i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 #print-hierarchy-ex h1 em,.lt-ie9 #print-hierarchy-ex h1 i{font-style:normal!important}#print-hierarchy-ex h1 b,#print-hierarchy-ex h1 strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 #print-hierarchy-ex h1 b,.lt-ie9 #print-hierarchy-ex h1 strong{font-weight:400!important}#print-hierarchy-ex h2.h2-print-ex{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;border-bottom:none;margin-top:0;font-size:26pt;line-height:28pt}#print-hierarchy-ex h2.h2-print-ex em,#print-hierarchy-ex h2.h2-print-ex i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 #print-hierarchy-ex h2.h2-print-ex em,.lt-ie9 #print-hierarchy-ex h2.h2-print-ex i{font-style:normal!important}#print-hierarchy-ex h2.h2-print-ex b,#print-hierarchy-ex h2.h2-print-ex strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 #print-hierarchy-ex h2.h2-print-ex b,.lt-ie9 #print-hierarchy-ex h2.h2-print-ex strong{font-weight:400!important}#print-hierarchy-ex h3.h3-print-ex{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:16pt;line-height:18pt}.lt-ie9 #print-hierarchy-ex h3.h3-print-ex{font-weight:400!important}#print-hierarchy-ex h4.h4-print-ex{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:14pt;line-height:16pt}.lt-ie9 #print-hierarchy-ex h4.h4-print-ex{font-weight:400!important}#print-hierarchy-ex h5{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700;font-size:10pt;line-height:12pt;letter-spacing:1pt;text-transform:uppercase}.lt-ie9 #print-hierarchy-ex h5{font-weight:400!important}#print-hierarchy-ex h6{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-style:normal;font-weight:500;font-size:12pt;line-height:14pt;letter-spacing:0;text-transform:none}.lt-ie9 #print-hierarchy-ex h6{font-weight:400!important}p.print-subheading{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:16pt;line-height:20pt}p.print-subheading em,p.print-subheading i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 p.print-subheading em,.lt-ie9 p.print-subheading i{font-style:normal!important}p.print-subheading b,p.print-subheading strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 p.print-subheading b,.lt-ie9 p.print-subheading strong{font-weight:400!important}p.print-avenir-para{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:11pt;line-height:16pt}p.print-avenir-para em,p.print-avenir-para i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 p.print-avenir-para em,.lt-ie9 p.print-avenir-para i{font-style:normal!important}p.print-avenir-para b,p.print-avenir-para strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 p.print-avenir-para b,.lt-ie9 p.print-avenir-para strong{font-weight:400!important}p.print-georgia-para{font-size:11pt;line-height:16pt}.print-ul ul li p{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;font-size:11pt;line-height:14pt;margin-bottom:1em}.print-ul ul li p em,.print-ul ul li p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .print-ul ul li p em,.lt-ie9 .print-ul ul li p i{font-style:normal!important}.print-ul ul li p b,.print-ul ul li p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .print-ul ul li p b,.lt-ie9 .print-ul ul li p strong{font-weight:400!important}.repo-list-header{margin-bottom:.75em}.content .repo-list{padding-left:0}.repo-list li{list-style:none;display:block;box-sizing:border-box;float:left;height:4.0625em;max-height:4.0625em;background-color:#E7E7E6;border-left:1px solid #BABBBD;width:85%;padding:.75em 1em}.repo-list li:first-child{text-align:center;border-left:none;line-height:75px;padding:0 .75em;width:15%}.repo-list .cf-icon{font-size:30px;color:#75787B}.repo-list a:link,.repo-list a:visited{display:block;max-height:4.0625em;border-width:0;background-color:#E7E7E6}.repo-list h4{margin-bottom:.125em}.repo-list p{margin:0;font-size:.875em;color:#75787B;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.repo-list p em,.repo-list p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .repo-list p em,.lt-ie9 .repo-list p i{font-style:normal!important}.repo-list p b,.repo-list p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .repo-list p b,.lt-ie9 .repo-list p strong{font-weight:400!important}@media screen and (max-width:60em){.repo-list li{height:6em;max-height:6em;width:75%}.repo-list li:first-child{width:25%}.repo-list a:link,.repo-list a:visited{max-height:6em}}h2 span.cf-code-link{float:right;font-size:.625em;padding-top:.7em;font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 h2 span.cf-code-link{font-weight:400!important}ul.list_links-minicons{padding-left:0;list-style:none}ul.list_links-minicons li{margin:.5em 0}.nav-link-ex ul.toc{border-bottom:none}.link-with-icon{display:inline-block;position:relative}.link-with-icon>.cf-icon{padding-left:.375em;position:absolute;top:.1875em;left:100%}.link-with-icon__left{margin-left:1.25em}.link-with-icon__left>[class^=fa]{left:-1.5em}.grid-demo{max-width:1170px;padding-right:15px;padding-left:15px;margin:20px auto 40px;clear:both}.grid-demo section{display:block;position:relative;margin-left:-15px;margin-right:-15px}.grid-demo .col{margin-bottom:10px;border-left-color:#2cb34a;border-right-color:#2cb34a;background-color:#dbedd4}.grid-demo .col:after,.grid-demo .col:before{content:"";display:block;width:100%;height:7.5px;background-color:#addc91}.grid-demo .col:before{margin-bottom:7.5px}.grid-demo .col:after{margin-top:7.5px}.grid-demo p{max-width:none;text-align:center;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;margin-top:1.125em}.grid-demo p em,.grid-demo p i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .grid-demo p em,.lt-ie9 .grid-demo p i{font-style:normal!important}.grid-demo p b,.grid-demo p strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .grid-demo p b,.lt-ie9 .grid-demo p strong{font-weight:400!important}.col-12{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .col-12{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-11{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:91.66666667%}.lt-ie8 .col-11{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-10{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:83.33333333%}.lt-ie8 .col-10{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-9{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:75%}.lt-ie8 .col-9{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-8{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:66.66666667%}.lt-ie8 .col-8{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-7{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:58.33333333%}.lt-ie8 .col-7{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-6{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:50%}.lt-ie8 .col-6{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-5{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:41.66666667%}.lt-ie8 .col-5{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-4{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:33.33333333%}.lt-ie8 .col-4{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-3{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%}.lt-ie8 .col-3{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-2{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:16.66666667%}.lt-ie8 .col-2{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.col-1{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:8.33333333%}.lt-ie8 .col-1{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:100%}.lt-ie8 .sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.secondary-nav{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400}.secondary-nav em,.secondary-nav i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .secondary-nav em,.lt-ie9 .secondary-nav i{font-style:normal!important}.secondary-nav b,.secondary-nav strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .secondary-nav b,.lt-ie9 .secondary-nav strong{font-weight:400!important}.secondary-nav a{display:block;padding:10px}.secondary-nav a,.secondary-nav a:link,.secondary-nav a:visited{border-bottom:none;color:#101820}.secondary-nav .secondary-nav-active>a,.secondary-nav a:focus,.secondary-nav a:hover{border-left:4px solid #2CB34A;margin-left:-4px;color:#101820}.secondary-nav a:active{background-color:#F8F8F8;color:#101820}.secondary-nav ul{margin:0;padding:0}.secondary-nav li{list-style:none;border-bottom:1px solid #BABBBD;font-size:1.125em;padding-left:4px}.secondary-nav li:last-child{border-bottom:none}@media only screen and (min-width:37.5em){.sidebar{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:25%;padding-bottom:2em;padding-top:2em}.lt-ie8 .sidebar{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.body-wrapper{display:table;height:100%;width:100%}.footer{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-style:normal;font-weight:400;display:table-row;height:1px;padding:2em 0;border-top:2px solid #BABBBD;background:#F1F2F2;width:100%}.footer em,.footer i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:italic;font-weight:400}.lt-ie9 .footer em,.lt-ie9 .footer i{font-style:normal!important}.footer b,.footer strong{font-family:AvenirNextLTW01-Demi,Arial,sans-serif;font-style:normal;font-weight:700}.lt-ie9 .footer b,.lt-ie9 .footer strong{font-weight:400!important}.footer h4{margin-top:0;font-size:16px;line-height:1.5em;text-transform:uppercase}.footer p{max-width:45em;font-size:.875em;line-height:1.42857142857143}.footer a,.footer a:link,.footer a:visited{border-bottom:1px dotted}.footer a:hover{border-bottom:1px dotted #0072CE}.footer .footer-container{padding-top:2em;padding-bottom:2em}.footer .footer-links ul{list-style:none;padding-left:0;margin-top:0}@media only screen and (min-width:37.5em){.footer p{margin:.75em 0}.footer .footer-links li,.footer .footer-links ul{margin-left:0}}@media only screen and (min-width:50em){.footer-links{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:20%}.lt-ie8 .footer-links{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.footer-oss{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:30%}.lt-ie8 .footer-oss{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}.footer-standards{display:inline-block;box-sizing:border-box;border:solid transparent;border-width:0 15px;margin-right:-.25em;vertical-align:top;width:30%}.lt-ie8 .footer-standards{display:inline;margin-right:0;zoom:1;behavior:url(/static/vendor/box-sizing-polyfill/boxsizing.htc)}}.highlight .hll{background-color:#ffc}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d01040}.highlight .na{color:teal}.highlight .nb{color:#0086B3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .s2,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d01040}.highlight .sr{color:#009926}.highlight .s1{color:#d01040}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc,.highlight .vg,.highlight .vi{color:teal}.highlight .il{color:#099}@media print{*{background:0 0!important;color:#000!important;text-shadow:none!important;-webkit-filter:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{color:#444!important;text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}pre{padding:1.375em 1em;white-space:pre;white-space:pre-wrap;word-wrap:break-word}code,kbd,pre,samp{font-family:Consolas,Menlo,Monaco,Courier,monospace;margin-bottom:1.375em}.u-visually-hidden.focusable:active,.u-visually-hidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}body,html{height:100%;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility;word-wrap:break-word;overflow-wrap:break-word}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.cf{zoom:1} \ No newline at end of file diff --git a/static/js/main.js b/static/js/main.js index 8105c436..a2bc48d5 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -1,149 +1,4 @@ (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o Links to external site.'); }); -},{"cf-expandables":2,"cf-tables":3,"jquery":4}]},{},[5]); +},{"cf-expandables":1,"cf-tables":2,"jquery":4}]},{},[5]); diff --git a/static/js/main.min.js b/static/js/main.min.js index a75d57be..d16ad2e5 100644 --- a/static/js/main.min.js +++ b/static/js/main.min.js @@ -3,7 +3,7 @@ * http://cfpb.github.io/design-manual/ * Licensed CC0 by Consumer Financial Protection Bureau */ -!function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);var j=new Error("Cannot find module '"+g+"'");throw j.code="MODULE_NOT_FOUND",j}var k=c[g]={exports:{}};b[g][0].call(k.exports,function(a){var c=b[g][1][a];return e(c?c:a)},k,k.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;gb?-.5*(h*Math.pow(2,10*(b-=1))*Math.sin((b*e-f)*(2*Math.PI)/g))+c:h*Math.pow(2,-10*(b-=1))*Math.sin((b*e-f)*(2*Math.PI)/g)*.5+d+c},easeInBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),d*(b/=e)*b*((f+1)*b-f)+c},easeOutBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),d*((b=b/e-1)*b*((f+1)*b+f)+1)+c},easeInOutBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),(b/=e/2)<1?d/2*(b*b*(((f*=1.525)+1)*b-f))+c:d/2*((b-=2)*b*(((f*=1.525)+1)*b+f)+2)+c},easeInBounce:function(b,c,d,e,f){return e-a.easing.easeOutBounce(b,f-c,0,e,f)+d},easeOutBounce:function(a,b,c,d,e){return(b/=e)<1/2.75?d*(7.5625*b*b)+c:2/2.75>b?d*(7.5625*(b-=1.5/2.75)*b+.75)+c:2.5/2.75>b?d*(7.5625*(b-=2.25/2.75)*b+.9375)+c:d*(7.5625*(b-=2.625/2.75)*b+.984375)+c},easeInOutBounce:function(b,c,d,e,f){return f/2>c?.5*a.easing.easeInBounce(b,2*c,0,e,f)+d:.5*a.easing.easeOutBounce(b,2*c-f,0,e,f)+.5*e+d}})}(jQuery)},{}],2:[function(a,b,c){(function(b){b.jQuery=a("jquery"),a("jquery.easing"),function(a){a.fn.expandable=function(b){return a(this).each(function(){var b=a(this),c=b.find(".expandable_target").not(b.find(".expandable .expandable_target")),d=b.find(".expandable_cue-open").not(b.find(".expandable .expandable_cue-open")),e=b.find(".expandable_cue-close").not(b.find(".expandable .expandable_cue-close")),f=b.find(".expandable_content").not(b.find(".expandable .expandable_content")),g=b.parents(".expandable-group"),h=g.length>0&&g.data("accordion");if(h)var i=b.siblings(".expandable");this.init=function(){c.attr("aria-controls",f.attr("id")),b.hasClass("expandable__expanded")?this.expand(0):this.collapse(0),c.on("click",a.proxy(this.handleClick,this))},this.handleClick=function(a){a.preventDefault(),a.stopPropagation(),this.toggle(),h&&i.each(function(a,b){b.collapse()})},this.toggle=function(){"true"===c.attr("aria-pressed")?this.collapse():this.expand()},this.expand=function(g){d.css("display","none"),e.css("display","inline"),f.attr("aria-expanded","true"),c.attr("aria-pressed","true"),"undefined"==typeof g&&(g=a.fn.expandable.calculateExpandDuration(f.height())),b.addClass("expandable__expanded"),f.slideDown({duration:g,easing:"easeOutExpo"})},this.collapse=function(g){d.css("display","inline"),e.css("display","none"),f.attr("aria-expanded","false"),c.attr("aria-pressed","false"),"undefined"==typeof g&&(g=a.fn.expandable.calculateCollapseDuration(f.height())),b.removeClass("expandable__expanded"),f.slideUp({duration:g,easing:"easeOutExpo"})},this.init()})},a.fn.expandable.calculateExpandDuration=function(b){return a.fn.expandable.constrainValue(450,900,4*b)},a.fn.expandable.calculateCollapseDuration=function(b){return a.fn.expandable.constrainValue(350,900,2*b)},a.fn.expandable.constrainValue=function(a,b,c){return c>b?b:a>c?a:c},a(".expandable").expandable()}(jQuery)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{jquery:4,"jquery.easing":1}],3:[function(a,b,c){(function(b){b.jQuery=a("jquery"),function(a){"use strict";var b=function(b,c){function d(b){j=a.extend({},i,b),h(),l.find(".sortable__start-up, .sortable__start-up").click()}function e(a,b){return function(c,d){return c=c[0],d=d[0],"number"===b&&(c=Number(c.replace(/[^\d.-]/g,"")),d=Number(d.replace(/[^\d.-]/g,""))),d>c?-1*a:c>d?a:0}}function f(b){var c=b+1;k.length=0,l.find("tbody tr").each(function(){var b=a(this).find("td:nth-child("+c+")").text().trim();k.push([b,a(this)])})}function g(a){l.find("tbody").empty();for(var b=0;b0&&g.data("accordion");if(h)var i=b.siblings(".expandable");this.init=function(){c.attr("aria-controls",f.attr("id")),b.hasClass("expandable__expanded")?this.expand(0):this.collapse(0),c.on("click",a.proxy(this.handleClick,this))},this.handleClick=function(a){a.preventDefault(),a.stopPropagation(),this.toggle(),h&&i.each(function(a,b){b.collapse()})},this.toggle=function(){"true"===c.attr("aria-pressed")?this.collapse():this.expand()},this.expand=function(g){d.css("display","none"),e.css("display","inline"),f.attr("aria-expanded","true"),c.attr("aria-pressed","true"),"undefined"==typeof g&&(g=a.fn.expandable.calculateExpandDuration(f.height())),b.addClass("expandable__expanded"),f.slideDown({duration:g,easing:"easeOutExpo"})},this.collapse=function(g){d.css("display","inline"),e.css("display","none"),f.attr("aria-expanded","false"),c.attr("aria-pressed","false"),"undefined"==typeof g&&(g=a.fn.expandable.calculateCollapseDuration(f.height())),b.removeClass("expandable__expanded"),f.slideUp({duration:g,easing:"easeOutExpo"})},this.init()})},a.fn.expandable.calculateExpandDuration=function(b){return a.fn.expandable.constrainValue(450,900,4*b)},a.fn.expandable.calculateCollapseDuration=function(b){return a.fn.expandable.constrainValue(350,900,2*b)},a.fn.expandable.constrainValue=function(a,b,c){return c>b?b:cd?a:0}}function f(b){var c=b+1;k.length=0,l.find("tbody tr").each(function(){var b=a(this).find("td:nth-child("+c+")").text().trim();k.push([b,a(this)])})}function g(a){l.find("tbody").empty();for(var b=0;b0&&b-1 in a}function d(a,b,c){if(ea.isFunction(b))return ea.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return ea.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(ma.test(b))return ea.filter(b,a,c);b=ea.filter(b,a)}return ea.grep(a,function(a){return ea.inArray(a,b)>=0!==c})}function e(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}function f(a){var b=ua[a]={};return ea.each(a.match(ta)||[],function(a,c){b[c]=!0}),b}function g(){oa.addEventListener?(oa.removeEventListener("DOMContentLoaded",h,!1),a.removeEventListener("load",h,!1)):(oa.detachEvent("onreadystatechange",h),a.detachEvent("onload",h))}function h(){(oa.addEventListener||"load"===event.type||"complete"===oa.readyState)&&(g(),ea.ready())}function i(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(za,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:ya.test(c)?ea.parseJSON(c):c}catch(e){}ea.data(a,b,c)}else c=void 0}return c}function j(a){var b;for(b in a)if(("data"!==b||!ea.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function k(a,b,c,d){if(ea.acceptData(a)){var e,f,g=ea.expando,h=a.nodeType,i=h?ea.cache:a,j=h?a[g]:a[g]&&g;if(j&&i[j]&&(d||i[j].data)||void 0!==c||"string"!=typeof b)return j||(j=h?a[g]=W.pop()||ea.guid++:g),i[j]||(i[j]=h?{}:{toJSON:ea.noop}),"object"!=typeof b&&"function"!=typeof b||(d?i[j]=ea.extend(i[j],b):i[j].data=ea.extend(i[j].data,b)),f=i[j],d||(f.data||(f.data={}),f=f.data),void 0!==c&&(f[ea.camelCase(b)]=c),"string"==typeof b?(e=f[b],null==e&&(e=f[ea.camelCase(b)])):e=f,e}}function l(a,b,c){if(ea.acceptData(a)){var d,e,f=a.nodeType,g=f?ea.cache:a,h=f?a[ea.expando]:ea.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){ea.isArray(b)?b=b.concat(ea.map(b,ea.camelCase)):b in d?b=[b]:(b=ea.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;for(;e--;)delete d[b[e]];if(c?!j(d):!ea.isEmptyObject(d))return}(c||(delete g[h].data,j(g[h])))&&(f?ea.cleanData([a],!0):ca.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}function m(){return!0}function n(){return!1}function o(){try{return oa.activeElement}catch(a){}}function p(a){var b=Ka.split("|"),c=a.createDocumentFragment();if(c.createElement)for(;b.length;)c.createElement(b.pop());return c}function q(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==xa?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==xa?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||ea.nodeName(d,b)?f.push(d):ea.merge(f,q(d,b));return void 0===b||b&&ea.nodeName(a,b)?ea.merge([a],f):f}function r(a){Ea.test(a.type)&&(a.defaultChecked=a.checked)}function s(a,b){return ea.nodeName(a,"table")&&ea.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function t(a){return a.type=(null!==ea.find.attr(a,"type"))+"/"+a.type,a}function u(a){var b=Va.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function v(a,b){for(var c,d=0;null!=(c=a[d]);d++)ea._data(c,"globalEval",!b||ea._data(b[d],"globalEval"))}function w(a,b){if(1===b.nodeType&&ea.hasData(a)){var c,d,e,f=ea._data(a),g=ea._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)ea.event.add(b,c,h[c][d])}g.data&&(g.data=ea.extend({},g.data))}}function x(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!ca.noCloneEvent&&b[ea.expando]){e=ea._data(b);for(d in e.events)ea.removeEvent(b,d,e.handle);b.removeAttribute(ea.expando)}"script"===c&&b.text!==a.text?(t(b).text=a.text,u(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),ca.html5Clone&&a.innerHTML&&!ea.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&Ea.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}}function y(b,c){var d,e=ea(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:ea.css(e[0],"display");return e.detach(),f}function z(a){var b=oa,c=_a[a];return c||(c=y(a,b),"none"!==c&&c||($a=($a||ea("