This is an automated email from the ASF dual-hosted git repository.
brianspector pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git
The following commit(s) were added to refs/heads/asf-site by this push:
new dd3f12f cleanup asf-site branch
dd3f12f is described below
commit dd3f12f9206e41ade109f0cd39a26449bd474267
Author: Brian Spector <[email protected]>
AuthorDate: Mon Jun 3 11:37:28 2019 +0100
cleanup asf-site branch
---
README.md | 138 -----------------------
images/MILAGRO_LOGO 2.png | Bin 8322 -> 0 bytes
images/MILAGRO_LOGO 2.svg | 33 ------
images/MILAGRO_LOGO 3.svg | 33 ------
images/MILAGRO_LOGO 4.svg | 40 -------
images/MILAGRO_LOGO 5.svg | 40 -------
images/MILAGRO_LOGO 6.svg | 40 -------
images/MILAGRO_LOGO 7.svg | 40 -------
images/MILAGRO_LOGO-url 2.svg | 187 -------------------------------
images/MILAGRO_LOGO-url.jpg | Bin 48902 -> 0 bytes
images/MILAGRO_LOGO-url.png | Bin 12106 -> 0 bytes
images/MILAGRO_LOGO-url.svg | 187 -------------------------------
images/MILAGRO_LOGO-vertical 2.svg | 36 ------
images/MILAGRO_LOGO-vertical-url 2.jpg | Bin 300313 -> 0 bytes
images/MILAGRO_LOGO-vertical-url 2.svg | 191 --------------------------------
images/MILAGRO_LOGO-vertical-url.jpg | Bin 83932 -> 0 bytes
images/MILAGRO_LOGO-vertical-url.png | Bin 18439 -> 0 bytes
images/MILAGRO_LOGO-vertical-url.svg | 191 --------------------------------
images/MILAGRO_LOGO-vertical.jpg | Bin 70967 -> 0 bytes
images/MILAGRO_LOGO-vertical.png | Bin 15037 -> 0 bytes
images/MILAGRO_LOGO-vertical.svg | 36 ------
images/MILAGRO_LOGO.jpg | Bin 30133 -> 0 bytes
images/MILAGRO_LOGO.png | Bin 7518 -> 0 bytes
images/MILAGRO_LOGO.svg | 33 ------
images/MILAGRO_emblem 2.svg | 24 ----
images/MILAGRO_emblem 3.svg | 24 ----
images/MILAGRO_emblem.png | Bin 1817 -> 0 bytes
images/MILAGRO_emblem.svg | 24 ----
images/Milagro-Ecosystems.png | Bin 243136 -> 0 bytes
images/Milagro-MFA 2.jpg | Bin 111693 -> 0 bytes
images/Milagro-MFA.jpg | Bin 111693 -> 0 bytes
images/Milagro-TLS 2.jpg | Bin 101529 -> 0 bytes
images/Milagro-TLS.jpg | Bin 101529 -> 0 bytes
images/Milagro-TLS2 2.png | Bin 63528 -> 0 bytes
images/Milagro-TLS2.png | Bin 63528 -> 0 bytes
images/Milagro.png | Bin 43274 -> 0 bytes
images/milagro-footer 2.png | Bin 3706 -> 0 bytes
images/milagro-footer 3.png | Bin 3706 -> 0 bytes
images/milagro-footer.png | Bin 3706 -> 0 bytes
images/milagro-header 2.png | Bin 3452 -> 0 bytes
images/milagro-header 3.png | Bin 3452 -> 0 bytes
images/milagro-header 4.png | Bin 3452 -> 0 bytes
images/milagro-header.png | Bin 3452 -> 0 bytes
images/milagro-hero 2.png | Bin 8536 -> 0 bytes
images/milagro-hero 3.png | Bin 8536 -> 0 bytes
images/milagro-hero-inc-subheader 2.png | Bin 13148 -> 0 bytes
images/milagro-hero-inc-subheader 3.png | Bin 13148 -> 0 bytes
images/milagro-hero-inc-subheader.png | Bin 13148 -> 0 bytes
images/milagro-hero.png | Bin 8536 -> 0 bytes
images/milagro-home-t=1490269804246.png | Bin 3118 -> 0 bytes
images/milagro-mfa-3-things.png | Bin 111697 -> 0 bytes
51 files changed, 1297 deletions(-)
diff --git a/README.md b/README.md
deleted file mode 100644
index bb9fb02..0000000
--- a/README.md
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-The Apache Milagro (incubating) website
-============================
-
-Milagro is a set of crypto libraries and core security infrastructure
applications, built for decentralized networks yet suitable for enterprises.
-
-Milagro has several repos. The application repos are being overhauled to
reflect new, modern architectures. Expect for these to be merged into one repo
called Milagro Server. More detail is available at:
-
-* [Milagro
JIRA](https://issues.apache.org/jira/projects/MILAGRO/issues/MILAGRO-18?filter=allopenissues)
-* [Milagro
Wiki](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=115529045)
-
-The most current libraries are the core crypto libraries:
-
-* [Milagro Crypto](https://github.com/apache/incubator-milagro-crypto)
-* [Milagro Crypto C
Library](https://github.com/apache/incubator-milagro-crypto-c)
-* [Milagro Crypto JavaScript
Library](https://github.com/apache/incubator-milagro-javascript)
-* [Milagro Crypto Java
Library](https://github.com/apache/incubator-milagro-java)
-
-Website Detail
-============================
-
-This repository contains the source for the website of [Apache Milagro
(incubating)](http://milagro.apache.org/).
-
-The Milagro website itself is completely static, being automatically generated
by [Jekyll](https://jekyllrb.com/) prior to deployment. The content of the
website is written in a mixture of HTML and Markdown, with dynamic portions
written using [liquid templating](https://jekyllrb.com/docs/templates/).
Templated content is interpreted only a build time, with the final result being
completely static.
-
-To facilitate ease of development and testing, this repository also contains a
build script, `build.sh`, the usage of which is documented below.
-
-Table of contents
------------------
-
-* [Repository structure](#repository-structure)
-* [Build prerequisites](#build-prerequisites)
-* [Testing changes locally](#testing-changes-locally)
-* [Publishing changes](#publishing-changes)
-
-Repository structure
---------------------
-
-In addition to the `LICENSE` and `NOTICE` files required of any proper
Apache-licensed project, the repository contains the following critical files:
-
-| Filename | Description
-| ------------- | -----------
-| `_config.yml` | Configuration information controlling the Jekyll build.
This is a standard Jekyll file. See: [Jekyll directory
structure](https://jekyllrb.com/docs/structure/)
-| `build.sh` | The website build script (usage documented below).
-| `doc/` | Per-release documentation for Apache Milagro (incubating).
This directory contains one subdirectory per release, where each subdirectory
contains the overall manual and API documentation for each part of the Milagro
(incubating) core crypto libraries and server applications. Files in this
directory are not interpreted by Jekyll, as there are far too many files for
this to be reasonable. They are instead copied into place by the `build.sh`
script.
-| `images/` | Images which are referenced within the website HTML and CSS.
-| `pub/` | Miscellaneous public files, such as test scripts. The test
scripts in this directory have historically been shared to users to help with
debugging.
-| `styles/` | All CSS files referenced by the website HTML.
-| `_companies/` | Documents which contain metadata describing third-party
companies that provide support for Apache Milagro (incubating). The content of
these documents is rendered as the description for that company on the support
page.
-| `_includes/` | Common HTML fragments used by Jekyll and referenced in other
templates, such as the website header and footer. These *must* be HTML only.
This is a standard Jekyll directory. See: [Jekyll directory
structure](https://jekyllrb.com/docs/structure/)
-| `_layouts/` | Templates describing the structure of different types of
content. This is a standard Jekyll directory. See: [Jekyll directory
structure](https://jekyllrb.com/docs/structure/)
-| `_links/` | Documents which contain metadata describing the links which
should appear in the site navigation menu. The documents here are completely
empty except for the metadata.
-| `_releases` | Release notes for Milagro (incubating) releases, including
metadata describing the files and documentation associated with those releases.
-
-Build prerequisites
--------------------
-
-The build depends entirely on Jekyll, thus this must be installed first. If
you do not yet have Jekyll installed, please see [Jekyll's own installation
instructions](https://jekyllrb.com/docs/installation/) to get started.
-
-Beyond Jekyll, you will also need:
-
-* A POSIX-compliant implementation of `sh` (to run `build.sh`)
-* git (to clone this repository and to publish changes)
-* `mktemp` (used by `build.sh` when staging changes prior to publishing)
-
-The `build.sh` script will check whether the required programs are installed,
and will fail early with an appropriate message if a required program cannot be
found.
-
-The build script handles three primary variations of common build tasks:
-
-1. The build itself, when invoked as `./build.sh`. This invokes Jekyll and
recursively copies the `doc/` (part of the website source) and `_site/`
(generated by Jekyll during the build) to the `content/` directory.
-2. Serving a local copy of the website, when invoked as `./build.sh PORT`.
-3. Staging local changes for commit to the special "asf-site" branch, when
invoked as `./build.sh stage`. Once changes are committed and pushed to
"asf-site", the public website will be updated by the ASF's gitpubsub.
-
-Testing changes locally
------------------------
-
-To test your changes to the website, you can either invoke `./build.sh` to
build a static copy of the site to the `content/` subdirectory, or invoke
`./build.sh PORT` (where `PORT` a TCP port number) to both build the static
copy of the site *and* run Ruby's web server to serve `content/` locally at the
given port:
-
- $ ./build.sh 8080
- Configuration file:
/home/mjumper/apache-incubator-milagro/milagro-website/_config.yml
- Source: /home/mjumper/apache-incubator-milagro/milagro-website
- Destination:
/home/mjumper/apache-incubator-milagro/milagro-website/_site
- Incremental build: disabled. Enable with --incremental
- Generating...
- done in 0.563 seconds.
- Auto-regeneration: disabled. Use --watch to enable.
- Copying "doc/" and built site to "content/" ...
- Done. Full site is now within the "content/" directory.
- [2016-04-26 12:35:36] INFO WEBrick 1.3.1
- [2016-04-26 12:35:36] INFO ruby 2.1.7 (2015-08-18) [x86_64-linux]
- [2016-04-26 12:35:36] INFO WEBrick::HTTPServer#start: pid=18927 port=8080
-
-When done testing your local changes, press `Ctrl` + `C` to stop the
web server and return to the shell.
-
-Publishing changes
-------------------
-
-Changes to the website are published using Apache's
[gitpubsub](https://blogs.apache.org/infra/entry/git_based_websites_available)
which relies on a special branch called "asf-site" containing *all website
content* within a directory called `content/`.
-
-In the Apache Milagro (incubating) website repository, the "asf-site" branch
is an "orphan" branch. The branch has no commits in common with the "master"
branch and consists solely of the `content/` subdirectory. Updating the website
thus involves:
-
-1. Making and testing your changes locally
-2. Replacing the entire contents of the `content/` directory within "asf-site"
with the newly-generated `content/` directory.
-
-The `build.sh` script can take care of all this for you when invoked as
`./build.sh stage`:
-
- $ ./build.sh stage
- Configuration file: /home/mjumper/apache-Milagro (incubating)/Milagro
(incubating)-website/_config.yml
- Source: /home/mjumper/apache-Milagro (incubating)/Milagro
(incubating)-website
- Destination: /home/mjumper/apache-Milagro (incubating)/Milagro
(incubating)-website/_site
- Incremental build: disabled. Enable with --incremental
- Generating...
- done in 0.568 seconds.
- Auto-regeneration: disabled. Use --watch to enable.
- Copying "doc/" and built site to "content/" ...
- Done. Full site is now within the "content/" directory.
- Switched to branch 'asf-site'
- Removing README.md
- Removing _site/
- Content staged for commit. Use git to commit the results when ready.
- NOTE: The build.sh script will no longer exist. To serve the staged
- contents, run:
-
- ruby -run -e httpd content/ -p PORT
-
- where PORT is the port number where the HTTP server should listen.
- $
-
-At this point, you will be on the "asf-site" branch and the current directory
will contain only the `content/` subdirectory:
-
- $ ls
- content
- $
-
-Keep in mind that the new content is only *staged* for commit. It has not yet
been committed. Once you have verified that the staged content is as expected,
commit your changes (along with a useful commit message describing the changes
at a high level) using `git commit` and publish the update using `git push
origin`.
-
-If you wish to unstage your changes, use `git reset --hard HEAD` to return to
the original state of "asf-site", wiping out any local modifications made by
`build.sh`. You can then return to whichever branch you were working on with
`git checkout`.
diff --git a/images/MILAGRO_LOGO 2.png b/images/MILAGRO_LOGO 2.png
deleted file mode 100644
index a1f3778..0000000
Binary files a/images/MILAGRO_LOGO 2.png and /dev/null differ
diff --git a/images/MILAGRO_LOGO 2.svg b/images/MILAGRO_LOGO 2.svg
deleted file mode 100644
index 0818075..0000000
--- a/images/MILAGRO_LOGO 2.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version:
6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- width="581.8px" height="117px" viewBox="0 0 581.8 117"
enable-background="new 0 0 581.8 117" xml:space="preserve">
-<g>
- <path fill="#3E454C"
d="M179.1,95h-6.9L148,34.1V95h-9.9V22.9h15.7l21.9,56.3L198,22.9h15.7V95h-9.9V34.1L179.1,95z"/>
- <path fill="#3E454C" d="M230.6,95V22.9h9.9V95H230.6z"/>
- <path fill="#3E454C" d="M257.5,95V22.9h9.9v63.2h31.301V95H257.5z"/>
- <path fill="#3E454C"
d="M354,95L348.3,79.7h-30.7L312.1,95h-10.8l27.9-72.1h8.699L365.4,95H354z
M321,70.8h24.201L333.1,37.9H333
- L321,70.8z"/>
- <path fill="#3E454C"
d="M408.6,63.9V55h28.2v27.4c-6.9,8.8-17.7,13.8-29.6,13.8c-22,0-38.701-14.9-38.701-37.3
-
c0-21.3,17.4-37.3,38.701-37.3c11.1,0,21,4.9,27.898,12.8l-7,5.8c-5-5.7-12.699-9.7-20.898-9.7C391,30.5,379,42.5,379,58.9
-
c0,17.5,11.701,28.4,28.201,28.4c7.6,0,14.6-2.7,19.699-7.5v-16h-18.3V63.9z"/>
- <path fill="#3E454C"
d="M491.201,95l-21.602-30.5h-7.398V95h-9.9V22.9h21.4c11,0,24.6,5.8,24.6,20.7c0,12.3-8.801,18.4-17.6,20.3
- L503.599,95H491.201z
M473.201,31.8h-11v23.9h9c9.6,0,16.699-3.5,16.699-11.7C487.8,36.6,481.9,31.8,473.201,31.8z"/>
- <path fill="#3E454C"
d="M544.8,96.2c-21,0-37.1-16.7-37.1-37.3s16.1-37.3,37.1-37.3s37.1,16.7,37.1,37.3
- C581.8,79.5,565.8,96.2,544.8,96.2z
M544.8,30.5c-15.301,0-26.6,12.5-26.6,28.4s11.199,28.4,26.6,28.4s26.6-12.5,26.6-28.4
- S560.099,30.5,544.8,30.5z"/>
-</g>
-<g>
- <path fill="#C2FF17"
d="M85.9,105.4L1.8,66.2C0.7,65.7,0,64.6,0,63.4v-49c0-2.3,2.4-3.8,4.4-2.8l84.1,39.2c1.1,0.5,1.8,1.6,1.8,2.8
- v49C90.3,104.9,88,106.4,85.9,105.4z"/>
- <g>
- <path fill="#31BCA4"
d="M88.8,52.3L0,93.7v20.2c0,2.3,2.4,3.8,4.4,2.8l84.1-39.2c1.1-0.5,1.8-1.6,1.8-2.8V53.6
-
c0-0.7-0.2-1.3-0.5-1.8l0,0l0,0l0,0l0,0c-0.2-0.4-0.6-0.6-1-0.9c0.2,0.2,0.3,0.4,0.3,0.7C89.1,51.9,89,52.1,88.8,52.3z"/>
- </g>
- <g>
- <path fill="#40D37B"
d="M1.6,64.7l88.8-41.4V3.1c0-2.3-2.4-3.8-4.4-2.8L1.8,39.5C0.7,40,0,41.1,0,42.3V63.4
-
c0,0.699,0.2,1.3,0.5,1.8l0,0l0,0l0,0l0,0c0.2,0.399,0.6,0.6,1,0.899C1.3,65.9,1.2,65.7,1.2,65.4C1.2,65.1,1.3,64.9,1.6,64.7z"/>
- </g>
-</g>
-</svg>
diff --git a/images/MILAGRO_LOGO 3.svg b/images/MILAGRO_LOGO 3.svg
deleted file mode 100644
index 0818075..0000000
--- a/images/MILAGRO_LOGO 3.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version:
6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- width="581.8px" height="117px" viewBox="0 0 581.8 117"
enable-background="new 0 0 581.8 117" xml:space="preserve">
-<g>
- <path fill="#3E454C"
d="M179.1,95h-6.9L148,34.1V95h-9.9V22.9h15.7l21.9,56.3L198,22.9h15.7V95h-9.9V34.1L179.1,95z"/>
- <path fill="#3E454C" d="M230.6,95V22.9h9.9V95H230.6z"/>
- <path fill="#3E454C" d="M257.5,95V22.9h9.9v63.2h31.301V95H257.5z"/>
- <path fill="#3E454C"
d="M354,95L348.3,79.7h-30.7L312.1,95h-10.8l27.9-72.1h8.699L365.4,95H354z
M321,70.8h24.201L333.1,37.9H333
- L321,70.8z"/>
- <path fill="#3E454C"
d="M408.6,63.9V55h28.2v27.4c-6.9,8.8-17.7,13.8-29.6,13.8c-22,0-38.701-14.9-38.701-37.3
-
c0-21.3,17.4-37.3,38.701-37.3c11.1,0,21,4.9,27.898,12.8l-7,5.8c-5-5.7-12.699-9.7-20.898-9.7C391,30.5,379,42.5,379,58.9
-
c0,17.5,11.701,28.4,28.201,28.4c7.6,0,14.6-2.7,19.699-7.5v-16h-18.3V63.9z"/>
- <path fill="#3E454C"
d="M491.201,95l-21.602-30.5h-7.398V95h-9.9V22.9h21.4c11,0,24.6,5.8,24.6,20.7c0,12.3-8.801,18.4-17.6,20.3
- L503.599,95H491.201z
M473.201,31.8h-11v23.9h9c9.6,0,16.699-3.5,16.699-11.7C487.8,36.6,481.9,31.8,473.201,31.8z"/>
- <path fill="#3E454C"
d="M544.8,96.2c-21,0-37.1-16.7-37.1-37.3s16.1-37.3,37.1-37.3s37.1,16.7,37.1,37.3
- C581.8,79.5,565.8,96.2,544.8,96.2z
M544.8,30.5c-15.301,0-26.6,12.5-26.6,28.4s11.199,28.4,26.6,28.4s26.6-12.5,26.6-28.4
- S560.099,30.5,544.8,30.5z"/>
-</g>
-<g>
- <path fill="#C2FF17"
d="M85.9,105.4L1.8,66.2C0.7,65.7,0,64.6,0,63.4v-49c0-2.3,2.4-3.8,4.4-2.8l84.1,39.2c1.1,0.5,1.8,1.6,1.8,2.8
- v49C90.3,104.9,88,106.4,85.9,105.4z"/>
- <g>
- <path fill="#31BCA4"
d="M88.8,52.3L0,93.7v20.2c0,2.3,2.4,3.8,4.4,2.8l84.1-39.2c1.1-0.5,1.8-1.6,1.8-2.8V53.6
-
c0-0.7-0.2-1.3-0.5-1.8l0,0l0,0l0,0l0,0c-0.2-0.4-0.6-0.6-1-0.9c0.2,0.2,0.3,0.4,0.3,0.7C89.1,51.9,89,52.1,88.8,52.3z"/>
- </g>
- <g>
- <path fill="#40D37B"
d="M1.6,64.7l88.8-41.4V3.1c0-2.3-2.4-3.8-4.4-2.8L1.8,39.5C0.7,40,0,41.1,0,42.3V63.4
-
c0,0.699,0.2,1.3,0.5,1.8l0,0l0,0l0,0l0,0c0.2,0.399,0.6,0.6,1,0.899C1.3,65.9,1.2,65.7,1.2,65.4C1.2,65.1,1.3,64.9,1.6,64.7z"/>
- </g>
-</g>
-</svg>
diff --git a/images/MILAGRO_LOGO 4.svg b/images/MILAGRO_LOGO 4.svg
deleted file mode 100644
index 2e5fded..0000000
--- a/images/MILAGRO_LOGO 4.svg
+++ /dev/null
@@ -1,40 +0,0 @@
-<svg version="1.1"
- xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
- x="0px" y="0px" width="581.8px" height="117px" viewBox="0 0 581.8 117"
style="enable-background:new 0 0 581.8 117;"
- xml:space="preserve">
-<style type="text/css">
- .st0{fill:#3E454C;}
- .st1{fill:#C2FF17;}
- .st2{fill:#31BCA4;}
- .st3{fill:#40D37B;}
-</style>
-<defs>
-</defs>
-<g>
- <path class="st0"
d="M179.1,95h-6.9L148,34.1V95h-9.9V22.9h15.7l21.9,56.3L198,22.9h15.7V95h-9.9V34.1L179.1,95z"/>
- <path class="st0" d="M230.6,95V22.9h9.9V95H230.6z"/>
- <path class="st0" d="M257.5,95V22.9h9.9v63.2h31.3V95H257.5z"/>
- <path class="st0"
d="M354,95l-5.7-15.3h-30.7L312.1,95h-10.8l27.9-72.1h8.7L365.4,95H354z
M321,70.8h24.2l-12.1-32.9H333L321,70.8z
- "/>
- <path class="st0"
d="M408.6,63.9V55h28.2v27.4c-6.9,8.8-17.7,13.8-29.6,13.8c-22,0-38.7-14.9-38.7-37.3c0-21.3,17.4-37.3,38.7-37.3
-
c11.1,0,21,4.9,27.9,12.8l-7,5.8c-5-5.7-12.7-9.7-20.9-9.7C391,30.5,379,42.5,379,58.9c0,17.5,11.7,28.4,28.2,28.4
- c7.6,0,14.6-2.7,19.7-7.5v-16H408.6z"/>
- <path class="st0"
d="M491.2,95l-21.6-30.5h-7.4V95h-9.9V22.9h21.4c11,0,24.6,5.8,24.6,20.7c0,12.3-8.8,18.4-17.6,20.3L503.6,95
- H491.2z
M473.2,31.8h-11v23.9h9c9.6,0,16.7-3.5,16.7-11.7C487.8,36.6,481.9,31.8,473.2,31.8z"/>
- <path class="st0"
d="M544.8,96.2c-21,0-37.1-16.7-37.1-37.3c0-20.6,16.1-37.3,37.1-37.3c21,0,37.1,16.7,37.1,37.3
- C581.8,79.5,565.8,96.2,544.8,96.2z
M544.8,30.5c-15.3,0-26.6,12.5-26.6,28.4s11.2,28.4,26.6,28.4s26.6-12.5,26.6-28.4
- S560.1,30.5,544.8,30.5z"/>
-</g>
-<g>
- <path class="st1"
d="M85.9,105.4L1.8,66.2C0.7,65.7,0,64.6,0,63.4v-49c0-2.3,2.4-3.8,4.4-2.8l84.1,39.2c1.1,0.5,1.8,1.6,1.8,2.8v49
- C90.3,104.9,88,106.4,85.9,105.4z"/>
- <g>
- <path class="st2"
d="M88.8,52.3L0,93.7l0,20.2c0,2.3,2.4,3.8,4.4,2.8l84.1-39.2c1.1-0.5,1.8-1.6,1.8-2.8V53.6
-
c0-0.7-0.2-1.3-0.5-1.8l0,0l0,0c0,0,0,0,0,0l0,0c-0.2-0.4-0.6-0.6-1-0.9c0.2,0.2,0.3,0.4,0.3,0.7C89.1,51.9,89,52.1,88.8,52.3z"/>
- </g>
- <g>
- <path class="st3"
d="M1.6,64.7l88.8-41.4V3.1c0-2.3-2.4-3.8-4.4-2.8L1.8,39.5C0.7,40,0,41.1,0,42.3v21.1c0,0.7,0.2,1.3,0.5,1.8
-
l0,0c0,0,0,0,0,0c0,0,0,0,0,0l0,0c0.2,0.4,0.6,0.6,1,0.9c-0.2-0.2-0.3-0.4-0.3-0.7C1.2,65.1,1.3,64.9,1.6,64.7z"/>
- </g>
-</g>
-</svg>
diff --git a/images/MILAGRO_LOGO 5.svg b/images/MILAGRO_LOGO 5.svg
deleted file mode 100644
index 2e5fded..0000000
--- a/images/MILAGRO_LOGO 5.svg
+++ /dev/null
@@ -1,40 +0,0 @@
-<svg version="1.1"
- xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
- x="0px" y="0px" width="581.8px" height="117px" viewBox="0 0 581.8 117"
style="enable-background:new 0 0 581.8 117;"
- xml:space="preserve">
-<style type="text/css">
- .st0{fill:#3E454C;}
- .st1{fill:#C2FF17;}
- .st2{fill:#31BCA4;}
- .st3{fill:#40D37B;}
-</style>
-<defs>
-</defs>
-<g>
- <path class="st0"
d="M179.1,95h-6.9L148,34.1V95h-9.9V22.9h15.7l21.9,56.3L198,22.9h15.7V95h-9.9V34.1L179.1,95z"/>
- <path class="st0" d="M230.6,95V22.9h9.9V95H230.6z"/>
- <path class="st0" d="M257.5,95V22.9h9.9v63.2h31.3V95H257.5z"/>
- <path class="st0"
d="M354,95l-5.7-15.3h-30.7L312.1,95h-10.8l27.9-72.1h8.7L365.4,95H354z
M321,70.8h24.2l-12.1-32.9H333L321,70.8z
- "/>
- <path class="st0"
d="M408.6,63.9V55h28.2v27.4c-6.9,8.8-17.7,13.8-29.6,13.8c-22,0-38.7-14.9-38.7-37.3c0-21.3,17.4-37.3,38.7-37.3
-
c11.1,0,21,4.9,27.9,12.8l-7,5.8c-5-5.7-12.7-9.7-20.9-9.7C391,30.5,379,42.5,379,58.9c0,17.5,11.7,28.4,28.2,28.4
- c7.6,0,14.6-2.7,19.7-7.5v-16H408.6z"/>
- <path class="st0"
d="M491.2,95l-21.6-30.5h-7.4V95h-9.9V22.9h21.4c11,0,24.6,5.8,24.6,20.7c0,12.3-8.8,18.4-17.6,20.3L503.6,95
- H491.2z
M473.2,31.8h-11v23.9h9c9.6,0,16.7-3.5,16.7-11.7C487.8,36.6,481.9,31.8,473.2,31.8z"/>
- <path class="st0"
d="M544.8,96.2c-21,0-37.1-16.7-37.1-37.3c0-20.6,16.1-37.3,37.1-37.3c21,0,37.1,16.7,37.1,37.3
- C581.8,79.5,565.8,96.2,544.8,96.2z
M544.8,30.5c-15.3,0-26.6,12.5-26.6,28.4s11.2,28.4,26.6,28.4s26.6-12.5,26.6-28.4
- S560.1,30.5,544.8,30.5z"/>
-</g>
-<g>
- <path class="st1"
d="M85.9,105.4L1.8,66.2C0.7,65.7,0,64.6,0,63.4v-49c0-2.3,2.4-3.8,4.4-2.8l84.1,39.2c1.1,0.5,1.8,1.6,1.8,2.8v49
- C90.3,104.9,88,106.4,85.9,105.4z"/>
- <g>
- <path class="st2"
d="M88.8,52.3L0,93.7l0,20.2c0,2.3,2.4,3.8,4.4,2.8l84.1-39.2c1.1-0.5,1.8-1.6,1.8-2.8V53.6
-
c0-0.7-0.2-1.3-0.5-1.8l0,0l0,0c0,0,0,0,0,0l0,0c-0.2-0.4-0.6-0.6-1-0.9c0.2,0.2,0.3,0.4,0.3,0.7C89.1,51.9,89,52.1,88.8,52.3z"/>
- </g>
- <g>
- <path class="st3"
d="M1.6,64.7l88.8-41.4V3.1c0-2.3-2.4-3.8-4.4-2.8L1.8,39.5C0.7,40,0,41.1,0,42.3v21.1c0,0.7,0.2,1.3,0.5,1.8
-
l0,0c0,0,0,0,0,0c0,0,0,0,0,0l0,0c0.2,0.4,0.6,0.6,1,0.9c-0.2-0.2-0.3-0.4-0.3-0.7C1.2,65.1,1.3,64.9,1.6,64.7z"/>
- </g>
-</g>
-</svg>
diff --git a/images/MILAGRO_LOGO 6.svg b/images/MILAGRO_LOGO 6.svg
deleted file mode 100644
index 2e5fded..0000000
--- a/images/MILAGRO_LOGO 6.svg
+++ /dev/null
@@ -1,40 +0,0 @@
-<svg version="1.1"
- xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
- x="0px" y="0px" width="581.8px" height="117px" viewBox="0 0 581.8 117"
style="enable-background:new 0 0 581.8 117;"
- xml:space="preserve">
-<style type="text/css">
- .st0{fill:#3E454C;}
- .st1{fill:#C2FF17;}
- .st2{fill:#31BCA4;}
- .st3{fill:#40D37B;}
-</style>
-<defs>
-</defs>
-<g>
- <path class="st0"
d="M179.1,95h-6.9L148,34.1V95h-9.9V22.9h15.7l21.9,56.3L198,22.9h15.7V95h-9.9V34.1L179.1,95z"/>
- <path class="st0" d="M230.6,95V22.9h9.9V95H230.6z"/>
- <path class="st0" d="M257.5,95V22.9h9.9v63.2h31.3V95H257.5z"/>
- <path class="st0"
d="M354,95l-5.7-15.3h-30.7L312.1,95h-10.8l27.9-72.1h8.7L365.4,95H354z
M321,70.8h24.2l-12.1-32.9H333L321,70.8z
- "/>
- <path class="st0"
d="M408.6,63.9V55h28.2v27.4c-6.9,8.8-17.7,13.8-29.6,13.8c-22,0-38.7-14.9-38.7-37.3c0-21.3,17.4-37.3,38.7-37.3
-
c11.1,0,21,4.9,27.9,12.8l-7,5.8c-5-5.7-12.7-9.7-20.9-9.7C391,30.5,379,42.5,379,58.9c0,17.5,11.7,28.4,28.2,28.4
- c7.6,0,14.6-2.7,19.7-7.5v-16H408.6z"/>
- <path class="st0"
d="M491.2,95l-21.6-30.5h-7.4V95h-9.9V22.9h21.4c11,0,24.6,5.8,24.6,20.7c0,12.3-8.8,18.4-17.6,20.3L503.6,95
- H491.2z
M473.2,31.8h-11v23.9h9c9.6,0,16.7-3.5,16.7-11.7C487.8,36.6,481.9,31.8,473.2,31.8z"/>
- <path class="st0"
d="M544.8,96.2c-21,0-37.1-16.7-37.1-37.3c0-20.6,16.1-37.3,37.1-37.3c21,0,37.1,16.7,37.1,37.3
- C581.8,79.5,565.8,96.2,544.8,96.2z
M544.8,30.5c-15.3,0-26.6,12.5-26.6,28.4s11.2,28.4,26.6,28.4s26.6-12.5,26.6-28.4
- S560.1,30.5,544.8,30.5z"/>
-</g>
-<g>
- <path class="st1"
d="M85.9,105.4L1.8,66.2C0.7,65.7,0,64.6,0,63.4v-49c0-2.3,2.4-3.8,4.4-2.8l84.1,39.2c1.1,0.5,1.8,1.6,1.8,2.8v49
- C90.3,104.9,88,106.4,85.9,105.4z"/>
- <g>
- <path class="st2"
d="M88.8,52.3L0,93.7l0,20.2c0,2.3,2.4,3.8,4.4,2.8l84.1-39.2c1.1-0.5,1.8-1.6,1.8-2.8V53.6
-
c0-0.7-0.2-1.3-0.5-1.8l0,0l0,0c0,0,0,0,0,0l0,0c-0.2-0.4-0.6-0.6-1-0.9c0.2,0.2,0.3,0.4,0.3,0.7C89.1,51.9,89,52.1,88.8,52.3z"/>
- </g>
- <g>
- <path class="st3"
d="M1.6,64.7l88.8-41.4V3.1c0-2.3-2.4-3.8-4.4-2.8L1.8,39.5C0.7,40,0,41.1,0,42.3v21.1c0,0.7,0.2,1.3,0.5,1.8
-
l0,0c0,0,0,0,0,0c0,0,0,0,0,0l0,0c0.2,0.4,0.6,0.6,1,0.9c-0.2-0.2-0.3-0.4-0.3-0.7C1.2,65.1,1.3,64.9,1.6,64.7z"/>
- </g>
-</g>
-</svg>
diff --git a/images/MILAGRO_LOGO 7.svg b/images/MILAGRO_LOGO 7.svg
deleted file mode 100644
index 2e5fded..0000000
--- a/images/MILAGRO_LOGO 7.svg
+++ /dev/null
@@ -1,40 +0,0 @@
-<svg version="1.1"
- xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
- x="0px" y="0px" width="581.8px" height="117px" viewBox="0 0 581.8 117"
style="enable-background:new 0 0 581.8 117;"
- xml:space="preserve">
-<style type="text/css">
- .st0{fill:#3E454C;}
- .st1{fill:#C2FF17;}
- .st2{fill:#31BCA4;}
- .st3{fill:#40D37B;}
-</style>
-<defs>
-</defs>
-<g>
- <path class="st0"
d="M179.1,95h-6.9L148,34.1V95h-9.9V22.9h15.7l21.9,56.3L198,22.9h15.7V95h-9.9V34.1L179.1,95z"/>
- <path class="st0" d="M230.6,95V22.9h9.9V95H230.6z"/>
- <path class="st0" d="M257.5,95V22.9h9.9v63.2h31.3V95H257.5z"/>
- <path class="st0"
d="M354,95l-5.7-15.3h-30.7L312.1,95h-10.8l27.9-72.1h8.7L365.4,95H354z
M321,70.8h24.2l-12.1-32.9H333L321,70.8z
- "/>
- <path class="st0"
d="M408.6,63.9V55h28.2v27.4c-6.9,8.8-17.7,13.8-29.6,13.8c-22,0-38.7-14.9-38.7-37.3c0-21.3,17.4-37.3,38.7-37.3
-
c11.1,0,21,4.9,27.9,12.8l-7,5.8c-5-5.7-12.7-9.7-20.9-9.7C391,30.5,379,42.5,379,58.9c0,17.5,11.7,28.4,28.2,28.4
- c7.6,0,14.6-2.7,19.7-7.5v-16H408.6z"/>
- <path class="st0"
d="M491.2,95l-21.6-30.5h-7.4V95h-9.9V22.9h21.4c11,0,24.6,5.8,24.6,20.7c0,12.3-8.8,18.4-17.6,20.3L503.6,95
- H491.2z
M473.2,31.8h-11v23.9h9c9.6,0,16.7-3.5,16.7-11.7C487.8,36.6,481.9,31.8,473.2,31.8z"/>
- <path class="st0"
d="M544.8,96.2c-21,0-37.1-16.7-37.1-37.3c0-20.6,16.1-37.3,37.1-37.3c21,0,37.1,16.7,37.1,37.3
- C581.8,79.5,565.8,96.2,544.8,96.2z
M544.8,30.5c-15.3,0-26.6,12.5-26.6,28.4s11.2,28.4,26.6,28.4s26.6-12.5,26.6-28.4
- S560.1,30.5,544.8,30.5z"/>
-</g>
-<g>
- <path class="st1"
d="M85.9,105.4L1.8,66.2C0.7,65.7,0,64.6,0,63.4v-49c0-2.3,2.4-3.8,4.4-2.8l84.1,39.2c1.1,0.5,1.8,1.6,1.8,2.8v49
- C90.3,104.9,88,106.4,85.9,105.4z"/>
- <g>
- <path class="st2"
d="M88.8,52.3L0,93.7l0,20.2c0,2.3,2.4,3.8,4.4,2.8l84.1-39.2c1.1-0.5,1.8-1.6,1.8-2.8V53.6
-
c0-0.7-0.2-1.3-0.5-1.8l0,0l0,0c0,0,0,0,0,0l0,0c-0.2-0.4-0.6-0.6-1-0.9c0.2,0.2,0.3,0.4,0.3,0.7C89.1,51.9,89,52.1,88.8,52.3z"/>
- </g>
- <g>
- <path class="st3"
d="M1.6,64.7l88.8-41.4V3.1c0-2.3-2.4-3.8-4.4-2.8L1.8,39.5C0.7,40,0,41.1,0,42.3v21.1c0,0.7,0.2,1.3,0.5,1.8
-
l0,0c0,0,0,0,0,0c0,0,0,0,0,0l0,0c0.2,0.4,0.6,0.6,1,0.9c-0.2-0.2-0.3-0.4-0.3-0.7C1.2,65.1,1.3,64.9,1.6,64.7z"/>
- </g>
-</g>
-</svg>
diff --git a/images/MILAGRO_LOGO-url 2.svg b/images/MILAGRO_LOGO-url 2.svg
deleted file mode 100644
index 49100c7..0000000
--- a/images/MILAGRO_LOGO-url 2.svg
+++ /dev/null
@@ -1,187 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version:
6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- width="581.8px" height="174px" viewBox="0 0 581.8 174"
enable-background="new 0 0 581.8 174" xml:space="preserve">
-<g>
- <path fill="#3E454C"
d="M179.1,95h-6.9L148,34.1V95h-9.9V22.9h15.7l21.9,56.3L198,22.9h15.7V95h-9.9V34.1L179.1,95z"/>
- <path fill="#3E454C" d="M230.6,95V22.9h9.9V95H230.6z"/>
- <path fill="#3E454C" d="M257.5,95V22.9h9.9v63.2h31.301V95H257.5z"/>
- <path fill="#3E454C"
d="M354,95L348.3,79.7h-30.7L312.1,95h-10.8l27.9-72.1h8.699L365.4,95H354z
M321,70.8h24.201L333.1,37.9H333
- L321,70.8z"/>
- <path fill="#3E454C"
d="M408.6,63.9V55h28.2v27.4c-6.9,8.8-17.7,13.8-29.6,13.8c-22,0-38.701-14.9-38.701-37.3
-
c0-21.3,17.4-37.3,38.701-37.3c11.1,0,21,4.9,27.898,12.8l-7,5.8c-5-5.7-12.699-9.7-20.898-9.7C391,30.5,379,42.5,379,58.9
-
c0,17.5,11.701,28.4,28.201,28.4c7.6,0,14.6-2.7,19.699-7.5v-16h-18.3V63.9z"/>
- <path fill="#3E454C"
d="M491.201,95l-21.602-30.5h-7.398V95h-9.9V22.9h21.4c11,0,24.6,5.8,24.6,20.7c0,12.3-8.801,18.4-17.6,20.3
- L503.599,95H491.201z
M473.201,31.8h-11v23.9h9c9.6,0,16.699-3.5,16.699-11.7C487.8,36.6,481.9,31.8,473.201,31.8z"/>
- <path fill="#3E454C"
d="M544.8,96.2c-21,0-37.1-16.7-37.1-37.3s16.1-37.3,37.1-37.3s37.1,16.7,37.1,37.3
- C581.8,79.5,565.8,96.2,544.8,96.2z
M544.8,30.5c-15.301,0-26.6,12.5-26.6,28.4s11.199,28.4,26.6,28.4s26.6-12.5,26.6-28.4
- S560.099,30.5,544.8,30.5z"/>
-</g>
-<g>
- <path fill="#C2FF17"
d="M85.9,105.4L1.8,66.2C0.7,65.7,0,64.6,0,63.4v-49c0-2.3,2.4-3.8,4.4-2.8l84.1,39.2c1.1,0.5,1.8,1.6,1.8,2.8
- v49C90.3,104.9,88,106.4,85.9,105.4z"/>
- <g>
- <path fill="#31BCA4"
d="M88.8,52.3L0,93.7v20.2c0,2.3,2.4,3.8,4.4,2.8l84.1-39.2c1.1-0.5,1.8-1.6,1.8-2.8V53.6
-
c0-0.7-0.2-1.3-0.5-1.8l0,0l0,0l0,0l0,0c-0.2-0.4-0.6-0.6-1-0.9c0.2,0.2,0.3,0.4,0.3,0.7C89.1,51.9,89,52.1,88.8,52.3z"/>
- </g>
- <g>
- <path fill="#40D37B"
d="M1.6,64.7l88.8-41.4V3.1c0-2.3-2.4-3.8-4.4-2.8L1.8,39.5C0.7,40,0,41.1,0,42.3V63.4
-
c0,0.699,0.2,1.3,0.5,1.8l0,0l0,0l0,0l0,0c0.2,0.399,0.6,0.6,1,0.899C1.3,65.9,1.2,65.7,1.2,65.4C1.2,65.1,1.3,64.9,1.6,64.7z"/>
- </g>
-</g>
-<g>
- <path fill="#3E454C"
d="M32.354,160.64v-13.578c0-1.662-0.355-2.91-1.066-3.741c-0.711-0.832-1.815-1.247-3.313-1.247
-
c-1.968,0-3.421,0.564-4.361,1.694s-1.409,2.869-1.409,5.218v11.654h-3.161v-13.578c0-1.662-0.355-2.91-1.066-3.741
-
c-0.711-0.832-1.822-1.247-3.333-1.247c-1.98,0-3.431,0.593-4.351,1.78c-0.921,1.187-1.381,3.132-1.381,5.837v10.949H5.751v-20.871
-
h2.571l0.514,2.856h0.152c0.597-1.016,1.438-1.81,2.523-2.38c1.085-0.572,2.301-0.857,3.646-0.857c3.263,0,5.396,1.181,6.398,3.542
-
h0.152c0.622-1.092,1.523-1.955,2.704-2.59s2.526-0.952,4.037-0.952c2.361,0,4.129,0.606,5.304,1.818
- c1.174,1.213,1.761,3.152,1.761,5.818v13.615H32.354z"/>
- <path fill="#3E454C"
d="M43.166,134.112c0-0.723,0.178-1.253,0.533-1.59c0.355-0.336,0.8-0.504,1.333-0.504
-
c0.508,0,0.946,0.171,1.314,0.514s0.552,0.87,0.552,1.58c0,0.712-0.184,1.241-0.552,1.591c-0.368,0.349-0.806,0.523-1.314,0.523
-
c-0.533,0-0.978-0.175-1.333-0.523C43.343,135.354,43.166,134.824,43.166,134.112z
M46.593,160.64h-3.161v-20.871h3.161V160.64z"/>
- <path fill="#3E454C" d="M57.862,160.64h-3.161v-29.631h3.161V160.64z"/>
- <path fill="#3E454C"
d="M78.804,160.64l-0.628-2.971h-0.152c-1.041,1.308-2.079,2.193-3.114,2.656
-
c-1.035,0.464-2.326,0.695-3.875,0.695c-2.069,0-3.691-0.533-4.865-1.6c-1.175-1.066-1.762-2.583-1.762-4.551
-
c0-4.215,3.371-6.424,10.112-6.627l3.542-0.115v-1.295c0-1.637-0.352-2.847-1.057-3.627c-0.704-0.781-1.831-1.172-3.38-1.172
-
c-1.739,0-3.707,0.533-5.903,1.6l-0.971-2.418c1.028-0.559,2.155-0.996,3.38-1.314c1.225-0.316,2.453-0.476,3.685-0.476
-
c2.488,0,4.332,0.552,5.532,1.657c1.199,1.104,1.799,2.875,1.799,5.312v14.244H78.804z
M71.663,158.411
-
c1.968,0,3.513-0.539,4.637-1.618c1.123-1.079,1.685-2.59,1.685-4.532v-1.885l-3.161,0.133c-2.514,0.089-4.326,0.479-5.437,1.171
-
c-1.111,0.692-1.666,1.769-1.666,3.228c0,1.143,0.346,2.013,1.038,2.609C69.45,158.113,70.418,158.411,71.663,158.411z"/>
- <path fill="#3E454C"
d="M106.145,139.769v2l-3.866,0.457c0.355,0.444,0.673,1.024,0.952,1.742c0.279,0.717,0.419,1.526,0.419,2.428
-
c0,2.044-0.698,3.676-2.095,4.895s-3.313,1.828-5.751,1.828c-0.622,0-1.206-0.051-1.752-0.152
-
c-1.346,0.711-2.019,1.605-2.019,2.685c0,0.571,0.235,0.993,0.705,1.267c0.47,0.272,1.276,0.409,2.418,0.409h3.694
-
c2.26,0,3.996,0.476,5.208,1.429c1.212,0.951,1.819,2.335,1.819,4.15c0,2.311-0.927,4.072-2.78,5.285
-
c-1.854,1.212-4.558,1.818-8.112,1.818c-2.729,0-4.834-0.508-6.313-1.523s-2.218-2.45-2.218-4.304c0-1.27,0.406-2.368,1.219-3.294
-
c0.812-0.927,1.955-1.556,3.428-1.886c-0.533-0.241-0.981-0.615-1.342-1.124c-0.362-0.507-0.543-1.098-0.543-1.771
-
c0-0.762,0.203-1.429,0.609-1.999c0.406-0.572,1.047-1.124,1.923-1.657c-1.079-0.444-1.958-1.2-2.637-2.267
-
c-0.68-1.066-1.019-2.285-1.019-3.656c0-2.285,0.686-4.046,2.057-5.284c1.371-1.237,3.313-1.856,5.827-1.856
- c1.092,0,2.076,0.127,2.952,0.381H106.145z
M89.501,164.144c0,1.13,0.476,1.986,1.428,2.57s2.317,0.877,4.094,0.877
-
c2.653,0,4.618-0.397,5.894-1.19c1.275-0.794,1.914-1.87,1.914-3.228c0-1.131-0.349-1.914-1.047-2.353
-
c-0.698-0.438-2.012-0.657-3.942-0.657h-3.79c-1.435,0-2.552,0.344-3.352,1.029S89.501,162.861,89.501,164.144z
M91.215,146.452
-
c0,1.461,0.413,2.565,1.238,3.314s1.974,1.123,3.447,1.123c3.085,0,4.627-1.498,4.627-4.494c0-3.136-1.562-4.703-4.685-4.703
-
c-1.485,0-2.628,0.399-3.428,1.199S91.215,144.879,91.215,146.452z"/>
- <path fill="#3E454C"
d="M121.354,139.388c0.927,0,1.758,0.076,2.495,0.229l-0.438,2.933c-0.863-0.19-1.625-0.286-2.285-0.286
-
c-1.688,0-3.133,0.686-4.332,2.057c-1.2,1.371-1.8,3.079-1.8,5.123v11.197h-3.161v-20.871h2.609l0.362,3.865h0.152
-
c0.774-1.357,1.708-2.405,2.799-3.142S120.047,139.388,121.354,139.388z"/>
- <path fill="#3E454C"
d="M147.171,150.185c0,3.403-0.857,6.06-2.571,7.97c-1.714,1.911-4.082,2.866-7.103,2.866
-
c-1.866,0-3.523-0.438-4.97-1.314c-1.447-0.875-2.564-2.133-3.352-3.77c-0.787-1.639-1.181-3.555-1.181-5.752
-
c0-3.401,0.851-6.052,2.552-7.95c1.701-1.897,4.062-2.847,7.084-2.847c2.92,0,5.24,0.971,6.96,2.914
- C146.311,144.243,147.171,146.872,147.171,150.185z
M131.271,150.185c0,2.666,0.533,4.698,1.6,6.094
-
c1.066,1.397,2.634,2.096,4.704,2.096s3.64-0.695,4.713-2.086c1.073-1.39,1.609-3.424,1.609-6.104c0-2.652-0.537-4.668-1.609-6.046
-
c-1.073-1.377-2.656-2.065-4.751-2.065c-2.069,0-3.631,0.679-4.685,2.037S131.271,147.494,131.271,150.185z"/>
- <path fill="#3E454C"
d="M153.66,158.621c0-0.851,0.193-1.495,0.581-1.933c0.387-0.438,0.942-0.657,1.666-0.657
-
c0.736,0,1.311,0.219,1.724,0.657c0.412,0.438,0.619,1.082,0.619,1.933c0,0.825-0.209,1.46-0.628,1.904s-0.99,0.667-1.714,0.667
-
c-0.647,0-1.184-0.2-1.609-0.601C153.873,160.192,153.66,159.535,153.66,158.621z"/>
- <path fill="#3E454C"
d="M165.633,134.112c0-0.723,0.178-1.253,0.533-1.59c0.355-0.336,0.8-0.504,1.333-0.504
-
c0.508,0,0.946,0.171,1.314,0.514s0.552,0.87,0.552,1.58c0,0.712-0.184,1.241-0.552,1.591c-0.368,0.349-0.806,0.523-1.314,0.523
-
c-0.533,0-0.978-0.175-1.333-0.523C165.811,135.354,165.633,134.824,165.633,134.112z
M169.061,160.64h-3.161v-20.871h3.161V160.64
- z"/>
- <path fill="#3E454C"
d="M191.45,160.64v-13.502c0-1.7-0.387-2.971-1.162-3.809s-1.987-1.256-3.637-1.256
-
c-2.184,0-3.783,0.59-4.799,1.771s-1.523,3.13-1.523,5.847v10.949h-3.161v-20.871h2.571l0.514,2.856h0.152
-
c0.647-1.028,1.555-1.825,2.723-2.39c1.168-0.565,2.469-0.848,3.904-0.848c2.514,0,4.405,0.606,5.675,1.818
- c1.27,1.213,1.904,3.152,1.904,5.818v13.615H191.45z"/>
- <path fill="#3E454C"
d="M210.85,161.021c-3.021,0-5.36-0.93-7.018-2.79c-1.656-1.859-2.485-4.49-2.485-7.894
-
c0-3.49,0.841-6.188,2.523-8.093s4.079-2.856,7.189-2.856c1.003,0,2.006,0.108,3.009,0.324s1.79,0.47,2.361,0.762l-0.971,2.685
-
c-0.698-0.279-1.46-0.511-2.285-0.695c-0.825-0.184-1.555-0.276-2.19-0.276c-4.24,0-6.36,2.705-6.36,8.113
-
c0,2.564,0.517,4.531,1.552,5.902c1.034,1.371,2.567,2.057,4.599,2.057c1.739,0,3.523-0.374,5.351-1.123v2.799
- C214.728,160.659,212.97,161.021,210.85,161.021z"/>
- <path fill="#3E454C"
d="M225.45,139.769v13.539c0,1.702,0.387,2.971,1.162,3.809s1.987,1.258,3.637,1.258
-
c2.184,0,3.78-0.597,4.789-1.791c1.01-1.192,1.514-3.142,1.514-5.846v-10.969h3.161v20.871h-2.609l-0.457-2.799h-0.171
-
c-0.647,1.027-1.546,1.815-2.695,2.361c-1.149,0.545-2.459,0.818-3.932,0.818c-2.539,0-4.44-0.603-5.704-1.809
- s-1.895-3.136-1.895-5.789v-13.654H225.45z"/>
- <path fill="#3E454C"
d="M257.533,139.426c2.742,0,4.872,0.937,6.389,2.809c1.517,1.873,2.276,4.522,2.276,7.95
-
s-0.765,6.091-2.294,7.989c-1.53,1.897-3.653,2.847-6.37,2.847c-1.358,0-2.6-0.251-3.723-0.752
-
c-1.124-0.502-2.066-1.272-2.828-2.314h-0.229l-0.667,2.686h-2.266v-29.631h3.161v7.198c0,1.612-0.051,3.06-0.152,4.342h0.152
- C252.455,140.467,254.638,139.426,257.533,139.426z
M257.076,142.073c-2.158,0-3.713,0.618-4.666,1.856
-
c-0.952,1.237-1.428,3.323-1.428,6.255c0,2.934,0.489,5.031,1.466,6.294c0.978,1.264,2.545,1.896,4.704,1.896
-
c1.942,0,3.39-0.708,4.342-2.124c0.952-1.415,1.428-3.449,1.428-6.103c0-2.717-0.476-4.742-1.428-6.075
- S259.069,142.073,257.076,142.073z"/>
- <path fill="#3E454C"
d="M285.958,160.64l-0.628-2.971h-0.152c-1.041,1.308-2.079,2.193-3.114,2.656
-
c-1.035,0.464-2.326,0.695-3.875,0.695c-2.069,0-3.691-0.533-4.865-1.6c-1.175-1.066-1.762-2.583-1.762-4.551
-
c0-4.215,3.371-6.424,10.112-6.627l3.542-0.115v-1.295c0-1.637-0.352-2.847-1.057-3.627c-0.704-0.781-1.831-1.172-3.38-1.172
-
c-1.739,0-3.707,0.533-5.903,1.6l-0.971-2.418c1.028-0.559,2.155-0.996,3.38-1.314c1.225-0.316,2.453-0.476,3.685-0.476
-
c2.488,0,4.332,0.552,5.532,1.657c1.199,1.104,1.799,2.875,1.799,5.312v14.244H285.958z
M278.817,158.411
-
c1.968,0,3.513-0.539,4.637-1.618c1.123-1.079,1.685-2.59,1.685-4.532v-1.885l-3.161,0.133c-2.514,0.089-4.326,0.479-5.437,1.171
-
c-1.111,0.692-1.666,1.769-1.666,3.228c0,1.143,0.346,2.013,1.038,2.609C276.605,158.113,277.573,158.411,278.817,158.411z"/>
- <path fill="#3E454C"
d="M302.958,158.411c0.559,0,1.098-0.041,1.618-0.123c0.521-0.083,0.934-0.168,1.238-0.258v2.419
-
c-0.343,0.165-0.848,0.302-1.514,0.409c-0.667,0.108-1.267,0.162-1.8,0.162c-4.037,0-6.056-2.126-6.056-6.379v-12.416h-2.99v-1.523
-
l2.99-1.314l1.333-4.456h1.828v4.837h6.056v2.457h-6.056v12.282c0,1.257,0.298,2.222,0.896,2.895
- C301.098,158.075,301.917,158.411,302.958,158.411z"/>
- <path fill="#3E454C"
d="M329.404,150.185c0,3.403-0.856,6.06-2.571,7.97c-1.713,1.911-4.081,2.866-7.103,2.866
-
c-1.866,0-3.522-0.438-4.97-1.314c-1.447-0.875-2.565-2.133-3.352-3.77c-0.788-1.639-1.182-3.555-1.182-5.752
-
c0-3.401,0.851-6.052,2.553-7.95c1.7-1.897,4.062-2.847,7.084-2.847c2.919,0,5.239,0.971,6.96,2.914
- C328.543,144.243,329.404,146.872,329.404,150.185z
M313.502,150.185c0,2.666,0.533,4.698,1.6,6.094
-
c1.066,1.397,2.635,2.096,4.704,2.096s3.641-0.695,4.713-2.086c1.073-1.39,1.609-3.424,1.609-6.104
-
c0-2.652-0.536-4.668-1.609-6.046c-1.072-1.377-2.656-2.065-4.751-2.065c-2.069,0-3.631,0.679-4.685,2.037
- S313.502,147.494,313.502,150.185z"/>
- <path fill="#3E454C"
d="M345.872,139.388c0.927,0,1.758,0.076,2.494,0.229l-0.438,2.933c-0.863-0.19-1.625-0.286-2.285-0.286
-
c-1.688,0-3.133,0.686-4.332,2.057c-1.2,1.371-1.8,3.079-1.8,5.123v11.197h-3.161v-20.871h2.609l0.361,3.865h0.152
-
c0.774-1.357,1.707-2.405,2.799-3.142S344.564,139.388,345.872,139.388z"/>
- <path fill="#3E454C"
d="M353.217,158.621c0-0.851,0.193-1.495,0.581-1.933c0.387-0.438,0.942-0.657,1.666-0.657
-
c0.736,0,1.311,0.219,1.724,0.657c0.412,0.438,0.619,1.082,0.619,1.933c0,0.825-0.21,1.46-0.629,1.904s-0.99,0.667-1.714,0.667
-
c-0.647,0-1.184-0.2-1.609-0.601C353.43,160.192,353.217,159.535,353.217,158.621z"/>
- <path fill="#3E454C"
d="M378.292,160.64l-0.628-2.971h-0.152c-1.042,1.308-2.079,2.193-3.114,2.656
-
c-1.034,0.464-2.326,0.695-3.875,0.695c-2.069,0-3.691-0.533-4.865-1.6c-1.175-1.066-1.762-2.583-1.762-4.551
-
c0-4.215,3.37-6.424,10.112-6.627l3.541-0.115v-1.295c0-1.637-0.352-2.847-1.057-3.627c-0.704-0.781-1.831-1.172-3.38-1.172
-
c-1.739,0-3.707,0.533-5.903,1.6l-0.971-2.418c1.027-0.559,2.154-0.996,3.38-1.314c1.225-0.316,2.453-0.476,3.685-0.476
-
c2.488,0,4.332,0.552,5.532,1.657c1.199,1.104,1.8,2.875,1.8,5.312v14.244H378.292z
M371.151,158.411
-
c1.968,0,3.514-0.539,4.638-1.618c1.123-1.079,1.685-2.59,1.685-4.532v-1.885l-3.16,0.133c-2.514,0.089-4.326,0.479-5.438,1.171
-
c-1.11,0.692-1.666,1.769-1.666,3.228c0,1.143,0.346,2.013,1.038,2.609C368.939,158.113,369.907,158.411,371.151,158.411z"/>
- <path fill="#3E454C"
d="M398.262,161.021c-1.358,0-2.6-0.251-3.723-0.752c-1.124-0.502-2.066-1.272-2.828-2.314h-0.229
-
c0.152,1.219,0.229,2.375,0.229,3.467v8.588h-3.161v-30.24h2.57l0.438,2.856h0.152c0.812-1.143,1.758-1.968,2.837-2.476
-
s2.317-0.762,3.714-0.762c2.768,0,4.903,0.946,6.408,2.838c1.504,1.892,2.257,4.545,2.257,7.959c0,3.428-0.766,6.091-2.295,7.989
- C403.102,160.071,400.979,161.021,398.262,161.021z
M397.805,142.073c-2.133,0-3.675,0.59-4.628,1.771
-
c-0.951,1.181-1.44,3.06-1.466,5.637v0.704c0,2.934,0.488,5.031,1.466,6.294c0.978,1.264,2.546,1.896,4.704,1.896
-
c1.803,0,3.215-0.73,4.237-2.19c1.021-1.46,1.533-3.472,1.533-6.036c0-2.603-0.512-4.6-1.533-5.989
- C401.096,142.768,399.659,142.073,397.805,142.073z"/>
- <path fill="#3E454C"
d="M426.688,160.64l-0.628-2.971h-0.152c-1.042,1.308-2.079,2.193-3.114,2.656
-
c-1.034,0.464-2.326,0.695-3.875,0.695c-2.069,0-3.691-0.533-4.865-1.6c-1.175-1.066-1.762-2.583-1.762-4.551
-
c0-4.215,3.37-6.424,10.112-6.627l3.541-0.115v-1.295c0-1.637-0.352-2.847-1.057-3.627c-0.704-0.781-1.831-1.172-3.38-1.172
-
c-1.739,0-3.707,0.533-5.903,1.6l-0.971-2.418c1.027-0.559,2.154-0.996,3.38-1.314c1.225-0.316,2.453-0.476,3.685-0.476
-
c2.488,0,4.332,0.552,5.532,1.657c1.199,1.104,1.8,2.875,1.8,5.312v14.244H426.688z
M419.546,158.411
-
c1.968,0,3.514-0.539,4.638-1.618c1.123-1.079,1.685-2.59,1.685-4.532v-1.885l-3.16,0.133c-2.514,0.089-4.326,0.479-5.438,1.171
-
c-1.11,0.692-1.666,1.769-1.666,3.228c0,1.143,0.346,2.013,1.038,2.609C417.334,158.113,418.302,158.411,419.546,158.411z"/>
- <path fill="#3E454C"
d="M445.288,161.021c-3.021,0-5.36-0.93-7.018-2.79c-1.656-1.859-2.485-4.49-2.485-7.894
-
c0-3.49,0.842-6.188,2.523-8.093c1.683-1.904,4.078-2.856,7.189-2.856c1.002,0,2.005,0.108,3.008,0.324s1.791,0.47,2.361,0.762
-
l-0.971,2.685c-0.698-0.279-1.46-0.511-2.285-0.695c-0.825-0.184-1.556-0.276-2.189-0.276c-4.241,0-6.361,2.705-6.361,8.113
-
c0,2.564,0.518,4.531,1.553,5.902c1.034,1.371,2.567,2.057,4.599,2.057c1.739,0,3.522-0.374,5.351-1.123v2.799
- C449.166,160.659,447.408,161.021,445.288,161.021z"/>
- <path fill="#3E454C"
d="M471.199,160.64v-13.502c0-1.7-0.388-2.971-1.161-3.809c-0.775-0.838-1.987-1.256-3.638-1.256
-
c-2.196,0-3.799,0.597-4.809,1.789c-1.009,1.194-1.514,3.149-1.514,5.865v10.912h-3.161v-29.631h3.161v8.969
-
c0,1.08-0.051,1.975-0.152,2.686h0.19c0.622-1.003,1.508-1.793,2.656-2.371c1.149-0.577,2.46-0.866,3.933-0.866
-
c2.552,0,4.466,0.606,5.741,1.818c1.276,1.213,1.914,3.14,1.914,5.78v13.615H471.199z"/>
- <path fill="#3E454C"
d="M491.075,161.021c-3.084,0-5.519-0.939-7.303-2.818c-1.783-1.879-2.676-4.487-2.676-7.826
-
c0-3.364,0.829-6.037,2.485-8.018c1.657-1.98,3.882-2.971,6.675-2.971c2.615,0,4.685,0.86,6.208,2.58
-
c1.523,1.721,2.285,3.99,2.285,6.809v1.999h-14.378c0.063,2.45,0.683,4.311,1.857,5.579c1.174,1.271,2.828,1.904,4.961,1.904
-
c2.246,0,4.468-0.469,6.664-1.408v2.818c-1.117,0.482-2.174,0.828-3.17,1.037C493.687,160.916,492.485,161.021,491.075,161.021z
-
M490.218,142.034c-1.676,0-3.012,0.547-4.009,1.639c-0.996,1.092-1.584,2.603-1.762,4.531h10.912c0-1.992-0.444-3.52-1.333-4.579
- C493.138,142.564,491.869,142.034,490.218,142.034z"/>
- <path fill="#3E454C"
d="M505.086,158.621c0-0.851,0.193-1.495,0.581-1.933c0.387-0.438,0.942-0.657,1.666-0.657
-
c0.736,0,1.311,0.219,1.724,0.657c0.412,0.438,0.619,1.082,0.619,1.933c0,0.825-0.21,1.46-0.629,1.904s-0.99,0.667-1.714,0.667
-
c-0.647,0-1.184-0.2-1.609-0.601C505.299,160.192,505.086,159.535,505.086,158.621z"/>
- <path fill="#3E454C"
d="M535.34,150.185c0,3.403-0.856,6.06-2.571,7.97c-1.713,1.911-4.081,2.866-7.103,2.866
-
c-1.866,0-3.522-0.438-4.97-1.314c-1.447-0.875-2.565-2.133-3.352-3.77c-0.788-1.639-1.182-3.555-1.182-5.752
-
c0-3.401,0.851-6.052,2.553-7.95c1.7-1.897,4.062-2.847,7.084-2.847c2.919,0,5.239,0.971,6.96,2.914
- C534.48,144.243,535.34,146.872,535.34,150.185z
M519.439,150.185c0,2.666,0.533,4.698,1.6,6.094
-
c1.066,1.397,2.635,2.096,4.704,2.096s3.641-0.695,4.713-2.086c1.073-1.39,1.609-3.424,1.609-6.104
-
c0-2.652-0.536-4.668-1.609-6.046c-1.072-1.377-2.656-2.065-4.751-2.065c-2.069,0-3.631,0.679-4.685,2.037
- S519.439,147.494,519.439,150.185z"/>
- <path fill="#3E454C"
d="M551.808,139.388c0.927,0,1.758,0.076,2.494,0.229l-0.438,2.933c-0.863-0.19-1.625-0.286-2.285-0.286
-
c-1.688,0-3.133,0.686-4.332,2.057c-1.2,1.371-1.8,3.079-1.8,5.123v11.197h-3.161v-20.871h2.609l0.361,3.865h0.152
-
c0.774-1.357,1.707-2.405,2.799-3.142S550.5,139.388,551.808,139.388z"/>
- <path fill="#3E454C"
d="M576.693,139.769v2l-3.866,0.457c0.355,0.444,0.673,1.024,0.952,1.742c0.279,0.717,0.419,1.526,0.419,2.428
-
c0,2.044-0.698,3.676-2.095,4.895s-3.313,1.828-5.751,1.828c-0.622,0-1.206-0.051-1.752-0.152
-
c-1.346,0.711-2.019,1.605-2.019,2.685c0,0.571,0.234,0.993,0.705,1.267c0.469,0.272,1.275,0.409,2.418,0.409h3.694
-
c2.26,0,3.996,0.476,5.208,1.429c1.213,0.951,1.818,2.335,1.818,4.15c0,2.311-0.927,4.072-2.779,5.285
-
c-1.854,1.212-4.559,1.818-8.113,1.818c-2.729,0-4.833-0.508-6.312-1.523c-1.479-1.016-2.219-2.45-2.219-4.304
-
c0-1.27,0.406-2.368,1.219-3.294c0.812-0.927,1.955-1.556,3.428-1.886c-0.533-0.241-0.98-0.615-1.342-1.124
-
c-0.362-0.507-0.543-1.098-0.543-1.771c0-0.762,0.203-1.429,0.609-1.999c0.406-0.572,1.047-1.124,1.924-1.657
-
c-1.08-0.444-1.959-1.2-2.638-2.267c-0.68-1.066-1.019-2.285-1.019-3.656c0-2.285,0.686-4.046,2.057-5.284
-
c1.371-1.237,3.312-1.856,5.826-1.856c1.092,0,2.076,0.127,2.952,0.381H576.693z
M560.048,164.144c0,1.13,0.477,1.986,1.429,2.57
-
s2.316,0.877,4.095,0.877c2.652,0,4.617-0.397,5.894-1.19c1.275-0.794,1.913-1.87,1.913-3.228c0-1.131-0.349-1.914-1.047-2.353
-
c-0.698-0.438-2.013-0.657-3.941-0.657h-3.79c-1.435,0-2.552,0.344-3.352,1.029S560.048,162.861,560.048,164.144z
M561.763,146.452
-
c0,1.461,0.412,2.565,1.237,3.314s1.974,1.123,3.446,1.123c3.086,0,4.628-1.498,4.628-4.494c0-3.136-1.562-4.703-4.685-4.703
-
c-1.485,0-2.628,0.399-3.428,1.199S561.763,144.879,561.763,146.452z"/>
-</g>
-</svg>
diff --git a/images/MILAGRO_LOGO-url.jpg b/images/MILAGRO_LOGO-url.jpg
deleted file mode 100644
index 28750a7..0000000
Binary files a/images/MILAGRO_LOGO-url.jpg and /dev/null differ
diff --git a/images/MILAGRO_LOGO-url.png b/images/MILAGRO_LOGO-url.png
deleted file mode 100644
index 2ad6ad3..0000000
Binary files a/images/MILAGRO_LOGO-url.png and /dev/null differ
diff --git a/images/MILAGRO_LOGO-url.svg b/images/MILAGRO_LOGO-url.svg
deleted file mode 100644
index 49100c7..0000000
--- a/images/MILAGRO_LOGO-url.svg
+++ /dev/null
@@ -1,187 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version:
6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- width="581.8px" height="174px" viewBox="0 0 581.8 174"
enable-background="new 0 0 581.8 174" xml:space="preserve">
-<g>
- <path fill="#3E454C"
d="M179.1,95h-6.9L148,34.1V95h-9.9V22.9h15.7l21.9,56.3L198,22.9h15.7V95h-9.9V34.1L179.1,95z"/>
- <path fill="#3E454C" d="M230.6,95V22.9h9.9V95H230.6z"/>
- <path fill="#3E454C" d="M257.5,95V22.9h9.9v63.2h31.301V95H257.5z"/>
- <path fill="#3E454C"
d="M354,95L348.3,79.7h-30.7L312.1,95h-10.8l27.9-72.1h8.699L365.4,95H354z
M321,70.8h24.201L333.1,37.9H333
- L321,70.8z"/>
- <path fill="#3E454C"
d="M408.6,63.9V55h28.2v27.4c-6.9,8.8-17.7,13.8-29.6,13.8c-22,0-38.701-14.9-38.701-37.3
-
c0-21.3,17.4-37.3,38.701-37.3c11.1,0,21,4.9,27.898,12.8l-7,5.8c-5-5.7-12.699-9.7-20.898-9.7C391,30.5,379,42.5,379,58.9
-
c0,17.5,11.701,28.4,28.201,28.4c7.6,0,14.6-2.7,19.699-7.5v-16h-18.3V63.9z"/>
- <path fill="#3E454C"
d="M491.201,95l-21.602-30.5h-7.398V95h-9.9V22.9h21.4c11,0,24.6,5.8,24.6,20.7c0,12.3-8.801,18.4-17.6,20.3
- L503.599,95H491.201z
M473.201,31.8h-11v23.9h9c9.6,0,16.699-3.5,16.699-11.7C487.8,36.6,481.9,31.8,473.201,31.8z"/>
- <path fill="#3E454C"
d="M544.8,96.2c-21,0-37.1-16.7-37.1-37.3s16.1-37.3,37.1-37.3s37.1,16.7,37.1,37.3
- C581.8,79.5,565.8,96.2,544.8,96.2z
M544.8,30.5c-15.301,0-26.6,12.5-26.6,28.4s11.199,28.4,26.6,28.4s26.6-12.5,26.6-28.4
- S560.099,30.5,544.8,30.5z"/>
-</g>
-<g>
- <path fill="#C2FF17"
d="M85.9,105.4L1.8,66.2C0.7,65.7,0,64.6,0,63.4v-49c0-2.3,2.4-3.8,4.4-2.8l84.1,39.2c1.1,0.5,1.8,1.6,1.8,2.8
- v49C90.3,104.9,88,106.4,85.9,105.4z"/>
- <g>
- <path fill="#31BCA4"
d="M88.8,52.3L0,93.7v20.2c0,2.3,2.4,3.8,4.4,2.8l84.1-39.2c1.1-0.5,1.8-1.6,1.8-2.8V53.6
-
c0-0.7-0.2-1.3-0.5-1.8l0,0l0,0l0,0l0,0c-0.2-0.4-0.6-0.6-1-0.9c0.2,0.2,0.3,0.4,0.3,0.7C89.1,51.9,89,52.1,88.8,52.3z"/>
- </g>
- <g>
- <path fill="#40D37B"
d="M1.6,64.7l88.8-41.4V3.1c0-2.3-2.4-3.8-4.4-2.8L1.8,39.5C0.7,40,0,41.1,0,42.3V63.4
-
c0,0.699,0.2,1.3,0.5,1.8l0,0l0,0l0,0l0,0c0.2,0.399,0.6,0.6,1,0.899C1.3,65.9,1.2,65.7,1.2,65.4C1.2,65.1,1.3,64.9,1.6,64.7z"/>
- </g>
-</g>
-<g>
- <path fill="#3E454C"
d="M32.354,160.64v-13.578c0-1.662-0.355-2.91-1.066-3.741c-0.711-0.832-1.815-1.247-3.313-1.247
-
c-1.968,0-3.421,0.564-4.361,1.694s-1.409,2.869-1.409,5.218v11.654h-3.161v-13.578c0-1.662-0.355-2.91-1.066-3.741
-
c-0.711-0.832-1.822-1.247-3.333-1.247c-1.98,0-3.431,0.593-4.351,1.78c-0.921,1.187-1.381,3.132-1.381,5.837v10.949H5.751v-20.871
-
h2.571l0.514,2.856h0.152c0.597-1.016,1.438-1.81,2.523-2.38c1.085-0.572,2.301-0.857,3.646-0.857c3.263,0,5.396,1.181,6.398,3.542
-
h0.152c0.622-1.092,1.523-1.955,2.704-2.59s2.526-0.952,4.037-0.952c2.361,0,4.129,0.606,5.304,1.818
- c1.174,1.213,1.761,3.152,1.761,5.818v13.615H32.354z"/>
- <path fill="#3E454C"
d="M43.166,134.112c0-0.723,0.178-1.253,0.533-1.59c0.355-0.336,0.8-0.504,1.333-0.504
-
c0.508,0,0.946,0.171,1.314,0.514s0.552,0.87,0.552,1.58c0,0.712-0.184,1.241-0.552,1.591c-0.368,0.349-0.806,0.523-1.314,0.523
-
c-0.533,0-0.978-0.175-1.333-0.523C43.343,135.354,43.166,134.824,43.166,134.112z
M46.593,160.64h-3.161v-20.871h3.161V160.64z"/>
- <path fill="#3E454C" d="M57.862,160.64h-3.161v-29.631h3.161V160.64z"/>
- <path fill="#3E454C"
d="M78.804,160.64l-0.628-2.971h-0.152c-1.041,1.308-2.079,2.193-3.114,2.656
-
c-1.035,0.464-2.326,0.695-3.875,0.695c-2.069,0-3.691-0.533-4.865-1.6c-1.175-1.066-1.762-2.583-1.762-4.551
-
c0-4.215,3.371-6.424,10.112-6.627l3.542-0.115v-1.295c0-1.637-0.352-2.847-1.057-3.627c-0.704-0.781-1.831-1.172-3.38-1.172
-
c-1.739,0-3.707,0.533-5.903,1.6l-0.971-2.418c1.028-0.559,2.155-0.996,3.38-1.314c1.225-0.316,2.453-0.476,3.685-0.476
-
c2.488,0,4.332,0.552,5.532,1.657c1.199,1.104,1.799,2.875,1.799,5.312v14.244H78.804z
M71.663,158.411
-
c1.968,0,3.513-0.539,4.637-1.618c1.123-1.079,1.685-2.59,1.685-4.532v-1.885l-3.161,0.133c-2.514,0.089-4.326,0.479-5.437,1.171
-
c-1.111,0.692-1.666,1.769-1.666,3.228c0,1.143,0.346,2.013,1.038,2.609C69.45,158.113,70.418,158.411,71.663,158.411z"/>
- <path fill="#3E454C"
d="M106.145,139.769v2l-3.866,0.457c0.355,0.444,0.673,1.024,0.952,1.742c0.279,0.717,0.419,1.526,0.419,2.428
-
c0,2.044-0.698,3.676-2.095,4.895s-3.313,1.828-5.751,1.828c-0.622,0-1.206-0.051-1.752-0.152
-
c-1.346,0.711-2.019,1.605-2.019,2.685c0,0.571,0.235,0.993,0.705,1.267c0.47,0.272,1.276,0.409,2.418,0.409h3.694
-
c2.26,0,3.996,0.476,5.208,1.429c1.212,0.951,1.819,2.335,1.819,4.15c0,2.311-0.927,4.072-2.78,5.285
-
c-1.854,1.212-4.558,1.818-8.112,1.818c-2.729,0-4.834-0.508-6.313-1.523s-2.218-2.45-2.218-4.304c0-1.27,0.406-2.368,1.219-3.294
-
c0.812-0.927,1.955-1.556,3.428-1.886c-0.533-0.241-0.981-0.615-1.342-1.124c-0.362-0.507-0.543-1.098-0.543-1.771
-
c0-0.762,0.203-1.429,0.609-1.999c0.406-0.572,1.047-1.124,1.923-1.657c-1.079-0.444-1.958-1.2-2.637-2.267
-
c-0.68-1.066-1.019-2.285-1.019-3.656c0-2.285,0.686-4.046,2.057-5.284c1.371-1.237,3.313-1.856,5.827-1.856
- c1.092,0,2.076,0.127,2.952,0.381H106.145z
M89.501,164.144c0,1.13,0.476,1.986,1.428,2.57s2.317,0.877,4.094,0.877
-
c2.653,0,4.618-0.397,5.894-1.19c1.275-0.794,1.914-1.87,1.914-3.228c0-1.131-0.349-1.914-1.047-2.353
-
c-0.698-0.438-2.012-0.657-3.942-0.657h-3.79c-1.435,0-2.552,0.344-3.352,1.029S89.501,162.861,89.501,164.144z
M91.215,146.452
-
c0,1.461,0.413,2.565,1.238,3.314s1.974,1.123,3.447,1.123c3.085,0,4.627-1.498,4.627-4.494c0-3.136-1.562-4.703-4.685-4.703
-
c-1.485,0-2.628,0.399-3.428,1.199S91.215,144.879,91.215,146.452z"/>
- <path fill="#3E454C"
d="M121.354,139.388c0.927,0,1.758,0.076,2.495,0.229l-0.438,2.933c-0.863-0.19-1.625-0.286-2.285-0.286
-
c-1.688,0-3.133,0.686-4.332,2.057c-1.2,1.371-1.8,3.079-1.8,5.123v11.197h-3.161v-20.871h2.609l0.362,3.865h0.152
-
c0.774-1.357,1.708-2.405,2.799-3.142S120.047,139.388,121.354,139.388z"/>
- <path fill="#3E454C"
d="M147.171,150.185c0,3.403-0.857,6.06-2.571,7.97c-1.714,1.911-4.082,2.866-7.103,2.866
-
c-1.866,0-3.523-0.438-4.97-1.314c-1.447-0.875-2.564-2.133-3.352-3.77c-0.787-1.639-1.181-3.555-1.181-5.752
-
c0-3.401,0.851-6.052,2.552-7.95c1.701-1.897,4.062-2.847,7.084-2.847c2.92,0,5.24,0.971,6.96,2.914
- C146.311,144.243,147.171,146.872,147.171,150.185z
M131.271,150.185c0,2.666,0.533,4.698,1.6,6.094
-
c1.066,1.397,2.634,2.096,4.704,2.096s3.64-0.695,4.713-2.086c1.073-1.39,1.609-3.424,1.609-6.104c0-2.652-0.537-4.668-1.609-6.046
-
c-1.073-1.377-2.656-2.065-4.751-2.065c-2.069,0-3.631,0.679-4.685,2.037S131.271,147.494,131.271,150.185z"/>
- <path fill="#3E454C"
d="M153.66,158.621c0-0.851,0.193-1.495,0.581-1.933c0.387-0.438,0.942-0.657,1.666-0.657
-
c0.736,0,1.311,0.219,1.724,0.657c0.412,0.438,0.619,1.082,0.619,1.933c0,0.825-0.209,1.46-0.628,1.904s-0.99,0.667-1.714,0.667
-
c-0.647,0-1.184-0.2-1.609-0.601C153.873,160.192,153.66,159.535,153.66,158.621z"/>
- <path fill="#3E454C"
d="M165.633,134.112c0-0.723,0.178-1.253,0.533-1.59c0.355-0.336,0.8-0.504,1.333-0.504
-
c0.508,0,0.946,0.171,1.314,0.514s0.552,0.87,0.552,1.58c0,0.712-0.184,1.241-0.552,1.591c-0.368,0.349-0.806,0.523-1.314,0.523
-
c-0.533,0-0.978-0.175-1.333-0.523C165.811,135.354,165.633,134.824,165.633,134.112z
M169.061,160.64h-3.161v-20.871h3.161V160.64
- z"/>
- <path fill="#3E454C"
d="M191.45,160.64v-13.502c0-1.7-0.387-2.971-1.162-3.809s-1.987-1.256-3.637-1.256
-
c-2.184,0-3.783,0.59-4.799,1.771s-1.523,3.13-1.523,5.847v10.949h-3.161v-20.871h2.571l0.514,2.856h0.152
-
c0.647-1.028,1.555-1.825,2.723-2.39c1.168-0.565,2.469-0.848,3.904-0.848c2.514,0,4.405,0.606,5.675,1.818
- c1.27,1.213,1.904,3.152,1.904,5.818v13.615H191.45z"/>
- <path fill="#3E454C"
d="M210.85,161.021c-3.021,0-5.36-0.93-7.018-2.79c-1.656-1.859-2.485-4.49-2.485-7.894
-
c0-3.49,0.841-6.188,2.523-8.093s4.079-2.856,7.189-2.856c1.003,0,2.006,0.108,3.009,0.324s1.79,0.47,2.361,0.762l-0.971,2.685
-
c-0.698-0.279-1.46-0.511-2.285-0.695c-0.825-0.184-1.555-0.276-2.19-0.276c-4.24,0-6.36,2.705-6.36,8.113
-
c0,2.564,0.517,4.531,1.552,5.902c1.034,1.371,2.567,2.057,4.599,2.057c1.739,0,3.523-0.374,5.351-1.123v2.799
- C214.728,160.659,212.97,161.021,210.85,161.021z"/>
- <path fill="#3E454C"
d="M225.45,139.769v13.539c0,1.702,0.387,2.971,1.162,3.809s1.987,1.258,3.637,1.258
-
c2.184,0,3.78-0.597,4.789-1.791c1.01-1.192,1.514-3.142,1.514-5.846v-10.969h3.161v20.871h-2.609l-0.457-2.799h-0.171
-
c-0.647,1.027-1.546,1.815-2.695,2.361c-1.149,0.545-2.459,0.818-3.932,0.818c-2.539,0-4.44-0.603-5.704-1.809
- s-1.895-3.136-1.895-5.789v-13.654H225.45z"/>
- <path fill="#3E454C"
d="M257.533,139.426c2.742,0,4.872,0.937,6.389,2.809c1.517,1.873,2.276,4.522,2.276,7.95
-
s-0.765,6.091-2.294,7.989c-1.53,1.897-3.653,2.847-6.37,2.847c-1.358,0-2.6-0.251-3.723-0.752
-
c-1.124-0.502-2.066-1.272-2.828-2.314h-0.229l-0.667,2.686h-2.266v-29.631h3.161v7.198c0,1.612-0.051,3.06-0.152,4.342h0.152
- C252.455,140.467,254.638,139.426,257.533,139.426z
M257.076,142.073c-2.158,0-3.713,0.618-4.666,1.856
-
c-0.952,1.237-1.428,3.323-1.428,6.255c0,2.934,0.489,5.031,1.466,6.294c0.978,1.264,2.545,1.896,4.704,1.896
-
c1.942,0,3.39-0.708,4.342-2.124c0.952-1.415,1.428-3.449,1.428-6.103c0-2.717-0.476-4.742-1.428-6.075
- S259.069,142.073,257.076,142.073z"/>
- <path fill="#3E454C"
d="M285.958,160.64l-0.628-2.971h-0.152c-1.041,1.308-2.079,2.193-3.114,2.656
-
c-1.035,0.464-2.326,0.695-3.875,0.695c-2.069,0-3.691-0.533-4.865-1.6c-1.175-1.066-1.762-2.583-1.762-4.551
-
c0-4.215,3.371-6.424,10.112-6.627l3.542-0.115v-1.295c0-1.637-0.352-2.847-1.057-3.627c-0.704-0.781-1.831-1.172-3.38-1.172
-
c-1.739,0-3.707,0.533-5.903,1.6l-0.971-2.418c1.028-0.559,2.155-0.996,3.38-1.314c1.225-0.316,2.453-0.476,3.685-0.476
-
c2.488,0,4.332,0.552,5.532,1.657c1.199,1.104,1.799,2.875,1.799,5.312v14.244H285.958z
M278.817,158.411
-
c1.968,0,3.513-0.539,4.637-1.618c1.123-1.079,1.685-2.59,1.685-4.532v-1.885l-3.161,0.133c-2.514,0.089-4.326,0.479-5.437,1.171
-
c-1.111,0.692-1.666,1.769-1.666,3.228c0,1.143,0.346,2.013,1.038,2.609C276.605,158.113,277.573,158.411,278.817,158.411z"/>
- <path fill="#3E454C"
d="M302.958,158.411c0.559,0,1.098-0.041,1.618-0.123c0.521-0.083,0.934-0.168,1.238-0.258v2.419
-
c-0.343,0.165-0.848,0.302-1.514,0.409c-0.667,0.108-1.267,0.162-1.8,0.162c-4.037,0-6.056-2.126-6.056-6.379v-12.416h-2.99v-1.523
-
l2.99-1.314l1.333-4.456h1.828v4.837h6.056v2.457h-6.056v12.282c0,1.257,0.298,2.222,0.896,2.895
- C301.098,158.075,301.917,158.411,302.958,158.411z"/>
- <path fill="#3E454C"
d="M329.404,150.185c0,3.403-0.856,6.06-2.571,7.97c-1.713,1.911-4.081,2.866-7.103,2.866
-
c-1.866,0-3.522-0.438-4.97-1.314c-1.447-0.875-2.565-2.133-3.352-3.77c-0.788-1.639-1.182-3.555-1.182-5.752
-
c0-3.401,0.851-6.052,2.553-7.95c1.7-1.897,4.062-2.847,7.084-2.847c2.919,0,5.239,0.971,6.96,2.914
- C328.543,144.243,329.404,146.872,329.404,150.185z
M313.502,150.185c0,2.666,0.533,4.698,1.6,6.094
-
c1.066,1.397,2.635,2.096,4.704,2.096s3.641-0.695,4.713-2.086c1.073-1.39,1.609-3.424,1.609-6.104
-
c0-2.652-0.536-4.668-1.609-6.046c-1.072-1.377-2.656-2.065-4.751-2.065c-2.069,0-3.631,0.679-4.685,2.037
- S313.502,147.494,313.502,150.185z"/>
- <path fill="#3E454C"
d="M345.872,139.388c0.927,0,1.758,0.076,2.494,0.229l-0.438,2.933c-0.863-0.19-1.625-0.286-2.285-0.286
-
c-1.688,0-3.133,0.686-4.332,2.057c-1.2,1.371-1.8,3.079-1.8,5.123v11.197h-3.161v-20.871h2.609l0.361,3.865h0.152
-
c0.774-1.357,1.707-2.405,2.799-3.142S344.564,139.388,345.872,139.388z"/>
- <path fill="#3E454C"
d="M353.217,158.621c0-0.851,0.193-1.495,0.581-1.933c0.387-0.438,0.942-0.657,1.666-0.657
-
c0.736,0,1.311,0.219,1.724,0.657c0.412,0.438,0.619,1.082,0.619,1.933c0,0.825-0.21,1.46-0.629,1.904s-0.99,0.667-1.714,0.667
-
c-0.647,0-1.184-0.2-1.609-0.601C353.43,160.192,353.217,159.535,353.217,158.621z"/>
- <path fill="#3E454C"
d="M378.292,160.64l-0.628-2.971h-0.152c-1.042,1.308-2.079,2.193-3.114,2.656
-
c-1.034,0.464-2.326,0.695-3.875,0.695c-2.069,0-3.691-0.533-4.865-1.6c-1.175-1.066-1.762-2.583-1.762-4.551
-
c0-4.215,3.37-6.424,10.112-6.627l3.541-0.115v-1.295c0-1.637-0.352-2.847-1.057-3.627c-0.704-0.781-1.831-1.172-3.38-1.172
-
c-1.739,0-3.707,0.533-5.903,1.6l-0.971-2.418c1.027-0.559,2.154-0.996,3.38-1.314c1.225-0.316,2.453-0.476,3.685-0.476
-
c2.488,0,4.332,0.552,5.532,1.657c1.199,1.104,1.8,2.875,1.8,5.312v14.244H378.292z
M371.151,158.411
-
c1.968,0,3.514-0.539,4.638-1.618c1.123-1.079,1.685-2.59,1.685-4.532v-1.885l-3.16,0.133c-2.514,0.089-4.326,0.479-5.438,1.171
-
c-1.11,0.692-1.666,1.769-1.666,3.228c0,1.143,0.346,2.013,1.038,2.609C368.939,158.113,369.907,158.411,371.151,158.411z"/>
- <path fill="#3E454C"
d="M398.262,161.021c-1.358,0-2.6-0.251-3.723-0.752c-1.124-0.502-2.066-1.272-2.828-2.314h-0.229
-
c0.152,1.219,0.229,2.375,0.229,3.467v8.588h-3.161v-30.24h2.57l0.438,2.856h0.152c0.812-1.143,1.758-1.968,2.837-2.476
-
s2.317-0.762,3.714-0.762c2.768,0,4.903,0.946,6.408,2.838c1.504,1.892,2.257,4.545,2.257,7.959c0,3.428-0.766,6.091-2.295,7.989
- C403.102,160.071,400.979,161.021,398.262,161.021z
M397.805,142.073c-2.133,0-3.675,0.59-4.628,1.771
-
c-0.951,1.181-1.44,3.06-1.466,5.637v0.704c0,2.934,0.488,5.031,1.466,6.294c0.978,1.264,2.546,1.896,4.704,1.896
-
c1.803,0,3.215-0.73,4.237-2.19c1.021-1.46,1.533-3.472,1.533-6.036c0-2.603-0.512-4.6-1.533-5.989
- C401.096,142.768,399.659,142.073,397.805,142.073z"/>
- <path fill="#3E454C"
d="M426.688,160.64l-0.628-2.971h-0.152c-1.042,1.308-2.079,2.193-3.114,2.656
-
c-1.034,0.464-2.326,0.695-3.875,0.695c-2.069,0-3.691-0.533-4.865-1.6c-1.175-1.066-1.762-2.583-1.762-4.551
-
c0-4.215,3.37-6.424,10.112-6.627l3.541-0.115v-1.295c0-1.637-0.352-2.847-1.057-3.627c-0.704-0.781-1.831-1.172-3.38-1.172
-
c-1.739,0-3.707,0.533-5.903,1.6l-0.971-2.418c1.027-0.559,2.154-0.996,3.38-1.314c1.225-0.316,2.453-0.476,3.685-0.476
-
c2.488,0,4.332,0.552,5.532,1.657c1.199,1.104,1.8,2.875,1.8,5.312v14.244H426.688z
M419.546,158.411
-
c1.968,0,3.514-0.539,4.638-1.618c1.123-1.079,1.685-2.59,1.685-4.532v-1.885l-3.16,0.133c-2.514,0.089-4.326,0.479-5.438,1.171
-
c-1.11,0.692-1.666,1.769-1.666,3.228c0,1.143,0.346,2.013,1.038,2.609C417.334,158.113,418.302,158.411,419.546,158.411z"/>
- <path fill="#3E454C"
d="M445.288,161.021c-3.021,0-5.36-0.93-7.018-2.79c-1.656-1.859-2.485-4.49-2.485-7.894
-
c0-3.49,0.842-6.188,2.523-8.093c1.683-1.904,4.078-2.856,7.189-2.856c1.002,0,2.005,0.108,3.008,0.324s1.791,0.47,2.361,0.762
-
l-0.971,2.685c-0.698-0.279-1.46-0.511-2.285-0.695c-0.825-0.184-1.556-0.276-2.189-0.276c-4.241,0-6.361,2.705-6.361,8.113
-
c0,2.564,0.518,4.531,1.553,5.902c1.034,1.371,2.567,2.057,4.599,2.057c1.739,0,3.522-0.374,5.351-1.123v2.799
- C449.166,160.659,447.408,161.021,445.288,161.021z"/>
- <path fill="#3E454C"
d="M471.199,160.64v-13.502c0-1.7-0.388-2.971-1.161-3.809c-0.775-0.838-1.987-1.256-3.638-1.256
-
c-2.196,0-3.799,0.597-4.809,1.789c-1.009,1.194-1.514,3.149-1.514,5.865v10.912h-3.161v-29.631h3.161v8.969
-
c0,1.08-0.051,1.975-0.152,2.686h0.19c0.622-1.003,1.508-1.793,2.656-2.371c1.149-0.577,2.46-0.866,3.933-0.866
-
c2.552,0,4.466,0.606,5.741,1.818c1.276,1.213,1.914,3.14,1.914,5.78v13.615H471.199z"/>
- <path fill="#3E454C"
d="M491.075,161.021c-3.084,0-5.519-0.939-7.303-2.818c-1.783-1.879-2.676-4.487-2.676-7.826
-
c0-3.364,0.829-6.037,2.485-8.018c1.657-1.98,3.882-2.971,6.675-2.971c2.615,0,4.685,0.86,6.208,2.58
-
c1.523,1.721,2.285,3.99,2.285,6.809v1.999h-14.378c0.063,2.45,0.683,4.311,1.857,5.579c1.174,1.271,2.828,1.904,4.961,1.904
-
c2.246,0,4.468-0.469,6.664-1.408v2.818c-1.117,0.482-2.174,0.828-3.17,1.037C493.687,160.916,492.485,161.021,491.075,161.021z
-
M490.218,142.034c-1.676,0-3.012,0.547-4.009,1.639c-0.996,1.092-1.584,2.603-1.762,4.531h10.912c0-1.992-0.444-3.52-1.333-4.579
- C493.138,142.564,491.869,142.034,490.218,142.034z"/>
- <path fill="#3E454C"
d="M505.086,158.621c0-0.851,0.193-1.495,0.581-1.933c0.387-0.438,0.942-0.657,1.666-0.657
-
c0.736,0,1.311,0.219,1.724,0.657c0.412,0.438,0.619,1.082,0.619,1.933c0,0.825-0.21,1.46-0.629,1.904s-0.99,0.667-1.714,0.667
-
c-0.647,0-1.184-0.2-1.609-0.601C505.299,160.192,505.086,159.535,505.086,158.621z"/>
- <path fill="#3E454C"
d="M535.34,150.185c0,3.403-0.856,6.06-2.571,7.97c-1.713,1.911-4.081,2.866-7.103,2.866
-
c-1.866,0-3.522-0.438-4.97-1.314c-1.447-0.875-2.565-2.133-3.352-3.77c-0.788-1.639-1.182-3.555-1.182-5.752
-
c0-3.401,0.851-6.052,2.553-7.95c1.7-1.897,4.062-2.847,7.084-2.847c2.919,0,5.239,0.971,6.96,2.914
- C534.48,144.243,535.34,146.872,535.34,150.185z
M519.439,150.185c0,2.666,0.533,4.698,1.6,6.094
-
c1.066,1.397,2.635,2.096,4.704,2.096s3.641-0.695,4.713-2.086c1.073-1.39,1.609-3.424,1.609-6.104
-
c0-2.652-0.536-4.668-1.609-6.046c-1.072-1.377-2.656-2.065-4.751-2.065c-2.069,0-3.631,0.679-4.685,2.037
- S519.439,147.494,519.439,150.185z"/>
- <path fill="#3E454C"
d="M551.808,139.388c0.927,0,1.758,0.076,2.494,0.229l-0.438,2.933c-0.863-0.19-1.625-0.286-2.285-0.286
-
c-1.688,0-3.133,0.686-4.332,2.057c-1.2,1.371-1.8,3.079-1.8,5.123v11.197h-3.161v-20.871h2.609l0.361,3.865h0.152
-
c0.774-1.357,1.707-2.405,2.799-3.142S550.5,139.388,551.808,139.388z"/>
- <path fill="#3E454C"
d="M576.693,139.769v2l-3.866,0.457c0.355,0.444,0.673,1.024,0.952,1.742c0.279,0.717,0.419,1.526,0.419,2.428
-
c0,2.044-0.698,3.676-2.095,4.895s-3.313,1.828-5.751,1.828c-0.622,0-1.206-0.051-1.752-0.152
-
c-1.346,0.711-2.019,1.605-2.019,2.685c0,0.571,0.234,0.993,0.705,1.267c0.469,0.272,1.275,0.409,2.418,0.409h3.694
-
c2.26,0,3.996,0.476,5.208,1.429c1.213,0.951,1.818,2.335,1.818,4.15c0,2.311-0.927,4.072-2.779,5.285
-
c-1.854,1.212-4.559,1.818-8.113,1.818c-2.729,0-4.833-0.508-6.312-1.523c-1.479-1.016-2.219-2.45-2.219-4.304
-
c0-1.27,0.406-2.368,1.219-3.294c0.812-0.927,1.955-1.556,3.428-1.886c-0.533-0.241-0.98-0.615-1.342-1.124
-
c-0.362-0.507-0.543-1.098-0.543-1.771c0-0.762,0.203-1.429,0.609-1.999c0.406-0.572,1.047-1.124,1.924-1.657
-
c-1.08-0.444-1.959-1.2-2.638-2.267c-0.68-1.066-1.019-2.285-1.019-3.656c0-2.285,0.686-4.046,2.057-5.284
-
c1.371-1.237,3.312-1.856,5.826-1.856c1.092,0,2.076,0.127,2.952,0.381H576.693z
M560.048,164.144c0,1.13,0.477,1.986,1.429,2.57
-
s2.316,0.877,4.095,0.877c2.652,0,4.617-0.397,5.894-1.19c1.275-0.794,1.913-1.87,1.913-3.228c0-1.131-0.349-1.914-1.047-2.353
-
c-0.698-0.438-2.013-0.657-3.941-0.657h-3.79c-1.435,0-2.552,0.344-3.352,1.029S560.048,162.861,560.048,164.144z
M561.763,146.452
-
c0,1.461,0.412,2.565,1.237,3.314s1.974,1.123,3.446,1.123c3.086,0,4.628-1.498,4.628-4.494c0-3.136-1.562-4.703-4.685-4.703
-
c-1.485,0-2.628,0.399-3.428,1.199S561.763,144.879,561.763,146.452z"/>
-</g>
-</svg>
diff --git a/images/MILAGRO_LOGO-vertical 2.svg b/images/MILAGRO_LOGO-vertical
2.svg
deleted file mode 100644
index 322bf82..0000000
--- a/images/MILAGRO_LOGO-vertical 2.svg
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version:
6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- width="463px" height="756px" viewBox="127.4 -582 463 756"
enable-background="new 127.4 -582 463 756" xml:space="preserve">
-<g>
- <path fill="#3E454C"
d="M179.1,95h-6.9L148,34.1V95h-9.9V22.9h15.7l21.9,56.3L198,22.9h15.7V95h-9.9V34.1L179.1,95z"/>
- <path fill="#3E454C" d="M230.6,95V22.9h9.9V95H230.6z"/>
- <path fill="#3E454C" d="M257.5,95V22.9h9.9v63.2h31.301V95H257.5z"/>
- <path fill="#3E454C"
d="M354,95L348.3,79.7h-30.7L312.1,95h-10.8l27.9-72.1h8.699L365.4,95H354z
M321,70.8h24.201L333.1,37.9H333
- L321,70.8z"/>
- <path fill="#3E454C"
d="M408.6,63.9V55h28.2v27.4c-6.9,8.8-17.7,13.8-29.6,13.8c-22,0-38.701-14.9-38.701-37.3
-
c0-21.3,17.4-37.3,38.701-37.3c11.1,0,21,4.9,27.898,12.8l-7,5.8c-5-5.7-12.699-9.7-20.898-9.7C391,30.5,379,42.5,379,58.9
-
c0,17.5,11.701,28.4,28.201,28.4c7.6,0,14.6-2.7,19.699-7.5v-16h-18.3V63.9z"/>
- <path fill="#3E454C"
d="M491.201,95l-21.602-30.5h-7.398V95h-9.9V22.9h21.4c11,0,24.6,5.8,24.6,20.7c0,12.3-8.801,18.4-17.6,20.3
- L503.599,95H491.201z
M473.201,31.8h-11v23.9h9c9.6,0,16.699-3.5,16.699-11.7C487.8,36.6,481.9,31.8,473.201,31.8z"/>
- <path fill="#3E454C"
d="M544.8,96.2c-21,0-37.1-16.7-37.1-37.3s16.1-37.3,37.1-37.3s37.1,16.7,37.1,37.3
- C581.8,79.5,565.8,96.2,544.8,96.2z
M544.8,30.5c-15.301,0-26.6,12.5-26.6,28.4s11.199,28.4,26.6,28.4s26.6-12.5,26.6-28.4
- S560.099,30.5,544.8,30.5z"/>
-</g>
-<g>
- <path fill="#C2FF17"
d="M559.242-56.967L146.771-249.226c-5.393-2.452-8.827-7.85-8.827-13.731v-240.324
-
c0-11.279,11.771-18.636,21.58-13.732l412.471,192.256c5.396,2.452,8.827,7.848,8.827,13.734v240.319
- C580.821-59.419,569.542-52.062,559.242-56.967z"/>
- <g>
- <path fill="#31BCA4"
d="M573.464-317.4L137.943-114.351v99.073c0,11.279,11.771,18.636,21.58,13.731l412.471-192.258
-
c5.396-2.453,8.827-7.845,8.827-13.732v-103.486c0-3.434-0.979-6.377-2.452-8.83l0,0l0,0l0,0l0,0
-
c-0.979-1.961-2.94-2.941-4.904-4.414c0.981,0.982,1.473,1.961,1.473,3.434C574.937-319.361,574.446-318.38,573.464-317.4z"/>
- </g>
- <g>
- <path fill="#40D37B"
d="M145.791-256.582l435.521-203.05v-99.07c0-11.282-11.771-18.639-21.579-13.734L146.771-380.177
-
c-5.393,2.452-8.827,7.848-8.827,13.732v103.488c0,3.429,0.982,6.375,2.452,8.827l0,0l0,0l0,0l0,0
-
c0.982,1.959,2.943,2.94,4.905,4.411c-0.982-0.977-1.471-1.959-1.471-3.429C143.83-254.623,144.318-255.601,145.791-256.582z"/>
- </g>
-</g>
-</svg>
diff --git a/images/MILAGRO_LOGO-vertical-url 2.jpg
b/images/MILAGRO_LOGO-vertical-url 2.jpg
deleted file mode 100644
index 8ed72a8..0000000
Binary files a/images/MILAGRO_LOGO-vertical-url 2.jpg and /dev/null differ
diff --git a/images/MILAGRO_LOGO-vertical-url 2.svg
b/images/MILAGRO_LOGO-vertical-url 2.svg
deleted file mode 100644
index 6ea3319..0000000
--- a/images/MILAGRO_LOGO-vertical-url 2.svg
+++ /dev/null
@@ -1,191 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version:
6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- width="463px" height="756px" viewBox="127.4 -582 463 756"
enable-background="new 127.4 -582 463 756" xml:space="preserve">
-<g>
- <path fill="#3E454C"
d="M179.1,95h-6.9L148,34.1V95h-9.9V22.9h15.7l21.9,56.3L198,22.9h15.7V95h-9.9V34.1L179.1,95z"/>
- <path fill="#3E454C" d="M230.6,95V22.9h9.9V95H230.6z"/>
- <path fill="#3E454C" d="M257.5,95V22.9h9.9v63.2h31.301V95H257.5z"/>
- <path fill="#3E454C"
d="M354,95L348.3,79.7h-30.7L312.1,95h-10.8l27.9-72.1h8.699L365.4,95H354z
M321,70.8h24.201L333.1,37.9H333
- L321,70.8z"/>
- <path fill="#3E454C"
d="M408.6,63.9V55h28.2v27.4c-6.9,8.8-17.7,13.8-29.6,13.8c-22,0-38.701-14.9-38.701-37.3
-
c0-21.3,17.4-37.3,38.701-37.3c11.1,0,21,4.9,27.898,12.8l-7,5.8c-5-5.7-12.699-9.7-20.898-9.7C391,30.5,379,42.5,379,58.9
-
c0,17.5,11.701,28.4,28.201,28.4c7.6,0,14.6-2.7,19.699-7.5v-16h-18.3V63.9z"/>
- <path fill="#3E454C"
d="M491.201,95l-21.602-30.5h-7.398V95h-9.9V22.9h21.4c11,0,24.6,5.8,24.6,20.7c0,12.3-8.801,18.4-17.6,20.3
- L503.599,95H491.201z
M473.201,31.8h-11v23.9h9c9.6,0,16.699-3.5,16.699-11.7C487.8,36.6,481.9,31.8,473.201,31.8z"/>
- <path fill="#3E454C"
d="M544.8,96.2c-21,0-37.1-16.7-37.1-37.3s16.1-37.3,37.1-37.3s37.1,16.7,37.1,37.3
- C581.8,79.5,565.8,96.2,544.8,96.2z
M544.8,30.5c-15.301,0-26.6,12.5-26.6,28.4s11.199,28.4,26.6,28.4s26.6-12.5,26.6-28.4
- S560.099,30.5,544.8,30.5z"/>
-</g>
-<g>
- <path fill="#C2FF17"
d="M559.242-56.967L146.771-249.226c-5.393-2.452-8.827-7.85-8.827-13.731v-240.324
-
c0-11.279,11.771-18.636,21.58-13.732l412.471,192.256c5.396,2.452,8.827,7.848,8.827,13.734v240.319
- C580.821-59.419,569.542-52.062,559.242-56.967z"/>
- <g>
- <path fill="#31BCA4"
d="M573.464-317.4L137.943-114.351v99.073c0,11.279,11.771,18.636,21.58,13.731l412.471-192.258
-
c5.396-2.453,8.827-7.845,8.827-13.732v-103.486c0-3.434-0.979-6.377-2.452-8.83l0,0l0,0l0,0l0,0
-
c-0.979-1.961-2.94-2.941-4.904-4.414c0.981,0.982,1.473,1.961,1.473,3.434C574.937-319.361,574.446-318.38,573.464-317.4z"/>
- </g>
- <g>
- <path fill="#40D37B"
d="M145.791-256.582l435.521-203.05v-99.07c0-11.282-11.771-18.639-21.579-13.734L146.771-380.177
-
c-5.393,2.452-8.827,7.848-8.827,13.732v103.488c0,3.429,0.982,6.375,2.452,8.827l0,0l0,0l0,0l0,0
-
c0.982,1.959,2.943,2.94,4.905,4.411c-0.982-0.977-1.471-1.959-1.471-3.429C143.83-254.623,144.318-255.601,145.791-256.582z"/>
- </g>
-</g>
-<g>
- <path fill="#3E454C"
d="M160.86,139.691v-10.388c0-1.272-0.272-2.227-0.815-2.863c-0.544-0.636-1.389-0.954-2.535-0.954
-
c-1.506,0-2.618,0.432-3.336,1.297c-0.719,0.864-1.078,2.194-1.078,3.991v8.917h-2.418v-10.388c0-1.272-0.272-2.227-0.816-2.863
-
c-0.544-0.636-1.394-0.954-2.55-0.954c-1.515,0-2.625,0.454-3.329,1.362c-0.705,0.908-1.056,2.396-1.056,4.465v8.378h-2.418
-
v-15.968h1.967l0.393,2.185h0.117c0.457-0.776,1.1-1.384,1.931-1.821c0.83-0.437,1.76-0.655,2.79-0.655
-
c2.496,0,4.128,0.903,4.895,2.71h0.117c0.476-0.835,1.166-1.495,2.069-1.981c0.903-0.485,1.933-0.729,3.089-0.729
-
c1.807,0,3.159,0.464,4.058,1.392c0.898,0.928,1.348,2.411,1.348,4.451v10.417H160.86z"/>
- <path fill="#3E454C"
d="M169.132,119.396c0-0.554,0.136-0.96,0.408-1.217c0.272-0.258,0.612-0.387,1.02-0.387
-
c0.388,0,0.724,0.132,1.005,0.394c0.281,0.263,0.422,0.666,0.422,1.21s-0.141,0.949-0.422,1.216
-
c-0.282,0.268-0.617,0.401-1.005,0.401c-0.408,0-0.748-0.134-1.02-0.401C169.268,120.346,169.132,119.94,169.132,119.396z
- M171.754,139.691h-2.418v-15.968h2.418V139.691z"/>
- <path fill="#3E454C" d="M180.375,139.691h-2.418v-22.67h2.418V139.691z"/>
- <path fill="#3E454C"
d="M196.397,139.691l-0.48-2.272H195.8c-0.796,1-1.59,1.678-2.382,2.032c-0.792,0.354-1.78,0.531-2.965,0.531
-
c-1.583,0-2.824-0.407-3.722-1.224c-0.898-0.815-1.348-1.977-1.348-3.482c0-3.225,2.579-4.914,7.736-5.069l2.71-0.088v-0.99
-
c0-1.254-0.27-2.179-0.809-2.776c-0.539-0.597-1.401-0.896-2.586-0.896c-1.331,0-2.836,0.408-4.516,1.224l-0.743-1.851
-
c0.787-0.427,1.648-0.762,2.586-1.005s1.877-0.364,2.819-0.364c1.903,0,3.314,0.423,4.232,1.268s1.377,2.2,1.377,4.064v10.898
- H196.397z
M190.934,137.986c1.505,0,2.688-0.412,3.548-1.238c0.859-0.825,1.289-1.981,1.289-3.467v-1.442l-2.418,0.102
-
c-1.923,0.068-3.31,0.367-4.16,0.896c-0.85,0.53-1.274,1.354-1.274,2.47c0,0.874,0.264,1.54,0.794,1.996
- C189.242,137.759,189.982,137.986,190.934,137.986z"/>
- <path fill="#3E454C"
d="M217.315,123.724v1.529l-2.958,0.35c0.272,0.34,0.515,0.784,0.729,1.333
-
c0.213,0.549,0.321,1.168,0.321,1.857c0,1.564-0.535,2.812-1.603,3.745c-1.068,0.932-2.535,1.398-4.4,1.398
-
c-0.476,0-0.923-0.039-1.34-0.116c-1.03,0.544-1.544,1.229-1.544,2.054c0,0.438,0.18,0.761,0.539,0.969
-
c0.359,0.209,0.976,0.313,1.851,0.313h2.826c1.729,0,3.057,0.364,3.985,1.093c0.927,0.729,1.392,1.787,1.392,3.176
-
c0,1.769-0.709,3.116-2.127,4.043c-1.418,0.928-3.487,1.392-6.207,1.392c-2.088,0-3.698-0.389-4.83-1.165
-
c-1.132-0.777-1.697-1.875-1.697-3.293c0-0.972,0.311-1.812,0.932-2.521s1.496-1.189,2.623-1.442
-
c-0.408-0.185-0.75-0.471-1.027-0.859s-0.416-0.84-0.416-1.355c0-0.583,0.155-1.093,0.466-1.529
-
c0.311-0.438,0.801-0.86,1.472-1.268c-0.826-0.34-1.499-0.918-2.018-1.734c-0.52-0.815-0.779-1.748-0.779-2.797
-
c0-1.748,0.524-3.096,1.573-4.043c1.049-0.947,2.535-1.421,4.458-1.421c0.835,0,1.588,0.098,2.258,0.292H217.315z
M204.582,142.372
-
c0,0.864,0.364,1.521,1.093,1.967c0.729,0.447,1.772,0.671,3.132,0.671c2.03,0,3.533-0.304,4.509-0.911s1.464-1.431,1.464-2.47
-
c0-0.864-0.268-1.464-0.802-1.799s-1.54-0.503-3.016-0.503h-2.899c-1.098,0-1.952,0.263-2.564,0.787
- C204.888,140.639,204.582,141.391,204.582,142.372z
M205.893,128.837c0,1.117,0.315,1.962,0.947,2.535
-
c0.631,0.573,1.51,0.859,2.637,0.859c2.36,0,3.541-1.146,3.541-3.438c0-2.398-1.195-3.599-3.584-3.599
-
c-1.136,0-2.011,0.307-2.623,0.918C206.199,126.725,205.893,127.633,205.893,128.837z"/>
- <path fill="#3E454C"
d="M228.953,123.432c0.708,0,1.345,0.059,1.908,0.175l-0.335,2.244c-0.661-0.146-1.243-0.219-1.748-0.219
-
c-1.292,0-2.397,0.524-3.315,1.573c-0.917,1.049-1.376,2.355-1.376,3.919v8.567h-2.418v-15.968h1.996l0.277,2.957h0.117
-
c0.592-1.039,1.306-1.841,2.142-2.404C227.034,123.714,227.952,123.432,228.953,123.432z"/>
- <path fill="#3E454C"
d="M248.705,131.692c0,2.604-0.655,4.636-1.967,6.098c-1.311,1.462-3.123,2.192-5.434,2.192
-
c-1.428,0-2.695-0.335-3.803-1.005s-1.962-1.632-2.564-2.885c-0.602-1.253-0.903-2.72-0.903-4.4c0-2.603,0.651-4.63,1.953-6.082
-
c1.301-1.452,3.108-2.179,5.42-2.179c2.234,0,4.009,0.743,5.325,2.229C248.047,127.147,248.705,129.157,248.705,131.692z
-
M236.54,131.692c0,2.04,0.408,3.594,1.224,4.662c0.816,1.069,2.015,1.604,3.599,1.604c1.583,0,2.785-0.532,3.606-1.596
-
s1.231-2.62,1.231-4.67c0-2.029-0.41-3.571-1.231-4.626c-0.821-1.054-2.032-1.58-3.635-1.58c-1.583,0-2.778,0.52-3.584,1.559
- S236.54,129.634,236.54,131.692z"/>
- <path fill="#3E454C"
d="M253.669,138.147c0-0.651,0.148-1.145,0.444-1.479s0.721-0.502,1.275-0.502
-
c0.563,0,1.003,0.167,1.319,0.502c0.315,0.335,0.473,0.828,0.473,1.479c0,0.631-0.16,1.116-0.48,1.456
-
c-0.321,0.341-0.758,0.511-1.312,0.511c-0.495,0-0.906-0.153-1.231-0.459C253.832,139.349,253.669,138.847,253.669,138.147z"/>
- <path fill="#3E454C"
d="M262.83,119.396c0-0.554,0.136-0.96,0.408-1.217c0.272-0.258,0.612-0.387,1.02-0.387
-
c0.388,0,0.724,0.132,1.005,0.394c0.281,0.263,0.422,0.666,0.422,1.21s-0.141,0.949-0.422,1.216
-
c-0.282,0.268-0.617,0.401-1.005,0.401c-0.408,0-0.748-0.134-1.02-0.401C262.965,120.346,262.83,119.94,262.83,119.396z
- M265.452,139.691h-2.418v-15.968h2.418V139.691z"/>
- <path fill="#3E454C"
d="M282.581,139.691v-10.33c0-1.301-0.296-2.272-0.889-2.914c-0.593-0.641-1.52-0.961-2.783-0.961
-
c-1.671,0-2.895,0.451-3.671,1.354c-0.777,0.903-1.166,2.395-1.166,4.473v8.378h-2.418v-15.968h1.967l0.393,2.185h0.117
-
c0.496-0.786,1.189-1.396,2.083-1.828c0.894-0.432,1.889-0.648,2.987-0.648c1.923,0,3.37,0.464,4.341,1.392
- s1.457,2.411,1.457,4.451v10.417H282.581z"/>
- <path fill="#3E454C"
d="M297.423,139.982c-2.312,0-4.101-0.711-5.368-2.134c-1.268-1.423-1.902-3.437-1.902-6.039
-
c0-2.671,0.644-4.735,1.93-6.192c1.287-1.457,3.12-2.186,5.5-2.186c0.768,0,1.535,0.083,2.303,0.248
-
c0.767,0.165,1.369,0.359,1.807,0.583l-0.743,2.054c-0.534-0.214-1.117-0.391-1.749-0.531c-0.631-0.141-1.189-0.212-1.675-0.212
-
c-3.244,0-4.866,2.069-4.866,6.207c0,1.962,0.396,3.468,1.188,4.517c0.791,1.049,1.964,1.573,3.519,1.573
-
c1.33,0,2.695-0.286,4.094-0.859v2.142C300.391,139.706,299.045,139.982,297.423,139.982z"/>
- <path fill="#3E454C"
d="M308.595,123.724v10.358c0,1.302,0.296,2.272,0.889,2.914c0.593,0.641,1.521,0.962,2.783,0.962
-
c1.67,0,2.892-0.457,3.664-1.37s1.158-2.403,1.158-4.473v-8.392h2.419v15.968h-1.996l-0.35-2.142h-0.132
-
c-0.495,0.787-1.183,1.389-2.062,1.807c-0.879,0.417-1.882,0.626-3.009,0.626c-1.942,0-3.396-0.461-4.363-1.384
- s-1.449-2.398-1.449-4.429v-10.446H308.595z"/>
- <path fill="#3E454C"
d="M333.14,123.461c2.099,0,3.728,0.717,4.889,2.149c1.16,1.433,1.741,3.46,1.741,6.082
-
c0,2.623-0.586,4.66-1.756,6.112c-1.171,1.452-2.795,2.178-4.874,2.178c-1.039,0-1.988-0.191-2.848-0.575s-1.581-0.974-2.164-1.771
-
h-0.175l-0.51,2.055h-1.733v-22.67h2.418v5.507c0,1.233-0.039,2.341-0.116,3.322h0.116
- C329.255,124.258,330.926,123.461,333.14,123.461z
M332.791,125.486c-1.651,0-2.841,0.474-3.569,1.42
-
c-0.729,0.947-1.093,2.543-1.093,4.786c0,2.244,0.374,3.85,1.122,4.815c0.748,0.967,1.947,1.45,3.599,1.45
-
c1.486,0,2.594-0.542,3.322-1.625s1.093-2.64,1.093-4.669c0-2.079-0.364-3.628-1.093-4.648
- C335.443,125.996,334.316,125.486,332.791,125.486z"/>
- <path fill="#3E454C"
d="M354.888,139.691l-0.48-2.272h-0.116c-0.797,1-1.591,1.678-2.383,2.032
-
c-0.791,0.354-1.779,0.531-2.965,0.531c-1.583,0-2.824-0.407-3.723-1.224c-0.898-0.815-1.348-1.977-1.348-3.482
-
c0-3.225,2.579-4.914,7.736-5.069l2.71-0.088v-0.99c0-1.254-0.27-2.179-0.809-2.776c-0.539-0.597-1.4-0.896-2.586-0.896
-
c-1.331,0-2.836,0.408-4.517,1.224l-0.743-1.851c0.787-0.427,1.649-0.762,2.587-1.005c0.937-0.243,1.877-0.364,2.818-0.364
-
c1.904,0,3.315,0.423,4.232,1.268c0.918,0.845,1.377,2.2,1.377,4.064v10.898H354.888z
M349.425,137.986
-
c1.505,0,2.688-0.412,3.547-1.238c0.86-0.825,1.29-1.981,1.29-3.467v-1.442l-2.419,0.102c-1.923,0.068-3.31,0.367-4.159,0.896
-
c-0.851,0.53-1.275,1.354-1.275,2.47c0,0.874,0.265,1.54,0.794,1.996C347.732,137.759,348.473,137.986,349.425,137.986z"/>
- <path fill="#3E454C"
d="M367.895,137.986c0.428,0,0.84-0.031,1.238-0.095c0.398-0.062,0.714-0.128,0.947-0.196v1.851
-
c-0.263,0.126-0.648,0.23-1.158,0.313c-0.51,0.082-0.969,0.123-1.377,0.123c-3.089,0-4.633-1.626-4.633-4.881v-9.499h-2.288v-1.165
-
l2.288-1.006l1.02-3.409h1.398v3.701h4.634v1.879h-4.634V135c0,0.962,0.229,1.7,0.686,2.215
- C366.472,137.729,367.098,137.986,367.895,137.986z"/>
- <path fill="#3E454C"
d="M388.127,131.692c0,2.604-0.655,4.636-1.967,6.098s-3.123,2.192-5.435,2.192
-
c-1.428,0-2.695-0.335-3.803-1.005c-1.106-0.67-1.962-1.632-2.563-2.885c-0.603-1.253-0.903-2.72-0.903-4.4
-
c0-2.603,0.65-4.63,1.952-6.082s3.108-2.179,5.42-2.179c2.233,0,4.009,0.743,5.325,2.229
- C387.469,127.147,388.127,129.157,388.127,131.692z
M375.962,131.692c0,2.04,0.408,3.594,1.224,4.662
-
c0.815,1.069,2.016,1.604,3.599,1.604s2.785-0.532,3.605-1.596c0.821-1.063,1.231-2.62,1.231-4.67c0-2.029-0.41-3.571-1.231-4.626
-
c-0.82-1.054-2.032-1.58-3.635-1.58c-1.583,0-2.777,0.52-3.584,1.559S375.962,129.634,375.962,131.692z"/>
- <path fill="#3E454C"
d="M400.726,123.432c0.709,0,1.346,0.059,1.909,0.175l-0.335,2.244c-0.661-0.146-1.244-0.219-1.749-0.219
-
c-1.292,0-2.396,0.524-3.314,1.573s-1.377,2.355-1.377,3.919v8.567h-2.418v-15.968h1.996l0.276,2.957h0.116
-
c0.593-1.039,1.307-1.841,2.143-2.404C398.808,123.714,399.726,123.432,400.726,123.432z"/>
- <path fill="#3E454C"
d="M406.346,138.147c0-0.651,0.147-1.145,0.444-1.479c0.296-0.335,0.721-0.502,1.274-0.502
-
c0.563,0,1.003,0.167,1.318,0.502s0.474,0.828,0.474,1.479c0,0.631-0.16,1.116-0.48,1.456c-0.32,0.341-0.758,0.511-1.312,0.511
-
c-0.495,0-0.905-0.153-1.231-0.459C406.508,139.349,406.346,138.847,406.346,138.147z"/>
- <path fill="#3E454C"
d="M425.529,139.691l-0.48-2.272h-0.116c-0.797,1-1.591,1.678-2.383,2.032
-
c-0.791,0.354-1.779,0.531-2.965,0.531c-1.583,0-2.824-0.407-3.723-1.224c-0.898-0.815-1.348-1.977-1.348-3.482
-
c0-3.225,2.579-4.914,7.736-5.069l2.71-0.088v-0.99c0-1.254-0.27-2.179-0.809-2.776c-0.539-0.597-1.4-0.896-2.586-0.896
-
c-1.331,0-2.836,0.408-4.517,1.224l-0.743-1.851c0.787-0.427,1.649-0.762,2.587-1.005c0.937-0.243,1.877-0.364,2.818-0.364
-
c1.904,0,3.315,0.423,4.232,1.268c0.918,0.845,1.377,2.2,1.377,4.064v10.898H425.529z
M420.066,137.986
-
c1.505,0,2.688-0.412,3.547-1.238c0.86-0.825,1.29-1.981,1.29-3.467v-1.442l-2.419,0.102c-1.923,0.068-3.31,0.367-4.159,0.896
-
c-0.851,0.53-1.275,1.354-1.275,2.47c0,0.874,0.265,1.54,0.794,1.996C418.373,137.759,419.114,137.986,420.066,137.986z"/>
- <path fill="#3E454C"
d="M440.808,139.982c-1.039,0-1.988-0.191-2.848-0.575s-1.581-0.974-2.164-1.771h-0.175
-
c0.117,0.933,0.175,1.816,0.175,2.652v6.57h-2.418v-23.136h1.967l0.335,2.185h0.116c0.622-0.874,1.346-1.505,2.171-1.894
-
c0.826-0.389,1.772-0.583,2.841-0.583c2.118,0,3.752,0.724,4.903,2.171c1.15,1.447,1.727,3.478,1.727,6.09
-
c0,2.623-0.586,4.66-1.756,6.112C444.511,139.257,442.887,139.982,440.808,139.982z
M440.458,125.486
-
c-1.632,0-2.812,0.451-3.54,1.354s-1.103,2.341-1.122,4.312v0.539c0,2.244,0.374,3.85,1.122,4.815
-
c0.748,0.967,1.947,1.45,3.599,1.45c1.379,0,2.46-0.559,3.242-1.676c0.781-1.117,1.173-2.656,1.173-4.618
-
c0-1.991-0.392-3.519-1.173-4.583C442.977,126.018,441.876,125.486,440.458,125.486z"/>
- <path fill="#3E454C"
d="M462.556,139.691l-0.48-2.272h-0.116c-0.797,1-1.591,1.678-2.383,2.032
-
c-0.791,0.354-1.779,0.531-2.965,0.531c-1.583,0-2.824-0.407-3.723-1.224c-0.898-0.815-1.348-1.977-1.348-3.482
-
c0-3.225,2.579-4.914,7.736-5.069l2.71-0.088v-0.99c0-1.254-0.27-2.179-0.809-2.776c-0.539-0.597-1.4-0.896-2.586-0.896
-
c-1.331,0-2.836,0.408-4.517,1.224l-0.743-1.851c0.787-0.427,1.649-0.762,2.587-1.005c0.937-0.243,1.877-0.364,2.818-0.364
-
c1.904,0,3.315,0.423,4.232,1.268c0.918,0.845,1.377,2.2,1.377,4.064v10.898H462.556z
M457.093,137.986
-
c1.505,0,2.688-0.412,3.547-1.238c0.86-0.825,1.29-1.981,1.29-3.467v-1.442l-2.419,0.102c-1.923,0.068-3.31,0.367-4.159,0.896
-
c-0.851,0.53-1.275,1.354-1.275,2.47c0,0.874,0.265,1.54,0.794,1.996C455.4,137.759,456.141,137.986,457.093,137.986z"/>
- <path fill="#3E454C"
d="M476.787,139.982c-2.312,0-4.101-0.711-5.368-2.134s-1.901-3.437-1.901-6.039
-
c0-2.671,0.643-4.735,1.93-6.192s3.12-2.186,5.5-2.186c0.768,0,1.535,0.083,2.303,0.248c0.767,0.165,1.369,0.359,1.807,0.583
-
l-0.743,2.054c-0.534-0.214-1.117-0.391-1.749-0.531c-0.631-0.141-1.189-0.212-1.675-0.212c-3.244,0-4.866,2.069-4.866,6.207
-
c0,1.962,0.396,3.468,1.188,4.517c0.791,1.049,1.964,1.573,3.519,1.573c1.33,0,2.695-0.286,4.094-0.859v2.142
- C479.754,139.706,478.409,139.982,476.787,139.982z"/>
- <path fill="#3E454C"
d="M496.612,139.691v-10.33c0-1.301-0.296-2.272-0.889-2.914c-0.593-0.641-1.521-0.961-2.783-0.961
-
c-1.68,0-2.906,0.456-3.679,1.369c-0.771,0.913-1.158,2.409-1.158,4.487v8.349h-2.418v-22.67h2.418v6.862
-
c0,0.825-0.039,1.51-0.116,2.054h0.146c0.476-0.767,1.153-1.371,2.032-1.813s1.882-0.663,3.009-0.663
-
c1.952,0,3.417,0.464,4.393,1.392c0.977,0.928,1.465,2.401,1.465,4.422v10.417H496.612z"/>
- <path fill="#3E454C"
d="M511.818,139.982c-2.36,0-4.223-0.719-5.587-2.156c-1.365-1.438-2.047-3.433-2.047-5.987
-
c0-2.574,0.634-4.619,1.901-6.134c1.268-1.516,2.97-2.273,5.106-2.273c2.001,0,3.584,0.658,4.749,1.975
-
c1.166,1.316,1.749,3.052,1.749,5.208v1.53h-11c0.048,1.875,0.521,3.298,1.42,4.269c0.898,0.972,2.164,1.457,3.796,1.457
-
c1.719,0,3.419-0.359,5.099-1.078v2.156c-0.854,0.369-1.663,0.634-2.426,0.794C513.817,139.902,512.896,139.982,511.818,139.982z
-
M511.163,125.457c-1.282,0-2.305,0.418-3.067,1.253c-0.762,0.835-1.211,1.991-1.348,3.468h8.349c0-1.525-0.34-2.693-1.02-3.504
- C513.396,125.862,512.425,125.457,511.163,125.457z"/>
- <path fill="#3E454C"
d="M522.538,138.147c0-0.651,0.147-1.145,0.444-1.479c0.296-0.335,0.721-0.502,1.274-0.502
-
c0.563,0,1.003,0.167,1.318,0.502s0.474,0.828,0.474,1.479c0,0.631-0.16,1.116-0.48,1.456c-0.32,0.341-0.758,0.511-1.312,0.511
-
c-0.495,0-0.905-0.153-1.231-0.459C522.7,139.349,522.538,138.847,522.538,138.147z"/>
- <path fill="#3E454C"
d="M545.684,131.692c0,2.604-0.655,4.636-1.967,6.098s-3.123,2.192-5.435,2.192
-
c-1.428,0-2.695-0.335-3.803-1.005c-1.106-0.67-1.962-1.632-2.563-2.885c-0.603-1.253-0.903-2.72-0.903-4.4
-
c0-2.603,0.65-4.63,1.952-6.082s3.108-2.179,5.42-2.179c2.233,0,4.009,0.743,5.325,2.229
- C545.026,127.147,545.684,129.157,545.684,131.692z
M533.519,131.692c0,2.04,0.408,3.594,1.224,4.662
-
c0.815,1.069,2.016,1.604,3.599,1.604s2.785-0.532,3.605-1.596c0.821-1.063,1.231-2.62,1.231-4.67c0-2.029-0.41-3.571-1.231-4.626
-
c-0.82-1.054-2.032-1.58-3.635-1.58c-1.583,0-2.777,0.52-3.584,1.559S533.519,129.634,533.519,131.692z"/>
- <path fill="#3E454C"
d="M558.283,123.432c0.709,0,1.346,0.059,1.909,0.175l-0.335,2.244c-0.661-0.146-1.244-0.219-1.749-0.219
-
c-1.292,0-2.396,0.524-3.314,1.573s-1.377,2.355-1.377,3.919v8.567h-2.418v-15.968h1.996l0.276,2.957h0.116
-
c0.593-1.039,1.307-1.841,2.143-2.404C556.365,123.714,557.283,123.432,558.283,123.432z"/>
- <path fill="#3E454C"
d="M577.321,123.724v1.529l-2.957,0.35c0.271,0.34,0.515,0.784,0.729,1.333c0.213,0.549,0.32,1.168,0.32,1.857
-
c0,1.564-0.534,2.812-1.603,3.745c-1.069,0.932-2.535,1.398-4.4,1.398c-0.476,0-0.923-0.039-1.34-0.116
-
c-1.03,0.544-1.545,1.229-1.545,2.054c0,0.438,0.18,0.761,0.539,0.969c0.359,0.209,0.977,0.313,1.851,0.313h2.826
-
c1.729,0,3.058,0.364,3.985,1.093c0.927,0.729,1.391,1.787,1.391,3.176c0,1.769-0.709,3.116-2.127,4.043
-
c-1.418,0.928-3.487,1.392-6.206,1.392c-2.089,0-3.699-0.389-4.83-1.165c-1.132-0.777-1.697-1.875-1.697-3.293
-
c0-0.972,0.311-1.812,0.933-2.521c0.621-0.709,1.495-1.189,2.622-1.442c-0.408-0.185-0.75-0.471-1.027-0.859
-
c-0.276-0.389-0.415-0.84-0.415-1.355c0-0.583,0.155-1.093,0.467-1.529c0.311-0.438,0.801-0.86,1.471-1.268
-
c-0.825-0.34-1.498-0.918-2.018-1.734c-0.52-0.815-0.779-1.748-0.779-2.797c0-1.748,0.524-3.096,1.573-4.043
-
s2.535-1.421,4.458-1.421c0.836,0,1.589,0.098,2.259,0.292H577.321z
M564.587,142.372c0,0.864,0.364,1.521,1.093,1.967
-
c0.729,0.447,1.772,0.671,3.132,0.671c2.03,0,3.533-0.304,4.51-0.911c0.976-0.607,1.464-1.431,1.464-2.47
-
c0-0.864-0.267-1.464-0.801-1.799s-1.54-0.503-3.017-0.503h-2.898c-1.099,0-1.953,0.263-2.564,0.787
- C564.893,140.639,564.587,141.391,564.587,142.372z
M565.899,128.837c0,1.117,0.315,1.962,0.946,2.535
-
c0.632,0.573,1.511,0.859,2.638,0.859c2.36,0,3.54-1.146,3.54-3.438c0-2.398-1.194-3.599-3.584-3.599
-
c-1.137,0-2.011,0.307-2.622,0.918C566.205,126.725,565.899,127.633,565.899,128.837z"/>
-</g>
-</svg>
diff --git a/images/MILAGRO_LOGO-vertical-url.jpg
b/images/MILAGRO_LOGO-vertical-url.jpg
deleted file mode 100644
index 93a32f0..0000000
Binary files a/images/MILAGRO_LOGO-vertical-url.jpg and /dev/null differ
diff --git a/images/MILAGRO_LOGO-vertical-url.png
b/images/MILAGRO_LOGO-vertical-url.png
deleted file mode 100644
index ec122a0..0000000
Binary files a/images/MILAGRO_LOGO-vertical-url.png and /dev/null differ
diff --git a/images/MILAGRO_LOGO-vertical-url.svg
b/images/MILAGRO_LOGO-vertical-url.svg
deleted file mode 100644
index 6ea3319..0000000
--- a/images/MILAGRO_LOGO-vertical-url.svg
+++ /dev/null
@@ -1,191 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version:
6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- width="463px" height="756px" viewBox="127.4 -582 463 756"
enable-background="new 127.4 -582 463 756" xml:space="preserve">
-<g>
- <path fill="#3E454C"
d="M179.1,95h-6.9L148,34.1V95h-9.9V22.9h15.7l21.9,56.3L198,22.9h15.7V95h-9.9V34.1L179.1,95z"/>
- <path fill="#3E454C" d="M230.6,95V22.9h9.9V95H230.6z"/>
- <path fill="#3E454C" d="M257.5,95V22.9h9.9v63.2h31.301V95H257.5z"/>
- <path fill="#3E454C"
d="M354,95L348.3,79.7h-30.7L312.1,95h-10.8l27.9-72.1h8.699L365.4,95H354z
M321,70.8h24.201L333.1,37.9H333
- L321,70.8z"/>
- <path fill="#3E454C"
d="M408.6,63.9V55h28.2v27.4c-6.9,8.8-17.7,13.8-29.6,13.8c-22,0-38.701-14.9-38.701-37.3
-
c0-21.3,17.4-37.3,38.701-37.3c11.1,0,21,4.9,27.898,12.8l-7,5.8c-5-5.7-12.699-9.7-20.898-9.7C391,30.5,379,42.5,379,58.9
-
c0,17.5,11.701,28.4,28.201,28.4c7.6,0,14.6-2.7,19.699-7.5v-16h-18.3V63.9z"/>
- <path fill="#3E454C"
d="M491.201,95l-21.602-30.5h-7.398V95h-9.9V22.9h21.4c11,0,24.6,5.8,24.6,20.7c0,12.3-8.801,18.4-17.6,20.3
- L503.599,95H491.201z
M473.201,31.8h-11v23.9h9c9.6,0,16.699-3.5,16.699-11.7C487.8,36.6,481.9,31.8,473.201,31.8z"/>
- <path fill="#3E454C"
d="M544.8,96.2c-21,0-37.1-16.7-37.1-37.3s16.1-37.3,37.1-37.3s37.1,16.7,37.1,37.3
- C581.8,79.5,565.8,96.2,544.8,96.2z
M544.8,30.5c-15.301,0-26.6,12.5-26.6,28.4s11.199,28.4,26.6,28.4s26.6-12.5,26.6-28.4
- S560.099,30.5,544.8,30.5z"/>
-</g>
-<g>
- <path fill="#C2FF17"
d="M559.242-56.967L146.771-249.226c-5.393-2.452-8.827-7.85-8.827-13.731v-240.324
-
c0-11.279,11.771-18.636,21.58-13.732l412.471,192.256c5.396,2.452,8.827,7.848,8.827,13.734v240.319
- C580.821-59.419,569.542-52.062,559.242-56.967z"/>
- <g>
- <path fill="#31BCA4"
d="M573.464-317.4L137.943-114.351v99.073c0,11.279,11.771,18.636,21.58,13.731l412.471-192.258
-
c5.396-2.453,8.827-7.845,8.827-13.732v-103.486c0-3.434-0.979-6.377-2.452-8.83l0,0l0,0l0,0l0,0
-
c-0.979-1.961-2.94-2.941-4.904-4.414c0.981,0.982,1.473,1.961,1.473,3.434C574.937-319.361,574.446-318.38,573.464-317.4z"/>
- </g>
- <g>
- <path fill="#40D37B"
d="M145.791-256.582l435.521-203.05v-99.07c0-11.282-11.771-18.639-21.579-13.734L146.771-380.177
-
c-5.393,2.452-8.827,7.848-8.827,13.732v103.488c0,3.429,0.982,6.375,2.452,8.827l0,0l0,0l0,0l0,0
-
c0.982,1.959,2.943,2.94,4.905,4.411c-0.982-0.977-1.471-1.959-1.471-3.429C143.83-254.623,144.318-255.601,145.791-256.582z"/>
- </g>
-</g>
-<g>
- <path fill="#3E454C"
d="M160.86,139.691v-10.388c0-1.272-0.272-2.227-0.815-2.863c-0.544-0.636-1.389-0.954-2.535-0.954
-
c-1.506,0-2.618,0.432-3.336,1.297c-0.719,0.864-1.078,2.194-1.078,3.991v8.917h-2.418v-10.388c0-1.272-0.272-2.227-0.816-2.863
-
c-0.544-0.636-1.394-0.954-2.55-0.954c-1.515,0-2.625,0.454-3.329,1.362c-0.705,0.908-1.056,2.396-1.056,4.465v8.378h-2.418
-
v-15.968h1.967l0.393,2.185h0.117c0.457-0.776,1.1-1.384,1.931-1.821c0.83-0.437,1.76-0.655,2.79-0.655
-
c2.496,0,4.128,0.903,4.895,2.71h0.117c0.476-0.835,1.166-1.495,2.069-1.981c0.903-0.485,1.933-0.729,3.089-0.729
-
c1.807,0,3.159,0.464,4.058,1.392c0.898,0.928,1.348,2.411,1.348,4.451v10.417H160.86z"/>
- <path fill="#3E454C"
d="M169.132,119.396c0-0.554,0.136-0.96,0.408-1.217c0.272-0.258,0.612-0.387,1.02-0.387
-
c0.388,0,0.724,0.132,1.005,0.394c0.281,0.263,0.422,0.666,0.422,1.21s-0.141,0.949-0.422,1.216
-
c-0.282,0.268-0.617,0.401-1.005,0.401c-0.408,0-0.748-0.134-1.02-0.401C169.268,120.346,169.132,119.94,169.132,119.396z
- M171.754,139.691h-2.418v-15.968h2.418V139.691z"/>
- <path fill="#3E454C" d="M180.375,139.691h-2.418v-22.67h2.418V139.691z"/>
- <path fill="#3E454C"
d="M196.397,139.691l-0.48-2.272H195.8c-0.796,1-1.59,1.678-2.382,2.032c-0.792,0.354-1.78,0.531-2.965,0.531
-
c-1.583,0-2.824-0.407-3.722-1.224c-0.898-0.815-1.348-1.977-1.348-3.482c0-3.225,2.579-4.914,7.736-5.069l2.71-0.088v-0.99
-
c0-1.254-0.27-2.179-0.809-2.776c-0.539-0.597-1.401-0.896-2.586-0.896c-1.331,0-2.836,0.408-4.516,1.224l-0.743-1.851
-
c0.787-0.427,1.648-0.762,2.586-1.005s1.877-0.364,2.819-0.364c1.903,0,3.314,0.423,4.232,1.268s1.377,2.2,1.377,4.064v10.898
- H196.397z
M190.934,137.986c1.505,0,2.688-0.412,3.548-1.238c0.859-0.825,1.289-1.981,1.289-3.467v-1.442l-2.418,0.102
-
c-1.923,0.068-3.31,0.367-4.16,0.896c-0.85,0.53-1.274,1.354-1.274,2.47c0,0.874,0.264,1.54,0.794,1.996
- C189.242,137.759,189.982,137.986,190.934,137.986z"/>
- <path fill="#3E454C"
d="M217.315,123.724v1.529l-2.958,0.35c0.272,0.34,0.515,0.784,0.729,1.333
-
c0.213,0.549,0.321,1.168,0.321,1.857c0,1.564-0.535,2.812-1.603,3.745c-1.068,0.932-2.535,1.398-4.4,1.398
-
c-0.476,0-0.923-0.039-1.34-0.116c-1.03,0.544-1.544,1.229-1.544,2.054c0,0.438,0.18,0.761,0.539,0.969
-
c0.359,0.209,0.976,0.313,1.851,0.313h2.826c1.729,0,3.057,0.364,3.985,1.093c0.927,0.729,1.392,1.787,1.392,3.176
-
c0,1.769-0.709,3.116-2.127,4.043c-1.418,0.928-3.487,1.392-6.207,1.392c-2.088,0-3.698-0.389-4.83-1.165
-
c-1.132-0.777-1.697-1.875-1.697-3.293c0-0.972,0.311-1.812,0.932-2.521s1.496-1.189,2.623-1.442
-
c-0.408-0.185-0.75-0.471-1.027-0.859s-0.416-0.84-0.416-1.355c0-0.583,0.155-1.093,0.466-1.529
-
c0.311-0.438,0.801-0.86,1.472-1.268c-0.826-0.34-1.499-0.918-2.018-1.734c-0.52-0.815-0.779-1.748-0.779-2.797
-
c0-1.748,0.524-3.096,1.573-4.043c1.049-0.947,2.535-1.421,4.458-1.421c0.835,0,1.588,0.098,2.258,0.292H217.315z
M204.582,142.372
-
c0,0.864,0.364,1.521,1.093,1.967c0.729,0.447,1.772,0.671,3.132,0.671c2.03,0,3.533-0.304,4.509-0.911s1.464-1.431,1.464-2.47
-
c0-0.864-0.268-1.464-0.802-1.799s-1.54-0.503-3.016-0.503h-2.899c-1.098,0-1.952,0.263-2.564,0.787
- C204.888,140.639,204.582,141.391,204.582,142.372z
M205.893,128.837c0,1.117,0.315,1.962,0.947,2.535
-
c0.631,0.573,1.51,0.859,2.637,0.859c2.36,0,3.541-1.146,3.541-3.438c0-2.398-1.195-3.599-3.584-3.599
-
c-1.136,0-2.011,0.307-2.623,0.918C206.199,126.725,205.893,127.633,205.893,128.837z"/>
- <path fill="#3E454C"
d="M228.953,123.432c0.708,0,1.345,0.059,1.908,0.175l-0.335,2.244c-0.661-0.146-1.243-0.219-1.748-0.219
-
c-1.292,0-2.397,0.524-3.315,1.573c-0.917,1.049-1.376,2.355-1.376,3.919v8.567h-2.418v-15.968h1.996l0.277,2.957h0.117
-
c0.592-1.039,1.306-1.841,2.142-2.404C227.034,123.714,227.952,123.432,228.953,123.432z"/>
- <path fill="#3E454C"
d="M248.705,131.692c0,2.604-0.655,4.636-1.967,6.098c-1.311,1.462-3.123,2.192-5.434,2.192
-
c-1.428,0-2.695-0.335-3.803-1.005s-1.962-1.632-2.564-2.885c-0.602-1.253-0.903-2.72-0.903-4.4c0-2.603,0.651-4.63,1.953-6.082
-
c1.301-1.452,3.108-2.179,5.42-2.179c2.234,0,4.009,0.743,5.325,2.229C248.047,127.147,248.705,129.157,248.705,131.692z
-
M236.54,131.692c0,2.04,0.408,3.594,1.224,4.662c0.816,1.069,2.015,1.604,3.599,1.604c1.583,0,2.785-0.532,3.606-1.596
-
s1.231-2.62,1.231-4.67c0-2.029-0.41-3.571-1.231-4.626c-0.821-1.054-2.032-1.58-3.635-1.58c-1.583,0-2.778,0.52-3.584,1.559
- S236.54,129.634,236.54,131.692z"/>
- <path fill="#3E454C"
d="M253.669,138.147c0-0.651,0.148-1.145,0.444-1.479s0.721-0.502,1.275-0.502
-
c0.563,0,1.003,0.167,1.319,0.502c0.315,0.335,0.473,0.828,0.473,1.479c0,0.631-0.16,1.116-0.48,1.456
-
c-0.321,0.341-0.758,0.511-1.312,0.511c-0.495,0-0.906-0.153-1.231-0.459C253.832,139.349,253.669,138.847,253.669,138.147z"/>
- <path fill="#3E454C"
d="M262.83,119.396c0-0.554,0.136-0.96,0.408-1.217c0.272-0.258,0.612-0.387,1.02-0.387
-
c0.388,0,0.724,0.132,1.005,0.394c0.281,0.263,0.422,0.666,0.422,1.21s-0.141,0.949-0.422,1.216
-
c-0.282,0.268-0.617,0.401-1.005,0.401c-0.408,0-0.748-0.134-1.02-0.401C262.965,120.346,262.83,119.94,262.83,119.396z
- M265.452,139.691h-2.418v-15.968h2.418V139.691z"/>
- <path fill="#3E454C"
d="M282.581,139.691v-10.33c0-1.301-0.296-2.272-0.889-2.914c-0.593-0.641-1.52-0.961-2.783-0.961
-
c-1.671,0-2.895,0.451-3.671,1.354c-0.777,0.903-1.166,2.395-1.166,4.473v8.378h-2.418v-15.968h1.967l0.393,2.185h0.117
-
c0.496-0.786,1.189-1.396,2.083-1.828c0.894-0.432,1.889-0.648,2.987-0.648c1.923,0,3.37,0.464,4.341,1.392
- s1.457,2.411,1.457,4.451v10.417H282.581z"/>
- <path fill="#3E454C"
d="M297.423,139.982c-2.312,0-4.101-0.711-5.368-2.134c-1.268-1.423-1.902-3.437-1.902-6.039
-
c0-2.671,0.644-4.735,1.93-6.192c1.287-1.457,3.12-2.186,5.5-2.186c0.768,0,1.535,0.083,2.303,0.248
-
c0.767,0.165,1.369,0.359,1.807,0.583l-0.743,2.054c-0.534-0.214-1.117-0.391-1.749-0.531c-0.631-0.141-1.189-0.212-1.675-0.212
-
c-3.244,0-4.866,2.069-4.866,6.207c0,1.962,0.396,3.468,1.188,4.517c0.791,1.049,1.964,1.573,3.519,1.573
-
c1.33,0,2.695-0.286,4.094-0.859v2.142C300.391,139.706,299.045,139.982,297.423,139.982z"/>
- <path fill="#3E454C"
d="M308.595,123.724v10.358c0,1.302,0.296,2.272,0.889,2.914c0.593,0.641,1.521,0.962,2.783,0.962
-
c1.67,0,2.892-0.457,3.664-1.37s1.158-2.403,1.158-4.473v-8.392h2.419v15.968h-1.996l-0.35-2.142h-0.132
-
c-0.495,0.787-1.183,1.389-2.062,1.807c-0.879,0.417-1.882,0.626-3.009,0.626c-1.942,0-3.396-0.461-4.363-1.384
- s-1.449-2.398-1.449-4.429v-10.446H308.595z"/>
- <path fill="#3E454C"
d="M333.14,123.461c2.099,0,3.728,0.717,4.889,2.149c1.16,1.433,1.741,3.46,1.741,6.082
-
c0,2.623-0.586,4.66-1.756,6.112c-1.171,1.452-2.795,2.178-4.874,2.178c-1.039,0-1.988-0.191-2.848-0.575s-1.581-0.974-2.164-1.771
-
h-0.175l-0.51,2.055h-1.733v-22.67h2.418v5.507c0,1.233-0.039,2.341-0.116,3.322h0.116
- C329.255,124.258,330.926,123.461,333.14,123.461z
M332.791,125.486c-1.651,0-2.841,0.474-3.569,1.42
-
c-0.729,0.947-1.093,2.543-1.093,4.786c0,2.244,0.374,3.85,1.122,4.815c0.748,0.967,1.947,1.45,3.599,1.45
-
c1.486,0,2.594-0.542,3.322-1.625s1.093-2.64,1.093-4.669c0-2.079-0.364-3.628-1.093-4.648
- C335.443,125.996,334.316,125.486,332.791,125.486z"/>
- <path fill="#3E454C"
d="M354.888,139.691l-0.48-2.272h-0.116c-0.797,1-1.591,1.678-2.383,2.032
-
c-0.791,0.354-1.779,0.531-2.965,0.531c-1.583,0-2.824-0.407-3.723-1.224c-0.898-0.815-1.348-1.977-1.348-3.482
-
c0-3.225,2.579-4.914,7.736-5.069l2.71-0.088v-0.99c0-1.254-0.27-2.179-0.809-2.776c-0.539-0.597-1.4-0.896-2.586-0.896
-
c-1.331,0-2.836,0.408-4.517,1.224l-0.743-1.851c0.787-0.427,1.649-0.762,2.587-1.005c0.937-0.243,1.877-0.364,2.818-0.364
-
c1.904,0,3.315,0.423,4.232,1.268c0.918,0.845,1.377,2.2,1.377,4.064v10.898H354.888z
M349.425,137.986
-
c1.505,0,2.688-0.412,3.547-1.238c0.86-0.825,1.29-1.981,1.29-3.467v-1.442l-2.419,0.102c-1.923,0.068-3.31,0.367-4.159,0.896
-
c-0.851,0.53-1.275,1.354-1.275,2.47c0,0.874,0.265,1.54,0.794,1.996C347.732,137.759,348.473,137.986,349.425,137.986z"/>
- <path fill="#3E454C"
d="M367.895,137.986c0.428,0,0.84-0.031,1.238-0.095c0.398-0.062,0.714-0.128,0.947-0.196v1.851
-
c-0.263,0.126-0.648,0.23-1.158,0.313c-0.51,0.082-0.969,0.123-1.377,0.123c-3.089,0-4.633-1.626-4.633-4.881v-9.499h-2.288v-1.165
-
l2.288-1.006l1.02-3.409h1.398v3.701h4.634v1.879h-4.634V135c0,0.962,0.229,1.7,0.686,2.215
- C366.472,137.729,367.098,137.986,367.895,137.986z"/>
- <path fill="#3E454C"
d="M388.127,131.692c0,2.604-0.655,4.636-1.967,6.098s-3.123,2.192-5.435,2.192
-
c-1.428,0-2.695-0.335-3.803-1.005c-1.106-0.67-1.962-1.632-2.563-2.885c-0.603-1.253-0.903-2.72-0.903-4.4
-
c0-2.603,0.65-4.63,1.952-6.082s3.108-2.179,5.42-2.179c2.233,0,4.009,0.743,5.325,2.229
- C387.469,127.147,388.127,129.157,388.127,131.692z
M375.962,131.692c0,2.04,0.408,3.594,1.224,4.662
-
c0.815,1.069,2.016,1.604,3.599,1.604s2.785-0.532,3.605-1.596c0.821-1.063,1.231-2.62,1.231-4.67c0-2.029-0.41-3.571-1.231-4.626
-
c-0.82-1.054-2.032-1.58-3.635-1.58c-1.583,0-2.777,0.52-3.584,1.559S375.962,129.634,375.962,131.692z"/>
- <path fill="#3E454C"
d="M400.726,123.432c0.709,0,1.346,0.059,1.909,0.175l-0.335,2.244c-0.661-0.146-1.244-0.219-1.749-0.219
-
c-1.292,0-2.396,0.524-3.314,1.573s-1.377,2.355-1.377,3.919v8.567h-2.418v-15.968h1.996l0.276,2.957h0.116
-
c0.593-1.039,1.307-1.841,2.143-2.404C398.808,123.714,399.726,123.432,400.726,123.432z"/>
- <path fill="#3E454C"
d="M406.346,138.147c0-0.651,0.147-1.145,0.444-1.479c0.296-0.335,0.721-0.502,1.274-0.502
-
c0.563,0,1.003,0.167,1.318,0.502s0.474,0.828,0.474,1.479c0,0.631-0.16,1.116-0.48,1.456c-0.32,0.341-0.758,0.511-1.312,0.511
-
c-0.495,0-0.905-0.153-1.231-0.459C406.508,139.349,406.346,138.847,406.346,138.147z"/>
- <path fill="#3E454C"
d="M425.529,139.691l-0.48-2.272h-0.116c-0.797,1-1.591,1.678-2.383,2.032
-
c-0.791,0.354-1.779,0.531-2.965,0.531c-1.583,0-2.824-0.407-3.723-1.224c-0.898-0.815-1.348-1.977-1.348-3.482
-
c0-3.225,2.579-4.914,7.736-5.069l2.71-0.088v-0.99c0-1.254-0.27-2.179-0.809-2.776c-0.539-0.597-1.4-0.896-2.586-0.896
-
c-1.331,0-2.836,0.408-4.517,1.224l-0.743-1.851c0.787-0.427,1.649-0.762,2.587-1.005c0.937-0.243,1.877-0.364,2.818-0.364
-
c1.904,0,3.315,0.423,4.232,1.268c0.918,0.845,1.377,2.2,1.377,4.064v10.898H425.529z
M420.066,137.986
-
c1.505,0,2.688-0.412,3.547-1.238c0.86-0.825,1.29-1.981,1.29-3.467v-1.442l-2.419,0.102c-1.923,0.068-3.31,0.367-4.159,0.896
-
c-0.851,0.53-1.275,1.354-1.275,2.47c0,0.874,0.265,1.54,0.794,1.996C418.373,137.759,419.114,137.986,420.066,137.986z"/>
- <path fill="#3E454C"
d="M440.808,139.982c-1.039,0-1.988-0.191-2.848-0.575s-1.581-0.974-2.164-1.771h-0.175
-
c0.117,0.933,0.175,1.816,0.175,2.652v6.57h-2.418v-23.136h1.967l0.335,2.185h0.116c0.622-0.874,1.346-1.505,2.171-1.894
-
c0.826-0.389,1.772-0.583,2.841-0.583c2.118,0,3.752,0.724,4.903,2.171c1.15,1.447,1.727,3.478,1.727,6.09
-
c0,2.623-0.586,4.66-1.756,6.112C444.511,139.257,442.887,139.982,440.808,139.982z
M440.458,125.486
-
c-1.632,0-2.812,0.451-3.54,1.354s-1.103,2.341-1.122,4.312v0.539c0,2.244,0.374,3.85,1.122,4.815
-
c0.748,0.967,1.947,1.45,3.599,1.45c1.379,0,2.46-0.559,3.242-1.676c0.781-1.117,1.173-2.656,1.173-4.618
-
c0-1.991-0.392-3.519-1.173-4.583C442.977,126.018,441.876,125.486,440.458,125.486z"/>
- <path fill="#3E454C"
d="M462.556,139.691l-0.48-2.272h-0.116c-0.797,1-1.591,1.678-2.383,2.032
-
c-0.791,0.354-1.779,0.531-2.965,0.531c-1.583,0-2.824-0.407-3.723-1.224c-0.898-0.815-1.348-1.977-1.348-3.482
-
c0-3.225,2.579-4.914,7.736-5.069l2.71-0.088v-0.99c0-1.254-0.27-2.179-0.809-2.776c-0.539-0.597-1.4-0.896-2.586-0.896
-
c-1.331,0-2.836,0.408-4.517,1.224l-0.743-1.851c0.787-0.427,1.649-0.762,2.587-1.005c0.937-0.243,1.877-0.364,2.818-0.364
-
c1.904,0,3.315,0.423,4.232,1.268c0.918,0.845,1.377,2.2,1.377,4.064v10.898H462.556z
M457.093,137.986
-
c1.505,0,2.688-0.412,3.547-1.238c0.86-0.825,1.29-1.981,1.29-3.467v-1.442l-2.419,0.102c-1.923,0.068-3.31,0.367-4.159,0.896
-
c-0.851,0.53-1.275,1.354-1.275,2.47c0,0.874,0.265,1.54,0.794,1.996C455.4,137.759,456.141,137.986,457.093,137.986z"/>
- <path fill="#3E454C"
d="M476.787,139.982c-2.312,0-4.101-0.711-5.368-2.134s-1.901-3.437-1.901-6.039
-
c0-2.671,0.643-4.735,1.93-6.192s3.12-2.186,5.5-2.186c0.768,0,1.535,0.083,2.303,0.248c0.767,0.165,1.369,0.359,1.807,0.583
-
l-0.743,2.054c-0.534-0.214-1.117-0.391-1.749-0.531c-0.631-0.141-1.189-0.212-1.675-0.212c-3.244,0-4.866,2.069-4.866,6.207
-
c0,1.962,0.396,3.468,1.188,4.517c0.791,1.049,1.964,1.573,3.519,1.573c1.33,0,2.695-0.286,4.094-0.859v2.142
- C479.754,139.706,478.409,139.982,476.787,139.982z"/>
- <path fill="#3E454C"
d="M496.612,139.691v-10.33c0-1.301-0.296-2.272-0.889-2.914c-0.593-0.641-1.521-0.961-2.783-0.961
-
c-1.68,0-2.906,0.456-3.679,1.369c-0.771,0.913-1.158,2.409-1.158,4.487v8.349h-2.418v-22.67h2.418v6.862
-
c0,0.825-0.039,1.51-0.116,2.054h0.146c0.476-0.767,1.153-1.371,2.032-1.813s1.882-0.663,3.009-0.663
-
c1.952,0,3.417,0.464,4.393,1.392c0.977,0.928,1.465,2.401,1.465,4.422v10.417H496.612z"/>
- <path fill="#3E454C"
d="M511.818,139.982c-2.36,0-4.223-0.719-5.587-2.156c-1.365-1.438-2.047-3.433-2.047-5.987
-
c0-2.574,0.634-4.619,1.901-6.134c1.268-1.516,2.97-2.273,5.106-2.273c2.001,0,3.584,0.658,4.749,1.975
-
c1.166,1.316,1.749,3.052,1.749,5.208v1.53h-11c0.048,1.875,0.521,3.298,1.42,4.269c0.898,0.972,2.164,1.457,3.796,1.457
-
c1.719,0,3.419-0.359,5.099-1.078v2.156c-0.854,0.369-1.663,0.634-2.426,0.794C513.817,139.902,512.896,139.982,511.818,139.982z
-
M511.163,125.457c-1.282,0-2.305,0.418-3.067,1.253c-0.762,0.835-1.211,1.991-1.348,3.468h8.349c0-1.525-0.34-2.693-1.02-3.504
- C513.396,125.862,512.425,125.457,511.163,125.457z"/>
- <path fill="#3E454C"
d="M522.538,138.147c0-0.651,0.147-1.145,0.444-1.479c0.296-0.335,0.721-0.502,1.274-0.502
-
c0.563,0,1.003,0.167,1.318,0.502s0.474,0.828,0.474,1.479c0,0.631-0.16,1.116-0.48,1.456c-0.32,0.341-0.758,0.511-1.312,0.511
-
c-0.495,0-0.905-0.153-1.231-0.459C522.7,139.349,522.538,138.847,522.538,138.147z"/>
- <path fill="#3E454C"
d="M545.684,131.692c0,2.604-0.655,4.636-1.967,6.098s-3.123,2.192-5.435,2.192
-
c-1.428,0-2.695-0.335-3.803-1.005c-1.106-0.67-1.962-1.632-2.563-2.885c-0.603-1.253-0.903-2.72-0.903-4.4
-
c0-2.603,0.65-4.63,1.952-6.082s3.108-2.179,5.42-2.179c2.233,0,4.009,0.743,5.325,2.229
- C545.026,127.147,545.684,129.157,545.684,131.692z
M533.519,131.692c0,2.04,0.408,3.594,1.224,4.662
-
c0.815,1.069,2.016,1.604,3.599,1.604s2.785-0.532,3.605-1.596c0.821-1.063,1.231-2.62,1.231-4.67c0-2.029-0.41-3.571-1.231-4.626
-
c-0.82-1.054-2.032-1.58-3.635-1.58c-1.583,0-2.777,0.52-3.584,1.559S533.519,129.634,533.519,131.692z"/>
- <path fill="#3E454C"
d="M558.283,123.432c0.709,0,1.346,0.059,1.909,0.175l-0.335,2.244c-0.661-0.146-1.244-0.219-1.749-0.219
-
c-1.292,0-2.396,0.524-3.314,1.573s-1.377,2.355-1.377,3.919v8.567h-2.418v-15.968h1.996l0.276,2.957h0.116
-
c0.593-1.039,1.307-1.841,2.143-2.404C556.365,123.714,557.283,123.432,558.283,123.432z"/>
- <path fill="#3E454C"
d="M577.321,123.724v1.529l-2.957,0.35c0.271,0.34,0.515,0.784,0.729,1.333c0.213,0.549,0.32,1.168,0.32,1.857
-
c0,1.564-0.534,2.812-1.603,3.745c-1.069,0.932-2.535,1.398-4.4,1.398c-0.476,0-0.923-0.039-1.34-0.116
-
c-1.03,0.544-1.545,1.229-1.545,2.054c0,0.438,0.18,0.761,0.539,0.969c0.359,0.209,0.977,0.313,1.851,0.313h2.826
-
c1.729,0,3.058,0.364,3.985,1.093c0.927,0.729,1.391,1.787,1.391,3.176c0,1.769-0.709,3.116-2.127,4.043
-
c-1.418,0.928-3.487,1.392-6.206,1.392c-2.089,0-3.699-0.389-4.83-1.165c-1.132-0.777-1.697-1.875-1.697-3.293
-
c0-0.972,0.311-1.812,0.933-2.521c0.621-0.709,1.495-1.189,2.622-1.442c-0.408-0.185-0.75-0.471-1.027-0.859
-
c-0.276-0.389-0.415-0.84-0.415-1.355c0-0.583,0.155-1.093,0.467-1.529c0.311-0.438,0.801-0.86,1.471-1.268
-
c-0.825-0.34-1.498-0.918-2.018-1.734c-0.52-0.815-0.779-1.748-0.779-2.797c0-1.748,0.524-3.096,1.573-4.043
-
s2.535-1.421,4.458-1.421c0.836,0,1.589,0.098,2.259,0.292H577.321z
M564.587,142.372c0,0.864,0.364,1.521,1.093,1.967
-
c0.729,0.447,1.772,0.671,3.132,0.671c2.03,0,3.533-0.304,4.51-0.911c0.976-0.607,1.464-1.431,1.464-2.47
-
c0-0.864-0.267-1.464-0.801-1.799s-1.54-0.503-3.017-0.503h-2.898c-1.099,0-1.953,0.263-2.564,0.787
- C564.893,140.639,564.587,141.391,564.587,142.372z
M565.899,128.837c0,1.117,0.315,1.962,0.946,2.535
-
c0.632,0.573,1.511,0.859,2.638,0.859c2.36,0,3.54-1.146,3.54-3.438c0-2.398-1.194-3.599-3.584-3.599
-
c-1.137,0-2.011,0.307-2.622,0.918C566.205,126.725,565.899,127.633,565.899,128.837z"/>
-</g>
-</svg>
diff --git a/images/MILAGRO_LOGO-vertical.jpg b/images/MILAGRO_LOGO-vertical.jpg
deleted file mode 100644
index be5d06a..0000000
Binary files a/images/MILAGRO_LOGO-vertical.jpg and /dev/null differ
diff --git a/images/MILAGRO_LOGO-vertical.png b/images/MILAGRO_LOGO-vertical.png
deleted file mode 100644
index 9402563..0000000
Binary files a/images/MILAGRO_LOGO-vertical.png and /dev/null differ
diff --git a/images/MILAGRO_LOGO-vertical.svg b/images/MILAGRO_LOGO-vertical.svg
deleted file mode 100644
index 322bf82..0000000
--- a/images/MILAGRO_LOGO-vertical.svg
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version:
6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- width="463px" height="756px" viewBox="127.4 -582 463 756"
enable-background="new 127.4 -582 463 756" xml:space="preserve">
-<g>
- <path fill="#3E454C"
d="M179.1,95h-6.9L148,34.1V95h-9.9V22.9h15.7l21.9,56.3L198,22.9h15.7V95h-9.9V34.1L179.1,95z"/>
- <path fill="#3E454C" d="M230.6,95V22.9h9.9V95H230.6z"/>
- <path fill="#3E454C" d="M257.5,95V22.9h9.9v63.2h31.301V95H257.5z"/>
- <path fill="#3E454C"
d="M354,95L348.3,79.7h-30.7L312.1,95h-10.8l27.9-72.1h8.699L365.4,95H354z
M321,70.8h24.201L333.1,37.9H333
- L321,70.8z"/>
- <path fill="#3E454C"
d="M408.6,63.9V55h28.2v27.4c-6.9,8.8-17.7,13.8-29.6,13.8c-22,0-38.701-14.9-38.701-37.3
-
c0-21.3,17.4-37.3,38.701-37.3c11.1,0,21,4.9,27.898,12.8l-7,5.8c-5-5.7-12.699-9.7-20.898-9.7C391,30.5,379,42.5,379,58.9
-
c0,17.5,11.701,28.4,28.201,28.4c7.6,0,14.6-2.7,19.699-7.5v-16h-18.3V63.9z"/>
- <path fill="#3E454C"
d="M491.201,95l-21.602-30.5h-7.398V95h-9.9V22.9h21.4c11,0,24.6,5.8,24.6,20.7c0,12.3-8.801,18.4-17.6,20.3
- L503.599,95H491.201z
M473.201,31.8h-11v23.9h9c9.6,0,16.699-3.5,16.699-11.7C487.8,36.6,481.9,31.8,473.201,31.8z"/>
- <path fill="#3E454C"
d="M544.8,96.2c-21,0-37.1-16.7-37.1-37.3s16.1-37.3,37.1-37.3s37.1,16.7,37.1,37.3
- C581.8,79.5,565.8,96.2,544.8,96.2z
M544.8,30.5c-15.301,0-26.6,12.5-26.6,28.4s11.199,28.4,26.6,28.4s26.6-12.5,26.6-28.4
- S560.099,30.5,544.8,30.5z"/>
-</g>
-<g>
- <path fill="#C2FF17"
d="M559.242-56.967L146.771-249.226c-5.393-2.452-8.827-7.85-8.827-13.731v-240.324
-
c0-11.279,11.771-18.636,21.58-13.732l412.471,192.256c5.396,2.452,8.827,7.848,8.827,13.734v240.319
- C580.821-59.419,569.542-52.062,559.242-56.967z"/>
- <g>
- <path fill="#31BCA4"
d="M573.464-317.4L137.943-114.351v99.073c0,11.279,11.771,18.636,21.58,13.731l412.471-192.258
-
c5.396-2.453,8.827-7.845,8.827-13.732v-103.486c0-3.434-0.979-6.377-2.452-8.83l0,0l0,0l0,0l0,0
-
c-0.979-1.961-2.94-2.941-4.904-4.414c0.981,0.982,1.473,1.961,1.473,3.434C574.937-319.361,574.446-318.38,573.464-317.4z"/>
- </g>
- <g>
- <path fill="#40D37B"
d="M145.791-256.582l435.521-203.05v-99.07c0-11.282-11.771-18.639-21.579-13.734L146.771-380.177
-
c-5.393,2.452-8.827,7.848-8.827,13.732v103.488c0,3.429,0.982,6.375,2.452,8.827l0,0l0,0l0,0l0,0
-
c0.982,1.959,2.943,2.94,4.905,4.411c-0.982-0.977-1.471-1.959-1.471-3.429C143.83-254.623,144.318-255.601,145.791-256.582z"/>
- </g>
-</g>
-</svg>
diff --git a/images/MILAGRO_LOGO.jpg b/images/MILAGRO_LOGO.jpg
deleted file mode 100644
index 19374f4..0000000
Binary files a/images/MILAGRO_LOGO.jpg and /dev/null differ
diff --git a/images/MILAGRO_LOGO.png b/images/MILAGRO_LOGO.png
deleted file mode 100644
index 0544191..0000000
Binary files a/images/MILAGRO_LOGO.png and /dev/null differ
diff --git a/images/MILAGRO_LOGO.svg b/images/MILAGRO_LOGO.svg
deleted file mode 100644
index 0818075..0000000
--- a/images/MILAGRO_LOGO.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version:
6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- width="581.8px" height="117px" viewBox="0 0 581.8 117"
enable-background="new 0 0 581.8 117" xml:space="preserve">
-<g>
- <path fill="#3E454C"
d="M179.1,95h-6.9L148,34.1V95h-9.9V22.9h15.7l21.9,56.3L198,22.9h15.7V95h-9.9V34.1L179.1,95z"/>
- <path fill="#3E454C" d="M230.6,95V22.9h9.9V95H230.6z"/>
- <path fill="#3E454C" d="M257.5,95V22.9h9.9v63.2h31.301V95H257.5z"/>
- <path fill="#3E454C"
d="M354,95L348.3,79.7h-30.7L312.1,95h-10.8l27.9-72.1h8.699L365.4,95H354z
M321,70.8h24.201L333.1,37.9H333
- L321,70.8z"/>
- <path fill="#3E454C"
d="M408.6,63.9V55h28.2v27.4c-6.9,8.8-17.7,13.8-29.6,13.8c-22,0-38.701-14.9-38.701-37.3
-
c0-21.3,17.4-37.3,38.701-37.3c11.1,0,21,4.9,27.898,12.8l-7,5.8c-5-5.7-12.699-9.7-20.898-9.7C391,30.5,379,42.5,379,58.9
-
c0,17.5,11.701,28.4,28.201,28.4c7.6,0,14.6-2.7,19.699-7.5v-16h-18.3V63.9z"/>
- <path fill="#3E454C"
d="M491.201,95l-21.602-30.5h-7.398V95h-9.9V22.9h21.4c11,0,24.6,5.8,24.6,20.7c0,12.3-8.801,18.4-17.6,20.3
- L503.599,95H491.201z
M473.201,31.8h-11v23.9h9c9.6,0,16.699-3.5,16.699-11.7C487.8,36.6,481.9,31.8,473.201,31.8z"/>
- <path fill="#3E454C"
d="M544.8,96.2c-21,0-37.1-16.7-37.1-37.3s16.1-37.3,37.1-37.3s37.1,16.7,37.1,37.3
- C581.8,79.5,565.8,96.2,544.8,96.2z
M544.8,30.5c-15.301,0-26.6,12.5-26.6,28.4s11.199,28.4,26.6,28.4s26.6-12.5,26.6-28.4
- S560.099,30.5,544.8,30.5z"/>
-</g>
-<g>
- <path fill="#C2FF17"
d="M85.9,105.4L1.8,66.2C0.7,65.7,0,64.6,0,63.4v-49c0-2.3,2.4-3.8,4.4-2.8l84.1,39.2c1.1,0.5,1.8,1.6,1.8,2.8
- v49C90.3,104.9,88,106.4,85.9,105.4z"/>
- <g>
- <path fill="#31BCA4"
d="M88.8,52.3L0,93.7v20.2c0,2.3,2.4,3.8,4.4,2.8l84.1-39.2c1.1-0.5,1.8-1.6,1.8-2.8V53.6
-
c0-0.7-0.2-1.3-0.5-1.8l0,0l0,0l0,0l0,0c-0.2-0.4-0.6-0.6-1-0.9c0.2,0.2,0.3,0.4,0.3,0.7C89.1,51.9,89,52.1,88.8,52.3z"/>
- </g>
- <g>
- <path fill="#40D37B"
d="M1.6,64.7l88.8-41.4V3.1c0-2.3-2.4-3.8-4.4-2.8L1.8,39.5C0.7,40,0,41.1,0,42.3V63.4
-
c0,0.699,0.2,1.3,0.5,1.8l0,0l0,0l0,0l0,0c0.2,0.399,0.6,0.6,1,0.899C1.3,65.9,1.2,65.7,1.2,65.4C1.2,65.1,1.3,64.9,1.6,64.7z"/>
- </g>
-</g>
-</svg>
diff --git a/images/MILAGRO_emblem 2.svg b/images/MILAGRO_emblem 2.svg
deleted file mode 100644
index df1a8c1..0000000
--- a/images/MILAGRO_emblem 2.svg
+++ /dev/null
@@ -1,24 +0,0 @@
-<svg version="1.1"
- xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
- x="0px" y="0px" width="90.3px" height="117px" viewBox="0 0 90.3 117"
style="enable-background:new 0 0 90.3 117;"
- xml:space="preserve">
-<style type="text/css">
- .st0{fill:#C2FF17;}
- .st1{fill:#31BCA4;}
- .st2{fill:#40D37B;}
-</style>
-<defs>
-</defs>
-<g>
- <path class="st0"
d="M85.9,105.4L1.8,66.2C0.7,65.7,0,64.6,0,63.4v-49c0-2.3,2.4-3.8,4.4-2.8l84.1,39.2c1.1,0.5,1.8,1.6,1.8,2.8v49
- C90.3,104.9,88,106.4,85.9,105.4z"/>
- <g>
- <path class="st1"
d="M88.8,52.3L0,93.7l0,20.2c0,2.3,2.4,3.8,4.4,2.8l84.1-39.2c1.1-0.5,1.8-1.6,1.8-2.8V53.6
-
c0-0.7-0.2-1.3-0.5-1.8l0,0l0,0c0,0,0,0,0,0l0,0c-0.2-0.4-0.6-0.6-1-0.9c0.2,0.2,0.3,0.4,0.3,0.7C89.1,51.9,89,52.1,88.8,52.3z"/>
- </g>
- <g>
- <path class="st2"
d="M1.6,64.7l88.8-41.4V3.1c0-2.3-2.4-3.8-4.4-2.8L1.8,39.5C0.7,40,0,41.1,0,42.3v21.1c0,0.7,0.2,1.3,0.5,1.8
-
l0,0c0,0,0,0,0,0c0,0,0,0,0,0l0,0c0.2,0.4,0.6,0.6,1,0.9c-0.2-0.2-0.3-0.4-0.3-0.7C1.2,65.1,1.3,64.9,1.6,64.7z"/>
- </g>
-</g>
-</svg>
diff --git a/images/MILAGRO_emblem 3.svg b/images/MILAGRO_emblem 3.svg
deleted file mode 100644
index df1a8c1..0000000
--- a/images/MILAGRO_emblem 3.svg
+++ /dev/null
@@ -1,24 +0,0 @@
-<svg version="1.1"
- xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
- x="0px" y="0px" width="90.3px" height="117px" viewBox="0 0 90.3 117"
style="enable-background:new 0 0 90.3 117;"
- xml:space="preserve">
-<style type="text/css">
- .st0{fill:#C2FF17;}
- .st1{fill:#31BCA4;}
- .st2{fill:#40D37B;}
-</style>
-<defs>
-</defs>
-<g>
- <path class="st0"
d="M85.9,105.4L1.8,66.2C0.7,65.7,0,64.6,0,63.4v-49c0-2.3,2.4-3.8,4.4-2.8l84.1,39.2c1.1,0.5,1.8,1.6,1.8,2.8v49
- C90.3,104.9,88,106.4,85.9,105.4z"/>
- <g>
- <path class="st1"
d="M88.8,52.3L0,93.7l0,20.2c0,2.3,2.4,3.8,4.4,2.8l84.1-39.2c1.1-0.5,1.8-1.6,1.8-2.8V53.6
-
c0-0.7-0.2-1.3-0.5-1.8l0,0l0,0c0,0,0,0,0,0l0,0c-0.2-0.4-0.6-0.6-1-0.9c0.2,0.2,0.3,0.4,0.3,0.7C89.1,51.9,89,52.1,88.8,52.3z"/>
- </g>
- <g>
- <path class="st2"
d="M1.6,64.7l88.8-41.4V3.1c0-2.3-2.4-3.8-4.4-2.8L1.8,39.5C0.7,40,0,41.1,0,42.3v21.1c0,0.7,0.2,1.3,0.5,1.8
-
l0,0c0,0,0,0,0,0c0,0,0,0,0,0l0,0c0.2,0.4,0.6,0.6,1,0.9c-0.2-0.2-0.3-0.4-0.3-0.7C1.2,65.1,1.3,64.9,1.6,64.7z"/>
- </g>
-</g>
-</svg>
diff --git a/images/MILAGRO_emblem.png b/images/MILAGRO_emblem.png
deleted file mode 100644
index 7037463..0000000
Binary files a/images/MILAGRO_emblem.png and /dev/null differ
diff --git a/images/MILAGRO_emblem.svg b/images/MILAGRO_emblem.svg
deleted file mode 100644
index df1a8c1..0000000
--- a/images/MILAGRO_emblem.svg
+++ /dev/null
@@ -1,24 +0,0 @@
-<svg version="1.1"
- xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
- x="0px" y="0px" width="90.3px" height="117px" viewBox="0 0 90.3 117"
style="enable-background:new 0 0 90.3 117;"
- xml:space="preserve">
-<style type="text/css">
- .st0{fill:#C2FF17;}
- .st1{fill:#31BCA4;}
- .st2{fill:#40D37B;}
-</style>
-<defs>
-</defs>
-<g>
- <path class="st0"
d="M85.9,105.4L1.8,66.2C0.7,65.7,0,64.6,0,63.4v-49c0-2.3,2.4-3.8,4.4-2.8l84.1,39.2c1.1,0.5,1.8,1.6,1.8,2.8v49
- C90.3,104.9,88,106.4,85.9,105.4z"/>
- <g>
- <path class="st1"
d="M88.8,52.3L0,93.7l0,20.2c0,2.3,2.4,3.8,4.4,2.8l84.1-39.2c1.1-0.5,1.8-1.6,1.8-2.8V53.6
-
c0-0.7-0.2-1.3-0.5-1.8l0,0l0,0c0,0,0,0,0,0l0,0c-0.2-0.4-0.6-0.6-1-0.9c0.2,0.2,0.3,0.4,0.3,0.7C89.1,51.9,89,52.1,88.8,52.3z"/>
- </g>
- <g>
- <path class="st2"
d="M1.6,64.7l88.8-41.4V3.1c0-2.3-2.4-3.8-4.4-2.8L1.8,39.5C0.7,40,0,41.1,0,42.3v21.1c0,0.7,0.2,1.3,0.5,1.8
-
l0,0c0,0,0,0,0,0c0,0,0,0,0,0l0,0c0.2,0.4,0.6,0.6,1,0.9c-0.2-0.2-0.3-0.4-0.3-0.7C1.2,65.1,1.3,64.9,1.6,64.7z"/>
- </g>
-</g>
-</svg>
diff --git a/images/Milagro-Ecosystems.png b/images/Milagro-Ecosystems.png
deleted file mode 100644
index f91b001..0000000
Binary files a/images/Milagro-Ecosystems.png and /dev/null differ
diff --git a/images/Milagro-MFA 2.jpg b/images/Milagro-MFA 2.jpg
deleted file mode 100644
index f04b1f0..0000000
Binary files a/images/Milagro-MFA 2.jpg and /dev/null differ
diff --git a/images/Milagro-MFA.jpg b/images/Milagro-MFA.jpg
deleted file mode 100644
index f04b1f0..0000000
Binary files a/images/Milagro-MFA.jpg and /dev/null differ
diff --git a/images/Milagro-TLS 2.jpg b/images/Milagro-TLS 2.jpg
deleted file mode 100644
index d7669be..0000000
Binary files a/images/Milagro-TLS 2.jpg and /dev/null differ
diff --git a/images/Milagro-TLS.jpg b/images/Milagro-TLS.jpg
deleted file mode 100644
index d7669be..0000000
Binary files a/images/Milagro-TLS.jpg and /dev/null differ
diff --git a/images/Milagro-TLS2 2.png b/images/Milagro-TLS2 2.png
deleted file mode 100644
index b55709e..0000000
Binary files a/images/Milagro-TLS2 2.png and /dev/null differ
diff --git a/images/Milagro-TLS2.png b/images/Milagro-TLS2.png
deleted file mode 100644
index b55709e..0000000
Binary files a/images/Milagro-TLS2.png and /dev/null differ
diff --git a/images/Milagro.png b/images/Milagro.png
deleted file mode 100644
index fab9ac9..0000000
Binary files a/images/Milagro.png and /dev/null differ
diff --git a/images/milagro-footer 2.png b/images/milagro-footer 2.png
deleted file mode 100644
index 8fb02e3..0000000
Binary files a/images/milagro-footer 2.png and /dev/null differ
diff --git a/images/milagro-footer 3.png b/images/milagro-footer 3.png
deleted file mode 100644
index 8fb02e3..0000000
Binary files a/images/milagro-footer 3.png and /dev/null differ
diff --git a/images/milagro-footer.png b/images/milagro-footer.png
deleted file mode 100644
index 8fb02e3..0000000
Binary files a/images/milagro-footer.png and /dev/null differ
diff --git a/images/milagro-header 2.png b/images/milagro-header 2.png
deleted file mode 100644
index 92ca506..0000000
Binary files a/images/milagro-header 2.png and /dev/null differ
diff --git a/images/milagro-header 3.png b/images/milagro-header 3.png
deleted file mode 100644
index 92ca506..0000000
Binary files a/images/milagro-header 3.png and /dev/null differ
diff --git a/images/milagro-header 4.png b/images/milagro-header 4.png
deleted file mode 100644
index 92ca506..0000000
Binary files a/images/milagro-header 4.png and /dev/null differ
diff --git a/images/milagro-header.png b/images/milagro-header.png
deleted file mode 100644
index 92ca506..0000000
Binary files a/images/milagro-header.png and /dev/null differ
diff --git a/images/milagro-hero 2.png b/images/milagro-hero 2.png
deleted file mode 100644
index 9eb6c7e..0000000
Binary files a/images/milagro-hero 2.png and /dev/null differ
diff --git a/images/milagro-hero 3.png b/images/milagro-hero 3.png
deleted file mode 100644
index 9eb6c7e..0000000
Binary files a/images/milagro-hero 3.png and /dev/null differ
diff --git a/images/milagro-hero-inc-subheader 2.png
b/images/milagro-hero-inc-subheader 2.png
deleted file mode 100644
index a188020..0000000
Binary files a/images/milagro-hero-inc-subheader 2.png and /dev/null differ
diff --git a/images/milagro-hero-inc-subheader 3.png
b/images/milagro-hero-inc-subheader 3.png
deleted file mode 100644
index a188020..0000000
Binary files a/images/milagro-hero-inc-subheader 3.png and /dev/null differ
diff --git a/images/milagro-hero-inc-subheader.png
b/images/milagro-hero-inc-subheader.png
deleted file mode 100644
index a188020..0000000
Binary files a/images/milagro-hero-inc-subheader.png and /dev/null differ
diff --git a/images/milagro-hero.png b/images/milagro-hero.png
deleted file mode 100644
index 9eb6c7e..0000000
Binary files a/images/milagro-hero.png and /dev/null differ
diff --git a/images/milagro-home-t=1490269804246.png
b/images/milagro-home-t=1490269804246.png
deleted file mode 100644
index 86e977a..0000000
Binary files a/images/milagro-home-t=1490269804246.png and /dev/null differ
diff --git a/images/milagro-mfa-3-things.png b/images/milagro-mfa-3-things.png
deleted file mode 100644
index 9ed63d0..0000000
Binary files a/images/milagro-mfa-3-things.png and /dev/null differ