@font-face {
    font-family: 'bebas_neue';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bebasneue-webfont.woff2') format('woff2'),
    url('../fonts/bebasneue-webfont.woff') format('woff'),
    url('../fonts/bebasneue-webfont.ttf') format('truetype'),
    url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("http://fonts.gstatic.com/s/opensans/v10/u-WUoqrET9fUeobQW7jkRbO3LdcAZYWl9Si6vvxL-qU.woff") format("woff");
}

body {
    background: url(../images/header_top.jpg) no-repeat #ffffff;
    background-size: 100% 230px;
    /*font-family: 'helvetica neue', arial sans-serif;*/
    font-family: 'Open Sans', 'helvetica neue', arial sans-serif;
    font-size: 120%;
    font-weight: normal;
}

address {
    font-family: 'Open Sans', 'helvetica neue', arial sans-serif;
    font-size: 12px;
    font-weight: normal;
}

header {
    padding: 20px 0;
    min-height: 220px;
}

header h3 {
    color: #fff;
    margin-top: 40px;
    text-shadow: 2px 2px #000;
    max-width: 700px;
    margin-right: 250px;
}

h3 {
    font-size: 22px;
}

.clear-both {
    clear: both;
}

.login-top {
    position: absolute;
    top: 20px;
    right: 70px;
    width: 450px;
}

.btn-eqp {
    color: #fff;
    background: #20c8d6;
    font-size: 16px;
    border: 0;
    text-shadow: none;
    text-transform: uppercase;
    padding: 10px 30px 10px 30px;
    border-radius: 5px;
}
.btn-eqp:hover {
    background: #000;
    color:#fff;
    text-decoration: none;
}

.brand img {
    width: 150px;
}

h1 {
    margin: 10px 0 20px;
}

#frmlogin .fld-email_top {
    float: left;
    margin-bottom: 10px;
}

#frmlogin .fld-password_top {
    float: left;
    margin-bottom: 10px;
    clear: both;
}

#frmlogin .fld-login {
    float: right;
    width: 50px;
    margin-bottom: 10px;
}

#frmlogin .fld-login .controls {
    margin: -39px 0 0 10px;
}

#frmlogin .fld-login .btn-login {
    height: 67px;
    font-weight: bold;
}

#frmlogin .fld-forget_password {
    margin-top: -10px;
    clear: both;
}

#frmlogin .fld-forget_password a {
    color: #fff;
}

#frmlogin .form-actions {
    display: none;
}

.btn-get-started,
.btn-get-started:hover {
    width: 250px;
    font-size: 20px;
}

.flow-steps {
    list-style-type: none;
    margin: 0;
}

.flow-step-numbers {
    color: #20c8d6;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
}
/************** OLAV CHANGE ********************/
h1, h2, h3, h4, h5{
    font-family: 'bebas_neue';
}
p{
    font-size: 12px;
}
.flow-step-numbers{
    font-family: 'bebas_neue';
}
li{
    font-size: 14px;
    line-height: 24px;
}
#frmlogin .fld-forget_password a{
    font-size: 13px;
}
h3{
    font-size: 25px;
    line-height: 32px;
    font-weight: normal;
}
#frmlogin .fld-login .controls {
    margin: -39px 0 0 -10px;
}
#frmlogin .fld-login .btn-login{
    width:20px;
}


.header_title h3{
    color: #fff;
    margin-top: 0px;
    text-shadow: 2px 2px #000;
    max-width: 400px;
}
.header_title
{
    color: #fff;
    margin-top: 0px;
    text-shadow: 2px 2px #000;
    max-width: 700px;
    margin-right: 250px;
}

.flow-steps li{
    white-space: nowrap;
}

