﻿@media only screen (min-width: 660px ) and (max-width: 670px) and (orientation : landscape),only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation : portrait) {
    #div_img
    {
        display:none;
    }
}

    .form-line-active input:focus, .form-line-active textarea:focus {
        border: 1px solid green !important;
        box-shadow: 0 0 3px green !important;
        -moz-box-shadow: 0 0 3px green !important;
        -webkit-box-shadow: 0 0 3px green !important;
    }

    input:focus, textarea:focus, select:focus {
        outline-offset: 0px !important;
        outline: none !important;
    }

    input:focus, input {
        border: 1px solid #dde3ec !important;
        border-color: blue;
        color: black !important
    }

    @charset "utf-8";
    /* CSS Document */

    /* Fonts
------------------------------------------------------------*/

    @font-face {
        font-family: 'proximaNova';
        src: url("../fonts/ProximaNova-RegWeb.woff")
    }

    @font-face {
        font-family: 'proximaNovaBold';
        src: url("../fonts/ProximaNova-BoldWeb.woff")
    }

    @font-face {
        font-weight: bold;
        font-family: 'proximaNovaLight';
        src: url("../fonts/ProximaNova-LightWeb.woff")
    }

    @font-face {
        font-family: 'proximaNovaThin';
        src: url("../fonts/ProximaNova-ThinWeb.woff")
    }

    @font-face {
        font-family: 'proximaNovaSemibold';
        src: url("../fonts/ProximaNova-SboldWeb.woff")
    }


    /* General Formatting, styling
------------------------------------------------------------*/

    body {
        margin: 0;
        padding: 0;
    }

    #wrap {
        width: 95vw;
        height: 100%;
        margin: auto;
    }

    p {
        font-family: 'Open Sans';
        font-size: 16px;
        color: #000000;
        line-height: 20px;
    }

    #navbar {
        height: 53px;
    }

    #header,
    #navbar {
        /*max-width: 95vw;*/
        width: 100%;
        margin: auto;
    }

    .header-left {
        width: 27.57%;
        float: left;
        height: 100%;
    }

    .header-right {
        width: 72.43%;
        float: left;
        height: 100%;
    }

    .uir-logo {
        margin-left: 0;
        margin-right: 0 !important;
    }

    .clr-left {
        clear: left;
    }

    .violator, .violator * {
        font-size: 0 !important;
    }

    .logo {
        margin-top: 35px;
    }

    .forgot-pw {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .form {
        margin-top: 20px;
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        color: #333;
        padding-right: 10px !important;
    }


    .button input,
    .username input,
    .password input {
        width: 260px;
    }

    .username input {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        color: #999;
        background-color: #fff;
        margin-top: 5px;
        height: 28px;
        padding: 0px 8px;
        vertical-align: middle;
        border: 1px solid silver;
        box-sizing: border-box;
    }

    .password input {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        color: #999;
        background-color: #fff;
        padding: 0px 8px;
        vertical-align: middle;
        margin-top: 10px;
        height: 28px;
        border: 1px solid silver;
        box-sizing: border-box;
    }

    .button input {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        font-weight: 600;
        padding-top: 4px;
        padding-bottom: 4px;
        box-sizing: border-box;
    }

    .remember-email input {
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 15px;
    }

    .note {
        font-family: 'Open Sans','Helvetica',sans-serif;
        color: #999;
        padding-top: 6px;
        padding-bottom: 10px;
        width: 260px;
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
    }

    .more-link {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        color: #016699;
        padding-top: 10px;
    }

    .link {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
    }

        .link a,
        .forgot-pw a {
            color: #255599 !important;
        }

    a:visited {
        text-decoration: none;
        color: #016699;
    }

    .headline {
        background: #f0f0f0;
    }

    .headline-container {
        max-width: 95vw;
        width: 100%;
        margin: auto;
    }

    .headline-container-left {
        width: 33%;
        float: left;
    }

    .headline-container-center {
        width: 33%;
        float: left;
    }

    .headline-container-right {
        width: 34%;
        float: left;
    }

    .headline-container-left-content {
        padding-top: 20px;
    }

    .headline-container-center-content {
        padding-top: 20px;
        padding-left: 20px;
    }

    .headline-container-right-content {
        padding-top: 20px;
    }

    #main {
        width: 100%;
        background: #f0f0f0;
    }

    .main-container {
        max-width: 95vw;
        width: 100%;
        margin: auto;
        padding-top: 10px;
    }

    .main-left {
        width: 33%;
        float: left;
    }

    .main-center {
        width: 33%;
        float: left;
    }

    .main-right {
        width: 34%;
        float: left;
    }

    .main-left p {
        padding-right: 50px;
    }

    .main-center p {
        padding-right: 50px;
    }

    .main-right p {
        padding-right: 50px;
    }

    .main-left-content {
    }

    .main-center-content {
        padding-left: 20px;
    }

    .main-right-content {
    }

        .main-right-content img {
        }

        .main-right-content img {
            border: 0px;
        }

    .description {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 16px;
        color: #444444;
        line-height: 20px;
        margin-right: 50px;
    }

    .partner-container {
        height: 100%;
    }

    .partner-logo-image {
        float: left;
        width: 130px;
    }

    .partner-description {
        float: left;
        width: 200px;
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        color: #000000;
        line-height: 20px;
        padding-bottom: 20px;
    }

    .slider {
    }

        .slider ul {
            padding-top: 0px;
            margin-top: 0px;
        }

        .slider li {
            padding-top: 0px;
            margin-top: 0px;
        }



    /* Background CSS fix
------------------------------------------------------------*/
    .gradient {
        filter: none;
    }



    /* Selection, Links
------------------------------------------------------------*/

    a {
        color: #016699;
        text-decoration: none;
    }

        a:visited {
            text-decoration: none;
            color: #016699;
        }

        a:hover {
            color: #F15D22;
            text-decoration: underline;
        }

    h1 a {
        color: #F15C22;
        text-decoration: none;
    }

        h1 a:visited {
            color: #F15C22;
            text-decoration: none;
        }

        h1 a:hover {
            color: #F15C22;
            text-decoration: none;
        }

    .description a {
        color: #607998;
        text-decoration: none;
        font-size: 16px !important;
    }

        .description a:visited {
            color: #607998;
            text-decoration: none
        }

        .description a:hover {
            color: #607998;
            text-decoration: none
        }



    /* Heading
------------------------------------------------------------*/

    h1, h1 > a {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 28px !important;
        color: #F15D22;
        padding: 0;
        margin: 0;
        font-weight: normal;
    }



    /* Footer
------------------------------------------------------------*/

    #footer {
        max-width: 95vw;
        width: 100%;
        margin: auto;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .footer-left {
        width: 55%;
        float: left;
    }

    .footer-left-text {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 12px;
        color: #999999;
        line-height: 140%;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-center {
        width: 30%;
        float: left;
    }

    .footer-center-text {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 12px;
        color: #999999;
        line-height: 140%;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-center a, .footer-left a {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 12px;
        color: #999999;
    }


    .footer-right {
        width: 15%;
        float: left;
    }

    .footer-right-text {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 12px;
        color: #999999;
        line-height: 140%;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .footer-right a {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 12px;
        color: #999999;
    }

    body {
        margin: 0;
    }

        body * {
            font-size: 14px;
        }

    .uir-logo, .uir-logo + img {
        height: 42px;
        /*margin: 9px 30px 13px 0;*/
    }

    .header-separator {
        height: 12px;
        background-color: #075ac1;
    }

    .textbold,
    .textboldnolink {
        font-size: 14px;
    }

    .smalltext,
    .smalltextnolink {
        font-size: 13px;
    }

    .page-message {
        font-size: 21px;
        font-weight: bold;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    input[type='submit'],
    input[type='submit']#Submit,
    input.submitButton,
    button.submitButton {
        border-radius: 3px;
        border: none;
        padding: 8px 30px;
        height: auto !important;
        font-size: 13px;
        color: white !important;
        cursor: pointer;
        background: rgb(81,166,231);
        background: -moz-linear-gradient(top, rgba(81,166,231,1) 0%, rgba(64,143,218,1) 45%, rgba(41,114,191,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,166,231,1)), color-stop(45%,rgba(64,143,218,1)), color-stop(100%,rgba(41,114,191,1)));
        background: -webkit-linear-gradient(top, rgba(81,166,231,1) 0%,rgba(64,143,218,1) 45%,rgba(41,114,191,1) 100%);
        background: -o-linear-gradient(top, rgba(81,166,231,1) 0%,rgba(64,143,218,1) 45%,rgba(41,114,191,1) 100%);
        background: -ms-linear-gradient(top, rgba(81,166,231,1) 0%,rgba(64,143,218,1) 45%,rgba(41,114,191,1) 100%);
        background: linear-gradient(to bottom, rgba(81,166,231,1) 0%,rgba(64,143,218,1) 45%,rgba(41,114,191,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51a6e7', endColorstr='#2972bf',GradientType=0 );
    }

    #tdleftcap_Submit,
    #tdrightcap_Submit {
        display: none;
    }

    .bottom-links > td {
        padding-top: 11px;
    }

    .bottom-links a,
    .bottom-links a:active,
    .bottom-links a:visited {
        color: #255599;
        text-decoration: none;
    }

        .bottom-links a:hover {
            text-decoration: underline;
        }

    .content-row > td,
    .content-row.content-row-multiple ~ tr > td {
        padding-left: 20px;
    }

    #tdleftcap_Submit {
        display: none !important;
    }

    .text-opensans {
        font-family: 'Open Sans', 'Helvetica', sans-serif !important;
    }

    .text-link {
        font-size: 12px;
        text-decoration: none;
        color: #607799;
    }

    .privacy_statement_static {
        text-align: left;
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 12px;
        color: #999999;
    }

        .privacy_statement_static a {
            text-decoration: none;
            font-family: 'Open Sans','Helvetica',sans-serif;
            font-size: 12px;
            color: #255599;
        }

    .privacy_statement {
        margin-top: 8px;
        text-align: left;
        display: block;
    }

    .privacy_statement_inline_block {
        display: inline-block;
        text-align: left;
        width: 260px;
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 12px;
        color: #999999;
    }

        .privacy_statement_inline_block a {
            text-decoration: none;
            font-family: 'Open Sans','Helvetica',sans-serif;
            font-size: 12px;
            color: #255599;
        }

    .copyright_block {
        margin-top: 25px;
        text-align: left;
        display: block;
        visibility: hidden;
    }

    .copyright_inline_block {
        display: inline-block;
        text-align: left;
        padding-right: 10px;
    }

    .copyright_nowrap_block {
        white-space: nowrap;
        text-align: left;
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 12px;
        color: #999999;
    }

        .copyright_nowrap_block a {
            font-family: 'Open Sans','Helvetica',sans-serif;
            font-size: 12px;
            color: #999999;
        }

            .copyright_nowrap_block a:link {
                color: #999999;
            }

            .copyright_nowrap_block a:visited {
                color: #999999;
            }

            .copyright_nowrap_block a:hover {
                text-decoration: underline;
                color: #999999;
            }

    .pwd_reset_block {
        padding-top: 16px;
        padding-bottom: 8px;
        display: block;
        text-align: left;
    }

    .pwd_reset_inline_block {
        display: inline-block;
        text-align: left;
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
    }

    .portal_block {
        display: block;
        text-align: left;
    }

    .portal_inline_block {
        display: inline-block;
        text-align: left;
        padding-right: 10px;
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
    }

        .privacy_statement_static a:link, .privacy_statement_inline_block a:link, .pwd_reset_inline_block a:link, .portal_inline_block a:link {
            color: #255599;
        }

        .privacy_statement_static a:visited, .privacy_statement_inline_block a:visited, .pwd_reset_inline_block a:visited, .portal_inline_block a:visited {
            color: #016699;
        }

        .privacy_statement_static a:hover, .privacy_statement_inline_block a:hover, .pwd_reset_inline_block a:hover, .portal_inline_block a:hover {
            text-decoration: underline;
            color: #255599;
        }

    .copyright_bottom {
        padding-top: 10px;
        padding-bottom: 8px;
        display: block;
        text-align: left;
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 12px;
    }

        .copyright_bottom a {
            font-family: 'Open Sans','Helvetica',sans-serif;
            font-size: 12px;
        }

            .copyright_bottom a:link {
                color: #999999;
            }

            .copyright_bottom a:visited {
                color: #999999;
            }

            .copyright_bottom a.hover {
                text-decoration: underline;
                color: #999999;
            }

    .username_login_page input {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        color: #999;
        background-color: #fff;
        margin-top: 5px;
        height: 28px;
        padding: 0px 8px;
        vertical-align: middle;
        border: 1px solid silver;
        box-sizing: border-box;
        width: 260px;
    }

    .password_login_page input {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        color: #999;
        background-color: #fff;
        padding: 0px 8px;
        vertical-align: middle;
        margin-top: 10px;
        height: 28px;
        border: 1px solid silver;
        box-sizing: border-box;
        width: 260px;
    }

    .button_login_page input, button.login-button {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        font-weight: 600;
        padding-top: 4px;
        padding-bottom: 4px;
        box-sizing: border-box;
        width: 260px;
    }

    @media screen and (max-width: 1224px) {
        .button_login_page input, .username_login_page input, .password_login_page input, .privacy_statement_inline_block, .pwd_reset_inline_block, .copyright_inline_block, .portal_inline_block {
            width: 220px;
        }

        .portal_inline_block {
            margin-left: 20px;
        }

        .copyright_bottom {
            margin-left: 20px;
        }
    }

    @media screen and (max-width: 900px) {
        #navbar > span {
            margin-top: 50px !important;
        }

        .privacy_statement, .pwd_reset_block, .copyright_bottom, .portal_block {
            text-align: left;
        }

        .copyright_bottom {
            visibility: hidden;
        }

        .copyright_block {
            visibility: visible;
            text-align: left;
        }

        .portal_inline_block {
            margin-left: 0px;
        }
    }


    @media screen and (max-width: 900px) {
        .button_login_page input, .username_login_page input, .password_login_page input, .privacy_statement_inline_block, .pwd_reset_inline_block, .copyright_inline_block, .portal_inline_block {
            width: 280px;
        }
    }

    @charset "utf-8";
    /* CSS Document */

    /* Fonts
------------------------------------------------------------*/

    @font-face {
        font-family: 'proximaNova';
        src: url("../fonts/ProximaNova-RegWeb.woff")
    }

    @font-face {
        font-family: 'proximaNovaBold';
        src: url("../fonts/ProximaNova-BoldWeb.woff")
    }

    @font-face {
        font-weight: bold;
        font-family: 'proximaNovaLight';
        src: url("../fonts/ProximaNova-LightWeb.woff")
    }

    @font-face {
        font-family: 'proximaNovaThin';
        src: url("../fonts/ProximaNova-ThinWeb.woff")
    }

    @font-face {
        font-family: 'proximaNovaSemibold';
        src: url("../fonts/ProximaNova-SboldWeb.woff")
    }


    /* General Formatting, styling
------------------------------------------------------------*/

    body {
        margin: 0;
        padding: 0;
    }

    #wrap {
        width: 95vw;
        height: 100%;
        margin: auto;
    }

    p {
        font-family: 'Open Sans';
        font-size: 16px;
        color: #000000;
        line-height: 20px;
    }

    #navbar {
        height: 53px;
    }

    #header,
    #navbar {
        /*max-width: 95vw;*/
        width: 100%;
        margin: auto;
    }

    .header-left {
        width: 100%;
        float: left;
        height: 100%;
    }

    .header-right {
        width: 100%;
        float: left;
        height: 100%;
    }

    .uir-logo {
        margin-left: 0;
        margin-right: 0 !important;
    }

    .clr-left {
        clear: left;
    }

    .violator, .violator * {
        font-size: 0 !important;
    }

    .logo {
        margin-top: 35px;
    }

    .forgot-pw {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .form {
        margin-top: 20px;
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        color: #333;
        padding-right: 10px !important;
        /*margin-left:17%;*/
    }


    .button input,
    .username input,
    .password input {
        width: 260px;
    }

    .username input {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        color: #999;
        background-color: #fff;
        margin-top: 5px;
        height: 28px;
        padding: 0px 8px;
        vertical-align: middle;
        border: 1px solid silver;
        box-sizing: border-box;
    }

    .password input {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        color: #999;
        background-color: #fff;
        padding: 0px 8px;
        vertical-align: middle;
        margin-top: 10px;
        height: 28px;
        border: 1px solid silver;
        box-sizing: border-box;
    }

    .button input {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        font-weight: 600;
        padding-top: 4px;
        padding-bottom: 4px;
        box-sizing: border-box;
    }

    .remember-email input {
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 15px;
    }

    .note {
        font-family: 'Open Sans','Helvetica',sans-serif;
        color: #999;
        padding-top: 6px;
        padding-bottom: 10px;
        width: 260px;
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
    }

    .more-link {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        color: #016699;
        padding-top: 10px;
    }

    .link {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
    }

        .link a,
        .forgot-pw a {
            color: #255599 !important;
        }

    a:visited {
        text-decoration: none;
        color: #016699;
    }

    .headline {
        background: #f0f0f0;
    }

    .headline-container {
        max-width: 95vw;
        width: 100%;
        margin: auto;
    }

    .headline-container-left {
        width: 33%;
        float: left;
    }

    .headline-container-center {
        width: 33%;
        float: left;
    }

    .headline-container-right {
        width: 34%;
        float: left;
    }

    .headline-container-left-content {
        padding-top: 20px;
    }

    .headline-container-center-content {
        padding-top: 20px;
        padding-left: 20px;
    }

    .headline-container-right-content {
        padding-top: 20px;
    }

    #main {
        width: 100%;
        background: #f0f0f0;
    }

    .main-container {
        max-width: 95vw;
        width: 100%;
        margin: auto;
        padding-top: 10px;
    }

    .main-left {
        width: 33%;
        float: left;
    }

    .main-center {
        width: 33%;
        float: left;
    }

    .main-right {
        width: 34%;
        float: left;
    }

    .main-left p {
        padding-right: 50px;
    }

    .main-center p {
        padding-right: 50px;
    }

    .main-right p {
        padding-right: 50px;
    }

    .main-left-content {
    }

    .main-center-content {
        padding-left: 20px;
    }

    .main-right-content {
    }

        .main-right-content img {
        }

        .main-right-content img {
            border: 0px;
        }

    .description {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 16px;
        color: #444444;
        line-height: 20px;
        margin-right: 50px;
    }

    .partner-container {
        height: 100%;
    }

    .partner-logo-image {
        float: left;
        width: 130px;
    }

    .partner-description {
        float: left;
        width: 200px;
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 14px;
        color: #000000;
        line-height: 20px;
        padding-bottom: 20px;
    }

    .slider {
    }

        .slider ul {
            padding-top: 0px;
            margin-top: 0px;
        }

        .slider li {
            padding-top: 0px;
            margin-top: 0px;
        }



    /* Background CSS fix
------------------------------------------------------------*/
    .gradient {
        filter: none;
    }



    /* Selection, Links
------------------------------------------------------------*/

    a {
        color: #016699;
        text-decoration: none;
    }

        a:visited {
            text-decoration: none;
            color: #016699;
        }

        a:hover {
            color: #F15D22;
            text-decoration: underline;
        }

    h1 a {
        color: #F15C22;
        text-decoration: none;
    }

        h1 a:visited {
            color: #F15C22;
            text-decoration: none;
        }

        h1 a:hover {
            color: #F15C22;
            text-decoration: none;
        }

    .description a {
        color: #607998;
        text-decoration: none;
        font-size: 16px !important;
    }

        .description a:visited {
            color: #607998;
            text-decoration: none
        }

        .description a:hover {
            color: #607998;
            text-decoration: none
        }



    /* Heading
------------------------------------------------------------*/

    h1, h1 > a {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 28px !important;
        color: #F15D22;
        padding: 0;
        margin: 0;
        font-weight: normal;
    }



    /* Footer
------------------------------------------------------------*/

    #footer {
        max-width: 95vw;
        width: 100%;
        margin: auto;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .footer-left {
        width: 55%;
        float: left;
    }

    .footer-left-text {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 12px;
        color: #999999;
        line-height: 140%;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-center {
        width: 30%;
        float: left;
    }

    .footer-center-text {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 12px;
        color: #999999;
        line-height: 140%;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-center a, .footer-left a {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 12px;
        color: #999999;
    }


    .footer-right {
        width: 15%;
        float: left;
    }

    .footer-right-text {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 12px;
        color: #999999;
        line-height: 140%;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .footer-right a {
        font-family: 'Open Sans','Helvetica',sans-serif;
        font-size: 12px;
        color: #999999;
    }

    @charset "utf-8";
    /* CSS Document */

    /* iPad mini in landscape */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

        #navbar {
            text-align: center;
        }

        #header {
            margin-top: 50px;
            text-align: center;
        }

        .note {
            width: 100% !important;
        }

        .logo {
            margin-top: 15px;
            margin-left: 0px;
        }

        .header-left {
            width: 100%;
            padding-top: 20px;
            text-align: center;
        }

        .note {
            width: 100%;
        }

        .header-right {
            display: none;
        }

        #main {
            display: none;
        }

        .link {
            margin-left: 0px;
        }

        .headline {
            background: none;
            padding-top: 7px;
        }

        .headline-container {
            text-align: center;
        }

        .headline-container-left {
            width: 100%;
        }

        .headline-container-center {
            width: 100%;
        }

        .headline-container-right {
            width: 100%;
        }

        .headline-container-left-content {
            padding-top: 5px;
        }

        .headline-container-center-content {
            padding-top: 5px;
        }

        .headline-container-right-content {
            padding-top: 5px;
        }

        h1 {
            font-family: 'Open Sans','Helvetica',sans-serif;
            font-size: 14px !important;
            color: #f05c22;
            padding: 0;
            margin: 0;
        }

        .footer-left {
            width: 100%;
        }

        .footer-right {
            width: 100%;
        }

        #footer {
            padding-top: 30px;
        }
    }

    /* iPad mini in portrait */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {

        #navbar {
            text-align: center;
        }

        #header {
            margin-top: 140px;
        }

        .logo {
            margin-top: 15px;
            margin-left: 0px;
        }


        .header-left {
            width: 100%;
            text-align: center;
        }

        .note {
            margin-left: 0px;
            width: 100% !important;
        }

        .header-right {
            width: 100%;
            display: none;
        }

        #main {
            display: none;
        }

        .link {
            margin-left: 0px;
        }
    }

    @media screen and (max-width: 1224px) {

        #header {
            width: 100%;
            height: 100%;
        }

        .header-right {
        }

        .header-left {
        }

        .violator {
        }
        #login
        {
            width:60vw !important;
            margin-left:15vw !important;
        }

        .uir-logo, #span_product_name {
            margin-left: 0px !important;

        }

        .form {
            margin-left: 0px !important;
        }

        .note,
        .button input,
        .username input,
        .password input {
            width: 220px;
        }


        #navbar .uir-logo {
            margin-left: 20px;
        }

        .link {
            margin-left: 20px;
        }

        h1 {
            font-family: 'Open Sans','Helvetica',sans-serif;
            color: #f05c22;
        }

        p {
            font-family: 'Open Sans','Helvetica',sans-serif;
            font-size: 14px;
            color: #000000;
        }

        .violator {
            margin-right: 20px;
        }

        hr {
            width: 95%;
        }

        .main-left-content {
            padding-left: 20px;
        }

        .headline-container-left-content {
            padding-left: 20px;
        }
    }


    @media screen and (max-width: 1024px) {

       /* #header {
            width: 100%;
            height: 100%;
        }*/
/*
        .header-right {
            height: 100%;
        }

        .header-left {
            height: 100%;
        }*/

        .violator {
        }

        .logo {
            margin-top: 35px;
            margin-left: 20px;
        }


        #navbar .uir-logo {
            margin-left: 20px;
        }

        .forgot-pw {
            padding-top: 15px;
        }

        .link {
        }

        h1 {
            font-family: 'Open Sans','Helvetica',sans-serif;
            font-size: 24px;
            color: #f05c22;
        }

        p {
            font-family: 'Open Sans','Helvetica',sans-serif;
            font-size: 14px;
            color: #000000;
        }

        .violator {
            margin-right: 20px;
        }
    }



    @media screen and (max-width: 995px) {

        #header {
            width: 100%;
            height: 100%;
        }

        .header-right {
        }

        .header-left {
        }

        .violator {
        }

        .logo {
            margin-top: 20px;
            margin-left: 20px;
        }

        #navbar .uir-logo {
            margin-left: 20px;
        }



        .link {
            margin-left: 20px;
        }

        h1 {
            font-family: 'Open Sans','Helvetica',sans-serif;
            font-size: 24px;
            color: #f05c22;
        }

        p {
            font-family: 'Open Sans','Helvetica',sans-serif;
            font-size: 14px;
            color: #000000;
        }

        .violator {
            margin-right: 20px;
        }

        .headline {
            width: 100%;
        }
    }


    @media screen and (max-width: 900px) {

        .note {
            width: 100%;
        }
        #div_img {
            display: none;
        }
        #span_product_name
        {
            margin-top:0px !important;
        }
        .header-separator {
            display: none;
        }

        .uir-logo {
            width: 220px;
            height: auto;
            margin-top: 25px;
            margin-left: 0px;
        }


        .form {
            margin-left: 0;
        }

        #navbar {
            height: auto;
        }

        #header {
            width: 80%;
            padding-left: 10px;
            height: 300px;
        }

        .header-left {
            width: 100%;
            text-align: center;
            margin-left: 13px;
        }

        .header-right {
            display: none;
        }

        .form {
            font-family: 'Open Sans','Helvetica',sans-serif;
            font-size: 14px;
            padding-right: 0px;
        }

        #navbar {
            text-align: center;
        }

        .logo {
            margin-top: 25px;
            margin-left: 0px;
        }

        #main {
            display: none;
        }

        .headline {
            display: none;
        }

        .headline-container {
            text-align: center;
        }

        .headline-container-left {
            width: 100%;
        }

        .headline-container-center {
            width: 100%;
        }

        .headline-container-right {
            width: 100%;
        }

        .headline-container-left-content {
            padding-top: 5px;
        }

        .headline-container-center-content {
            padding-top: 10px;
        }

        .headline-container-right-content {
            padding-top: 10px;
        }

        h1 {
            font-size: 16px;
            padding: 0;
            margin: 0;
        }

        .link {
            margin-left: 0px;
        }

        .main-left {
            display: none;
        }

        .main-center {
            display: none;
        }

        .main-right {
            display: none;
        }

        .footer-left {
            width: 100%;
        }

        .footer-left-text {
            text-align: center;
            margin-left: 50px;
            padding-right: 50px;
        }

        .footer-center {
            width: 100%;
        }

        .footer-center-text {
            text-align: center;
            margin-left: 50px;
            padding-right: 50px;
        }

        .footer-right {
            width: 100%;
        }

        .footer-right-text {
            text-align: center;
            margin-left: 50px;
            padding-right: 50px;
        }

        #footer {
            padding-top: 30px;
        }
    }


    @media screen and (max-width: 740px) {
        #header {
            width: 80%;
            padding-left: 10px;
            height: 300px;
        }

        .header-left {
            width: 100%;
        }

        .header-right {
            width: 100%;
        }

        .form {
            font-family: 'Open Sans','Helvetica',sans-serif;
            font-size: 14px;
            padding-right: 0px;
        }

        .note {
            padding-top: 6px;
        }

        .logo {
            margin-top: 25px;
            margin-left: 0px;
        }

        #main {
            background-color: #ffffff;
            background-image: none;
        }

        .link {
            margin-left: 0px;
        }


        p {
            font-family: 'Open Sans','Helvetica',sans-serif;
            font-size: 14px;
            color: #000000;
        }
    }


    @media only screen and (max-width: 480px) {
        #navbar > span {
            margin-top: 50px !important;
        }

        #navbar {
            text-align: center;
        }



        .header-left {
            width: 100%;
        }

        .note {
            margin-left: 0px;
        }

        .header-right {
            width: 100%;
            display: none;
        }

        .headline {
            padding-top: 2px;
        }

        #main {
            display: none;
        }

        .link {
            margin-left: 0px;
        }
    }

    @media only screen and (max-width: 320px) {

        .note {
            width: 220px;
        }

        #header {
            padding-top: 15px;
        }

        .header-left {
            width: 100%;
            text-align: left;
        }

        .header-right {
            width: 95%;
            display: none;
        }

        #navbar {
            text-align: center;
        }

        .logo {
            margin-top: 15px;
            margin-left: 0px;
        }


        .note {
            margin-left: 0px;
            text-align: center;
        }

        #main {
            display: none;
        }

        .link {
            margin-left: 0px;
        }

        .headline {
            padding-top: 20px;
        }
    }
@media only screen and (min-device-width : 375px) and (max-device-width : 450px) and (orientation : portrait) {
    #div_head {
        margin-left: -10vw !important;
    }
}
@media only screen and (min-device-width : 810px) and (max-device-width : 900px) and (orientation : landscape) {
    #div_head {
        margin-left: -10vw !important;
    }
    #header, #div_login {
        text-align: left;
    }
}