﻿@font-face {
    font-family: mittelshrift;
    src: url("Font/din1451alt.ttf");
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    background-image: url("../Images/Resolver/Background.png");
    line-height: 1;
    font-family: mittelshrift;
    /*font-family: "Open Sans", Arial, sans-serif;*/
}

content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    width: 100%;
}

#Banner {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

#HeaderLinks {
    float: right;
    padding-top: 2px;
}

    #HeaderLinks a {
        float: right;
        padding-right: 15px;
        color: #003468;
    }

#LanguageDropDown {
    float: right;
    padding-left: 10px;
}

.title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    vertical-align: top;
}

#Applications {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: white;
    min-height: 300px;
}

    /*
    Default the display value for portal and dispatch to hidden.
    This will be changed by javascript on the launch page that gets the valid applications.
*/
    #Applications #Dispatch {
        display: none;
    }

    #Applications #Portal {
        display: none;
    }

    #Applications a.msiLink {
        display: none;
        color: white;
    }

    #Applications .applicationLink {
        margin: 5px;
        text-align: center;
        max-width: 240px;
        /*background-color:black;*/
    }

    #Applications a {
        background-repeat: no-repeat;
        display: block;
        height: 220px;
        width: 220px;
        margin: 10px;
    }

        #Applications a:hover {
            opacity: 0.7;
        }

    #Applications .perspective {
        background-image: url("../Images/Resolver/Perspective.png");
    }

    #Applications .dispatch {
        background-image: url("../Images/Resolver/Dispatch.png");
    }

    #Applications .dashboard {
        background-image: url("../Images/Resolver/Dashboard.png");
    }

    #Applications .portal {
        background-image: url("../Images/Resolver/Portal.png");
    }

    #Applications .applicationNameText {
        font-size: x-large;
    }

    #Applications .applicationSubText {
        padding-top: 5px;
        padding-bottom: 5px;
        /*font-size: small;*/
    }

    #Applications .msiLink {
        display: none;
        color: white;
        font-size: x-small;
    }

ol, ul {
    list-style: none;
}

h1, h2, h3 {
    font-family: "Antenna Cond Extra Light", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 50px;
}

.resource-download h2 {
    font-size: 35px;
}

span.clear {
    clear: both;
    display: block;
    height: 1px;
}

a {
    text-decoration: none;
}

#contact-us {
    padding: 0 15%;
    display: inline-block;
    width: 70%;
    padding-top: 45px;
    padding-bottom: 40px;
}

@media (max-width: 992px) {
    #contact-us {
        padding: 30px 4%;
    }
}

@media (max-width: 992px) {
    #contact-us {
        width: 92%;
    }
}

.content-wrapper {
    max-width: 1180px;
    margin: 0 auto;
}

    .content-wrapper.contact-us {
        color: #414141;
    }

        .content-wrapper.contact-us h3 {
            font-family: 'open sans';
            font-size: 24px;
            color: #2baaed;
            margin: 0 0 20px;
        }

        .content-wrapper.contact-us .contact-sidebar {
            width: 30%;
            float: left;
        }

footer {
    margin: 5% 0 0 0;
    width: 100%;
    background: #40434a;
    color: white;
    padding-top: 50px;
}

@media (max-width: 992px) {
    footer {
        padding: 30px 4%;
    }
}

@media (max-width: 768px) {
    footer {
        padding: 4%;
    }
}

footer .links {
    width: 28%;
    padding: 0;
    float: left;
}

