/* Structure */
header {
    border-bottom: 0;
}

section#subHeader {
    background-color: #20ace8;
    padding: 90px 0;
    border-bottom: 5px solid #f6f6f6;
}

section#callout {
    background-color: #f6f6f6;
    padding: 90px 0;
    margin-bottom: 50px;
}

section#workflow {
    margin: 30px 0;
}

section#workflow:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

section#workflow div {
    width: 33.33%;
    float: left;
    padding: 5%;
    box-sizing: border-box;
}

/* Type */
section#content {
    text-align: center;
}

a {
    font-weight: 400;
    text-decoration: none;
}

h1, h2, h3 {
    margin: 0 0 10px 0;
}

h1 {
    font-weight: 200;
    font-size: 42px;
    color: #fff;
}

h2 {
    font-size: 20px;
    color: #a3e3ff;
}

    section#callout h2 {
        display: inline-block;
        width: 80%;
        font-size: 36px;
        color: #999;
    }

h3 {
    font-size: 26px;
    color: #343330;
}

    section#callout h3 {
        font-size: 20px;
        color: #999
    }
      
h5 {
    font-weight: 300;
    font-size: 16px;
    color: #343330;
    margin-bottom: 5px;
}

p {
    color: #b2b2b2;
    margin: 0 0 25px 0;
}

/* Components */
a.actionButton {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #4fc357;
    border: 1px solid #4fc357;
    border-radius: 6px;
}
