@font-face {
    font-family: 'nimbus_sansregular';
    src: url('nimbussan-reg-webfont.eot');
    src: url('nimbussan-reg-webfont.eot?#iefix') format('embedded-opentype'), url('nimbussan-reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroic_condensedregular';
    src: url('heroiccondensed-regular-webfont.eot');
    src: url('heroiccondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('heroiccondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroic_condensedbold';
    src: url('heroiccondensed-bold-webfont.eot');
    src: url('heroiccondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('heroiccondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.boldFont {
    font-family: heroic_condensedbold;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: url(../Images/All-Solutions-Dots-Hero.jpg) no-repeat;
    background-size: cover;
    background-color: #042d41;
    height: 100%;
    font-family: "nimbus_sansregular", Helvetica, Arial, sans-serif;
    color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    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;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

html {
    height: 100%;
}

.failureNotification {
    padding-left: 10px;
    font-size: 1.2em;
    width: 290px;
    color: White;
}

.loginEntry {
    width: 100%;
}

body * {
    box-sizing: border-box;
}

.wrap {
    margin: 0px 0px 0px 5vw;
}

.header {
    background-color: #F58220;
    padding: 20px 0;
    width: 100%;
    top: 0;
}

.logo {
    width: 150px;
    display: block;
    margin: 0 auto;
}

#main {
    height: 100%;
}

#login {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

    #login img {
        height: 27px;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #login .page-title {
        color: #ffffff;
        font: 300 50px/0.9 "trumpgothicpro", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin: 0 0 30px 4px;
        text-align: center;
    }

#form1 {
    overflow: auto;
}

#login input {
    width: 100%;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    border-top: 1px solid #e1e1e1;
    padding: 20px 30px;
    font-weight: 300;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

    #login input:focus {
        outline: 0;
    }

    #login input::-webkit-input-placeholder {
        color: #999;
    }

    #login input:-moz-placeholder {
        color: #999;
    }

    #login input::-moz-placeholder {
        color: #999;
    }

    #login input:-ms-input-placeholder {
        color: #999;
    }

    #login input:first-child {
        border: 0;
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

#login #txtBxCompanyId {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#login input[type="submit"] {
    margin-top: 20px;
    background-color: #72bf44;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: bold;
}

#login .help {
    display: block;
    color: #ffffff;
    font-style: italic;
    text-align: center;
    font-weight: 300;
    text-decoration: none;
}

#ssl p {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

    #ssl p:before {
        content: '';
        display: inline-block;
        background: url(../Images/lock.png) center no-repeat;
        background-size: auto 100%;
        height: 28px;
        width: 20px;
        margin-right: 10px;
        vertical-align: text-bottom;
    }

#ssl {
    width: 200px;
    margin-left: -25px;
    margin-top: -15px;
}

@media screen and (max-width: 900px) {
    .wrap {
        margin: 0px 0vw 0px 2vw !important;
    }

    .loginFields {
        margin-right: 0px !important;
        display: inline-block;
    }

    #login {
        width: 47vw !important;
    }

    #LoginHeader {
        font-size: 8vw !important;
    }

    .marketingSection {
        width: 47vw !important;
        margin-left: 1vw;
    }

    .marketingHeader {
        font-size: 4.1vw !important;
    }

    .bottomSection {
        margin: 0px 0vw 10px 2vw !important;
    }
}

@media screen and (max-width: 768px) {
    .marketingBlock {
        width: 90vw;
        margin: 15px 0vw 10px 5vw;
    }

    #LoginHeader {
        font-size: 11vw !important;
    }

    .marketingHeader {
        font-size: 7.6vw !important;
    }

    .marketingSection {
        margin: 0px 0px 0px 0px !important;
        padding-top: 0px !important;
    }

    #main .wrap {
        margin-bottom: 0px !important;
        padding-top: 50px !important;
        padding: 0px 0 !important;
    }

    .lowerLinks.topLink {
        margin-top: 0vh !important;
        overflow: auto !important;
        text-align: center !important;
        width: 100%;
    }

    .sMediaLinks {
        text-align: center;
    }

    .bottomLink {
        width: 95%;
        margin: auto;
        margin-top: 17px !important;
    }

    #login {
        margin-top: 65px;
        width: 100% !important;
    }

    .loginFields {
        width: 90% !important;
        margin: 0px 0px 0px 5% !important;
    }

    .appDownloadText {
        margin-right: 0px !important;
        margin-top: 0px !important;
        text-align: center;
        width: 100% !important;
    }

    .appButtons {
        width: 100%;
        text-align: center;
    }

    .bottomSection {
        margin: 0px 0px 10px 0px !important;
    }

    @media screen and (min-height: 800px) {
        .bulletPoint {
            font-size: 24px !important;
        }

        .arrow {
            margin-top: -1px !important;
        }
    }
}

