body {
    font-family: Arial, Helvetica, sans-serif;
    font-size  : 16px;
    color      : #555
}

.kr_editable {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color      : #555
}

.kr_editable a,
a {
    color          : #000;
    text-decoration: none;
    font-weight: 600;
}

.kr_editable a:hover,
a:hover {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.kr_editable ul li {
    list-style-type: square
}

.kr_editable h1,
.kr_editable h1.fullstakr-megatitle {
    font-family   : Roboto, Arial, Helvetica, sans-serif;
    font-size     : 2.6rem;
    margin-top    : 0;
    line-height   : 1.2;
    margin-bottom : 1.25rem;
    font-weight   : 100;
    letter-spacing: -.02em
}

.kr_editable h1,
.kr_editable h1 a,
.kr_editable h1.fullstakr-megatitle {
    color: #2a2a2a
}

.fullstakr-megatitle {
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size  : 3.13rem !important
}

.kr_editable h2,
.sidebox h2 {
    font-family   : Roboto, Arial, Helvetica, sans-serif;
    font-size     : calc(1.75rem * 0.9);
    color         : #2a2a2a;
    margin-bottom : 1.21rem;
    font-weight   : 300;
    letter-spacing: -.01em
}

.kr_editable h2:first-child,
.sidebox h2 {
    margin-top: 0
}

.kr_editable h3 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size  : 1.25rem;
    color      : #2a2a2a;
    font-weight: 700
}

.kr_editable .fullstakr-blockquote {
    margin          : 16px 0 16px 20px;
    border-left     : 5px solid #eee;
    padding         : 10px;
    background-color: #fff;
    font-style      : italic;
    font-family     : Georgia, serif
}

.kr_editable .fullstakr-code {
    font-family     : 'Courier New', Courier, monospace;
    line-height     : 1.4;
    padding         : 5px;
    background-color: #f5f5f5;
    margin          : 16px 0 16px 0
}

.fullstakr-form {
    margin: 19px 0
}

.fullstakr-form input,
.fullstakr-form select,
.fullstakr-form textarea {
    font-family  : Arial, Helvetica, sans-serif;
    border       : 1px solid #ddd;
    margin       : 0 0 16px 0;
    color        : #666;
    border-radius: 2px;
    font-weight  : 300
}

.fullstakr-form .fullstakr-formbutton {
    font-family     : Arial, Helvetica, sans-serif;
    color           : #fff;
    background-color: #e02e40;
    margin          : 16px 0 0 0;
    border-radius   : 2px;
    font-weight     : 700
}

.fullstakr-form .fullstakr-formbutton:hover {
    background-color: #c62a36
}

.fullstakr-button,
.fullstakr-button-large {
    background-color: #e02e40;
    font-size       : 16px;
    border-radius   : 2px;
    font-weight     : 700
}

.fullstakr-button-large:hover,
.fullstakr-button:hover {
    background-color: #c62a36
}

.fullstakr-button-large,
.fullstakr-form .fullstakr-formbutton {
    font-size    : 16px;
    border-radius: 2px
}