/********* BASE SITE STYLES **********/
@import url("home.min.css");
@import "@fontsource/roboto";

html {
    font-size: 16px;
}

body {
    padding: 0;
    margin-bottom: 1em;
    min-width: 320px;
}

html, body {
    height: 100%;
    font-family: "Roboto",verdana,arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,div,td,span,select,option,li {
    color: #333;
}

a:focus-visible {
    border: 2px solid;
    border-radius: 3px;
}
#subheader-nav li>span:focus-visible, #subheader-nav>div>ul>li>a:focus-visible {
    border: none;
}
td {
    padding: .25em;
}

ul {
    list-style-position: inside;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: inherit;
    font-weight: bold;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 24px !important;
    margin-top: 16px;
    margin-bottom: 16px;
}

h2 {
    font-size: 130% !important;
}

/*h2 for screen reader structure without */
.api-h2-508{
    display: inline;
    font-size: 100% !important;
    font-weight: normal;
}

.wizard-h2-508 {
    color: #626262;
    display: inline;
    font-size: 100% !important;
    line-height: 1.5;
}

.api-h4-508{
    display: inline;
    font-size: 120% !important;
    font-weight: normal;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 100% !important;
}

.hljs-name, .hljs-tag, .hljs-keyword {
    color: #06C  !important;
}

.hljs-number {
    color: #4D7236 !important;
}

.hljs-meta, .hljs-string {
    color: #c7513a !important;
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.education {
    margin-bottom: 8px;
}

.divi, .addr, .co, .cty {
    display: block;
}

.blue-links{
    color: #06c !important;
}

.greyed {
    color: #939393;
}

.white {
    color: #fff;
}

.subheader {
    color: #000;
    font-weight: bold;
}

#container {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    border-top: none;
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

#modal-tags-fullscreen {
    z-index: 2000;
}
#modal-tags-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
}


#modal-tags-fullscreen .modal-content {
  width: 100%;
  height: 100%;
  margin: 0;
}

.modal-tags-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}


#modal-tags-fullscreen .modal-body {
  width: 100%;
  height: 100%;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
}

.btn-tags-modal {
  float: right !important;
}

td.pageheader,
span.pageheader,
div.pageheader,
p.pageheader {
    margin-top: 16px;
    font-family: arial;
    color: #333;
    font-weight: bold;
    font-size: 160% !important;
}

h1.pageheader {
    font-family: arial;
    color: #333;
    font-weight: bold;
    font-size: 160% !important;
    margin-bottom: 0;
    line-height: 24px;
}

.clear {
    clear: both;
}

.nowrap {
    white-space: nowrap;
}

.large {
    font-size: 120%;
}

.red, .error {
    color: #c00;
    margin-top: 10px;
}

.monospaced {
    font-family: Courier New, Courier, mono;
}

.small {
    font-size: 14px !important;
}

.scrollable {
    overflow-y: auto;
}

.scrollable::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10),inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.scrollable::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.copyright {
    font-size: 14px;
    color: #999;
}

span.link {
    color: #06c;
    cursor: pointer;
}

/* new */

a:hover {
    text-decoration: underline;
}

.subtitle {
    position: relative;
    /*top: -8px;*/
    margin: 0;
    font-size: 1.3em;
    font-weight: bold;
}

a,
a:visited,
a:hover {
    color: #06c;
}

.nav-drawer {
    height: 100%;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    left: 0;
    margin-left: -250px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 20px;
    position: absolute;
    top: 130px;
    width: 230px;
    z-index: 984;
    opacity: .3;
}

.nav-drawer.transition {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.15s;
    -webkit-transition-property: margin-left;
    -webkit-transition-timing-function: cubic-bezier(0, 1.12, 0.39, 0.98);
    transition-delay: 0s;
    transition-duration: 0.15s;
    transition-property: margin-left;
    transition-timing-function: cubic-bezier(0, 1.12, 0.39, 0.98);
}

.nav-drawer.active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 40px 0;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 40px 0;
    margin-left: -20px;
    opacity: 1.0;
}
#nav-inner
{
    background: #354d72;
}

#header {
    background: #687f9f url(/images/masthead_background.png);
    clear: both;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0;
    margin-right: 0;
    z-index: 1902;
}

#fred-logo,#logo {
   height: 88px;
  -ms-interpolation-mode: bicubic;
   margin:0;
   padding:0;
   margin-left: -5px;
  }
.ERRA-header, .products-header  {
    margin-top: 5px;
}
.account-header {
    margin-top: -5px;
}

.header-logo {
    text-align: left;
    padding-left: 0 !important;
    /*z-index: 500;*/
}

#logo-replacement a,
#logo-replacement a:hover {
    text-decoration: none;
}

#logo-replacement {
    display: none;
    font-family: serif;
    color: #fff;
    text-transform: uppercase;
    margin-top: none !important;
    font-weight: lighter;
}

#logo-replacement span {
    display: block;
    font-family: sans-serif;
    letter-spacing: .25em;
    padding-bottom: 4px;
    line-height: .4em;
    font-size: .4em;
    color: #fff;
}

.fred-logo-side {
    display: block;
    width: 100%;
}

.fred-logo-side img {
    width: 165px;
}

#user-account {
    position: absolute;
    right: 25px;
    margin: 8px 0 0 0;
    padding: 0;
}

#user-account-container {
    margin-top: 10px;
}

#user-account li {
    display: inline;
    list-style-type: none;
    padding: 0 2px;
    margin: 0;
}

#user-account a,
#user-account a:visited,
#user-account a:hover {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}

#research-nav {
    /*position: fixed;*/
    background: #354d72;
    width: 100%;
    min-height: 1px !important;
    padding: 0;
    margin: 0;
    min-height: 1px !important;
    border-radius: 0 !important;
    border: none !important;
}

#research-nav ul#main-nav {
    padding: 0 0 0 10px;
}

