@charset "utf-8";
/* CSS Document Replacement For Styles.css from Template*/

dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.5;
    color: #444;
    font-family: europa, sans-serif;
    font-style: normal;
    font-size: 1.5rem;
	/*font-size: 16px;*/
	/*
  font-size: 14px;
  font-family: "Lato", sans-serif;
*/
}
/*
.sidebar a, a {
    text-decoration: none !important;
    color: #cadef65;
}
*/

a img {
    border: none;
}
img {
    max-width: 100%;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
    margin-bottom: 30px;
}

.topmargin-sm {
    margin-top: 30px !important;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.nobottomborder {
    border-bottom: none !important;
}

.notoppadding {
    padding-top: 0 !important;
    padding-bottom: 25px;
}

.center {
    text-align: center !important;
}

.heading-block {
    margin-bottom: 50px;
}

.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}
.center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after {
    margin: 30px auto 0;
}
.heading-block.noborder:after, .heading-block.nobottomborder:after {
    display: none;
}