/*p {
    font-family: 'Georgia', serif;
    line-height: 1.4em;
    font-size: 13px;
}*/
h3.rdh-title {
    font-size: 15px;
    font-family: 'RobotoCondensedBold', sans-serif;
    font-weight: normal;
    padding-bottom: .5em;
}
.rdh-recent-trends {
    margin-top: 1em;
    padding: 4px;
    background: #F5F2ED;
}
.rdh-recent-trends p {
    font-size: 13px;
    font-family: 'RobotoCondensedRegular', sans-serif;
}
.frb-button,
a.frb-button {
    background-color: #41A8DF;
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 3px;
}
.menu .item a.rdh-view-button {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #fff;
    padding: 0 .25em;
    margin-top: 7px;
}
#regional-data-hub {
    font-family: 'RobotoCondensedRegular', sans-serif;
}
#MainContainer {
    min-height: 500px;
}
#MainContainer .frb-loading {
    min-height: 500px;
}
.frb-rdh-msa-label {
    position: relative;
    color: #001f33;
    font-family: 'RobotoCondensedBold', sans-serif;
    font-size: 14px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}
.menu {
    font-family: 'RobotoCondensedRegular', sans-serif;
    font-size: 12px;
    line-height: 14px;
}
.menu h3 {
    font-weight: normal;
    font-family: 'RobotoCondensedBold', sans-serif;
    margin-bottom: 2px;
}
.menu .item {
    width: 220px;
    min-height: 180px;
    float: left;
    background: #F5F2ED;
    margin-bottom: 20px;
    font-size: 14px;
	margin-right: 20px;
}
.menu img.rdh-menu-image {
    cursor: pointer !important;
}
.menu .rdh-item-header {
    padding: 3px 10px;
    font-size: 14px;
    margin: 0;
    background-color: #DDDBD7;
    border: none;
    height: 40px;
    line-height: 16px;
    font-family: 'RobotoCondensedBold';
    cursor: pointer;
}
.item h2 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.item h2 a:link {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    margin-top: 0px;
}
.menu a:visited,
.menu a:hover,
.menu a {
    color: #001F33;
}
.menu .description {
    font-size: 12px;
    line-height: 1.5em;
}
.date {
    font-size: 11.5px;
    color: #435258;
}
.date-holder {
    background: none repeat scroll 0 0 #fff;
    padding-top: 5px;
}
.date-label {
    font-size: 10px;
    color: #99A5AD;
}
.frb-loading {
    width: 100%;
    height: 70%;
    background-color: #F5F2ED;
    padding-top: 30%;
    position: relative
}
.frb-loading-large {}.frb-loading-small {
    padding-top: 10%;
}
.frb-loading-inline {
    padding: 0;
    display: inline;
    width: auto: height: auto;
    background: transparent;
    position: static;
    font-family: 'RobotoCondensedRegular', sans-serif;
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.frb-loading > .frb-loading-spinner {
    font-family: 'fedicons';
    color: #BAB8B6;
    font-size: 50px;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-transition: rotate(3600deg);
}
.frb-loading-large > .frb-loading-spinner {
    font-size: 75px;
    width: 75px;
    height: 75px;
}
.frb-loading-small > .frb-loading-spinner {
    font-size: 25px;
    width: 25px;
    height: 25px;
}
.frb-loading-inline > .frb-loading-spinner {
    font-size: 1em;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: .25em;
}
.frb-loading > .frb-loading-message {
    color: #42515A;
    display: block;
    text-align: center;
    margin-top: 1em;
    font-size: 14px;
    font-family: 'RobotoCondensedRegular', sans-serif;
}
.frb-loading-large > .frb-loading-message {
    font-size: 16px;
}
.frb-loading-small > .frb-loading-message {
    font-size: 12px;
}
.frb-loading-inline > .frb-loading-message {
    display: inline;
    margin: 0;
    text-align: left;
    font-size: 1em;
}