.marketingSection {
    width: 400px;
    height: 411px;
}

@media screen and (min-width: 768px) {
    .logo {
        margin: 0;
        width: 200px;
    }

    #main .wrap {
        padding-top: 80px;
    }

    #login img {
        margin: 0;
        padding: 0;
        height: 38px;
        display: inline;
        max-width: 100%;
        margin-bottom: 1em;
    }

    #login input {
        width: 100%;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-appearance: none;
        border-top: 1px solid #e1e1e1;
        padding: 20px 30px;
        font-weight: 300;
        letter-spacing: 0.5px;
    }

    #login .page-title {
        text-align: left;
        margin-left: 0;
        font-size: 70px;
        white-space: nowrap;
    }

    #login input[type="submit"] {
        -webkit-transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }

        #login input[type="submit"]:hover {
            background-color: #80c556;
        }

    #login .help {
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

        #login .help:hover {
            color: #eee;
        }
}

@media screen and (min-width: 1250px) {
    #login img {
        height: 54px;
        display: inline;
        max-width: 100%;
        margin-bottom: 1em;
    }

    #login input {
        width: 100%;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-appearance: none;
        border-top: 1px solid #e1e1e1;
        padding: 20px 30px;
        font-weight: 300;
        letter-spacing: 0.5px;
    }

    #main .wrap {
        height: 100%;
        padding-top: 80px;
    }

    #login {
        margin: 0;
    }

    #socialLogin {
        margin: 0;
        margin-top: 5px;
    }

    #ssl {
        bottom: 10%;
    }
}

.placeholder {
    color: #aaa;
}

.bulletPoint {
    margin-bottom: 20px;
    font-size: 17px;
    overflow: auto;
    word-wrap: break-word;
}

.orangeBar {
    height: 2px;
    width: 100%;
    background: #f7941e;
}

.innerBlock {
    margin-top: 10px;
    overflow: auto;
}

.marketingBlock {
    background: #0a9dd9;
    border-radius: 15px;
    padding: 16px;
    height: 322px;
    overflow: auto;
}

.marketingHeader {
    margin-bottom: 0px;
    margin-top: -6px;
    font-size: 39px;
    font-family: 'heroic_condensedbold', sans-serif;
    width: 100%;
}

.marketingSection {
    color: white;
    display: inline-block;
    vertical-align: top;
    padding-top: 90px;
}

.sMediaLinks {
    font-size: 33px;
    margin-top: 27px;
}

.lowerLinks {
    text-align: left;
    margin-top: 3vh;
    font-size: 16px;
}

.bulletText {
    float: left;
    width: 93%;
    margin-left: 14px;
}

.loginFields {
    margin-right: 50px;
    display: inline-block;
}

.lowerLinks.topLink {
    margin-top: 8vh;
    overflow: auto;
    text-align: right;
}

.appDownloadText {
    margin-right: 15px;
    vertical-align: middle;
    font-family: 'heroic_condensedregular', sans-serif;
    font-size: 36px;
    color: white;
}

.appStoreLink {
    display: inline-block;
    margin-right: 17px;
}

.appButtons {
    margin-top: 5px;
}

.loginLinks {
    text-decoration: none;
    color: white;
}

    .loginLinks:hover {
        text-decoration: none;
        color: #f7941e;
    }

.arrow {
    float: left;
    width: 2%;
    font-size: 25px;
    margin-top: -5px;
}

#LoginHeader {
    font-family: "heroic_condensedregular";
    font-size: 68px;
    color: white;
}

.socialIcon {
    height: 45px;
    width: 45px;
    border-radius: 100px;
    border: 2px solid white;
    color: white;
}

    .socialIcon i {
        display: inherit;
        color: white;
        font-size: 25px;
        margin-top: 8px;
        text-align: center;
    }

    .socialIcon:hover {
        border: 2px solid #f7941e;
    }

        .socialIcon:hover > i {
            color: #f7941e;
        }

.socialLink {
    display: inline-block;
    border-radius: 100px;
    text-decoration: none;
    margin-right: 25px;
}

.bottomSection {
    margin: 0px 0px 10px 5vw;
}
