/*
	Theme Name: Reproaction 2017
	Author: Teal Media
*/
* { margin: 0; padding: 0; }

html { overflow-y: scroll; font: 17px/1.412 Charter,Georgia,serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { height: auto !important; }

body, textarea, input, select, option, button { color: #3c484d; font: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
div, form, blockquote, article, aside, details, figcaption, figure, footer, header, menu, nav, main, section, ul, ol, dl, dd, p, table, pre, h1, h2, h3, h4, h5, h6 { display: block; margin-bottom: 1.412rem; } :last-child { margin-bottom: 0 !important; } .last-child { margin-bottom: 0 !important; }
body > :not(.root-a), body > :not(.root-a) div, body > :not(.root-a) form { margin-bottom: 0; }

@media screen and (max-width: 1279px) { html { font-size: 16px; } }
@media screen and (max-width: 1023px) { html { font-size: 15px; line-height: 1.65; } }
@media screen and (max-width:  359px) { html { font-size: 14px; } }

@font-face { font-family: 'Charter'; font-weight: normal; font-style: normal; src: url('assets/fonts/charter/charter_regular-webfont.eot'); src: url('assets/fonts/charter/charter_regular-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/charter/charter_regular-webfont.woff') format('woff'); }
@font-face { font-family: 'Charter'; font-weight: normal; font-style: italic; src: url('assets/fonts/charter/charter_italic-webfont.eot'); src: url('assets/fonts/charter/charter_italic-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/charter/charter_italic-webfont.woff') format('woff'); }
@font-face { font-family: 'Charter'; font-weight: bold; font-style: normal; src: url('assets/fonts/charter/charter_bold-webfont.eot'); src: url('assets/fonts/charter/charter_bold-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/charter/charter_bold-webfont.woff') format('woff'); }
@font-face { font-family: 'Charter'; font-weight: bold; font-style: italic; src: url('assets/fonts/charter/charter_bold_italic-webfont.eot'); src: url('assets/fonts/charter/charter_bold_italic-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/charter/charter_bold_italic-webfont.woff') format('woff'); }
@font-face { font-family: 'Muli'; font-weight: 300; font-style: normal; src: url('assets/fonts/muli/muli-light.eot'); src: url('assets/fonts/muli/muli-light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/muli/muli-light.woff2') format('woff2'), url('assets/fonts/muli/muli-light.woff') format('woff'), url('assets/fonts/muli/muli-light.ttf') format('truetype'), url('assets/fonts/muli/muli-light.svg#mulilight') format('svg'); }
@font-face { font-family: 'Muli'; font-weight: normal; font-style: normal; src: url('assets/fonts/muli/muli-regular.eot'); src: url('assets/fonts/muli/muli-regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/muli/muli-regular.woff2') format('woff2'), url('assets/fonts/muli/muli-regular.woff') format('woff'), url('assets/fonts/muli/muli-regular.ttf') format('truetype'), url('assets/fonts/muli/muli-regular.svg#muliregular') format('svg'); }
@font-face { font-family: 'Muli'; font-weight: bold; font-style: normal; src: url('assets/fonts/muli/muli-bold.eot'); src: url('assets/fonts/muli/muli-bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/muli/muli-bold.woff2') format('woff2'), url('assets/fonts/muli/muli-bold.woff') format('woff'), url('assets/fonts/muli/muli-bold.ttf') format('truetype'), url('assets/fonts/muli/muli-bold.svg#mulibold') format('svg'); }
@font-face { font-family: 'Muli'; font-weight: bolder; font-style: normal; src: url('assets/fonts/muli/muli-extrabold.eot'); src: url('assets/fonts/muli/muli-extrabold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/muli/muli-extrabold.woff2') format('woff2'), url('assets/fonts/muli/muli-extrabold.woff') format('woff'), url('assets/fonts/muli/muli-extrabold.ttf') format('truetype'), url('assets/fonts/muli/muli-extrabold.svg#muliextrabold') format('svg'); }
@font-face { font-family: 'StateFace'; src: url('assets/fonts/stateface/stateface-regular-webfont.eot'); src: url('assets/fonts/stateface/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/stateface/stateface-regular-webfont.woff') format('woff'), url('assets/fonts/stateface/stateface-regular-webfont.ttf') format('truetype'), url('assets/fonts/stateface/stateface-regular-webfont.svg#StateFaceRegular') format('svg'); font-weight: normal; font-style: normal; }

/*!
 * Layout
/* ---------------------------------------- */

.root-a { position: relative; overflow: hidden; width: 100%; min-width: 320px; min-height: 100vh; margin: 0; padding: 0 0 0 185px; box-sizing: border-box; }
 .root-a *, .root-a *:before, .root-a *:after { box-sizing: inherit; }
 .root-a:before { position: absolute; left: 0; top: 0; bottom: 0; z-index: 100; content: ''; width: 185px; background: #f3f3f3; }
 .root-a:after { position: absolute; left: 185px; top: 0; bottom: 0; z-index: 199; content: ''; width: 6px; background: -webkit-linear-gradient(left, rgba(0,0,0,0.2), transparent); background: linear-gradient(to right, rgba(0,0,0,0.2), transparent); }
 .root-a > .wrap { margin: 0; }
  .root-a .-contain { max-width: 1380px; border-left: 120px solid transparent; border-right: 120px solid transparent; }
  .root-a .-contain.-narrow { max-width: 1140px; }
  .root-a .-expand { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }

.root-a.is-loading * { transition: none !important; }

@media (max-width: 1499px), (max-height: 859px) {
.root-a { padding-left: 150px; }
 .root-a:before { width: 150px; }
 .root-a:after { left: 150px; }
 .root-a .-contain { border-left-width: 100px; border-right-width: 100px; }
}
@media screen and (max-width: 1279px) {
.root-a { padding-left: 0; }
 .root-a:before { display: none; }
 .root-a:after { display: none; }
 .root-a .-contain { border-left-width: 60px; border-right-width: 60px; }
}
@media screen and (max-width: 719px) {
.root-a .-contain { border-left-width: 40px; border-right-width: 40px; }
}
@media screen and (max-width: 479px) {
.root-a .-contain { border-left-width: 20px; border-right-width: 20px; }
}

/* grid */

.grid-a { overflow: hidden; margin: 40px 0; }
.grid-a:first-child { margin-top: 0; }
 .grid-a > .wrap { margin: -30px -15px 0; font-size: 0; letter-spacing: -1em; }
 .grid-a > .wrap { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .grid-a > .wrap > .cell { display: inline-block; position: relative; width: 24.999%; margin: 0; border: 1px solid transparent; border-width: 30px 15px 0; background-clip: padding-box; font-size: 16px; font-size: 1rem; letter-spacing: 0; vertical-align: top; }
  .grid-a > .wrap > .w16 { width: 16.666%; } .w25 { width: 24.999%; } .grid-a > .wrap > .w33 { width: 33.333%; } .grid-a > .wrap > .w40 { width: 39.999%; } .grid-a > .wrap > .w50 { width: 49.999%; } .grid-a > .wrap > .w60 { width: 59.999%; } .grid-a > .wrap > .w66, .grid-a > .wrap > .w67 { width: 66.666%; } .grid-a > .wrap > .w75 { width: 74.999%; } .grid-a > .wrap > .w100 { width: 100%; }

@media screen and (min-width: 1024px) { .grid-a > .wrap > .w0 { display: none; } }
@media screen and (min-width: 600px) and (max-width: 1023px) { .grid-a > .wrap > .w0\@medium { display: none; } .grid-a > .wrap > .w16\@medium { width: 16.666%; } .grid-a > .wrap > .w25\@medium { width: 24.999%; } .grid-a > .wrap > .w33\@medium { width: 33.333%; } .grid-a > .wrap > .w40\@medium { width: 39.999%; } .grid-a > .wrap > .w50\@medium { width: 49.999%; } .grid-a > .wrap > .w60\@medium { width: 59.999%; } .grid-a > .wrap > .w66\@medium, .grid-a > .wrap > .w67\@medium { width: 66.666%; } .grid-a > .wrap > .w75\@medium { width: 74.999%; } .grid-a > .wrap > .w100\@medium { width: 100%; } }
@media screen and (max-width: 599px) { .grid-a { margin: 30px 0; } .grid-a > .wrap { margin: -15px -7px 0; } .grid-a > .wrap > .cell { width: 100%; border-width: 15px 7px 0; } .grid-a > .wrap > .w0\@small { display: none; } .grid-a > .wrap > .w16\@small { width: 16.666%; } .grid-a > .wrap > .w25\@small { width: 24.999%; } .grid-a > .wrap > .w33\@small { width: 33.333%; } .grid-a > .wrap > .w40\@small { width: 39.999%; } .grid-a > .wrap > .w50\@small { width: 49.999%; } .grid-a > .wrap > .w60\@small { width: 59.999%; } .grid-a > .wrap > .w66\@small, .grid-a > .wrap > .w67\@small { width: 66.666%; } .grid-a > .wrap > .w75\@small { width: 74.999%; } .grid-a > .wrap > .w100\@small { display: block; width: 100%; } }

/*!
 * Modules
/* ---------------------------------------- */

.actionbox-a { border: 1px solid #ff6000; }
 .actionbox-a > .header { margin-bottom: 0; padding-bottom: 25px; border-bottom: 1px solid #eaecef; font-size: 15px; }
  .actionbox-a > .header .hx { margin-bottom: 10px; color: #ff6000; font-size: 1.176rem; font-weight: bold; text-transform: uppercase; }
 .actionbox-a > .wrap { overflow: hidden; }
  .actionbox-a > .wrap h2, .single-action .story-a .can_embed.v2 h2, .page-body-content .can_embed.v3 h2 { color: #ff6000; font: bold 2em/1.2 Muli,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 2.353rem; }
  .actionbox-a > .wrap h4, .single-action .story-a .can_embed.v2 h4, .page-body-content .can_embed.v3 h4 { font: bold 1.5em/1.2 Muli,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 1.647rem; }
  .actionbox-a input + input, .single-action .story-a .can_embed.v2 input + input, .page-body-content .can_embed.v3  input + input { margin-top: 20px; }
  .actionbox-a .country_wrap, .single-action .story-a .can_embed.v2 .country_wrap, .page-body-content .can_embed.v3  .country_wrap { margin-top: 20px; }
  .actionbox-a input[type=submit], .single-action .story-a .can_embed.v2 input[type=submit], .page-body-content .can_embed.v3 input[type=submit] { display: block; width: 100%; margin: 0; border-left-width: 0; }
  .actionbox-a input[type=submit] + img, .single-action .story-a .can_embed.v2 input[type=submit] + img, .page-body-content .can_embed.v3 input[type=submit] + img { float: right; margin: 10px 0 0 20px; }
  .actionbox-a #d_sharing, .single-action .story-a .can_embed.v2 #d_sharing, .page-body-content .can_embed.v3  #d_sharing { margin: 20px 0 40px; }
   .actionbox-a #d_sharing ul, .single-action .story-a .can_embed.v2 #d_sharing ul, .page-body-content .can_embed.v3  #d_sharing ul { padding: 0; }
   .actionbox-a #d_sharing li, .single-action .story-a .can_embed.v2 #d_sharing li, .page-body-content .can_embed.v3  #d_sharing li { font-size: 12px; font-family: Muli,Helvetica Neue,Helvetica,Arial,sans-serif; }
    .actionbox-a #d_sharing li:before, .single-action .story-a .can_embed.v2 #d_sharing li:before, .page-body-content .can_embed.v3  #d_sharing li:before { display: none; }
    .actionbox-a #d_sharing li input, .single-action .story-a .can_embed.v2 #d_sharing li input, .page-body-content .can_embed.v3  #d_sharing li input { margin-right: 5px; }
  .actionbox-a #action_info, .single-action .story-a .can_embed.v2 #action_info, .page-body-content .can_embed.v3  #action_info  { margin: 40px 0 0; padding: 15px 0 0; border-top: 1px solid #eaecef; font: inherit; font-size: 15px; }
   .actionbox-a #action_info strong, .single-action .story-a .can_embed.v2 #action_info strong, .page-body-content .can_embed.v3  #action_info strong { font-weight: normal; }
  .actionbox-a #logo_wrap, .single-action .story-a .can_embed.v2 #logo_wrap, .page-body-content .can_embed.v3  #logo_wrap { margin: 40px -60px 0; padding: 30px 20px; background: #eaecef; text-align: center; }
   .actionbox-a #logo_wrap a, .single-action .story-a .can_embed.v2 #logo_wrap a, .page-body-content .can_embed.v3  #logo_wrap a { display: inline-block; background: none; vertical-align: top; }
    .actionbox-a #logo_wrap img, .single-action .story-a .can_embed.v2 #logo_wrap img, .page-body-content .can_embed.v3  #logo_wrap img { display: block; margin: 0 auto; }
    .actionbox-a li.control-group, .single-action .story-a .can_embed.v2 li.control-group, .page-body-content .can_embed.v3  li.control-group { list-style-type: none; }

    .page-body-content p { font-size: 20px; line-height: 28px; }

.actionbox-a.emailsignup { float:none;max-width:100% !important;width: 100%;}
.page-body-content .can_embed.v3 {
  margin: 60px 0;
}
.single-action .story-a .can_embed.v2, .page-body-content .can_embed.v3  { border: 1px solid #ff6000;  }

@media screen and (max-width: 479px) {
.actionbox-a { margin-left: -21px; margin-right: -21px; }
.actionbox-a.emailsignup { width: 96%; margin-left: 3%;}
.single-action .story-a .can_embed.v2, .page-body-content .can_embed.v3  { margin-left: -21px; margin-right: -21px; width: 96%; margin-left: 3%; padding: 20px 20px 0 20px; }
}

.page-body-content.footnotes { font-style: italic; font-size: 14px; line-height: 1.2;}
.page-body-content.footnotes li:before, .page-body-content.footnotes ol:before { color: inherit; }

/* archive */

.archive-a { }
 .archive-a > .wrap { }
 .archive-a > hr { background-color: #d3d6dd; }
 .archive-a > .more { }
  .archive-a > .more .button-a { display: block; width: 100%; border-left-width: 0; }
  .archive-a > .more .button-a { display: block; width: 100%; border-left-width: 0; }
   .archive-a > .more .button-a .s { display: none; }
   .archive-a > .more .button-a.is-loading .s { display: block; }
   .archive-a > .more .button-a.is-loading .t { display: none; }

/* audio player */

.audio-a { }
 .audio-a .player { margin-bottom: 10px; }

/* covering background */

.bg-a { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; margin: 0; border-top: none; }
.bg-a ~ * { position: relative; }
 .bg-a img { display: block; width: 100%; min-width: 100%; max-width: none; height: 100%; min-height: 100%; object-fit: cover; object-position: 50% 0; }
 .no-objectfit .bg-a img { position: absolute; left: 50%; top: 50%; width: auto; height: auto; -webkit-transform: translate3d(-50%,-50%,0) scale(1.01); -ms-transform: translate3d(-50%,-50%,0) scale(1.01); transform: translate3d(-50%,-50%,0) scale(1.01); }

/* bio */

.team-a .entries > .wrap{ display:flex; flex-wrap:wrap; }
.team-a .entries .wrap .bio-b { width: calc(25% - 20px); margin: 10px;}
.team-a .entries .wrap .bio-b figure {border:none; transition:0.3s ease all;}
.team-a .entries .wrap .bio-b a:hover figure { border: 4px solid  #ff6000;}
.team-a .entries .wrap .bio-b h5.hx {margin-bottom: 10px; font-weight:bold;}
.team-a .entries .wrap .bio-b h6{font: bold 14px / 1.2 Muli, Helvetica Neue, Helvetica, Arial, sans-serif;}


@media screen and (max-width: 1024px) {
  .team-a .entries .wrap .bio-b { width: calc(50% - 20px); margin: 10px;}
}
@media screen and (max-width: 599px) {
  .team-a .entries .wrap .bio-b { width: calc(100% - 20px); margin: 10px;}
}



.bio-a { margin-bottom: 40px; }
 .bio-a:after { display: table; clear: both; content: ''; }
 .bio-a .image { float: left; width: 270px; margin: 0 -100% 0 0; border-width: 0; }
  .bio-a .image img { display: block; width: 100%; -webkit-filter: grayscale(100%); filter: grayscale(100%); }
 .bio-a .wrap { }
 .js .bio-a:not(.is-active) [data-more] { position: relative; overflow: hidden; max-height: 260px; }
  .js .bio-a:not(.is-active) [data-more]:before { position: absolute; left: 0; bottom: 0; right: 0; content: ''; height: 100px; background: -webkit-linear-gradient(rgba(255,255,255,0) 0, #fff 65%); background: linear-gradient(rgba(255,255,255,0) 0, #fff 65%); }
 .bio-a .image + .wrap { margin-left: 300px; }
  .bio-a .hx { font-weight: bold; }
  .bio-a .hx + .title { margin-top: -1.5em; }
  .bio-a .more { display: none; position: absolute; left: 0; bottom: 0; margin: 0; cursor: pointer; }
  .js .bio-a:not(.is-active) .more { display: block; }
   .bio-a .more .fa { color: #ff6000; }

@media screen and (max-width: 1599px) {
.bio-a .image { width: 220px; }
.bio-a .image + .wrap { margin-left: 250px; }
.js .bio-a:not(.is-active) [data-more] { max-height: 210px; }
}
@media screen and (max-width: 599px) {
.bio-a .image { float: none; width: auto; margin: 0 0 30px; }
.bio-a .image + .wrap { margin-left: 0; }
}

/* browser warning */

.browser-a { margin: 0 0 40px; padding: 20px 40px; background: #b22; color: #fff; text-align: center; }
 .browser-a a { color: #fff !important; text-decoration: underline; }

/* campaign card */

.card-a { position: relative; border: 1px solid #ff6000; }
 .card-a > a { display: block; background: none; }
 .card-a .image { margin: 0; border-width: 0; background: #3c484d; max-height: 260px;    overflow: hidden;}
 .card-a:hover .image .ix-d:after { opacity: 0.9; }
  .card-a .image img { display: block; width: auto; max-width: inherit;}
 .card-a .wrap { position: absolute; left: 0; right: 0; bottom: 0; -webkit-transform: translateZ(0); transform: translateZ(0); }
  .card-a .wrap .hx { max-width: 85%; margin-bottom: 40px; padding: 0 40px; font-size: 1.882rem; line-height: 1.1; font-weight: 300; }
  .card-a.-small .wrap > .hx { margin-bottom: 25px; padding: 0 30px; font-size: 1.176rem; line-height: 1.3; }
   .card-a .wrap .hx > span { display: block; }
  .card-a .wrap .action { }
   .card-a .wrap .action .button-a { padding-left: 40px; padding-right: 40px;  border: 1px solid #3c484d; border-left-width: 0; border-right-width: 5px; border-right-color: #ff6000; background: #3c484d; }
   .card-a .wrap .action .button-a:hover { background: #262D30; border-color: #262D30; border-right-color: #ff6000; }
   .card-a .wrap .signup { position: relative; }
   .card-a .wrap .signup input { width: 100%; padding-right: 75px; border-color: #d0d0d0; background-color: #d0d0d0; }
   .card-a .wrap .signup button { position: absolute; right: 0; top: 0; width: 60px; padding-left: 0; padding-right: 0; }

.card-a.campaign .image { background-color: transparent; min-height: 265px;}
.card-a.campaign .wrap h4 { min-height: 100px; }

@media screen and (max-width: 1439px) {
.card-a .wrap .hx { max-width: 100%; }
}
@media screen and (max-width: 1365px) {
.card-a.-small .wrap > .hx { margin-bottom: 15px; padding: 0 20px; font-size: 1rem; }
 .card-a.-small input { height: 46px; line-height: 44px; }
 .card-a.-small .button-a { width: 100%; min-height: 0; padding: 10px 20px; font-size: 1rem; }
}
@media screen and (max-width: 599px) {
.card-a .wrap > .hx { margin-bottom: 15px; padding: 0 20px; }
.card-a .button-a { min-height: 0; padding: 10px 20px; font-size: 1rem; }
.card-a .wrap > .hx, .card-a.-small .wrap > .hx { font-size: 1.5rem; }
}
@media screen and (max-width: 359px) {
.card-a .wrap > .hx, .card-a.-small .wrap > .hx { font-size: 1.25rem; }
}

/* connect box */

.connect-a { }
 .connect-a .field { position: relative; margin-bottom: 30px; }
  .connect-a .field input { width: 100%; padding-right: 75px; }
  .connect-a .field button { position: absolute; right: 0; top: 0; width: 60px; padding-left: 0; padding-right: 0; }
 .connect-a .socials-a li { display: inline-block; margin: 0; }
 .connect-a .socials-a li ~ li { display: inline-block; margin: 0 0 0 20px; }

/* connect bar */

.connect-b { margin-bottom: 40px; background: #3c484d; color: #fff; }
 .connect-b > .wrap { padding: 40px 0; font-size: 0; letter-spacing: -1em; }
  .connect-b .intro { display: inline-block; width: 49.99%; margin: 0; padding-right: 20px; font-size: 15px; font-size: 1rem; letter-spacing: 0; vertical-align: middle; }
   .connect-b .intro .hx { }
   .connect-b .intro p { font-size: 1.176rem; line-height: 1.25; font-weight: 300; }
  .connect-b .fields { display: inline-block; position: relative; width: 49.99%; margin: 0; padding-left: 20px; padding-right: 220px; font-size: 15px; font-size: 1rem; letter-spacing: 0; vertical-align: middle; }
   .connect-b .fields input { background-color: #d0d0d0; }
   .connect-b .fields .button-a { position: absolute; right: 0; width: 220px; padding-left: 10px; padding-right: 10px; }

@media screen and (max-width: 1365px) {
.connect-b .intro { width: 39.99%; }
.connect-b .fields { width: 59.99%; }
}
@media screen and (max-width: 1023px) {
.connect-b .intro { display: block; width: 100%; margin-bottom: 1.5rem; }
.connect-b .fields { display: block; width: 100%; padding-left: 0; }
}
@media screen and (max-width: 599px) {
.connect-b .fields { padding-right: 0; }
 .connect-b .fields .button-a { position: relative; right: auto; width: 100%; margin-top: 10px; border-left-width: 0; }
}

/* global content */

.content-a { margin: 0; }

/* corner ctas */

.ctas-a { position: absolute; right: 0; top: 0; z-index: 101; }
 .ctas-a p { float: left; }
  .ctas-a .button-a .fa { width: 26px; height: 26px; padding-left: 1px; border: 1px solid #fff; border-radius: 50%; font-size: 15px; line-height: 24px; vertical-align: top; text-align: center; }
  .ctas-a .button-a .fa-envelope { font-size: 13px; }


/* footer ctas */

.ctas-b { margin: 0; border-top: 5px solid #ff6000; background: #3c484d; color: #fff; }
 .ctas-b .-contain { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }
  .ctas-b:after { display: table; clear: both; content: ''; }
  .ctas-b .hx { margin-bottom: 15px; }
  .ctas-b .intro { float: left; width: 29%; margin: 0; padding-right: 40px; }
   .ctas-b .intro p { font-size: 1.176rem; font-weight: bold; line-height: 1.2; letter-spacing: 0.02em; }
    .ctas-b .intro p a { background: none; color: #ff6000; }
    .ctas-b .intro p a:hover { color: #fff; }
  .ctas-b .connect-a { float: left; width: 41%; margin: 0; padding: 0 40px; border: 1px solid rgba(255,255,255,0.3); border-width: 0 1px; }
   .ctas-b .connect-a input { border-color: #d0d0d0; background-color: #d0d0d0; }
  .ctas-b .support { float: right; width: 30%; margin: 0; padding-left: 40px; }
   .ctas-b .support .button-a { display: block; padding-left: 14px; padding-right: 14px; border-left-width: 0; }

@media screen and (max-width: 1365px) {
.ctas-b .intro { width: 100%; margin-bottom: 40px; padding: 0 0 40px; border-bottom: 1px solid rgba(255,255,255,0.3); }
.ctas-b .connect-a { width: 50%; width: calc(100% - 300px); padding-left: 0; border-left-width: 0; }
.ctas-b .support { width: 300px; }
}
@media screen and (max-width: 719px) {
.ctas-b.-pYb { padding-top: 40px; padding-bottom: 40px; }
 .ctas-b .intro { margin-bottom: 30px; padding: 0 0 30px; }
 .ctas-b .connect-a { float: none; width: 100%; margin: 0 0 30px; padding: 0 0 30px; border-width: 0 0 1px; }
 .ctas-b .support { float: none; width: 100%; padding: 0; }
}


/* footer ctas */

.ctas-c { margin: 0; background: #252d30; color: #fff; }
 .ctas-c:after { display: table; clear: both; content: ''; }
 .ctas-c .-contain { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
 .ctas-c .-contain.column { -webkit-flex-flow: column wrap; -ms-flex-flow: column wrap; flex-flow: column wrap; justify-content: flex-start; padding: 60px 0 60px 0; }
  .ctas-c .introColumn { float: left; width: 100%; margin: 0; padding: 20px 0px 20px 0; }
  .ctas-c .intro { float: left; width: 38.5%; margin: 0; padding: 20px 20px 20px 0; }
  .ctas-c .intro { -webkit-align-self: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }
   .ctas-c .intro p { font-size: 1.176rem; font-weight: 300; }
  .ctas-c .states { position: relative; float: right; width: 61.5%; margin: 0; padding: 0; border: 1px solid rgba(255,255,255,0.12); border-width: 0 1px; }
   .ctas-c .states .wrap { margin: 0; padding: 0; font-size: 0; letter-spacing: -1em; }
   .ctas-c .states .wrap:not(.slick-slider) { overflow: auto; white-space: nowrap; }
    .ctas-c .states .item { display: inline-block; width: 19.999%; margin: 0; border: 0 solid rgba(255,255,255,0.12); border-right-width: 1px; font-size: 15px; line-height: 20px; font-weight: bold; letter-spacing: 0; text-transform: uppercase; vertical-align: top; text-align: center; }
     .ctas-c .states .item a { display: block; padding: 15px 10px 19px; background: none; }
     .ctas-c .states .item.is-active a,
     .ctas-c .states .item a:hover { background-color: #ff6000; }
      .ctas-c .states .stateicon-a { display: block; font-size: 30px; line-height: 46px; }
    .ctas-c .states .slick-arrow { background: none; }
    .ctas-c .states .slick-dots { display: none !important; }
   .ctas-c .states .more { display: none; border: 0 solid rgba(255,255,255,0.12); border-top-width: 1px; font-size: 14px; font-weight: bold; line-height: 40px; text-transform: uppercase; }
    .ctas-c .states .more a { display: block; padding: 10px 40px; background: none; }
    .ctas-c .states .more .fa { margin-right: 10px; color: #ff6000; }

    .ctas-c.column .wrap { float: left;  }
    .ctas-c .more-boxes { display: flex; width: 100%; padding: 0; margin: 20px 0 0;  }
    .ctas-c .more-boxes li { display: flex; border: solid 1px #ff6000; margin-right: 2%; width: 30%; margin-bottom: 0; }
    .ctas-c .more-boxes li:before { display: none; }
    .ctas-c .more-boxes li:last-child { margin-right: 0; }
    .ctas-c .more-boxes li a { font-size: 20px;  line-height: 1.3; padding: 30px 15px; font-weight: bold; text-decoration: none; background: none; }
  .ctas-c .itemsBoxes { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
   .ctas-c .itemsBoxes > .wrap { overflow: hidden; margin: -40px -20px 0; font-size: 0; letter-spacing: -1em; }
    .ctas-c .itemsBoxes > .wrap > .item { display: inline-block; width: 49.99%; margin: 0; padding: 40px 20px 0; font-size: 15px; font-size: 1rem; letter-spacing: 0; vertical-align: top; }
    .ctas-c .itemsBoxes > .wrap > .item:nth-child(n+3) { display: none; }

@media screen and (max-width: 1365px) {
.ctas-c .intro { width: 45%; }
.ctas-c .states { width: 55%; }
 .ctas-c .states .item { font-size: 14px; }
 .ctas-c .states li { font-size: 14px; }
}
@media screen and (max-width: 1279px) {
.ctas-c .states .slick-arrow { margin-left: 8px; margin-right: 8px; }
}
@media screen and (max-width: 1023px) {
.ctas-c .intro { width: 57.5%; }
.ctas-c .states { width: 42.5%; }
}
@media screen and (max-width: 719px) {
.ctas-c .-contain { display: block; }
 .ctas-c .intro { float: none; width: auto; }
 .ctas-c .states { float: none; width: auto; margin: 0 -40px; border: none; }
  .ctas-c .states .item { display: block; width: auto; padding: 0; border-width: 1px 0 0; line-height: 40px; text-align: left; }
  .ctas-c .states:not(.is-active) .item:nth-child(n+6) { display: none; }
   .ctas-c .states .item a { padding: 10px 40px; }
    .ctas-c .states .stateicon-a { float: left; width: 50px; margin: 0 10px 0 -10px; font-size: 30px; line-height: 40px; text-align: center; }
  .ctas-c .states:not(.is-active) .more { display: block; }
  .ctas-c .more-boxes { flex-direction: column; }
  .ctas-c .more-boxes li { width: 100%; margin-bottom: 20px; }
}


/* home video band */

.videoband-b { position: relative; margin: 0; padding: 120px 0; background: #324147; color: #fff; background-image: url(assets/images/videoband-bkg-v2.jpg); background-position: cover; }
 .videoband-b .-contain { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;  }
 .videoband-b .left { flex: 2}
  .videoband-b h3 { margin-bottom: 40px; font-size: 40px; line-height: 50px;  }
   .videoband-b .hx span { display: block; }
  .videoband-b figure { float: right; width: 565px; margin: 0 0 40px 60px; flex: 2; }
   .videoband-b figure a { display: block; }
  .videoband-b .action { margin-top: 2rem; }
 .videoband-b .featured-b { width: 100%; padding-top: 10px; }
 .videoband-b .left { flex: 2}
 .videoband-b .left p { margin-left: 5px; }
 .videoband-b .left p.action a { border-left: 0px;  }
 .videoband-b .footer {  }

@media screen and (max-width: 1579px) {
}
@media screen and (max-width: 1365px) {
.videoband-b figure { width: 480px; }
}
@media screen and (max-width: 1279px) {
 .videoband-b .-contain { padding-top: 60px; }
 .videoband-b { padding: 0 0 40px 0; }
}
@media screen and (max-width: 1023px) {
.videoband-b figure { float: none; margin-left: 0; margin-bottom: 40px; }
}
@media screen and (max-width: 719px) {
  .videoband-b .-contain { position: unset; }
  .videoband-b h3 {  position: absolute; top: 30px; width: 100%; }
  .videoband-b .-contain { display : flex; flex-direction: column; }
  .videoband-b .left { order: 2; }
  .videoband-b figure { order: 1; margin-bottom: 20px !important; margin-top: 100px; }
.videoband-b figure { width: 100%; }
}
@media screen and (max-width: 599px) {
.videoband-b { display: block; }
.videoband-b .hx span { display: inline; }
}
@media screen and (max-width: 479px) {
.videoband-b figure { margin-bottom: 30px; }
}

/* featured campaigns */

.featured-a { position: relative; padding: 35px 0; }
 .featured-a > .image { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; margin: 0; border: none; }
  .featured-a > .image img { display: block; width: 100%; min-width: 100%; max-width: none; height: 100%; min-height: 100%; object-fit: cover; }
  .no-objectfit .featured-a > .image img { position: absolute; left: 50%; top: 50%; width: auto; height: auto; -webkit-transform: translate3d(-50%,-50%,0) scale(1.01); -ms-transform: translate3d(-50%,-50%,0) scale(1.01); transform: translate3d(-50%,-50%,0) scale(1.01); }
 .featured-a > .wrap { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .featured-a > .wrap > .intro { width: 340px; margin: 0; padding-right: 40px; }
  .featured-a > .wrap > .items { margin: 0; }
  .featured-a > .wrap > .items { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
   .featured-a > .wrap > .items > .wrap { overflow: hidden; margin: -40px -20px 0; font-size: 0; letter-spacing: -1em; }
    .featured-a > .wrap > .items > .wrap > .item { display: inline-block; width: 49.99%; margin: 0; padding: 40px 20px 0; font-size: 15px; font-size: 1rem; letter-spacing: 0; vertical-align: top; }
    .featured-a > .wrap > .items > .wrap > .item:nth-child(n+3) { display: none; }

@media screen and (max-width: 1023px) {
.featured-a > .wrap { display: block; }
 .featured-a > .wrap > .intro { width: 100%; margin-bottom: 35px; }
}
@media screen and (max-width: 599px) {
.featured-a > .wrap > .items > .wrap > .item { width: 100%; }
}

/* Take action overrides - June 2020 Modifications */
.ta-20 ~ .featured-a, .take-action.featured-a { background-color: #131718; margin-bottom: 0; color: #fff;  }
.ta-20 ~ .featured-a .image, .take-action.featured-a .image { opacity: 0; }
.ta-20 ~ .featured-a .card-a, .take-action.featured-a .card-a { min-height: 245px; }
.ta-20 ~ .featured-a .card-a .wrap, .take-action.featured-a .card-a .wrap { position: relative; max-width: 80%; margin: 10% auto 0 auto; }
.ta-20 ~ .featured-a .card-a .wrap .action, .take-action.featured-a .card-a .wrap .action { margin-bottom: 40px !important; }
.ta-20 ~ .featured-a .card-a .wrap .hx, .take-action.featured-a .card-a .wrap .hx { padding: 0; height: 75px; text-transform: none; font-size: 1.582rem;   }
.ta-20 ~ .ix-b:after, .take-action.featured-a.ix-b:after { opacity: .1;  }


@media screen and (max-width: 599px) {
  .ta-20 ~ .featured-a .card-a, .take-action.featured-a .card-a { min-height: unset; }
}

/* featured cards */

.featured-b { overflow: hidden; }
 .featured-b > .wrap { }
  .featured-b .items { max-width: 630px; margin-left: auto; font-size: 0; letter-spacing: -1em; }
  .featured-b .items:not(.slick-slider) { white-space: nowrap; }
   .featured-b .item { display: inline-block; font-size: 15px; font-size: 1rem; letter-spacing: 0; vertical-align: top; }
   .featured-b .item:not(.slick-slide) { white-space: normal; }
    .featured-b .slick-list { overflow: visible; }
    .featured-b .slick-arrow { background: none; }
    .featured-b .slick-prev { left: 10px; }
    .featured-b .slick-next { right: -50px; }
    .featured-b .slick-dots { display: none !important; }
    .featured-b .card-a { }

@media screen and (max-width: 1279px) {
.featured-b .items { margin-left: -40px; }
.featured-b .slick-arrow { display: none !important; }
.featured-b .slick-dots { display: block !important; padding-left: 40px; text-align: left; }
}
@media screen and (max-width: 719px) {
.featured-b .items { margin-left: -30px; padding-right: 30px; }
}
@media screen and (max-width: 599px) {
.featured-b .slick-dots { padding-left: 25px; }
}

/* featured videos */

.featured-videos { background: #324147; color: white; margin-bottom: 0; }
.featured-videos .hx { color: white;}
.featured-videos .video-listing { display: grid; grid-template-columns: 33% 33% 33%; grid-row-gap: 30px; margin-top: 30px; padding: 0;  }
.featured-videos .video-listing li, .featured-videos .video-listing li a { position: relative; margin: 0 40px 0 0; }
.featured-videos .video-listing li figure { margin: 0; width: 100%; max-height: 450px; overflow: hidden; border-top: 0px; }
.featured-videos .video-listing li img { width: 100%; }
.featured-videos .video-listing li a { background: none; display: inline-block; width: 100%; }
.featured-videos .video-listing li a:hover { opacity: .7; }
.featured-videos .video-listing li .play-but { position: absolute; bottom: 0px; left: 0; width: 35px; height: 35px; background-image: url(./assets/images/play-but.gif); background-size: cover; }
.featured-videos .video-listing li p { margin-top: 10px; line-height: 1.2;   }
.featured-videos .video-listing li:before { display: none; }
.featured-videos .video-listing li:first-child { grid-column: 1 / -1; }
.featured-videos .video-listing li:first-child .play-but { width: 60px; height: 60px; bottom: 0; }
.featured-videos .video-listing li:first-child a { width: 100%; }
.featured-videos .video-listing li:first-child p { position: absolute; bottom: 10px; left: 80px; width: calc(100% - 80px); font-size: 135%; }
.featured-videos .video-listing li img { }

@media screen and (max-width: 719px) {
  .featured-videos .video-listing { display: block; }
  .featured-videos .video-listing li p { font-size: 18px;  padding: 0px 0 25px 0; margin-bottom: 10px;  }
  .featured-videos .video-listing li:first-child p { position: relative; left: unset; padding-top: 5px; }
}

/* Campaign Coverage */
.campaign-coverage h4 { font-weight: bold; }


/* resource listing */

.resource-listing { display: grid; grid-template-columns: 50% 50%; grid-row-gap: 20px; margin-top: 25px; grid-auto-rows: 1fr; }
.resource-listing > .item { margin: 0 5% 0 0;border: solid 1px #d0d0d0;  }
.resource-listing > .item > .wrap { position: relative; max-width: 80%; margin: 5% auto 5% auto; }
.resource-listing .item h4 { padding-bottom: 25px; }
.resource-listing .item a { color: #f15625; text-decoration: none; background: none;  font-weight: 600;}
.resource-listing .item a:hover { opacity: .5; }
.resource-listing .item a:before, .resource-listing .item a:after { display: none}
.resource-listing .item a i { font-size: 60%;}

@media screen and (max-width: 719px) {
  .resource-listing { display: block; }
  .resource-listing > .item { margin: 0 5% 25px 0; }
}

/* orange cta */

.orange-cta { background: #f15625; margin: 0; }
 .orange-cta .wrap { display: flex; flex-direction: row; color: white; justify-content: space-between; }
 .orange-cta h3 {  }
  .orange-cta a { color: #202020; }
  .orange-cta .hx { font-size: 2.353rem; line-height: 1; font-weight: bold; letter-spacing: 0; }
   .orange-cta .hx .fa-chevron-right { font-size: 0.7em; }
   .orange-cta .button-a { padding-left: 40px; padding-right: 40px; border-left-width: 0; background-color: #3c484d; color: white; width: 300px; max-width: 90%; margin: 0 25px;}
   .orange-cta .button-a:hover { background-color: #353d40;}

@media screen and (max-width: 719px) {
.orange-cta .wrap { display: block; padding: 40px 0; }
 .orange-cta .hx { font-size: 2rem; line-height: 1.1; }
 .orange-cta .button-a { padding-left: 0; padding-right: 0; margin: 10px 0 0; }
}
@media screen and (max-width: 479px) {
.orange-cta .wrap > * { padding-left: 15px; }
 .orange-cta .hx { font-size: 1.75rem; }
}

/* featured webinars */

.featured-c { background: #324147; }
 .featured-c > .wrap { border-left-width: 0px; padding-right: 10%; }
  .featured-c .items { font-size: 0; letter-spacing: -1em; }
  .featured-c .items:not(.slick-slider) { white-space: nowrap; }
   .featured-c .item { display: inline-block; margin: 0; font-size: 15px; font-size: 1rem; letter-spacing: 0; vertical-align: top; transition: opacity 0.75s; }
   .featured-c .item:not(.slick-slide) { white-space: normal; }
   .featured-c .slick-slider .item:not(.slick-active) { opacity: 0.75; }
   .featured-c .slick-list { overflow: visible; }
   .featured-c .slick-arrow { background: none; }
   .featured-c .slick-prev { left: 20px; }
   .featured-c .slick-dots { display: none !important; }

@media screen and (max-width: 1279px) {
.featured-c .slick-arrow { display: none !important; }
.featured-c .slick-dots { display: block !important; position: absolute; left: 60px; top: 100%; text-align: left; }
}
@media screen and (max-width: 719px) {
.featured-c.-mB0 { margin-bottom: 10px !important; }
 .featured-c .slick-dots { left: 40px; }
}
@media screen and (max-width: 479px) {
.featured-c .slick-dots { left: 20px; }
}

/* spear the message */

.featured-d { position: relative; overflow: hidden; background: #324147; color: #fff; }
 .featured-d:after { display: block; content: ''; height: 30px; }
 .featured-d .wrap { position: relative; padding-left: 370px; }
  .featured-d .intro { position: absolute; left: 0; top: 50%; z-index: 10; width: 370px; border: 0 solid rgba(211,214,221,0.3); padding-bottom: 20px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
   .featured-d .intro p { font-size: 1.176rem; font-weight: 300; }
  .featured-d .items { border-left: 1px solid rgba(211,214,221,0.3); }
  .featured-d .items:not(.slick-slider) { white-space: nowrap; }
   .featured-d .item { display: inline-block; position: relative; vertical-align: top; transition: opacity 0.75s; }
   .featured-d .item:not(.slick-slide) { white-space: normal; }
   .featured-d .slick-slide { opacity: 0; pointer-events: none; }
   .featured-d .slick-active,
   .featured-d .slick-active ~ .slick-slide { opacity: 1; pointer-events: auto; }
    .featured-d .item figure { margin: 0; border-width: 0; }
     .featured-d .item figure img { display: block; width: 100%; }
   .featured-d .slick-list { overflow: visible; }
   .featured-d .slick-arrow { background: none; }
   .featured-d .slick-prev { left: 20px; }
   .featured-d .slick-dots { display: none !important; }
    .featured-d .socials-a { position: absolute; right: 0; top: 100%; padding-top: 20px; }
     .featured-d .socials-a li { display: inline-block; margin: 0; }
     .featured-d .socials-a li ~ li { margin-left: 20px; }
      .featured-d .socials-a a { color: #fff; }
      .featured-d .socials-a a:hover { color: #ff6000; }

@media screen and (max-width: 1279px) {
.featured-d .slick-arrow { display: none !important; }
.featured-d .slick-dots { display: block !important; position: absolute; left: 60px; top: 100%; text-align: left; }
}
@media screen and (max-width: 1023px) {
.featured-d .wrap { padding-left: 280px; }
 .featured-d .intro { width: 280px; }
  .featured-d .intro p { font-size: 1rem; }
}
@media screen and (max-width: 719px) {
.featured-d:after { height: 60px; }
.featured-d .wrap { padding-left: 0; }
 .featured-d .intro { position: relative; left: auto; top: auto; width: auto; margin-bottom: 35px; padding-bottom: 30px; border-bottom-width: 1px; -webkit-transform: none; transform: none; }
 .featured-d .items { margin-left: -40px; border-left-width: 0; }
}
@media screen and (max-width: 599px) {
.featured-d .slick-dots { left: 40px; }
}

/* resource filters */

.filters-a { margin-bottom: 40px; background: #252d30; color: #fff; }
 .filters-a .nav { height: 100px; margin: 0; }
  .filters-a .nav:after { display: table; clear: both; content: ''; }
  .filters-a .nav .hx { float: left; min-width: 340px; max-width:50%; margin: 0; padding: 38px; font-weight: bold; line-height: 24px; }
  .filters-a .nav ul { float: left; padding: 0; border: 1px solid rgba(255,255,255,0.12); border-width: 0 0 0 1px; font-size: 0; letter-spacing: -1em; }
   .filters-a .nav li { display: inline-block; margin: 0; border: inherit; border-width: 0 1px 0 0; font-size: 15px; line-height: 20px; vertical-align: top; text-align: center; }
    .filters-a .nav li:before { display: none; }
    .filters-a .nav li a { display: block; padding: 40px; background: none; }
    .filters-a .nav li.is-active a { background-color: #3c484d; }
     .filters-a .nav .fa { margin-left: 5px; color: #ff6000; transition: transform 0.25s; }
     .filters-a .nav .is-active .fa { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
 .filters-a .tabs { background: #3c484d; }
  .filters-a .tabs > .-contain { }
   .filters-a .hxs { display: none; margin: 0 -60px; padding: 20px 60px; border-top: 1px solid #404749; background: #252d30; }
    .filters-a .hxs .fa { margin-left: 5px; color: #ff6000; transition: transform 0.25s; }
    .filters-a .hxs.is-active .fa { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
   .filters-a .tab { overflow: hidden; height: 0; margin: 0; }
   .filters-a .hxs.is-active + .tab { overflow: visible; height: auto; padding: 30px 0; }
    .filters-a .items { position: relative; border: 1px solid rgba(255,255,255,0.12); border-width: 0 1px; }
    .filters-a .items.-types { border-right-width: 0; }
     .filters-a .items > .wrap:not(.slick-slider) { overflow: auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }
     .filters-a .items .slick-track { min-width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }
     .filters-a .items .slick-dots { display: none !important; }
     .filters-a .items .slick-arrow { background: transparent; }
      .filters-a .items .item { min-width: 20%; height: auto; margin: 0; padding: 10px 30px; border: 0 solid rgba(255,255,255,0.12); outline: none; }
      .filters-a .items .item.is-active { color: #ff6000; }
       .filters-a .items .item.is-active a { background: none; }
      .filters-a .items .item + .item { border-left-width: 1px; }
      .filters-a .items.-types .item { min-width: 0; }
      .filters-a .items .item.slick-slide { min-width: 0; }
       .filters-a .items .item .fa { margin-right: 10px; }
       .filters-a .items .item .blog-cat-icon { float: left; }
       .filters-a .items .item .blog-cat-icon ~ a { line-height: 40px; }
       .filters-a .items .item .cat-icon-action-recap { background-image:url('assets/images/blog/action-recap.svg'); background-size: cover; }
       .filters-a .items .item .cat-icon-activist-interviews { background-image:url('assets/images/blog/activist-interviews.svg'); background-size: cover; }
       .filters-a .items .item .cat-icon-commentary { background-image:url('assets/images/blog/commentary.svg'); background-size: cover; }

@media screen and (max-width: 1279px) {
.filters-a .items .slick-arrow { margin-left: 8px; margin-right: 8px; }
}
@media screen and (max-width: 1023px) {
.filters-a .nav { height: auto; }
 .filters-a .nav .hx { float: none; min-width: 0; margin: 0; padding: 25px 0; max-width:100%; }
 .filters-a .nav ul { display: none; }
.filters-a .hxs { display: block; }
.filters-a .hxs.is-active { background-color: #3c484d; }
.filters-a .hxs.is-active + .tab { padding: 0; }
 .filters-a .items { margin-left: -60px; margin-right: -60px; border-width: 1px 0 0; }
  .filters-a .items > .wrap:not(.slick-slider) { overflow: hidden; display: block; }
  .filters-a .items .item { padding: 15px 60px; }
  .filters-a .items.-campaigns .item { padding-top: 20px; padding-bottom: 20px; }
  .filters-a .items .item ~ .item { border-width: 1px 0 0; }
   .filters-a .items .slick-track { display: block; min-width: 0; }

}

/* global footer */

.footer-a { padding: 20px 0; background: #131718; color: #696969; font-size: 12px; }
 .footer-a:after { display: table; clear: both; content: ''; }
 .footer-a .hx { margin-bottom: 15px; color: inherit; font-size: 20px; font-weight: bold; text-transform: uppercase; }
  .footer-a a { color: inherit; background: none; }
  .footer-a a:hover { color: #fff; }
  .footer-a small { padding: 0 3px; font: inherit; }
 .footer-a .copys { margin: 10px 0 0 0; padding: 5px 0; }
 .footer-a .links { overflow: hidden; margin: 0; padding: 5px 0; }
   .footer-a .links ul { margin: -10px -10px 0; padding: 0; font-size: 0; letter-spacing: -1em; }
   .footer-a .links li { display: inline-block; position: relative; margin: 10px 10px 0; font-size: 13px; letter-spacing: 0; font-weight: bold; vertical-align: top; text-transform: uppercase; }
    .footer-a .links li:before { display: none; }
    .footer-a .links li:after { position: absolute; left: -11px; top: 3px; bottom: 3px; content: ''; width: 1px; background: currentColor; }

@media screen and (max-width: 1549px) {
.footer-a .copys, .footer-a .links { float: none; }
}
@media screen and (max-width: 719px) {
.footer-a .links { margin-bottom: 10px; }
 .footer-a .links li { display: block; }
.footer-a .copys small { display: block; height: 5px; font-size: 0; text-indent: 321%; white-space: nowrap; }
}

/* instagram gallery */

.gallery-a { overflow: hidden; margin-bottom: 40px; background: #fff; }
 .gallery-a .wrap { position: relative; max-width: 100%; padding-left: 190px; }
  .gallery-a .bg { position: absolute; left: 100%; top: 0; bottom: 0; overflow: hidden; margin: 0; border-width: 0; }
  .gallery-a .bg.-right { width: 640px; }
  .gallery-a .bg.-left { left: auto; right: 100%; margin-right: -190px; width: 310px; }
  .gallery-a .hx { position: absolute; left: 0; top: 50%; z-index: 3; margin: 0; color: #ff6000; font-weight: bold; text-transform: none;t -webkit-transform: translateY(-50%); transform: translateY(-50%); }
   .gallery-a .hx a { display: inline-block; background: none; vertical-align: top; }
    .gallery-a .hx .icon-a { display: block; margin-bottom: 10px; }
    .gallery-a .hx span { display: block; }
  .gallery-a .inner { }
   .gallery-a .items { font-size: 0; letter-spacing: -1em; }
   .gallery-a .items button { position: absolute; left: 0; top: calc(100% + 20px); line-height: 1;}
   .gallery-a .items:not(.slick-slider) { overflow: auto; white-space: nowrap; }
    .gallery-a .slick-list { overflow: visible; }
    .gallery-a .slick-arrow { background: none; color: gray; margin: 0 20px 0 0; font-size: 40px; }
    .gallery-a button.slick-next { left: 50px; }
    .gallery-a .slick-dots { display: none !important; }
    .gallery-a .item { position: relative; display: inline-block; margin: 0 20px 0 0; border-width: 0; font-size: 1rem; letter-spacing: 0; vertical-align: top; }
    .gallery-a .item img { display: block; transition: opacity 0.75s;  width: 100%; -o-object-fit: cover; object-fit: cover; height: 100%; }
     .gallery-a .slick-slider .slick-active ~ .item:not(.slick-active) img { opacity: 0.15; }
     .gallery-a .slick-slider .item.slick-active img { opacity: 1; }
     .gallery-a .slick-slider .item:not(.slick-active) img { opacity: 0; }

     .gallery-a h3 { max-width: 750px; } 
     
     .gallery-a .icon-orange-badge { position: absolute; right: 0; top: 0; width: 50px; height: 50px; border: none; box-shadow: none; border-radius: 0; background: #FF6000; line-height: 1; color: white; padding: 5px; margin: 0; font-size: 26px; display: flex; align-items: center; justify-content: center; }

@media screen and (max-width: 1365px) {
}
@media screen and (max-width: 719px) {
}
@media screen and (max-width: 599px) {
}
@media screen and (max-width: 479px) {
}

/* post header */

.header-a { position: relative; margin-bottom: 40px; }
 .header-a .wrap { margin: 0; }
  .header-a .hx { margin: 0 0 15px; padding: 0 100px 20px 0; border-bottom: 1px solid #d3d6dd; }
  .header-a .meta-a { padding-right: 100px; color: #111; }
 .header-a .socials-a { position: absolute; right: 0; top: 0; border: 10px solid #fff; border-width: 0 0 15px 20px; background: #fff; }

@media screen and (max-width: 1023px) {
.header-a .hx { padding-right: 0; }
.header-a .meta-a { padding-right: 0; }
.header-a .socials-a { position: relative; right: auto; top: auto; margin: 20px 0; border: none; background: none; }
 .header-a .socials-a p { display: none; }
 .header-a .socials-a ul { padding-left: 0; }
  .header-a .socials-a li { display: inline-block; margin: 0; }
  .header-a .socials-a li ~ li { margin-left: 15px; }
}

/* page header */

.hero-a { position: relative; overflow: hidden; margin: 0; padding: 160px 0 0; background: #3c484d; color: #fff; }
.hero-a.smallhero { padding-top: 120px; background: #2d3a40; }
 .hero-a > .image { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; margin: 0; border-top: none; }
  .hero-a > .image img { display: block; width: 100%; min-width: 100%; max-width: none; height: 100%; min-height: 100%; object-fit: cover; }
  .no-objectfit .hero-a > .image img { position: absolute; left: 50%; top: 50%; width: auto; height: auto; -webkit-transform: translate3d(-50%,-50%,0) scale(1.01); -ms-transform: translate3d(-50%,-50%,0) scale(1.01); transform: translate3d(-50%,-50%,0) scale(1.01); }
 .hero-a > .-contain { position: relative; z-index: 5; margin: 0; }
 .hero-a > .-contain.-small { max-width: 1160px; }
 .hero-a > .-contain.-tiny { max-width: 990px; }
  .hero-a > .-contain > .hx { position: relative; margin: 0 0 40px; color: #fff; font-weight: 300; }
  .hero-a > .-contain > .hx.-small { font-size: 2.353rem; }
  .hero-a > .-contain > .meta-a { margin-bottom: 15px; }
 .hero-a .tagbar-a { position: relative; z-index: 5; margin-top: -20px; }
 .hero-a .infobar-a { border-top-width: 1px; }

 .hero-a.team .flex-wrap { display: flex; align-items: center; justify-content: space-between; }
 .hero-a.team h1 {text-transform: uppercase;}
 .hero-a.team h5 {font-weight: bold;}
 .hero-a.team figure {border:none; aspect-ratio:1/1; overflow: hidden; max-width: 400px;}

@media screen and (max-width: 1279px) {
.hero-a { padding-top: 120px; }
}
@media screen and (max-width: 800px) {
  .hero-a.team figure { max-width: 300px;}

}
@media screen and (max-width: 599px) {
.hero-a { padding-top: 80px; }
.hero-a.team .flex-wrap { flex-direction:column; align-items:flex-start; }

.hero-a.team figure { max-width: 100%;}


}




/* fullscreen hero */

.hero-b { position: relative; overflow: hidden; min-height: 100vh; min-height: calc(100vh - 100px); margin: 0; padding: 160px 0 0; background: #324147; color: #fff; }
.hero-b { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: column wrap; -ms-flex-flow: column wrap; flex-flow: column wrap; }
 .hero-b > .bg-a { position: absolute; }
 .hero-b > .header { position: relative; margin-bottom: 40px; }
 .hero-b > .-grow { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
 .hero-b > .-contain.-tiny { max-width: 660px; }
  .hero-b .socials-a { position: absolute; left: 100%; margin: 0 40px; color: inherit; }
 .hero-b > .socials-a { left: auto; right: 0; }
   .hero-b  .socials-a li a:hover { color: #ff6000; }
  .hero-b > .header .hx { margin-bottom: 40px; font-weight: 300; }
  .hero-b > .header .socials-a + .hx { padding-right: 100px; }
   .hero-b > .header .hx span { display: block; }
  .hero-b > .header figure { float: right; width: 565px; margin: 0 0 40px 60px; }
   .hero-b > .header figure a { display: block; }
  .hero-b > .header .action { margin-top: 2rem; }
 .hero-b > .featured-b { width: 100%; padding-top: 10px; }
 .hero-b > .footer {  }

 .hero-b > .header.image-rail figure { float: none; width: 33%; margin: auto; display: inline-flex; border:none; aspect-ratio:3/2; overflow: hidden; }
 .hero-b > .header.image-rail figure a,  .hero-b > .header.image-rail figure img{ height:100%; max-width:none; }

 .page-template-about .hero-b .socials-a { bottom:0px; }
 .page-template-about .hero-b .socials-a p.-fFb {display: none;}
 .page-template-about .hero-b .socials-a ul {display:flex;}
 .page-template-about .hero-b .socials-a ul li {margin-left: 10px;}

 @media screen and (max-width: 1023px) {
  .page-template-about .hero-b > .header .socials-a { position:relative; margin:0px; right:initial; top:initial; }
  .page-template-about .hero-b > .header .socials-a ul {width: 100%; padding:0px;}
  .page-template-about .hero-b > .header .socials-a ul li {margin-left: 0px; margin-right: 10px;}


 }

 @media screen and (min-width: 1023px) {
  .hero-b > .header .hx { font-size: 52px; }
  }
@media screen and (max-width: 1579px) {
.hero-b .socials-a { left: auto; right: 0; margin-right: 0; }
}
@media screen and (max-width: 1365px) {
.hero-b > .header figure { width: 480px; }
}
@media screen and (max-width: 1279px) {
.hero-b { min-height: calc(100vh - 200px); padding-top: 0; }
 .hero-b > .header { padding-top: 80px; }
}
@media screen and (max-width: 1023px) {
.hero-b > .header figure { float: none; margin-left: 0; }
.hero-b > .header .socials-a { position: absolute; right: -30px; top: 5px; }
 .hero-b > .header .socials-a p { font-size: 13px; }
 .hero-b > .header .socials-a.is-active p { display: none; }
  .hero-b > .header .socials-a p:before { position: absolute; left: 100%; top: 50%; content: '\f138'; margin: -27px 0 0 -10px; padding: 20px; color: #ff6000; font: 14px/1 FontAwesome; }
  .hero-b > .header .socials-a p span { width: 54px; height: 20px; text-align: center; }
 .hero-b > .header .socials-a ul { overflow: hidden; width: 0px; padding-top: 10px; padding-bottom: 10px; white-space: nowrap; }
 .hero-b > .header .socials-a.is-active ul { width: auto; }
  .hero-b > .header .socials-a li { display: inline-block; margin: 0; }
  .hero-b > .header .socials-a li ~ li { margin-left: 15px; }
.hero-b > .header .socials-a + .hx { padding-right: 0; }

.hero-b > .header.image-rail{padding-top:0px;}
.hero-b > .header.image-rail figure { width: 32%; }


}
@media screen and (max-width: 719px) {
.hero-b.-pBb:after { display: block; content: ''; height: 20px; }
.hero-b > .header .socials-a { right: -10px; }
.hero-b > .header figure { width: 100%; }
.hero-b .live-a + .header { padding-top: 100px; }
}
@media screen and (max-width: 599px) {
.hero-b { display: block; }
.hero-b .live-a + .header { padding-top: 120px; }
.hero-b > .header .hx span { display: inline; }
}
@media screen and (max-width: 479px) {
.hero-b > .header figure { margin-bottom: 30px; }
.hero-b > .header .socials-a { right: 0; }
}

/* take action hero - june 2020 updates */
.hero-b.ta-20 { min-height: unset; }
.hero-b.ta-20 .header { margin-bottom: 100px !important; margin-top: 20px;  }
/*.hero-b.ta-20 .bg-a img { height: unset; min-height: unset; } */

@media screen and (max-width: 719px) {
  .hero-b.ta-20 .header { margin-bottom: 40px !important; margin-top: 0; }

}

/* giving tuesday hero styles */

.page-template-giving-tuesday .-contain-center { margin-left: auto; margin-right: auto; }
.page-template-giving-tuesday .hero-b { padding-top: 120px; padding-bottom: 0px; min-height: unset;  }
.page-template-giving-tuesday .hero-b > .header .hx { margin-bottom: 20px; line-height: 1.2; font-family: 'Muli'; } 
.page-template-giving-tuesday .hero-b .button-a { border: 0px;} 
.page-template-giving-tuesday .hero-b .colwrap { position: relative; float: left; width: 50%; margin: 0; }
.page-template-giving-tuesday .hero-b .two { text-align: center; }

.page-template-giving-tuesday .impactbox { max-width: 1380px; }
.page-template-giving-tuesday .impactbox > .wrap { margin: -40px -40px 0; font-size: 0; letter-spacing: -1em; }
.page-template-giving-tuesday .impactbox > .wrap > .info { display: inline-block; width: 32.99%; margin: 0; padding: 0 40px 0; font-size: 15px; font-size: 1rem; letter-spacing: 0; vertical-align: top; text-align: left; }
 .page-template-giving-tuesday .impactbox > .wrap > .info:first-child { width: 27%;  }/* 
 .page-template-giving-tuesday .impactbox > .wrap > .info:nth-child(2) { width: 37.99%;  } */
 .page-template-giving-tuesday .impactbox > .wrap > .info p { max-width: 286px; }
 .page-template-giving-tuesday .impactbox > .wrap > .info h5 { font-size: 85px; color: #FF6000; line-height: 1.1; font-weight: 500; }

 .page-template-giving-tuesday .steps-a .header .hx { max-width: 700px; }
 .page-template-giving-tuesday .steps-a .header .hx span { font-weight: normal; }

 .page-template-giving-tuesday .content-a > .wrap-a:last-child { padding-bottom: 0;}
 .page-template-giving-tuesday .ctas-b .intro { width: 70%; }
 .page-template-giving-tuesday .ctas-b .hx { font-size: 45px; font-weight: bold; text-transform: none; line-height: 1.15; }

@media screen and (max-width: 1365px) {
.page-template-giving-tuesday .impactbox > .wrap > .bio-a { width: 100%; }
.page-template-giving-tuesday .hero-b { padding-top: 60px; padding-bottom: 0px; min-height: unset;  }
.page-template-giving-tuesday .hero-b .header { padding-top: 0px; }
}


@media screen and (max-width: 719px) {
  .page-template-giving-tuesday .hero-b > .wrap:before { display: none; }
  .page-template-giving-tuesday .hero-b .colwrap { float: none; width: auto; }
  .page-template-giving-tuesday .impactbox > .wrap > .info h5, .page-template-giving-tuesday .impactbox > .wrap > .info p { text-align: center; margin-left: auto; margin-right: auto;}
  .page-template-giving-tuesday .impactbox > .wrap > .info, 
  .page-template-giving-tuesday .impactbox > .wrap > .info:first-child { width: 100%; margin-top: 30px; margin-bottom: 30px; }
  .page-template-giving-tuesday .ctas-b .intro { width: 100%; }

  .page-template-giving-tuesday .ctas-b .hx { font-size: 36px; }
}
@media screen and (max-width: 479px) {
  .page-template-giving-tuesday .hero-b .colwrap { padding-left: 0; }
  .page-template-giving-tuesday .hero-b .one p { line-height: inherit; }
}

/* lightbox takeover styles */

.lightbox-gt { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; background-color:rgba(0,0,0.7);}
.lightbox-gt .container { width: 1220px; max-width: 95%; margin: 20px auto; position: relative; }
.lightbox-gt .container .close { display: inline-block; width: 100%; text-align: right; margin-bottom: 10px; color: #fff; background: transparent; }
.lightbox-gt .container .wrap { display: inline-block; width: 100%; border: 0; background-position: center right; background-size: cover;  box-shadow: 5px 10px #000;}
.lightbox-gt .container .wrap .inner { padding: 120px 100px; color: #fff; width: 500px; max-width: 75%; }
.lightbox-gt .container .wrap .hx { font-size: 40px; line-height: 45px; font-weight: bold; }
.lightbox-gt .container .wrap .inner .button-a { margin-top: 10px; border: 0; min-height: initial; width: 380px; max-width: 50%; }

  @media screen and (max-width: 780px) {
    .lightbox-gt .container { width: 90%; }
    .lightbox-gt .container .wrap { background-size: cover; height: calc(100vh - 80px) }
    .lightbox-gt .container .wrap .inner .button-a { width: 380px; max-width: 50%;  }
    .lightbox-gt .container .wrap .inner { padding: 0 0 40px 0; margin: 10% 7%; color: #fff; width: 84%; max-width: 84%; }
  }

/* minor headers */

.hx-a { height: 100px; margin: 0; padding: 0 20px; background: #252d30; color: #fff; font-size: 1.18rem; line-height: 1.2; letter-spacing: 0.02em; text-transform: uppercase; text-align: center; }
.hx-a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: column wrap; -ms-flex-flow: column wrap; flex-flow: column wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.hx-a.-v2 { font: inherit; font-size: 15px; font-weight: bold; }
 .hx-a a { background: none; }
 .hx-a .fa { display: block; margin-top: 5px; color: #ff6000; transition: all 0.35s; }
 .hx-a a:hover .fa { -webkit-transform: translateY(5px); transform: translateY(5px); }

@media screen and (max-width: 599px) {
.hx-a { font-size: 1rem; }
}

.hx-b { margin-bottom: 40px; padding: 2.353rem 0; background: #ff6000; color: #fff; }

/* round fontawesome icons */

.icon-a { width: 2.27em; height: 2.27em; border-radius: 50%; box-shadow: inset 0 0 0 1px; line-height: 2.27em; text-align: center; }
.icon-a.fa-play { padding-left: 0.15em; }
.icon-a.-overlay { position: absolute; left: 50%; top: 50%; background: rgba(0,0,0,0.25); color: #fff; font-size: 1.294rem; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.icon-a.-large { font-size: 2.353rem; box-shadow: inset 0 0 0 2px }

/* special icons */

.icon-b.-close { display: inline-block; position: relative; width: 1em; height: 3px; margin: -0.2em 0 0; background: currentColor; line-height: 1; vertical-align: middle; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
 .icon-b.-close:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: currentColor; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

/* press info bar */

.infobar-a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border: 0 solid rgba(211,214,221,0.3); }
 .infobar-a .cell { width: 30%; margin: 0; border: 0px solid; border-width: 0 0 0 0px; border-color: inherit; }
 .infobar-a.-pTb { padding-top: 40px; }
 .infobar-a .cell:first-child { padding-left: 0; border-left-width: 0; }
 .infobar-a .cell:nth-child(2) { width: 40%; }
 .infobar-a .cell:last-child { padding-right: 0; border-right-width: 0; }
  .infobar-a .hx { margin-bottom: 20px; font-weight: bold; }
  .infobar-a .hx a { font-weight: bold; }

@media screen and (max-width: 599px) {
.infobar-a { display: block; }
.infobar-a.-pTb { padding-top: 35px; }
.infobar-a .cell { width: auto !important; margin-top: 10px; padding: 0; border-width: 0; }
.infobar-a .cell:first-child { margin-top: 0; padding-top: 0; border-top-width: 0; }
.infobar-a .hx { margin-bottom: 15px; }
}

/* intro */

.intro-a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
 .intro-a > .lead { width: 340px; margin: 0 20px 0 0; }
  .intro-a > .lead p { max-width: 280px; }
 .intro-a > .box { padding: 40px; border: 1px solid rgba(242,128,93,0.75); }
  .intro-a > .box > .wrap { position: relative; padding-left: 80px; }
 .intro-a > .box { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
  .intro-a > .box .hx { position: absolute; left: 30px; top: 0; bottom: 0; width: 10px; margin: 0; border: 0 solid rgba(255,255,255,0.3); border-right-width: 1px; font-size: 15px; font-weight: bold; letter-spacing: 0.02em; text-transform: uppercase; }
   .intro-a > .box .hx span { position: absolute; left: 0; bottom: 0; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; }
  .intro-a > .box ul { min-height: 95px; padding: 0; -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
   .intro-a > .box li { margin-bottom: 2px; padding-left: 15px; }
    .intro-a > .box li:before { width: 6px; height: 6px; margin-top: 0.55em; margin-left: -15px; border: none; background: currentColor; }

@media screen and (max-width: 1023px) {
.intro-a { display: block; }
 .intro-a > .lead { width: auto; margin-bottom: 40px; }
  .intro-a > .lead p { max-width: 100%; }
}
@media screen and (max-width: 719px) {
.intro-a > .box > .wrap { padding-left: 0; }
 .intro-a > .box .hx { position: relative; left: auto; top: auto; bottom: auto; width: auto; margin: 0 0 20px; padding: 0 0 10px; border-width: 0 0 1px; }
  .intro-a > .box .hx span { position: relative; left: auto; bottom: auto; -webkit-transform: none; transform: none; }
 .intro-a > .box ul { min-height: 0; }
}
@media screen and (max-width: 599px) {
.intro-a > .lead { padding-top: 10px; }
.intro-a > .box ul { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; }
}
@media screen and (max-width: 479px) {
.intro-a > .box { padding: 25px 20px; }
}

/* about intro */

.intro-b { margin: 0; background: #ff6000; }
 .intro-b > .wrap { position: relative; border-width: 0; }
  .intro-b > .wrap:before { position: absolute; left: 0; top: 0; bottom: 0; content: ''; width: 50%; background: #fff; }
  .intro-b > .wrap:after { display: table; clear: both; content: ''; }
  .intro-b .col { position: relative; float: left; width: 50%; margin: 0; }
   .intro-b .one p { line-height: 2.235; }
   .intro-b .two .hx { color: #fff; line-height: 1.25; }

@media screen and (max-width: 719px) {
.intro-b > .wrap:before { display: none; }
.intro-b .col { float: none; width: auto; }
.intro-b .one { background: #fff; }
}
@media screen and (max-width: 479px) {
.intro-b .col { padding-left: 15px; }
 .intro-b .one p { line-height: inherit; }
}

/* image styling */

.ix-b { display: inline-block; position: relative; max-width: 100%; vertical-align: top; -webkit-transform: translateZ(0); transform: translateZ(0); }
 .ix-b:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: #3c484d; mix-blend-mode: multiply; opacity: 0.25; pointer-events: none; }
 .ix-b img { display: block; max-width: 100%; }
 .ix-b img.attachment-resource-card { max-width: initial; }

.ix-d { display: block; position: relative; overflow: hidden; background: #324147; -webkit-transform: translateZ(0); transform: translateZ(0); }
 .ix-d:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: #181818; background-size: cover; opacity: 0.7; transition: opacity 0.35s; pointer-events: none; }
 @supports (mix-blend-mode: multiply) { .ix-d:after { background: #3c484d; mix-blend-mode: multiply; } }
 .ix-d img { display: block; width: 100%; }

.ix-e { background: #141312; -webkit-transform: translateZ(0); transform: translateZ(0); }
 .ix-e:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: -webkit-linear-gradient(#293539, transparent); background: linear-gradient(#293539, transparent); pointer-events: none; opacity: 0.75; }
 .ix-e img { display: block; width: 100%; -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.25; }

/* live ticker */

.live-a { position: absolute; left: 0; top: 0; max-width: 750px; border: 1px solid rgba(242,128,93,0.75); border-width: 0 1px 1px 0; color: #fff; letter-spacing: 0.02em; }
 .live-a a { display: block; padding: 15px 20px; }
  .live-a .hx { display: inline; margin: 0; color: #ff6000; font: inherit; font-weight: bold; text-transform: uppercase; vertical-align: top; }
  .live-a p { display: inline; margin: 0; vertical-align: top; }
   .js .live-a [data-type-in]:not(.is-initialized-typein) { display: none; }
   .js .live-a [data-type-in].is-done + .typed-cursor { visibility: hidden; }

@media screen and (max-width: 1365px) {
.live-a { max-width: 650px; }
}
@media screen and (max-width: 1279px) {
.live-a { max-width: 100%; max-width: calc(100% + 1px); margin-right: -1px; }
}

/* responsive map */

.map-a { position: relative; overflow: hidden; height: 0; padding-bottom: 90%; /* (width / height = padding-bottom) */ }
 .map-a iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* section marker */

.marker-a { position: relative; z-index: 101; float: left; width: 115px; margin: 0 0 0 -185px; padding: 15px 0 0 60px; border-top: 2px solid #d0d0d0; box-shadow: inset 0 1px #fff; font: inherit; font-size: 10px; font-weight: bold; line-height: 1; }

@media (max-width: 1499px), (max-height: 859px) {
.marker-a { margin-left: -150px; }
}

/* meta */

.meta-a { margin: 0 0 3px; font-size: 15px; letter-spacing: 0.02em; }
 .meta-a a:not(:hover):not(.-standard) { background-size: 100% 0; }
 .meta-a time { font-weight: bold; }
 .meta-a small { padding: 0 5px; font: inherit; }

@media screen and (max-width: 1023px) {
.meta-a { font-size: 14px; }
}
@media screen and (max-width: 479px) {
.meta-a small { display: block; overflow: hidden; height: 1px; padding: 0; font-size: 0; letter-spacing: 0; }
}

/* methods */

.methods-a { background: #3c484d; color: #fff; }
.methods-a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }
 .methods-a .entry { position: relative; overflow: hidden; width: 33.33%; min-height: 380px; margin: 0;; }
  .methods-a .entry > a { display: block; }
   .methods-a .wrap { position: relative; max-width: 320px; margin: 0 auto; border: 1px solid transparent; border-width: 80px 40px 0; padding: 0 0 0 30px; }
   .methods-a .item .wrap { border-left-width: 60px; }
    .methods-a .wrap:before { position: absolute; left: 0; top: 0; content: ''; width: 1px; height: 110px; background: rgba(211,214,221,0.3); }
    .methods-a .wrap .hx { font-weight: bold; text-transform: none; }
    .methods-a .wrap .n { position: absolute; right: 100%; top: 0; width: 50px; color: #ff6000; }
 .methods-a .header { background-color: #ff6000; }
  .methods-a .header .wrap { padding-left: 0; }
   .methods-a .header .wrap:before { display: none; }
   .methods-a .header .tx-c { margin-top: -15px; }
   .methods-a .header .hx { line-height: 1; text-transform: uppercase; }

@media screen and (max-width: 1023px) {
.methods-a .entry {width: 49.99%; }
}
@media screen and (max-width: 719px) {
.methods-a .wrap:before { display: none; }
.methods-a .entry { min-height: 300px; }
 .methods-a .wrap .n { right: auto; left: -10px; }
}
@media screen and (max-width: 599px) {
.methods-a .entry { min-height: 270px; }
 .methods-a .header .tx-c { margin-top: 0; }
 .methods-a .wrap { max-width: 100%; padding-left: 0; border-width: 40px 40px 0; }
 .methods-a .item .wrap { border-left-width: 40px; }
  .methods-a .wrap .n { display: block; position: relative; right: auto; left: auto; top: auto; width: auto; margin-bottom: 10px !important; }
}
@media screen and (max-width: 479px) {
.methods-a { display: block; }
 .methods-a .entry { display: block; width: auto; min-height: 185px; }
  .methods-a .wrap { border-width: 30px 20px; }
  .methods-a .item .wrap { border-left-width: 20px; }
}



/* our-work */

.our-work { background: #3c484d; color: #fff; }
.our-work { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.our-work .col {width: 50%; display:flex; position: relative; margin-bottom:0px; flex-direction: column;} 
.our-work .col.one figure { position:absolute; width:100%; height:100%; top:0; left:0; background-size: cover; background-position:center; border:none; }
.our-work .col.two { padding: 80px 0px; }
.our-work .entry > a { display: block; }
   .our-work .wrap { position: relative;  margin: 0px 30px; }
   .our-work .item .wrap { border-bottom: 1px solid rgba(255, 255, 255, 0.30); margin-bottom:15px; padding-bottom:15px;}
    .our-work .wrap .hx { font-weight: bold; text-transform: uppercase; display: flex; align-items: center; }
    .our-work .wrap .n { color: #ff6000; margin-right:20px; }
   .our-work .header .hx { line-height: 1; text-transform: uppercase; }


   .our-work .col.two .stats { margin: auto 30px; }
   .our-work .col.two .stats .info { border-bottom: 1px solid rgba(255, 255, 255, 0.30); margin-bottom:15px; padding-bottom:15px;}
   .our-work .col.two .stats h5.stat{ font-size: 85px; color: #FF6000; line-height: 1.1; font-weight: light; margin-bottom:0px;}
    
   @media screen and (max-width: 1023px) {
    .our-work .col {width: 100%;} 
    .our-work .col.one { height:400px; }
  }

/* navigation */

.nav-a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: absolute; left: 185px; top: 0; right: 0; z-index: 101; min-height: 100vh; background: #fff; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
.nav-a { transition: transform 0.65s; }
.is-nav-active .nav-a { -webkit-transform: translateX(0); transform: translateX(0); }
 .nav-a > .close { position: absolute; left: 100%; right: 0; top: 100%; content: ''; height: 10001px; background: #fff; opacity: 0; }
 .nav-a > .close { transition: opacity 0.65s, left 0s 0.65s; }
 .is-nav-active .nav-a > .close { left: 0; opacity: 0.8; transition-delay: 0s, 0s; }
 .nav-a > .main { width: 50%; margin: 0; padding-top: 160px; }
  .nav-a .links { margin: -30px 0 0; padding: 0 0 30px; font-size: 1.765rem; line-height: 1.2; letter-spacing: 0.02em; font-weight: bold; }
   .nav-a .links li { margin: 0; }
   .nav-a .links li ~ li { border-top: 1px solid #d3d6dd; }
    .nav-a .links li:before { display: none; }
    .nav-a .links li a { display: block; padding: 30px 0 30px 60px; background: none; }
    .nav-a .links li a:hover { color: #ff6000; }
    .nav-a .links li em { position: absolute; left: -10001px; top: -10001px; }
 .nav-a > .side { width: 50%; margin: 0; padding-top: 160px; border-right: 6px solid #ff6000; color: #fff; padding-bottom:0 !important; }
  .nav-a > .side > * { max-width: 450px; }
  .nav-a > .side > .search { position: absolute; left: 0; bottom: 0; width: 50%; max-width: none; margin: 0; }
   .nav-a > .side > .search input { height: 70px; padding: 0 90px 0 79px; line-height: 68px; }
   .nav-a > .side > .search button { position: absolute; right: 0; top: 0; border-left: none; width: 70px; height: 70px; padding: 0; }
  .nav-a > .side .hx { margin-bottom: 1.76rem; }
  .nav-a > .side .socials-a a { color: #fff; }
  .nav-a > .side .connect-a input { border-color: #d0d0d0; background-color: #d0d0d0; }
  .nav-a > .side .contact a { background: none; }
   .nav-a > .side .contact .fa { margin-left: 5px; color: #ff6000; }

@media (max-width: 1499px), (max-height: 859px) {
.nav-a { left: 150px; }
}
@media screen and (max-width: 1279px) {
.nav-a { left: 0; top: 100px; min-height: calc(100vh - 100px); -webkit-transform: translateY(-100%); transform: translateY(-100%); }
 .nav-a > .main, .nav-a > .side { padding-top: 100px; }
  .nav-a .links li a { padding-left: 25px; }
  .nav-a > .side > .search input { padding-left: 59px; }
}
@media screen and (max-width: 1023px) {
.nav-a .ctas-a { width: 50%; }
 .nav-a .ctas-a p { width: 50%; margin: 0; }
  .nav-a .ctas-a .button-a { width: 100%; padding-left: 10px; padding-right: 10px; font-size: 15px; }
.nav-a .links { font-size: 1.5rem; }
 .nav-a .links li a { padding-left: 0px; }
}
@media screen and (max-width: 719px) {
.nav-a { display: block; }
 .nav-a .ctas-a { width: 100%;  }
  .nav-a .ctas-a .button-a { border-left-width: 0; border-right-width: 0; }
 .nav-a > .main { width: auto; padding: 100px 40px 0; }
  .nav-a .links { padding-bottom: 20px; }
   .nav-a .links li a { padding-top: 20px; padding-bottom: 20px; }
 .nav-a > .side { position: relative; width: auto; padding: 110px 40px 50px; }
  .nav-a > .side > .search { bottom: auto; top: 0; width: 100%; }
   .nav-a > .side > .search input { padding-left: 40px; }
}
@media screen and (max-width: 479px) {
.nav-a > .main { padding: 100px 20px 0; }
.nav-a > .side { padding: 100px 20px 40px; }
 .nav-a > .side > .search input { padding-left: 20px; }
}
@media screen and (max-width: 359px) {
.nav-a .ctas-a .button-a { font-size: 13px; }
}

/* share bar */

.share-a { margin-bottom: 40px; }
.share-a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
 .share-a > .wrap { margin: 0; }
 .share-a > .wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .share-a > .wrap > * { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: column wrap; -ms-flex-flow: column wrap; flex-flow: column wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .share-a > .wrap > .intro { max-width: none; width: auto; margin: 0; line-height: 2.235; }
  .share-a > .wrap > .share { width: 230px; margin: 0; padding: 0 40px 47px; border-left: 1px solid #d3d6dd; }
  .share-a > .wrap > .share { -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; }
   .share-a .share .hx { color: #202020; margin-bottom: 15px; }
    .share-a .share .hx span { display: block; }
    .share-a .share li { display: inline-block; margin-bottom: 0; }
    .share-a .share li ~ li { margin-left: 15px; }
 .share-a > .image { position: relative; width: 470px; height: 470px; margin: 0; }
 .share-a > .image { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .share-a > .image:after { position: absolute; left: 0; top: 50%; content: ''; margin: -18px 0 0; border: 18px solid transparent; border-left-color: #fff; }
  .share-a > .image img { width: 100%; }

@media screen and (max-width: 1365px) {
.share-a > .wrap > .intro { border-right-width: 60px; }
}
@media screen and (max-width: 1023px) {
.share-a { display: block; padding-bottom: 60px; }
 .share-a > .image { margin: 0 auto; border-top-width: 0; }
  .share-a > .image:after { top: 0; left: 50%; margin: 0 0 0 -18px; border-color: transparent; border-top-color: #fff; }
 .share-a > .wrap > .share { padding-bottom: 0; }
}
@media screen and (max-width: 599px) {
.share-a { padding-bottom: 0; }
 .share-a > .wrap { display: block; }
  .share-a > .wrap > .intro { margin-bottom: 30px; border-right-width: 40px; }
   .share-a > .wrap > .intro:after { display: block; content: ''; height: 1px; margin-top: 30px; background: #d3d6dd; }
  .share-a > .wrap > .share { width: auto; text-align: center; }
   .share-a .share .hx span { display: inline; }
  .share-a > .image { width: 100%; height: auto; padding-top: 100%; }
}
@media screen and (max-width: 479px) {
.share-a > .wrap > .intro { border-right-width: 20px; line-height: inherit; }
}

/* skip links */

.skips-a { position: absolute; top: 50%; left: 0; z-index: 9999; list-style: none; width: 100%; height: 0; margin: -30px 0 0; padding: 0; text-align: center; }
 .skips-a li { position: absolute; left: 0; top: 0; width: 100%; height: 0; font: bold 50px/1 Calibri,Myriad Pro,Arial,Helvetica Neue,Helvetica,sans-serif; }
  .skips-a li:before { display: none;  }
  .skips-a li a { display: inline-block; position: fixed; left: -10001px; margin: 0 auto; padding: 20px 30px; border: 1px dotted #fff; border-color: rgba(255,255,255,0.7); border-radius: 20px;  background: #333; background: rgba(0,0,0,0.6); color: #fff; text-align: center; text-decoration: none; outline: none; }
  .skips-a li a:focus, .top-a > .skips li a:active { position: relative; left: 0; }

/* slick defaults */

.slick-slide { margin-bottom: 0; border-top-width: 0; outline: none; }
 .slick-slide > *,
 .slick-slide a { outline: none; }
.slick-arrow { position: absolute; left: -60px; top: 50%; z-index: 10; width: 1.67em; min-width: 0; height: 1.67em; margin: -0.83em 0 0; min-height: 0; padding: 0; border: none; border-radius: 50%; color: #fff; font: 24px/1.66 FontAwesome; text-align: center; text-indent: -10001px; }
.slick-next { left: auto; right: -60px; }
 .slick-arrow:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: '\f104'; text-indent: 0; }
 .slick-next:before { content: '\f105'; padding-left: 2px; }
.slick-arrow.slick-disabled { opacity: 0.2; pointer-events: none; }
.slick-dots { margin-top: 10px; padding: 0; font-size: 0; letter-spacing: -1em; text-align: center; }
 .slick-dots li { display: inline-block; margin: 00; vertical-align: top; }
 .slick-dots li ~ li { margin-left: 5px; }
  .slick-dots li:before { display: none; }
  .slick-dots button { overflow: hidden; width: 8px; min-width: 0; height: 8px; min-height: 0; padding: 0; border: 1px solid !important; border-radius: 50%; background: transparent; color: #ff6000 !important; font-size: 0; line-height: 1; text-indent: 321%; white-space: nowrap; }
  .slick-dots button:hover,
  .slick-dots .slick-active button { background: currentColor; }

/* socials */

.socials-a { position: relative; margin: 0 0 40px; color: #55676e; }
 .socials-a p { position: absolute; left: 0; top: 0; bottom: 0; width: 25px; margin: 0; border-right: 1px solid rgba(255,255,255,0.3); font-size: 15px; line-height: 1; font-weight: bold; letter-spacing: 0.02em; text-transform: uppercase; }
  .socials-a p span { position: absolute; left: 100%; bottom: 0; height: 25px; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; }
 .socials-a p + ul { padding-left: 35px; }
 .socials-a ul { padding: 0; font-size: 0; letter-spacing: -1em; }
  .socials-a li { margin-bottom: 10px; font-size: 15px; font-size: 1rem; letter-spacing: 0; }
   .socials-a li:before { display: none; }
   .socials-a li a { display: inline-block; width: 34px; height: 34px; margin: 0; border: 1px solid; border-radius: 50%; background: none; color: inherit; font-size: 15px; line-height: 32px; text-align: center; vertical-align: top; }
   .socials-a li a:hover { color: #3c484d; }
    .socials-a li .fa { font-size: 1em; line-height: inherit; vertical-align: top; }
    .socials-a li .fa-instagram { font-size: 1.1em; }
    .socials-a li .fa-search { position: relative; top: -1px; }
    .socials-a li .fa-search ~ .icon-b.-close { display: none; }
    .is-search-active .socials-a li .fa-search { display: none; }
    .is-search-active .socials-a li .fa-search ~ .icon-b.-close { display: inline-block; }

.socials-a.-large { }
 .socials-a.-large li { margin-bottom: 15px; }
  .socials-a.-large li a { width: 54px; height: 54px; font-size: 24px; line-height: 52px; }

/* state icons */

.stateicon-a { display: inline-block; font-family: StateFace; font-weight: normal !important; text-transform: none !important; }
 .stateicon-a:before{ content: attr(data-char); }

/* status: tweet */

.status-a { margin-bottom: 40px; }
 .status-a blockquote { max-width: 900px; margin: 0 0 20px; padding: 0; border-width: 0; font-size: 2.353rem; font-weight: bold; }
  .status-a blockquote:before { display: none; }
  .status-a blockquote a { background: none; color: #ff6000; }
  .status-a blockquote a:hover { color: #dd5300; }
 .status-a .foot { font-size: 15px; }
  .status-a .foot time { font-weight: bold; }
  .status-a .foot small { padding: 0 10px; font: inherit; opacity: 0.5; }
  .status-a .foot a { background: none; }
  .status-a .foot a:hover { color: #dd5300; }
   .status-a .foot .fa { margin-left: 3px; color: #ff6000; transition: inherit; }
   .status-a .foot a:hover .fa { color: #dd5300; }

@media screen and (max-width: 1439px) {
.status-a blockquote { font-size: 2rem; }
}
@media screen and (max-width: 479px) {
.status-a blockquote { font-size: 1.75rem; }
}

/* status: facebook */

.status-b { margin-bottom: 40px; }
.status-b + .status-b { padding-top: 40px; border-top: 1px solid #d3d6dd; }
 .status-b:after { display: table; clear: both; content: ''; }
 .status-b .outer { max-width: 900px; }
  .status-b .image { float: left; width: 270px; margin: 0 -100% 0 0; border-width: 0; }
   .status-b .image img { display: block; width: 100%; }
  .status-b .image + .wrap { margin-left: 300px; }
   .status-b .header { margin-bottom: 10px; font-size: 15px; font-weight: bold; }
 .status-b .foot { margin-top: 30px; font-size: 15px; }
  .status-b .box { display: inline-block; margin: 0; padding: 11px 15px; background: #f1f1f1; font-size: 12px; line-height: 14px; vertical-align: top; }
   .status-b .box a { background: none; }
   .status-b .box a ~ a { margin-left: 7px; }
  .status-b .links { display: inline-block; vertical-align: top; }
  .status-b .box + .links { margin: 8px 0 0 30px; }
   .status-b .links time { font-weight: bold; }
   .status-b .links small { padding: 0 10px; font: inherit; opacity: 0.5; }
   .status-b .links a { background: none; }
   .status-b .links a:hover { color: #dd5300; }
    .status-b .links .fa { margin-left: 3px; color: #ff6000; transition: inherit; }
    .status-b .links a:hover .fa { color: #dd5300; }

@media screen and (max-width: 719px) {
.status-b .image { width: 170px; }
.status-b .image + .wrap { margin-left: 200px; }
}
@media screen and (max-width: 599px) {
.status-b .image { float: none; width: auto; margin: 0 0 30px; }
.status-b .image + .wrap { margin-left: 0; }
 .status-b .box + .links { margin-left: 15px; }
}

/* steps (about) */

.steps-a { position: relative; margin-bottom: 0; background: #324147; color: #fff; }
 .steps-a .header { }
  .steps-a .header .hx { line-height: 1.15; text-transform: uppercase; }
   .steps-a .header .hx span { display: block; }
 .steps-a .entry { }
  .steps-a .entry:after { display: table; clear: both; content: ''; }
  .steps-a .entry .image { float: left; width: 50%; margin: 0; }
   .steps-a .entry .image a { display: block; }
   .steps-a .entry .image img { display: block; width: 100%; }
  .steps-a .entry .wrap { float: right; width: 50%; margin: 0; padding-top: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(211,214,221,0.3); }
  .steps-a .entry:not(.-flip) .wrap { padding-right: 0; }
   .steps-a .entry .wrap .hx { padding-left: 70px; font-weight: bold; margin-bottom:10px; }
    .steps-a .entry .wrap .hx .h1 { float: left; width: 70px; margin: -0.04em 0 0 -70px; color: #ff6000; line-height: 1; font-weight: bold; }
   .steps-a .entry .wrap p { padding-left: 70px; }
 .steps-a .entry.-flip { }
  .steps-a .entry.-flip .image { float: right; }
  .steps-a .entry.-flip .wrap { float: left; padding-left: 0; }

@media screen and (min-width: 1025px) {
.steps-a:before, .steps-a:after { display: block; content: ''; height: 40px; }
}
@media screen and (max-width: 1023px) {
.steps-a .entry .wrap { padding-top: 0; padding-bottom: 30px; }
 .steps-a .entry .wrap .hx { padding-left: 50px; }
  .steps-a .entry .wrap .hx .h1 { width: 50px; margin-left: -50px; }
 .steps-a .entry .wrap p { padding-left: 0; }
}
@media screen and (max-width: 719px) {
.steps-a .entry .wrap { padding-bottom: 0; border-width: 0; }
}
@media screen and (max-width: 599px) {
.steps-a .entry .image { float: none; width: auto; margin-bottom: 30px; }
.steps-a .entry .wrap { float: none; width: auto; padding: 0; }
.steps-a .entry .wrap .hx { margin: 0 0 15px 50px; padding: 0 0 15px; border-bottom: 1px solid rgba(211,214,221,0.3); }
 .steps-a .entry .wrap p { margin-left: 50px; padding-left: 0; }
}
@media screen and (max-width: 479px) {
.steps-a .header { padding-left: 15px; }
}


/* strategic-steps (about) */

.strategic-a { position: relative; margin-bottom: 0;}
 .strategic-a .header { }
  .strategic-a .header .hx { line-height: 1.15; text-transform:uppercase; }
   .strategic-a .header .hx span { display: block;}
 .strategic-a .entry { display:flex; align-items: center; border-bottom: 1px solid rgba(211,214,221,0.3); padding: 20px 0px; margin:0px; justify-content: space-between;}
  .strategic-a .entry .image {  margin: 0; border:none; max-width: 400px; overflow: hidden;}
   .strategic-a .entry .image a { display: block; }
   .strategic-a .entry .image img { display: block; height: 100%; }
  .strategic-a .entry .wrap { margin: 0; padding-top: 40px; padding-bottom: 40px; padding-right: 80px;  padding-left: 40px; width: calc(100% - 400px);}
   .strategic-a .entry .wrap .hx { font-weight: bold; margin-bottom:10px; text-transform: uppercase; }
   .strategic-a .entry .h1 {  font-size:6rem; color: #ff6000; line-height: 1; font-weight: light; }

@media screen and (min-width: 1025px) {
.strategic-a:before, .strategic-a:after { display: block; content: ''; height: 40px; }
}
@media screen and (max-width: 1023px) {
  .strategic-a .entry { align-items: flex-start;}
.strategic-a .entry .wrap { padding-top:0px; padding-right: 80px; padding-left: 40px; width: calc(100% - 250px); }
.strategic-a .entry .image { max-width: 200px; }

}
@media screen and (max-width: 719px) {
  .strategic-a .entry{flex-direction:column; align-items: flex-start; }
.strategic-a .entry .wrap { width:100%; padding: 20px 0px; }
.strategic-a .entry .image { max-width: 100%; }
}
@media screen and (max-width: 599px) {
.strategic-a .entry .image { float: none; width: auto; margin-bottom: 30px; }
.strategic-a .entry .wrap { float: none; width: auto; padding: 0; }
.strategic-a .entry .wrap .hx { margin: 0 0 15px 50px; padding: 0 0 15px; border-bottom: 1px solid rgba(211,214,221,0.3); }
 .strategic-a .entry .wrap p { margin-left: 50px; padding-left: 0; }
}
@media screen and (max-width: 479px) {
.strategic-a .header { padding-left: 15px; }
}

/* blog post */

.story-a { }
 .story-a > .main iframe { max-width: 100%; }
 .story-a > .main figure { border-top: 0px; }
 .story-a > .main .leftcolbody.halfwidth iframe { width: 500px; height: 290px; }
  .story-a > .main:after { display: table; clear: both; content: ''; }
  .story-a > .main > h3:not(:first-child),
  .story-a > .main > h4:not(:first-child),
  .story-a > .main > h5:not(:first-child) { margin-top: 2.94rem; }
  .storysubcategory { color: #ff6000 }
  .story-a > .main figure { border-top: 0px; }
  .story-a > .main p { font-size: 20px; line-height: 28px; margin-bottom: 1.5rem;}
  
  .single-teammember .story-a .main > div {margin:auto;}


  .story-a > .main .actionbox-b > div { max-width: 100%; }
@media screen and (min-width: 1366px) {
.story-a > .main > *:not(.full):not(blockquote) { max-width: 750px; }
.story-a > .main > .actionbox-a, .story-a > .main .actionbox-b  { float: right; max-width: 490px !important; margin: 0 0 80px 60px; }
.story-a > .main .actionbox-b > div { width: auto !important; }
.story-a > .main > .actionbox-a.emailsignup { float: none; max-width: 100% !important; margin: 0 0 80px 0; }
}
@media screen and (min-width: 1500px) {
.story-a > .main > *:not(.full):not(blockquote) { max-width: 930px; }
.story-a > .main > .actionbox-a, .story-a > .main .actionbox-b { max-width: 515px !important; }
.story-a > .main > .actionbox-a.emailsignup { max-width:100% !important;}
}
@media screen and (max-width: 1439px) and (min-width: 1366px) {
.story-a > .main > .actionbox-a, .story-a > .main .actionbox-b { margin-right: -50px; }
}
@media screen and (max-width: 1366px) {
  .story-a > .main > *:not(.full):not(blockquote) { max-width: 750px; }
  .story-a.action-template > section { display: flex; flex-direction: column; }
  .story-a > .main .actionbox-b { order: 5; }
}

@media screen and (max-width: 590px) {
  #can_embed_form.can_float #form_col1, 
  #can_embed_form.can_float #form_col2 {
    display: block !important;
    float: none !important;
  }
}


/* responsive tables */

@media screen and (max-width: 719px) {
.table-a.-scroll { position: relative; margin: 2rem -41px; }
.table-a.-scroll:first-child { margin-top: 0; }
 .table-a.-scroll:after { position: absolute; right: 20px; bottom: -16px; content: ''; width: 18px; height: 24px; background: url(assets/images/table-a-icon-a.png) no-repeat; background-size: contain; opacity: 0.75; }
 .table-a.-scroll:after { -webkit-animation: swipeleft 2s infinite; animation: swipeleft 2s infinite; }
 .table-a.-scroll > .wrap { overflow: auto; overflow-y: hidden; padding: 0; -webkit-overflow-scrolling: touch; }
  .table-a.-scroll table { min-width: 680px; }
   .table-a.-scroll table th:last-child, .table-a.-scroll table td:last-child { padding-right: 40px !important; }

.table-a.-fold { margin: 2rem 0; }
.table-a.-fold:first-child { margin-top: 0; }
 .table-a.-fold table { display: block; width: auto; margin: 0 -20px; }
  .table-a.-fold table thead { display: none; }
  .table-a.-fold table tbody { display: block; }
  .table-a.-fold table tr { display: block; width: 100%; margin: 0; padding: 10px 20px 15px; border: 1px solid #e6e6e6; border-width: 1px 0; }
  .table-a.-fold table tr + tr { margin-top: -1px; }
   .table-a.-fold table th, .table-a.-fold table td { display: block; margin-bottom: 3px; margin-top: 3px; padding: 0; border: none !important; }
   .table-a.-fold table [data-th]:before { display: block; content: attr(data-th) ':'; margin: 10px 0 0; font-size: 10px; font-weight: bold; text-transform: uppercase; }

@-webkit-keyframes swipeleft { 0% { opacity: 0; -webkit-transform: translate3d(0,0,0); } 60% { -webkit-transform: translate3d(-20px,0,0); opacity: 0.75; } 80% { opacity: 0.75; } 100% { opacity: 0; -webkit-transform: translate3d(-20px,0,0); } }
@keyframes swipeleft { 0% { opacity: 0; transform: translate3d(0,0,0); } 60% { transform: translate3d(-20px,0,0); opacity: 0.75; } 80% { opacity: 0.75; } 100% { opacity: 0; transform: translate3d(-20px,0,0); } }
}
@media screen and (max-width: 479px) {
.table-a.-scroll { position: relative; margin-right: -21px; margin-left: -21px; }
}

/* tag bar */

.tagbar-a { position: relative; padding: 25px 0; background: #252d30; color: #fff; }
 .tagbar-a > .-contain { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .tagbar-a .hx { margin: 0; padding: 10px 40px 10px 0; border: 0 solid rgba(255,255,255,0.25); border-right-width: 1px; color: inherit; font-size: 15px; line-height: 34px; text-transform: uppercase; white-space: nowrap; }
   .tagbar-a .icon-a { margin-right: 10px; }
  .tagbar-a .wrap { margin: 0; padding-left: 40px; }

@media screen and (max-width: 599px) {
.tagbar-a .hx { padding-right: 25px; }
.tagbar-a .wrap { padding-left: 25px; }
}
@media screen and (max-width: 479px) {
.tagbar-a > .-contain { display: block; }
 .tagbar-a .hx { margin-bottom: 0; border-width: 0; }
 .tagbar-a .wrap { padding-left: 0; }
}

/* team wrapper */

.team-a { }
 .team-a .header { }
  .team-a .header .hx { text-transform: uppercase; }
  .team-a .header p { max-width: 940px; }
 .team-a .entries { border-top: 0px solid #d3d6dd; }
  .team-a .entries > .wrap { margin: -40px -20px 0; font-size: 0; letter-spacing: -1em; }
   .team-a .entries > .wrap > .bio-a { display: inline-block; width: 49.99%; margin: 0; padding: 40px 20px 0; font-size: 15px; font-size: 1rem; letter-spacing: 0; vertical-align: top; }

@media screen and (max-width: 1365px) {
.team-a .entries > .wrap > .bio-a { width: 100%; }
}

/* news teaser */

.teaser-a { margin-bottom: 40px; padding-left: 15px; }
.teaser-a + .teaser-a { margin-top: 60px; padding-top: 60px; border-top: 1px solid #d3d6dd; }
 .teaser-a:after { display: table; clear: both; content: ''; }
 .teaser-a .category { max-width: 900px; margin-bottom: 1.5rem; }
  .teaser-a .category:before { float: left; content: '\2022'; margin: 0 0 0 -15px; }
  .teaser-a .category .fa { margin-left: 3px; color: #ff6000; }
 .teaser-a .meta { max-width: 900px; margin-bottom: 2rem; }
 .teaser-a .image { float: left; width: 300px; margin: 0 -100% 0 0; }
 .teaser-a .image + .wrap { padding-left: 360px; }
 .teaser-a .wrap { max-width: 900px; }
  .teaser-a .hx { margin-bottom: 10px; }
  .teaser-a .excerpt { }
  .teaser-a .quote { margin: 0; padding: 0 0 0 45px; border: none; font-size: 1.647rem; }
   .teaser-a .quote:before { width: 45px; margin-left: -45px; text-align: left; }

@media screen and (max-width: 1023px) {
.teaser-a + .teaser-a { margin-top: 40px; padding-top: 40px; }
.teaser-a .image { width: 280px; }
.teaser-a .image + .wrap { padding-left: 320px; }
}
@media screen and (max-width: 719px) {
.teaser-a .image { float: none; width: 100%; margin-bottom: 30px; }
.teaser-a .image + .wrap { padding-left: 0; }
}
@media screen and (max-width: 479px) {
.teaser-a .quote { padding-left: 0; }
 .teaser-a .quote:before { margin: 0 0 10px -3px; font-size: 6.5rem; }
}

/* resource teaser */

.teaser-b { margin-bottom: 40px; border: 1px solid #d3d6dd; border-width: 1px 0; }
.teaser-b + .teaser-b { margin-top: -40px; border-top-width: 0; }
 .teaser-b > .outer { max-width: 930px; min-height: 250px; padding: 40px 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
 .teaser-b > .outer:after { display: table; clear: both; content: ''; }
  .teaser-b .image { position: relative; /*-webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto;*/ width: auto; margin: 0; }
   .teaser-b .image a { display: block; background: none; }
  .teaser-b .wrap {  }
   .teaser-b .category { margin-bottom: 10px; color: #111; }
    .teaser-b .category:before { float: left; content: '\2022'; margin: 0 0 0 -15px; }
   .teaser-b .hx { color: #ff6000; font-size: 1.647rem; line-height: 1.143; font-weight: bold; }
    .teaser-b .hx a:hover { color: #dd5300; }
    .teaser-b .hx .fa-chevron-right { font-size: 0.7em; }

@media screen and (max-width: 719px) {
.teaser-b > .outer { display: block; min-height: 0; padding: 40px 0; }
 .teaser-b .wrap { padding-left: 15px; padding-right: 0; }
 .teaser-b .image { width: auto; margin-bottom: 30px; }
}

/* webinar teaser  */

.teaser-c { margin-bottom: 40px; }
 .teaser-c > a, .teaser-c.jobs-teaser { display: block; background: #ff6000; color: #fff; }
 .teaser-c > a:hover { background: #dd5300; }
 .teaser-c .wrap { display: block; min-height: 270px; padding: 55px 0; }
 .teaser-c .wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: column wrap; -ms-flex-flow: column wrap; flex-flow: column wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .teaser-c .category { margin-bottom: 10px; line-height: 1.25; color: #202020; }
  .teaser-c .hx { font-size: 2.353rem; line-height: 1; font-weight: bold; letter-spacing: 0; text-transform: uppercase; }
   .teaser-c .hx .fa-chevron-right { font-size: 0.7em; }

  .teaser-c.jobs-teaser .wrap { -webkit-flex-flow: row; -ms-flex-flow: row; flex-flow: row; min-height: unset; max-width: 1280px; }
  .teaser-c.jobs-teaser .wrap h3 { margin-right: 10%; font-size: 36px; line-height: 40px; }
  .teaser-c.jobs-teaser .wrap a { height: 55px; border-left-width: 0px; background: #242D30; border-color: #242D30; min-width: 280px; max-width: 100%; }
  .teaser-c.jobs-teaser .wrap a:hover { background-color: #3C484D; border-color: #3C484D; }


@media screen and (max-width: 719px) {
.teaser-c .wrap { min-height: 220px; padding: 40px 0; }
 .teaser-c .hx { font-size: 2rem; line-height: 1.1; }
 .teaser-c.jobs-teaser .wrap { display: block; }
}
@media screen and (max-width: 479px) {
.teaser-c .wrap > * { padding-left: 15px; }
 .teaser-c .hx { font-size: 1.75rem; }
}

/* campaign teaser */

.teaser-d { position: relative; max-width: 1260px; margin-bottom: 40px; }
 .teaser-d:before { position: absolute; left: 0; bottom: 0; right: 0; content: ''; height: 1px; background: #d3d6dd; }
.teaser-d + .teaser-d { margin-top: -40px; }
 .teaser-d > .outer { display: table; width: 100%; max-width: 1140px; min-height: 265px; }
  .teaser-d .image { display: table-cell; position: relative; width: 470px; height: 100%; margin: 0; border-width: 0; }
   .teaser-d .image a { display: block; position: relative; overflow: hidden; width: 100%; height: 100%; background: none; }
   .teaser-d .image img { display: block; width: 100%; min-width: 100%; max-width: none; height: 100%; min-height: 100%; object-fit: cover; }
   .no-objectfit .teaser-d .image img { position: absolute; left: 50%; top: 50%; width: auto; height: auto; -webkit-transform: translate3d(-50%,-50%,0) scale(1.01); -ms-transform: translate3d(-50%,-50%,0) scale(1.01); transform: translate3d(-50%,-50%,0) scale(1.01); }
  .teaser-d .wrap { display: table-cell; padding-top: 40px; padding-bottom: 40px; }
   .teaser-d .states { margin-bottom: 15px; color: #111; line-height: 2.5; }
    .teaser-d .states .state ~ .state { padding-left: 20px; }
    .teaser-d .states .stateicon-a { margin-right: 5px; font-size: 2.5em; line-height: 1; vertical-align: top; }
    .teaser-d .states .stateicon-a[data-char="X"] { font-size: 2.0em;  }
   .teaser-d .hx { margin-bottom: 10px; color: #ff6000; font-weight: bold; }
    .teaser-d .hx a:hover { color: #dd5300; }
    .teaser-d .hx .fa-chevron-right { font-size: 0.7em; }

@media screen and (max-width: 1023px) {
.teaser-d .image { width: 40%; }
}
@media screen and (max-width: 479px) {
.teaser-d > .outer { display: block; min-height: 0; }
 .teaser-d .image { display: block; width: 100%; margin-bottom: -15px; }
  .teaser-d .image img { min-width: 0; max-width: 100%; height: auto; min-height: 0; }
  .no-objectfit .teaser-d .image img { position: relative; left: auto; top: auto; width: 100%; -webkit-transform: none; transform: none; }
 .teaser-d .wrap { display: block; }
}

/* custom tick boxes */

.tick-a { }
:root .tick-a { position: absolute; left: -10001px; }
:root .tick-a + label { display: inline-block; position: relative; padding-left: 40px; vertical-align: top; }
 :root .tick-a + label:before { position: absolute; left: 0; top: 0; content: ''; width: 22px; height: 22px; margin: 0; padding: 0; border: 1px solid #ccc; background: #fff; color: #ff6000; background-clip: content-box; font: 16px/20px FontAwesome; vertical-align: top; text-align: center; }
 :root .tick-a[type=radio] + label:before { padding: 4px; border-radius: 50%; }
 :root .tick-a[type=radio]:checked + label:before { background-color: currentColor; }
 :root .tick-a[type=checkbox]:checked + label:before { content: '\f00c'; }

/* global header */

.top-a { position: absolute; left: 0; top: 0; z-index: 102; width: 185px; min-height: 100vh; margin: 0; padding: 160px 0 0; border: 6px solid #ff6000; border-width: 0 6px 0 0; background: #fff; text-align: center; }
 .top-a .logo { display: inline-block; margin-bottom: 0; padding-bottom: 250px; }
  .top-a .logo a { display: block; overflow: hidden; width: 61px; height: 350px; margin: 0 auto; background: url(assets/images/logo-a.png) no-repeat; background-size: contain; font-size: 0; text-indent: 321%; white-space: nowrap; }
  .top-a .logo small { display: block; margin-top: 10px; color: #3c484d; font-size: 10px; font-weight: bold; line-height: 1; letter-spacing: 0.02em; text-align: left; }
 .top-a .toggler { position: absolute; left: 50%; top: 55px; width: 60px; margin: 0 0 0 -30px; font-size: 10px; font-weight: bold; letter-spacing: 0.02em; text-align: left; cursor: pointer; }
 .top-a .toggler { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
  .top-a .toggler:before { display: block; content: ''; width: 100%; height: 29px; margin: 0; border: 1px solid; border-width: 5px 0; padding: 7px 0; background: currentColor; background-clip: content-box; }
   .top-a .toggler span { display: block; margin-top: 10px; }
  .top-a .toggler i { display: none; position: relative; width: 44px; height: 5px; margin: 12px auto 20px !important; background: currentColor; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
   .top-a .toggler i:before { position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ''; background: currentColor; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
 .top-a .socials-a { position: absolute; left: 0; right: 0; bottom: 30px; margin: 0; transition: opacity 0.5s; }
 .top-a .search { display: none; position: absolute; left: 100%; bottom: 21px; z-index: 101; width: 690px; margin: 0 0 0 6px; border: 1px solid #ff6000; border-width: 1px 0; }
 .is-search-active .top-a .search { display: block; }
  .top-a .search input { height: 70px; padding: 0 90px 0 119px; background-color: #fff; line-height: 68px; }
  .top-a .search button { position: absolute; right: 0; top: 0; border-left: none; width: 70px; height: 70px; padding: 0; }
  .is-nav-active .top-a .toggler:before { display: none; }
  .is-nav-active .top-a .toggler span { display: none; }
  .is-nav-active .top-a .toggler i { display: block; }
  .is-nav-active .top-a .socials-a { opacity: 0; }

@media (max-width: 1499px), (max-height: 859px) {
.top-a { width: 150px; padding-top: 130px; }
 .top-a .logo { padding-bottom: 290px; }
  .top-a .logo a { width: 50px; height: 292px; }
 .top-a .toggler { top: 40px; width: 44px; margin-left: -22px; }
 .top-a .socials-a.-large li a { width: 44px; height: 44px; font-size: 20px; line-height: 42px; }
}
@media screen and (min-width: 1280px) {
.top-a  > .wrap { border-width: 0; }
}
@media screen and (max-width: 1279px) {
.top-a { position: relative; left: auto; top: auto; width: auto; min-height: 0; padding: 0; border-width: 0 0 6px; box-shadow: 0 2px 6px rgba(0,0,0,0.25); text-align: left; }
 .top-a > .wrap { position: relative; min-height: 94px; }
  .top-a .logo { margin-top: 30px; padding-bottom: 0; }
   .top-a .logo a { width: 180px; height: 32px; background-image: url(assets/images/logo-b.png); }
   .top-a .logo small { display: block; margin-top: 10px; color: #3c484d; font-size: 10px; font-weight: bold; line-height: 1; letter-spacing: 0.02em; text-align: left; }
   .top-a .logo small { display: none; }
  .top-a .socials-a { display: none; }
  .top-a .toggler { left: auto; right: 0; top: 32px; }
   .top-a .toggler span { display: none; }
}
@media screen and (max-width: 479px) {
.top-a .toggler { -webkit-transform: scale(0.8); transform: scale(0.8); }
}

/* text styling */

.tx-a { margin-bottom: 2.353rem; font-size: 1.647rem; font-weight: 300; line-height: 1.214; }
.tx-b { margin-bottom: 2.353rem; color: inherit; font-size: 1.176rem; font-weight: bold; text-transform: none; }
.tx-c { margin-bottom: 1em; font: inherit; font-size: 15px; font-weight: bold; letter-spacing: 0.02em; text-transform: uppercase; }
 .tx-c.-dot:before { float: left; content: '\2022'; margin: 0 0 0 -15px; }
.tx-d { margin-bottom: 5px; color: inherit; font-size: 1.176rem; font-weight: bold; text-transform: uppercase; }
.tx-e { margin-bottom: 1.25em; color: #ff6000; font-size: 1.176rem; line-height: 4; font-weight: bold; text-transform: none; }
 .tx-e a { background: none; }
 .tx-e a:hover { color: #dd5300; }
 .tx-e .icon-a { margin-right: 10px; font-size: 1.75em; vertical-align: top; }

@media screen and (max-width: 719px) {
.tx-c { font-size: 14px; }
}

/* updates */

.updates-a { position: relative; margin-bottom: 40px; background: #3c484d; color: #fff; }
 .updates-a > .wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .updates-a > .wrap > .column { width: 50%; margin: 0; }
  .updates-a > .wrap > .one { padding-right: 100px; }
  .updates-a > .wrap > .two { padding-left: 100px; border: 1px solid rgba(208,208,208,0.3); border-width: 0 0 0 1px; }

@media screen and (max-width: 1439px) {
.updates-a > .wrap > .one { padding-right: 80px; }
.updates-a > .wrap > .two { padding-left: 80px; }
}
@media screen and (max-width: 1023px) {
.updates-a > .wrap { display: block; }
 .updates-a > .wrap > .column { width: 100%; margin: 0 0 40px; padding: 0; }
 .updates-a > .wrap > .two { padding-top: 40px; border-width: 1px 0 0; }
}

/* responsive video */

.video-a { display: block; position: relative; overflow: hidden; height: 0; padding: 0 0 56.25%; }
 .video-a iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* content wrapper */

.wrap-a { }
 .wrap-a > .-contain { }

@media screen and (min-width: 1440px) {
.content-a > .wrap-a:last-child { padding-bottom: 40px; }
}

/*!
 * Buttons
/* ---------------------------------------- */

.button-a, button, input[type="submit"], input[type="button"], input[type="reset"] { display: inline-block; height: auto; min-height: 55px; padding: 15px 60px; border: 1px solid #3c484d; border-width: 0 0 0 5px; background: #ff6000; color: #fff; font: bold 1em/26px Muli,Georgia,serif; font-size: 1.176rem; letter-spacing: 0.1em; text-align: center; text-transform: lowercase; text-decoration: none !important; outline: none; }
.button-a:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover { background-color: #dd5300; color: #fff; }

.button-a.-small { padding-left: 35px; padding-right: 35px; font-size: 16px; }
.button-a.-gray { border-width: 0 5px 0 0; border-color: #ff6000; background-color: #3c484d; }
.button-a.-gray:hover { background-color: #353d40; }

@media screen and (max-width: 599px) {
.button-a { display: block; width: 100%; }
}

.button-b { display: inline-block; height: auto; min-height: 56px; padding: 14px 59px; border: 1px solid #f5a086; background: #fff; color: #ff6000; font: bold 1em/26px Charter,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 1rem; letter-spacing: 0.02em; text-align: center; text-decoration: none !important; outline: none; text-transform: uppercase; }
.button-b:hover { background-color: transparent; color: #dd5300; }

@media screen and (max-width: 599px) {
.button-b { display: block; width: 100%; }
}

.button-a .fa:first-child, .button-b .fa:first-child { margin-right: 5px; }
.button-a .fa:last-child, .button-b .fa:last-child { margin-left: 5px; }

/*!
 * Defaults
/* ---------------------------------------- */

form { }
 label { cursor: pointer; vertical-align: middle; }
 label:first-child { display: block; margin: 0 0 5px; }
  label em { color: #f00; }
 input[type=text], input[type=password], input[type=search], input[type=email], input[type=tel], textarea, select { width: 100%; height: 56px; padding: 0 19px; border: 1px solid #e5e5e5; border-radius: 0; background: #fff; font-size: 16px; line-height: 54px; vertical-align: top; -webkit-appearance: none; outline: none; }
 input.-dark, textarea.-dark, select.-dark { border-color: #3c484d; background-color: #3c484d; color: #fff; }
 .native.android input:not([type=checkbox]):not([type=radio]) { padding-top: 18px; padding-bottom: 18px; line-height: 20px; }
 input[type="checkbox"], input[type="radio"] { padding: 0; }
 input::-ms-clear { display: none; }
 textarea { overflow: auto; height: auto; padding: 14px 19px; line-height: 20px; resize: vertical; }
 textarea.autoresize { min-height: 56px; max-height: 168px; padding: 19px; }
 select { padding: 16px 40px 16px 18px; background: #fff url(assets/images/select-a.png) 100% 50% no-repeat; line-height: normal; -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; }
 select::-ms-expand { display: none; }
 .firefox select { padding-left: 13px; }
 button, input[type="submit"], input[type="button"], input[type="reset"] { overflow: visible; cursor: pointer; -webkit-appearance: button; } button::-moz-focus-inner { padding: 0; border: none; }
 button[disabled], input[disabled] { cursor: default; }

 ::-webkit-input-placeholder { color: #7c8184; font-style: normal; opacity: 1; }
 :-ms-input-placeholder { color: #7c8184 !important; font-style: normal; opacity: 1; }
 ::-moz-placeholder { color: #7c8184; font-style: normal; opacity: 1; }
 .placeholder, .placeholdersjs { color: #7c8184 !important; font-style: normal; opacity: 1; }
 select:invalid { color: #7c8184; }

 .-dark::-webkit-input-placeholder { color: #fff; }
 .-dark:-ms-input-placeholder { color: #fff !important; }
 .-dark::-moz-placeholder { color: #fff; }

 input[type].required:invalid, input[type].error, textarea.required:invalid, textarea.error, select.required:invalid, select.error { border-color: #EF4242; color: #EF4242; }

/* tables */

table { display: table; border-collapse: collapse; border-spacing: 0; }
 table th, table td { padding: 14px 19px; border: 1px solid #eee; text-align: left; }

/* headers */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font: bold 10px/1.2 Muli,Helvetica Neue,Helvetica,Arial,sans-serif; }
h1, .h1 { font-size: 4.235rem; font-weight: 300; line-height: 1; }
h2, .h2 { font-size: 3.059rem; font-weight: 300; line-height: 1.115; }
h3, .h3 { font-size: 2.353rem; font-weight: bold; line-height: 1.125; }
h4, .h4 { font-size: 1.647rem; font-weight: 300; line-height: 1.071; }
h5, .h5 { font-size: 1.176rem; font-weight: 300; line-height: 1.3; text-transform: uppercase; }
h6, .h6 { font-size: 1.000rem; font-weight: normal; line-height: 1.3; text-transform: uppercase; }

@media screen and (max-width: 1439px) {
h1, .h1 { font-size: 3.882rem; }
h2, .h2 { font-size: 2.824rem; }
h3, .h3 { font-size: 2.118rem; }
}
@media screen and (max-width: 1023px) {
h1, .h1 { font-size: 3.25rem; }
h2, .h2 { font-size: 2.50rem; }
h3, .h3 { font-size: 2.00rem; }
}
@media screen and (max-width: 599px) {
h1, .h1 { font-size: 2.75rem; }
h2, .h2 { font-size: 2.25rem; }
h3, .h3 { font-size: 1.75rem; }
h4, .h4 { font-size: 1.50rem; }
}

/* lists & quotes */

ul, ol, dd, blockquote { padding-left: 85px; }

@media screen and (max-width: 1023px) {
ul, ol, dd, blockquote { padding-left: 60px; }
}
@media screen and (max-width: 479px) {
ul, ol, dd, blockquote { padding-left: 30px; }
}

ol, ul { list-style: none; counter-reset: ordered; }
 li { margin-bottom: 0.75em; counter-increment: ordered; }
  ol li:before { position: absolute; content: counter(ordered) '.'; width: 15px; margin: 0 0 0 -25px; color: #ff6000; text-align: right; }
  ul li:before { float: left; overflow: hidden; content: ''; width: 10px; height: 10px; margin: 0.4em 0 0 -20px; border-radius: 50%; border: 1px solid #ff6000; }

@media screen and (max-width: 599px) {
ul li:before { width: 7px; height: 7px; }
}

dt { font-weight: bold; }
dd { margin-top: 0.5em; padding-left: 0; }

blockquote { margin: 80px 0; padding: 80px 0 80px 120px; border: 1px solid #d3d6dd; border-width: 1px 0; font: 300 2rem/1.25 Muli,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 2.353rem; }
 blockquote > p { max-width: 800px; }
 blockquote:before { float: left; content: '“'; width: 70px; margin: -0.05em 0 0 -95px; color: #ff6000; font: 3.5em/1 Arial,Helvetica Neue,Helvetica,sans-serif; text-align: right; }
 cite { display: block; margin-top: 1.5em; color: #000; font: 15px/1.2 Charter,Georgia,serif; letter-spacing: 0.02em; }
  cite small { padding: 0 5px; font: inherit; }

@media screen and (max-width: 1439px) {
blockquote { margin: 60px 0; padding: 60px 0 60px 100px; font-size: 2rem; }
 blockquote:before { margin-top: -0.065em; }
}
@media screen and (max-width: 1023px) {
blockquote { margin: 40px 0; padding: 35px 0 35px 60px; }
}
@media screen and (max-width: 479px) {
blockquote { padding-left: 0; font-size: 1.75rem; }
 blockquote:before { display: block; float: none; width: 40px; height: 40px; margin: -10px 0 10px -3px; font-size: 6.5rem; text-align: left; }
 cite { font-size: 14px; }
}

/* links */

a { background: linear-gradient(rgba(242,128,93,0.75), rgba(242,128,93,0.75)) left 0 bottom 0.05em no-repeat; background-size: 100% 3px; color: inherit; text-decoration: none; }
a.-blend { background-size: 100% 0; }
a.-regular { background: transparent; }
a, a:before, a:after, label, button, input[type=submit] { -webkit-transition: border 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s, opacity 0.25s; transition: border 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s, opacity 0.25s; }
a:hover { background-size: 100% 1.05em; text-decoration: none; }
 a span { cursor: pointer; }

/* images */

figure { border-top: 5px solid #ff6000; }
 img { max-width: 100%; border-width: 0; box-sizing: content-box; } .ie8 img { max-width: none; }
 figure img { display: block; }
 figcaption { margin-top: 10px; font-size: 15px; }

.alignright { float: right; max-width: 65%; margin-left: 2.35rem; }
.alignleft { float: left; max-width: 65%; margin-right: 2.35rem; }
 .alignright img, .alignleft img { display: block; max-width: none; }
 .alignright[style*=width] img, .alignleft[style*=width] img { max-width: 100%; }

@media screen and (max-width: 599px) {
.alignright, .alignleft { float: none; max-width: 100% !important; margin-right: 0; margin-left: 0; }
}

/* other */

pre { padding: 10px; border: 1px solid #ccc; background: #f3f3f3; font: 12px/1.2 Consolas,Monaco,Courier New,monospace; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
code { padding: 2px 4px; background-color: #f9f2f4; color: #c7254e; font-size: 80%; white-space: nowrap; }
hr { overflow: hidden; height: 1px; margin: 2.353rem 0; border: none; border: none; background: #eaecef; font-size: 0; }
sup, sub { font-size: 0.6875em; vertical-align: top; } sub { vertical-align: bottom; }
b, strong { font-weight: bolder; }

/*!
 * Animations
/* ---------------------------------------- */

@media screen and (min-width: 1025px) {

.js [data-animate-in] { -webkit-transition: opacity 0.75s, -webkit-transform 0.75s; transition: opacity 0.75s, transform 0.75s; }
.js [data-animate-in$="/1"] { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
.js [data-animate-in$="/2"] { -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }
.js [data-animate-in$="/3"] { -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }
.js [data-animate-in$="/4"] { -webkit-transition-delay: 0.8s; transition-delay: 0.8s; }
.js [data-animate-in$="/5"] { -webkit-transition-delay: 1.0s; transition-delay: 1.0s; }
.js [data-animate-in]:not(.is-animated-in) { opacity: 0; -webkit-transform: translateY(35px); -ms-transform: translateY(35px); transform: translateY(35px); }

}

/*!
 * Global modifiers
/* ---------------------------------------- */

[hidden] { display: none !important; }

/* text */

.-fFa { font-family: Charter,Georgia,serif; }
.-fFb { font-family: Muli,Helvetica Neue,Helvetica,Arial,sans-serif; }

.-fSa { font-size: 1rem; }
.-fSb { font-size: 1.176rem; }

.-tal { text-align: left; }
.-tac { text-align: center; }
.-tar { text-align: right; }

.-tTu { text-transform: uppercase; }
.-tTl { text-transform: lowercase; }

/* widths */

.-xWa { max-width: 900px; }
.-xWb { max-width: 600px; }

/* spacing */

.-mB0 { margin-bottom: 0; }

.-mBa,.-mYa,.-mAa{margin-bottom:80px}.-mTa,.-mYa,.-mAa{margin-top:80px}.-mLa,.-mXa,.-mAa{margin-left:80px}.-mRa,.-mXa,.-mAa{margin-right:80px}.-pBa,.-pYa,.-pAa{padding-bottom:80px}.-pTa,.-pYa,.-pAa{padding-top:80px}.-pLa,.-pXa,.-pAa{padding-left:80px}.-pRa,.-pXa,.-pAa{padding-right:80px}
.-mBb,.-mYb,.-mAb{margin-bottom:60px}.-mTb,.-mYb,.-mAb{margin-top:60px}.-mLb,.-mXb,.-mAb{margin-left:60px}.-mRb,.-mXb,.-mAb{margin-right:60px}.-pBb,.-pYb,.-pAb{padding-bottom:60px}.-pTb,.-pYb,.-pAb{padding-top:60px}.-pLb,.-pXb,.-pAb{padding-left:60px}.-pRb,.-pXb,.-pAb{padding-right:60px}
@media screen and (max-width: 1279px) {
.-mBa,.-mYa,.-mAa{margin-bottom:60px}.-mTa,.-mYa,.-mAa{margin-top:60px}.-mLa,.-mXa,.-mAa{margin-left:60px}.-mRa,.-mXa,.-mAa{margin-right:60px}.-pBa,.-pYa,.-pAa{padding-bottom:60px}.-pTa,.-pYa,.-pAa{padding-top:60px}.-pLa,.-pXa,.-pAa{padding-left:60px}.-pRa,.-pXa,.-pAa{padding-right:60px}
.-mBb,.-mYb,.-mAb{margin-bottom:40px}.-mTb,.-mYb,.-mAb{margin-top:40px}.-mLb,.-mXb,.-mAb{margin-left:40px}.-mRb,.-mXb,.-mAb{margin-right:40px}.-pBb,.-pYb,.-pAb{padding-bottom:40px}.-pTb,.-pYb,.-pAb{padding-top:40px}.-pLb,.-pXb,.-pAb{padding-left:40px}.-pRb,.-pXb,.-pAb{padding-right:40px}
}
@media screen and (max-width: 719px) {
.-mBa,.-mYa,.-mAa{margin-bottom:50px}.-mTa,.-mYa,.-mAa{margin-top:50px}.-mLa,.-mXa,.-mAa{margin-left:50px}.-mRa,.-mXa,.-mAa{margin-right:50px}.-pBa,.-pYa,.-pAa{padding-bottom:50px}.-pTa,.-pYa,.-pAa{padding-top:50px}.-pLa,.-pXa,.-pAa{padding-left:50px}.-pRa,.-pXa,.-pAa{padding-right:50px}
.-mBb,.-mYb,.-mAb{margin-bottom:30px}.-mTb,.-mYb,.-mAb{margin-top:30px}.-mLb,.-mXb,.-mAb{margin-left:30px}.-mRb,.-mXb,.-mAb{margin-right:30px}.-pBb,.-pYb,.-pAb{padding-bottom:30px}.-pTb,.-pYb,.-pAb{padding-top:30px}.-pLb,.-pXb,.-pAb{padding-left:30px}.-pRb,.-pXb,.-pAb{padding-right:30px}
}
@media screen and (max-width: 599px) {
.-mBa,.-mYa,.-mAa{margin-bottom:40px}.-mTa,.-mYa,.-mAa{margin-top:40px}.-mLa,.-mXa,.-mAa{margin-left:40px}.-mRa,.-mXa,.-mAa{margin-right:40px}.-pBa,.-pYa,.-pAa{padding-bottom:40px}.-pTa,.-pYa,.-pAa{padding-top:40px}.-pLa,.-pXa,.-pAa{padding-left:40px}.-pRa,.-pXa,.-pAa{padding-right:40px}
.-mBb,.-mYb,.-mAb{margin-bottom:25px}.-mTb,.-mYb,.-mAb{margin-top:25px}.-mLb,.-mXb,.-mAb{margin-left:25px}.-mRb,.-mXb,.-mAb{margin-right:25px}.-pBb,.-pYb,.-pAb{padding-bottom:25px}.-pTb,.-pYb,.-pAb{padding-top:25px}.-pLb,.-pXb,.-pAb{padding-left:25px}.-pRb,.-pXb,.-pAb{padding-right:25px}
}

/* togglers */
@media screen and (min-width: 1280px) { .hide\@large, .hide:not(.show\@large), .hidetoggle\@large, .hidetoggle:not(.show\@large) { display: none !important; } }
@media screen and (max-width: 1279px) and (min-width: 720px) { .hide\@medium, .hide:not(.show\@medium), .hidetoggle\@medium, .hidetoggle:not(.show\@medium) { display: none !important; } }
@media screen and (max-width: 719px) { .hide\@small, .hide:not(.show\@small), .hidetoggle\@small, .hidetoggle:not(.show\@small) { display: none !important; } }

/*!
 * Libs
/* ---------------------------------------- */

/* slick */ .slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* typed */ .typed-cursor{ opacity: 1; -webkit-animation: blink 1s infinite; -moz-animation: blink 1s infinite; animation: blink 1s infinite; } @keyframes blink{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } } @-webkit-keyframes blink{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } }

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* audio player overrides */
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background:#3c484d !important;
}
.mejs-controls button {
	min-height: initial;
}
.mejs-controls a.mejs-horizontal-volume-slider {
	background:none;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ff6000 !important;
}

/* ninja forms */
.nf-form-content li:before { display: none; }

/* email signup intersistial */
#email-overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 99999;
  display: none;
}
#email-overlay .close {
  position: absolute;
  top: 10px;
  right: 0;
  font-family: Muli, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 28px;
  min-width: unset;
  background: none;
}
#email-overlay .wrap {
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  position: relative;
}
#email-overlay .connect-b .intro {
  max-width: 500px;
}
#email-overlay .connect-b .intro .hx {
  text-transform: none;
  font-weight: normal;
  line-height: 1.2;
}
#email-overlay .fields-wrap {
  display: flex;
}
#email-overlay .fields-wrap input {
  width: 60%;
}
#email-overlay .fields-wrap button {
  padding: 0 15px;
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  #email-overlay .connect-b .intro .hx {
    margin-top: 20px;
  }
  #email-overlay .fields-wrap input {
    width: 80%;
  }
}

/** Homepage takeover **/
.homepage-take-over { background: #000; color: #fff; border: solid 8px #ff6000; border-left: 0px; position: relative; }
.homepage-take-over .close-takeover-but { background: #000; color: #fff; width: 50px; height: 50px; position: absolute; right: 0; top: 0; font-size: 50px; text-align: center; line-height: 1; cursor: pointer; padding: 0 0 10px 5px; border-left: 0; z-index: 9; min-height: unset; font-weight: 100; display: flex; justify-content: center; align-items: center; }
.homepage-take-over > .wrap { flex: 6; }
.homepage-take-over > .wrap > .intro:after { display: none; }
.homepage-take-over > .image { justify-self: flex-end; width: 358px; height: 475px;  }
.homepage-take-over > .image:after { display: none; }