/**
 * New screen styles for responsive layout
 */

/* import styles for specific site sections */
@import './inc/util.css';
@import './inc/owl-carousel.css';
@import './inc/homepage.css';
@import './inc/has.css';
@import './inc/helps.css';
@import './inc/is.css';
@import './inc/knows.css';
@import './inc/offers.css';
@import './inc/seeds.css';
@import './inc/shares.css';
@import './inc/video-player.css';
@import './inc/writes.css';


body {
    color: #534442;
    font-family: georgia,serif;
    font-size: 1em;
}

body .off-canvas-wrapper {
    overflow: hidden;
}

h2 {
    font-family: 'lucida grande','lucida sans unicode',arial,sans-serif;
}

@media screen {
    .hide-for-screen {
        display: none;
    }
}

#site {
    border-top: 0.313em solid #c8c9be;
}

.row.extramargin { margin-top: 1.5em; }

/** top rolldown content **/

.rolldown {
    background: #23130f url("//s.omniti.net/i/presentation/bg-leather.jpg") repeat scroll 0 0;
    color: #7c6c69;
}

.rolldown .row {
    border-bottom: 0.056em dashed #3c2c29;
    padding: 1.111em 0;
}

.rolldown h3 {
    font-family: georgia,serif;
    font-size: 1.125em;
    line-height: 1.111em;
    text-shadow: 0 0 #000;
    position: relative;
}

.rolldown h3 span.label {
    left: -9999px;
    position: absolute;
}

.rolldown h3 em {
    font-style: normal;
}

.rolldown a:link, .rolldown a:visited {
    color: #e8e9de;
    text-decoration: none;
}

.rolldown a:focus, .rolldown a:hover, .rolldown a:active {
    color: #fff;
    text-decoration: underline;
}

.rolldown ol, .rolldown ul {
    list-style: outside none none;
}

.rolldown .address img {
    float: left;
    border: 0.063em solid #3c2c29;
    padding: 0.063em;
    height: 5.125em;
    margin: -0.125em 0.625em 0 0;
    width: 5.125em;
}

.rolldown .address h4 {
    font-family: georgia,serif;
    font-size: 1.11em;
    line-height: 1em;
    text-shadow: 0 0 #000;
    margin-bottom: 0;
}

.rolldown .address li {
    font-size: 1em;
    line-height: 1.11em;
    text-shadow: 0 0 #000;
}

.rolldown .address h4 a {
    font-size: 0.813em;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.077em;
    line-height: 1.539em;
    text-shadow: 0 0 #000;
    text-transform: uppercase;
}

/** nav **/

.title-bar {
    background: transparent;
    color: #000;
}
.title-bar .menu-icon {
    background-color: #fefefe;
}
.title-bar .menu-icon:after {
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    background: #000;
}

#nav-menu {
    margin-top: 1em;
}

#nav-menu li a:link, #nav-menu li a:visited {
    color: #534442;
    text-transform: uppercase;
    letter-spacing: 0.091em;
}

#nav-menu li a span {
    padding: 0 0.833em;
    white-space: nowrap;
    transition:background-color .5s, color .5s;
}
#nav-menu li a:hover span {
    background: #b32720 none repeat scroll 0 0;
    color: #fff;
}
#nav-menu li a:link span.live, #nav-menu li a:visited span.live, #nav-menu li a:focus span.live,
#nav-menu li a:hover span.live, #nav-menu li a:active span.live {
    background: #b32720 none repeat scroll 0 0;
    color: #fff;
}

/** masthead **/

#masthead {
    padding-bottom: 1em;
    border-bottom: 0.063em solid #ded9ce;
    position:relative;
}

#masthead a.logo {
    display: inline-block;
}

#masthead a.logo:link img, #masthead a.logo:visited img {
    border-left: 0.625em solid transparent;
}

#masthead a.logo:focus img, #masthead a.logo:hover img, #masthead a.logo:active img {
    border-left: 0.625em solid #b32720;
}

#masthead a.logo img {
    padding-left: 0.625em;
}

#masthead .toggle-menu {
    float: right;
}

