@font-face {
    font-family: "MyriadPro";
    src: url("/assets/fonts/MyriadPro-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MyriadPro";
    src: url("/assets/fonts/MyriadPro-Bold.otf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "MyriadPro";
    src: url("/assets/fonts/MyriadPro-It.otf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "MyriadPro";
    src: url("/assets/fonts/MyriadPro-BoldIt.otf");
    font-weight: bold;
    font-style: italic, oblique;
}

@font-face {
    font-family: 'icomoon';
    src: url("/fonts/icomoon.eot?vsg6n5");
    src: url("/fonts/icomoon.eot?vsg6n5#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?vsg6n5") format("truetype"), url("/fonts/icomoon.woff?vsg6n5") format("woff"), url("/fonts/icomoon.svg?vsg6n5#icomoon") format("svg");
    font-weight: normal;
    font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-add:before {
    content: "\e900"; }

.icon-arrow-down:before {
    content: "\e901"; }

.icon-arrow-left:before {
    content: "\e902"; }

.icon-arrow-long-down:before {
    content: "\e903"; }

.icon-arrow-long-left:before {
    content: "\e904"; }

.icon-arrow-long-right:before {
    content: "\e905"; }

.icon-arrow-long-up:before {
    content: "\e906"; }

.icon-arrow-right:before {
    content: "\e907"; }

.icon-arrow-up:before {
    content: "\e908"; }

.icon-calendar:before {
    content: "\e909"; }

.icon-chat:before {
    content: "\e90a"; }

.icon-close:before {
    content: "\e90b"; }

.icon-download:before {
    content: "\e90c"; }

.icon-edit:before {
    content: "\e90d"; }

.icon-email:before {
    content: "\e90e"; }

.icon-filter:before {
    content: "\e90f"; }

.icon-info:before {
    content: "\e910"; }

.icon-navigate:before {
    content: "\e911"; }

.icon-phone:before {
    content: "\e912"; }

.icon-photo:before {
    content: "\e913"; }

.icon-question:before {
    content: "\e914"; }

.icon-search:before {
    content: "\e915"; }

.icon-settings-solid:before {
    content: "\e916"; }

.icon-settings:before {
    content: "\e917"; }

.navbar {
    background-color: rgba(35, 57, 106, 0.9);
}

.navbar-brand #logo {
    margin: -15px;
}

.navbar-brand #logo-msn {
    height: 55px;
}

.nav-link.language {
    padding: 0.5rem 2px !important;
}

.footer #logo-msn {
    height: 80px;
    width: 120px;
    float: left;
    margin: -5px 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

.footer #logos-social {
    height: 40px;
    width: 84px;
    float: right;
    margin: 20px 5px 0 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

.footer #logos-social img {
    height: 40px;
}

.footer #footer-text {
    width: calc(100% - 234px);
    float: left;
    height: 40px;
    margin: 20px 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    color: #999999;
    font-family: "MyriadPro", "Helvetica Neue", Helvetica, Arial, sans-serif;;
    font-weight: normal;
    font-style: normal;
}

.section.section-routes iframe {
    height: auto;
    min-height: 750px;
    border: 2px solid grey;
}