html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #383f47;
    font-family: MyriadPro-Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 74px;
}

a {
    color: #169bd5;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0d668d;
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
}

.clearfix:before,
.clearfix:after,
.container-fluid:before,
.container-fluid:after,
.row-fluid:before,
.row-fluid:after {
    content: "";
    display: table;
}

.clearfix:after,
.container-fluid:after,
.row-fluid:after {
    clear: both;
}

.container-fluid {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
}

.row-fluid {
    width: 100%;
}

[class*="span"] {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
}

.span12 { width: 100%; }
.span9 { width: 75%; }
.span6 { width: 50%; }
.span5 { width: 41.6667%; }
.span4 { width: 33.3333%; }
.span3 { width: 25%; }
.span2 { width: 16.6667%; }

.pull-left { float: left; }
.pull-right { float: right; }
.text-center { text-align: center; }

.skiplinks {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10000;
}

.skip {
    background: #111;
    color: #fff;
    left: -999px;
    padding: 8px 12px;
    position: absolute;
    top: 8px;
}

.skip:focus {
    left: 8px;
}

.navbar {
    background: #fff;
    border-bottom: 1px solid #e5eef4;
    box-shadow: 0 2px 15px rgba(37, 58, 74, .12);
    left: 0;
    min-height: 74px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.navbar-inner {
    min-height: 74px;
}

.navbar .container-fluid {
    max-width: 1240px;
}

.logo {
    align-items: center;
    background: #169bd5;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 46px;
    justify-content: center;
    margin: 14px 13px 0 0;
    width: 46px;
}

.logo:before {
    content: "E";
}

.brand {
    color: #263b4c;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 74px;
}

.btn-navbar {
    display: none;
}

.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav > li {
    float: left;
    position: relative;
}

.nav > li > a {
    color: #334b5e;
    display: block;
    font-size: 15px;
    line-height: 74px;
    padding: 0 13px;
}

.nav > li > a:hover,
.nav > li:hover > a {
    background: #f1f8fc;
    color: #169bd5;
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    display: inline-block;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    width: 0;
}

.dropdown-menu {
    background: #fff;
    border: 1px solid #dce8ef;
    box-shadow: 0 8px 22px rgba(37, 58, 74, .16);
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 190px;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    z-index: 1010;
}

.dropdown:hover > .dropdown-menu,
.dropdown:focus-within > .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    float: none;
}

.dropdown-menu a {
    color: #334b5e;
    display: block;
    line-height: 1.35;
    padding: 8px 16px;
    white-space: nowrap;
}

.dropdown-menu a:hover {
    background: #f1f8fc;
    color: #169bd5;
}

.langmenu .dropdown-menu {
    max-height: 420px;
    overflow: auto;
    right: 0;
}

.usermenu {
    color: #6b7f8c;
    float: right;
    font-size: 13px;
    line-height: 74px;
    margin-left: 18px;
}

.nav-collapse {
    float: right;
}

.nav.pull-right {
    float: right;
}

.nav.pull-right > li > a {
    line-height: normal;
}

.search {
    margin-top: 18px;
}

.sb-search {
    height: 38px;
    position: relative;
    width: 245px;
}

.sb-search-input {
    background: #f6fafc;
    border: 1px solid #dce8ef;
    border-radius: 20px;
    box-sizing: border-box;
    color: #334b5e;
    font-size: 14px;
    height: 38px;
    outline: 0;
    padding: 0 44px 0 16px;
    width: 100%;
}

.sb-search-submit,
.sb-icon-search {
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}

.sb-search-submit {
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

.sb-icon-search:before {
    color: #169bd5;
    content: "\f002";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
}

body > .container-fluid:first-of-type {
    padding-bottom: 30px;
}

body > .container-fluid:first-of-type > .span6 {
    color: #344b5b;
    font-size: 20px;
    line-height: 1.55;
    padding-right: 35px;
}

body > .container-fluid:first-of-type > .span6 b {
    color: #169bd5;
    display: block;
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 10px;
}

#jssor_1 {
    left: auto !important;
    margin: 55px auto 35px !important;
    max-width: 850px;
    top: auto !important;
}

#page {
    clear: both;
}

.marketingbox {
    padding: 20px 0;
}

.marketingbox + .marketingbox {
    padding-top: 5px;
}

.marketingbox .span4,
.marketingbox .span2 {
    padding-left: 10px;
    padding-right: 10px;
}

.marketingbox .span4 img {
    transition: transform .18s ease, box-shadow .18s ease;
}

