header.learn-header {
    background: url("../../img/Single-Page-Header.png") no-repeat center center;
    background-size: cover;
    min-height: 535px;
    width: 100%;
}
.learn-header .header-main-info h2 {
    color: white;
    font-size: 4em;
    font-family: KeepCalm-Medium;
}
.learn-header .header-main-info h6 {
    font-size: 1em;
    margin: 30px 0;
    color: white;
}
.learn-image-field input {
    margin-right: auto;
    margin-left: auto;
}
.no-padding {
    padding: 0;
}
#inspiration-awaits {
    background: url("../../img/How It Works-Footer.jpg") no-repeat center center;
    background-size: cover;
    height: 650px;
    width: 100%;
    display: table;
}
#inspiration-awaits .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
}
#inspiration-awaits .inner h3 {
    font-size: 4em;
}
#inspiration-awaits .inner h6 {
    font-size: 1em;
    margin: 20px 0;
}
#inspiration-awaits .inner .btn {
    font-size: 1em;
}
#learn,
#app-layout {
    background-color: #c8c9c9;
}
.post {
    background-color: white;
    margin: 65px 0px;
}
.post:first-child {
    margin-top: -65px;
}
.post:last-child {
    margin-bottom: 175px;
}
.post .row {
    padding: 15px 15px 15px 15px;
    margin-right: 0px;
    margin-left: 0px;
}
.post h3 {
    margin-top: 14px;
    margin-bottom: 20px;
    font-size: 30px;
    display: inline-block;
}
.post img {
    margin-top: 15px;
    width: 100%;
    padding-bottom: 20px;
}
.post .inner {
    position: relative;
}
.post .post-body {
    margin-right: auto;
    margin-left: auto;
    display: none;
    padding-bottom: 35px;
}
.post .post-date {
    font-weight: 100;
    margin-bottom: 15px;
}
.post a,
.post form,
.post form input {
    display: inline-block;
    margin-bottom: 10px;
}
textarea {
    resize: none;
}
.post .post-text {
    line-height: 25px;
}
.post .share-buttons {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    margin-top: 10px;
    float: right;
    text-align: left;
}
.arrow {
    display: inline-block;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    margin-left: 7px; }
.arrow.active {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }