a {
    color: #8fc63e;
    text-decoration: underline;
}
.main-content {
    padding-bottom: 3em;
}
.main-section {
    padding-right: 25px;
    padding-left: 55px;
}

.main-section .header {
    text-align: center;
    padding: 30px 0;
}

.main-section .header img {
    height: 180px;
}

.main-section h1 {
    font-size: 24px;
    margin-top: 1.5em;
    margin-bottom: 1em;
    line-height: 32px;
    color: #505050;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.main-section h1 strong {

    color: #8fc63e;
}

.main-section h1 strong span {
    
    color: #162850;
}

.main-section h2 {
    font-size: 16px;
    line-height: 26px;
    color: #505050;
    margin-bottom: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.main-section p {
    font-size: 18px;
}

.main-section ul {
    padding: 0;
    list-style-type: none;
}

.main-section ul li {
    /*padding: 10px 0;*/
    font-size: 14px;
    line-height: 24px;
    color: #505050;
    margin-bottom: 16px;
    font-family: 'Open Sans', sans-serif;
}

.main-section .contact-list span {
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}

.main-section .contact-list .contact-name,
.main-section .contact-list .title {
    font-style: normal;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.right-section {
    padding-right: 30px;
    text-align: center;
}

.right-section .location {
    padding: 30px 0 0;
}

.right-section h1 {
    text-align: center;
    font-size: 24px;
    /*line-height: 34px;*/
    margin-top: 50px;
    color: #162850;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.right-section h2 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    color: #8fc63e;
    margin-bottom: 1.5em;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.right-section p {
    padding: 15px 0;
    line-height: 24px;
}

hr {
    border-color: #e6e6e6;
}