/********* PAGE DEFAULT LAYOUT ***********/
body {
    font-family: 'SourceSansProRegular';
    font-size: 1.5em;
    background: transparent;
    color: #2b2b2b;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus{
    outline: 0;
    border: 0;
    text-decoration: none;
    color: #2b2b2b;
}
.mtrp-btn{
    padding: 3px 15px;
    font-size: 1em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #1ABC9C;
    border: 0;
    border-radius: 4px;
}