
html {
    color: #080b36;
    font-family: open-sans, "Segoe UI", Tahoma, sans-serif;
    font-size: 1.25em;
    line-height: 1.3;
    font-weight: 300;
}

b, strong {
    font-weight: bold;
}

p {
    margin: 0 0 1.125em;
}

.site-main {
	position:relative;
	top: 50px;
}

.page-content {
    display: block;
    background-color: #ffffff;
    padding-bottom: 5.8823529412vw;
}

.post-title {
    padding: 5.8823529412vw 5.8823529412vw 0 5.8823529412vw;
}

.post-title h2:before {
    content: '';
    display: inline-block;
    width: 2.9411764706vw;
}

.post-title h2 {
    font-size: 1.75em;
    max-width: 52.9411764706vw;
    font-weight: normal;
    line-height: 1.125;
    letter-spacing: -0.05em;
    font-style: italic;
    height: 70px !important;
    margin: 5px !important;
}

.page-content .page {
    float: left;
    display: block;
    margin-right: 0%;
    width: 56.25%;
    margin-left: 37.5%;
    padding-top: 5.8823529412vw;
}

.section-header {
    float: left;
    display: block;
    margin-right: 0%;
    width: 66.6666666667%;
    margin-left: -66.6666666667%;
    padding: 5.8823529412vw 5.8823529412vw 0;
    position: relative;
    margin-top: -2.9411764706vw;
    margin-bottom: 3em;
}

.section-header:before {
    content: "";
    display: block;
    position: absolute;
    width: -webkit-calc( 100% - 5.8823529412vw);
    width: calc( 100% - 5.8823529412vw);
    height: 8px;
    background-color: #e5e8ec;
    top: 0;
    left: 2.9411764706vw;
}

.btn, button, [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #005a96;
    border: 0;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: open-sans, "Segoe UI", Tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.035em;
    padding: 0.975em 1.125em;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.btn:hover {
	background-color: #EC4047;
}

.icon-right-circle:before {
    content: '\f18e';
}

.page-content::after {
    clear: both;
    content: "";
    display: block;
}
