﻿@import url('css.css');

html {
    font-size: 16px;
    margin:0 !important;
}

@media screen and (min-width: 320px) {
    html {
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 22px;
    }
}

html, body {
    width: 100% !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    background-color: white !important;
    display: block !important;
    width: 100vw !important;
}

.logo {
    line-height: 155px;
    text-align: center;
    height: 155px;
}



    .logo img {
        height: 125px;
    }


.splash {
    background-color: #492b43;
    background-image: url("../images/DMeX%20-%20Landing%20Page%20top%20image.jpg");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 585px;
    height: 100vmax;
    color: #fff;
    font-weight: 300;
    min-height: 585px;
}

h1 {
    font-size: 2.25em;
    font-weight: 300;
}

h2 {
    font-size: 1.875em;
    font-weight: 300;
}

h3 {
    font-size: 1.125em;
    line-height: 1.5;
}

h4 {
    font-size: 1.125em;
    color: #ed1c24;
    text-transform: uppercase;
    margin-top: 2em;
}

h5 {
    font-size: 0.875em;
}

h6 {
    font-size: 0.75em;
}

.splash-container {
    padding: 1em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.splash h1 {
    line-height: 1.5;
    margin: 10px 0;
    color: white !important;
}



.splash h2 {
    font-size: 1.5em;
    line-height: 1;
    margin-top: 1em;
    margin-bottom: 1em;
    color: white !important;
}

    .splash h2 small {
        font-size: .75em;
        line-height: 1.5;
        font-weight: 300;
        color: #fff;
    }

.splash p {
    font-size: 1.125em;
    line-height: 1.2;
    margin-bottom: 0;
    max-width: 60%;
}



.splash .link {
    background-color: #ed1c24;
    color: #fff;
    font-size: 1.125em;
    padding: .15em .625em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s linear;
    line-height: 1.2;
    display: inline-block;
    border: none;
    font-weight: 400;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

    .splash .link:hover {
        background-color: rgba(237, 28, 36, .75);
        color: #fff;
    }

a.dropdown-item {
    font-style: none;
    text-shadow: none;
}

ol {
    font-size: 1em;
}

    ol li {
        padding-left: 1em;
    }

    ol li,
    #accordion2 {
        margin-bottom: 1em;
    }

p {
    line-height: 1.5;
    font-size: 1.125em;
    margin-bottom: 1em;
}

a,
span.link {
    color: #ed1c24;
    text-decoration: underline;
}

    a:hover {
        color: #000;
        text-decoration: underline;
    }

.accordion-toggle,
.accordion-toggle:hover,
.accordion-toggle:focus {
    color: #000;
    text-decoration: none;
}

.accordion-heading:hover {
    background-color: #f5f5f5;
}

body > .container {
    margin-bottom: 3em;
}

.text-nowrap {
    white-space: nowrap;
}



.accordion-toggle {
    position: relative;
    padding-left: 55px !important;
}

    .accordion-toggle .fa-plus {
        width: 24px;
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        color: #e5e5e5;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        position: absolute;
        left: 15px;
        top: 28px;
    }



    .accordion-toggle.active .fa-plus {
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


    .accordion-toggle.collapsed.active .fa-plus {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }


/* local login styles */

.login-logo {
    width: 60px;
    height: 60px;
    margin: 16px auto 16px auto;
    text-align: center;
    display: block;
}

.login-wrapper {
    width: 220px;
    margin: 0 auto;
}



.login-separator {
    display: none !important;
}

.container .container {
    max-width: 100%
}