#research-nav ul#main-nav > li {
    list-style-type: none;
    padding: 0;
    position: static;
    margin: 0;
    color: #fff;
}

#research-nav ul#main-nav > li > a {
    color: inherit;
    display: block;
    padding: 7px;
    text-decoration: none;
    font-weight: bold;
}

#research-nav ul#main-nav > li > a
{
    color:#bbb;
}

#research-nav ul#main-nav > li > a#fred-link
{
    color:#fff;
}

#research-nav .left-separator {
    border-left: 1px solid #ccc;
    margin-left: 10px !important;
}

.fa-rss {
     color: #ff6600;
}

.carousel-control.left,
.carousel-control.right {
    background: none !important;
    filter: progid:none !important;
}

.carousel-control .fa-chevron-right {
    right: 8%;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -15px;
    display: inline-block;
}

.navbar {
    min-height: 1px;
    border-top: 0;
}

#research-links {
    float: right;
}

#research-links li {
    display: inline;
    list-style-type: none;
    padding: 0 .7em;
}

#research-links a,
#research-links a:hover
#research-links a:visited {
    text-decoration: none;
}

#search-outer {
    background: #ddd;
    border-color: #7f7f63 #999 #999;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    min-width: 940px;
    overflow: hidden;
}

#search-outer form {
    float: left;
    margin: 0;
    padding: 6px;
    display: inline;
}

.searchbox {
    border: 1px solid #bbb;
    height: 24px;
    font-size: 1.5em;
    width: 250px;
    margin-right: 50px;
    margin-top: 15px;
    padding: 2px;
}

.search-glass {
    cursor: pointer;
    display: block;
    margin: 1px 0 0 224px;
    padding: 6px 8px 5px;
    position: absolute;
    right: 0;
}

.mega-submenu {
    background: #fff;
    z-index: 200;
    width: auto;
    right: 0;
    overflow: hidden;
    box-shadow: 3px 3px 4px #666;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
}

.mega-submenu.row {
}

.mega-feature {
    background: #f0f5fb;
}

.mega-featured-pub {
}


.mega-featured-pub ul {
    margin-left: 5px;
    margin-right: 170px;
}

.mega-featured-pub p {
}

.mega-featured-pub-thumbnail {
    float: right;
    margin: 0 1em;
}

.mega-featured-wp {
    min-height: 300px;
}

.mega-submenu a {
    color: #06c;
}

.mega-meta {
    display: block;
    color: #aaa;
    line-height: 1em;
    padding:0;
    margin-bottom: 5px;
}

.mega-events ul ,
.mega-staff ul {
    margin-left: 5px;
}

.mega-submenu h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #333;
    padding: 10px 0 0 20px;
}

.mega-column {
    float: left;
}

.mega-column li {
    width: 100%;
}

.mega-featured-fredblog {
    min-height: 240px;
}

.mega-info-services {
}

.mega-staff {
}

.mega-research {
}

.mega-submenu ul {
    margin-left: 20px;
}

.mega-submenu ul li:not([class='no-seperator']) {
    border-bottom: 1px solid #eee;
}

.mega-submenu ul li {
    list-style-type: none;
    padding: inherit 0;
    font-size: 1em;
    font-weight: normal;
    margin-right: 10px;
}

.mega-events dd
{
    border-bottom: 1px solid #eee;
}


.popular-tag {
    padding: .25em .5em !important;
    display: block;
    float: right;
    margin-right: 1em;
    margin-bottom: 1em;
}

#fred-nav ul {
    overflow: hidden;
    white-space: normal;
    margin-left: 10px !important;
}

#fred-notes-title {
    color : #000 !important;
} 

#fred-nav li {
    list-style-position: outside !important;
}

#fred-nav li a {
    display: block !important;
    padding: 0 !important;
}

.wp-published-date {
    font-weight: bold;
    text-transform: uppercase;
}

#economist-featured {
    float: left;
    width: 250px;
}

#economist-featured ul {
    margin: 0;
    padding: 0;
}

#featured-economist .full-name {
    font-weight: bold;
    font-size: 1.2em;
}

#content {
    color: #333;
}

/* TODO */
#bottom-nav > li,
#external-nav > li,
#research-links > li,
#user-account > li {
    padding: 0 .6em;
    border-right: 1px solid #ddd;
}

#research-links li {
    border-color: #999;
}

#content-container {
    height: 100%;
	padding:0;
    padding-bottom: 8px;
	margin:0 auto !important;
}

h2 {
    margin-top: 0;
    font-size: 1.1em !important;
}

#highlights-wrapper {
    background: #fff;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
    max-height: 225px;
    height: 225px;
    overflow: hidden;
    padding: 1em 1em 0 0;
    vertical-align: top;
}

#news-events {
    margin-top: 10px;
    margin-left: 2px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#events-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    vertical-align: top;
    background: #f0f5fb;
    margin: 5px -20px 1em 20px;
    padding: 1em 1em 0 0;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
    min-height: 225px;
    max-height: 225px;
}

#highlights-container-header {
    width: 200px;
    float: left;
    margin:0;
    background: #798bb0;
    padding:3px 1em 3px 2em;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
}

#highlights-container-header a {
    color: #fff;
    letter-spacing: 1px;
}

.highlight {
    padding: 1em 2em;
    font-size: 1.1em;
    position: static !important;
}

.highlight p {
    color: #59595b !important;
}

.highlight h2 {
    padding-bottom: .5em;
    margin-top: 8px;
}

.highlight h2 a:hover {
    text-decoration: none;
}

.highlight-date {
    text-transform: uppercase;
    font-weight: bold;
}

.highlight h2 a {
    color: #354d72 !important;
}

#highlight-new-economists a,
#highlight-new-economists span {
    display: block;
    float: left;
    width: 45%;
    white-space: nowrap;
    line-height: 1.5em;
}