#masthead .toggle-menu a {
    color: #534442;
    font-size: 1.25em;
    white-space: nowrap;
    font-variant: small-caps;
}

#masthead .toggle-menu a:hover {
    color: #b32720;
}

#masthead .menu-icon {
    background-color: #fefefe;
}

#masthead .menu-icon:after {
    box-shadow: 0 7px 0 #534442, 0 14px 0 #534442;
    background: #534442;
    margin-top: -0.075em;
}

#masthead .menu-icon:hover:after {
    box-shadow: 0 7px 0 #b32720, 0 14px 0 #b32720;
    background: #b32720;
}

#masthead #crumbs {
    margin-top: 1.1em;
    margin-left: 1.675em;
}

#masthead #crumbs h1 {
    color: #c9c9be;
    font-family: georgia,serif;
    font-size: 2.25em;
    font-style: italic;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.111em;
    text-shadow: 0 0 #fff;
}

#masthead #crumbs h1 a:link, #masthead #crumbs h1 a:visited {
    color: #534442;
}

#masthead #crumbs h1 a:focus, #masthead #crumbs h1 a:hover, #masthead #crumbs h1 a:active {
    color: #b32720;
}

#masthead #crumbs h1 em {
    color: #c9c9be;
}

#masthead #crumbs h1 em.only {
    color: #534442;
}

#crumbs > *:first-child:before {
    content:"\00a7";
    margin:0 .25em 0 0;
}

#crumbs a:after {
    content:"/";
    color:#c9c9be;
    margin:0 .25em;
}

#crumbs a:last-child:after {
    content:"";
    margin:0;
}

#crumbs a:first-child:after {
    content:"/";
    color:#c9c9be;
    margin:0 .25em;
}

#masthead #byline h5,
#masthead #byline h6 {
    color: #3e2f2f;
    font-family: georgia,serif;
    font-size: 1em;
    font-style: italic;
    line-height: 1.429em;
    margin-top: 1em;
}

#masthead #byline h5 {
    margin: 1em 0 0 0;
}

#masthead #byline h6 {
    margin: 0 0 0 1em;
}

#masthead #byline h5 span {
    font-size: 1.429em;
    font-weight: 300;
}

#masthead #byline h5 strong {
    color: #3e2f2f;
    font-family: baskerville,"palatino linotype",georgia,serif;
    font-size: 1.429em;
    font-weight: 300;
    line-height: 0.95em;
}

#masthead #byline h6 em {
    color: #78796e;
    line-height: 1em;
}

#masthead #byline h6 em span {
    color: #534442;
    font-size: 1.143em;
}

#masthead #byline h6 span {
    font-size: 1.429em;
    font-weight: 300;
}

/** intro block **/

#core_content #introduction {
    background: #e8e9de url("//s.omniti.net/i/presentation/bg-introduction.gif") no-repeat scroll 100% 100%;
    margin-top: 0.063em;
    margin-bottom: 2em;
}

#core_content #introduction .columns {
    padding: 0.913em 0.625em 1.5em;
}

#core_content #introduction h2 {
    color: #3e2f2f;
    font-family: georgia,serif;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: -0.042em;
    line-height: 1.25em;
    padding: 0 0.833em;
    margin: 0;
    text-shadow: 0 0 #fff;
}

#core_content #introduction h2 em {
    color: #b32720;
    font-style: normal;
}

#core_content #introduction h2 span {
    font-size: 1.667em;
    font-weight: 300;
    line-height: 1em;
}
#core_content #introduction h2 a span {
    font-size:1em;
}

#core_content #introduction h2 span.sub-head {
    display: block;
    color: #78796E;
    font-style: italic;
    margin-top:.25em;
    font-size: .75em;
}

#core_content #introduction a:link, #core_content #introduction a:visited {
    color: #b32720;
}

/* year and feed controls (seeds, news) */

#core_content #introduction.with-controls {
    margin-bottom: 0;
}

#core_content #controls {
    border-bottom: 0.063em solid #c8c9be;
}

#controls .title-bar {
    margin-top: 0.875em;
    margin-bottom: 0.25em;
}

