#welcome-content h1, .home-layout .wrap__page-content h1 {
    color: #0b467e;
}
h1, h2 {
    color: #0b467e!important;
}
.logo__link.logo__left .logo__image, .logo__left img[class$="__img"] {
    margin-right: 0;
    background: white;
    padding: 10px;
}
a.cstm_btn {
    font-family: "lato-black", "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid #349f9d;
    color: #ffffff;
    background-color: #62ccca;
    text-decoration: none;
    padding: 15px 45px;
    text-align: center;
    margin-bottom: 10px;
    font-style: normal;
}
a.cstm_btn:hover {
    background-color: #6ed0ce;
    color: #ffffff;
}
a.cstm_btn:active {
    background-color: #349f9d;
    margin-top: 3px;
    border-bottom: none;
}
.copyright__description {
    color: white;
}
img.align-right, img.align-left, img.align-center {
    border: 6px solid #6daae3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.activity {
    width: 23%;
    padding: 0 1% 15px 1%;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.activitycontainer {
    text-align: center;
}
.activity img {
    max-width: 250px;
    width: 100%;
}
.quick-link-set.green-bg.right {
    margin: 0 20px 20px 20px;
    padding: 25px;
    background-color: #69a517;
    text-align: center;
    max-width: 300px;
    float: right;
}
h1, h2 {
    font-family: "trocchi", Arial, Helvetica, sans-serif;
}
.cstm_col2_list {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
footer.wrap__footer {
    padding-bottom: 20px;
}
.slider__title {
    text-shadow: 2px 2px 3px black;
}
.slider__caption {
    text-shadow: 1px 1px 2px black;
}

















@media(max-width:1024px) {
.activity {
    width: 32%;
}
.cstm_col2_list {
    width: 100%;
}
}
@media(max-width:767px) {
.activity {
    width: 49%;
}
img.align-right, img.align-left {
float: none!important;
}
}
@media(max-width:519px) {
.activity {
    width: 100%;
}
}
