<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans";
  font-weight: 300; }

body .wrapper {
  width: 100% !important;
  max-width: 100% !important;
  background-color: #fff; }

* {
  box-sizing: border-box; }

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif; }

a {
  text-decoration: none; }

button:focus, a:focus {
  outline: 0 !important; }

.fixed-width-wrapper {
  max-width: 1300px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box; }

.content-black {
  background-color: #000;
  color: #fff;
  padding-bottom: 60px; }
  @media (max-width: 600px) {
    .content-black {
      padding-bottom: 60px; } }

.content-white {
  margin-top: 30px; }

.main .content-white {
  margin-top: 0px; }

.main .content-white:before {
  display: block;
  content: '';
  position: relative;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  top: -25px;
  margin: auto;
  background-image: url(../img/svg/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.landing .content-white {
  margin-top: 30px; }
  @media (max-width: 750px) {
    .landing .content-white {
      margin-top: 20px; } }

.content-white {
  background-color: #fff;
  color: #000; }

.item-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px; }
  @media (max-width: 900px) {
    .item-title {
      font-size: 21px;
      margin-bottom: 16px; } }

.clearfix:after, .content-black:after, .content-white:after, .related:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix, .content-black, .content-white, .related {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix, * html .content-black, * html .content-white, * html .related {
  height: 1%; }

.clearfix, .content-black, .content-white, .related {
  display: block; }

/* close commented backslash hack */
header {
  background-color: #000;
  color: #fff; }

.header-logo {
  margin-bottom: 30px;
  margin-top: 2px;
  width: 160px;
  height: 31px;
  background-image: url(../img/svg/logo.svg);
  background-size: 100% 100%;
  display: inline-block; }
  @media (max-width: 500px) {
    .header-logo {
      width: 128px;
      height: 24.8px;
      margin-top: 4px; } }

.header-nav {
  float: right; }
  @media (max-width: 850px) {
    .header-nav {
      float: none;
      position: fixed;
      background-color: #000;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      z-index: 1000;
      display: none;
      padding-top: 30px; }
      .header-nav ._link {
        display: block;
        width: 100%;
        padding: 12px 0px; }
        .header-nav ._link:before {
          display: none !important; }
        .header-nav ._link._select {
          text-decoration: underline; } }
  .header-nav ._link {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-left: 25px;
    font-weight: 600;
    position: relative;
    font-size: 16px; }
    .header-nav ._link._home, .header-nav ._link._email {
      font-size: 0px;
      background-image: url(../img/ui/home.png);
      height: 30px;
      width: 30px;
      display: inline-block;
      margin-top: 2px;
      position: relative;
      background-repeat: no-repeat;
      top: -19px; }
      .header-nav ._link._home:before, .header-nav ._link._email:before {
        top: -12px; }
      @media (max-width: 850px) {
        .header-nav ._link._home, .header-nav ._link._email {
          background: none !important;
          top: 0px;
          font-size: 16px;
          height: auto;
          width: auto; } }
    @media (max-width: 850px) {
      .header-nav ._link._email {
        display: none; } }
    .header-nav ._link._home {
      background-image: url(../img/svg/home.svg); }
    .header-nav ._link._email {
      background-image: url(../img/svg/email.svg); }
    .header-nav ._link:before {
      display: inline-block;
      content: '';
      position: relative;
      top: -10px;
      width: 1%;
      opacity: 0;
      background-color: #fff;
      height: 2px;
      left: 50%;
      transition: width 0.3s, left 0.3s; }
    .header-nav ._link:hover:before, .header-nav ._link._select:before {
      width: 100%;
      left: 0%;
      opacity: 1; }

.header .fixed-width-wrapper {
  padding-bottom: 40px; }

.header-banner {
  clear: both;
  overflow: auto; }
  .header-banner img, .header-banner video {
    width: 300px;
    height: auto;
    float: left;
    width: 35% !important;
    max-width: 300px;
    display: block; }
  .header-banner ._titles {
    padding-left: 40px;
    overflow: auto; }
  .header-banner ._bannertitle {
    font-weight: 600;
    font-size: 32px;
    line-height: 35px; }
  .header-banner ._bannersubtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    margin-top: 7px;
    padding-bottom: 10px; }
  @media (max-width: 1100px) {
    .header-banner ._titles {
      box-sizing: border-box;
      padding-left: 30px; }
    .header-banner img, .header-banner video {
      width: 35% !important; } }
  @media (max-width: 1000px) {
    .header-banner ._bannertitle {
      font-size: 28px;
      line-height: 32px; }
    .header-banner ._bannersubtitle {
      font-size: 20px;
      line-height: 22px;
      margin-top: 5px; }
    .header-banner .header-intro {
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 800px) {
    .header-banner img, .header-banner video {
      width: 60% !important; } }
  @media (max-width: 600px) {
    .header-banner ._titles {
      width: 100%;
      clear: both;
      margin-top: 0px;
      margin-bottom: 20px;
      padding-left: 0px; }
    .header-banner img, .header-banner video {
      width: 100% !important;
      max-width: 100% !important; } }
  @media (max-width: 400px) {
    .header-banner ._bannertitle {
      font-size: 24px;
      line-height: 29px; }
    .header-banner ._bannersubtitle {
      font-size: 19px;
      line-height: 25px; } }
  .header-banner ._bannertitle, .header-banner ._bannersubtitle {
    opacity: 0; }

.main .header-banner img, .main .header-banner video {
  width: 350px; }

@media (max-width: 600px) {
  .landing .header-banner {
    padding-top: 20px;
    padding-bottom: 20px; }
    .landing .header-banner img, .landing .header-banner video {
      padding-bottom: 20px; } }
.landing .header-banner ._bannertitle {
  margin-top: 0px; }
.landing .header-banner ._bannersubtitle {
  margin-top: 0px; }
.landing .header-banner ._bannertitle, .landing .header-banner ._bannersubtitle {
  font-weight: 600;
  font-size: 38px;
  line-height: 45px; }
@media (max-width: 1000px) {
  .landing .header-banner ._bannertitle, .landing .header-banner ._bannersubtitle {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px; } }
@media (max-width: 800px) {
  .landing .header-banner ._bannertitle, .landing .header-banner ._bannersubtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px; } }

.story .header-banner ._bannertitle, .story .header-banner ._bannersubtitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px; }
@media (max-width: 1000px) {
  .story .header-banner ._bannertitle, .story .header-banner ._bannersubtitle {
    font-size: 24px;
    line-height: 28px; } }
.story .header-banner img, .story .header-banner video {
  width: 50% !important;
  max-width: 450px !important; }
@media (max-width: 800px) {
  .story .header-banner img, .story .header-banner video {
    width: 45% !important;
    max-width: 400px !important; } }
@media (max-width: 750px) {
  .story .header-banner img, .story .header-banner video {
    width: 40% !important;
    max-width: 400px !important; } }
@media (max-width: 600px) {
  .story .header-banner img, .story .header-banner video {
    width: 100% !important;
    max-width: 100% !important; }
  .story .header-banner ._bannertitle, .story .header-banner ._bannersubtitle {
    font-size: 21px;
    line-height: 30px; } }
@media (max-width: 400px) {
  .story .header-banner ._bannertitle, .story .header-banner ._bannersubtitle {
    font-size: 18px;
    line-height: 26px; } }

.header-intro {
  clear: both;
  max-width: 800px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px; }
  @media (max-width: 750px) {
    .header-intro {
      font-size: 16px;
      line-height: 23px; } }

.pop_hamburger_icon {
  display: none;
  padding-top: 13px;
  padding-left: 11px;
  position: absolute;
  z-index: 1001;
  top: 12px;
  right: 14px;
  box-sizing: border-box;
  height: 54px;
  width: 54px;
  border: 2px solid #fff;
  border-radius: 100px; }
  @media (max-width: 850px) {
    .pop_hamburger_icon {
      display: inline-block; }
      .pop_hamburger_icon._open {
        position: fixed; } }

.pop_hamburger_icon ._lines {
  margin-top: 4px; }

.pop_hamburger_icon ._lines ._line {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 9px;
  border-radius: 2px;
  -ms-transform-origin: 15px 2px;
  -webkit-transform-origin: 15px 2px;
  transform-origin: 15px 2px;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1); }

.pop_hamburger_icon._open ._lines .__middle {
  display: none !important; }

.pop_hamburger_icon ._lines ._line.__bottom {
  margin-bottom: 0px; }

.pop_hamburger_icon._open ._lines .__top {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg); }