#pager-container {
    font-size: 1em;
    color: #58585a;
    letter-spacing: 1px;
    text-align: right;
    float: right;
    width: 400px;
    bottom: inherit;
    left: inherit;
    margin-left: inherit;
}

#pager a,
#highlights-next-button {
    padding: .5em .75em;
    border-style: solid;
    border-width: 1px;
    margin: 0 .5em;
    border-color: #a7a9ac;
    display: inline-block;
    color: #58585a;
}

.carousel-indicators li {
    text-indent: inherit;
}

#pager a.active,
#pager a:hover,
#highlights-next-button:hover {
    background: #c7d5e2;
    text-decoration: none;
}

a.title {
    font-size: 1.1em;
}

#recent-research > div {
    padding: .25em 1em .25em 0;
    margin: 0;
}

#recent-research .article {
    border-bottom: 1px solid #eee;
    margin: .5em 1em;
    padding: 0 0 .5em 0;
}

#recent-research .article strong {
    color: #06c;
}

#recent-research .recent-research-date {
    text-transform: uppercase;
}

#research-events-header {
    margin: 0;
    background: #798bb0;
    padding: 3px 2em;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
}

#research-events-header a {
    color: #fff;
    letter-spacing: 1px;
}

#research-events p {
    padding: .5em .25em 0 .5em;
    margin-bottom: 0;
}

#research-events div {
    line-height: normal !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#see-all-events {
    font-weight: normal !important;
    float: right;
    display: block;
    margin: 0;
    padding: 0 0 1em 0;
}

.event-date {
    text-transform: uppercase;
    font-weight: bold;
}

#fred-feature-glance {
    background: #f0f0dd;
    border: 1px solid #ccc;
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
    margin-top: 1.5em;
    position: inherit;
    z-index: 2;
}

#fred-feature-glance-header {
    margin: 0;
    background: #d1d1d4;
    padding: 3px .5em 3px 2em;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
    color: #333 !important;
    letter-spacing: 1px;
    position: inherit;
}

#fred-feature {
    padding-top: 15px;
    padding-bottom: 30px;
}

#fred-feature img {
    width: 200px;
    margin-top: 1em;
}

.fred-rls-elm-nm-cntnr {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    clip: auto;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.fred-rls-elm-nm {
    position: relative;
    background-color: #fff;
}

.fred-rls-elm-nm-fill {
   position: absolute;
   left: 0;
   right: 0;
   border-bottom: 1px dotted #333;
   height: 50%;
   width: 100%;
}

#research-economists {
    margin-top: 20px;
    background: #fff;
    padding: 1em 0 0 0;
    background: #fff url('/images/research-economists-background.png') top left repeat-x;
    min-height: 250px;
}

#featured-economist,
#recent-research {
    padding: 0;
}

#recent-research-header,
#featured-economists-header {
    margin: 0;
    background: #d1d1d4;
    padding: 3px .5em 3px 2em;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
    color: #333 !important;
    letter-spacing: 1px;
}
#footer {
    background: #eff0f0;
    padding: 1em;
    margin: .25em 0 0 0;
}

#footer a,
#footer a:visited {
    color: #333;
}

#footer div {
    zoom: 1;
}

#footer .footer-section-header {
    font-weight: bold;
    margin-left: 5px;
}

#footer div ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer div ul li {
    margin: 0;
}

#address {
    color: #fff !important;
}

.footer2 {
    padding-bottom: 10px;
    background: #557b97;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
}

.footer2 * {
    color: #fff;
}

.footer2 a,
.footer2 a:visited,
.footer2 a:link {
    color: #fff;
}

.footer2-left {
    color: #fff;
}

.footer2-right {
    text-align: right;
    padding-top: 1.5em;
}

.footer2-submit {
    background: #e1e1e1;
    color: #555 !important;
    padding: 1px 4px;
    border-radius: 5px;
    border: none !important;
    font-weight: normal;
}

.footer2 .control-label {
    padding-top: 0;
    padding-left: 1px;
}

.footer2 .form-control {
    padding-right: 4px;
    color: #333;
}


#foot-search {
    width:100%;
    background:#fff;
    border:0 !important;
    color:#777;
    line-height:24px;
    margin:0;
    padding:4px 0 2px 4px;
    height:30px;
    float: left;
}

#foot-search:focus {
    outline: none;
}

#foot-search-form {
    margin-bottom: .5em;
    padding-top: 10px;
}

#foot-search-button {
    background: #fff url(/images/site-search-white.png) center no-repeat;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    margin: 0;
    margin-left: -30px;
    padding: 0;
    cursor: pointer;
}
#footer .col-12{
    padding-right: 15px;
    padding-left: 15px;
}

#our-sites ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#our-sites li {
    padding: 0;
    list-style-type: none;
}

a {
    color: #06c;
    text-decoration: none;
}

code {
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
    line-height: 130%;
    background: #eee;
    display: block;
    padding: 1em;
    margin: 1em 2em;
}

#tag-search-container {
    background: #fff;
}

#tag-search {
    background: #fff;
    border: 0 !important;
    color: #777;
    font-size: 1.2em;
    line-height: 24px;
    margin: 0;
    padding: 4px 0 0 4px;
    height: 26px;
    float: left;
    width: 100%;
    margin-right: -31px;
}

#head-search {
    width:390px;
    color: #002241;
    font-family: 'Roboto', verdana, arial, sans-serif;
    font-size: 16px;
    background: #edf5fa 0 0 no-repeat padding-box;
    height: 36px;
    padding: 5px 10px;
    border: 2px solid #edf5fa;
    border-radius: 5px 0 0 5px;
    margin-top: 12px;
}

#head-search:focus,
#tag-search:focus {
    outline: none;
}

#foot-search-button,
#tag-search-button {
    background: #fff url(/images/site-search-white.png) center no-repeat;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    margin: 0;
    margin-left: -30px;
    padding: 0;
    cursor: pointer;
}

#tag-search-button {
    margin: 0;
}