.marketingbox .span4 a:hover img {
    box-shadow: 0 8px 24px rgba(37, 58, 74, .16);
    transform: translateY(-2px);
}

.video-container {
    background: #edf5f9;
    border-radius: 3px;
    box-shadow: 0 1px 7px rgba(37, 58, 74, .14);
}

.marketingbox .span2 a {
    color: #4d5d68;
    display: block;
    font-size: 14px;
    line-height: 1.35;
}

.marketingbox .span2 b {
    color: #169bd5;
}

.buttonen {
    background: #169bd5;
    border-radius: 3px;
    box-shadow: 0 8px 18px rgba(22, 155, 213, .28);
    clear: both;
    display: block;
    font-size: 20px;
    line-height: 1;
    margin: 28px auto 42px;
    max-width: 245px;
    text-align: center;
    text-transform: uppercase;
}

.buttonen a {
    display: block;
    padding: 17px 20px;
}

.buttonen:hover {
    background: #0f83b6;
}

#page-content {
    min-height: 10px;
}

.top-footer {
    background: #263b4c;
    color: #dce8ef;
    margin-top: 35px;
    padding: 36px 0 0;
}

.top-footer h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 16px;
}

.top-footer h3.blue,
.blue,
.coursenam-blue {
    color: #43b8e9;
}

.top-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-footer li {
    margin-bottom: 7px;
}

.top-footer p {
    margin: 0 0 9px;
}

.top-footer i {
    color: #43b8e9;
    margin-right: 7px;
}

.ftr-copyright {
    border-top: 1px solid rgba(255, 255, 255, .12);
    clear: both;
    margin-top: 26px;
    padding: 14px 0;
}

.copy {
    color: #b8c8d3;
    font-size: 13px;
}

#page-footer {
    background: #edf4f7;
    color: #4e5f6d;
    font-size: 14px;
    padding: 24px 0 28px;
}

#page-footer .container-fluid {
    max-width: 1180px;
}

#page-footer img {
    max-height: 55px;
    width: auto;
}

.footnote {
    overflow: hidden;
}

.footnote .span5,
.footnote .span6 {
    padding: 8px 15px;
}

.respons-mess {
    margin: 0;
}

.logininfo {
    clear: both;
    color: #73818b;
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
}

#back-to-top {
    bottom: 24px;
    position: fixed;
    right: 24px;
    z-index: 999;
}

#back-to-top .arrow {
    background: #169bd5;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
}

@media (max-width: 1100px) {
    .usermenu {
        display: none;
    }

    .nav > li > a {
        padding: 0 9px;
    }

    .sb-search {
        width: 200px;
    }
}

@media (max-width: 900px) {
    body {
        padding-top: 0;
    }

    .navbar {
        position: static;
    }

    .navbar .pull-left,
    .nav-collapse,
    .nav.pull-right {
        float: none;
    }

    .brand {
        line-height: 62px;
    }

    .logo {
        margin-top: 8px;
    }

    .nav > li,
    [class*="span"] {
        float: none;
        width: 100%;
    }

    .nav > li > a {
        border-top: 1px solid #e8f1f6;
        line-height: 42px;
        padding: 0 4px;
    }

    .dropdown-menu {
        box-shadow: none;
        display: block;
        max-height: none;
        padding: 0 0 6px 18px;
        position: static;
    }

    .search {
        margin: 12px 0;
    }

    .sb-search {
        width: 100%;
    }

    body > .container-fluid:first-of-type > .span6 {
        font-size: 17px;
        padding-top: 34px !important;
        padding-right: 0;
    }

    body > .container-fluid:first-of-type > .span6 b {
        font-size: 24px;
    }

    #jssor_1 {
        margin-top: 24px !important;
    }

    .marketingbox .span4,
    .marketingbox .span2 {
        margin-top: 22px !important;
        padding-left: 0;
        padding-right: 0;
    }

    .buttonen {
        margin-top: 24px;
    }

    .top-footer .span6,
    .top-footer .span4,
    .footnote .span5,
    .footnote .span6 {
        width: 100%;
    }

    .footnote [style] {
        float: none !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
        padding-left: 0 !important;
        text-align: center;
        width: 100% !important;
    }

    .footnote img[style] {
        float: none !important;
    }
}

@media (max-width: 520px) {
    .container-fluid {
        padding-left: 14px;
        padding-right: 14px;
    }

    .brand {
        font-size: 22px;
    }

    body > .container-fluid:first-of-type > .span6 b {
        font-size: 22px;
    }

    .buttonen {
        font-size: 17px;
        max-width: 220px;
    }
}
