t.bg-red {
    background: #ed1855
}

.bg-orange {
    background: #f63
}

.bg-blue {
    background: #36bbe7
}

.bg-yellow {
    background: #efd007
}

.bg-green {
    background: #30cf7b
}

.bg-darkgrey {
    background: #292929
}

.bg-pink {
    background: #ea0c56
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

html {
    overflow-y: scroll;
    font-size: 62.5%
}

body {
    font-family: sans-serif;
    *font-size: small
}

select, input, textarea, button {
    font: 99% sans-serif
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif
}

ul, ol {
    list-style-type: none
}

small {
    font-size: 85%
}

b, strong, th {
    font-weight: normal;
    font-family: "Proxima N W01 Bold", sans-serif
}

i, em {
    font-style: italic
}

td, td img {
    vertical-align: top
}

sub {
    vertical-align: sub;
    font-size: smaller
}

sup {
    vertical-align: super;
    font-size: smaller
}

pre {
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}

textarea {
    overflow: auto
}

.ie6 legend, .ie7 legend {
    margin-left: -7px
}

input[type="radio"] {
    vertical-align: text-bottom
}

input[type="checkbox"] {
    vertical-align: bottom
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline
}

.ie6 input {
    vertical-align: text-bottom
}

.ie7 img {
    -ms-interpolation-mode: bicubic
}

label, input[type=button], input[type=submit], button {
    cursor: pointer
}

button, input, select, textarea {
    margin: 0
}

button {
    width: auto;
    overflow: visible
}

caption, th {
    text-align: left
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%
}

html {
    background: #292929
}

#main {
    min-width: 320px
}

select, input, textarea {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25;
    font-family: "Proxima N W01 Reg", sans-serif;
font-style: italic;
font-weight: 300;
    background: #f3f3f3;
    -webkit-box-shadow: inset 1px 1px 1px rgba(33, 30, 30, 0.13);
    box-shadow: inset 1px 1px 1px rgba(33, 30, 30, 0.13);
    padding: 9px 6px 6px;
    border: none
}

select::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #333;
    padding: 0 0 0 10px;
    text-transform: uppercase
}

select:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder {
    color: #333;
    padding: 0 0 0 10px;
    text-transform: uppercase
}

select::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
    color: #333;
    padding: 0 0 0 10px;
    text-transform: uppercase
}

select:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #333;
    padding: 0 0 0 10px;
    text-transform: uppercase
}

select {
    height: 30px
}

button {
    padding: 14px 16px 10px 16px;
    color: white;
    background-color: #ed1855;
    border: solid 1px #ed1855;
    background-image: -webkit-linear-gradient(bottom, #ed1855, #c50f43);
    background-image: -moz-linear-gradient(bottom, #ed1855, #c50f43);
    background-image: -o-linear-gradient(bottom, #ed1855, #c50f43);
    background-image: linear-gradient(to top, #ed1855, #c50f43);
    font-family: "Proxima N W01 Reg", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 35px
}

button span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 30px;
    display: inline;
    background: transparent
}

button:hover {
    background: #f14778
}

#main {
    background: #fdfcfb;
    position: relative
}

.overlay {
    display: none;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 900;
    position: absolute;
    top: 0;
    left: 0
}

header .main-nav ul li a, #slide-out .main-nav ul li a {
    font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
    letter-spacing: -2px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.25;
    text-transform: uppercase;
    color: #f63
}

header .main-nav ul li a:hover, #slide-out .main-nav ul li a:hover {
    color: #ed1855
}

#main-footer {
    background: #f63;
    text-align: center
}

#main-footer p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.25;
    color: #5e5e5e
}

#main-footer .footer-utility {
    padding: 10px;
    overflow: hidden
}

#main-footer .footer-info {
    padding: 10px 20px;
    background: #292929
}

#main-footer #footer-logo {
    margin: 0 auto 10px auto;
    width: 94px;
    height: 31px;
    background: url("/images/bnf-sprite.svg") 0px -250px no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    letter-spacing: -1000em;
    display: block
}

.no-svg #main-footer #footer-logo {
    background-image: url("/images/bnf-sprite.png")
}

#main-footer .search {
    *zoom: 1;
    margin: 0 auto
}

#main-footer .search:after {
    content: "";
    display: table;
    clear: both
}

#main-footer .search > * {
    display: inline-block;
    float: left
}

#main-footer .search input, #main-footer .search button {
    background: #c8542e;
    font-family: "Proxima N W01 Reg", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px;
    border: none
}

#main-footer .search input::-webkit-input-placeholder, #main-footer .search button::-webkit-input-placeholder {
    color: #fff;
    padding: 0 0 0 30px;
    text-transform: uppercase
}

#main-footer .search input:-moz-placeholder, #main-footer .search button:-moz-placeholder {
    color: #fff;
    padding: 0 0 0 30px;
    text-transform: uppercase
}

#main-footer .search input::-moz-placeholder, #main-footer .search button::-moz-placeholder {
    color: #fff;
    padding: 0 0 0 30px;
    text-transform: uppercase
}

#main-footer .search input:-ms-input-placeholder, #main-footer .search button:-ms-input-placeholder {
    color: #fff;
    padding: 0 0 0 30px;
    text-transform: uppercase
}

#main-footer .search input, #main-footer .search button {
    height: 35px
}

#main-footer .search input {
    margin-right: 2px;
    padding: 10px 10px 7px 10px;
    -webkit-appearance: none
}

#main-footer .search button {
    padding: 5px 16px 1px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 11px;
    height: 35px
}

#main-footer .search button span {
    vertical-align: text-bottom
}

#sub-footer {
    background: #292929;
    padding: 10px 0 40px 0
}

#sub-footer a {
    color: #5e5e5e
}

#sub-footer a:hover {
    color: #aaa
}

.content-wrapper {
    clear: both
}

h1, h2, h3, h4, h5, h6, .alpha, .beta, .gamma, .delta, .epsilon, .zeta, .eta, .omega {
    font-weight: normal
}

h1 {
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 1;
    font-family: "TradeGothicW01-BoldCn20_675334", sans-serif
}

h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3;
    font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
    text-transform: uppercase
}

h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
    font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
    text-transform: uppercase
}

h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25
}

h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25
}

p {
    font-family: "Proxima N W01 Reg", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 1em
}

p b, p strong {
    font-weight: normal;
    font-family: "Proxima N W01 Bold", sans-serif
}

a {
    text-decoration: none
}

a:hover, a:active {
    outline: none
}

a, a:active, a:visited {
    color: #607890
}

a:hover, a:focus {
    color: #036
}

a:link {
    -webkit-tap-highlight-color: #FF5E99
}

#content h1 {
    text-transform: uppercase
}

.float-r {
    float: right
}

.float-l {
    float: left
}

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr
}

.hide {
    display: none
}