#foot-search {
    width:100%;
    background:#fff;
    border:0 !important;
    color:#777;
    line-height:24px;
    margin:0;
    padding:4px 0 2px 4px;
    height:30px;
    float: left;
}

#foot-search:focus {
    outline: none;
}

#foot-search-form {
    margin-bottom: .5em;
    padding-top: 10px;
}

#foot-search-button {
    background: #fff url(/images/site-search-white.png) center no-repeat;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    margin: 0;
    margin-left: -30px;
    padding: 0;
    cursor: pointer;
}
.sign-in-register-modal .append-icon .field-icon, .sign-in-register-modal .prepend-icon .field-icon{
  padding-top: 10px !important;
}
#followus {
    margin: 0;
    padding: 0;
}

#followus a {
    padding-top: 4px;
    padding-left: 22px;
    padding-bottom: 4px;
}

#followus a.icon-rss {
    padding-top: 1px;
}

#followus a:hover {
    text-decoration: none;
}

.content-2columns-left {
    padding: 20px;
    background: #f0f0dd;
    min-height:100%;
    min-height: 100vh;

}

.content-2columns-left hr {
    border-color: #ccc;
}
.download-series {
    font-weight: bold;
}

ol,ul {
    padding: 0 0 1em 1.5em;
    margin: 0;
    list-style-position: outside;
}

ul li ul {
    padding-bottom: 0;
}

ul {
    list-style-type: square;
}

.content-2columns-left > .list-bullets > ul  {
    list-style-type: none;
}

.list-bullets {
    /*padding: 0 0 2em 1.5em;*/
    /*margin: 0;*/
    /*list-style-type: square;*/
    /*list-style-position: outside;*/
}

.content-2columns-left > .no-bullets li {
    padding: 1px 0 4px 0;
}

.list-icons {
    padding: 0 0 2em 0;
    margin: 0;
    list-style-type: none;
}

.mega-column li,
.mega-column dd,
.list-icons li {
    padding: .5em 0;
}

.list-bullets li {
    padding: 0;
}

.list-icons li a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

#breadcrumbs {
    color: #666 !important;
    margin:10px 0;
    border-bottom: 1px dotted #ddd;
    padding: 0 .5em .5em 0;
    display: block;
}

#breadcrumbs a {
    text-decoration: none;
    color: #58595b;
}

.description {
    font-size: 1.1em;
    font-style: italic;
    color: #666;
}

#tools li,
#related li,
#browse li {
    padding: .5em 0;
}

#tools li a,
#related li a,
#browse li a {
    text-decoration: none;
}

.x-logo {
    height: 21px;
    width: 21px;
    margin-top: 4px !important;
}

.social-links .x-logo {
    height: 17px;
    width: 17px;
    margin-top: -8px;
}

#follow-icons .fa-linkedin-in {
    margin-top: 4px;
}

.icon-info,.icon-search,.icon-twitter-bird,.icon-mail-square,.icon-api,.icon-datalist,.icon-email,.icon-excel,.icon-facebook,.icon-rss,.icon-graph,.icon-map,.icon-powerpoint,.icon-viewpage,.icon-pdf,.icon-pencil,.icon-print,.icon-save,.icon-text,.icon-clock,.icon-twitter,.icon-youtube,.icon-download,.icon-iphone
{background: url(/images/icon-sprite.png) left center no-repeat;padding-left: 22px;padding-top: 2px;}

.icon-offsite
{background: url(/images/icon-sprite.png) right center no-repeat;padding-right: 13px;}

.icon-pdf-right
{background: url(/images/icon-sprite.png) right top no-repeat;padding-right: 24px;}

.icon-api { background-position: 0 0;  }
.icon-datalist { background-position: 0 -66px;  }
.icon-email { background-position: 0 -132px;  }
.icon-excel { background-position: 0 -198px;  }
.icon-facebook { background-position: 0 -264px;  }
.icon-rss { background-position: 0 -336px;  }
.icon-graph { background-position: 0 -402px;  }
.icon-map { background-position: 0 -468px;  }
.icon-powerpoint { background-position: 0 -534px;  }
.icon-offsite { background-position: right -600px;  }
.icon-viewpage { background-position: 0 -662px;  }
.icon-pdf { background-position: 0 -728px; }
.icon-pdf-right { background-position: right -728px; padding-bottom: 2px;}
.icon-pencil { background-position: 0 -794px;  }
.icon-print { background-position: 0 -860px;  }
.icon-save { background-position: 0 -926px;  }
.icon-text { background-position: 0 -992px;  }
.icon-clock { background-position: 0 -1058px;  }
.icon-twitter { background-position: 0 -1124px;  }
.icon-youtube { background-position: 0 -1196px;  }
.icon-download { background-position: 0 -1268px;  }
.icon-mail-square { background-position: 0 -1344px;  }
.icon-twitter-bird { background-position: 0 -1422px;}
.icon-search { background-position: 0 -1500px;}
.icon-info { background-position: 0 -1578px;padding-bottom: 2px;}
.icon-iphone { background-position: 0 -1656px;}

.icon-plus { background: url(/images/plus-blue.png) top left no-repeat;padding-left: 22px; }



.button:hover,
input[type="submit"]:hover {
    background: #fff !important;
    color: #333;
    text-decoration: none;
}