@media (max-width: 768px) {
    footer .links {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
}

footer .links .links-inner {
    padding-right: 13%;
}

@media (max-width: 768px) {
    footer .links .links-inner {
        padding: 0;
    }
}

footer .links .links-inner .logo img {
    margin: 0 0 28px 0;
    width: 100%;
    max-width: 260px;
}

@media (max-width: 768px) {
    footer .links .links-inner .logo {
        text-align: center;
    }
}

footer .links .links-inner .social {
    overflow: hidden;
    text-align: center;
}

@media (max-width: 768px) {
    footer .links .links-inner .social {
        margin-bottom: 20px;
    }
}

footer .links .links-inner .social a {
    float: left;
    color: white;
    display: block;
    width: 25%;
    height: 56px;
    text-indent: -9999px;
}

@media (max-width: 1200px) {
    footer .links .links-inner .social a {
        width: 51px;
        margin: 0 20px 20px 0;
    }
}

@media (max-width: 768px) {
    footer .links .links-inner .social a {
        float: none;
        display: inline-block;
        margin-right: inherit;
    }
}

footer .links .links-inner .social a.t {
    background: url("../Images/Resolver/footer-twitter.png") center no-repeat;
    background-size: 50px;
}

footer .links .links-inner .social a.l {
    background: url("../Images/Resolver/footer-linkedin.png") center no-repeat;
    background-size: 50px;
}

footer .links .links-inner .social a.f {
    background: url("../Images/Resolver/footer-facebook.png") center no-repeat;
    background-size: 50px;
}

footer .links .links-inner .social a.i {
    background: url("../Images/Resolver/footer-instagram.png") center no-repeat;
    background-size: 50px;
}

footer .about {
    width: 72%;
    padding: 0;
    float: right;
    font-size: 14px;
}

@media (max-width: 768px) {
    footer .about {
        width: 100%;
        float: none;
    }
}

footer .about .about-inner {
    border-left: 1px solid #fff;
    padding-left: 5.8%;
}

@media (max-width: 768px) {
    footer .about .about-inner {
        border: 0;
        padding: 0;
    }
}

footer .about .about-inner p {
    text-align: left;
    margin: 0 0 25px 0;
    line-height: 20px;
}

footer .about .about-inner .contact {
    overflow: hidden;
}

    footer .about .about-inner .contact div {
        float: left;
        line-height: 21px;
        overflow: hidden;
    }

@media (max-width: 768px) {
    footer .about .about-inner .contact div {
        float: none;
        text-align: center;
    }
}

footer .about .about-inner .contact div.address {
    width: 30%;
    margin-right: 2%;
}

@media (max-width: 768px) {
    footer .about .about-inner .contact div.address {
        width: 100%;
    }
}

footer .about .about-inner .contact div.email {
    background: url("../Images/Resolver/icon-email.png") 0 0 no-repeat;
    background-size: 20%;
    margin-right: 2%;
    width: 36%;
}

    footer .about .about-inner .contact div.email a {
        color: #fff;
        display: block;
        padding: 2px 0 20px 24%;
    }

@media (max-width: 768px) {
    footer .about .about-inner .contact div.email {
        background: none;
        width: 100%;
    }

        footer .about .about-inner .contact div.email a {
            padding: 0;
        }
}

footer .about .about-inner .contact div.phone {
    background: url("../Images/Resolver/icon-phone.png") 0 0 no-repeat;
    background-size: 20%;
    width: 30%;
}

    footer .about .about-inner .contact div.phone div {
        display: block;
        padding: 2px 0 20px 24%;
        width: auto;
    }

@media (max-width: 768px) {
    footer .about .about-inner .contact div.phone {
        background: none;
        width: 100%;
    }

        footer .about .about-inner .contact div.phone div {
            padding: 0;
        }
}

footer .disclaimer {
    padding: 30px 0;
    clear: both;
    font-size: 12px;
    text-align: center;
}

    footer .disclaimer h5 {
        margin-bottom: 20px;
    }

footer .content-wrapper a {
    color: #fff;
    text-decoration: underline;
}

select, textarea {
    -webkit-appearance: none;
    width: 100%;
}

select {
    /*background: #fff url("../Images/Resolver/select-arrow.png") 98% 50% no-repeat;*/
    width: 150px;
    border-color: #003468;
    color: #003468;
}

/*.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
    width: 200px;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }*/