﻿@font-face {
    font-family: 'Conv_Effra_Rg';
    src: url('../fonts/Effra_Rg.eot');
    src: local('☺'), url('../fonts/Effra_Rg.woff') format('woff'), url('../fonts/Effra_Rg.ttf') format('truetype'), url('../fonts/Effra_Rg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Material-Design-Iconic-Font;
    src: url(../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format("woff2"), url(../fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format("woff"), url(../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format("truetype");
}
body {
    font-family: Conv_Effra_Rg, Arial;
}
.container {
    width: 1000px;
}
@media only screen and (max-width: 1023px) {
    .container {
        width: 100%;
    }
}
.body-container {
  margin-top: 30px;
  padding-bottom: 40px; }
.login-page {
    max-width:460px;
    margin:auto;
}
.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold; }
    .grants-page .card .card-title img {
      width: 100px;
      height: 100px; }
  .grants-page .card label {
    font-weight: bold; }

h1 {
    font-weight: normal;
    color: #003087;
}
.logo {
    margin-bottom: 30px;
    max-width: 140px;
}
.card {
    margin-bottom: 20px;
    border: solid 1px #cdcdcd;
    border-top: 5px solid #009da8;
    -webkit-box-shadow: 0px 6px 4px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 6px 4px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 4px -5px rgb(0 0 0 / 75%);
}
.card-header {
    padding: 1.25rem 1.25rem 0 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
}
    .card-header h1 {
        margin-bottom:0;
    }
    label, .label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        margin-top: 8px;
        font-weight: bold;
    }
.form-control {
    border-color: #009ca6;
    color: #003087;
    font-size: 1em;
    -webkit-border-radius: 0px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius: 0px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-radius: 0px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.btn {
    border:0;
    background: #009ca6;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 12px 22px 8px 22px;
    line-height: 1.2em;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
    .btn:active, .btn:focus {
        color: #fff;
        background: #009ca6;
        text-decoration: none;
    }

    .btn:hover {
        background-color: #00858e !important;
        color: #fff;
    }
.checkArrow2 {
    display: none;
    margin-top: 10px;
}

    .checkArrow2 + .LabelArrow:before {
        font-family: Material-Design-Iconic-Font;
        text-indent: -9999px;
        display: inline-block;
        content: "";
        font-size: 2.1em;
        line-height: 0.7;
        font-weight: normal;
        padding: 8px 0;
        float: left;
        margin-top: -8px;
        width: 40px;
        height: 40px;
        border: 1px solid #009ca6;
        text-align: center;
        background: #fff;
        margin-right: 10px;
        -webkit-border-radius: 0px;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius: 0px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-bottomright: 6px;
        border-radius: 0px;
        border-top-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .checkArrow2:checked + .LabelArrow:before {
        color: #fff;
        text-indent: 0px;
        background: #009ca6;
        border: 1px solid #009ca6;
    }