.hidden {
    display: none;
    visibility: hidden
}

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.invisible {
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.base > h1 {
    text-align: center;
    margin-bottom: 15px
}

.base ul, .base ol {
    margin-left: 1.8em
}

.base ul li, .base ol li {
    font-family: "Proxima N W01 Reg", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1em
}

.base ul li {
    list-style: disc
}

.base ol li {
    list-style: decimal
}

.base img, video {
    max-width: 100%;
    height: auto
}

.base a {
    color: #ed1855;
    font-weight: bold
}

.action-button {
    padding: 14px 16px 10px 16px;
    color: white;
    background-color: #ed1855;
    border: solid 1px #ed1855;
    background-image: -webkit-linear-gradient(bottom, #ed1855, #c50f43);
    background-image: -moz-linear-gradient(bottom, #ed1855, #c50f43);
    background-image: -o-linear-gradient(bottom, #ed1855, #c50f43);
    background-image: linear-gradient(to top, #ed1855, #c50f43);
    font-family: "Proxima N W01 Reg", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white !important;
    border: 0
}

.action-button span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 30px;
    display: inline;
    background: transparent
}

.action-button:hover {
    background: #f14778
}

.action-button span {
    display: inline;
    background: transparent
}

.interior article.base {
    border-bottom: #f63
}

.interior .content-image {
    margin-bottom: 30px
}

.pagination__first, .pagination__last {
    text-transform: uppercase;
    font-family: "Proxima N W01 Bold", sans-serif;
    color: #ea0c56 !important;
    font-size: 16px
}

.pagination__first {
    margin-right: 10px
}

.pagination__last {
    margin-left: 12.5px
}

.pagination__num {
    font-size: 14px !important;
    margin: 0 2.5px !important
}

.pagination strong {
    font-size: 14px !important;
    color: #ea0c56 !important
}

.pagination__next, .pagination__prev {
    position: relative !important;
    bottom: 2px !important
}

#framework #outreachpage img {
    max-width: 824px
}

#bsd-contribution-card-type td {
    width: 100% !important
}

.bx-prev {
    width: 30px;
    height: 37px;
    text-indent: -9999px;
    letter-spacing: -1000em
}

.svg .bx-prev {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.701%22%20height%3D%2236.92%22%20viewBox%3D%220%200%2029.701%2036.919981%22%20enable-background%3D%22new%200%200%20560%20200%22%3E%3Cpath%20d%3D%22M16.793%2018.411l-8.398%207.852-8.395-7.852%208.395-7.852zm12.908-18.411c-11.074.769-19.984%209.327-19.984%209.327l19.967%2018.682.017-28.009zm0%2030.112c-1.08-.765-2.19-1.662-3.334-2.709-.005-.002-8.253-7.716-8.253-7.716l-8.389%207.863s8.462%208.65%2019.976%209.37v-6.807z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E)
}

.no-svg .bx-prev {
    background-image: url('/images/bx-prev.png?1491422946')
}

.bx-next {
    width: 30px;
    height: 37px;
    text-indent: -9999px;
    letter-spacing: -1000em
}

.svg .bx-next {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.705%22%20height%3D%2236.919%22%20viewBox%3D%220%200%2029.704805%2036.918737%22%20enable-background%3D%22new%200%200%20560%20200%22%3E%3Cpath%20d%3D%22M12.908%2018.508l8.398-7.852%208.395%207.852-8.395%207.852zm-12.908%2018.411c11.074-.769%2019.984-9.327%2019.984-9.327l-19.967-18.682-.017%2028.009zm0-30.112c1.08.765%202.19%201.662%203.334%202.709.005.002%208.253%207.716%208.253%207.716l8.389-7.863s-8.462-8.65-19.976-9.37v6.807z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E)
}

.no-svg .bx-next {
    background-image: url('/images/bx-prev.png?1491422946')
}

.icon-play {
    width: 88px;
    height: 88px;
    text-indent: -9999px;
    letter-spacing: -1000em
}

.svg .icon-play {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2288%22%20height%3D%2288%22%20viewBox%3D%220%200%2088%2088%22%20enable-background%3D%22new%200%200%20560%20200%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M244.746%2094.127a44%2044%200%200%200-44%2044%2044%2044%200%200%200%2044%2044%2044%2044%200%200%200%2044-44%2044%2044%200%200%200-44-44zm0%204.113a39.888%2039.888%200%200%201%2039.889%2039.887%2039.888%2039.888%200%200%201-39.889%2039.889%2039.888%2039.888%200%200%201-39.887-39.889%2039.888%2039.888%200%200%201%2039.887-39.887z%22%20transform%3D%22translate%28-200.746%20-94.127%29%22%2F%3E%3Cpath%20d%3D%22M27.963%2021.845l38.385%2022.162-38.385%2022.162z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}

.no-svg .icon-play {
    background-image: url('/page/-/images/icon-play.png?1491422946')
}

.bx-prev:hover {
    width: 30px;
    height: 37px;
    text-indent: -9999px;
    letter-spacing: -1000em
}

.svg .bx-prev:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.701%22%20height%3D%2236.92%22%20viewBox%3D%220%200%2029.701%2036.919981%22%20enable-background%3D%22new%200%200%20560%20200%22%3E%3Cpath%20d%3D%22M16.793%2018.411l-8.398%207.852-8.395-7.852%208.395-7.852zm12.908-18.411c-11.074.769-19.984%209.327-19.984%209.327l19.967%2018.682.017-28.009zm0%2030.112c-1.08-.765-2.19-1.662-3.334-2.709-.005-.002-8.253-7.716-8.253-7.716l-8.389%207.863s8.462%208.65%2019.976%209.37v-6.807z%22%20fill%3D%22%23efd007%22%2F%3E%3C%2Fsvg%3E)
}

.no-svg .bx-prev:hover {
    background-image: url('/images/bx-prev-yellow.png?1491422946')
}

.bx-next:hover {
    width: 30px;
    height: 37px;
    text-indent: -9999px;
    letter-spacing: -1000em
}

.svg .bx-next:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.705%22%20height%3D%2236.919%22%20viewBox%3D%220%200%2029.704805%2036.918737%22%20enable-background%3D%22new%200%200%20560%20200%22%3E%3Cpath%20d%3D%22M12.908%2018.508l8.398-7.852%208.395%207.852-8.395%207.852zm-12.908%2018.411c11.074-.769%2019.984-9.327%2019.984-9.327l-19.967-18.682-.017%2028.009zm0-30.112c1.08.765%202.19%201.662%203.334%202.709.005.002%208.253%207.716%208.253%207.716l8.389-7.863s-8.462-8.65-19.976-9.37v6.807z%22%20fill%3D%22%23f63%22%2F%3E%3C%2Fsvg%3E)
}

.no-svg .bx-next:hover {
    background-image: url('/images/bx-next-orange.png?1491422946')
}

.icon-play:hover {
    width: 88px;
    height: 88px;
    text-indent: -9999px;
    letter-spacing: -1000em
}

.svg .icon-play:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2288%22%20height%3D%2288%22%20viewBox%3D%220%200%2088%2088%22%20enable-background%3D%22new%200%200%20560%20200%22%3E%3Cg%20fill%3D%22%23292929%22%3E%3Cpath%20d%3D%22M244.746%2094.127a44%2044%200%200%200-44%2044%2044%2044%200%200%200%2044%2044%2044%2044%200%200%200%2044-44%2044%2044%200%200%200-44-44zm0%204.113a39.888%2039.888%200%200%201%2039.889%2039.887%2039.888%2039.888%200%200%201-39.889%2039.889%2039.888%2039.888%200%200%201-39.887-39.889%2039.888%2039.888%200%200%201%2039.887-39.887z%22%20transform%3D%22translate%28-200.746%20-94.127%29%22%2F%3E%3Cpath%20d%3D%22M27.963%2021.845l38.385%2022.162-38.385%2022.162z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}

.no-svg .icon-play:hover {
    background-image: url('/images/icon-play-dark.png?1491422946')
}

h1 {
    letter-spacing: -3px
}

.bsd-event h1, .module_event2 h1 {
    letter-spacing: normal
}

h2 {
    letter-spacing: -1px
}

.wrapper {
    width: 100%;
    padding: 10px
}

#main {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0
}

#menu-trigger {
    width: 23px;
    height: 21px;
    background: url("/images/bnf-sprite.svg") 0px -200px no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    letter-spacing: -1000em;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000
}

.no-svg #menu-trigger {
    background-image: url("/images/bnf-sprite.png")
}

#slide-out {
    width: 80%;
    height: 100%;
    background: #fdfcfb;
    float: right;
    padding: 24px 20px;
    display: none
}

#slide-out p {
    font-family: "Proxima N W01 Reg", sans-serif;
font-style: italic;
font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 10px
}

#slide-out .signup {
    margin-bottom: 20px
}

#slide-out .signup input {
    padding: 19px 0;
    margin-bottom: 10px
}

#slide-out .signup .header-signup-email {
    width: 100%
}

#slide-out .signup .header-signup-zip {
    width: calc(42% - 10px)
}

