﻿/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {    
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {    
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Main */
a {
    color: #007d40;
    text-decoration: none;
}

a:hover, a:focus {
    color: #007d40;
}

a:active {
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: "Droid Serif", Cambria, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #007d40;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

nav ul {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 0 20px 0;
}

table th {
    text-align: left;
}

table th, table td {
    border: 1px solid #ccc;
    padding: 5px;
}

input[type='search'], input[type='url'], input[type='email'], input[type='text'], input[type='password'], textarea {
    border-radius: 0;
    box-shadow: 0;
    border: 1px solid #CCC;
    font-family: "Open Sans", Calibri, helvetica, sans-serif;
    padding: 5px;
    outline: 0;
    word-break: normal;
    -webkit-appearance: none;
    margin-bottom: 2px;
}

select {
    border-radius: 0;
    box-shadow: 0;
    border: 1px solid #CCC;
    font-family: "Open Sans", Calibri, helvetica, sans-serif;
    padding: 5px;
    outline: 0;
    word-break: normal;
    margin-bottom: 2px;
}

input[type='search']:focus, input[type='url']:focus, input[type='email']:focus, input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
    border-color: #21b2fa;
}

textarea {
    width: 98%;
    padding: 1%;
}

input[type=radio] {
    float: left;
    position: relative;
    top: 3px;
    width: 10%;
}

input[type="button"], input[type="submit"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.Content-Wrapper input[type="submit"], .Content-Wrapper input[type="button"], #newsletterform input[type="submit"], #newsletterform input[type="button"], #apmlfilter input[type="submit"], .Btn {
    display: inline-block;
    background: #20aaee;
    color: #FFF;
    border: none;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    margin: 1px auto;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.Content-Wrapper input[type="submit"]:hover, .Content-Wrapper input[type="button"]:hover, #newsletterform input[type="submit"]:hover, #newsletterform input[type="button"]:hover, #apmlfilter input[type="submit"]:hover, .Btn:hover {
    background: #008dd2;
    color: #FFF !important;
}

.Btn-Blue {
    background: #20aaee !important;
}

.Btn-Blue:hover {
    background: #008dd2 !important;
}

.Btn-Red {
    background: #e34242 !important;
}

.Btn-Red:hover {
    background: #c80000 !important;
}

.Btn-Gray {
    background: #c3c3c3 !important;
}

.Btn-Gray:hover {
    background: #989898 !important;
}

.Btn-Green {
    background: #00d259 !important;
}

.Btn-Green:hover {
    background: #00ba4f !important;
}

.Align-Center {
    text-align: center;
}

.Align-Right {
    text-align: right;
}

.Align-Left {
    text-align: left;
}

.Float-Right {
    float: right;
}

.Float-Left {
    float: left;
}

blockquote {
    border-left: 4px solid #007d40;
    padding: 1px 10px;
    margin: 0 0 0 2em;
    background: #F5F5F5;
    line-height: 1.8;
}

.Container:before, .Container:after {
    display: table;
    line-height: 0;
    content: "";
}

.Container:after {
    clear: both;
}

.Clear, .clear {
    clear: both;
}

.Clearer, .clearer {
    clear: both;
    display: block;
    height: 0;
    line-height: 1px;
    font-size: 1px;
    margin: 0;
    padding: 0;
}

.ClearFix, .clearFix {
    zoom: 1;
}

.ClearFix:after, .clearFix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0 !important;
    overflow: hidden;
}

.Page-Wrapper iframe, .Page-Wrapper video {
    border: none;
    margin: 0;
    padding: 0;
    max-width: 100% !important;
    width: 100% !important;
}