div.seperated-paragraphs p,
.seperator-bottom {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.trademark {
    font-size: 8px !important;
    color: #fff;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead {
    display: block !important;
}

i.table,
.glyphicons-icon.table {
    margin-bottom: 0;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.table-standard-theme {
    border-collapse: collapse;
}

.table-standard-theme th {
    padding: .5em;
    border-bottom: 1px solid #666;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
}

.table-standard-theme td {
    padding: .5em;
    border: 1px dotted #ccc;
}

.table-standard-theme .odd td {
    background: #e1e9f0;
}

span.popularity_bar {
    background: url(/images/popularity_bar.png) repeat-x;
    margin-left: 5px;
    /*margin-top: -.70em;*/
    line-height: 12px;
    position: absolute;
    z-index: 2;
}

span.popularity_bar_background {
    background: url(/images/popularity_bar_background.png) repeat-x;
    margin-left: 5px;
    /*margin-top: -.70em;*/
    line-height: 12px;
    position: absolute;
    width: 60px;
}

.data-categories li {
    padding: .25em 0;
}

.desc {
    background: url(/images/desc.png) bottom right no-repeat;
    padding-right: 17px;
}

.asc {
    background: url(/images/asc.png) bottom right no-repeat;
    padding-right: 17px;
}

#fred_graph_image div img {
    position: absolute;
    overflow: visible;
    z-index: 20;
}

#publications-advanced-search {
    width: 675px;
}

#useraccount-form,
#featured {
    background: #e1e9f0;
    padding: 1em;
    margin-bottom: 2em;
}
#useraccount-form {
margin-top: 1.5em;
padding:1em 2em 2em 2em;
}

#contact-form .row > div {
    margin-bottom: 8px;
}

.pretty-form label,
#search-form-404 label,
#contact-form label {
    font-weight: bold;
    padding-right: .5em;
}

.pretty-form input[type="text"],
#useraccount-form input[type="text"],
#useraccount-form input[type="password"],
#publications-advanced-search input[type="text"],
#search-form-404 input[type="text"],
#contact-form input[type="text"],
#contact-form textarea,
#contact-form select {
    margin-top: 0;
    margin-bottom: 4px;
    padding: .3em .5em;
    border: 1px solid #bababa;
    color: #333;
}

#publications-advanced-search input[type="checkbox"] {
    margin-right: .5em;
}

#publications-advanced-search li {
    margin: 0;
    padding: 0;
}

#publications-advanced-search button span {
    font-weight: normal !important;
}

.help-topic {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 1em;
    margin-top: 5px;
    background: #eee;
    font-weight: bold;
}

.help-topic-active {
    background: #eee url(/images/icons-toggle.png) no-repeat scroll 98% 18px;
}

.help-questions {
    padding: .5em 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.help-question {
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    padding: .5em 1em;
}

.help-answer {
    line-height: 1.5em;
    padding: 0 1em;
}

.ui-autocomplete {
    max-height: 200px;
    /*max-width: 400px;*/
    width: 100%;
    overflow-y: auto;
    z-index: 1050 !important;
    text-align: left;
}
.ui-menu-item {
    font-family: "Roboto",verdana,arial,sans-serif !important;
    border-bottom: 1px solid #ddd;
}
.ui-menu-item:last-child {
    border: none;
}
.ui-menu .ui-menu-item
{
    padding:10px;
    /*width:100%;*/
}
.ui-menu-item .fa-star, .ui-menu-item .fa-none {
    color:#DDD;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.ui-menu-item span.recent-series {
    overflow: hidden;
    display: block; /* this makes the text wrap aligned with the icon margin */
}
.ui-autocomplete-category {
    font-family: "Roboto",verdana,arial,sans-serif !important;
    padding: 5px 12px;
    color: #999;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
    background: #EEE !important;
    color: inherit !important;
    border-color: #EEE !important;
}

.hide {
    display: none !important;
}

.right {
    text-align: right;
}

#share-toolbox,
.share-toolbox {
    float: right;
    width: 125px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

#sidebar-share-toolbox {
    width: 125px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}

#sidebar-share-toolbox a,
#share-toolbox a,
.share-toolbox a {
    line-height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    float: left;
}

#sidebar-share-toolbox a,
#share-toolbox a {
    line-height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    float: left;
}

#sidebar-share-toolbox span,
#share-toolbox span,
.share-toolbox span {
     float: left;
}

.fred-series-tabs .series-notes {
    word-wrap: break-word;
}

#graph-settings-form {
    margin: 0;
}

.save-links a,
.save-links a:visited {
    text-decoration: none;
}

#hack-graph-title-height {
    width: 550px;
}

#hack-yaxis-title-height {
    width: 250px;
}

.share-button {
    margin-right: 1em;
}

.readonly {
    cursor: text !important;
}

#search-tabs .ui-button-text {
    font-weight: normal !important;
}
.rotator {
  width: 100%;
  border: 3px solid #E1E9F0;
  background: #fff;
}

#fred-homepage-bluebox {
    background: #e1e9f0;
    padding: 0 1em 1.5em 1em;
    margin-top: 10px;
    /*border: 2px solid #ddd;*/
/*    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
*/}

#fred-homepage-bluebox img {
    /*margin-top: .25em;*/
}

#fred-homepage-bluebox h1 {
    font-weight: bold;
    color: #3f3f3f;
}


#fred-homepage-description {
    font-size: 1.5em;
    color: #636363;
    margin-top: 18px;
}

#fred-homepage-view-data {
    color: #666;
}



#fred-homepage-tabs li {
    float: left;
    display: block;
    padding: .5em 1em;
    background: #eee;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #ddd;
    border-bottom: none;
}

#fred-homepage-tabs {
    margin: 1em 0 0 0;
    padding: 0;
}

#fred-homepage-tabs li a {
    color: #333 !important;
}

#fred-homepage-tabs li a:hover {
    text-decoration: none;
}

#fred-homepage-tabs li.active {
    background: #e1e9f0 !important;
}

#fred-homepage-tabs-content {
    background: #e1e9f0;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
}

#fred-homepage-tabs-content-inner {
    background: #fff;
    padding: 1em;
}

#fred-homepage-tabs.nav>li>a {
    padding: inherit;
    display: inherit;
    position: inherit;
}

#fred-homepage-tabs.nav-tabs { border-bottom: none; }

#fred-homepage-tabs.nav-tabs>li>a {
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: inherit;
    border-bottom-color: inherit;
    color: inherit;
    background-color: inherit;
    margin-bottom: 0;
}