.pop_hamburger_icon._open ._lines .__middle {
  opacity: 0; }

.pop_hamburger_icon._open ._lines .__bottom {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg); }

.fixedbar {
  position: fixed;
  height: 30px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  z-index: 100; }
  .fixedbar:hover {
    cursor: pointer; }

.fixedbar:before {
  display: block;
  content: '';
  position: relative;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  top: -25px;
  margin: auto;
  background-image: url(../img/svg/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.marketo {
  position: relative;
  clear: both;
  width: 100%;
  text-align: center;
  border-top: 1px solid #F1F2F2;
  border-bottom: 1px solid #F1F2F2;
  padding-bottom: 40px; }
  .marketo ._form {
    height: 0px;
    overflow: hidden;
    max-width: 710px;
    margin: auto; }
  .marketo ._showform {
    margin-top: 20px; }
  .marketo .mktoForm {
    width: 100% !important;
    max-width: 600px; }
  .marketo .mktoHtmlText {
    font-weight: bold;
    font-size: 10px; }
    .marketo .mktoHtmlText strong {
      display: none !important; }
  .marketo .mktoLabel {
    display: inline-block !important;
    width: auto !important; }
  .marketo .mktoOffset, .marketo .mktoGutter {
    display: none !important; }
  .marketo .mktoAsterix {
    display: inline !important;
    position: relative;
    right: 3px;
    color: #000 !important; }
  .marketo .mktoField {
    width: 100% !important;
    padding: 8px 5px; }
  .marketo .mktoCheckboxList {
    width: 100% !important;
    text-align: left; }
    .marketo .mktoCheckboxList .mktoField {
      width: auto !important;
      position: relative;
      top: 3px; }
    .marketo .mktoCheckboxList label {
      max-width: 500px; }
  .marketo .mktoLabel {
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important; }
  .marketo .mktoForm .mktoFormCol, .marketo .mktoForm .mktoFieldWrap {
    float: none !important; }
  .marketo .mktoButtonWrap {
    margin-left: 0px !important; }
  .marketo .mktoHtmlText a {
    color: #00a3e0; }

.mktoButton, .ui_button, .contact .submit {
  border-width: 2px !important;
  border-style: solid !important;
  background-color: #80C342;
  border-color: #80C342;
  color: #fff;
  padding: 22px 55px;
  padding-left: 80px;
  border-radius: 40px;
  font-weight: 600 !important;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  min-width: 200px !important;
  font-size: 18px !important;
  position: relative;
  display: inline-block;
  background-image: url(../img/svg/form-button.svg);
  background-repeat: no-repeat;
  background-position: 8px 50%; }
  @media (max-width: 500px) {
    .mktoButton, .ui_button, .contact .submit {
      font-size: 14px !important;
      padding: 14px 20px !important;
      padding-left: 50px !important;
      background-size: 30px 30px; } }
  .mktoButton:hover, .ui_button:hover, .contact .submit:hover {
    background-color: #73b339;
    color: #fff;
    text-decoration: none !important;
    cursor: pointer; }
  .mktoButton._white, .ui_button._white, .contact .submit._white {
    border-color: #fff;
    color: #fff; }
    .mktoButton._white:hover, .ui_button._white:hover, .contact .submit._white:hover {
      background-color: #fff !important;
      color: #000; }

.mktoButton {
  padding: 14px 55px !important;
  padding-left: 80px !important; }

.landing .marketo, .story .marketo {
  border: none;
  display: none; }
  .landing .marketo ._showform, .story .marketo ._showform {
    display: none; }

.contact-form {
  text-align: left;
  background-color: #e8e8e8;
  padding: 30px;
  margin-bottom: 50px; }

@media (min-width: 768px) {
  .contact-form {
    margin-bottom: 90px; } }
.contact-form label {
  font-size: 14px;
  font-weight: 700;
  display: block; }

.contact-form input,
.contact-form textarea {
  font-size: 14px;
  width: 100%;
  border: 1px solid #b6b6b6;
  padding: 5px; }

.contact-form textarea {
  height: 150px; }

.contact-form button {
  font-size: 16px;
  display: block;
  text-align: center;
  width: 100%;
  cursor: pointer; }

.contact-form .button-link {
  display: block; }

.contact .form-note {
  font-size: 12px;
  font-weight: normal; }

.contact .form-input,
.contact .form-checkbox {
  margin-bottom: 15px; }

.contact .form-checkbox input,
.contact .form-radio input {
  display: none; }

.contact .form-checkbox label,
.contact .form-radio label {
  cursor: pointer; }

.contact .form-radio .radio,
.contact .form-checkbox .checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #86bc25;
  position: relative;
  float: left;
  margin-right: 10px; }

.contact .form-radio .radio {
  border-radius: 50%; }

.contact .form-checkbox input:checked + .checkbox:before,
.contact .form-radio input:checked + .radio:before {
  content: '\2714';
  position: absolute;
  top: -2px;
  left: 4px; }

.contact .datepicker {
  width: 150px;
  display: inline-block;
  float: left;
  cursor: pointer; }

.contact .form-radio {
  display: inline-block;
  float: left;
  height: 31px; }

.contact .form-radio &gt; label {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle; }

.contact .form-input::after,
.contact .form-checkbox::after {
  clear: both;
  content: "";
  display: table; }

.contact .form-button {
  clear: both;
  margin-bottom: 0; }

input,
textarea,
select,
button {
  font-family: 'open-sans',arial; }

.contact .button {
  border: none;
  padding: 0;
  background-color: transparent; }
.contact .button-link {
  display: inline-block;
  font-weight: 700;
  background-color: #86bc25;
  color: white;
  padding: 10px 10px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.contact .button-link:hover {
  background-color: black;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.contact a {
  color: #00a3e0; }
.contact label {
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 20px; }
.contact .checkboxes label {
  display: inline-block;
  margin-bottom: 10px; }
  .contact .checkboxes label.light {
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 7px; }
  .contact .checkboxes label.align {
    width: 90%; }
    @media (max-width: 500px) {
      .contact .checkboxes label.align {
        width: 70%; } }
.contact .checkboxes input {
  display: inline-block;
  width: 20px;
  vertical-align: top; }
.contact .submit {
  max-width: 160px;
  margin: auto;
  display: block;
  padding-left: 75px; }

.form-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 300; }
  .form-title.sharetitle {
    margin-bottom: 30px; }

.cmform {
  margin-top: 30px; }

.section_form .marketo ._form {
  height: auto; }
.section_form ._showform {
  display: none; }
.section_form .footer__share {
  display: none; }
.section_form .header-banner {
  display: none; }
.section_form .form-title {
  text-align: left;
  margin-top: 40px; }
.section_form .header .fixed-width-wrapper {
  padding-bottom: 10px; }

#footer-section a {
  color: #00a3e0; }

.social-tab {
  margin-top: 40px !important; }

#footer-section {
  box-sizing: border-box;
  padding: 0px; }

#footer-section {
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 999; }

#footer-section .footer-CTA {
  background-color: #2b2b2b; }

#footer-section .footer-CTA.three-links ul li {
  width: 400px; }

#footer-section .footer-CTA.two-links ul li {
  width: 600px; }

#footer-section .footer-CTA ul {
  max-width: 1200px;
  margin: auto;
  border-bottom: 1px solid #2b2b2b;
  height: inherit;
  box-sizing: border-box;
  display: table; }

#footer-section .footer-CTA ul li {
  display: table-cell;
  margin: 0;
  font-size: 2.4em;
  text-align: center;
  line-height: 1em;
  border-right: 2px solid #000; }

#footer-section .footer-CTA ul li:first-child {
  border-left: 2px solid #000; }

#footer-section .footer-CTA ul li:hover {
  cursor: pointer;
  background-color: #53565a; }

#footer-section .footer-CTA ul li:hover a {
  color: #fff; }

#footer-section .footer-CTA ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 4% 0; }

#footer-section .footer-wrapper {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }

#footer-section .footer-wrapper .footer-container {
  padding: 2.5em 0 3em;
  margin: 0;
  position: relative;
  width: 100%; }

#footer-section .footerlinks .footer-column {
  padding-left: 0;
  float: left;
  width: 18%; }

