.component .component-text {
    margin: 0px 0px 0px 0px;
}
.component .component-text h1 {
    margin: 0px 0px 20px 0px;
}
.component .component-text h2 {
    margin: 0px 0px 20px 0px;
}
.component .component-text h3 {
    margin: 0px 0px 20px 0px;
}
.component .component-text ul {
    margin: 0px 0px 20px 0px;
}
.component .component-text p {
    margin: 0px 0px 20px 0px;
}
.component .component-text ul {
    list-style-type: disc;
    padding: 0px 0px 0px 20px;
}
.component .image-container {
    margin: 0px 0px 20px 0px;
    padding: 5px;
    text-align: center;
}
.component .image-container img {
    display: block;
    width: 100%;
}
.component .caption {
    margin: -15px 0px 20px 0px;
}
.component .component-call {
    margin: 0px 0px 20px 0px;
    text-align: center;
}
.component .component-call a {
    display: block;
    padding: 10px;
    text-decoration: none;
}
.component .component-call img {
    float: left;
    height: 17px;
    width: auto;
}


.component .component-email {
    margin: 0px 0px 20px 0px;
    text-align: center;
}
.component .component-email a {
    display: block;
    padding: 10px;
    text-decoration: none;
}
.component .component-email img {
    float: left;
    height: 17px;
    width: auto;
}


/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
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;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
img.scale {
    height: auto;
    max-width: 100%;
}
.embed {
    background: #222222;
}
.embed p {
}
.embed a {
    color: #ffffff;
    font: normal 9px/9px 'Lora', serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}
html, body {
    background: #000000;
    color: #ffffff;
    font: normal 14px/20px 'Lora', serif;    
}
h1 {
    color: #76b827;
    font: 700 24px/30px 'Lora', serif;
    letter-spacing: -1px;
}
h2 {
    color: #1c3a94;
    font: 700 20px/26px 'Lora', serif;
    letter-spacing: -1px;
}
h3 {
    color: #999999;
    font: 700 16px/22px 'Lora', serif;
}
p {
    font: 400 14px/20px 'Lora', serif;
    margin: 0px 0px 10px 0px;
}
ul li {
    font: 400 14px/20px 'Lora', serif;
}
b, strong {
    font-weight: 700;
}
i, em {
    font-style: italic;
}
a {
    color: #76b827;
    font-weight: 700;
}
.container {
    max-width: 768px;
    margin: 0 auto;
}
.header {
    background: #dcebc1;
    padding: 40px 20px;
}
.logo {
    text-align: center;
}
.social {
    background: #76b827 url("../media/files/assets/trans_7.png") repeat;
    border-bottom: 5px solid #ffffff;
    padding: 10px 0px;
    text-align: center;
}
.social img {
    height: auto;
    margin: 0px 1px -3px 1px;
    width: 24px;
}
.main {
    background: #000000;
    padding: 20px 20px 0px 20px;
}
.nav {
    margin: 0px 0px 20px 0px;
}
.nav ul li {
    background: #1c3a94;
    margin: 0px 0px 5px 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.nav ul li.active {
    background: #76b827;
}
.nav ul li a {
    color: #ffffff;
    display: block;
    font: 700 18px/18px 'Lora', serif;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav ul li a img {
    float: right;
    height: 20px;
    width: 11px;
}
.call {
    background: #76b827;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.call a {
    color: #ffffff;
    font: 700 18px/18px 'Lora', serif;
    text-transform: uppercase;
}
.email {
    background: #76b827;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.email a {
    color: #ffffff;
    font: 700 18px/18px 'Lora', serif;
    text-transform: uppercase;
}
.gallery li a {
    background: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.gallery li a img {
}
.image-container {
    background: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.image-container img {
}
.image {
    background: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #dddddd;
    float: left;
    margin: 0px 10px 10px 0px;
}
.image img {
    margin-bottom: -5px;
    padding:5px;
}
.embed {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.embed img {
}
.caption {
    text-align: center;
    color: #999999;
    font: 700 14px/20px 'Lora', serif;
}
.footer {
    background: #1c3a94 url("../media/files/assets/trans_7.png") repeat;
    border-top: 5px solid #ffffff;
    padding: 40px 0px;
    text-align: center;
}
.footer address p.title {
    color: #ffffff;
    font: 700 18px/24px 'Lora', serif;
    text-transform: uppercase;
}
.footer address p {
    color: #ffffff;
}
.footer address p a {
    color: #ffffff;
}
.attribution p {
    margin: 0px;
}
.attribution a {
    color: #ffffff;
    font: 400 9px/9px 'Lora', serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.buttons li a {
    padding: 5px 8px;
    background: #76b827;
    margin-bottom: 5px;
    font: 700 14px/14px 'Lora', serif;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
}