#slide-out .signup button {
    padding: 12px 2%;
    float: right;
    height: auto
}

#slide-out .social-utility {
    border-bottom: 1px solid #f63;
    padding-bottom: 10px
}

#slide-out .social-utility ul li {
    margin-bottom: 8px
}

#slide-out .social-utility ul li a {
    font-family: "Proxima N W01 Reg", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25;
    color: #f63
}

#slide-out .social-utility ul li a span {
    margin-right: 10px;
    position: relative;
    top: 4px
}

#slide-out .social-utility ul li a:hover {
    color: #ed1855
}

#slide-out .main-nav ul {
    margin: -6px 0 15px
}

#full-header {
    display: none
}

#brief-header {
    height: 70px;
    padding: 10px 20px 0;
    border-bottom: 10px solid #36bbe7
}

#brief-header .header-logo a {
    float: left;
    top: -12px;
    position: relative;
    width: 132px;
    height: 44px;
    background: url("/images/uploads/bnf_logo.png") 0px 0px no-repeat;
    background-size: 132px;
    text-indent: -9999px;
    overflow: hidden;
    letter-spacing: -1000em;
    display: block
}

.no-svg #brief-header .header-logo a {
    background-image: url("/images/uploads/bnf_logo.png")
    background-size: 132px;
}

#main-footer {
    clear: both
}

#main-footer .search input {
    border-radius: 0
}

#main-footer .search input::-webkit-input-placeholder {
    color: #fff;
    padding: 0 0 0 20px;
    text-transform: uppercase
}

#main-footer .search input:-moz-placeholder {
    color: #fff;
    padding: 0 0 0 20px;
    text-transform: uppercase
}

#main-footer .search input::-moz-placeholder {
    color: #fff;
    padding: 0 0 0 20px;
    text-transform: uppercase
}

#main-footer .search input:-ms-input-placeholder {
    color: #fff;
    padding: 0 0 0 20px;
    text-transform: uppercase
}

#main-footer .main-nav, #main-footer .wide-search {
    display: none
}

#main-footer .social-utility {
    margin: 10px auto
}

#main-footer .social-utility li {
    display: inline-block
}

#main-footer .social-utility li a {
    color: white;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.25
}

#main-footer .social-utility li a .social-title {
    display: none
}

#main-footer .social-utility li + li {
    margin-left: 20px
}

#main-footer .narrow-search {
    display: table
}

#home .content-wrapper {
    padding: 0
}

#home #rotator {
    width: 100%;
    height: 370px;
    margin: 0 auto;
    background-size: cover !important;
    border-bottom: 10px solid #36bbe7;
    position: relative
}

#home #rotator .cta-text {
    width: 100%;
    position: absolute;
    bottom: -38px;
    left: 0%
}

#home #rotator .cta-text h2, #home #rotator .cta-text p {
    color: #fff;
    text-align: center;
    font-family: "Proxima N W01 Bold", sans-serif
}

#home #rotator .cta-text h2 {
    margin-bottom: 10px;
    font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.25;
    line-height: 0.9;
    text-shadow: 3px 3px 3px #333
}

#home #rotator .cta-text p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.25;
    text-shadow: 2px 2px 2px #333
}

#home #rotator .cta-text a.action-button {
    text-shadow: none
}

.load-more {
    display: table;
    margin: 0 auto;
    margin-bottom: 12px
}

.bxslider .action-button.load-more, .loadmore .action-button.load-more {
    display: block;
    width: 181px;
    height: 40px;
    margin: 0 auto 12px;
    text-align: center;
    padding: 6px
}

#home .touts {
    width: 100%;
    margin: 60px auto 0;
    position: relative
}

#home .touts article {
    padding-bottom: 25px
}

#home .touts article span {
    display: none
}

#home .touts article h2, #home .touts article p {
    text-align: center;
    color: #333
}

#home .touts article h2 {
    text-transform: uppercase;
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 1.25;
    line-height: 0.9;
    padding: 0px 15px 0px 15px
}

#home .touts article p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.25;
    font-family: "Proxima N W01 Reg", sans-serif;
font-style: italic;
font-weight: 300;
    padding: 0 15px 0 15px;
    width: 270px;
    margin: 0 auto
}

#home .touts article p:last-child {
    margin-top: 19px
}

#home .touts .divider {
    margin: 15px auto 35px
}

#home section.our-work {
    margin: 0 auto;
    max-width: 768px;
    position: relative;
    clear: both
}

#home section.our-work:after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 40%;
    left: 30%
}

#home section.our-work ul.our-work-grid {
    margin-top: 20px
}

#home section.our-work h2 {
    text-align: center;
    color: #333;
    margin-top: 20px;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.25
}

section.journal {
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 0px;
    max-width: 768px;
    position: relative
}

section.journal h1, section.journal h2 {
    text-align: center;
    color: #333;
    margin: 20px 0 30px 0;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.25
}

#home section.journal {
    padding-top: 0
}

ul.journal-entries .tout, ul.journal-article .tout {
    width: 260px;
    margin: 0 12px 0 0;
    height: 260px;
    float: left;
    cursor: pointer;
    float: left
}

ul.journal-entries .tout.tout-title-white-on-pink, ul.journal-article .tout.tout-title-white-on-pink {
    background: #ea0c56
}

ul.journal-entries .tout.tout-title-white-on-pink a, ul.journal-article .tout.tout-title-white-on-pink a {
    color: #fff
}

ul.journal-entries .tout.tout-title-orange-on-yellow, ul.journal-article .tout.tout-title-orange-on-yellow {
    background: #efd007
}

ul.journal-entries .tout.tout-title-orange-on-yellow a, ul.journal-article .tout.tout-title-orange-on-yellow a {
    color: #f63
}

ul.journal-entries .tout.tout-title-yellow-on-green, ul.journal-article .tout.tout-title-yellow-on-green {
    background: #30cf7b
}

ul.journal-entries .tout.tout-title-yellow-on-green a, ul.journal-article .tout.tout-title-yellow-on-green a {
    color: #efd007
}

ul.journal-entries .tout p, ul.journal-article .tout p {
    color: #fff;
    text-align: center;
    font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
    display: table-cell;
    vertical-align: middle;
    height: 260px;
    width: 260px;
    position: relative
}

ul.journal-entries .tout p a, ul.journal-article .tout p a {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.25
}

ul.journal-entries .tout p a .ss-icon, ul.journal-article .tout p a .ss-icon {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.25;
    display: none
}

ul.journal-entries .tout.Quote p, ul.journal-entries .tout.Quote a, ul.journal-article .tout.Quote p, ul.journal-article .tout.Quote a {
    color: #efd007;
    font-family: "Proxima N W01 Reg", sans-serif;
font-style: italic;
font-weight: 300;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.25;
    text-transform: none
}

ul.journal-entries .tout.Tweet p, ul.journal-entries .tout.Tweet a, ul.journal-article .tout.Tweet p, ul.journal-article .tout.Tweet a {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.25;
    margin: 0
}

ul.journal-entries .tout.Tweet p.icon, ul.journal-entries .tout.Tweet a.icon, ul.journal-article .tout.Tweet p.icon, ul.journal-article .tout.Tweet a.icon {
    margin: 0 0 15px 0
}

ul.journal-entries .tout .ss-directright, ul.journal-article .tout .ss-directright {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

ul.journal-entries .tout svg, ul.journal-article .tout svg {
    width: 260px;
    height: 260px;
    position: absolute
}

ul.journal-entries .tout:hover, ul.journal-article .tout:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(50%)
}

#searchform span {
    bottom: 10px;
    position: relative
}

.feature-image img {
    display: block;
    margin: 30px auto
}

#our-story #content h1, #our-story #content .intro {
    text-align: center;
    color: #333;
    margin-top: 20px;
    position: relative
}

#our-story #content h1 {
    margin-top: 0
}

#our-story #content .intro:after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 40%;
    left: 30%;
    border-bottom: 1px solid #f63
}