.tabs-left {
    background: url(/images/fred-homepage-dot-white.png) top right repeat-y;
}

#tools .tabs-item,
#help .tabs-item,
#latest-releases .tabs-item {
    margin: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5em;
    clear: both;
}

.fred-categories-group {
    padding-bottom: .5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

.fred-categories-child {
    padding: .0 1em 0 0;
    border-right: 1px solid #ccc;
    margin: .5em 1em .5em 0;
    display: block;
    float: left;
    white-space: nowrap;
}

.fred-categories-child:nth-last-child(2) {
    border: none;
}

.ie7 .fred-categories-child,
.ie8 .fred-categories-child {
    padding-right: 1em;
}

.ie7 .fred-categories-parent {
    padding-top: 1em;
}

.category-count {
    color: #666;
}

.fred-sources-item,.fred-releases-item,.fred-release-element {border-bottom:1px solid #ddd;padding-bottom:1em;padding-top:1em;margin:1em;}

.fred-pager-header td {
    padding: 1em;
    border-bottom: 1px dotted #bcbec0;
    padding: 1em;
}

#add-to-existing-series-select {
    display: inline-block;
    width: initial;
    height: inherit;
    font-size: inherit;
}

#recent-obs {
    margin: 0;
    padding: 0;
}

#recent-obs td {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    color: #666;
    border: none;
}

#recent-obs td.value {
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 4px;
}

.series-pager-check {
    width: 20px;
    background: none;
    background-color: transparent;
    border: none;
}

.series-pager-check label {
    display: inline !important;
    width: auto;
    font-size: inherit;
}

th {
    vertical-align: bottom !important;
}

/**
* Boostrap overrides
**/

#accordion .panel {
    border: none;
    margin-bottom: 4px;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:before {
    content: "\e080";
}

.panel-toggle {
    display: block;
    padding: 8px 15px;
}

.typeahead li {
    padding: 0;
}

.typeahead .active > a,
.typeahead.dropdown-menu li > a:hover {
    background-color: #e1e9f0;
    background-image: none;
    color: #333;
}

label, input, button, select, textarea {
    font-size: inherit;
    font-family: inherit;
}

#alert-bar {
    background: #557b97;
    color: #fff;
    font-size: 1.1em;
    border: 1px solid #3659a0;
    position:relative;
    left:0px;
    bottom:0px;
    padding:15px;
    width:100%;
    text-align: center;
    font-weight: bold;
    z-index: 10000;
}

#alert-bar a {
    color: #FFF;
    text-decoration: underline;
}

#alert-bar a:hover {
    color: #3659a0;
}

#alert-bar-close {
    float:right;
    margin-right:1em;
}

.disclaimer {
    color: #bbb !important;
    border-top: 1px solid #bbb;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}

.page-break { display: none; }

.recently-viewed {
    background:#FFF;
    position: absolute;
    border:1px solid #CCC;
    z-index: 5000;
    text-align: left;
    display:none;
}

.recently-viewed ul {
    margin:0;
    padding:0;
}

.recently-viewed p {
    color: #AAA;
    padding: 5px 0 5px 5px;
    margin: 0;
}

.recently-viewed li {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 0;
}

.recently-viewed li a {
    padding: 5px 0 5px 5px;
    display: block;
    color: #5e5e5e;
}

.recently-viewed li a:hover {
    color: inherit;
    background: #EEE;
    text-decoration: none;
}

.home .operator-image {
    float: right;
    margin: 7px 0 0 7px;
    color: #666;
}

.home .graph {
    display: none;
}

.home .highlight {
    display: none;
}

.home .highlight.first {
    display: block;
}

.home .highlight.active {
    display: block !important;
}

.home .popover {
    max-width: 500px;
}

/**
 * Print styles
 */
@media print {
    * {
        box-shadow: none !important;
        text-shadow: none !important;
        color: #000;
        background: transparent !important;
    }

    body {
        background: #fff;
        color: #000;
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%;
    }

    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }

    #container {
        border: none;
    }

    .content-2columns-left {
        background: #fff;
        border-right: 1px solid #ddd;
    }

    .seperator-bottom {
        border-bottom: 1px #ddd solid;
    }

    #breadcrumbs {
        border-bottom: 1px #ddd solid;
    }

    #header,
    #external-nav,
    #user-nav,
    #signin_menu,
    #research-nav,
    #footer {
        display: none;
    }

    .page-break { display: block; page-break-before: always; }
}

#series-pager th {
    padding: 1em .5em;
    vertical-align: middle;
}

.series-pager-header td {
    border-top: 1px dotted #bcbec0;
    padding: 1em;
}

.series-pager-attr,
.series-pager-title {
    border: 1px solid #e6e7e8;
}

.series-pager-title td {
    background: #e6e7e8;
    vertical-align: middle;
    padding: .5em;
}

.series-pager-title > td {
    padding-left: 10px;
}

.series-pager-attr td {
    background: #f5f5f5;
    padding: .5em;
}

.series-title {
    padding-left: 0;
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
}

.series-meta {
    padding-left: .5em;
    color: #666;
    line-height: 1.7em;
}

.series-meta-selected {
    font-weight: bold !important;
    color: #333 !important;
    white-space: nowrap;
}

a .series-meta-selected {
    color: inherit !important;
}

.series-group-meta {
    padding-left: .5em;
    line-height: 1.5em;
    border-bottom: 1px dotted #bcbec0;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.series-meta input {
    margin-right: .5em;
    vertical-align: top;
    margin-top: 3px;
}

.series-meta-dates {
    display: inline-block;
    float: right;
    text-align: right;
}

.series-meta a {
    display: inline-block;
    white-space: normal;
}

.series-meta a,
.series-meta input,
.series-meta .attributes {
    float: left;
    display: block;
    position: relative;
}

.series-group-single {
    padding-left: .5em;
    line-height: 1.5em;
}