#footer-section .footerlinks .footer-column.legal {
  float: right; }

#footer-section .footerlinks .footer-column .tertiary-headline {
  font-weight: 400;
  margin: 0 0 1em 0; }

#footer-section .footerlinks .footer-column.first {
  padding-left: 0;
  width: 28%; }

#footer-section .footerlinks .footer-column.first li.footer-contact-us {
  font-weight: 700; }

#footer-section .footerlinks &gt; div.footer-column:last-child {
  padding-left: 2%;
  float: right;
  width: 15%; }

#footer-section ul.footer-col {
  list-style: none;
  margin: 0;
  padding: 0; }

#footer-section ul.footer-col li {
  margin: 0 0 1em 0; }

#footer-section ul.footer-col li a {
  color: #00a3e0;
  font-size: 1.2em;
  text-decoration: none; }

#footer-section ul.footer-col li a.contact-us {
  font-weight: 600; }

:lang(zh-Hant) #footer-section ul.footer-col li a {
  letter-spacing: .07em;
  font-size: 1.4em; }

:lang(ko) #footer-section ul.footer-col li a {
  font-size: 1.4em; }

:lang(ja) #footer-section .footer-CTA ul li, :lang(zh-Hans) #footer-section .footer-CTA ul li, :lang(zh-Hant) #footer-section .footer-CTA ul li {
  font-size: 1.6em; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #footer-section div.footer-column {
    padding-left: 2%;
    width: 20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }

  #footer-section div.footer-column.first {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (min-width: 0) and (max-width: 1024px) {
  #footer-section .footer-wrapper .footer-container {
    margin: 0 2%;
    width: 96%; } }
