/* Common */
a {
    color: #eb7b26;
    text-decoration: none;
    transition: all .3s;
}
a:hover,
a:focus {
    color: #ff9300;
    text-decoration: none;
}
body {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
}
h1, h2, h3, h4, h5, h6 {
    color: #1a2f5a;
    font-family: 'Poppins', sans-serif;
}
.btn {
    background-color: #eb7b26;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: .5rem 1rem;
    text-transform: uppercase;
}
.btn:hover,
.btn:focus {
    background-color: #ff9300;
    color: #fff;
}
p a {
    font-weight: 700;
}
/* /Common */

/* Contact */
.address-phone-band {
    color: #fff;
}
.contact-form .form-control {
    border-color: #aaa;
}
input#secretHoneypotParamName { display: none; }
/* /Contact */

/* Footer */
.copywrite {
    font-size: .9rem;
    margin-bottom: 0.5rem;
}
.footer {
    background-color: #1d2a42;
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer a:hover,
.footer a:focus {
    color: #009dd1;
    text-decoration: none;
}
.footer h5 {
    color: #009dd1;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.footer li {
    list-style: none;
    line-height: 1.25rem;
    margin-top: .5rem;
}
.footer ul {
    padding: 0;
    margin: 0;
}
.footer-logo {
    height: 40px;
}
.footer-btn {
    border: 1px solid #009dd1;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    padding: .5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}
.footer-btn:hover,
.footer-btn:focus {
    background-color: #009dd1;
    color: #fff!important;
    text-decoration: none;
}
.footer-social-links {
    font-size: 2rem;
}
@media only screen and (min-width: 992px) {
    .footer {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .footer-link-col {
        margin-top: -5px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
/* /Footer */

/* Homepage Hero */
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    border-radius: 50%;
    height: 20px;
    width: 20px;
}
.carousel-indicator-container {
    position: absolute;
    top: 300px;
}
.hero-copy {
    font-size: 1.4rem;
    padding: 1.5rem;
}
.hero-btn {
    border: 1px solid #eb7b26;
    border-radius: 0;
    color: #eb7b26;
    font-size: 1rem;
    font-weight: 700;
    padding: .5rem 1rem;
    text-transform: uppercase;
}
.hero-btn:hover,
.hero-btn:focus {
    background-color: #eb7b26;
    color: #fff;
    text-decoration: none;
}
.hero-copy-col {
    background-color: #eee;
    padding: 0;
}
.hero-image-col {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    height: 300px;
}
@media only screen and (min-width: 576px) {
    .hero-image-col {
        height: 400px;
    }
    .carousel-indicator-container {
        top: 400px;
    }
}
@media only screen and (min-width: 992px) {
    .carousel-indicator-container {
        top: unset;
        bottom: 0;
    }
    .carousel-indicators li {
        background-color: rgba(0, 0, 0, 0.5);
    }
   .hero-copy {
        padding: 5rem;
    }
    .hero-copy-col {
        height: unset;
        align-self: stretch;
    }
    .hero-image-col {
        height: unset;
        align-self: stretch;
    }
    .hero-container .row {
        min-height: 500px;
    }
}
/* /Homepage Hero */

/* Feature Tiles */
.card-flag {
    background-color: #009dd1;
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
    width: fit-content;
}
.big-post-image {
    background-size: cover;
    height: 300px;
    width: 100%;
}
.small-tile.featured-publication-small-tile .card-text-wrapper {
    position: relative;
}
.small-post-image {
    background-size: cover;
    flex: 0 0 180px;
}
.small-post-image.featured-post-image {
    height: 250px;
}
.small-tile .card-flag {
    margin-top: -1.5rem;
}
.small-tile .card-flag.featured-publication-card-flag {
    bottom: 100%;
    position: absolute;
}
.small-tile .card-text-wrapper h3 {
    font-size: 1.5rem;
}
@media only screen and (min-width: 992px) {
    .small-tile .card-flag.featured-publication-card-flag {
        bottom: unset;
        position: relative;
    }
    .small-text .card-text-wrapper {
        width: calc(100% - 180px)
    }
    .small-post-image.featured-post-image {
        height: unset;
        flex: 0 0 290px;
    }
}
@media only screen and (min-width: 1200px) {
    .small-post-image.featured-post-image {
        flex: 0 0 350px;
    }
}
/* /Feature Tiles */

/* Jobs */
.job-link {
    border-bottom: 1px solid #aaa;
}
.job-link p, 
.job-link h4 {
    margin: 0;
}
.job-link p a {
    text-transform: uppercase;
}
.job-link h4 a {
    color: #1a2f5a;
}
.job-link h4 a:hover,
.job-link h4 a:focus {
    color: #eb7b26;
}
.job-link p {
    font-size: 1rem;
}
/* /Jobs */

/* Main Nav */
.dropdown {
    position: static;
}
.dropdown-menu {
    background-color: #1a2f5a;
    border: none;
    border-radius: 0;
    margin: 0;
    position: absolute!important;
    top: 100%;
    left: 0;
    right: 0;
}
.dropdown-menu.show {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.dropdown-item {
    font-size: .9rem;
    padding: .25rem;
    text-transform: none!important;
    width: unset;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    color: #009dd1;
}
.navbar {
    height: 80px;
    z-index: 100;
}
.navbar.bg-dark {
    background-color: #1d2a42!important;
}
.navbar.bg-dark .nav-item a {
    color: #fff;
}
.navbar.bg-dark .nav-item a:hover,
.navbar.bg-dark .nav-item a:focus{
    color: #009dd1;
}
.navbar.bg-dark .navbar-toggler {
    color: #fff;
}
.navbar.bg-light .navbar-toggler:hover,
.navbar.bg-light .navbar-toggler:focus {
    color: #009dd1;
}
.navbar.bg-light .nav-item a {
    color: #fff;
}
.navbar.bg-light .nav-item a:hover,
.navbar.bg-light .nav-item a:focus {
    color: #009dd1;
}
.navbar.bg-light .nav-item .dropdown-menu a {
    color: #fff;
}
.navbar.bg-light .nav-item .dropdown-menu a:hover,
.navbar.bg-light .nav-item .dropdown-menu a:focus {
    color: #009dd1;
}
.navbar.bg-light .navbar-toggler {
    color: #1a2f5a;
}
.navbar.bg-light {
    background-color: #fff!important;
}
.navbar-brand img {
    height: 35px;
}
.navbar-collapse {
    background-color: #1a2f5a;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: -11px -16px 0 -16px;
}
.navbar-nav {
    flex-direction: row;
}
.navbar-toggler {
    font-size: 2.5rem;
    padding: 0.5rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus{
    color: #009dd1;
}
.nav-categories-list li {
    line-height: 1.25rem;
    margin-top: .5rem;
}
.nav-container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.nav-item a {
    font-family: 'DM Sans', sans-serif;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
}
.search-field {
    background-color: #1a2f5a;
    bottom: 10px;
    display: none;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.search-field .btn {
    color: #fff;
}
.search-field .btn:hover,
.search-field .btn:focus {
    color: #009dd1;
}
.search-field .btn[type='submit'] {
    background: none;
    border: 1px solid #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    padding: .375rem .75rem;
}
.search-field .btn[type='submit']:hover,
.search-field .btn[type='submit']:focus {
    background-color: #009dd1;
    color: #fff;
}
.search-field .close-btn {
    background: none;
    padding: .3rem 0 0 1rem;
}
.search-field input[type='search'] {
    background: none;
    border-bottom: 1px solid #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-left: 1px solid #fff;
    border-right: none;
    border-top: 1px solid #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    color: #fff;
    width: calc(100% - 80px);
}
.search-field input[type='search']::placeholder {
    color: #fff;
}
@media only screen and (min-width: 580px) {
    .dropdown-item {
        font-size: 1rem;
    }
    .nav-item a {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 576px) {
    .dropdown-item {
        font-size: 1.1rem;
    }
    .nav-item a {
        font-size: 1.1rem;
    }
}
@media only screen and (min-width: 992px) {
    .bg-dark .search-field {
        background-color: #1d2a42!important;
    }
    .navbar.bg-light .nav-item a {
        color: #1d2a42;
    }
    .bg-light .search-field {
        background-color: #fff!important;
    }
    .bg-light .search-field input[type='search'] {
        border-color: #1d2a42;
        color: #000;
    }
    .bg-light .search-field input[type='search']::placeholder {
        color: #ccc;
    }
    .bg-light .search-field .btn[type='submit'] {
        border-color: #1d2a42;
        color: #1d2a42;
    }
    .bg-light .search-field .close-btn {
        color: #1d2a42;
    }
    .dropdown-menu {
        top: 65px;
    }
    .navbar-brand img {
        height: 40px;
    }
    .navbar-collapse {
        background: none;
        left: auto;
        margin: 0;
        position: static;
        top: auto;
        right: auto;
    }
    .navbar {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar .search-field {
        right: 5rem;
    }
    .navbar .nav-container {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .search-field {
        left: 50%;
        top: 5px;
    }
}
/* /Main Nav */

/* Pages */
.band-heading {
    color: #009dd1;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.bg-blue {
    background-color: #009dd1!important;
}
.bg-lt-gray {
    background-color: #eee;
}
.bg-purple {
    background-color: #1a2f5a;
}
.bg-purple .feature-band-copy h2 {
    color: #999;
}
.bg-purple .feature-band-copy p {
    color: #fff;
}
.bg-purple .feature-band-copy .band-heading {
     color: #009dd1;
}
.blue-line-header {
    border-top: 4px solid #009dd1;
}
.feature-band-copy p {
    font-size: 1.2rem;
    margin: 0;
}
.feature-copy h2 {
    line-height: 1.4;
}
.feature-copy p {
    font-size: 1.2rem;
}
.feature-image {
    width: 100%;
}
.feature-link-band p {
    font-size: 1.2rem;
}
.feature-page-copy p {
    font-size: 1.1rem;
}
.inline-caption {
    color: #666;
    margin: 5px 0 0 0;
    font-style: italic;
    font-size: .9rem;
}
.inline-image,
.inline-video {
    width: 100%;
}
.lead-copy {
    font-size: 1.75rem;
    line-height: 1.4;
}
.purple {
    color: #1a2f5a;
}
.secondary-hero {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    position: relative;
}
.secondary-hero h1 {
    color: #fff;
    position: relative;
    z-index: 2;
}
.secondary-hero .overlay {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.4990371148459384) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4990371148459384) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.4990371148459384) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    height: 50%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
@media only screen and (min-width: 992px) {
    .feature-image-band {
        min-height: 400px;
    }
    .feature-link-band h2 {
        text-align: center;
    }
    .feature-link-band p {
        text-align: center;
    }
    .feature-page-copy h2,
    .feature-page-copy p {
        text-align: center;
    }
    .inline-caption {
        margin: 5px -30px 0 -30px;
    }
    .inline-image,
    .inline-video {
        margin: 0 -30px 0 -30px;
        width: calc(100% + 60px);
    }
    .lead-copy {
        font-size: 2rem;
        line-height: 1.4;
    }
    .secondary-hero {
        height: 300px;
    }
    .secondary-hero.feature-hero {
        height: 500px;
    }
}
/* /Pages */

/* People */
.people-grid p {
    margin-bottom: 0.5rem;
}
.people-grid-bio {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
}
.people-grid-heading {
    margin: 0;
}
.people-grid-heading a {
    color: #1a2f5a;
}
.people-grid-heading a:hover,
.people-grid-heading a:focus {
    color: #eb7b26;
    text-decoration: none;
}
.people-grid-image {
    background-color: #fff;
    background-size: cover;
    border-radius: 50%;
    height: 140px;
    transition: all .3s;
    width: 140px;
}
.people-grid a:hover .people-grid-image,
.people-grid a:focus .people-grid-image {
    opacity: 0.85;
}
.people-grid-title {
    font-size: 1.1rem;
}
.person-headshot {
    background-size: cover;
    border-radius: 50%;
    height: 200px;
    width: 200px;
}
.person-title {
    font-size: 1.25rem;
}
@media (min-width: 576px) {
    .people-grid-image {
        height: 200px;
        width: 200px;
    }
}
@media (min-width: 768px) {
    .people-grid-image {
        height: 160px;
        width: 160px;
    }
}
@media (min-width: 992px) {
    .person-headshot {
        height: 250px;
        width: 250px;
    }
}
@media (min-width: 1200px) {
    .people-grid-image {
        height: 200px;
        width: 200px;
    }
    .person-headshot {
        height: 300px;
        width: 300px;
    }
}
/* /People */

/* Posts */
.attribution-link a {
    color: #999;
    font-style: italic;
    font-weight: 700;
}
.attribution-link a:hover,
.attribution-link a:focus {
    color: #eb7b26;
}
.author-name {
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
}
.author-name a {
    color: #000;
}
.author-name a:hover, 
.author-name a:focus {
    color: #eb7b26;
}
.author-title {
    line-height: 1.25;
    margin: 0;
}
.feed-card {
    background-color: #fff;
}
.bg-md-gray {
    background-color: #ddd;
}
.bg-white .feed-card {
    border: 1px solid #ddd;
    position: relative;
}
.bg-white .feed-card:after {
    background: #ddd;
    content: '';
    height: 100%;
    left: 100%;
    position: absolute;
    top: 4px;
    width: 4px;
}
.bg-white .feed-card:before {
    background: #ddd;
    content: '';
    height: 4px;
    left: 4px;
    position: absolute;
    top: 100%;
    width: 100%;
}
.blog-headshot {
    background-size: 125%;
    border-radius: 50%;
    height: 80px;
    flex: none;
    width: 80px;
}
.blog-image {
    background-size: cover;
    width: 100%;
}
.divider-line {
    border-bottom: 1px solid #aaa;
    height: 1px;
    width: 100%;
}
.download-link,
.download-link a {
    color: #888;
}
.download-link a:hover,
.download-link a:focus {
    color: #eb7b26;
}
.hero-line-break {
    border-bottom: 1px solid #aaa;
    width: 100px;
}
.feed-card h3 {
    color: #000;
    margin: 0;
}
.issue-page-pub-cards .feed-card {
    height: calc(100% - 1rem);
}
.issue-page-pub-cards .feed-card h3 {
    font-size: 1.5rem;
}
a .feed-card {
    color: #000;
}
a .feed-card h3 {
    transition: all .3s;
}
a:hover .feed-card h3,
a:focus .feed-card h3 {
    color: #eb7b26;
}
.feed-card .post-excerpt {
    font-size: 1rem;
    margin: 0;
}
.feed-card .post-info-line {
    color: #999;
    font-size: .9rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.feed-card .pub-category {
    color: #eb7b26;
    font-size: .9rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.filter-group {
    font-size: 1rem;
    margin-top: -2px;
}
.filter-group a {
    color: #000;
}
.filter-group a:hover,
.filter-group a:focus {
    color: #eb7b26;
}
.filter-group-btn {
    background-color: #ddd;
    color: #1d2a42;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.filter-group-btn:hover,
.filter-group-btn:focus {
    color: #009dd1;
}
.filter-group.bg-white,
.filter-group-btn.bg-white {
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
}
.filter-group.bg-white {
    border-top: none;
}
.filter-group.bg-white:after,
.filter-group-btn.bg-white:after {
    background: #ddd;
    content: '';
    height: 100%;
    left: 100%;
    position: absolute;
    top: 4px;
    width: 4px;
}
.filter-group.bg-white:before,
.filter-group-btn.bg-white:before {
    background: #ddd;
    content: '';
    height: 4px;
    left: 4px;
    position: absolute;
    top: 100%;
    width: 100%;
}
.filter-group li {
    list-style: none;
    line-height: 1.25;
    margin-top: .75rem;
}
.filter-group ul {
    margin: 0 0 -8px 0;
    padding-left: 0;
}
.filter-heading {
    color: #1d2a42;
    font-size: 1.1rem;
    font-weight: 700;
    margin: -6px 0 0 0;
    text-transform: uppercase;
}
.infographic img {
    width: 100%;
}
.info-line {
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.publication-hero-img {
    width: 100%;
}
.publication-title {
    margin: 0;
}
@media only screen and (min-width: 992px) {
    .divider-line {
        border-bottom: none;
        border-right: 1px solid #aaa;
        height: 100%;
        width: 1px;
    }
    .filter-group {
        margin-top: 0;
    }
    .filter-group.bg-white {
        border-top: 1px solid #ddd;
    }
}
/* /Posts */

/* Press */
.archive-feed h4 a {
    color: #1a2f5a;
}
.archive-feed h4 a:hover {
    color: #eb7b26;
}
.archive-indicators {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
}
.band-image {
    background-size: cover;
}
.contact-copy {
    margin-top: -2px;
}
.contact-copy h4,
.contact-copy p {
    margin: 0;
}
.contact-copy p {
    font-size: 1rem;
    line-height: 1.25;
}
.contact-image {
    background-size: cover;
    border-radius: 50%;
    height: 180px;
    width: 180px;
}
.clips-band .btn,
.releases-band .btn{
    background: none;
    border: 1px solid #eb7b26;
    border-radius: 0;
    color: #eb7b26;
    font-size: 1rem;
    font-weight: 700;
    padding: .5rem 1rem;
    text-transform: uppercase;
}
.clips-band .btn:hover,
.clips-band .btn:focus,
.releases-band .btn:hover,
.releases-band .btn:focus {
    background-color: #eb7b26;
    color: #fff;
    text-decoration: none;
}
.clips-band .press-link h4 a {
    color: #fff;
    margin: 0;
}
.clips-band .press-link h4 a:hover {
    color: #eb7b26;
}
.press-link {
    border-bottom: 1px solid #aaa;
}
.press-link.no-border {
    border-bottom: none;
}
.press-link p {
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0;
}
.releases-band .press-link h4 a {
    color: #1a2f5a;
    margin: 0;
}
.releases-band .press-link h4 a:hover {
    color: #eb7b26;
}
@media only screen and (min-width: 1300px) {
    .band-copy-left {
        margin-left: 10%;
    }
    .band-copy-right {
        margin-right: 10%;
    }
}
@media only screen and (min-width: 1500px) {
    .band-copy-left {
        margin-left: 20%;
    }
    .band-copy-right {
        margin-right: 20%;
    }
}
@media only screen and (min-width: 1700px) {
    .band-copy-left {
        margin-left: 30%;
    }
    .band-copy-right {
        margin-right: 30%;
    }
}
/* /Press */

/* Publications */
.chapter-title {
    position: relative;
    margin-bottom: 2rem;
    margin-top: 4rem;
}
.chapter-title.first-chapter {
    margin-top: 0;
}
.chapter-title:after {
    content: '';
    background-color: #009dd1;
    height: 6px;
    left: 0;
    position: absolute;
    top: calc(100% + 4px);
    width: 100%;
    z-index: -10;
}
.toc-link,
.toc-link a {
    color: #888;
    margin-bottom: .5rem;
}
.toc-link a:hover,
.toc-link a:focus {
    color: #eb7b26;
}
.popover-note-reference {
    cursor: pointer;
}
.pub-highlight-copy {
    color: #009dd1;
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
}
.publication-box {
    background: #eee;
}
.publication-box:last-child,
.publication-box p:last-of-type {
    margin-bottom: 0;
}
.publication-image-large {
    width: 100%;
}
.publication-image-small {
    margin: 15px 0;
    width: 100%;
}
.publications-takeaways {
    background: #eee;
}
.publications-takeaways h4 {
    color: #009dd1;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1rem 0;
}
.publication-quote {
    color: #1a2f5a;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 700;
    position: relative;
    margin: 5rem 3rem 3rem 3rem;
}
.publication-quote:before {
    content: '"';
    color: #eee;
    font-size: 7rem;
    left: -.5rem;
    position: absolute;
    top: -4rem;
}
.publication-table td,
.publication-table th {
    border: 1px solid #fff;
    padding: .25rem;
    line-height: 1.3;
}
.publication-table td p:last-of-type,
.publication-table th p:last-of-type {
    margin-bottom: 0;
}
.publication-table th {
    font-size: 1rem;
}
.publication-table td {
    background: #eee;
    font-size: .9rem;
}
.publication-table td.vert-heading {
    background: #ccc;
    font-size: 1rem;
    font-weight: 700;
}
.publication-table th {
    background: #1A305B;
    color: #fff;
}
.publication-table-wrapper {
    overflow-x: scroll;
}
.take-desc {
    font-size: 1rem;
}
.take-desc:last-of-type {
    margin-bottom: 0;
}
.take-title {
    color: #1a2f5a;
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    margin-bottom: .3rem;
}
.take-num {
    color: #eb7b26;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .publication-table-wrapper {
        overflow-x: unset;
    }
}
@media only screen and (min-width: 400px) {
    .publication-image-small {
        float: right;
        margin: 0 0 10px 10px;
        width: 50%;
    }
}
@media only screen and (min-width: 992px) {
    .publication-box,
    .publication-image-large {
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px);
    }
    .publication-image-small {
        margin: 0 -30px 10px 30px;
        width: 50%;
    }
    .publications-takeaways {
        margin-left: -5rem;
        margin-right: -5rem;
    }
    .publication-table-wrapper {
        margin-left: -5rem;
        margin-right: -5rem;
    }
    .publication-table td,
    .publication-table th {
        border: 2px solid #fff;
        padding: .5rem;
    }
    .publication-table th,
    .publication-table td.vert-heading {
        font-size: 1.1rem;
    }
    .publication-table td {
        background: #eee;
        font-size: 1rem;
    }
}
@media only screen and (min-width: 1200px) {
    .publications-takeaways {
        margin-left: -10rem;
        margin-right: -10rem;
    }
}
/* /Publications */

/* Search */
.search-byline {
    color: #999;
    font-size: .9rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.search-excerpt {
    margin: 0;
}
.search-heading {
    margin: 0;
}
.search-page-form .form-control {
    width: auto;
}
.search-page-form input {
    border: 1px solid #ddd;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 2px;
    border-right: none;
    font-size: 1.25rem;
    padding: .3rem .7rem;
}
.search-page-form .search-btn {
    border: 1px solid #eb7b26;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 0;
    font-size: 1.25rem;
    padding: .3rem .75rem;
}
.search-page-form .search-btn:hover,
.search-page-form .search-btn:focus {
    border: 1px solid #ff9300;
}
/* /Search */

/* Signup Band */
.bg-white .signup-band-form .form-control,
.bg-lt-gray .signup-band-form .form-control {
    border-color: #aaa;
}
.bg-purple .signup-band-form .form-control {
    border-color: #eb7b26;
}
.signup-band-form .btn {
    border-bottom-right-radius: .25rem;
    font-size: .9rem;
    padding: .5rem;
}
.signup-band-form .form-control {
    height: calc(1.5em + .75rem + 10px);
    width: 50%;
}
.signup-band-form .form-control.email {
    border-bottom-left-radius: .25rem;
    margin-left: 0;
}
.signup-band-form .form-control.first-name {
    border-bottom: 0;
    border-bottom-left-radius: 0;
}
.signup-band-form .form-control.last-name {
    border-bottom: 0;
    border-top-right-radius: .25rem;
}
@media only screen and (min-width: 576px) {
    .signup-band-form .btn {
        font-size: 1rem;
        padding: .5rem 1.5rem;
    }
}
@media only screen and (min-width: 992px) {
    .bg-lt-gray .signup-band-form .form-control.first-name,
    .bg-lt-gray .signup-band-form .form-control.last-name,
    .bg-white .signup-band-form .form-control.first-name,
    .bg-white .signup-band-form .form-control.last-name {
        border-bottom: 1px solid #aaa;
    }
    .bg-purple .signup-band-form .form-control.first-name,
    .bg-purple .signup-band-form .form-control.last-name {
        border-bottom: 1px solid #eb7b26;
    }
    .signup-band-form .btn {
        border-top-right-radius: .25rem;
    }
    .signup-band-form .form-control {
        width: auto;
    }
    .signup-band-form .form-control.email {
        border-bottom-left-radius: 0;
        margin-left: -1px;
    }
    .signup-band-form .form-control.first-name {
        border-bottom-left-radius: .25rem;
    }
    .signup-band-form .form-control.last-name {
        border-top-right-radius: 0;
    }
}
/* /Signup Band */

/* Social Feed */
.social-feed-bottom-border {
    background-color: #009dd1;
    height: 10px;
    width: 100%;
}
.social-links {
    font-size: 2rem;
    margin: -.5rem 0;
}
.social-links a {
    color: #1a2f5a;
}
.social-links a:hover,
.social-links a:focus {
    color: #eb7b26;
    text-decoration: none;;
}
/* /Social Feed */