#our-story #content .intro p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-family: "Proxima N W01 Bold", sans-serif;
    margin: 20px 0 55px 0;
    padding: 10px
}

#our-story #content section.entry {
    clear: both;
    margin: 35px 0 35px 0
}

#our-story #content section.entry .description {
    width: 100%
}

#our-story #content section.entry .description p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25
}

#our-story #content section.entry .description .more {
    text-transform: uppercase;
    color: #ea0c56;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25
}

#our-story #content section.entry .description .more span.ss-icon {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.25
}

#our-story #content section.entry .description h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25;
    font-family: "Proxima N W01 Bold", sans-serif;
    margin-bottom: 5px
}

#our-story #content section.entry img {
    height: auto;
    width: 100%;
    margin-bottom: 20px
}

#our-story #content p.see-more {
    clear: both;
    text-align: center;
    margin-top: 30px
}

#our-work #content h1, #our-work #content .intro, #get-involved #content h1, #get-involved #content .intro {
    text-align: center;
    color: #333;
    margin-top: 20px;
    position: relative
}

#our-work #content .intro p, #get-involved #content .intro p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-family: "Proxima N W01 Bold", sans-serif;
    margin: 20px 0 55px 0;
    padding: 10px
}

#our-work #content .intro:after, #get-involved #content .intro:after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 40%;
    left: 30%;
    border-bottom: 1px solid #f63
}

ul.our-work-grid {
    margin-top: 50px
}

ul.our-work-grid li {
    float: left;
    display: inline-block;
    width: 48%;
    margin-left: 2%;
    margin-bottom: 25px
}

ul.our-work-grid li:nth-child(2n+1) {
    clear: left
}

ul.our-work-grid li a .ss-icon {
    font-size: 9px;
    font-size: .9rem;
    line-height: 1.25
}

ul.our-work-grid li .circle {
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    border: 5px solid #fff;
    -moz-box-shadow: 3px 5px 15px #f2f1f0;
    -webkit-box-shadow: 3px 5px 15px #f2f1f0;
    box-shadow: 3px 5px 15px #f2f1f0
}

ul.our-work-grid li .title {
    background: #30cf7b;
    position: absolute;
    bottom: 20%;
    width: 100%;
    height: 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    font-size: .9rem;
    line-height: 2.35;
    font-family: "Proxima N W01 Reg", sans-serif;
    letter-spacing: 0.5px
}

ul.our-work-grid li .title.sustainability {
    background-color: #30cf7b
}

ul.our-work-grid li .title.women {
    background-color: #eaca01
}

ul.our-work-grid li .title.health {
    background-color: #36bbe7
}

ul.our-work-grid li .title.school {
    background-color: #ff6633
}

ul.our-work-grid li .title.home {
    background-color: #e61a30
}

ul.our-work-grid li .title.action {
    top: 30%;
    background: none;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.1;
    font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
    width: 80%;
    margin-left: 10%
}

ul.our-work-grid li .title.action span.ss-icon {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.25
}

ul.our-work-grid li img {
    width: 100%;
    margin-bottom: -9px
}

ul.our-work-grid li p {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25;
    font-family: "Proxima N W01 Reg", sans-serif;
font-style: italic;
font-weight: 300;
}

ul.our-work-grid li a.action {
    display: block;
    color: #f63;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25;
    font-family: "Proxima N W01 Bold", sans-serif;
    letter-spacing: 0.2px
}

ul.our-work-grid li a.action.take-action {
    color: #ea0c56
}

ul.our-work-grid li a.action.sustainability {
    color: #30cf7b
}

ul.our-work-grid li a.action.women {
    color: #efd007
}

ul.our-work-grid li a.action.health {
    color: #36bbe7
}

ul.our-work-grid li a.action.school {
    color: #ff6633
}

ul.our-work-grid li a.action.home {
    color: #e61a30
}

#journal h1 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 58px;
    font-size: 5.8rem;
    line-height: 1.25
}

#journal h2.category {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.25
}

#journal article.featured {
    width: 96%;
    height: 550px;
    margin: 0 auto;
    margin-bottom: 35px;
    position: relative
}

#journal article.featured span {
    display: block;
    padding: 8px 0 5px 0;
    background: #ea0c56;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.25;
    font-family: "Proxima N W01 Bold", sans-serif
}

#journal article.featured div {
    position: absolute;
    bottom: 10px
}

#journal article.featured div h2, #journal article.featured div p {
    color: #fff;
    font-family: "Proxima N W01 Bold", sans-serif;
    line-height: 1;
    text-align: center;
    margin: 0 10px 0 10px;
    text-shadow: 1px 2px 10px #333
}

#journal article.featured div h2.date, #journal article.featured div p.date {
    text-transform: uppercase;
    font-family: "Proxima N W01 Reg", sans-serif
}

#journal article.featured div h2 span.more, #journal article.featured div p span.more {
    text-transform: uppercase;
    font-family: "Proxima N W01 Bold", sans-serif;
    background: transparent;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.25;
    color: #ea0c56;
    display: inline-block;
    margin-top: 10px
}

#journal section.journal {
    margin-top: 0
}

#journal section.journal div.journal-posts {
    width: 95%;
    margin-left: 5%
}

#journal section.journal div.journal-posts .story {
    padding-bottom: 20px;
    border-bottom: 1px solid #f63;
    margin-bottom: 35px;
    width: 95%
}

#journal section.journal div.journal-posts .story img {
    margin: 10px 0 20px 0;
    width: 100%;
    height: auto
}

#journal section.journal div.journal-posts p.date {
    text-transform: uppercase;
    font-family: "Proxima N W01 Reg", sans-serif;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25;
    margin-bottom: 0
}

#journal section.journal div.journal-posts h3 a {
    font-family: "Proxima N W01 Bold", sans-serif;
    color: #333;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.25
}

#journal section.journal div.journal-posts a.more {
    text-transform: uppercase;
    font-family: "Proxima N W01 Bold", sans-serif;
    color: #ea0c56
}

#journal section.journal div.journal-posts .load-more {
    padding-left: 10px;
    padding-right: 10px
}

#journal section.journal div.journal-posts #scroll-loader-control {
    margin-bottom: 20px;
    text-align: center
}

#journal section.journal ul.journal-entries {
    width: 100%
}

#journal section.journal ul.journal-entries .tout {
    margin: 0 0 3% 1.5%
}

#journal .journal-nav {
    width: 96%;
    background: #f63;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 35px
}

#journal .journal-nav .ss-dropdown {
    position: relative;
    left: 15px;
    top: 2px
}

#journal .journal-nav .float-l a {
    font-size: 16px;
    font-weight: bold
}

#journal .journal-nav li ul li a {
    font-size: 12px !important;
    font-weight: bold
}

#journal .journal-nav div.nav-item {
    width: 100%
}

#journal .journal-nav div.nav-item > ul > li:first-of-type {
    float: left;
    margin-right: 20px
}

#journal .journal-nav div.nav-item > ul > li:last-of-type {
    float: right
}

#journal .journal-nav input, #journal .journal-nav button {
    vertical-align: top;
    background: #c8542e;
    font-family: "Proxima N W01 Reg", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    color: white;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 34px;
    border: none
}

#journal .journal-nav input::-webkit-input-placeholder, #journal .journal-nav button::-webkit-input-placeholder {
    color: #fff;
    padding: 0 0 0 20px;
    text-transform: uppercase
}

#journal .journal-nav input:-moz-placeholder, #journal .journal-nav button:-moz-placeholder {
    color: #fff;
    padding: 0 0 0 20px;
    text-transform: uppercase
}

#journal .journal-nav input::-moz-placeholder, #journal .journal-nav button::-moz-placeholder {
    color: #fff;
    padding: 0 0 0 20px;
    text-transform: uppercase
}

#journal .journal-nav input:-ms-input-placeholder, #journal .journal-nav button:-ms-input-placeholder {
    color: #fff;
    padding: 0 0 0 20px;
    text-transform: uppercase
}

