/* Custom Styles */

p {
    margin: 0 0 14px;
}

body {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

/* Home - first box - full lenghth*/

.call-action-v1 p {
	text-align: center;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 0;
}

/* White button on home */

.btn-u-white {
	background: #FFFFFF;
}
.btn-u:hover,
.btn-u:focus,
.btn-u:active,
.btn-u.active,
.open .dropdown-toggle.btn-u {
	background: #FFFFFF;
	color: #000;
}

/* Heading Masonry boxes Home */

.thumbnails-v1 h3 a {
    color: #555;
    font-size: 20px;
    text-transform: uppercase;
}

.thumbnails-v1 .read-more {
    color: #4098CE;
    font-size: 16px;
    text-transform: uppercase;
}

/* Testimonials  */

.headline-center p {
    font-size: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: italic;
    font-weight: 100;
    margin: 0 40px 0;
}

/* News page, 3 boxes */

.block-grid-v2-info h3 {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 10px;
}

li.rss-item a{
    color: #337ab7;
    text-decoration: underline;
}