.attributes {
    display: inline-block;
}

.series-tags {
    padding-left: .5em;
}

#tags-pager {
    background: #fff;
}

#tags-pager td {
    padding: .5em;
}

.tags-pager-header {
    border-top: 1px dotted #bcbec0;
    border-bottom: 1px dotted #bcbec0;
    padding: 1em;
    text-align: right;
}

.tag {
    display: inline;
    line-height: 1.5em;
    padding-right: 0.5em;
}

.tag-op {
    font-weight: bold;
    color: #636363 !important;
}

#tags-search-form {
    text-align: left;
    padding: 10px;
    background: #f0f0dd;
}

.tag-count {
    color: #000;
    font-weight: normal;
}

.tags-show-all {
    display: block;
    float: left;
    white-space: nowrap;
    line-height: 1.5em;
    color: #666;
    cursor: pointer;
    cursor: hand;
}

.tag-no-float {
    display: inline-block;
    float: none;
}

.tag-group-item {
    line-height: 1.5em;
}

.tag-group-expand,
.tag-group-collapse {
    cursor: pointer;
    cursor: hand;
}

.tag-group-expand {
    background: url(/images/arrow_expand.png) center left no-repeat;
    padding-left: 16px;
}

.tag-group-collapse {
    background: url(/images/arrow_collapse.png) center left no-repeat;
    padding-left: 16px;
    font-weight: bold;
}

.tag-group-selected {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 1em;
}

#tag-selections-block {
    background: #e1e9f0;
    padding: .5em;
    margin-bottom: 2em;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

#tag-selections-block ul {
    padding-bottom: 0;
}

#tag-selextions-block .actions {
    float: right;
}

#add-to-dash-side .dropdown-menu {
    min-width: inherit;
}

.dropdown-menu.open {
    display: block;
}

.regecon h2 {
    margin-bottom: 0;
    padding-bottom: 1px;
    line-height: 1;
}

.fix-sidebar h2 {
    margin-bottom: 0 !important;
    padding-bottom: 1px;
    line-height: 1;
}

.regecon .series-id {
    display: none;
}

.carousel .right {
    text-align: center;
}

#tags .tooltip {
list-style-type: none;
}

#tags .tag-tooltip > .tooltip-inner {
    color: #fff;
    background-color: #5b5b5b;
    text-align: left;
}

#tags .tag-tooltip > .tooltip-arrow {
    border-right-color: #5b5b5b;
}

.carousel-inner img {
    width: 650px;
}

#region-carousel {
    border-top: 1px dotted #eee;
    border-left: 1px dotted #eee;
    padding-left: 15px;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
}

.ie7 #region-carousel,
.ie8 #region-carousel {
    border-right: 1px dotted #eee;
    border-bottom: 1px dotted #eee;
}

.ie9-fix {
    display: none;
}

.cite {
    word-wrap: break-word;
    white-space: normal;
    margin: 5px 0;
    font-size: 1.1em;
    color: #333;
}

.user-notice.alert {
    margin-top: 15px;
}

.home #container {
    background: #fff url(/images/homepage-background.png) top left repeat-x;
}

.input-group-addon {
    padding: 0 !important;
    width: 1% !important;
}

#smartbanner .sb-info > span{
    color:#CCC !important;
}

.input-group-addon .btn-default {
    border: 0;
}

.input-group-addon .btn-default {
    border: 0;
}

.btn-primary {
    background: #476a9b;
    color: #f5f5f5;
}
.btn-primary:hover {
    color: #333;
}

.r-o-b-o-t {
    display: none;
}

.legal-content {
    padding-top: 10px;
}

.legal-content.main-content h1,
.legal-content.sub-content h1 {
    margin-bottom: 40px;
}

.legal-content.main-content h2 {
    margin: 30px 0 30px 20px;
}

.legal-content.main-content ul {
    padding-bottom: 0;
    margin-left: 40px;
}

.legal-content.sub-content ul.table-of-contents {
    margin-top: 20px;
}

.legal-content.sub-content ul.table-of-contents li {
    list-style: none;
    margin: 5px 0;
}

.legal-content.sub-content ul.summary li {
    margin: 10px 0;
}

.legal-content.sub-content h2 {
    font-size: 1.4em !important;
    margin: 35px 0 25px 0;
}

.legal-content.sub-content h3 {
    font-size: 1.1em;
    margin: 30px 0 20px 0;
}

.legal-content.sub-content table {
    margin: 25px 20px;
}

