/* =============================================================================
	reset start
	========================================================================== */
/* CSS Document */
/* =============================================================================
	BODY
	========================================================================== */
body {
  font: 16px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
  color: #111111;
  width: 100%;
  height: 100%;
  margin: 0 auto !important;
  font-weight: normal; }

html {
  min-height: 100%; }

/* =============================================================================
	HTML5
	========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

figure {
  margin: 0; }

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  list-style-type: none; }

b, strong {
  font-weight: 600; }

/* =============================================================================
	IMAGES
	========================================================================== */
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: top; }

/* =============================================================================
	LINKS
	========================================================================== */
a {
  text-decoration: none;
  outline: none;
  color: #00a651; }

a:hover {
  color: #2ebb37;
  color: #2ebb37; }

a:focus {
  outline: none; }

a:hover, a:active {
  outline: 0; }

a:active {
  text-decoration: none; }

/* =============================================================================
	SELECT TEXT
	========================================================================== */
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
	FORMS
	========================================================================== */
form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  *overflow: visible; }

input {
  outline: none; }

/*Iphone Border Radius Fix*/
input {
  -webkit-border-radius: 0; }

textarea {
  -webkit-border-radius: 0; }

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* mobile firefox too! */ }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  [type="password"] {
    letter-spacing: 0 !important; } }
button[disabled], input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0; }

button {
  padding: 0; }

input[type="checkbox"], input[type="radio"] {
  width: 15px;
  height: 16px;
  padding: 0;
  margin: 0 10px 0 0; }

input, textarea, select {
  font: 100% 'Open Sans', Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000; }

textarea {
  resize: vertical;
  margin: 0;
  padding: 0;
  overflow: auto;
  vertical-align: top;
  outline: none; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input:-moz-placeholder {
  color: #525252; }

input::-moz-placeholder {
  color: #525252;
  opacity: 1; }

input::-webkit-input-placeholder {
  color: #525252; }

input:-ms-input-placeholder {
  color: #525252; }

input::placeholder {
  color: #525252; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder {
  color: transparent; }

input::-ms-clear {
  display: none; }

input:hover:-moz-placeholder {
  color: #00a651; }

input:hover::-moz-placeholder {
  color: #00a651;
  opacity: 1; }

input:hover::-webkit-input-placeholder {
  color: #00a651; }

input:hover:-ms-input-placeholder {
  color: #00a651; }

input:hover::placeholder {
  color: #00a651; }

/* =============================================================================
	TABLES
	========================================================================== */
table, caption, tbody, tfoot, thead, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

/* =============================================================================
	QUOTES
	========================================================================== */
q {
  quotes: none; }

q:before {
  content: ""; }

q:after {
  content: ""; }

/* =============================================================================
	LISTS
	========================================================================== */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0 0 10px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

ul li {
  list-style: none;
  list-style: none outside; }

/* =============================================================================
	SEMANTIC TAG
	========================================================================== */
h1, .h1 {
  color: #00a651;
  font-size: 32px;
  line-height: 1em;
  font-weight: 400;
  margin: 0.5em 0 0.3em; }

h2, .h2 {
  font-family: 'source sans pro';
  font-size: 28px;
  line-height: 1em;
  font-weight: 400;
  margin: 0.5em 0 0.3em;
    color: #00a651; }

h3, .h3 {
  color: #224192;
  font-size: 24px;
  line-height: 1em;
  font-weight: 400;
  margin: 0.5em 0 0.3em; }

h4, .h4 {
    color: #224192;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
  margin: 0.5em 0 0.3em; }

h5, .h5 {
  color: #224192;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  margin: 0.5em 0 0.3em; }

h6, .h6 {
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  margin: 0.5em 0 0.3em;
  color: #f58220; }

blockquote {
  margin: 0 0 10px; }

/*sub, sup, small {font-size:75%;}*/
sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

svg:not(:root) {
  overflow: hidden; }

p {
  margin: 0 0 10px; }

hr {
  display: block;
  height: 1px;
  border-bottom: none;
  border-left: none;
  border-top: 1px solid #eee;
  margin: 0;
  padding: 0; }

* + html hr {
  margin: -7px 0; }

mark {
  color: #00a651;
  background: none; }

ins {
  text-decoration: none;
  background: #ff9; }

del {
  text-decoration: line-through; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* Allow line wrapping of 'pre' */
pre, code, kbd, samp {
  margin: 0 0 10px;
  font: 10px/13px Menlo, Consolas, "DejaVu Sans Mono", Monaco, monospace; }

/* =============================================================================
	HasLayot
	========================================================================== */
.group:after {
  display: block;
  content: "";
  clear: both; }

/* =============================================================================
	Hide object
	========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visualhidden {
  position: absolute;
  top: -9999px;
  left: -9999px; }

/* =============================================================================
	Print styles.
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* =============================================================================
	reset end
	========================================================================== */
