/* General */
body {
    background: #dedfe0;
    color: #333333;
    font-size: 100%;
    /* 16px, 1em, 1rem */
    line-height: 1.5;
}
/* Heading */
h1 {
    color: #1b3d6d;
    font-family: "Arial Black", sans-serif;
    font-size: 1.5rem;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.3125rem;
    color: #255799;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
h4,h5,h6 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #333333;
    line-height: 1.5;
}
.h1 {
    color: #1b3d6d;
    font-family: "Arial Black", sans-serif;
    font-size: 1.5rem;
    line-height: normal;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.3125rem;
    color: #255799;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.display-2 {
    font-family: "Arial Black", sans-serif;
    font-size: 1.125em;
    text-transform: uppercase;
}
/* Copy */
p {
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
li {
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
p a, li a, td a, th a {
    color: #0376bc;
    text-decoration: underline;
}
p a:hover, p a:focus, td a:focus, th a:focus {
    color: #1b3d6d;
    text-decoration: underline;
}
.screen-reader-only {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}
/* Container */
.content-container {
    padding: 30px 22px 20px;
}
.content-container.title {
    padding: 8px 15px;
}
.content-container.title h1 {
    margin-bottom:0;
}
.hl-block.blue-gray, .hl-block.uci-blue {
    color: #ffffff;
    padding: 30px 25px 20px;
}
.hl-block.blue-gray *, .hl-block.uci-blue * {
    color: #fff;
}
.hl-block.blue-gray {
    background: #547a9b;
}
.hl-block.uci-blue {
    background: #255799;
}
.bordered {
    border-bottom: 8px solid #dedfe0;
}
.bordered-white {
    border-bottom: 8px solid #ffffff;
}
.new-button-y {
    border-radius: 9px;
    background: #fecc07;
    color: #1b3d6d;
    padding: 8px 15px 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: Arial Black, sans-serif;
    display: inline-block;
    width: 100%;
    max-width: 90%;
    text-transform: uppercase;
    line-height: 1.2;
    box-shadow: 3px 4px #255799;
}

ul.dash {
    list-style: none;
    margin-left: 0;
    width: 98%;
}
ul.dash li {
    padding-left: 1.375rem;
    text-indent: -1.375rem;
    font-weight: 400;
}
ul.dash li:before {
    /*content: "\2013 ";*/
    content: "- ";
    font-size: 1.375rem;
    line-height: 1;
    padding-right: 10px;
}

#footer li {
    margin-bottom: 1px;
    list-style: none;
    color: #bfbfbf;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: -0.2px;
}
#footer li a {
    color: #bfbfbf;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: -0.2px;
    padding-top: 5px;
    padding-bottom: 7px;
    display: inline-block;
    text-decoration: none;
}
#footer li a:hover {
    text-decoration: underline;
}
@media screen and (min-width: 640px) {
    .row.row-flex {
        display: flex;
        margin: 0 auto;
        flex-direction: row;
    }
    .left-rail {
        border-right: 4px solid #dedfe0;
    }
    .right-rail {
        border-left: 4px solid #dedfe0;
    }
}
@media screen and (max-width: 600px) {
    .row.row-separador-menu {
        display: none;
    }
}