#controls .title-bar-title {
    font-weight: normal;
    font-style: italic;
    white-space: nowrap;
    cursor: pointer;
    color: #534442;
}

#controls .title-bar:hover .title-bar-title,
#controls .title-bar:active .title-bar-title,
#controls .title-bar:focus .title-bar-title {
    color: #b32720;
}

#controls .menu-icon {
    background-color: #fefefe;
}

#controls .menu-icon:after {
    box-shadow: 0 7px 0 #534442, 0 14px 0 #534442;
    background: #534442;
    margin-top: -0.075em;
}

#controls .title-bar:hover .menu-icon:after,
#controls .title-bar:active .menu-icon:after,
#controls .title-bar:focus .menu-icon:after {
    box-shadow: 0 7px 0 #b32720, 0 14px 0 #b32720;
    background: #b32720;
}

#controls .menu-title {
    padding: 0.75em;
}

#core_content #controls {
    padding: 0.5em 0;
}

#core_content #controls h5 {
    font-family: georgia,serif;
    font-size: 1.25em;
    font-style: italic;
    margin: 0;
    padding: 0 1em 0 0;
    text-transform: none;
}

#core_content #controls li {
    font-size: 0.75em;
    letter-spacing: 0.083em;
    text-transform: uppercase;
}

#core_content #controls .main-select li a {
    background: none;
}

#core_content #controls .main-select li a.active:link,
#core_content #controls .main-select li a.active:visited,
#core_content #controls .main-select li a.active:focus,
#core_content #controls .main-select li a.active:hover,
#core_content #controls .main-select li a.active:active {
    color: #534442;
}

/* medium and up: float the feed buttons to the right */
@media screen and (min-width: 40em) {
    #core_content #controls .feed-buttons .menu {
        float: right;
	background-color:white;
    }
}

#core_content #controls .feed-buttons a.feed {
    background-position: 0 -70px;
    white-space: nowrap;
    letter-spacing: 0.083em;
}

#core_content #controls .feed-buttons a.feed:hover,
#core_content #controls .feed-buttons a.feed:active,
#core_content #controls .feed-buttons a.feed:focus {
    background-position: 0 10px;
}

/* core content general styles */

#core_content {
    border-bottom: 0.063em solid #ded9ce;
    margin-bottom: 1em;
}

#core_content a:link, #core_content a:visited {
    background: rgba(0, 0, 0, 0) url("/i/presentation/link-line.gif") repeat-x scroll 0 100%;
    color: #a34103;
    text-decoration: none;
}

#core_content a:focus, #core_content a:hover, #core_content a:active {
    background: rgba(0, 0, 0, 0) url("/i/presentation/link-line-f90.gif") repeat-x scroll 0 100%;
    color: #b32720;
    text-decoration: none;
}

#core_content a:focus span, #core_content a:hover span, #core_content a:active span {
    color: #c00;
}

/* more links wrap the arrow with the last word of the text (delineated by span
 * tags), in the rolldowns as well as the main content area */
#site p.more-link {
    white-space: nowrap;
}
#site p.more-link span {
    white-space: normal;
}

#core_content .em li a:link,
#core_content .em li a:visited,
#core_content li.listens a:link,
#core_content li.listens a:visited {
    display: block;
    clear: both;
    padding-left: 15px;
    background: url(//s.omniti.net/i/presentation/ico20-sprite-angle-brackets.gif) 0 -80px no-repeat;
}

#core_content .em li a:focus,
#core_content .em li a:hover,
#core_content .em li a:active,
#core_content li.listens a:focus,
#core_content li.listens a:hover,
#core_content li.listens a:active {
    background: url(//s.omniti.net/i/presentation/ico20-sprite-angle-brackets.gif) 0 0 no-repeat;
}

#core_content .em li a.live {
    padding-left: 15px;
    background: url(//s.omniti.net/i/presentation/ico20-angle-bracket.gif) 0 0 no-repeat;
    color: #3e2f2f;
    text-decoration: none;
}

#core_content h2.section-head {
    color: #b32720;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.111em;
}