#journal .journal-nav ul {
    margin: 0;
    float: left;
    margin-bottom: 20px
}

#journal .journal-nav li {
    float: right;
    margin: 0;
    text-align: left;
    position: relative;
    background: #ff8b64;
    display: block;
    width: 200px;
    font-family: "Proxima N W01 Reg", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 34px;
    height: 35px;
    padding: 0 0 0 10px;
    border: 1px solid #d2582f
}

#journal .journal-nav li a {
    padding: 0;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    display: block
}

#journal .journal-nav li:hover {
    background: #36bbe7;
    color: #fff
}

#journal .journal-nav li ul {
    padding: 0;
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 901;
    background: #36bbe7;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden
}

#journal .journal-nav li ul li {
    background: #36bbe7;
    display: block;
    color: #fff;
    width: 194px;
    padding: 0.7em 0.4em 0.5em 0.4em;
    margin: 0;
    border: 0;
    height: auto;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25
}

#journal .journal-nav li ul li a {
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    display: block
}

#journal .journal-nav li ul li:hover {
    background: #fff
}

#journal .journal-nav li ul li:hover a {
    color: #000
}

#journal .journal-nav li:hover ul {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible
}

#journal div.journal-entries-container {
    width: 100%;
    overflow: hidden
}

#journal div.journal-entries-container ul.journal-entries {
    width: 50%;
    display: table;
    width: 260px;
    margin: auto
}

.fb-comments-narrow {
    margin: 30px 0
}

.fb-comments-wide {
    margin: 30px 0;
    display: none
}

h2.staff-group {
    color: #ea0c56;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 20px;
    padding-top: 12px;
    position: relative;
    text-align: center
}

h2.staff-group:after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 40%;
    left: 30%;
    border-bottom: 1px solid #f63
}

#get-involved #content h1 {
    text-align: center;
    color: #333;
    margin: 20px 0 20px 0
}

#get-involved #content p {
    text-align: center
}

#get-involved #content .action {
    margin-bottom: 20px
}

#get-involved #content .action h2 {
    color: #333;
    margin-bottom: 10px;
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 1.25;
    text-align: center
}

#get-involved #content .action img {
    padding: 10px;
    width: 100%;
    height: auto
}

#get-involved #content .staff-entry.action img {
    padding: 0px
}

.background-rows {
    display: none
}

.load-more-wrapper .loadmore {
    margin: 0 auto;
    *zoom: 1
}

.load-more-wrapper .loadmore li {
    clear: both;
    margin-left: calc(50% - 130px)
}

.load-more-wrapper .loadmore:after {
    content: "";
    display: table;
    clear: both
}

.load-more-wrapper .loadmore .tout {
    margin-bottom: 12px
}

.entry-meta {
    *zoom: 1;
    margin-bottom: 25px
}

.entry-meta:after {
    content: "";
    display: table;
    clear: both
}

.entry-meta > nav {
    float: left;
    display: inline-block;
    margin-right: 20px
}

.tags {
    display: table;
    margin: 15px 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25
}

.tags span, .tags a {
    float: left;
    display: table
}

.tags a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.tags a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.tags a + span:last-child {
    display: none
}

#framework .bsd-outreach .odaddressdates td {
    font-size: 12px !important
}

#odaddress .odaddressheader a {
    margin-left: 20px !important
}

#framework input[size='48'] {
    width: 80%
}

#framework .submit {
    padding: 14px 16px 10px 16px;
    color: white;
    background-color: #ed1855;
    border: solid 1px #ed1855;
    background-image: -webkit-linear-gradient(bottom, #ed1855, #c50f43);
    background-image: -moz-linear-gradient(bottom, #ed1855, #c50f43);
    background-image: -o-linear-gradient(bottom, #ed1855, #c50f43);
    background-image: linear-gradient(to top, #ed1855, #c50f43);
    font-family: "Proxima N W01 Reg", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

#framework .submit span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 30px;
    display: inline;
    background: transparent
}

#framework .submit:hover {
    background: #f14778
}

#outreachpage .bsd-widget-header-content {
    text-align: center;
    margin-bottom: 5px
}

#outreachpage #outreachleft, #outreachpage #outreachright {
    display: block
}

#outreachpage #outreachleft {
    padding: 0
}

#outreachpage #outreachleft #outreachpicture {
    width: 100%;
    margin-bottom: 12px
}

#outreachpage #outreachleft #outreachpicture img {
    display: block;
    margin: 0 auto
}

#outreachpage #outreachleft #outreachpicture .caption {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25
}

#outreachpage #outreachleft #outreachpicture + p {
    clear: both
}

#outreachpage #outreachright {
    *zoom: 1
}

#outreachpage #outreachright:after {
    content: "";
    display: table;
    clear: both
}

#outreachpage #outreachright .bsd-widget-inner-content {
    *zoom: 1;
    clear: both
}

#outreachpage #outreachright .bsd-widget-inner-content:after {
    content: "";
    display: table;
    clear: both
}

#outreachpage #outreachright .bsd-widget-inner-content > * {
    margin: 10px;
    display: block
}

#outreachpage #outreachright .bsd-widget-inner-content iframe, #outreachpage #outreachright .bsd-widget-inner-content a.custom-tweet-button {
    float: right
}

#outreachpage #outreachright .bsd-widget-inner-content > br, #outreachpage #outreachright .bsd-widget-inner-content > hr {
    display: none
}

#outreachpage #outreachright .bsd-widget-inner-content > a:last-child {
    clear: both;
    margin-top: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25
}

#framework .bsd-outreach .odaddressdates td {
    display: block
}

#framework .bsd-outreach .odaddressdates td > div {
    float: none;
    display: block;
    min-width: 200px;
    margin: 10px auto
}

#framework .bsd-outreach .bsd-page-header-content #links {
    display: none
}

#framework [for="legal_confirm"] ol {
    margin: 12px 0
}

#framework [for="legal_confirm"] li {
    line-height: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25
}

.contribbutton #processbutton {
    padding: 14px 16px 10px 16px;
    color: white;
    background-color: #ed1855;
    border: solid 1px #ed1855;
    background-image: -webkit-linear-gradient(bottom, #ed1855, #c50f43);
    background-image: -moz-linear-gradient(bottom, #ed1855, #c50f43);
    background-image: -o-linear-gradient(bottom, #ed1855, #c50f43);
    background-image: linear-gradient(to top, #ed1855, #c50f43);
    font-family: "Proxima N W01 Reg", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.contribbutton #processbutton span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 30px;
    display: inline;
    background: transparent
}

.contribbutton #processbutton:hover {
    background: #f14778
}

.bsd-contribForm-wrap .contribcolumn {
    display: block;
    float: none;
    width: 100%
}

.bsd-contribForm-wrap .contriberrorbanner {
    font-weight: normal;
    text-transform: none;
    font-size: 20px;
    font-family: "Proxima N W01 Bold", sans-serif
}

#framework .bsd-contribForm-aboveContent {
    width: 99%
}

#framework form#contribution {
    width: 99%
}

#framework .bsd-contribForm-belowContent {
    clear: both
}

#cc_expir_year {
    margin-left: 10px
}

#bsd-contribution-card-type td {
    display: table;
    width: 68% !important;
    margin: 12px 0
}

#bsd-contribution-card-type #cc_label_mc, #bsd-contribution-card-type #cc_mc, #bsd-contribution-card-type #cc_vs, #bsd-contribution-card-type #cc_label_vs, #bsd-contribution-card-type #cc_pp, #bsd-contribution-card-type #cc_label_pp {
    position: relative;
    top: 10px
}

#framework #cc_label_ds {
    margin-right: 10px !important
}

#framework label.cc_type_cd_label span.radio {
    margin-right: -0.1em !important
}

.ie9 #framework #cc_label_ds {
    margin-right: 0px !important
}

.ie9 #cc_label_mc, .ie9 #cc_mc, .ie9 #cc_vs, .ie9 #cc_label_vs, .ie9 #cc_pp, .ie9 #cc_label_pp {
    top: 0 !important
}

