﻿/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

/* Styles for validation form */

footer, header, menu, nav, section {
    display: block;
}

[hidden] {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

b {
    font-weight: bold;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button, input {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        a[href^="#"]:after, a[href^="javascript:"]:after {
            content: "";
        }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #5c6f78;
    background-color: #f0f4f7;
}

input, button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #05476e;
    text-decoration: none;
}

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

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-rounded {
    border-radius: 6px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

small, .small {
    font-size: 85%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-primary {
    color: #1999e3;
}

a.text-primary:hover, a.text-primary:focus {
    color: #147ab5;
}

.text-info {
    color: #31708f;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

.bg-primary {
    color: #fff;
    background-color: #1999e3;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #147ab5;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul {
        margin-bottom: 0;
    }

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dd {
    line-height: 1.42857143;
}

dd {
    margin-left: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-xs-2, .col-sm-2, .col-md-2, .col-xs-3, .col-sm-3, .col-md-3, .col-xs-4, .col-sm-4, .col-md-4, .col-xs-5, .col-sm-5, .col-md-5, .col-xs-6, .col-sm-6, .col-md-6, .col-xs-7, .col-sm-7, .col-md-7, .col-xs-8, .col-sm-8, .col-md-8, .col-xs-9, .col-sm-9, .col-md-9, .col-xs-10, .col-sm-10, .col-md-10, .col-xs-11, .col-sm-11, .col-md-11, .col-xs-12, .col-sm-12, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled], .form-control[readonly] {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled] {
        cursor: not-allowed;
    }

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
        line-height: 30px;
    }
}

input[type="radio"][disabled], input[type="checkbox"][disabled] {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

@media (min-width:768px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #fff;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

    .btn[disabled] {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #fff;
    background-color: #1999e3;
    border-color: #ccc;
}

    .btn-default:focus {
        color: #fff;
        background-color: #147ab5;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #fff;
        background-color: #147ab5;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active {
        color: #fff;
        background-color: #147ab5;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default.active:hover, .btn-default:active:focus, .btn-default.active:focus {
            color: #fff;
            background-color: #106495;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active {
        background-image: none;
    }

    .btn-default[disabled]:hover, .btn-default[disabled]:focus {
        background-color: #1999e3;
        border-color: #ccc;
    }

.btn-primary {
    color: #fff;
    background-color: #05476e;
    border-color: #ccc;
}

    .btn-primary:focus {
        color: #fff;
        background-color: #03283d;
        border-color: #8c8c8c;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #03283d;
        border-color: #adadad;
    }

    .btn-primary:active, .btn-primary.active {
        color: #fff;
        background-color: #03283d;
        border-color: #adadad;
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus {
            color: #fff;
            background-color: #01111b;
            border-color: #8c8c8c;
        }

    .btn-primary:active, .btn-primary.active {
        background-image: none;
    }

    .btn-primary[disabled]:hover, .btn-primary[disabled]:focus {
        background-color: #05476e;
        border-color: #ccc;
    }

.btn-info {
    color: #fff;
    background-color: #4dafd8;
    border-color: #38a6d3;
}

    .btn-info:focus {
        color: #fff;
        background-color: #2b99c7;
        border-color: #195873;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #2b99c7;
        border-color: #2582a9;
    }

    .btn-info:active, .btn-info.active {
        color: #fff;
        background-color: #2b99c7;
        border-color: #2582a9;
    }

        .btn-info:active:hover, .btn-info.active:hover, .btn-info:active:focus, .btn-info.active:focus {
            color: #fff;
            background-color: #2582a9;
            border-color: #195873;
        }

    .btn-info:active, .btn-info.active {
        background-image: none;
    }

    .btn-info[disabled]:hover, .btn-info[disabled]:focus {
        background-color: #4dafd8;
        border-color: #38a6d3;
    }

.btn-link {
    color: #05476e;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled] {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #021825;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus {
                color: #777;
                text-decoration: none;
            }

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.collapse {
    display: none;
}

.open > a {
    outline: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

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

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #05476e;
    }

    .nav > li > a > img {
        max-width: none;
    }

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 0;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin-top: 3px;
    margin-bottom: 3px;
}

@media (min-width:768px) {
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-btn {
    margin-top: 3px;
    margin-bottom: 3px;
}

    .navbar-btn.btn-sm {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-btn.btn-xs {
        margin-top: 9px;
        margin-bottom: 9px;
    }

.navbar-text {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #2a333d;
    border-color: #1c2329;
}

    .navbar-default .navbar-brand {
        color: #ccd1d9;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #afb7c3;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ccd1d9;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #1c2329;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #1c2329;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #1c2329;
        color: #fff;
    }

    .navbar-default .navbar-link {
        color: #ccd1d9;
    }

        .navbar-default .navbar-link:hover {
            color: #fff;
        }

    .navbar-default .btn-link {
        color: #ccd1d9;
    }

        .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
            color: #fff;
        }

        .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus {
            color: #ccc;
        }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-bottom {
    vertical-align: bottom;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media (min-width:768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .row:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .modal-header:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hidden {
    display: none !important;
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('twitter/fonts/glyphicons-halflings-regular.eot');
    src: url('twitter/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('twitter/fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('twitter/fonts/glyphicons-halflings-regular.woff') format('woff'),url('twitter/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('twitter/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

body {
    display: block !important;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

*:focus {
    outline: 0 !important;
}

::selection {
    background: #05476e;
    color: #fff;
}

::-moz-selection {
    background: #05476e;
    color: #fff;
}

.btn, .job {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.no-border {
    border-bottom: 0;
}

.btn {
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
}

.btn-small {
    padding: 6px 12px;
}

.btn-rounded {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    font-size: 16px;
    position: relative;
}

    .btn-rounded i {
        margin: auto;
    }

.btn-icon i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 22px;
    position: relative;
    text-align: center;
}

.btn-linkedin {
    background: #fff;
    border-radius: 4px;
    color: #0077b5;
    border: 1px solid #ccd1d9;
    padding: 8px 20px;
}

    .btn-linkedin:hover {
        color: #0077b5;
        border: 1px solid #0077b5;
    }

    .btn-linkedin i {
        font-size: 24px;
        vertical-align: middle;
        margin-right: 5px;
    }

.btn-thebiggest {
    background: #05476e;
    font-size: 18px;
    text-align: center;
    padding: 20px 0;
    display: block;
    width: 100%;
    color: #fff;
    border-radius: 0;
    border-radius: 4px;
}

    .btn-thebiggest:hover {
        background: #021825;
    }

    .btn-thebiggest button {
        background: none;
        border: none;
    }

.btn-default {
    border: #117cba solid 1px;
}

    .btn-default:hover {
        background-color: #117cba;
        border-color: #0c6090;
    }

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

h3.section-title, h4.section-subtitle {
    text-transform: uppercase;
    text-align: center;
}

h3.section-title {
    font-size: 35px;
    color: #404b58;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
}

h4.section-subtitle {
    font-size: 16px;
    color: #8aa2ad;
    font-weight: 600;
    margin-bottom: 30px;
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    footer a.footer-logo {
        color: #5c6f78;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none;
    }

        footer a.footer-logo img {
            width: 160px;
            margin: 0 9px;
        }

        footer a.footer-logo span {
            margin-top: 4px;
            text-transform: none;
        }

        footer a.footer-logo:hover {
            opacity: 0.8;
        }

@media screen and (max-width:400px) {
    footer a.footer-logo span {
        display: none;
    }
}

form .form-control {
    color: #2a333d;
    font-weight: 600;
    border-color: #bccdd7;
    box-shadow: inset 0 1px 3px 0 #e6f0f6;
    height: 40px;
    font-size: 14px;
    border-radius: 4px;
    letter-spacing: 0;
}

    form .form-control::-webkit-input-placeholder {
        color: #8aa2ad;
        font-weight: 500;
    }

    form .form-control::-moz-placeholder {
        color: #8aa2ad;
        font-weight: 500;
    }

    form .form-control:-ms-input-placeholder {
        color: #8aa2ad;
        font-weight: 500;
    }

    form .form-control:-moz-placeholder {
        color: #8aa2ad;
        font-weight: 500;
    }

    form .form-control:focus {
        border-color: #05476e;
        color: #2a333d;
    }

@media (max-width:767px) {
    .simple-view .job .apply-now a {
        float: left;
        text-align: left;
    }
}

.component {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e6f0f6;
    background-color: #ffffff;
}

    .component:hover {
        border-color: #bccdd7;
    }

.header-cover-image {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 450px;
    z-index: -1;
}

    .header-cover-image .overlay {
        width: 100%;
        height: 100%;
        content: "";
        background-color: #2a333d;
        opacity: 0.6;
        position: absolute;
        z-index: 0;
    }

.header-component {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    background-color: transparent;
}

    .header-component .navbar {
        margin-bottom: 0;
        border: none;
    }

        .header-component .navbar .navbar-collapse {
            border-top: none;
            box-shadow: none;
        }

        .header-component .navbar .navbar-toggle {
            border: none;
            background: #2a333d;
            margin-right: 0;
        }

        .header-component .navbar .buttons-wrap {
            display: flex;
        }

    .header-component h1.brand {
        margin: -3px 0 0 0;
        padding: 0px;
        font-size: 22px;
        line-height: 60px;
    }

        .header-component h1.brand a {
            font-weight: 600;
            color: #05476e;
        }

            .header-component h1.brand a:hover {
                color: #021825;
                text-decoration: none;
            }

            .header-component h1.brand a:focus {
                text-decoration: none;
            }

        .header-component h1.brand img {
            vertical-align: middle;
        }

    .header-component ul.socials li a {
        color: #fff;
        font-size: 19px;
        padding-left: 9px;
        padding-right: 9px;
    }

        .header-component ul.socials li a:hover {
            background-color: transparent;
        }

    .header-component a.company-link {
        margin-left: 10px;
    }

        .header-component a.company-link i.fa {
            font-size: 16px;
            padding-left: 5px;
        }

    .header-component .content {
        position: relative;
    }

        .header-component .content .info-container {
            text-align: center;
            color: #fff;
            position: relative;
            display: table;
            width: 100%;
            height: 420px;
        }

            .header-component .content .info-container .info {
                display: table-cell;
                text-align: center;
                vertical-align: middle;
            }

            .header-component .content .info-container h2 {
                margin-top: 0px;
                font-size: 32px;
                font-weight: 700;
                line-height: 1.4;
            }

            .header-component .content .info-container h3 {
                font-size: 22px;
                line-height: 1.4;
            }

            .header-component .content .info-container ul {
                margin-top: 20px;
                list-style: none;
                padding-left: 0;
            }

                .header-component .content .info-container ul li {
                    display: inline-block;
                    font-size: 16px;
                    font-weight: 600;
                    margin: 0 20px;
                }

                    .header-component .content .info-container ul li i.ion {
                        font-size: 24px;
                        position: relative;
                        top: 3px;
                        padding-right: 5px;
                    }

    .header-component .breadcrumbs {
        background-color: #ffffff;
        position: relative;
    }

        .header-component .breadcrumbs .container {
            border-bottom: 1px solid #e6f0f6;
        }

        .header-component .breadcrumbs ul {
            list-style: none;
            margin: 20px 0 20px 0;
            padding: 0;
        }

            .header-component .breadcrumbs ul li {
                display: inline-block;
                padding-right: 10px;
                margin-left: 10px;
                color: #5c6f78;
                font-weight: 600;
            }

                .header-component .breadcrumbs ul li:first-child {
                    margin-left: 0;
                }

                .header-component .breadcrumbs ul li:last-child {
                    padding-right: 0;
                }

                .header-component .breadcrumbs ul li a {
                    color: #5c6f78;
                    text-decoration: none;
                }

                    .header-component .breadcrumbs ul li a:hover {
                        color: #05476e;
                    }

                .header-component .breadcrumbs ul li .active {
                    color: #05476e;
                }

                .header-component .breadcrumbs ul li:before {
                    font-family: "Ionicons";
                    content: "\f3d1";
                    position: relative;
                    right: 10px;
                }

                .header-component .breadcrumbs ul li:first-child:before {
                    display: none;
                }

    .header-component .spacing {
        height: 50px;
        background-color: #ffffff;
        position: relative;
    }

.header-cover-image.white-left-logo, .header-cover-image.white-center-logo {
    height: 500px;
}

    .header-cover-image.white-left-logo.white-contact-logo, .header-cover-image.white-center-logo {
        height: 1000px;
    }

.header-component .cover-menu .content {
    height: 410px;
}

    .header-component .cover-menu .content .info-container {
        height: 320px;
    }

.header-component .cover-menu h1.brand {
    line-height: 30px;
}

    .header-component .cover-menu h1.brand a {
        font-size: 26px;
        color: #ffffff;
    }

.header-component .cover .content {
    height: 450px;
}

    .header-component .cover .content .info-container {
        height: 360px;
    }

.header-component .cover h1.brand {
    line-height: 30px;
}

    .header-component .cover h1.brand a {
        font-size: 26px;
        color: #ffffff;
    }

.header-component .cover ul.socials {
    margin-left: 20px;
}

.header-component .white-center-logo .navbar-collapse {
    max-width: 440px;
}

.header-component .white-left-logo .navbar-collapse {
    max-width: 60%;
}

.header-component .white-left-logo .content {
    height: 420px;
}

.header-component .white-left-logo button.navbar-toggle {
    margin-top: 13px;
}

.header-component .white-left-logo .navbar {
    background: #fff;
    min-height: 80px;
}

    .header-component .white-left-logo .navbar .container {
        padding: 10px 15px;
    }

        .header-component .white-left-logo .navbar .container h1.brand {
            float: left;
            margin-right: 20px;
            display: list-item;
            list-style: none;
        }

        .header-component .white-left-logo .navbar .container #navbar-collapse {
            float: left;
        }

        .header-component .white-left-logo .navbar .container .btn-primary {
            margin-right: 20px;
        }

        .header-component .white-left-logo .navbar .container ul.nav {
            padding-left: 0;
            margin: 10px 0px 0px 0px;
            text-align: left;
        }

            .header-component .white-left-logo .navbar .container ul.nav li a {
                color: #05476e;
            }

                .header-component .white-left-logo .navbar .container ul.nav li a:hover {
                    color: #021825;
                }

        .header-component .white-left-logo .navbar .container a.company-link {
            margin-top: 10px;
            margin-left: 10px;
        }

.header-component .white-center-logo .content {
    height: 420px;
}

.header-component .white-center-logo button.navbar-toggle {
    margin-top: 13px;
}

.header-component .white-center-logo .navbar {
    background: #fff;
    min-height: 80px;
}

    .header-component .white-center-logo .navbar .container {
        padding: 10px 15px;
        position: relative;
        height: 70px;
    }

        .header-component .white-center-logo .navbar .container h1.brand {
            position: absolute;
            width: 300px;
            text-align: center;
            margin-left: -150px;
            left: 50%;
            top: calc(50% - 15px);
        }

            .header-component .white-center-logo .navbar .container h1.brand img {
                max-height: 45px;
            }

        .header-component .white-center-logo .navbar .container .btn-primary {
            margin-right: 20px;
        }

        .header-component .white-center-logo .navbar .container ul.nav {
            padding-left: 0;
            margin: 10px 0px 0px 0px;
            text-align: left;
        }

            .header-component .white-center-logo .navbar .container ul.nav li a {
                color: #05476e;
            }

                .header-component .white-center-logo .navbar .container ul.nav li a:hover {
                    color: #021825;
                }

        .header-component .white-center-logo .navbar .container a.company-link {
            margin-top: 10px;
            margin-left: 10px;
        }

.offers-component .simple-view {
    padding-top: 10px;
}

    .offers-component .simple-view .job {
        border-radius: 4px;
        border: 1px solid #ccd1d9;
        padding: 20px;
        margin-top: 30px;
    }

        .offers-component .simple-view .job h5 {
            color: #2a333d;
            font-size: 16px;
            line-height: 1.2;
            white-space: nowrap;
            font-weight: 600;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .offers-component .simple-view .job h5 a {
                color: #2a333d;
                font-size: 16px;
            }

                .offers-component .simple-view .job h5 a:hover {
                    color: #0b0d10;
                    text-decoration: none;
                }

        .offers-component .simple-view .job .department {
            color: #05476e;
            background: #e6f0f6;
            display: block;
            float: left;
            padding: 4px 8px;
            margin-right: 12px;
            border-radius: 4px;
        }

        .offers-component .simple-view .job ul.meta {
            list-style: none;
            -moz-padding-start: 0px;
            -webkit-padding-start: 0px;
            -khtml-padding-start: 0px;
            -o-padding-start: 0px;
            padding-start: 0px;
        }

            .offers-component .simple-view .job ul.meta li {
                display: inline-block;
                color: #05476e;
                margin: 5px 0px 0px 0px;
            }

        .offers-component .simple-view .job .apply-now {
            text-align: right;
            float: right;
        }

            .offers-component .simple-view .job .apply-now .btn {
                margin-top: 18px;
            }

.offers-component .filters-view .filters {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.offers-component .filters-view .list-container {
    margin-top: 30px;
}

.offers-component .filters-view .job {
    list-style: none;
    border-radius: 4px;
    border: 1px solid #ccd1d9;
    border-bottom: 0;
    margin-top: 30px;
    margin: 0;
    border-radius: 0;
    padding: 0;
}

    .offers-component .filters-view .job:first-child {
        border-radius: 4px 4px 0 0;
    }

    .offers-component .filters-view .job:last-child {
        border-bottom: 1px solid #ccd1d9;
        border-radius: 0 0 4px 4px;
    }

    .offers-component .filters-view .job h5 {
        color: #2a333d;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.offers-component .filters-view .job__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .offers-component .filters-view .job__row:hover {
        text-decoration: none !important;
        background: #f0f4f7;
    }

    .offers-component .filters-view .job__row a, .offers-component .filters-view .job__row a:hover, .offers-component .filters-view .job__row a:-webkit-any-link {
        text-decoration: none !important;
    }

@media screen and (min-width:992px) {
    .offers-component .filters-container {
        display: flex;
    }
}

.text-component .text {
    margin-top: 50px;
}

.text-component .photo {
    text-align: center;
    margin-top: 10px;
}

    .text-component .photo img {
        display: inline-block;
        max-width: 100%;
    }

.text-component .body {
    font-size: 16px;
    line-height: 1.8;
}

.offer-component {
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #c9d7df;
}

    .offer-component h2.title {
        font-size: 24px;
        font-weight: 600;
        color: #2a333d;
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 1.4;
    }

    .offer-component h3.alted {
        font-size: 20px;
        font-weight: 600;
        color: #05476e;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .offer-component .description {
        margin-bottom: 30px;
        margin-top: 0px;
        font-size: 16px;
        line-height: 1.8;
    }

        .offer-component .description h6 {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: bold;
            color: #111;
            text-rendering: optimizeLegibility;
            margin: 0;
            padding: 0;
            margin-bottom: 5px;
            line-height: 1.2;
        }

        .offer-component .description p {
            margin-bottom: 4px;
            line-height: 1.8;
        }

        .offer-component .description ul li {
            line-height: 1.8;
        }

        .offer-component .description img {
            max-width: 100%;
        }

    .offer-component .apply {
        text-align: center;
    }

    .offer-component .content {
        border-right: 1px solid #d8e3e7;
        margin-bottom: 100px;
    }

    .offer-component .sidebar {
        position: fixed;
        top: 0;
        padding: 7px;
        background-color: #ffff;
    }

        .offer-component .sidebar a.btn {
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }

        .offer-component .sidebar a.btn-linkedin {
            padding: 10px 20px;
        }

        .offer-component .sidebar .socials-share {
            border: 1px solid #ccd1d9;
            padding-bottom: 20px;
            border-radius: 4px;
            padding: 12px;
            text-align: center;
        }

            .offer-component .sidebar .socials-share h4 {
                margin: 0px 0px 15px 0px;
                font-weight: 400;
                text-align: center;
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
                font-size: 12px;
            }

            .offer-component .sidebar .socials-share .share {
                margin-top: 15px;
                text-align: center;
            }

                .offer-component .sidebar .socials-share .share .buttons {
                    display: inline-block;
                    margin: 0 auto;
                }

                .offer-component .sidebar .socials-share .share .button {
                    float: left;
                    width: 60px;
                    margin: 0px 10px;
                }

.apply-form-component {
    background-color: #ffffff;
    position: relative;
    margin-top: -40px;
}

    .apply-form-component section {
        padding-bottom: 20px;
        margin-bottom: 20px;
        padding-top: 0px;
        border-bottom: 1px solid #d8e3e7;
        overflow: hidden;
    }

    .apply-form-component .hidden {
        display: none;
    }

    .apply-form-component .description h3 {
        color: #2a333d;
        font-size: 18px;
        font-weight: 700;
        margin-top: 15px;
    }

    .apply-form-component .description p {
        font-size: 14px;
        color: #8aa2ad;
    }

    .apply-form-component .linkedin-photo {
        display: block;
    }

    .apply-form-component .linkedin-info {
        padding-top: 10px;
    }

.style-juzeurdt_bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(37, 72, 132, 1);
    border-top: 0px solid rgba(160, 160, 159, 1);
    border-bottom: 0px solid rgba(160, 160, 159, 1);
}

#SITE_FOOTERcenteredContent {
    position: relative;
}

.style-juzeurdtcenteredContent {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.style-juzeurdt_bg-center {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(37, 72, 132, 1);
    border-radius: 0;
}

#SITE_FOOTERinlineContent {
    height: auto;
    width: 100%;
    position: relative;
}

.style-juzeurdtinlineContent {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

#SITE_FOOTERinlineContent-gridWrapper {
    pointer-events: none;
}

#SITE_FOOTERinlineContent-gridContainer {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content min-content min-content min-content min-content min-content min-content min-content min-content min-content min-content min-content min-content 1fr;
    grid-template-columns: 100%;
}

.txtNew {
    word-wrap: break-word;
    text-align: start;
}

    .txtNew h5 {
        margin: 0;
        line-height: normal;
        letter-spacing: normal;
    }

    .txtNew > * {
        pointer-events: auto;
    }

    .txtNew > .font_4 {
        font-size: 16px;
        text-align: center;
    }

#idCard1, #idCard2, #idCard3 {
    position: relative;
    margin: 38px 0px 16px 0;
    left: 16px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
    width: 163px;
}

.font_5 {
    font: normal normal bold 22px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
    color: #000000;
}

@font-face {
    font-family: "Anton";
    src: local("Anton Regular"), local("Anton-Regular"), url("../assets/font/1Ptgg87LROyAm3Kz-C8.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media (min-width:600px) {
    .lb1-margin {
        margin-top: 20px;
    }
}

.strc1:not([data-mobile-responsive]) > .strc1inlineContent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.strc1[data-mobile-responsive] > .strc1inlineContent {
    position: relative;
}

.strc1[data-responsive] {
    display: -ms-grid;
    display: grid;
    justify-content: center;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    -ms-grid-column: auto;
    -ms-grid-row: 1;
}

    .strc1[data-responsive] > .strc1inlineContent {
        display: flex;
    }

    .strc1[data-responsive] > * {
        position: relative;
        grid-row-start: 1;
        grid-column-start: 1;
        grid-row-end: 2;
        grid-column-end: 2;
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        margin: 0 auto;
    }

.mc1:not([data-mobile-responsive]) .mc1inlineContent, .mc1:not([data-mobile-responsive]) .mc1container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#comp-jupp1jb6container {
    position: relative;
    height: 100%;
    width: 100%;
}

#comp-jupp1jb6balatabgcolor {
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
}

#comp-jupp1jb6balata {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    position: absolute;
    clip: rect(0px, 800px, 1583px, 0px);
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    #comp-jupp1jb6balata {
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        right: 0px;
        bottom: 0px;
        overflow: hidden;
        position: absolute;
        clip: rect(0px, 1980px, 1500px, 0px);
        pointer-events: none;
    }
}

.bgMedia {
    align-items: center;
    object-fit: fill;
    left: 0px;
    top: 0px;
    width: 500px;
    height: 1583px;
    position: fixed;
    pointer-events: none;
}

#comp-jupp1jb6inlineContent {
    height: auto;
    width: 100%;
    position: relative;
}

#comp-jupp1jb6inlineContent-gridContainer {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
}

#comp-jupp1jbv {
    position: relative;
    margin: 36px 0px 43px calc((100% - 980px) * 0.5);
    left: 150px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
    width: 680px;
    pointer-events: none;
}

#comp-juxt5y7a {
    position: relative;
    margin: 0px 0px 63px calc((100% - 980px) * 0.5);
    left: 143px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

.font_2 {
    font-size: 11px;
    text-align: center;
}

    .font_2 > span > span {
        text-align: center;
        font-size: 30px;
        pointer-events: auto;
        line-height: normal;
        letter-spacing: 0.15em;
        color: #303030;
        font-family: wfont_cff902_c58183c8cef44b769dd4e6227d23f33a,wf_c58183c8cef44b769dd4e6227,orig_futura_lt_medium;
    }

.font_3 {
    font-size: 11px;
    line-height: 1.6em;
    text-align: center;
    color: #303030;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.10em;
    font-family: wfont_cff902_1f001158d6524a52903fdbea790b13ba,wf_1f001158d6524a52903fdbea7,orig_muli_regular;
}

#comp-jupp1jfkinlineContent {
    height: auto;
    width: 196px;
    position: relative;
}

.style-jupp1jjt {
    position: relative;
    margin: 0px 0px 32px 0;
    left: 73px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
    transform-origin: center 1px;
    width: 50px;
    height: 5px;
}

#comp-jupp1jly {
    position: relative;
    margin: 0px 0px 18px 0;
    left: 66px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

#comp-jupp1joh, #comp-jupp1keh, #comp-jupp1k18 {
    position: relative;
    left: 11px;
    margin: 0px 0px 35px 0;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
    width: 174px;
    pointer-events: none;
}

#comp-juxt5y7ainlineContent {
    height: auto;
    width: 694px;
    position: relative;
}

