/* General */
body {
    background: #dedfe0;
    color: #333333;
    font-size: 100%;
    /* 16px, 1em, 1rem */
    line-height: 1.5;
}

.row {
    max-width: 940px; margin-left: auto; margin-right: auto;
}
/* Heading */
h1 {
    color: #1b3d6d;
    font-family: "Arial Black", sans-serif;
    font-size: 1.5rem;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.3125rem;
    color: #255799;
    line-height: 1.5;
    margin-bottom: 1rem;
}
h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 1rem;
}
h4,h5,h6 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #333333;
    line-height: 1.25;
}
.h1 {
    color: #1b3d6d;
    font-family: "Arial Black", sans-serif;
    font-size: 1.5rem;
    line-height: normal;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.3125rem;
    color: #255799;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.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, dt, dd {
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
p a, li a, td a, th a, dd a, dt a {
    color: #0376bc;
    text-decoration: underline;
}
p a:hover, li a:focus, td a:focus, th a:focus, dd a:focus, dt 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, .content-block.title {
    padding: 10px 15px;
}
.content-container.title h1, .content-block.title h1,
.content-container.title h2, .content-block.title h2 {
    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;
}
.embed-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.embed-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.bookmarks {margin-left: auto; margin-right: auto; display:inline-block; margin-bottom:0;}
.bookmarks li { list-style: disc; float: left; margin-right: 15px; }
.bookmarks li.first { list-style: none; }
.bookmarks li:last-of-type {margin-right:0;}
.bookmarks a { font-size: 0.875rem; padding: 0 6px 0 0; color: #245698; font-family: Arial, sans-serif; font-weight: 700;}

#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;
    }
}