#framework .bsd-event-details #id_type_create {
    margin-left: 0 !important
}

#framework .bsd-event-details .submit {
    margin-top: 1em
}

#framework .bsd-event-details th.explain {
    font-weight: normal
}

#framework .bsd-event-details select, #framework .bsd-event-details input[type="text"], #framework .bsd-event-details input[type="password"] {
    margin-left: 10px;
    margin-right: 10px
}

#framework .bsd-event-details input[type="radio"] {
    margin-right: 10px
}

#framework .bsd-event-details #signupform th.form_label {
    width: 45%
}

#framework .bsd-event-details #signupform input[type="text"], #framework .bsd-event-details #signupform input[type="password"] {
    margin-bottom: 10px
}

.entry-social-share {
    *zoom: 1
}

.entry-social-share:after {
    content: "";
    display: table;
    clear: both
}

.entry-social-share ul {
    margin-left: 0
}

.entry-social-share ul li {
    display: inline-block
}

.entry-social-share ul li:first-child {
    margin-left: 0
}

.entry-social-share ul li a {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 50px;
    position: relative;
    top: 3px;
    color: #333
}

.entry-social-share ul li a:hover {
    color: #ed1855
}

.entry-social-share ul li + li {
    margin-left: 10px
}

.interior .entry-social-share {
    height: 40px
}

.load-more-spinner {
    background-image: url('/images/load-more.gif?1491415647');
    display: none;
    width: 15px;
    height: 15px
}

.spinner-on {
    display: block;
    margin: 0 auto
}

hr.divider {
    height: 1px;
    width: 100%;
    background: #feb197;
    border: 0;
    margin: 0 auto;
    width: 60%
}

.tint-pane {
    width: 260px;
    height: 260px;
    position: absolute
}

.tint-pane + p, .tint-pane + div {
    position: relative
}

.tint-pane + p a {
    text-shadow: 1px 1px 2px #292929
}

.js_hide_next {
    display: none
}

[data-tint-color="green"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: .3;
    background: #30cf7b
}

[data-tint-color="yellow"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
    background: #efd007
}

[data-tint-color="blue"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: .3;
    background: #36bbe7
}

[data-tint-color="orange"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
    background: #f63
}

@media (min-width: 600px) {
    ul.our-work-grid .title {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 2.35
    }

    #journal div.journal-entries-container ul.journal-entries {
        width: 540px
    }

    .fb-comments-narrow {
        display: none
    }

    .fb-comments-wide {
        display: block
    }
}

@media (min-width: 768px) {
    ul.our-work-grid .circle .title {
        font-size: 9px;
        font-size: .9rem;
        line-height: 2.35
    }

    ul.our-work-grid li:nth-child(2n+1) {
        clear: none
    }

    #home .content-wrapper {
        padding: 0
    }

    #home #rotator {
        height: 665px
    }

    #home #rotator .cta-text {
        width: 60%;
        bottom: 60px;
        left: 20%
    }

    #home #rotator .cta-text h2 {
        text-transform: uppercase;
        font-size: 64px;
        font-size: 6.4rem;
        line-height: 1.25;
        line-height: 0.9;
        letter-spacing: -3px
    }

    #home #rotator .cta-text p {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.25
    }

    #home #rotator .cta-text .action-button {
        position: relative;
        bottom: 6px
    }

    #home .touts {
        max-width: 1100px;
        margin: 20px auto 0;
        position: relative
    }

    #home .touts article {
        width: 45%;
        background: #fff;
        margin-top: -75px;
        float: left;
        margin-left: 2%;
        min-height: 195px;
        margin-bottom: 25px;
        padding-bottom: 0;
        border-bottom: 0;
        -moz-box-shadow: 0px 2px 0px #f4f3f2;
        -webkit-box-shadow: 0px 2px 0px #f4f3f2;
        box-shadow: 0px 2px 0px #f4f3f2
    }

    #home .touts article span:not(.ss-directright) {
        display: block;
        padding: 8px 0 5px 0;
        background: #ea0c56;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.25;
        font-family: "Proxima N W01 Bold", sans-serif
    }

    #home .touts article h2 {
        font-size: 57px;
        font-size: 5.7rem;
        line-height: 1.25
    }

    #home .touts article p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.25;
        width: 100%;
        margin: 0
    }

    #home .touts article .action-button span {
        display: inline;
        background: transparent
    }

    #home .touts .divider {
        display: none
    }

    #home section.our-work {
        max-width: 1100px;
        padding-top: 10px
    }

    #home section.our-work ul.our-work-grid li {
        width: 15.5%;
        min-height: 0
    }

    #home section.our-work ul.our-work-grid li a.action {
        width: 100%;
        font-weight: bold
    }

    #home section.our-work h2 {
        font-size: 64px;
        font-size: 6.4rem;
        line-height: 1.25
    }

    #home section.our-work .intro:after {
        width: 100%
    }

    #home section.our-work + .divider {
        width: 90%
    }

    section.journal {
        max-width: 1100px
    }

    section.journal ul.journal-entries {
        margin-left: 0
    }

    section.journal h2 {
        font-size: 64px;
        font-size: 6.4rem;
        line-height: 1.25
    }

    #our-story #content .intro p {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.4;
        margin: 20px 0 55px 0;
        padding: 10px
    }

    #our-story #content section.entry {
        margin: 55px 0 35px 0
    }

    #our-story #content section.entry .description {
        width: 48%
    }

    #our-story #content section.entry .description p {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.25;
        text-align: left
    }

    #our-story #content section.entry .description h2 {
        margin-bottom: 10px;
        text-align: left
    }

    #our-story #content section.entry img {
        height: auto;
        width: 45%;
        margin-bottom: 0
    }

    #our-story #content section.entry.special {
        margin-bottom: 0
    }

    #our-story #content section.entry.special .description {
        margin-top: -20px
    }

    #our-story #content section.entry.special img {
        margin-top: -85px;
        position: relative;
        z-index: 1
    }

    #our-story #content section.entry.our-team {
        margin-top: 0
    }

    #our-story #content .divider.negative {
        position: relative;
        top: -34px
    }

    .popout-img {
        cursor: pointer
    }

    #image-colorbox {
        display: none
    }

    #image-colorbox img {
        display: block
    }

    #our-work #content h1, #our-work #content .intro, #get-involved #content h1, #get-involved #content .intro {
        margin-top: 0px
    }

    #our-work #content .intro p, #get-involved #content .intro p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4;
        margin: 30px 0 30px 0
    }

    ul.our-work-grid {
        margin-top: 70px;
        margin-bottom: 40px
    }

    ul.our-work-grid li {
        width: 29%;
        margin-left: 4%;
        min-height: 380px
    }

    ul.our-work-grid li p {
        margin-top: 30px
    }

    ul.our-work-grid li .title {
        bottom: 29%;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2.15
    }

    ul.our-work-grid li .title.action {
        background: none;
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 1.1;
        font-family: "TradeGothicW01-BoldCn20_675334", sans-serif
    }

    ul.our-work-grid li .title.action span.ss-icon {
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 1.25
    }

    #journal h1 {
        text-transform: uppercase;
        margin-top: 0;
        font-size: 58px;
        font-size: 5.8rem;
        line-height: 1.25
    }

    #journal article.featured {
        height: 550px;
        margin-bottom: 35px
    }

    #journal article.featured span {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.25
    }

    #journal article.featured div {
        bottom: 25px
    }

    #journal article.featured div h2, #journal article.featured div p {
        text-align: left;
        margin: 0 35px 0 35px
    }

    #journal section.journal {
        margin-top: 0
    }

    #journal section.journal div.journal-posts {
        width: 50%;
        float: left;
        margin: 0;
        padding-left: 15px
    }

    #journal section.journal div.journal-posts .story {
        width: 95%
    }

    #journal section.journal div.journal-posts h3 a {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.25
    }

    #journal section.journal div.journal-posts #scroll-loader-control {
        margin-bottom: 0px
    }

    #journal section.journal ul.journal-article {
        width: 100%;
        margin: 0
    }

    #journal .journal-nav ul {
        float: right;
        margin-bottom: 0
    }

    #journal .journal-nav div.nav-item {
        width: 49%
    }

    #journal div.journal-entries-container {
        width: 50%
    }

    #journal div.journal-entries-container ul.journal-entries {
        width: 260px
    }

    #get-involved #content h1 {
        margin: 0px 0 35px 0
    }

    #get-involved #content .action {
        margin-bottom: 20px
    }

    #get-involved #content .action h2 {
        margin-bottom: 20px;
        font-size: 39px;
        font-size: 3.9rem;
        line-height: 1.25;
        text-align: left
    }

    #get-involved #content .action p {
        text-align: left
    }

    #get-involved #content .action img {
        float: right;
        padding-left: 25px;
        width: auto;
        height: auto
    }

    .staff-entry p {
        width: 50%;
        float: left
    }

    #framework .bsd-contribForm-oneCol {
        margin: 0 auto
    }

    #framework .bsd-contribForm-oneCol .bsd-contribForm-aboveContent {
        width: 45%;
        float: left
    }

    #framework .bsd-contribForm-oneCol #contribution {
        width: 45%;
        float: right
    }

    #framework .bsd-contribForm-twoCol .bsd-contribForm-aboveContent {
        width: 45%;
        float: left
    }

    #framework .bsd-contribForm-twoCol #contribution {
        width: 45%;
        float: right
    }

    #framework .bsd-contribForm-aboveContent {
        width: 45%;
        float: left
    }

    #framework form#contribution {
        width: 50%;
        float: right
    }

    #framework .bsd-contribForm-belowContent {
        clear: both
    }

    .outreach-form-wrap {
        *zoom: 1
    }

    .outreach-form-wrap:after {
        content: "";
        display: table;
        clear: both
    }

    .outreach-form-wrap .bsd-page-content {
        width: 45%;
        float: left
    }

    .outreach-form-wrap .bsd-contribForm-wrap {
        width: 45%;
        float: right
    }

    #framework .bsd-outreach .odaddressdates td > div {
        float: left;
        display: block;
        min-width: 130px;
        margin: 0px 3px;
        height: 5em
    }

    #framework .bsd-outreach .odaddressheader a + a {
        padding-right: 20px;
        border-right: 1px solid
    }

    #colorbox, #cboxOverlay, #cboxWrapper {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        overflow: hidden
    }

    #cboxWrapper {
        max-width: none
    }

    #cboxOverlay {
        position: fixed;
        width: 100%;
        height: 100%
    }

    #cboxMiddleLeft, #cboxBottomLeft {
        clear: left
    }

    #cboxContent {
        position: relative
    }

    #cboxLoadedContent {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    #cboxTitle {
        margin: 0
    }

    #cboxLoadingOverlay, #cboxLoadingGraphic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
        cursor: pointer
    }

    .cboxPhoto {
        float: left;
        margin: auto;
        border: 0;
        display: block;
        max-width: none;
        -ms-interpolation-mode: bicubic
    }

    .cboxIframe {
        width: 100%;
        height: 100%;
        display: block;
        border: 0
    }

    #colorbox, #cboxContent, #cboxLoadedContent {
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box
    }

    #cboxOverlay {
        background-color: #292929
    }

    #cboxClose {
        display: none
    }

    #colorbox {
        outline: 0
    }
}

