.secondary-title {  
    background-color: #292929;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 0.2em 22px 0.3em;
}

.white-text {
    color:#fff;
}

.portrait { width: 200px !important; }
.landscape { width: 250px !important; }

.resp-table { }
.resp-table tr, .resp-table tbody, table.resp-table { border: 0 !important; }
.resp-table td { border:0; display: inline-block; float: left;}
.resp-table td:before { display: inline-block; }

div.breadcrumbs.desktop.member-home ul { width: 840px; }

.blue-bar {
    background-color: #00338e !important;
    color: #ffffff !important;
}

body.small {
    font-size: 75%;
}
body.medium {
    font-size: 95%;
}
body.large {
    font-size: 110%;
}

div.content.wide div.main-column {
    width: 100%;
}

.right-image {
  margin: 0 0 1em 1em;
  float: right;
}
.left-image {
  margin: 0 1em 1em 0;
  float: left;
}
.no-border {
  border: none;
}