.main-navigation {
    background-color: #0078a7;
}
.nav-menu > li > a::after {
    color: #fff;
}
a {
    color: #0078a7;
}
input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
    background-color: #0078a7;
}
.site-logo {
    width: 165px;
}
.site-branding {
    padding: 2em 0 0;
}
front-page-content-area .with-featured-image .entry-content {
    margin-bottom: -0.5em;
}
.entry-meta {
    display: none;
}
.edit-link {
    display: none;
}
.entry-summary, .entry-content {
    min-height: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
    background-color: #559cc3;
}
.footer-widget-area a:hover {
    color: #559cc3;
}
.front-page-content-area .with-featured-image {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: medium none;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
h1 {
    font-size: 3.4rem;
}
.source {
    font-size: 2em;
}
.main-navigation li.current_page_item > a, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_ancestor > a, .main-navigation li.current-menu-ancestor > a {
    color: #63edc9;
}
.main-navigation a:hover, .main-navigation ul > *:hover > a, .main-navigation ul > .focus > a {
    color: #bfebff;
}
p, blockquote p:last-child {
    margin-bottom: 1px;
}
.btn-container {
    display: inline-block;
    vertical-align: top;
    width: 47%;
}
.primary-btn {
    background-color: #0578a7;
    border: 2px solid #0578a7;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
}
.primary-btn:hover, .primary-btn:focus {
    background-color: #0093d0;
    border: 2px solid #0093d0;
    color: #fff;
}
.primary-btn:active {
    background-color: #005e85;
    border: 2px solid #005e85;
    color: #fff;
}
.primary-btn:disabled {
    background-color: #c9c9c9;
    border: 2px solid #c9c9c9;
    color: #7b7b7b;
}
.secondary-btn {
    background-color: transparent;
    border: 2px solid #0578a7;
    border-radius: 5px;
    box-shadow: none;
    color: #0578a7;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
}
.secondary-btn:hover, .secondary-btn:focus {
    background-color: #0093d0;
    border: 2px solid #0093d0;
    color: #fff;
}
.secondary-btn:active {
    background-color: #005e85;
    border: 2px solid #005e85;
    color: #fff;
}
.secondary-btn:disabled {
    background-color: transparent;
    border: 2px solid #7b7b7b;
    color: #7b7b7b;
}
.css-text {
    font-size: 12px;
}
.btn-text-title {
    line-height: 18px;
    margin: 10px 0;
}
.btn-container.left {
    margin-right: 25px;
}
.disabled-container-a {
    margin-top: 10px;
}
.disabled-container-b {
    margin-top: 35px;
}