body {
    font-family: Helvetica neue;
    max-width:1440;
    min-width:1440;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 85px;
    text-align: center;
    color: #0C5B6D;
    margin-bottom: 0;
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 85px;
    text-align: center;
    color: #0C5B6D;
    margin-top: 0;
}

h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 85px;
    text-align: center;
    color: #0C5B6D;
}


.button {
    background: #378593;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 200px;
    padding: 12px 32px;
    width: 62px;
    margin: 30;
    text-align: center;
}
.button:hover {
    background: #0C5B6D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 200px;
    padding: 12px 32px;
    width: 62px;
    margin: 30;
    text-align: center;
}


a.button_label {
}

.button_label {
    #font-family: 'Open Sans';
    font-style: normal;
    line-height: normal;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
}

a:link, a:visited {
    text-decoration: none;
    color: #378593;
}

a:hover {
    text-decoration: none;
    color: #CAE9EC;
}

.body_copy {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #000000;
}

.header {
    background-color: white;
    display: flex;
    flex-direction: row;
}

.footer {
    float: bottom;
    bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    max-width:1440;
    min-width:1440;
    #height:284;
    align: center;
    background-color: #CAE9EC;
}

.footer a:link, .footer a:visited {
    text-decoration: none;
    color: black;
}

.footer a:hover {
    text-decoration: none;
    color: #378593;
}

.footer1 img {
    max-width:140;
    #align: center;
    #vertical-align: top;
    margin-top:1%;
    margin-bottom:1%;
    #order: 1;
    flex-shrink: 3;
}

.footer1 {
    background-color: #CAE9EC;
    height: 91;
    align: center;
    #margin-left: 4%;
    margin-right: 0%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.footer2 {
    background-color: #0C5B6D;
    height: 51;
    display: flex;
    flex-direction: row;
    font-size: 15px;
}

.footer2 * {
    color: black;
    margin: 10;
}

.page_body {
    background-color: white;
    max-width:1440;
    min-width:1440;
}

.intro_text {
    padding-left:20%;
    padding-right:20%;
    text-align: center;
}

.login_button {
    float: right;
    margin: 20;
}

.version_label {
    margin-left: 50%;
}

.splash_area {
    background: #000 url(../images/rakeiora_splash3.jpg);
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;         
    min-height: 300;
    color: white;
    text-align: center;
    display:flex;
    justify-content:center;
    align-items:center;
}

.splash_text_area {
}

.splash_text_1 {
    font-size: 50px;
    padding: 0;
    text-align: center;
}

.splash_text_2 {
    font-size: 30px;
}

.tab_selected {
    display: inline;
    width: 140px;
    vertical-align: bottom;
    text-align: center;
    padding-top: 20;
    background: #378593;
    color: white;
    margin-left: 40;
    font-size: 13px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    border-radius: 8px 8px 0px 0px;
}

.tab {
    display: inline;
    width: 140px;
    vertical-align: bottom;
    text-align: center;
    padding-top: 20;
    background: white;
    color: #378593;
    margin-left: 40;
    font-size: 13px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    border-radius: 8px 8px 0px 0px;
}