#core_content h2.section-head span {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1em;
}

#core_content h3 {
    margin: 1.25em 0 .625em;
    color: #897C04;
    font-size: 1.25em;
    line-height: 1.25em;
}

/* see included files for specific large-only sideways bracket images */
#core_content .bracket-head {
    color: #534442;
    font-family: Baskerville, "Palatino Linotype", serif;
    font-style: italic;
    font-size: 1.5em;
    font-weight: 600;
}

@media screen and (min-width: 64em) {
    #core_content .bracket-head.bracket-head-empty {
        background: url("/i/presentation/copy-bracket.png") no-repeat scroll 0 0;
        text-indent: -9999px;
        width: 50px;
        height: 171px;
    }
}

#core_content ol, #core_content ul {
    list-style: outside none none;
}

#core_content ul.basic-list {
    margin-left: 1.25rem;
}

#core_content ul.basic-list li {
    background: rgba(0, 0, 0, 0) url("//s.omniti.net/i/presentation/ico20-globe.gif") no-repeat scroll 0 0;
    padding-left: 0.667em;
}

#core_content dd {
    margin-bottom: 0.875em;
}

/*
#core_content a img {
    background: #fff none repeat scroll 0 0;
    border: 0.063em solid #e8e9de;
    padding: 0.063em;
}

#core_content a:focus img, #core_content a:hover img, #core_content a:active img {
    border: 0.063em solid #c8c9be;
    background: #e8e9de;
}
*/

#core_content .thumbnail {
    background: #fff none repeat scroll 0 0;
    border: 0.063em solid #e8e9de;
    margin-bottom: 0;
    padding: 0.063em;
    box-shadow: none;
    transition: 0;
}

#core_content .thumbnail:focus,
#core_content .thumbnail:hover {
    background: #e8e9de;
    border: 0.063em solid #c8c9be;
    box-shadow: none;
}

#core_content .thumbnail a:link,
#core_content .thumbnail a:visited,
#core_content .thumbnail a:focus,
#core_content .thumbnail a:hover,
#core_content .thumbnail a:active {
    background: transparent;
}

#core_content .thumbnail a img {
    background: #fff none repeat scroll 0 0;
}

#core_content .thumbnail a:focus img,
#core_content .thumbnail a:hover img,
#core_content .thumbnail a:active img {
    background: #e8e9de none repeat scroll 0 0;
}

#core_content .empty {
    color: #ccc;
    font-style: italic;
}

#core_content .break-column-medium,
#core_content .break-column-large {
    border-bottom: 0.063em solid #ded9ce;
    margin-bottom: 1em;
}

@media screen and (min-width: 40em) {
    #core_content .break-column-medium {
        border-bottom: none;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 64em) {
    #core_content .break-column-large {
        border-bottom: none;
        margin-bottom: 0;
    }
}

#core_content .subsection {
    border-bottom: 0.063em solid #ded9ce;
    margin-bottom: 1em;
}

#core_content .subsection.inner,
#core_content .subsection.last {
    border-bottom: none;
}

#core_content .subsection h2 {
    color: #b32720;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.111em;
    margin: 1.5em 0 1em 0;
}

#core_content .subsection.ordered h2 {
    color: #78796e;
    font-family: georgia,serif;
}

#core_content .subsection.ordered h2 a {
    color: #b32720;
    font-family: 'lucida grande','lucida sans unicode',arial,sans-serif;
    background: none;
    cursor: default;
}

#core_content .subsection.ordered h2 a:active,
#core_content .subsection.ordered h2 a:focus,
#core_content .subsection.ordered h2 a:hover {
    background: none;
}

#core_content .subsection h2:first-child,
#core_content .subsection h3:first-child {
    margin-top:0;
}

#core_content .subsection h2 span {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1em;
}

#core_content .subsection h3 {
    font-family: georgia,serif;
    margin: 1.25em 0 .625em;
    color: #897C04;
    font-size: 1.25em;
    line-height: 1.25em;
}

#core_content p.intro {
    font-size: 1.25em;
}