@media screen and (max-width: 767px) {
  #footer-section {
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 999; }

  #footer-section .footer-CTA.three-links ul, #footer-section .footer-CTA.two-links ul {
    display: inline; }

  #footer-section .footer-CTA.three-links ul li, #footer-section .footer-CTA.two-links ul li {
    width: 95%; }

  #footer-section .footer-CTA ul li {
    display: block;
    font-size: 18px;
    border-right: 0;
    border-top: 2px solid #000;
    padding-left: 15px;
    text-align: left; }

  #footer-section .footer-CTA ul li:first-child {
    border-left: 0;
    border-top: 0; }

  #footer-section .footer-wrapper {
    max-width: 1200px;
    margin: 0 auto; }

  #footer-section .footerlinks .footer-column {
    padding-left: 0;
    float: none;
    clear: both;
    width: 100%;
    margin: 1em 0 0 0; }

  #footer-section .footerlinks .footer-column.legal {
    float: right; }

  #footer-section .footerlinks .footer-column .tertiary-headline {
    font-weight: 400;
    color: #000;
    margin: 0 0 1em 0; }

  #footer-section .footerlinks .footer-column.first {
    padding-left: 0;
    width: 100%; }

  #footer-section .footerlinks .footer-column.first li.footer-contact-us {
    font-weight: 700; }

  #footer-section .footerlinks &gt; div.footer-column:last-child {
    padding-left: 0;
    float: none;
    width: 100%;
    clear: both; }

  #footer-section ul.footer-col li {
    display: inline-block;
    margin: 0 4% 2em 0; }

  :lang(ja) #footer-section .footer-CTA ul li, :lang(zh-Hans) #footer-section .footer-CTA ul li, :lang(zh-Hant) #footer-section .footer-CTA ul li {
    font-size: 1.4em; } }
@media screen and (min-width: 480px) and (max-width: 729px) {
  #footer-section .footer-CTA.three-links ul li, #footer-section .footer-CTA.two-links ul li {
    width: 97%; } }
@media screen and (min-width: 730px) and (max-width: 767px) {
  #footer-section .footer-CTA.three-links ul li, #footer-section .footer-CTA.two-links ul li {
    width: 98%; } }
#footer-disclaimer {
  color: #000;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400; }
  #footer-disclaimer p {
    margin-bottom: 10px; }

#footer-section {
  margin-bottom: 50px; }