@media (min-width: 816px) {
    .load-more-wrapper + #scroll-loader-control {
        display: none
    }

    .slider-container {
        margin: 0 auto
    }

    .slider-wrapper {
        position: relative;
        margin-bottom: 12px
    }

    .slider-wrapper .bx-wrapper {
        margin: 0 auto;
        position: relative;
        width: 556px
    }

    .slider-wrapper .bxslider {
        background: #fff;
        margin: 0
    }

    .slider-wrapper .load-more-large {
        margin: 0 auto
    }

    .slide-row {
        *zoom: 1;
        margin: 12px 0
    }

    .slide-row:after {
        content: "";
        display: table;
        clear: both
    }

    .slide-row:first-child {
        margin-top: 0
    }

    .slide-row:last-child {
        margin-bottom: 0
    }

    .slide-row li:first-child {
        margin-left: 0
    }

    .slide-row li:last-child {
        margin-right: 0
    }

    .slide {
        background: #fff;
        margin: 0 12px
    }

    .bx-controls-direction {
        *zoom: 1;
        position: absolute
    }

    .bx-controls-direction:after {
        content: "";
        display: table;
        clear: both
    }

    .bx-controls-direction .bx-prev, .bx-controls-direction .bx-next {
        position: absolute;
        display: block;
        position: relative;
        width: 28px;
        height: 36px;
        bottom: 120.75px
    }

    .bx-controls-direction .bx-prev {
        position: absolute;
        left: -65px
    }

    .bx-controls-direction .bx-next {
        position: absolute;
        left: 609px
    }

    .load-more-pane {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #fff;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: .5;
        display: none
    }

    .background-rows {
        position: absolute;
        width: 100%;
        *zoom: 1
    }

    .background-rows:after {
        content: "";
        display: table;
        clear: both
    }

    .background-rows div {
        *zoom: 1
    }

    .background-rows div:after {
        content: "";
        display: table;
        clear: both
    }

    .background-rows div:last-child {
        display: none
    }

    .background-rows div span {
        height: 260px;
        margin-bottom: 12px;
        width: 50%
    }

    .background-rows div span:first-child {
        float: left
    }

    .background-rows div span:last-child {
        float: right
    }

    .load-more-large {
        width: 132px;
        height: 132px;
        background: url("/images/load-more-large.gif") 0 0 no-repeat;
        text-indent: -9999px;
        overflow: hidden;
        letter-spacing: -1000em;
        display: block;
        z-index: 1;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fff;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
        opacity: .75
    }
}

@media (min-width: 1088px) {
    .slider-wrapper .bx-wrapper {
        width: 828px
    }

    .sl-full .bx-controls-direction .bx-prev, .sl-full .bx-controls-direction .bx-next {
        bottom: 380.75px
    }

    .bx-controls-direction .bx-next {
        left: 881px
    }

    .sl-full .background-rows div:last-child {
        display: block
    }

    ul.our-work-grid .circle .title {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 2.35
    }
}