#core_content p.intro span {
    font-size: 1.325em;
    line-height: 1.25em;
}

#core_content blockquote {
    border: none;
    padding: 0;
}

#core_content blockquote.indent {
    background: rgba(0, 0, 0, 0) url("//s.omniti.net/i/presentation/ico30-dquotes-l.gif") no-repeat scroll 0 0;
    padding-left:25px;
}

#core_content blockquote p {
    margin: 0 0 .714em;
    border:0;
    color: #897C04;
    font-style: italic;
}

#core_content blockquote .initial {
    background: rgba(0, 0, 0, 0) url("//s.omniti.net/i/presentation/ico30-dquotes-l.gif") no-repeat scroll 0 0;
    text-indent:25px;
}
#core_content blockquote.indent .initial {
    background:none;
    text-indent:none;
}

#core_content blockquote .end-quote {
    background: rgba(0, 0, 0, 0) url("//s.omniti.net/i/presentation/ico30-dquotes-r.gif") no-repeat scroll 100% 100%;
    padding: 3px 25px 3px 0;
    white-space: nowrap;
}

/* pull quote: set the open quote out to the left and indent the whole thing */
#core_content .pull-quote blockquote {
    background: rgba(0, 0, 0, 0) url("//s.omniti.net/i/presentation/ico30-dquotes-l.gif") no-repeat scroll 0 0;
    padding-left: 1.5em;
}

#core_content .pull-quote blockquote p {
    text-indent: 0;
    margin-bottom: 1em;
}

#core_content .pull-quote blockquote .initial {
    background: none;
    text-indent: 0;
}

#core_content .pull-quote {
    margin: 1em;
}

#core_content .pull-quote h4 {
    font-size: 1.275em;
    font-family: georgia,serif;
    font-weight: 400;
    font-style: italic;
    color: #534442;
}

#core_content .pull-quote .cite {
    padding-left: 1.5em;
}

#core_content .cite.indent {
    padding-left: 25px;
}

#core_content cite {
    display: inline;
    font-style: normal;
    font-size: 1em;
    color: #534442;
}

#core_content cite::before {
    content: "";
}

#core_content .cite abbr,
#core_content .cite abbr[title] {
    border-bottom: none;
}

#core_content .vcard {
    margin-bottom: 1.188em;
    background: none;
    padding: 0;
}

#core_content .vcard h3 {
    font-size: 1em;
    line-height: 1.25em;
    margin: 0;
}

#core_content .vcard h3 a:link, #core_content .vcard h3 a:visited {
    text-decoration: none;
    background: none;
    color: #3e2f2f;
}

#core_content .vcard ul {
    margin: 0;
    padding: 0;
}

#core_content .vcard li {
    color: #78796e;
    font-size: 0.813em;
    font-style: italic;
    line-height: 1.539em;
    margin: 0;
    background: none;
    padding: 0;
}

#core_content .vcard li a span {
    font-style: normal;
    font-weight: 300;
}

#core_content .vcard p.download {
    font-size: 0.813em;
    margin-top: 0.85em;
}

#core_content a.feed:link,
#core_content a.feed:visited {
    background: rgba(0, 0, 0, 0) url("//s.omniti.net/i/presentation/ico20-sprite-feed.gif") no-repeat scroll 0 -80px;
    letter-spacing: 0.077em;
    padding-left: 1.25em;
    text-transform: uppercase;
}

#core_content a.feed:focus,
#core_content a.feed:hover,
#core_content a.feed:active {
    background: rgba(0, 0, 0, 0) url("//s.omniti.net/i/presentation/ico20-sprite-feed.gif") no-repeat scroll 0 0;
}

#core_content a.twitter:link,
#core_content a.twitter:visited,
#core_content a.twitter:focus,
#core_content a.twitter:hover,
#core_content a.twitter:active {
    background-image: url(//s.omniti.net/i/presentation/ico20-sprite-twitter.gif);
}

#core_content .contact a.uf:link, .contact a.uf:visited {
    padding-left: 20px;
    background: url(//s.omniti.net/i/presentation/ico20-sprite-uf.gif) 0 -80px no-repeat;
}

