body,
ul {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: none;
}

.btn {
    border: 2px solid white;
    background: transparent;
    font-size: inherit;
    cursor: pointer;
    color: inherit;
}

.btn.btn-default {
    color: #ffffff;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-default:hover {
    color: #000;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn.btn--orange {
    background: #ea4335;
    color: white;
    font-family: 'SegoeUI Bold', "BPG WEB 001 Caps", sans-serif;
    padding: 10px 50px;
    font-size: 14px;
    margin: 0;
    border: 0;
}

.btn.btn--orange:hover {
    background: #d01f13;
}
.btn.btn--small{
    padding:10px 45px;
    font-size:14px;
    line-height:14px;
}
.col-2-wm{
    width: calc(50% - 12px);
}
.col-2{
    width: 50%;
}
.mr-tb-small{
    margin: 5px 0;
}
.mr-tb-medium{
    margin: 12px 0;
}
.mr-tb-large{
    margin: 25px 0;
}
