@import "normalize.css";
@import "main.css";
@import "dropdown-menu.css";
@import "fonts.css";
@import "sprites.css";

body, html, .main-content {
    color: #313131;
    font-size: 16px;
}

#mainWrapper {
    width: 988px;
    margin: 0 auto;
}

header {
    position: relative;
}

.board-div-banner {
    width: 988px;
}

header .head-banner img.main-banner {
    width: 986px;
    height: 144px;
}

header .logo-title {
    background: url('../images/dels/logo.png') no-repeat 0 0;
    position: absolute;
    width: 359px;
    height: 64px;
    left: 20px;
    top: 20px;
}

.board header .logo-title {
    background: url('../images/dels/prb-logo.png') no-repeat 0 0;
}

header .head-banner,
nav.main {
    border: 1px solid #000;
    border-top: none;
}

header .head-banner h1,
nav.main ul {
    margin: 0;
    padding: 0;
}

/*---------//Header //----------------------*/
header .head-banner{
    color: #FFF;
    background-color: #006794;
    font-family: 'futura_medium';
    text-transform: uppercase;
    font-style: normal;
}

header .head-banner a{
    color: #FFF;
    font-weight: normal;
}

/*----Top title and search-----*/
.bordertop-wrap{background-color: #000;padding: .4em 1em;}

.home-link,.search-wrap{display: inline-block;}

.home-link > a{font-size: .75em;}

.search-wrap{float: right;margin-top: -.1em;}

.control-grip input[type="submit"]{
    background: #767676 url('../images/dels/search-button-new.jpg') no-repeat center center;
    border: 0;
    text-indent: -10000px;
    width: 23px;
    height: 21px;
}

.control-grip input[type="text"]{
    padding: 3px 2px;
    margin: 0;
    height: 13px;
    width: 185px;
    font-size: 14px;
    line-height: 1.5em;
    vertical-align: top;
}

.control-grip input[type="image"] {
    vertical-align: top;
}
/*----Header Banner-----*/
.banner-contWrap{
    padding: .4em 1em;
    overflow: hidden;
    height: 110px;
}

.left-feat{
    float: left;
    width:40%;
    height: 100%;
    text-align: left;
    font-size: 1em;
    display: table;
}

.items-banner,.title-sec{
    display: table-cell;
    vertical-align: middle;
}

.left-feat .items-banner > p{
    margin: .5em 0;
    line-height: 1.4;
    font-size: .8em;
}

.right-titleWrap{
    float: right;
    width:55%;
    height: 100%;
    text-align: right;
    display: table;
}
.right-titleWrap .title-sec > h1{font-size: 1.4em;line-height: 1.1em;margin:0;}
.right-titleWrap .title-sec > h2 {
    margin: .3em 0 0;
}

.right-titleWrap .title-sec > h2,
.right-titleWrap .title-sec > h2 a {
    font-weight: normal;
    text-transform: none;
    color: #e2c330;
    font-size: 1em;
}

nav.main {
    font-weight: normal;
    font-size: 21px;
    height: auto;
    position: relative;
}

nav.main,
nav.main ul {
    background-color: #006996;
}

nav.main ul {
    list-style: none;
}

nav.main > ul > li {
    float: left;
}

nav.main li {
    padding: 7px 0 5px 0;
}

nav.main ul a {
    color: #fff;
    outline: none;
    text-decoration: none;
    padding: 7px 15px 5px 15px;
}

.lt-ie8 nav.main ul ul > li {
    padding: 7px 15px 5px 15px;
}

.lt-ie8 nav.main ul ul a {
    padding-left: 0;
    padding-right: 0;
}

.search .param {
    font-size: 19px;
    border: 0;
    outline: none;
    padding: 0 0 0 5px;
    margin: 0;
    width: 114px;
}

.search {
    float: right;
    margin: 3px 5px;
    padding-right: 23px;
    background-color: #fff;
    border: 1px solid #666666;
    position: relative;
}

.lt-ie8 .search {
    float: none;
    margin: 0;
    position: absolute;
    top: 3px;
    right: 5px;
}

.search input[type="submit"] {
    background: #ededed url('../images/dels/search.png') no-repeat center center;
    position: absolute;
    border: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 23px;
    text-indent: -99999px;
}

.lt-ie8 input[type='submit'] {
    width: 28px;
}

.banner {

}

.banner .inner {
    padding: 10px;
}

.follow-options {
    float: right;
    padding: 5px 0;
}

.follow-options .title {
    font-size: .8em;
    color: #003861;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 0 0;
}

.follow-options a {
    display: inline-block;
}

.follow-options .rss {
    background: url('../images/dels/rss_27x27.png') no-repeat 0 0;
}

.follow-options .fb {
    background: url('../images/dels/fb_27x27.png') no-repeat 0 0;
}

.follow-options .twitter {
    background: url('../images/dels/twitter_27x27.png') no-repeat 0 0;
}

.follow-options .icon {
    width: 27px;
    height: 27px;
}

.get-updates {
    border: 1px solid #7fb4ca;
    border-radius: 10px;
    font-size: .7em;
    padding: 5px 10px;
    display: inline-block;
    color: #313131;
}

.get-updates label {
    background: url('../images/dels/envelope.png') right center no-repeat;
    text-shadow: 2px 2px 1px #f2f2f2;
    padding: 7px 25px 4px 0;
    font-size: 1.1em;
    cursor: pointer
}

.tagline {
    font-family: Georgia, "Times New Roman";
    font-style: italic;
    font-size: .9em;
    margin: 10px 15px;
    float: left;
}

footer {
    background-color: #006996;
    /*border: 1px solid #005478;*/
    margin: 10px 0 0 0;
    font-size: .7em;
    position: relative;
}

.footer-single-img {
    width: 988px;
    display: block;
    height: 22px;
    background: #fff url('../images/dels/nas-logo-strip.png') 0 0 no-repeat;
}

.nas-logo {
    position: absolute;
    right: 0;
    top: 0;
}

.nas-logo img {
    width: 332px;
    height: 51px;
}

.nas-logo.self-bg {
    background: url('../images/dels/naxlogo.png') 0 0 no-repeat;
    display: block;
    width: 332px;
    height: 51px;
}

footer, footer a {
    color: #fff;
}

footer p {
    margin: 0;
    padding: 0;
}

footer .inner {
    padding: 3px 5px
}

.content-box {
    border: 1px solid #929292;
    border-radius: 2px;
}

.content-box .inner {
    padding: 1px;
}

.bottom-space {
    margin-bottom: 5px;
}

.content-box > .content,
.content-box .inner > .content {
    font-size: 13px;
}

.content-box.is-utsaah > .content p,
.content-box.is-utsaah .inner > .content p,
.utsaah-normalised p,
.utsaah p,
.utsaah-normalised a,
.utsaah a {
    font-size: 18px;
}

.content-box .content > .inner {
    padding: 5px;
}

.content h1,
.content h2,
.content h3,
.content p {
    margin: 0;
    padding: 0;
}

.home .content-box .content p {
    font-family: verdana;
    line-height: 1.2;
}

.content-box .content .title-1 {
    text-transform: uppercase;
    font-size: 1.4em;
}

.headbox {
    padding: 0 10px;
    position: relative;
    background-position: 0 0;
    color: #313131;
}

.content-box .headbox h1,
.headbox h1 {
    margin: 7px 0;
    font-size: 1em;
    font-weight: normal;
    display: inline-block;
}

.article-switcher .index .item.active,
.blue-gradient {
    background: #c9e8f3 url('../images/dels/gradient-blue.png') 50% 50% repeat-x;
    box-shadow: inset 1px 1px 5px 4px rgba(81, 149, 177, 0.34);
}

.article-switcher .index .item,
.grey-gradient {
    background: #e5e5e5 url('../images/dels/gradient-gray.png') 50% 50% repeat-x;
    box-shadow: inset 1px 1px 5px 4px rgba(192, 192, 192, .8);
}

.green-gradient {
    background: #94bd3f url('../images/dels/gradient-green.png') 50% 50% repeat-x;
    box-shadow: inset 1px 1px 5px 4px rgba(192, 192, 192, .34);
    color: #fff;
}

.column {
    float: left;
}

.home .column.left {
    width: 570px;
    margin-right: 5px;
}

.home .column.right {
    width: 413px;
}

.column.index {
    width: 247px;
}

a {
    color: #2e69b2;
    text-decoration: none;
}

.headbox a.more {
    margin-top: 10px;
    font-size: .8em;
    font-weight: bold;
}

a.more {
    color: #007590;
    text-decoration: none;
    font-family: "Myriad Pro"
}

/**
 *
 */

.article-switcher .index {
    cursor: pointer;
}

.article-switcher .index .active {
    cursor: default;
}

.article-switcher .article {
    display: none;
}

.article-switcher .article.active {
    display: block;
}

.new-n-notable {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 412px;
}

.new-n-notable .inner {
    padding-bottom: 0;
}

.new-n-notable .column .inner {
    padding: 10px;
    padding-bottom: 0;
}

.new-n-notable .index .info {
    float: right;
    width: 125px;
    text-align: right;
}

.lt-ie8 .new-n-notable .index .info {
    position: absolute;
}

.new-n-notable .index .title {
    color: #006996;
    font-size: 1.4em;
    letter-spacing: 1px;
    line-height: 80% !important;
}

.new-n-notable .index img {
    width: 95px;
    height: 55px;
    float:left;
}

.new-n-notable .article {

}

.new-n-notable .article.column {
    width: 319px;
}

.new-n-notable .article .type {
    font-size: 1em;
}

.new-n-notable .article .title {
    font-size: 1.3em;
    letter-spacing: 1px;
    font-weight: normal;
    color: #006996;
}

.new-n-notable .index .inner {
    padding: 10px;
}

.new-n-notable .article {

}

.new-n-notable .article img {
    margin: -10px;
    margin-bottom: 5px;
    width: 319px;
    height: 186px;
}

.new-n-notable .article p {
    margin-bottom: 10px;
    font-size: .9em;
}

.new-n-notable .article .more {
    display: block;
    text-align: right;
    font-weight: bold;
}

.most-recent-reports {
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.ie9 .most-recent-reports {
    min-height: 136px;
}

.most-recent-reports .inner {
    padding-top: 0;
}

.most-recent-reports nav a {
    display: block;
    margin-bottom: 5px;
}

.most-recent-reports nav a:last-child {

}

.list-template .list .primary-board-listing,
.academy-endorsed-reports .reports a,
.academy-endorsed-reports .content p,
.board .highlights .highlight p,
.board .highlights .highlight,
nav input,
nav.main,
.new-n-notable .index .type,
.new-n-notable .index .title,
.carousel .title,
article .title-2 {
    font-family: 'utsaahregular';
    line-height: 1;
}

/**
 * Highlights
 */

.home .highlights {
    min-height: 138px;
}

.highlights .content > .inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.carousel {
    position: relative;

}

.carousel .control {
    outline: none;
    position: absolute;
    border: none;
    height: 22px;
    width: 20px;
    top: 30px;
}

.carousel .previous {
    background: url('../images/dels/carousel-arrow-prev.png') 0 0 no-repeat;
    left: 0;
}

.carousel .next {
    background: url('../images/dels/carousel-arrow-next.png') 0 0 no-repeat;
    right: 0;
}

.carousel .item {
    margin: 0 25px;
    display: none;
}

.carousel .item.active {
    display: block;
}

.carousel .item img {
    border: 1px solid #000;
    margin-right: 10px;
    float: left;
    width: 62px;
    height: 78px;
}

.carousel .item .title {
    color: #006996;
    font-size: 1.7em;
    font-weight: normal;
    letter-spacing: 2px;
}

.carousel .item .content {
    margin: 0 10px;
}

.carousel .item .content p {
    font-size: .9em;
}

.board .highlights {
    min-height: 371px;
}

.lt-ie8 .board .highlights {
    min-height: 374px;
}

.ie9 .board .highlights {

}

.board .highlights ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.board .highlights .highlight img {
    width: 161px;
    height: 60px;
}

.board .highlights .highlight {
    color: #006996;
}

.board .highlights .highlight .title {
    font-size: 1.5em;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
}

.board .highlights .highlight p {
    color: #000;
    clear: none;
    font-size: 1.2em;
    letter-spacing: 1px;
    margin: 5px 0;
}

.board .highlights .highlight img {
    float: right;
}

/**
 * Upcoming Events
 */

.events {
    min-height: 170px;
}

.event-item {
    margin: 10px 20px;
    font-size: 1em;
}

.event-item .date {
    background-color: #5f8839;
    border: 1px solid #81a340;
    /*border-color: #305812;*/
    color: #fff;
    margin-right: 10px;
    padding: 3px 10px;
    text-align: center;
    line-height: 1;
    float: left;
}

.event-item .date,
.event-item .info {
    display: table-row;
}

.event-item .date .month {
    text-transform: uppercase;
}

.event-item .date .month {
    margin-top: 2px;
}

.event-item .date .year,
.event-item .date .month {
    font-size: 12px;
    line-height: 40%;
}

.event-item .date .day {
    font-weight: bold;
    font-size: 26px;
}

.event-item .title {
    font-weight: bold;
    color: #4491b2;
}

.event-item .location {
    font-style: italic;
}

.event-item .title,
.event-item .location,
.event-item .sponsor {
    font-size: 20px
}

.event-item .location,
.event-item .sponsor {
    letter-spacing: 1px;
}

.event-item .type,
.event-item .title,
.event-item .location,
.event-item .sponsor,
.event-item .date .year,
.event-item .date .month {
    display: block;
}

.lt-ie8 .event-item {
    position: relative;
}

.lt-ie8 .event-item .date {
    position: relative;
    top: 10px;
    left: 20px;
}

.lt-ie8 .event-item .info {
    position: relative;
    top: 10px;
    left: 20px;
    width: 315px;
}

/**
 * Featured topics
 */

.featured-topics {

}

.featured-topics .headbox .more {
    color: #fff;
}

.featured-topics .content > .inner {
    padding: 5px 0 0;
}

.topic-item {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.topic-item img {
    width: 201px;
    height: 85px;
}

.topic-item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.8em;
    padding: 0 5px;
    line-height: 80%;
}

/**
 * Reports List
 */

.academy-endorsed-reports .content > .inner {
    padding: 10px
}

.academy-endorsed-reports .top-box {

}

.academy-endorsed-reports .top-box > .inner {
    padding: 10px
}

.academy-endorsed-reports .search-reports,
.big-search {
    border: 1px solid #b5bcbe;
    outline: none;
    display: inline-block;
    width: 75%;
    padding: 3px 5px;
    margin-bottom: 0;
    vertical-align: middle;
    height: 30px;
    font-size: 15px !important;
}

.btn-inline {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.big-font {
    font-size: 1.4em;
}

.annotation {
    font-style: italic;
    font-size: .8em;
}

.academy-endorsed-reports .top-box p {
    margin-bottom: 20px;
}

.academy-endorsed-reports .inner > .inner {
    padding: 10px 170px 10px 10px
}

.academy-endorsed-reports .reports p,
.academy-endorsed-reports .content p {
    font-size: 18px;
}

.academy-endorsed-reports .reports .report img,
.reports .report img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.reports .report h2 a {
    font-size: 25px;
}

.academy-endorsed-reports .reports .report h2 a {
    font-size: 1.4em;
    color: #313131;
}

.pagination {
    text-align: center;
    color: #a9a9a9;
}

.pagination * {
    margin-right: 20px;
}

.academy-endorsed-reports .reports .report {
    margin-bottom: 20px;
}

.academy-endorsed-reports .sort,
.academy-endorsed-reports .status,
.academy-endorsed-reports .reports {
    margin-bottom: 10px;
}

.sort {
    font-size: 1em;
}

.sort select {
    padding: 4px 0 2px;
    font-size: .8em; /* Works good for ie 7+ */
    min-width: 120px;
}

.chrome .sort select,
.safari .sort select {
    font-size: .88em;
}

.opera .sort select {
    font-size: .7em;
}

.mozilla .sort select {
    font-size: .72em;
}

/**
 * past-events
 **/

.past-events .column.left {
    font-size: .8em;
    width: 720px;
}

.past-events .column.left > .inner {
    padding: 0 15px;
}

.past-events .column.right {

    width: 250px;
}

.past-events .content-box .inner > .content {
    font-size: 100%;
}

.past-events .event-info {
    margin-bottom: 10px;
}

.past-events .event-info .sponsor {
    font-size: 1.2em;
}

.past-events .event-info a {
    text-decoration: underline
}

.past-events .event-description {
    line-height: 1.8em;
}

.past-events .event-description ul {
    margin: 0;
    padding: 0 0 0 14px;
    /* Commenting to address ticket WEB-10
    list-style: none; */
}

.past-events .event-description li {
    margin-bottom: 15px;
}

/* 
 * Commenting to address ticket WEB-10
.past-events .event-description li:before {
    content: "-";
} */

.past-events .share-options a {
    text-decoration: none;
}

.about-event .content a,
.related-events .content a,
.related-resources .resources a {
    display: block;
    text-decoration: underline;
}

.img-100x150,
.related-events .content img {
    width: 100px;
    height: 150px;
}

.img-bordered {
    border: 1px solid #CCCCCC;
}

.related-events .content img {
    border: 1px solid #000;
}

.related-resources .resources a {
    position: relative;
    padding: 0 0 0 45px;
    margin: 0 0 10px 20px;
    line-height: 36px;
}

/*
.related-resources .resources .agenda {
    background-image: url('../images/dels/agenda.png');
}

.related-resources .resources .presentations {
    background-image: url('../images/dels/presentation.png');
}

.related-resources .resources .website {
    background-image: url('../images/dels/world.png');
}

.related-resources .resources .event-recording {
    background-image: url('../images/dels/recording.png');
}

.related-resources .resources .video {
    background-image: url('../images/dels/video-icon.png');
}

.related-resources .resources .report-in-brief {
    background-image: url('../images/dels/document-icon-23x32.png');
}

.related-resources .resources .committee-membership {
    background-image: url('../images/dels/committee-memebership-icon-41x31.png');
}
*/

.past-events .about-event .content,
.related-events .content {
    font-size: .8em !important;
    padding: 10px;
}

.related-events .content a {
    margin-bottom: 20px;
}

.related-events .content {

}

.lt-ie8 .past-events .event-description ul {
    list-style: square;
    list-style-position: inside;
}

.cyan-box .inner {
    padding: 10px;
}

.list-template .items {
    padding: 10px 170px 10px 10px;
}

.list-template .list {
    list-style: none;
    padding: 0;
}

.list-template .list .title {
    display: block;
}

.primary-board-listing,
.list-template .list .primary-board-listing {
    font-size: 19px;
    color: #006996;
}

.list-template .list li {
    margin-bottom: 20px;
}

.resources-list-template .list .img {
    width: 200px;
    float: left;
    margin-right: 40px;
}

.oneoff-template .main-content > .content-box {
    min-height: 400px
}

.big-button {
    border: 1px solid #556699;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    padding: 5px 20px;
    background: #89cae9 url('../images/dels/big-button-bg.png') 0 0 no-repeat;
}

a.big-button {
    text-decoration: none !important;
    display: inline-block;
    font-size: 1.4em;
    cursor: pointer;
}

.big-button.huge {
    padding: 8px 60px;
}

.event-info address {
    position: relative;
    width: 350px;
}

a.google-maps {
    width: 33px;
    height: 33px;
    display: block;
    /*position: absolute;
    bottom: 0;
    right: 0;*/
}

a.google-maps.left {
    float: left;
    margin-right: 10px;
}

.google-maps {
    background: url('../images/dels/google-maps-icon-33x33.png') 0 0 no-repeat;
}

.resource-category-template .items {
    padding: 0 0 10px 10px
}

.resource-category-template .items .item {
    float: left;
    margin: 0 10px 10px 0;
    width: 230px;
}

.resource-category-template .items .item img {
    width: 100px;
    height: 150px;
    border: 1px solid #b9b9b9;
    margin-bottom: 10px;
}

.resource-category-template .items .item .title {
    display: block;
    color: #b9b9b9;
}

.topic-list-template .content a {
    color: #004a6a;
}

.topic-list-template .items a {
    display: block;
    text-decoration: underline;
}

.topic-list-template .search-area .inner {
    font-size: 1.1em;
}

.search-template .items .search-result {
    width: 600px;
}

/* Ticket WEB-4 8 */
.search-result br {
    display: none;
}

.resource-list-items {
    float: left;
    width: 33%;
}

.resource-list-items img {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #aaa;
}

.landscape .resource-list-items img,
.resource-list-items img.landscape {
    width: 150px;
    height: 113px;
}

.portrait .resource-list-items img,
.resource-list-items img.portrait {
    width: 100px;
    height: 150px;
}

/**
 * Common type style
 **/
.new-n-notable .type,
.event-item .type {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 17px;
}

.big-link {
    font-size: 1.8em;
    text-decoration: underline;
}

.subs-form-inputs label span,
.red {
    color: red;
}

.subs-form-inputs label {
    width: 20%;
    text-align: right;
    display: inline-block;
    *display: inline;
    zoom: 1;

}

.subs-form-inputs input[type="text"] {
    width: 75%;
}

.subs-form-inputs > div {
    margin-bottom: 10px;
}

.lbl-width-ml,
.subscription-type-wrapper,
.subscription-actions-wrapper {
    margin-left: 20%;
}

.subscription-type-content {
    margin-left: 5%;
    margin-top: 10px;
}

/**
 * Helper Classes
 **/

.hide {
    display: none;
}

.upper-case {
    text-transform: uppercase;
}

.off-text {
    text-indent: -9999px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

/**
 * Margin Helpers
 *
 * margin bottom (mb)
 * margin top (mt)
 * margin right (mr)
 * margin left (ml)
 **/

.mt20 {
    margin-top: 20px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.ml150 {
    margin-left: 150px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mtb5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mtb10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mtb15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mtb20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.p10 {
    padding: 10px;
}

.pl40 {
    padding-left: 40px !important;
}

.large {
    font-size: 1.3em;
}

.utsaah {
    font-size: 18px; /*1em*/
    font-family: 'utsaahregular';
    line-height: 1;
}

.utsaah-normalised {
    font-size: 1.4em;
    font-family: 'utsaahregular';
    line-height: 1;
}

.verdana {
    font-family: verdana;
}

.cyan-box {
    background-color: #e8faff;
    border: 1px solid #b8b8b8;
}

.blue-title {
    color: #006996;
}

.text-black {
    color: #000;
}

.text-dark {
    color: #313131;
}

.mute,
.text-grey {
    color: #B9B9B9;
}

.letterspace-1 {
    letter-spacing: 1px;
}

.letterspace-2 {
    letter-spacing: 2px;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.indent {
    text-indent: 30px;
}

.block {
    display: block;
}

.lt-ie8 .topic-item {
    display: inline;
    margin-right: 2px;
}

.lt-ie8 .headbox {
    padding: 5px;
}

.lt-ie8 .headbox .more {
    position: absolute;
    margin-top: 0;
    right: 10px;
    top: 10px;
}

.lt-ie8 .content.clearfix {
    margin-top: -7px
}

.lt-ie8 .new-n-notable {
    min-height: 408px;
}

.lt-ie8 .most-recent-reports {
    min-height: 143px
}

.lt-ie8 .event-item .date,
.lt-ie8 .event-item .info {
    display: table-cell;
}



