#core_content .contact a.uf:focus, .contact a.uf:hover, .contact a.uf:active {
    background: url(//s.omniti.net/i/presentation/ico20-sprite-uf.gif) 0 0 no-repeat;
}

#core_content .button,
#core_content a.button:link,
#core_content a.button:visited {
    border: 0.0125em double #e8e9de;
    background-image: none;
    background-color: #c9662a;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 #ccc;
    letter-spacing: 0.053em;
    white-space: nowrap;
}

#core_content .button:focus,
#core_content .button:hover,
#core_content .button:active,
#core_content a.button:focus,
#core_content a.button:hover,
#core_content a.button:active {
    background-color: #cc0000;
}

#core_content .subnav li {
    padding: 0 0 0 0.625em;
}

#core_content .subnav li a {
    background: rgba(0, 0, 0, 0) url("//s.omniti.net/i/presentation/ico20-sprite-angle-brackets.gif") no-repeat scroll 0 -77px;
    clear: both;
    display: block;
    padding-left: 15px;
}

#core_content .subnav li a.live:link,
#core_content .subnav li a.live:visited,
#core_content .subnav li a.live:focus,
#core_content .subnav li a.live:hover,
#core_content .subnav li a.live:active {
    background: rgba(0, 0, 0, 0) url("//s.omniti.net/i/presentation/ico20-angle-bracket.gif") no-repeat scroll 0 2px;
    color: #3e2f2f;
    padding-left: 15px;
    text-decoration: none;
}

#core_content .subnav li a.live em {
    font-style: normal;
}

#core_content pre {
    background-color: #f0f0f0;
    font-family: Consolas,monospace;
    font-size: 0.8em;
    margin: 0 0 0.75em;
    padding: 1em;
}

#core_content code {
    border: none;
    padding: 0;
}

#core_content video {
    width: 100%;
    margin-top: 1em;
}

#core_content video.video-js {
    margin-top: 0;
}

/* flexible form:
 * - right/left aligned at near-midpoint for large
 * - left/left aligned at 1/4 for medium
 * - label above for small
 */

.flexible-form {
    margin-bottom: 1em;
}

.flexible-form legend {
    color: #b32720;
    font-size: 1.125em;
}

.flexible-form .element .label {
    background: none;
    padding: 0.33333rem 0.9375rem;
}

@media screen and (min-width: 40em) {
    .flexible-form .element .label {
        text-align: right;
    }
}

.flexible-form .element.required label:after {
    content: '*';
}

.flexible-form .element .single {
    overflow: auto;
}

.flexible-form .element .single input {
    float: left;
    margin-top: 0.325em;
}

.flexible-form .element .single label {
    float: left;
    width: 80%;
}

.flexible-form .element .static {
    font-size: 1.111em;
    font-weight: 500;
    color: #000;
    margin-top: 0.125em;
}

.flexible-form .element .field select[multiple=multiple] {
    background-image: none;
}

.flexible-form .element .description {
    margin-top: -0.875em;
    font-style: italic;
    opacity: 0.9;
    clear: both;
}

#core_content .flexible-form .element.submit {
    margin-top: 1em;
}

#core_content .flexible-form .element.submit .button {
    text-transform: uppercase;
}

#core_content .flexible-form .element.submit .button:focus,
#core_content .flexible-form .element.submit .button:hover,
#core_content .flexible-form .element.submit .button:active {
    background-color: #cc0000;
}

.flexible-form .element.with-prefix .field em {
    display: inline;
    color: #999;
    margin: 0.75em 0.5em 0 0;
}

.flexible-form .element.with-prefix .field input {
    display: inline;
    width: auto;
}

.flex-alert {
    display: none;
}

.flex-alert .columns {
    background-color: #999;
    color: #fff;
    font-weight: 300;
    padding: 1em;
    margin-bottom: 1em;
    box-shadow: 0 0 1px #999;
}

.flex-alert.flex-errors .columns {
    background-color: #b32720;
}

.flex-alert.flex-info .columns {
    background-color: #2f96b4;
    background-color: #51a351;
}