#comp-juxt5y7ainlineContent-gridContainer {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "services" "expertise" "contact";
    grid-gap: 10px;
    padding-left: 250px;
}

@media screen and (min-width: 760px) {
    #comp-juxt5y7ainlineContent-gridContainer {
        position: static;
        display: grid;
        height: auto;
        width: 100%;
        min-height: auto;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "services expertise contact";
        padding-left: 20px;
    }
}

#comp-jupp1jfk {
    /*CONTACTEZ-NOUS*/
    position: relative;
    margin: 0px 0px 1px 0;
    justify-self: start;
    align-self: start;
    grid-area: contact;
}

#comp-jupp1jsg {
    /*Nos services*/
    position: relative;
    margin: 0px 0px 0px 0;
    justify-self: start;
    align-self: start;
    grid-area: services;
}

#comp-jupp1k5c {
    /*Nos expertises*/
    position: relative;
    margin: 0px 0px 0px 0;
    justify-self: start;
    align-self: start;
    grid-area: expertise;
}

#comp-jupp1k18 {
    /* pour un stage*/
    position: relative;
    margin: 0px 0px 18px 0;
    left: 11px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

h4 > span > span > span > span {
    font-weight: normal;
    font-size: 16px;
    font-family: wfont_cff902_c58183c8cef44b769dd4e6227d23f33a,wf_c58183c8cef44b769dd4e6227,orig_futura_lt_medium;
    color: #303030;
}

.ImageButton_1link {
    width: 64px;
    height: 65px;
}

#comp-jupp1jsginlineContent {
    height: auto;
    width: 196px;
    position: relative;
}

#comp-jupp1k18 {
    position: relative;
    margin: 0px 0px 18px 0;
    left: 11px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

#comp-jupp1k5cinlineContent {
    height: auto;
    width: 196px;
    position: relative;
}

#comp-jupp1k5cinlineContent-gridWrapper {
    pointer-events: none;
}

#comp-jupp1k5cinlineContent-gridContainer {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content min-content min-content 1fr;
    grid-template-columns: 100%;
}

#comp-jupp1k5w {
    position: relative;
    margin: 38px 0px 16px 0;
    left: 14px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-jupp1k8y {
    position: relative;
    margin: 0px 0px 32px 0;
    left: 71px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-jupp1keh {
    position: relative;
    margin: 0px 0px 18px 0;
    left: 9px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}
