body {
    font-family: "open sans", sans-serif;
}
img {
    border:none;
    max-width:100% !important;
    height:auto !important;
}
.clear-float {
    clear:both;
}

.highlight, .hashtag, a {
    color:#ebbdb2;
}

img.display-left {
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

img.display-right {
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}
button, .btn {
    background:#ff9f8a;
    color:#fff;
    font-size: 18px;
    border-radius: 2px;
    padding: 15px 20px;
    border:none;
}
.btn {
    display: inline-block;
    margin: 0 10px;
    max-width: 100%;
}
.btn a {
    color:#fff;
    text-decoration: none;
}

aside.breakout {
    background: #3b424f;
    color: #ffffff;
    padding: 2vw;
}

.two-col {
    display: inline-block;
    width: 48%;
    padding: 20px;
    box-sizing: border-box;
}

@media only screen and (max-width: 760px){
    .two-col {
        width: 100%;
        padding:0;
        margin: 20px 0;
    }
}