html, body {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #6a6a6a;
}

h1, h2, h3, h4, h5, h6 {
    color: #229346;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.167rem;
}

h3 {
    font-size: 1.667rem;
    text-transform: uppercase;
}

h4 {
    font-size: 1.667rem;
    text-transform: uppercase;
}

h5 {
    font-size: 1.5rem;
    font-weight: 500;
}

h6 {
    font-size: 1.167rem;
    font-weight: 500;
}

p {
    margin: 2rem 0;
    color: #6a6a6a;
    line-height: 1.833rem;
}

p.nocomments {display:none!important}

#content p {
    font-size: 1.2rem;
}

hr {
    display: block;
    height: 0;
    width: 100%;
    border: 1px solid #6a6a6a;
    border-width: 1px 0 0;
    margin: 2rem 0;
}

blockquote {
    margin-left: 0;
    margin-right: 0;
}

p.paragraph-13, ul.paragraph-13 li {
    font-size: 1.083rem;
}

p.paragraph-14, ul.paragraph-14 li {
    font-size: 1.167rem;
}

p.paragraph-15, ul.paragraph-15 li {
    font-size: 1.250rem;
}

p.paragraph-16, ul.paragraph-16 li {
    font-size: 1.333rem;
}

p.paragraph-heading {
    font-size: 1.333rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

p.paragraph-heading + p {
    margin-top: .5rem;
}

a {
    color: #3667a7;
    text-decoration: underline;
}

a:hover {
    color: #229346;
}

table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 2rem 0;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    line-height: 1.33;
}

table caption {
    color: #199b4a;
    font-weight: 700;
    font-size: 1.892rem;
    text-align: center;
    padding: 1.4rem;
    margin: 0;
}

table tr, table tr th, table tr td, table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td,
table tr.even, table tr.alt, table tr:nth-of-type(2n) {
    background: none;
}

table tr th, table tr td, table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td, table p, table a {
    font-size: 1.333rem;
    font-weight: 700;
    padding: 1.3rem 1rem;
    color: #575757;
}

table p, table a {
    margin: 0;
    padding: 0;
    display: inline;
    line-height: inherit;
}

table a.link-pdf {
    text-decoration: none;
}

table a.link-pdf .fa-pdf {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../img/icon-pdf.png) 100% 0 no-repeat;
    vertical-align: top;
}

table.table1 {
    margin-left: 0;
    margin-right: 0;
}

table.table1 caption {
    color: #fff;
    background: #199b4a;
}

table.table1 tr, table.table1 tr.alt {
    background: #b7d3b4;
}

table.table1 tr.even, table.table1 tr:nth-of-type(2n) {
    background: #edf2ea;
}

table.table1 th, table.table1 td {
    border: 4px solid #fff;
    border-width: 4px 0 0 4px;
}

table.table1 tr th:first-child, table.table1 tr td:first-child {
    border-left-width: 0;
}

table.table2 tr.alt {
    background: #edf2ea;
}

table.table3 th, table.table3 td {
    text-align: center;
}

table.table3 tr th,
table.table3 tr.alt td, table.table3 tr td.alt,
table.table3 thead tr th, table.table3 thead tr td, table.table3 tfoot tr th, table.table3 tfoot tr td {
    background: #b7d3b4;
}

table.table3 tbody td {
    border-bottom: 2px solid #d6d5d4;
}

table.table3 tr.alt td, table.table3 tr td.alt {
    border-bottom: 0;
}

table.table3 th + th, table.table3 td + td, table.table3 th + td, table.table3 td + th {
    border-left: 25px solid #fff;
}

.announcement, .announcement p {
    border: 0;
    padding: 0;
    font-size: 1.417rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.announcement:before, .announcement:after {
    display: none !important;
}

.announcement-blue-title, .announcement-green-title, .announcement-yellow-title,
.announcement-blue-title p, .announcement-green-title p, .announcement-yellow-title p {
    margin-bottom: 0;
    text-align: center;
    font-size: 2.058rem;
    padding: .5rem;
    letter-spacing: 2px;
}

.announcement-blue-title {
    background: #3667a7;
}

.announcement-green-title {
    background: #165a2e;
}

.announcement-yellow-title {
background: #DA652D;
}

.announcement-blue, .announcement-green, .announcement-yellow {
    padding: 1rem 1rem 1.66rem;
    border: 0;
}

.announcement-blue {
    background: #4377bc;
}

.announcement-green {
background: #2A773D;
}

.announcement-yellow {
    background: #D67E2D;
}

.announcement-blue-title + .announcement-blue,
.announcement-green-title + .announcement-green,
.announcement-yellow-title + .announcement-yellow {
    margin-top: 0;
}

.announcement p {
    margin: 0;
    padding: 0;
}

.announcement p + p {
    margin-top: 1rem;
}

.accordion {
    margin: 2.5rem 0 0;
    display: block;
}

.accordion-title, .accordion-title p {
    color: #199b4a;
    font-size: 1.592rem;
    cursor: pointer;
    position: relative;
}

.accordion-title {
    line-height: 1.6;
}

.accordion-title .fa {
    font-size: 3.5rem;
    line-height: 0.1;
    margin: 0.9rem 0.7rem 0 0;
    margin: 0.25rem 0.7rem 0 0;
    vertical-align: top;
}

.accordion-content {
    padding: 2rem 0 0;
}

.accordion-content, .accordion-content p {
    font-size: 1.083rem;
    margin: 0;
}

.accordion p {
    margin: 0;
}

.accordion p + p {
    margin-top: 1rem;
}

.button, .button-alike {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}

.button {
    color: #fff;
    background: #229346;
    font-size: 1.25rem;
    padding: .35em 2rem;
    text-align: center;
}

.button:hover {
    color: #fff;
    background: #165a2e;
}

.button.wide {
    min-width: 235px;
}


/* FONTS */

.playfair,
h1, h2, h3,
table caption,
.announcement-blue-title, .announcement-green-title, .announcement-yellow-title, .announcement-blue-title p, .announcement-green-title p, .announcement-yellow-title p,
.accordion-title, .accordion-title p
{
    font-family: 'Playfair Display', 'Times New Roman', serif;
    letter-spacing: 1px;
}

.raleway,
html, body,
h4, h5, h6,
table tr th, table tr td, table p,
input, button, textarea,
.button
{
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