.social-media-links a {
  color: #fff !important; }

.social-media-links ul li {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 4px; }

.social-media-links ul li a {
  color: #fff;
  display: block;
  height: 32px;
  width: 32px;
  font-size: 1.1em;
  background-color: #d0d0ce;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  display: table-cell;
  vertical-align: middle; }

.social-media-links ul li a:focus {
  outline: dotted 1px #00a3e0; }

.social-media-links li:hover a:hover {
  text-decoration: none; }

.social-media-links li:hover a.icon-facebook {
  background-color: #3b5998; }

.social-media-links li:hover a.icon-linkedin {
  background-color: #007bb6; }

.social-media-links li:hover a.icon-twitter {
  background-color: #00aced; }

.social-media-links li:hover a.icon-youtube {
  background-color: #b00; }

.social-media-links li:hover a.icon-google-plus {
  background-color: #dd4b39; }

.social-media-links li:hover a.icon-rss {
  background-color: #fa9b39; }

.social-media-links li:hover a.icon-blog {
  background-color: #3c8a2e; }

.social-media-links li:hover a.icon-weibo {
  background-color: #e6162d; }

.social-media-links li:hover a.icon-xing {
  background-color: #026466; }

.social-media-links li:hover a.icon-renren {
  background-color: #005eac; }

.social-media-links li:hover a.icon-vk {
  background-color: #45668e; }

.social-media-links li:hover a.icon-pinterest {
  background-color: #cc2127; }

.social-media-links li:hover a.icon-glassdoor {
  background-color: #60aa27; }

.social-media-links li:hover a.icon-instagram {
  background-color: #000; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .social-tab .social-media-links ul li {
    margin-right: 0.5em; }

  .sponsor-logo {
    float: none;
    padding-top: 2%;
    clear: both;
    width: 100%; }

  .sponsor-logo img {
    max-width: 100%;
    padding-bottom: 4%;
    float: none; } }
@media screen and (min-width: 0) and (max-width: 1024px) {
  .social-tab {
    width: 100%;
    margin: 0 2%;
    margin-left: 0%; } }
@font-face {
  font-family: 'Dcom-EDE';
  src: url("https://www2.deloitte.com/etc/designs/dcom/assets/fonts/fonticons/Dcom-EDE.eot");
  src: url("https://www2.deloitte.com/etc/designs/dcom/assets/fonts/fonticons/Dcom-EDE.eot") format("embedded-opentype"), url("https://www2.deloitte.com/etc/designs/dcom/assets/fonts/fonticons/Dcom-EDE.woff") format("woff"), url("https://www2.deloitte.com/etc/designs/dcom/assets/fonts/fonticons/Dcom-EDE.ttf") format("truetype"), url("https://www2.deloitte.com/etc/designs/dcom/assets/fonts/fonticons/Dcom-EDE.svg#Dcom-EDE") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"], [class*="cta-icon"], [class*="email-subscription"] {
  font-family: 'Dcom-EDE' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit; }

.icon-connect-profile:before {
  content: "\e1000"; }

.icon-news:before {
  content: "\e1003"; }

.icon-services:before {
  content: "\e1002"; }

.icon-survey:before {
  content: "\e1001"; }

.icon-share-alt-o:before {
  content: "\e1004"; }

.icon-podcast-o:before {
  font-family: 'Dcom-EDE' !important;
  content: "\e938"; }

.icon-phone-o:before {
  content: "\e926"; }

.icon-tick-list:before {
  content: "\e936"; }

.icon-user-o:before {
  content: "\e92b"; }

.icon-home-o:before {
  content: "\e91d"; }

.icon-lock-o:before {
  content: "\e90b"; }

.icon-volume-off-o:before {
  content: "\e914"; }

.icon-volume-down-o:before {
  content: "\e912"; }

.icon-volume-up-o:before {
  content: "\e913"; }

.icon-tag-o:before {
  content: "\e91f"; }

.icon-tags-o:before {
  content: "\e921"; }

.icon-print-o:before {
  content: "\e909"; }

.icon-filter-o:before {
  content: "\e92a"; }

.icon-unlock-o:before {
  content: "\e929"; }

.icon-delicious:before {
  content: "\f1a5"; }

.icon-stumbleupon:before {
  content: "\f1a4"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-blog:before {
  content: "\e600"; }

.icon-xing:before {
  content: "\e93d"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-rss:before, .icon-rssfeed:before {
  content: "\f09e"; }

.icon-slideshare:before {
  content: "\e601"; }

.icon-vk:before {
  content: "\f189"; }

.icon-renren:before {
  content: "\e604"; }

.icon-pinterest:before {
  content: "\e603"; }

.icon-youku:before {
  content: "\e602"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-google-plus:before, .icon-googleplus:before {
  content: "\f0d5"; }

.icon-youtube:before {
  content: "\e948"; }

.icon-whatsapp:before {
  content: "\e93e"; }

.icon-glassdoor:before {
  content: "\e605"; }

.icon-global:before {
  content: "\e905"; }

.icon-countryselector:before {
  content: "\e905"; }

.icon-quick-link:before {
  content: "\e608"; }

.icon-job-search:before {
  content: "\e906"; }

.icon-office-locations:before {
  content: "\e907"; }

.icon-submit-rfp:before {
  content: "\e931"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-email:before {
  content: "\f003"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-o:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-clipboard:before {
  content: "\e933"; }

.icon-phone:before {
  content: "\f095"; }

.icon-file-text-o:before {
  content: "\f0f6"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-bookmark-o:before {
  content: "\f097"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-share-alt:before {
  content: "\f1e0"; }

.icon-arrows:before {
  content: "\f046"; }

.icon-upload:before {
  content: "\f093"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-lock:before {
  content: "\f023"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-book-o:before {
  content: "\e902"; }

.icon-comments-o:before {
  content: "\e928"; }

.icon-step-backward-o:before {
  content: "\e90f"; }

.icon-fast-backward-o:before {
  content: "\e90d"; }

.icon-backward-o:before {
  content: "\e911"; }

.icon-play-o:before {
  content: "\e920"; }

.icon-forward-o:before {
  content: "\e918"; }

.icon-step-forward-o:before {
  content: "\e90e"; }

.icon-fast-forward-o:before {
  content: "\e910"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-navicon:before {
  content: "\f0c9"; }

.icon-check:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-photo:before {
  content: "\f03e"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-share-square-o:before {
  content: "\f045"; }

.icon-check-square-o:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-square-o:before {
  content: "\f096"; }

.icon-square:before {
  content: "\f0c8"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-angle-double-left:before {
  content: "\f100"; }

.icon-angle-double-right:before {
  content: "\f101"; }

.icon-angle-double-up:before {
  content: "\f102"; }

.icon-angle-double-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-circle-o:before {
  content: "\f10c"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-dot-circle-o:before {
  content: "\f192"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-question:before {
  content: "\f128"; }

.icon-ellipsis-h:before {
  content: "\f141"; }

.icon-ellipsis-v:before {
  content: "\f142"; }

.email-subscription-icon:before {
  content: "\e1005"; }

._sectionfooter {
  padding-top: 60px; }

.footer {
  margin-top: 80px;
  padding-bottom: 30px; }
  .footer__download {
    text-align: center;
    border-bottom: 1px solid #333;
    padding-bottom: 50px; }
    .footer__download.has-share {
      padding-bottom: 0;
      border: none; }
    .footer__download .button__inner {
      display: inline-block;
      color: #fff;
      padding: 10px 30px 10px 50px;
      transition: all .25s ease-in-out; }
      .footer__download .button__inner svg,
      .footer__download .button__inner svg * {
        transition: all .25s ease-in-out; }
      .footer__download .button__inner:hover {
        background: #fff;
        color: #000; }
        .footer__download .button__inner:hover svg,
        .footer__download .button__inner:hover svg * {
          fill: #000; }
    .footer__download .link__icon {
      left: 10px;
      right: auto;
      top: 50%;
      margin-top: -15px; }
      .footer__download .link__icon svg {
        width: 30px;
        height: 30px;
        transform: rotate(0deg); }
      .footer__download .link__icon svg,
      .footer__download .link__icon svg * {
        fill: #fff; }
  .footer__links {
    margin-bottom: 40px; }
    .footer__links__link:hover {
      color: #fff; }
  .footer__copyright {
    color: #000;
    font-size: 14px;
    line-height: 1.4em; }
    .footer__copyright a:hover {
      color: #fff; }
  .footer__share {
    text-align: center; }
    .footer__share__title {
      margin-bottom: 10px; }
    .footer__share__list {
      margin-bottom: 0; }
    .footer__share__item {
      display: inline-block;
      margin-right: 5px; }
      .footer__share__item .facebook svg,
      .footer__share__item .facebook svg * {
        fill: #315a9d; }
      .footer__share__item .facebook:hover svg,
      .footer__share__item .facebook:hover svg * {
        fill: #2b4f8a; }
      .footer__share__item .twitter svg,
      .footer__share__item .twitter svg * {
        fill: #00ace6; }
      .footer__share__item .twitter:hover svg,
      .footer__share__item .twitter:hover svg * {
        fill: #0099cd; }
      .footer__share__item .linkedin svg,
      .footer__share__item .linkedin svg * {
        fill: #007ebb; }
      .footer__share__item .linkedin:hover svg,
      .footer__share__item .linkedin:hover svg * {
        fill: #006da2; }
      .footer__share__item .email svg,
      .footer__share__item .email svg * {
        fill: #00a6e2; }
      .footer__share__item .email:hover svg,
      .footer__share__item .email:hover svg * {
        fill: #0093c9; }
      .footer__share__item:last-child {
        margin-right: 0; }
      .footer__share__item svg {
        width: 50px;
        height: 50px; }
      .footer__share__item svg,
      .footer__share__item svg * {
        transition: all .25s ease-in-out; }
  .footer__social__list {
    margin-bottom: 0; }
  .footer__social__item {
    display: inline-block;
    margin-right: 5px; }
    .footer__social__item:last-child {
      margin-right: 0; }
    .footer__social__item svg {
      width: 40px;
      height: 40px; }
    .footer__social__item svg,
    .footer__social__item svg * {
      transition: all .25s ease-in-out; }
    .footer__social__item:hover svg,
    .footer__social__item:hover svg * {
      fill: #8a8c8f; }

.footer__copyright {
  padding-bottom: 15px; }
  .footer__copyright a {
    color: #00a3e0 !important; }
    .footer__copyright a:hover {
      text-decoration: underline; }

.footer__share {
  padding-top: 30px; }

.popup {
  top: 0px;
  bottom: 0px;
  width: 80%;
  max-width: 900px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  font-size: 14px;
  line-height: 21px;
  display: none; }
  @media (max-width: 800px) {
    .popup {
      width: 90%; } }
  .popup ._top-margin {
    margin-top: 30px; }
  .popup ._content {
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    max-width: 900px;
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 1.4em;
    font-size: 20px;
    line-height: 1.4em; }
    @media (max-width: 500px) {
      .popup ._content {
        font-size: 16px;
        line-height: 1.3em; } }
  .popup ._background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .popup ._background:hover {
      cursor: pointer; }
  .popup ._intro {
    font-weight: 700;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4em; }
  .popup ._cta {
    background-color: #F1F2F2;
    padding: 20px; }
    .popup ._cta ._heading {
      font-size: 20px;
      line-height: 28px;
      font-weight: 600;
      max-width: 480px;
      font-weight: 500; }
      @media (max-width: 500px) {
        .popup ._cta ._heading {
          font-size: 18px;
          line-height: 26px; } }
    .popup ._cta ._button {
      background-color: #80C343;
      color: #fff;
      padding: 15px 40px;
      min-width: 100px;
      border-radius: 6px;
      display: inline-block;
      margin-top: 20px;
      font-weight: 700;
      font-size: 16px; }
      .popup ._cta ._button:hover {
        background-color: #73b339; }
  .popup ._video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    .popup ._video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .popup ._images {
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box; }
    .popup ._images img {
      width: 100%;
      height: auto; }
    .popup ._images ._img {
      padding-left: 30px;
      padding-right: 30px;
      box-sizing: border-box;
      display: inline-block; }
    .popup ._images.single-image ._img {
      padding-left: 0px;
      padding-right: 0px; }
    .popup ._images.single-image ._control {
      display: none !important; }
    .popup ._images ._control {
      width: 37px;
      height: 37px;
      border-radius: 40px;
      position: absolute;
      z-index: 2;
      background-color: #fff;
      top: 50%;
      margin-top: -19px;
      left: 0%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url(../img/svg/small-arrow-left.svg); }
      .popup ._images ._control._next {
        right: 0;
        left: auto;
        background-image: url(../img/svg/small-arrow-right.svg); }
      .popup ._images ._control._disabled {
        opacity: 0.4; }
        .popup ._images ._control._disabled:hover {
          cursor: default; }
  .popup ._close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(../img/svg/close.svg);
    height: 23px;
    width: 23px; }

.landing-intro {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 5%; }
  @media (max-width: 750px) {
    .landing-intro {
      width: 100%;
      padding-right: 0%;
      margin-bottom: 30px; }
      .landing-intro ._title, .landing-intro ._subtitle, .landing-intro ._copy, .landing-intro ._callout {
        max-width: 100% !important; } }
  .landing-intro ._title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400; }
    @media (max-width: 750px) {
      .landing-intro ._title {
        font-size: 25px;
        line-height: 34px; } }
  .landing-intro ._subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px; }
    @media (max-width: 750px) {
      .landing-intro ._subtitle {
        font-size: 18px; } }
  .landing-intro ._copy {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 18px; }
    @media (max-width: 750px) {
      .landing-intro ._copy {
        font-size: 16px; } }
  .landing-intro ._callout {
    padding: 20px;
    max-width: 400px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    margin-top: 30px; }
    .landing-intro ._callout ._subtitle {
      margin-top: 0px; }
  .landing-intro ._title, .landing-intro ._subtitle, .landing-intro ._copy {
    max-width: 500px; }

.we-do {
  box-sizing: border-box;
  position: relative; }

.main .we-do {
  width: 45%;
  box-sizing: border-box;
  padding-right: 5%;
  float: left; }
  @media (max-width: 950px) {
    .main .we-do {
      width: 50%; } }
  @media (max-width: 800px) {
    .main .we-do {
      width: 100%;
      padding-right: 0%;
      margin-bottom: 30px; } }

.we-do-slider {
  background-color: #000;
  border: 1px solid #3c383c;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%; }
  .we-do-slider ._slide {
    height: 100%;
    float: left;
    position: relative; }
    .we-do-slider ._slide:hover ._title, .we-do-slider ._slide:hover ._linktext {
      text-decoration: underline; }
  .we-do-slider ._brexitslidefix video {
    opacity: 0 !important;
    height: 0px;
    width: 0px; }
  .we-do-slider ._brexitslidefix ._videobuttom {
    bottom: auto;
    top: 20%;
    margin-bottom: -41px; }
  .we-do-slider ._brexit-image {
    width: 100%;
    max-width: 100% !important; }
  .we-do-slider ._copy {
    padding: 20px; }
    @media (max-width: 600px) {
      .we-do-slider ._copy {
        padding-bottom: 20px; } }
  .we-do-slider ._title, .we-do-slider ._subtitle, .we-do-slider ._linktext {
    color: #fff; }
  .we-do-slider ._title {
    font-size: 23px;
    font-weight: 400;
    line-height: 30px; }
  .we-do-slider ._subtitle {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-top: 20px;
    color: #8D9295; }
  .we-do-slider ._linktext {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block; }
  .we-do-slider video, .we-do-slider img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: auto;
    display: block; }
  .we-do-slider video {
    opacity: 0; }
  .we-do-slider #story-video-0 {
    opacity: 1; }

.slider-discs {
  text-align: center;
  margin-top: 20px;
  position: relative;
  left: 0px;
  width: 100%; }
  .slider-discs ._disc {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background-color: #fff;
    margin-left: 6px; }
    @media (max-width: 600px) {
      .slider-discs ._disc {
        width: 25px;
        height: 25px;
        margin-left: 10px;
        border-radius: 30px; } }
    .slider-discs ._disc._selected {
      background-color: #000;
      border: 1px solid #fff; }
    .slider-discs ._disc:hover {
      cursor: pointer; }

.wedo-controls {
  position: absolute;
  right: 10%;
  top: 2px; }
  @media (max-width: 800px) {
    .wedo-controls {
      right: 0%; } }
  @media (max-width: 600px) {
    .wedo-controls {
      top: -4px; } }

.wedo-control {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/svg/tiny-arrow-left.svg);
  background-size: 9px 17px;
  transition: transform 0.3s; }
  @media (max-width: 600px) {
    .wedo-control {
      width: 35px;
      height: 35px; } }
  .wedo-control._next {
    margin-left: 3px;
    right: 20px;
    left: auto;
    background-image: url(../img/svg/tiny-arrow-right.svg); }
  .wedo-control:hover {
    background-color: #86bc26;
    cursor: pointer; }

/*
.section_brexit .we-do
{
	
	clear:both;
	width:35%;
	padding-right:3%;

	@media(max-width:1060px)
	{
		width:45%;
	}

	@media(max-width:700px)
	{
    	width:100%;
   		padding-right:0%;
   		._subtitle
   		{
   			max-width:600px;
   		}
	}

}
*/
.main .to-do._brexitv {
  width: 100%; }

.main.section_brexit .to-do .pepper_ma_index_wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.main.section_brexit .wedo-control {
  display: none; }

.to-do {
  box-sizing: border-box;
  position: relative;
  z-index: 3; }

.main .to-do {
  width: 55%;
  float: left; }
  @media (max-width: 950px) {
    .main .to-do {
      width: 50%; } }
  @media (max-width: 800px) {
    .main .to-do {
      width: 100%; } }

.story .to-do {
  padding: 0px !important;
  background-color: #FFF !important;
  width: 40% !important;
  float: right; }
  @media (max-width: 800px) {
    .story .to-do {
      width: 50% !important;
      float: left !important;
      padding-left: 2.5%; } }
  @media (max-width: 535px) {
    .story .to-do {
      width: 100% !important;
      padding-left: 0%;
      float: none !important; } }
  .story .to-do ._item {
    padding: 10px 10px !important;
    min-height: 60px; }

.landing .to-do, .story .to-do {
  background-color: #E9E9E8;
  padding: 20px;
  width: 50%;
  float: left; }
  @media (max-width: 750px) {
    .landing .to-do, .story .to-do {
      width: 100%; } }
.landing .to-do-list ._item, .story .to-do-list ._item {
  margin-bottom: 5px; }
  .landing .to-do-list ._item ._background, .story .to-do-list ._item ._background {
    background-color: #000; }
  .landing .to-do-list ._item ._copy, .story .to-do-list ._item ._copy {
    color: #fff; }
  .landing .to-do-list ._item ._arrow, .story .to-do-list ._item ._arrow {
    background-color: #fff;
    background-image: url(../img/svg/black-arrow.svg); }
    .landing .to-do-list ._item ._arrow svg &gt; *, .story .to-do-list ._item ._arrow svg &gt; * {
      fill: #fff; }

.to-do-list ._item {
  color: #000;
  display: table;
  position: relative;
  margin-bottom: 10px;
  padding: 20px 20px;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  min-height: 75px; }
  .to-do-list ._item:hover ._background {
    transform: scaleX(1.03) scaleY(1.15); }
  .to-do-list ._item:hover, .to-do-list ._item._visited {
    color: #fff; }
    .to-do-list ._item:hover ._background, .to-do-list ._item._visited ._background {
      background-color: #86bc26;
      color: #fff; }
    .to-do-list ._item:hover ._arrow, .to-do-list ._item._visited ._arrow {
      transform: translateX(10px); }
    .to-do-list ._item:hover ._checkbox, .to-do-list ._item._visited ._checkbox {
      border-color: #fff; }
    .to-do-list ._item:hover ._checkbox:after, .to-do-list ._item._visited ._checkbox:after {
      transform: scale(1) translateX(0px);
      transition: transform 0.3s; }
  .to-do-list ._item ._copy {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    padding-left: 45px;
    padding-right: 45px;
    line-height: 21px;
    font-size: 16px; }
    @media (max-width: 750px) {
      .to-do-list ._item ._copy {
        font-size: 14px; } }
  .to-do-list ._item ._copy, .to-do-list ._item ._checkbox {
    position: relative;
    z-index: 2; }
  .to-do-list ._item ._arrow {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -17px;
    background-color: #000;
    border-radius: 40px;
    height: 34px;
    width: 34px;
    z-index: 2;
    transition: transform 0.4s;
    background-image: url(../img/svg/white-arrow.svg);
    background-position: 51% 50%;
    background-repeat: no-repeat; }
  .to-do-list ._item ._checkbox {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 20px;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #86bc26;
    width: 24px;
    height: 24px;
    display: inline-block; }
  .to-do-list ._item ._checkbox:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 2px;
    width: 29px;
    height: 23px;
    background-image: url(../img/svg/tick.svg);
    z-index: 2;
    transform: scale(0) translateX(0px); }
  .to-do-list ._item ._background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    transition: transform 0.3s, background-color 0.3s, color 0.3s; }

.to-do-list strong {
  font-weight: bold !important; }

.fancybox-content {
  width: 800px;
  height: 600px;
  max-width: 80%;
  max-height: 80%; }

.story .curated .grid-item {
  width: 100%; }
.story .curated .grid-sizer {
  width: 100%; }
.story .curated .gutter-sizer {
  width: 2%; }

.curated {
  width: 100%; }
  .curated .grid-item {
    background-color: #F1F2F2;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 2%;
    width: 32%;
    float: left; }
    .curated .grid-item._typetext, .curated .grid-item._typeqoute {
      padding: 20px; }
      @media (max-width: 750px) {
        .curated .grid-item._typetext, .curated .grid-item._typeqoute {
          padding: 12px; } }
    .curated .grid-item._typeimage ._copy, .curated .grid-item._typevideo ._copy {
      background-color: #fff;
      padding: 20px; }
      @media (max-width: 750px) {
        .curated .grid-item._typeimage ._copy, .curated .grid-item._typevideo ._copy {
          padding: 12px; } }
  .curated .grid-sizer {
    width: 30%; }
  .curated .gutter-sizer {
    width: 2%; }
  @media (max-width: 900px) {
    .curated .grid-item {
      width: 48.5%;
      margin-bottom: 3%; }
    .curated .gutter-sizer {
      width: 3%; } }
  .curated._hascontactscol {
    width: 66.666666666666666666%;
    float: left; }
    .curated._hascontactscol .grid-item {
      width: 48.5%;
      margin-bottom: 3%; }
    .curated._hascontactscol .gutter-sizer {
      width: 3%; }
    @media (max-width: 900px) {
      .curated._hascontactscol .grid-item {
        width: 100%;
        margin-bottom: 3%; }
      .curated._hascontactscol .gutter-sizer {
        width: 3%; } }
    @media (max-width: 900px) {
      .curated._hascontactscol {
        width: 48%; } }
    @media (max-width: 700px) {
      .curated._hascontactscol {
        width: 100%; } }
  @media (max-width: 550px) {
    .curated .grid-item {
      width: 100%;
      margin-bottom: 3%; }
    .curated .gutter-sizer {
      width: 3%; } }
  .curated ._copy, .curated ._qoute, .curated ._qouteby, .curated ._title, .curated ._summary, .curated ._more {
    z-index: 2;
    position: relative; }
  .curated ._qoute, .curated ._qouteby, .curated ._title, .curated ._summary, .curated ._more {
    color: #000; }
  .curated ._title {
    font-size: 24px;
    line-height: 29px; }
  .curated ._summary {
    margin-top: 20px;
    font-size: 16px;
    line-height: 21px; }
  .curated ._qoute {
    font-size: 21px;
    line-height: 25px;
    padding-left: 20px;
    border-left: 2px solid #000;
    display: block; }
  .curated ._qouteby {
    margin-top: 10px;
    display: block;
    font-size: 14px; }
  .curated ._more {
    margin-top: 20px;
    display: block;
    font-weight: bold;
    font-size: 16px; }
  @media (max-width: 750px) {
    .curated ._title {
      font-size: 18px;
      line-height: 25px; }
    .curated ._summary {
      font-size: 14px;
      line-height: 19px;
      margin-top: 10px; }
    .curated ._qoute {
      font-size: 16px;
      line-height: 21px;
      padding-left: 15px; }
    .curated ._more {
      font-size: 14px; } }
  .curated ._background {
    background-color: #F1F2F2;
    overflow: hidden;
    transition: transform 0.3s; }
  .curated ._backgroundimage {
    transition: transform 1.5s; }
  .curated ._background, .curated ._backgroundimage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%; }
  .curated ._fixedaspect {
    padding-top: 100%;
    position: relative; }
  .curated ._fixedaspectwrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px; }
    @media (max-width: 750px) {
      .curated ._fixedaspectwrapper {
        padding: 12px; } }
  .curated .grid-item:hover._typetext ._background, .curated .grid-item:hover._typeqoute ._background {
    transform: scaleX(1) scaleY(1.1);
    background-color: #000; }
  .curated .grid-item:hover._typevideo ._backgroundimage, .curated .grid-item:hover._typeimage ._backgroundimage {
    transform: scale(1.2); }
  .curated .grid-item:hover ._copy {
    background-color: #000; }
    .curated .grid-item:hover ._copy ._title, .curated .grid-item:hover ._copy ._more, .curated .grid-item:hover ._copy ._summary, .curated .grid-item:hover ._copy ._qoute, .curated .grid-item:hover ._copy ._qouteby {
      color: #fff !important; }
    .curated .grid-item:hover ._copy ._qoute {
      border-color: #fff; }

._videobuttom {
  width: 103px;
  height: 103px;
  display: block;
  margin: auto;
  margin-top: 20px;
  background-image: url(../img/svg/video-play.svg);
  z-index: 10;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -51px; }

.curated-contacts {
  float: right;
  width: 31.3%;
  background-color: #fff;
  color: #fff; }
  @media (max-width: 900px) {
    .curated-contacts {
      width: 50%; } }
  @media (max-width: 700px) {
    .curated-contacts {
      width: 100%; } }
  .curated-contacts img {
    width: 100%;
    height: auto; }
  .curated-contacts .curated-contacts-copy {
    padding: 20px;
    line-height: 18px; }
  .curated-contacts .curated-contact {
    margin-bottom: 6%;
    background-color: #000;
    line-height: 0px; }

.curated-contacts-title {
  color: #000;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 700; }
  @media (max-width: 700px) {
    .curated-contacts-title {
      margin-top: 20px; } }

.curated-contact-title {
  font-size: 24px;
  margin-bottom: 15px; }

.curated-contact-summary {
  margin-bottom: 15px;
  font-size: 16px; }

.curated-contact-mail,
.curated-contact-telephone {
  font-weight: 600;
  font-size: 16px; }

.curated-contact-mail {
  color: #fff;
  margin-bottom: 6px;
  display: block; }

.story-content {
  float: left;
  width: 60%;
  padding-right: 5%;
  box-sizing: border-box;
  padding-top: 30px; }
  @media (max-width: 800px) {
    .story-content {
      width: 100%;
      padding-right: 0%;
      margin-bottom: 40px; } }
  .story-content ._title {
    font-size: 32px;
    font-weight: 400; }
  .story-content ._title, .story-content ._copy, .story-content ._quote {
    max-width: 660px; }
  .story-content ._copy {
    font-size: 16px;
    line-height: 23px;
    margin-top: 30px; }
  .story-content ._quote {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    margin-top: 30px;
    border-left: 2px solid #000;
    padding-left: 40px; }
  .story-content .quote_cite {
    margin-top: 25px;
    font-size: 16px;
    display: inline-block; }
  @media (max-width: 750px) {
    .story-content ._title {
      font-size: 28px; }
    .story-content ._copy {
      font-size: 14px;
      line-height: 21px; }
    .story-content ._quote {
      font-size: 16px;
      line-height: 25px; }
    .story-content .quote_cite {
      font-size: 14px; } }

.related {
  float: right;
  width: 40%;
  margin-bottom: 30px;
  margin-top: 40px; }
  @media (max-width: 800px) {
    .related {
      clear: both;
      width: 50%;
      float: left !important;
      padding-right: 2.5%;
      margin-top: 0px; } }
  @media (max-width: 535px) {
    .related {
      width: 100% !important;
      padding-right: 0%;
      float: none !important;
      margin-bottom: 20px; } }

/*# sourceMappingURL=do.css.map */
</pre></body></html>