/**/
 .landingpage {
    margin: 0 auto;
    max-width:1280px;
    padding:20px;
}
.landingpage img {
    margin: 0 auto;
}
.content {
    text-align:center;
}
.content p {
    text-transform: capitalize;
    font-size:2em;
    line-height:1.25em;
    color:#555;
    white-space: nowrap;
}
.content a {
    color: #54548C;
    white-space:normal;
}
.content .flexslider a{
	color:white;
}
.content a:hover {
    opacity:0.75;
}
.slides * img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-bottom:20px;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
    width: 100% !important;
}
html, button, input, select, textarea, .pure-g[class *="pure-u"], p, h1, h2, h3 {
    /* Set your content font stack here: */
    font-family:zk, Arial, sans-serif!important;
}
@media screen and (max-width: 35.5em) {
    .content p {
        font-size:1.5em;
    }
}
h2 {
    text-decoration: underline;
    font-size: 2.5em;
    margin:0;
    padding:0.5em 0 0 0;
    color:#009fe3;
}