.flex-alert-close-button {
    color: #fff;
    float: right;
    font-size: 1.25em;
    font-weight: 700;
    opacity: 0.8;
    position: relative;
    right: -0.4em;
    text-shadow: 0 1px 0 #fff;
    top: -0.6em;
}

#core_content .flex-alert ul {
    list-style-type: disc;
    margin-left: 2.875em;
    margin-bottom: 0;
}

#core_content .flex-alert a {
    color: #fff;
    background: none;
    text-decoration: underline;
}

#core_content .flex-alert.flex-info a:hover,
#core_content .flex-alert.flex-info a:active,
#core_content .flex-alert.flex-info a:focus {
    color: #88ff7f;
}

#core_content .flex-alert.flex-errors a:hover,
#core_content .flex-alert.flex-errors a:active,
#core_content .flex-alert.flex-errors a:focus {
    color: #ffacaa;
}

/* works */

.work .case-studies img {
    width: 100%;
}

.work .clients img {
    width: 100%;
}

.work .clients .columns {
    padding-bottom: .9375rem;
    padding-top: .9375rem;
}

/* newsletter signup block */

#core_content .newsletter_signup {
    border-top: 4px double #E8eeee;
    border-bottom: 1px solid #E8eeee;
}

#core_content .newsletter_signup.last {
    border-bottom: none;
}

#core_content .newsletter_signup h2 {
    color: #B32720;
    font-size: 1.25em;
    margin-top: 1.15em;
}

#core_content .newsletter_signup h3 {
    color: #897C04;
    font-size: 1.15em;
    font-family: georgia,serif;
    margin: 1em 0;
}

/* newsletter signup form */

#core_content #newsletter-signup {
    margin-top: 1em;
}

#core_content #newsletter-signup h4 {
    color: #b32720;
    margin-bottom: 0.5em;
    font-family: georgia,serif;
}

#core_content #newsletter-signup label {
    color: #b32720;
    font-family: arial,sans-serif;
    font-size: 0.875em;
}

#core_content #newsletter-signup input {
    font-family: arial,sans-serif;
    font-size: 0.875em;
}

#core_content #newsletter-signup .button {
    background-color: #c9662a;
    border: 0.083em solid #e8e9de;
    color: #ffffff;
    font-family: georgia,serif;
    font-size: 0.75em;
    letter-spacing: 0.083em;
    line-height: 1.667em;
    padding: 0.417em 1.25em;
    text-transform: uppercase;
}

#core_content #newsletter-signup .form-errors,
#core_content #newsletter-signup .form-saved {
    margin-bottom: 0.5em;
    font-style: italic;
    font-size: 0.875em;
}

#core_content #newsletter-signup .form-errors {
    color: #c00;
}

#core_content #newsletter-signup .form-errors ul {
    list-style-type: disc;
    margin-left: 1.25em;
}

#core_content #newsletter-signup .form-saved {
    color: #897c04;
}

/* footer */

#footer {
    padding-bottom: 1em;
}

#footer h2 {
    position: absolute;
    left: -9999px;
}

#footer ul {
    margin: 0 1.25em;
    padding: 0 0 0 80px;
    background: url(//s.omniti.net/i/presentation/logo-bg-footer.gif) left no-repeat;
}

#footer ul li {
    display: inline;
    margin: 0 1.667em 0 0;
    font-size: 0.85em;
    line-height: 1.667em;
    white-space: nowrap;
}

/* small only: drop out of inline display */
@media screen and (max-width: 39.9375em) {
    #footer ul li {
        display: block;
    }
}

#footer ul li a:link,
#footer ul li a:visited {
    color: #a34103;
}

#footer ul li a:focus,
#footer ul li a:hover,
#footer ul li a:active {
    color: #b32720;
}

#footer ul li.listens {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.083em;
}

#footer ul li.listens a {
    padding-left: 12px;
    display: block;
    background: url("//s.omniti.net/i/presentation/ico20-sprite-angle-brackets.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#footer ul li address {
    display: inline;
    font-style: normal;
}