.divider-vertical {
    height: 28px;
    border-left: 1px solid #aaa;
    opacity: 0.3;
    margin: 2px 5px;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
.affix-xs {
    position: inherit;
}
/*==========  Mobile First Method  ==========*/

@media only screen and (max-width : 480px) {
    .subtitle-container {
        margin-bottom: 25px;

    }
    
    .subtitle-modal {
        float: left;
    }
}
/* Custom, iPhone Retina */
@media only screen and (min-width : 260px) {
    .affix-xs {
        position: fixed;
    }

    #main-nav {
        margin: 0 !important;
        padding-bottom: 0 !important;
    }

    #main-nav .research-site-link {
        color: #a4a6ba !important;
    }

    #research-nav {
        z-index: 998;
    }

    #content-container {
        margin-top: 15px;
    }

    #head-right {
        margin-top: 0;
    }

    .fred-glance-series-graph {
        padding: 10px 5px 0px 5px;
        height: 60px;
    }

    #footer ul {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        text-align: center;
    }

    #highlights-wrapper {
        max-height: 225px;
        height: inherit;
        padding-bottom: 0;
    }

    .highlight {
        padding: .5em .75em;
    }

    #highlights .carousel-inner {
        max-height: 85px;
        height: 85px;
    }

    #logo {
        height: inherit;
    }

    #events-wrapper {
        margin: 1.5em 0 0 0;
        padding: 1em 1em 0 0;
        min-height: inherit;
    }

    #featured-economist {
        margin-top: 15px;
    }

    #footer a,
    #footer a:visited {
        text-decoration: none;
        height: 100%;
        width: 100%;
        display: block;
    }

    #footer div ul li {
        margin: 2px 0;
        background-color: #f9f9f9;
        padding: 10px 0;
    }

    #footer .footer-section-header {
        background-color: transparent;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .affix-xs {
        position: fixed;
    }

    .xs-anchor {
        padding-top: 60px;
        margin-top: -60px;
        display: inline-block; /* required for webkit browsers */
    }

    #research-nav {
        z-index: 1000;
    }

    .header-logo {
        text-align: center;
    }
    #featured-economist {
        margin-top: 15px;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    #main-nav {
        margin: inherit;
        padding-bottom: inherit;
    }

    .affix-xs {
        position: inherit;
    }

    .xs-anchor {
        padding-top: inherit;
        margin-top: inherit;
        display: inherit;
    }

    #research-nav {
        position: inherit;
        top: inherit;
    }

    #content-container {
        margin-top: inherit;
        margin-left:15px;
        margin-right:15px;
    }

    #all-nav.collapse {
        display: block;
    }

    #highlights .carousel-inner {
        max-height: inherit;
        height: inherit;
    }

   .col-sm-auto {
        width: auto;
    }

    #footer ul {
        text-align: inherit;
        border-bottom: 0;
    }

    #footer a,
    #footer a:visited {
        text-decoration: inherit;
        display: inline-block;
    }

    #footer div ul li {
        margin: 0;
        background-color: transparent;
        padding: 3px 0;
        text-indent: -5px;
        margin-left: 10px;
        list-style-position: outside;
    }

    .popover {
        display: inherit !important;
    }

    #fred-logo,#logo {
        height: 88px;
        -ms-interpolation-mode: bicubic;
    }

    #head-right {
        margin-top: -35px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #highlights-wrapper {
        height: 225px;
        padding: 1em 0 0 0;
    }

    .highlight {
        padding: 1em 2em;
    }

    #head-right {
        margin-top: 10px;
    }

    .header-logo {
        text-align: inherit;
    }

    #footer li {
        padding: 0;
    }

    #events-wrapper {
        margin: 10px 0 0 14px;
        padding: 1em 1em 0 0;
        max-height: 225px;
        min-height: 225px;
        width: 31.5%;
    }
}

/* Large Devices, Wide Screens */

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1900px) {
    .ed .school {
        display: block;
    }

    .ed {
        margin-top: 8px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .tabs-left {
        background: none;
    }

    .ed .school {
        display: block;
    }

    .ed {
        margin-top: 8px;
    }
    #footer div ul li {
        padding: 5px 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    #fred-homepage-tabs li {
        float: none;
    }

    .tabs-left {
        background: none;
    }

    .content-2columns-left {
        background: inherit;
    }

    .content-2columns-left > .no-bullets ,
    .content-2columns-left > .list-bullets {
        padding: 0;
        margin: 0 0 12px 0;
    }

    .content-2columns-left {
        text-align: center;
    }

    #related-tags {
        text-align: left;
    }

    .content-2columns-left > .no-bullets a,
    .content-2columns-left > .no-bullets a:visited,
    .content-2columns-left > .list-bullets a,
    .content-2columns-left > .list-bullets a:visited,
    .content-2columns-left > .list-icons a,
    .content-2columns-left > .list-icons a:visited {
        text-decoration: none;
        height: 100%;
        width: 100%;
        display: block;
    }

    .tag-tooltip-selector {
        list-style-position: inside;
        width: 100%;
    }

    .tag-tooltip-selector li {
        list-style-type: none;
        width: 100%;
        background-color: #f5f5f5;
    }

    .tag-tooltip-selector a {
        display: inline !important;
    }

    .content-2columns-left > .no-bullets li,
    .content-2columns-left > .list-icons li,
    .content-2columns-left > .list-bullets li {
        margin: 2px 0;
        background-color: #f5f5f5;
        padding: 10px 0;
        list-style-type: none;
    }

    .content-2columns-left > .list-icons .icon-search,
    .content-2columns-left > .list-icons .icon-email,
    .content-2columns-left > .list-icons a {
        background-image: none;
    }

    .content-2columns-left {
        border-top: 1px solid #e8e8e8;
        padding-top: 10px;
        margin-top: 5px;
    }

    .content-2columns-left li {
        list-style-type: none;
    }

    .ed .school {
        display: inline;
    }

    .ed {
        margin-top: 0;
    }

    .fred-categories-child {
        border-right: none;
        float: none;
        white-space: normal;
    }

    #footer div ul li {
        padding: 10px 0;
    }

    #fred-logo, #logo {
        height: 48px;
        -ms-interpolation-mode: bicubic;
        margin:auto;
        padding-left: 75px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #header a.btn.btn-default.btn-sm
    {
    background:none;
    color:white;
    border:none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
    .header-logo {
        text-align: center;
    }

    #fred-homepage-tabs li {
        float: none;
    }

    .tabs-left {
        background: none;
    }

    .content-2columns-left {
        background: inherit;
    }

    .ed .school {
        display: inline;
    }

    .ed {
        margin-top: 0;
    }
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    #fred-homepage-tabs li {
        float: none;
    }

    .tabs-left {
        background: none;
    }

    .content-2columns-left {
        background: inherit;
    }

    .ed .school {
        display: inline;
    }

    .ed {
        margin-top: 0;
    }
}

.content-2columns-main .panel-body
{
    margin-top: 20px;
}
.error-container
{
    margin: 25px;
    padding-top: 25px;
}
/**** Fixes for blogs using fred styles.  ***/
body.blog .row, body.single-post .row
{
    margin:0 !important;
}

body.blog .content-container {
    max-width: 1140px;
    margin: 0 auto !important;
}

body.single-post div.content-container
{
    background:transparent !important;
}