@media (min-width: 1100px) {
    .wrapper {
        width: 1100px;
        margin: 0 auto;
        padding: 0
    }

    .content-wrapper {
        padding: 60px 0 15px 0;
        width: 824px
    }

    #brief-header, #slide-out, #menu-trigger {
        display: none
    }

    #full-header {
        padding: 20px 0;
        display: block;
        border-bottom: 14px solid #36bbe7;
        background: #fff
    }

    #full-header .pre-header {
        overflow: hidden;
        margin-bottom: 20px
    }

    #full-header .pre-header h2 {
        font-family: "Proxima N W01 Reg", sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.25;
        color: #36bbe7;
        text-transform: uppercase;
        width: 405px;
        float: left;
        letter-spacing: -1px
    }

    #full-header .pre-header .signup {
        float: right
    }

    #full-header .pre-header .signup input {
        margin-right: 10px
    }

    #full-header .pre-header .signup .header-signup-email {
        width: 220px
    }

    #full-header .pre-header .signup .header-signup-zip {
        width: 100px
    }

    #full-header .pre-header .signup button {
        padding: 14px 16px 10px 16px;
        color: white;
        background-color: #ed1855;
        border: solid 1px #ed1855;
        background-image: -webkit-linear-gradient(bottom, #ed1855, #c50f43);
        background-image: -moz-linear-gradient(bottom, #ed1855, #c50f43);
        background-image: -o-linear-gradient(bottom, #ed1855, #c50f43);
        background-image: linear-gradient(to top, #ed1855, #c50f43);
        font-family: "Proxima N W01 Reg", sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.25;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 0 16px
    }

    #full-header .pre-header .signup button span {
        font-size: 10px;
        font-size: 1rem;
        line-height: 30px;
        display: inline;
        background: transparent
    }

    #full-header .pre-header .signup button:hover {
        background: #f14778
    }

    #full-header .main-header {
        clear: both;
        height: 50px
    }

    #full-header .main-header .header-logo {
        float: left;
        margin-right: 40px
    }

    #full-header .main-header .header-logo a {
        position: relative;
        bottom: 2px;
        width: 155px;
        height: 52px;
        background: url("/images/uploads/bnf_logo.png") 0px 0px no-repeat;
        background-size: 155px;
        text-indent: -9999px;
        overflow: hidden;
        letter-spacing: -1000em;
        display: block
    }

    .no-svg #full-header .main-header .header-logo a {
        background-image: url("/images/uploads/bnf_logo.png")
        background-size: 155px;
    }

    #full-header .main-header .main-nav {
        float: left;
        position: relative;
        height: 50px;
        border-left: 1px solid rgba(255, 102, 51, 0.25);
        border-right: 1px solid rgba(255, 102, 51, 0.25)
    }

    #full-header .main-header .main-nav ul li {
        display: block;
        float: left;
        width: auto;
        margin: 0 23px
    }

    #full-header .main-header .main-nav ul li.first_child {
        margin-left: 40px
    }

    #full-header .main-header .main-nav ul li.last_child {
        margin-right: 40px
    }

    #full-header .main-header .main-nav ul li a {
        height: 50px;
        line-height: 50px
    }

    #full-header .main-header .main-nav ul li ul {
        display: none
    }

    #full-header .main-header .utility-nav {
        float: right;
        height: 50px
    }

    #full-header .main-header .utility-nav .social-utility li {
        display: inline-block
    }

    #full-header .main-header .utility-nav .social-utility li a {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 50px;
        position: relative;
        top: 3px
    }

    #full-header .main-header .utility-nav .social-utility li a.fb {
        color: #30cf7b
    }

    #full-header .main-header .utility-nav .social-utility li a.tw {
        color: #36bbe7
    }

    #full-header .main-header .utility-nav .social-utility li a.in {
        color: #f63
    }

    #full-header .main-header .utility-nav .social-utility li a:hover {
        color: #ed1855
    }

    #full-header .main-header .utility-nav .social-utility li + li {
        margin-left: 10px
    }

    #main-footer .main-nav, #main-footer .wide-search {
        display: block
    }

    #main-footer .narrow-search {
        display: none
    }

    #main-footer .footer-utility {
        padding: 50px;
        position: relative;
        margin: 0 auto
    }

    #main-footer .main-nav {
        text-align: left;
        text-transform: uppercase
    }

    #main-footer .main-nav .nav-menu {
        display: table
    }

    #main-footer .main-nav .nav-menu li {
        display: block
    }

    #main-footer .main-nav .nav-menu .level_1 > a, #main-footer .main-nav .nav-menu .level_1 > ul {
        margin-left: 30px
    }

    #main-footer .main-nav .nav-menu > li {
        display: table-cell;
        vertical-align: top;
        float: none;
        margin-right: 30px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        padding-right: 30px
    }

    #main-footer .main-nav .nav-menu > li:nth-child(4) {
        border: none
    }

    #main-footer .main-nav .nav-menu > li.node_kopila_journal, #main-footer .main-nav .nav-menu > li.node_donate {
        border-right: none
    }

    #main-footer .main-nav .nav-menu > li.node_donate a {
        padding: 14px 16px 10px 16px;
        color: white;
        background-color: #ed1855;
        border: solid 1px #ed1855;
        background-image: -webkit-linear-gradient(bottom, #ed1855, #c50f43);
        background-image: -moz-linear-gradient(bottom, #ed1855, #c50f43);
        background-image: -o-linear-gradient(bottom, #ed1855, #c50f43);
        background-image: linear-gradient(to top, #ed1855, #c50f43);
        font-family: "Proxima N W01 Reg", sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.25;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        background: #ed1855
    }

    #main-footer .main-nav .nav-menu > li.node_donate a span {
        font-size: 10px;
        font-size: 1rem;
        line-height: 30px;
        display: inline;
        background: transparent
    }

    #main-footer .main-nav .nav-menu > li.node_donate a:hover {
        background: #f14778
    }

    #main-footer .main-nav .nav-menu > li.node_donate a:after {
        content: ' \25B8';
        vertical-align: text-bottom
    }

    #main-footer .main-nav .nav-menu > li a {
        font-family: "TradeGothicW01-BoldCn20_675334", sans-serif;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.25;
        color: #292929;
        margin-bottom: 10px;
        display: block
    }

    #main-footer .main-nav .nav-menu > li a:hover {
        color: black
    }

    #main-footer .main-nav .nav-menu > li > ul > li a {
        font-family: "Proxima N W01 Bold", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.25;
        color: white
    }

    #main-footer .main-nav .nav-menu > li > ul > li a:hover {
        color: black
    }

    #main-footer .social-utility {
        margin: 10px auto;
        width: auto;
        overflow: hidden
    }

    #main-footer .social-utility li {
        display: block
    }

    #main-footer .social-utility li a {
        color: white;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.25
    }

    #main-footer .social-utility li a .ss-icon {
        margin-right: 6px;
        position: relative;
        top: 2px;
        padding-left: 1px
    }

    #main-footer .social-utility li a .social-title {
        font-family: "Proxima N W01 Reg", sans-serif;
        display: inline
    }

    #main-footer .social-utility li a:hover {
        color: #292929
    }

    #main-footer .social-utility li + li {
        margin: 4px 0 0 0
    }

    #main-footer .search-social {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        overflow: hidden;
        padding-top: 30px;
        position: absolute;
        text-align: left;
        top: 110px;
        right: 14px;
        width: 430px
    }

    #main-footer .search-social .search {
        float: left;
        margin-right: 30px
    }

    #home ul.our-work-grid li:first-child {
        margin-left: 1.6%
    }

    #home #rotator {
        border-bottom: 14px solid #36bbe7
    }

    #home #rotator .cta-text {
        width: 40%;
        left: 30%
    }

    #journal div.journal-entries-container {
        width: 50%;
        overflow: hidden
    }

    #journal div.journal-entries-container ul.journal-entries {
        width: 100%
    }
}

@media (min-width: 1360px) {
    .slider-wrapper .bx-wrapper {
        width: 1100px
    }

    .bx-controls-direction .bx-next {
        left: 1153px
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #bsd-contribution-card-type td {
        margin-bottom: 10px
    }

    #bsd-contribution-card-type td, #bsd-contribution-card-type .radiobutton, #bsd-contribution-card-type label {
        display: block
    }

    #bsd-contribution-card-type .radiobutton, #bsd-contribution-card-type label {
        float: left
    }

    #bsd-contribution-card-type .radiobutton {
        clear: left;
        height: 20px;
        border: none
    }
}

@media print {
    * {
        background: transparent !important;
        color: #444 !important;
        text-shadow: none !important
    }

    a, a:visited {
        color: #444 !important;
        text-decoration: underline
    }

    #content a:after {
        content: " (" attr(href) ")"
    }

    abbr:after {
        content: " (" attr(title) ")"
    }

    .ir a:after {
        content: ""
    }

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

    thead {
        display: table-header-group
    }

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

    @page {
        margin: 0.5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    #sidebar, #editToggle, .editThis, #navigation, #addthis, #search, #nav {
        display: none
    }

    #disqus_thread {
        display: none
    }

    a.dsq-brlink {
        display: none
    }

    #main {
        overflow: hidden
    }

    #main img {
        float: left;
        clear: both;
        margin: 0 10px 10px 0
    }

    nav.main-nav, .pre-header, section.slider-container, form.signup, ul.social-utility, footer {
        display: none
    }
}

/*# sourceMappingURL=styles.css.map */