/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */



/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


.banner-area .dnd-section {
  padding: 0;
}
.body-container-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  position: relative;
  background: #fff;
  display: block;
  padding-top: calc(100vw/60*5);
}
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 769px){
  .dnd-section > .row-fluid, .content-wrapper {
    padding-left: calc(100vw/60*4);
    padding-right: calc(100vw/60*4);
  }


}

@media only screen and (min-width: 1801px){
  .body-container-wrapper  {
    padding-top: calc(1800px/60*5);
  }

}


@media only screen and (min-width: 1801px) and (min-width: 769px){
  .dnd-section > .row-fluid, .content-wrapper {
    padding-left: calc(1800px/60*4);
    padding-right: calc(1800px/60*4);
  }

}

@media only screen and (max-width: 768px){
  .body-container-wrapper  {
    padding-top: calc(100vw/60*15);
  }
  .dnd-section > .row-fluid, .content-wrapper {
    padding-left: 6.66667vw;
    padding-right: 6.66667vw;
  }

}

@media (max-width: 767px) {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face { 
  font-family: "Amiri"; 
  src: url("https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/Chanzuckerberg_December2020/Fonts/Amiri-Regular.eot") format("embedded-opentype"),
    url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/Fonts/AmiriRegular/Amiri-Regular.ttf) format("truetype"),
    url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/Fonts/AmiriRegular/Amiri-Regular.woff) format("woff"), 
    url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/Fonts/AmiriRegular/Amiri-Regular.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
}

@font-face { 
  font-family: "Amiri"; 
  src: url("https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/Chanzuckerberg_December2020/Fonts/Amiri-Bold.eot") format("embedded-opentype"), 
    url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/Fonts/AmiriBold/Amiri-Bold.ttf) format("truetype"),
    url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/Fonts/AmiriBold/Amiri-Bold.woff) format("woff"), 
    url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/Fonts/AmiriBold/Amiri-Bold.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 700;
}

@font-face { 
  font-family: "hk_groteskbold"; 
  src: url("https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/Chanzuckerberg_December2020/Fonts/hkgrotesk-bold.eot") format("embedded-opentype"),
    url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/Fonts/hk_groteskbold/hkgrotesk-bold.woff2) format("woff2"), 
    url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/Fonts/hk_groteskbold/hkgrotesk-bold.woff) format("woff");
  font-style: normal;
  font-weight: 400; 
}

@font-face { 
  font-family: "hk_grotesklight"; 
  src: url("https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/Chanzuckerberg_December2020/Fonts/hkgrotesk-light.eot") format("embedded-opentype"), 
    url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/Fonts/hk_grotesklight/hkgrotesk-light.woff2) format("woff2"), 
    url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/Fonts/hk_grotesklight/hkgrotesk-light.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face { 
  font-family: "hk_groteskmedium";
  src: url("https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/Chanzuckerberg_December2020/Fonts/hkgrotesk-medium.eot") format("embedded-opentype"), 
    url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/Fonts/hk_groteskmedium/hkgrotesk-medium.woff2) format("woff2"), 
    url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/Fonts/hk_groteskmedium/hkgrotesk-medium.woff) format("woff");
  font-style: normal;
  font-weight: 400; 
}

@font-face { 
  font-family: "hk_grotesksemibold"; 
  src: url("https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/Chanzuckerberg_December2020/Fonts/hkgrotesk-semibold.eot") format("embedded-opentype"), 
    url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/Fonts/hk_grotesksemibold/hkgrotesk-semibold.woff2) format("woff2"),
    url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/Fonts/hk_grotesksemibold/hkgrotesk-semibold.woff) format("woff");
  font-style: normal; 
  font-weight: 400;
}



html {
  background: #fafafa;
  box-sizing: border-box;
}
body {
  font-family: hk_groteskmedium, sans-serif;
  font-size: 20px;
  color: #000000;
  position: relative;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.00786em;
  line-height: 1.5;
}


/* Anchor Links */
a {
  color: #ff414b;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 600;
  font-family: Amiri, serif;
  color: #000000;
  word-break: break-word;
}

h1 {
  font-size: 80px;
  letter-spacing: -.01375em;
  line-height: 1;
}

h2 {
  font-size: 60px;
  letter-spacing: -.0125em;
  line-height: 1.15;
}

h3 {
  font-size: 44px;
  letter-spacing: -.02em;
  line-height: 1.2;
}

h4 {
  font-size: 36px;
  letter-spacing: -.02414em;
  line-height: 1.24;
}

h5 {
  font-size: 30px;
  letter-spacing: -.02042em;
  line-height: 1.33;
}

h6 {
  font-size: 20px;
  letter-spacing: -.02042em;
  line-height: 1.4;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
  outline-color: black;
}

.disable-focus-styles :focus {
  outline: none;
}




@media(max-width: 1799px){
  body {
    font-size: 1.11111vw;
  }


}

@media(max-width: 1440px){
  body {
    font-size: 16px;
  }




}


@media only screen and (max-width: 768px){
  body {
    font-size: 3.73333vw;
    letter-spacing: -.00786em;
  }

}



@media only screen and (max-width: 768px) and (min-width: 535.71429px){
  body {
    font-size: 20px;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: hk_groteskmedium, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ff414b;
}

.hs-button:hover, .hs-button:focus {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
  
  color: #ff414b;
}

.hs-button:active {
  background-color: #ffffff;
  border-color: #ffffff;
}


.hs-form label {
  color: #000;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
}

.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input, input[type="password"] {
  display: inline-block;
  width: 100%;
  color: #000;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 2px;
  width: 100%;
  border-bottom: 1px solid #f8f8f8;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
}

input[type="password"]{
  height: auto !Important;
  margin-bottom: 15px !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
  padding-left: 0 !Important;
}

.field, .hs-form-field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #000;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 20px;
  color: #000000;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: hk_groteskmedium, sans-serif;
}

form svg.icon {
  margin-left: 2px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.header {
  left: 50%;
  max-width: 1800px;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  transition: transform .3s ease-in-out .1s;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  color: #000;
}
.header:after {
  visibility: visible;
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  bottom: 0;
  z-index: 2;
  width: calc(100vw/60*56);
  left: calc(100vw/60*2);
  border-top: 1px solid #d8d8d8;
}
.mainHeader {
  height: calc(100vw/60*5);
  align-items: center;
  padding: calc(100vw/60*2) calc(100vw/60*0) calc(100vw/60*0) calc(100vw/60*0);
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: padding .3s ease-in-out;
  z-index: 9999;
}
.header__logo {
  padding-left: calc(100vw/60*4);
  width: calc(100vw/60*14);
  align-items: center;
  display: flex;
  position: relative;
  padding-bottom: calc(100vw/60*.25);
}
.header__logo .hs_cos_wrapper_type_rich_text {
  align-items: center;
  display: flex;
  width: 100%;
}
.header__logo a {
  max-width: 112px;
  width: 60%;
}
.header__logo__image {
  width: 100%;
}
.header__logo__image-minified {
  display: none;
  width: 32px;
}
.header__logo a + span {
  margin-left: calc(100vw/60*1);
  width: calc(100vw/60*4);
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
button {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}
.header__burger-toggler {
  margin-right: calc(100vw/60*4);
  width: calc(100vw/60*4);
  -ms-grid-row-align: center;
  align-self: center;
  cursor: pointer;
}
.header__burger-toggler img:last-child {
  display: none;
}
.header__cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: calc(100vw/60*4);
  width: calc(100vw/60*14);
  padding-bottom: calc(100vw/60*.25);
  white-space: nowrap;
}
.header__cta a {
  padding: calc(100vw/60*.25) calc(100vw/60*1);
  background-color: #ff414b;
  color: #fff;
}

.custom-menu-primary .navigation-primary > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: flex-start;
  display: flex;
}
.custom-menu-primary .navigation-primary > ul > li {
  cursor: pointer;
  margin-right: calc(100vw/60*2);
  width: calc(100vw/60*6);
  position: relative;
}
.custom-menu-primary .navigation-primary > ul > li:after {
  content: "";
  position: absolute;
  background: transparent;
  top: 100%;
  width: 100%;
  height: 40px;
}
.custom-menu-primary .navigation-primary > ul > li > a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.custom-menu-primary .navigation-primary > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  pointer-events: none;
  width: calc(100vw/60*8);
  display: none;
}
.custom-menu-primary .navigation-primary > ul ul li {
  margin-right: calc(100vw/60*2);
}
.custom-menu-primary .navigation-primary > ul ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  transition: font-weight .3s;
}
.custom-menu-primary .navigation-primary>ul ul li:hover a {
  font-weight: 700;
}
.header .subnav__bottom a:hover {
  font-weight: 700;
}


a#select-search {
  /*   color: #000; */
}
a#select-search:hover svg path {
  stroke-width: 2;
}
.header .search-icon--black {
  stroke-width: 1;
  stroke: #000;
}
.header .subnav__bottom {
  display: flex;
  position: absolute;
  width: 100%;
  padding-left: calc(100vw/60*13.5);
  background: #fff;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  z-index: 2;
  transition: padding .5s ease-in-out;
  height: 0;
  visibility: hidden;
}
.subnav__bottom > a.menu-link {
  display: none;
}
.custom-menu-primary.subnav__bottom.mouseHover {
  height: auto;
  visibility: visible;
  padding-bottom: calc(100vw/60*1);
}
.header .subnav__bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc(100vw/60*8);
  display: block;
}
.header .subnav__bottom ul li {
  cursor: pointer;
  margin-right: calc(100vw/60*2);
}
.header .subnav__bottom a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  transition: font-weight .3s;
}
.header .subnav__bottom p {
  margin: 0;
  padding-top: calc(100vw/60*1);
}

/**************************** search ************************************/
.header--global-search-box {
  display: none;
  transition: all .3s linear;
  opacity: 0;
}
div.container--global-search {
  padding: calc(100vw/60*5) calc(100vw/60*6) calc(100vw/60*5) calc(100vw/60*6);
  display: flex;
  justify-content: center;
  position: relative;
}
div.container--global-search .container--search-items {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
}
div.container--global-search form {
  display: flex;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.close-icon {
  position: absolute;
  top: 25px;
  right: calc(100vw/60*6);
  cursor: pointer;
  display: block;
}
.b {
  stroke-width: 2;
  stroke: black;
}
.search-icon {
  display: flex;
  align-items: center;
}
.c {
  stroke-width: 2;
  stroke: #ff414b;
}
.search--textfield{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  padding: calc(100vw/60*0) calc(100vw/60*0) calc(100vw/60*0) calc(100vw/60*1);
  font-size: 3.33333vw;
  letter-spacing: -.0125em;
  line-height: 1.15;
  font-family: "Amiri",serif;
  font-weight: 700;
  font-size: 48px;
  border: none;
  background: 0 0;
  color: #000;
}
.search--textfield::placeholder {
  color: #000;
}
.cta-arrow {
  -ms-grid-row-align: normal;
  align-self: normal;
  border-left: 1px solid #000;
  flex: 0 0 32px;
  position: relative;
  width: 32px;
  border-left: none;
}
.cta-arrow:before {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  border-bottom: 5px solid transparent;
  border-left: 6px solid #ff414b;
  border-top: 5px solid transparent;
  content: '';
  height: 0;
  transition: transform .4s cubic-bezier(.23,1,.32,1),border-color .4s ease;
  width: 0;
}
.cta-arrow--red:before {
  border-left-color: #ff414b;
}
.cta-arrow__bkg {
  background-color: #ff414b;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width .4s cubic-bezier(.23,1,.32,1);
  width: 0;
  z-index: -1;
}
.cta-arrow--red .cta-arrow__bkg {
  background-color: #ff414b;
}
.cta-arrow:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  content: '';
  height: 1px;
  left: -53%;
  transition: transform .4s cubic-bezier(.23,1,.32,1);
  width: 30px;
}
.header--global-search-box.search_open {
  opacity: 1;
  display: block;
}
.container--search-items button {
  overflow: visible;
}
.search-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(51,51,51,.5);
  opacity: 0;
  z-index: -1;
}
.openSearch .search-overlay {
  opacity: .8;
  z-index: 9;
}

.mobile-navigation {
  background: #fff;
  display: none;
  max-height: 70vh;
  overflow-y: auto !important;
  position: relative;
  z-index: 9999;
}
.mobile-navigation .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-navigation .hs-menu-wrapper > ul > li {
  position: relative;
}
.mobile-navigation .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: calc(100vw/60*2) calc(100vw/60*4);
  font-family: "Amiri",serif;
  font-weight: 600;
  font-size: 6.4vw;
  letter-spacing: -.02458em;
  line-height: 1.2;
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.mobile-navigation .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  background-image: url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/images/arrow.svg);
  background-position: right calc(100%/60*4) center;
  background-repeat: no-repeat;
}
.mobile-navigation .hs-menu-wrapper > ul > li > ul {
  border-bottom: 1px solid rgba(0,0,0,.15);
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.mobile-navigation .hs-menu-wrapper > ul > li > ul > li {
  padding: calc(100vw/60*2) calc(100vw/60*4);
  padding-left: calc(100vw/60*4);
  padding-right: calc(100vw/60*4);
  padding-top: 0;
  border-bottom: none;
  line-height: 1.4;
}

.mobile-navigation .hs-menu-wrapper > ul > li > ul > li > a {
  line-height: 1.33;
  font-family: "Amiri",serif;
  font-weight: 600;
  font-size: 5.33333vw;
  letter-spacing: -.0245em;
  color: #000;
  padding-bottom: 10px;
  display: block;
}
.mobile-navigation .hs-menu-wrapper > ul ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-navigation .hs-menu-wrapper > ul ul ul li a {
  padding: 7px 0;
  color: #000;
  display: block;
}
.child-trigger {
  position: absolute;
  top: 0;
  width: 100%;
  height: 12vw;
  z-index: 9;
  cursor: pointer;
}
.mobile-navigation .hs-menu-wrapper > ul > li.clicked > a {
  border-color: #fff;
  background-image: url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/images/arrow-upside-down.svg);
  padding-bottom: 10px;
}
.mobilOpen .header__burger-toggler img:first-child {
  display: none;
}
.mobilOpen .header__burger-toggler img:last-child {
  display: block;
}


/***************************** scroll **********************************/

.header-hide .header {
  transform: translateY(-100%) translateX(-50%);
}
.header-show .mainHeader {
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  height: calc(100vw/60*3);
  padding: calc(100vw/60*0);
}
.header-show .header__logo {
  padding-left: calc(100vw/60*3.5);
}
.header-show .header__logo a {
  width: auto;
}
.header-show .header__logo__image {
  display: none;
}
.header-show .header__logo__image-minified {
  display: block;
}
.header-show .header__logo a + span {
  display: block;
}
.search--textfield:focus {
  border: 0;
}










@media only screen and (min-width: 1801px){
  .mainHeader {
    height: calc(1800px/60*5);
    padding: calc(1800px/60*2) calc(1800px/60*0) calc(1800px/60*0) calc(1800px/60*0);
  }
  .header__logo {
    padding-left: calc(1800px/60*4);
    width: calc(1800px/60*14);
    padding-bottom: calc(1800px/60*.25);
  }
  .header__logo a + span {
    margin-left: calc(1800px/60*1);
    width: calc(1800px/60*4);
  }
  .header__burger-toggler {
    margin-right: calc(1800px/60*4);
    width: calc(1800px/60*4);
  }
  .header__cta {
    padding-right: calc(1800px/60*4);
    width: calc(1800px/60*14);
    padding-bottom: calc(1800px/60*.25);
  }
  .header__cta a {
    padding: calc(1800px/60*.25) calc(1800px/60*1);
  }
  .custom-menu-primary .navigation-primary > ul > li {
    margin-right: calc(1800px/60*2);
    width: calc(1800px/60*6);
  }
  .header:after {
    width: calc(1800px/60*56);
    left: calc(1800px/60*2);
  }
  .header .subnav__bottom {
    padding-left: calc(1800px/60*13.5);
  }
  .header .subnav__bottom ul {
    width: calc(1800px/60*8);
  }
  .custom-menu-primary .navigation-primary > ul ul {
    width: calc(1800px/60*8);
  }
  .custom-menu-primary .navigation-primary > ul ul li {
    margin-right: calc(1800px/60*2);
  }
  .custom-menu-primary.subnav__bottom.mouseHover {
    padding-bottom: calc(1800px/60*1);
  }
  .header .subnav__bottom ul li {
    margin-right: calc(1800px/60*2);
  }
  .header .subnav__bottom p {
    padding-top: calc(1800px/60*1);
  }


  div.container--global-search {
    padding: calc(1800px/60*5) calc(1800px/60*6) calc(1800px/60*5) calc(1800px/60*6);
  }
  .close-icon {
    right: calc(1800px/60*6);
  }
  .search--textfield {
    padding: calc(1800px/60*0) calc(1800px/60*0) calc(1800px/60*0) calc(1800px/60*1);
    font-size: 60px;
  }
  .header-show .mainHeader {
    height: calc(1800px/60*3);
    padding: calc(1800px/60*0);
  }
  .header-show .header__logo {
    padding-left: calc(1800px/60*3.5);
  }





}




@media only screen and (max-width: 1168px){
  .header__logo {
    width: calc(100vw/60*10);
  }



}



@media only screen and (max-width: 768px){
  .mainHeader {
    height: calc(100vw/60*15);
  }
  .header__logo {
    width: calc(100vw/60*24);
    border-right: 0;
  }
  .header__logo a {
    width: calc(100vw/60*16);
    max-width: initial;
  }
  .header-show .mainHeader {
    height: calc(100vw/60*10);
  }
  .header__logo a + span {
    display: none !important;
  }
  .header--global-search-box {
    margin-top: calc(100vw/60*3);
  }
  div.container--global-search {
    padding-top: calc(100vw/60*10);
  }
  .search--textfield {
    font-size: 6.93333vw;
    letter-spacing: -.02462em;
    line-height: 1.23;
  }



}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #ffd8db;
  overflow: hidden;
}
.footer__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  position: relative;
}
.footer__copyright {
  font-size: 1.11111vw;
  letter-spacing: -.00786em;
  line-height: 1.5;
  font-family: "hk_groteskmedium",sans-serif;
  padding-bottom: calc(100vw/60*1);
  padding-top: calc(100vw/60*1);
  border-top: 1px solid rgba(0,0,0,.15);
  text-align: center;
}
.footer__copyright a {
  color: inherit;
  transition: color .3s cubic-bezier(.215,.61,.355,1);
}
.footer__copyright a:hover {
  color: #ff414b;
}
.footer__body {
  display: flex;
}

.footer__nav {
  padding-bottom: calc(100vw/60*2);
  padding-left: calc(100vw/60*4);
  padding-right: calc(100vw/60*4);
  padding-top: calc(100vw/60*2);
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.footer__socials {
  align-items: center;
  display: flex;
}
.footer__nav .hs-menu-wrapper {
  width: 100%;
}
.footer__nav .hs-menu-wrapper > ul {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav .hs-menu-wrapper > ul > li:not(:last-child) {
  margin-right: calc(100vw/60*2);
}
.footer__nav .hs-menu-wrapper > ul > li > a {
  padding: 7px 0;
  max-width: 150px;
  font-weight: 400;
  padding-bottom: calc(100vw/60*.5);
  text-transform: uppercase;
  font-family: "hk_grotesksemibold",sans-serif;
  color: #000 !important;
  display: block;
  cursor: initial;
}
.footer__nav .hs-menu-wrapper > ul ul {
  margin: 0;
  padding: 0;
}
.footer__nav .hs-menu-wrapper > ul ul li {
  line-height: 1.5;
  padding: 7px 0;
  max-width: 150px;
  font-family: "hk_groteskmedium",sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .07em;
}
.footer__nav .hs-menu-wrapper > ul ul li > a {
  will-change: transform;
}
.footer__nav .hs-menu-wrapper > ul ul li > a:hover {
  transition: font-weight .3s cubic-bezier(.215,.61,.355,1);
  font-weight: 700;
}

.footer__header {
  padding-bottom: calc(100vw/60*2);
  padding-left: calc(100vw/60*4);
  padding-right: calc(100vw/60*4);
  padding-top: calc(100vw/60*2);
  border-bottom: 1px solid rgba(0,0,0,.15);
  display: flex;
  justify-content: space-between;
}
p.socialTitle {
  margin: 0;
}
.button-social {
  height: calc(100vw/60*1);
  width: calc(100vw/60*1);
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  display: inline-block;
}
.footer__header .button-social, .footer__socials .button-social {
  background-color: transparent;
  height: calc(100vw/60*1.5);
  width: calc(100vw/60*1.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  display: inline-block;
}
.footer__header .button-social--facebook, .footer__socials .button-social--facebook {
  background-image: url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/images/facebook-red.svg);
  background-position-x: calc(100vw/60*.33);
}
.footer__socials a:first-child {
  margin-left: calc(100vw/60*1);
}
.footer__socials a:not(:last-child) {
  margin-right: calc(100vw/60*.5);
}
.footer__header .button-social--instagram, .footer__socials .button-social--instagram {
  background-image: url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/images/instagram-red.svg);
}
.footer__header .button-social--twitter, .footer__socials .button-social--twitter {
  background-image: url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/images/twitter-red.svg);
}
.footer__header .button-social--linkedin, .footer__socials .button-social--linkedin {
  background-image: url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/images/linkedin-red.svg);
}
.footer__header .button-social--medium, .footer__socials .button-social--medium {
  background-image: url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/images/medium-red.svg);
}
.footer__header .button-social--youtube, .footer__socials .button-social--youtube {
  background-image: url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/images/youtube-red.svg);
}
.footer__logo {
  font-size: 1.66667vw;
  letter-spacing: -.02042em;
  line-height: 1.33;
  font-family: "Amiri",serif;
  font-weight: 600;
  align-items: center;
  color: #ff414b;
  display: flex;
}
.footer__logo .hs_cos_wrapper_type_rich_text {
  align-items: center;
  display: flex;
  width: 100%;
}
.footer__logo img {
  width: calc(100vw/60*2);
  margin-right: calc(100vw/60*1);
}



/****************************************** Newsletter Section **********************************/

.newsletter-container {
  width: calc(100vw/60*15);
  padding: calc(100vw/60*.5) calc(100vw/60*1.5);
  border: 1px solid #dadada;
  border-radius: 2px;
  background: #fff;
  position: fixed;
  z-index: 99;
  right: calc(100vw/60*2);
  bottom: 0;
  visibility: hidden;
  transition: .3s opacity ease-in-out;
  opacity: 0;
}
.newsletter-container__close-icon {
  display: none;
}

.newsletter-container__top {
  cursor: pointer;
}
p#cta-text {
  margin: 0;
  padding: 0;
}
.newsletter-container__toggle {
  position: absolute;
  top: calc(100vw/60*.5);
  right: calc(100vw/60*.5);
}
.newsletter-container__expanded {
  visibility: hidden;
  opacity: 0;
  max-height: 0px;
  transition: .3s height ease-in;
}
.newsletter-container__text {
  padding-top: calc(100vw/60*1);
  color: #4a4a4a;
  margin: 0;
}
.newsletter-container__expanded form {
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-size: 100%;
  font: inherit;
}
.fixed .newsletter-container {
  visibility: visible;
  opacity: 1;
}
.newsletter-container__expanded h3.form-title {
  display: none;
}
.newsletter-container__expanded--active {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
}
.newsletter-container__toggle.toggleOpen {
  transform: rotate(180deg);
}
.newsletter-container__expanded .hs-form-field {
  margin: 0;
}
.newsletter-container__expanded .hs-form-field > label {
  display: none;
}
.newsletter-container__expanded .hs-input {
  font: 400 13.3333px Arial;
  padding: 1px 2px;
  margin-top: calc(100vw/60*1);
  width: 100%;
  border-bottom: 1px solid #f8f8f8;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
}
.newsletter-container__expanded input.hs-button.primary.large {
  font: 400 13.3333px Arial;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
  margin: calc(100vw/60*1) calc(100vw/60*0);
  cursor: pointer;
  font-size: 14px;
}
.newsletter-container__expanded form svg.icon {
  margin-left: auto;
}








@media only screen and (min-width: 769px){
  .mobile-only {
    display: none !important;
  }

  /****************************************** Newsletter Section **********************************/

}


@media (min-width: 1800px){
  .footer__copyright {
    font-size: 20px;
  }
  .footer__logo {
    font-size: 30px;
  }

  /****************************************** Newsletter Section **********************************/



}

@media only screen and (min-width: 1801px){
  .footer__copyright {
    padding-bottom: calc(1800px/60*1);
    padding-top: calc(1800px/60*1);
  }
  .footer__nav {
    padding-bottom: calc(1800px/60*2);
    padding-left: calc(1800px/60*4);
    padding-right: calc(1800px/60*4);
    padding-top: calc(1800px/60*2);
  }
  .footer__nav .hs-menu-wrapper > ul > li:not(:last-child) {
    margin-right: calc(1800px/60*2);
  }
  .footer__nav .hs-menu-wrapper > ul > li > a {
    padding-bottom: calc(1800px/60*.5);
  }
  .footer__header {
    padding-bottom: calc(1800px/60*2);
    padding-left: calc(1800px/60*4);
    padding-right: calc(1800px/60*4);
    padding-top: calc(1800px/60*2);
  }
  .button-social {
    height: calc(1800px/60*1);
    width: calc(1800px/60*1);
  }
  .footer__header .button-social, .footer__socials .button-social {
    height: calc(1800px/60*1.5);
    width: calc(1800px/60*1.5);
  }
  .footer__header .button-social--facebook, .footer__socials .button-social--facebook {
    background-position-x: calc(1800px/60*.33);
  }
  .footer__socials a:first-child {
    margin-left: calc(1800px/60*1);
  }
  .footer__socials a:not(:last-child) {
    margin-right: calc(1800px/60*.5);
  }
  .footer__logo img {
    width: calc(1800px/60*2);
    margin-right: calc(1800px/60*1);
  }

  /****************************************** Newsletter Section **********************************/
  .newsletter-container {
    width: calc(1800px/60*15);
    padding: calc(1800px/60*.5) calc(1800px/60*1.5);
    right: calc(1800px/60*2);
  }
  .newsletter-container__toggle {
    top: calc(1800px/60*.5);
    right: calc(1800px/60*.5);
  }
  .newsletter-container__text {
    padding-top: calc(1800px/60*1);
  }
  .newsletter-container__expanded .hs-input {
    margin-top: calc(1800px/60*1);
  }
  .newsletter-container__expanded input.hs-button.primary.large {
    margin: calc(1800px/60*1) calc(1800px/60*0);
  }



}






@media(max-width: 1440px){
  .footer__copyright {
    font-size: 16px;
  }


  /****************************************** Newsletter Section **********************************/


}




@media (max-width: 1020px){
  .footer__logo {
    font-size: 17px;
  }

  /****************************************** Newsletter Section **********************************/

}




@media only screen and (max-width: 768px){
  .desktop-only {
    display: none !important;
  }
  /*   .footer {
  margin-top: calc(100vw/60*15);
} */
  .footer__copyright {
    font-size: 3.73333vw;
    letter-spacing: -.00786em;
  }
  .footer__body {
    flex-wrap: wrap;
  }
  .footer__socials {
    padding-bottom: calc(100vw/60*6);
    padding-left: calc(100vw/60*4);
    padding-right: calc(100vw/60*4);
    padding-top: calc(100vw/60*6);
    width: calc(100vw/60*60);
    flex-direction: column;
    border-top: 1px solid rgba(0,0,0,.15);
  }
  .footer__socials p {
    padding-bottom: calc(100vw/60*.5);
  }
  .footer__header .button-social, .footer__socials .button-social {
    height: calc(100vw/60*4);
    width: calc(100vw/60*4);
  }
  .footer__header .button-social--facebook, .footer__socials .button-social--facebook {
    background-position-x: calc(100vw/60*1.37);
  }
  .footer__socials a:first-child {
    margin-left: calc(100vw/60*4);
  }
  .footer__socials a:not(:last-child) {
    margin-right: calc(100vw/60*3);
  }
  .footer__header {
    padding-bottom: calc(100vw/60*8);
    padding-top: calc(100vw/60*8);
    justify-content: center;
  }
  .footer__logo {
    font-size: 5.33333vw;
    letter-spacing: -.0245em;
  }
  .footer__logo img {
    width: calc(100vw/60*8);
    margin-right: calc(100vw/60*4);
  }

  /****************************************** Newsletter Section **********************************/







}

@media only screen and (max-width: 768px) and (min-width: 535.71429px){
  body {
    font-size: 20px;
  }
  .footer__copyright {
    font-size: 20px;
  }
  /****************************************** Newsletter Section **********************************/


}

@media only screen and (max-width: 768px){
  .footer__copyright {
    padding-bottom: calc(100vw/60*4);
    padding-top: calc(100vw/60*4);
    font-size: 13px;
  }
  /****************************************** Newsletter Section **********************************/
  .newsletter-container {
    left: calc(100vw/60*.5);
    right: calc(100vw/60*.5);
    width: auto;
    padding: calc(100vw/60*2);
  }
  .newsletter-container__close-icon {
    display: block;
    position: absolute;
    top: -2.5rem;
    right: 0;
  }
  .newsletter-container__toggle {
    top: calc(100vw/60*1.5);
    right: calc(100vw/60*1.5);
  }
  .newsletter-container__expanded .hs-input {
    margin-top: calc(100vw/60*2.5);
    padding-left: .5em;
  }
  .newsletter-container__expanded input.hs-button.primary.large {
    margin-top: calc(100vw/60*2.5);
    padding-left: .5em;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

.blog p {
  margin: 0;
}
.stories-main {
  margin-left: calc(100vw/60*6);
  margin-right: calc(100vw/60*6);
  padding-top: calc(100vw/60*2);
  padding-bottom: calc(100vw/60*4);
}
.stories-main .heading-divider {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  position: relative;
  font-family: hk_grotesklight;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: calc(100vw/63*1);
  margin-bottom: calc(100vw/63*1);
  text-transform: uppercase;
}
.story-series-wrap {
  margin-bottom: 0;
}
.story-posts {
  display: flex;
  flex-wrap: wrap;
  transition: opacity .3s,transform .3s cubic-bezier(.215,.61,.355,1);
}
.story-post {
  width: calc(33.333% - 2.5vw);
  margin-right: 2.5vw;
  margin-bottom: 2.5vw;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 0 0 rgba(0,0,0,.35);
  transition: box-shadow .25s,opacity .35s,transform .85s cubic-bezier(.215,.61,.355,1);
}
.story-post {
  color: #000;
}
.curated-stories a {
  border: 0;
}
.story-post-image {
  height: calc(100vw/60*9.5);
}
.fit-photo {
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.fit-photo img {
  bottom: auto;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.story-post-content {
  padding: calc(100vw/60*1) calc(100vw/60*1) calc(100vw/60*1.5) calc(100vw/60*1);
}
.t-nav-narrow {
  font-family: "hk_grotesksemibold",sans-serif;
  font-size: .90278vw;
  line-height: 1.5;
  text-transform: uppercase;
}
.story-post-content .story-post-series {
  color: #ff414b;
}
.t-body--small {
  font-size: .83333vw;
  letter-spacing: .00091em;
  line-height: 1.5;
  font-family: "hk_groteskmedium",sans-serif;
}
.color--red {
  color: #ff414b;
}
.story-posts .date-cat {
  text-transform: uppercase;
  font-weight: 600;
}
.t-h5--semibold {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: 2.01389vw;
  letter-spacing: -.02414em;
  line-height: 1.24;
  font-family: "Amiri",serif;
  font-weight: 600;
}
.story-post-content h5 {
  color: #000;
  margin-top: .83333vw;
  margin-bottom: .83333vw;
}
.story-post-content p {
  margin: 0;
}
.story-post:hover {
  box-shadow: 0 11px 43px 0 rgba(0,0,0,.12);
  color: #000;
}

.non-curated {
  border-top: 1px solid #d8d8d8;
  padding-top: 2em;
}
.newsletter-container-blog {
  background-color: #dbebea;
}
.newsletter-container-blog__wrapper {
  padding: 3em;
}
.newsletter-container-blog__heading {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2em;
}
.t-h4--bold {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: 2.43056vw;
  letter-spacing: -.02em;
  line-height: 1.2;
  font-family: "Amiri",serif;
  font-weight: 700;
}
.newsletter-container-blog__heading h2 {
  margin-bottom: .25em;
}
.newsletter-container-blog__heading p {
  font-size: .83333vw;
  letter-spacing: .00091em;
  line-height: 1.5;
  font-family: "hk_groteskmedium",sans-serif;
  margin: 0;
}
.newsletter-container-blog__heading img {
  width: calc(100vw/60*12);
  margin-top: 1em;
}
.newsletter-container-blog__icon {
  display: block;
  margin: 0 auto;
  margin-top: 3em;
  height: auto;
}
.stories-main .story-filter-wrapper {
  display: flex;
}
.stories-main .story-filter-wrapper>span {
  color: #4a4a4a;
  margin-right: 15px;
}
.stories-main .story-filter-toggle {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 35px 5px 15px;
  position: relative;
  transition: border-color .25s;
  z-index: 4;
}
.stories-main .current-category {
  margin-right: 10px;
  text-transform: none;
}
.filter__arrow {
  right: calc(100vw/60*3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform .5s cubic-bezier(.215,.61,.355,1);
}
.stories-main .filter__arrow {
  top: 57%;
  right: 11px;
  pointer-events: none;
}
.stories-main .filter__arrow svg {
  transition: transform .25s ease;
}
.stories-main .story-filters {
  position: relative;
  text-transform: none;
}
.stories-main .story-filter-items {
  text-transform: none;
  width: calc(100vw/60*13);
  box-shadow: 0 4px 8px rgba(0,0,0,.08);
  background-color: #fafafa;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  padding: 1em;
  position: absolute;
  top: 5px;
  z-index: 3;
}
.non-curated .story-recent-list .story-post {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.non-curated .story-recent-list .story-post-image {
  order: 2;
  height: auto;
  padding: 1em;
  width: 200px;
  height: 200px;
}
.non-curated .story-recent-list .story-post-content {
  flex: 4;
  order: 1;
}
.non-curated .story-recent-list .story-post:hover {
  border-color: transparent;
}
.stories-load-more {
  text-align: center;
  /* display: none; */
}
.button-cta {
  align-items: center;
  border: 1px solid #000;
  display: inline-flex;
  height: 36px;
  position: relative;
  transform: scale(1.001);
  transition: transform .25s ease-in-out;
}
.stories-load-more a {
  margin-top: calc(100vw/60*.5);
  margin-bottom: calc(100vw/60*3);
}
.button-cta__text {
  font-family: "hk_grotesksemibold",sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #000;
  padding: 0 40px 0 20px;
}
.stories-load-more div {
  pointer-events: none;
}
.button-cta--plus .button-cta__text {
  padding-left: 40px;
}
.cta-plus {
  -ms-grid-row-align: normal;
  align-self: normal;
  border-left: 1px solid #000;
  flex: 0 0 32px;
  position: relative;
  width: 32px;
}
.cta-plus:before, .cta-plus:after {
  content: '';
  width: 2px;
  background-color: #ff414b;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 15px;
  transition: background-color .25s;
}
.cta-plus:after {
  transform: rotate(90deg);
}
.cta-arrow__bkg {
  background-color: #ff414b;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width .4s cubic-bezier(.23,1,.32,1);
  width: 0;
  z-index: -1;
}
.button-cta:hover .cta-plus:after,
.button-cta:hover .cta-plus:before, 
.button-cta.is-hovered .cta-plus:after,
.projects-list .list__row:hover .button-cta.button-arrow .cta-plus:after, 
.projects-list .list__row:focus .button-cta.button-arrow .cta-plus:after, 
.button-cta.is-hovered .cta-plus:before,
.projects-list .list__row:hover .button-cta.button-arrow .cta-plus:before,
.projects-list .list__row:focus .button-cta.button-arrow .cta-plus:before {
  background-color: #fff;
}
.button-cta:hover .cta-arrow__bkg,
.button-cta.is-hovered .cta-arrow__bkg, 
.projects-list .list__row:hover .button-cta.button-arrow .cta-arrow__bkg, 
.projects-list .list__row:focus .button-cta.button-arrow .cta-arrow__bkg {
  width: 100%;
}

.story-filter-items h3 {
  display: none;
}
.story-filter-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.story-filter-items ul li {
  padding: 0 1em;
  margin: 1em 0;
  cursor: pointer;
  transition: color .25s;
  position: relative;
  text-transform: none;
}
.story-filter-items ul li a {
  color: #000;
}
.story-filter-items ul li a:hover,
.story-filter-items ul li:hover a,
.story-filter-items ul li.active a{
  color: #ff414b;
}
.story-filter-items ul li:before {
  border: 1px solid rgba(0,0,0,.15);
  content: '';
  height: 10px;
  left: 1px;
  position: absolute;
  top: 6px;
  width: 10px;
}
span.filter-link-count {
  display: none;
}
.story-filter-items ul li:hover:after,
.story-filter-items ul li.active:after {
  background-color: #ff414b;
  content: '';
  font-size: 13px;
  height: 6px;
  left: 3px;
  top: 8px;
  width: 6px;
  position: absolute;
}
.newsletter-container-blog__form h3.form-title {
  display: none;
}
.newsletter-container-blog__form form {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.newsletter-container-blog__form .hs-form-field {
  margin: 0;
}
.newsletter-container-blog__form .hs-form-field > label {
  display: none;
}
.newsletter-container-blog__form .hs-input {
  padding: 1px 2px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1em;
  background: 0 0;
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.11111vw;
  letter-spacing: -.00786em;
  line-height: 1.5;
  font-family: "hk_groteskmedium",sans-serif;
}
.newsletter-container-blog__form .hs-input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.newsletter-container-blog__form input.hs-button.primary.large {
  padding: 0;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1.11111vw;
  letter-spacing: -.00786em;
  line-height: 1.5;
  font-family: "hk_groteskmedium",sans-serif;
}

/********************************* Blog Post **********************************/


.story-hero {
  display: flex;
}
.story--regular-image-bottom .story-hero {
  flex-wrap: wrap;
  background-color: #fff;
  z-index: 2;
}
.story-hero__content_block {
  padding: calc(100vw/60*6) calc(100vw/60*3) calc(100vw/60*3) calc(100vw/60*4);
  width: calc(100vw/60*37);
  flex-grow: 0;
  position: relative;
  flex-shrink: 0;
}
.t-body--medium {
  font-size: 1.11111vw;
  letter-spacing: -.00786em;
  line-height: 1.5;
  font-family: "hk_groteskmedium",sans-serif;
}
.color--off-black-dark {
  color: #4a4a4a;
}
.story-hero.story-hero--regular-narrow .post-publish-date {
  margin-bottom: 15px;
  text-transform: none;
}
.t-h3--semibold {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: 3.33333vw;
  letter-spacing: -.0125em;
  line-height: 1.15;
  font-family: "Amiri",serif;
  font-weight: 600;
  color: inherit;
}

.author {
  align-items: center;
  display: flex;
}
.story-hero__content_block .author {
  margin-top: calc(100vw/60*2);
}

body .hs-blog-post .author {
  margin-top: 0;
}
.author__name {
  margin-bottom: 5px;
}
.story-hero.story-hero--regular-narrow .post-author {
  margin-bottom: 20px;
}
.hs-blog-post .author--blog .author__name{
  margin-bottom: 0;
  text-transform: uppercase;
}
b, strong {
  font-family: "hk_groteskbold",sans-serif;
}
.story-hero.story-hero--regular-narrow .story-hero__full-width-block-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.story-hero__full-width-block {
  padding: calc(100vw/60*1) calc(100vw/60*3);
  border-top: 1px solid rgba(0,0,0,.15);
  width: 100%;
}
.story-hero.story-hero--regular-narrow .story-hero__full-width-block {
  padding: calc(100vw/60*0) calc(100vw/60*0) calc(100vw/60*4);
}
.frame {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  position: relative;
}
.story-hero__full-width-block .image-wrapper .fit-photo {
  padding-top: 57.40741%;
}
.t-caption, .wp-caption-text {
  font-size: .76389vw;
  line-height: 1.5;
  font-family: "hk_groteskmedium",sans-serif;
  letter-spacing: .02em;
  line-height: 1.5;
}
.color--white {
  color: #fff;
}
.caption--overlay {
  background: linear-gradient(15deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.story-hero.story-hero--regular-narrow .story-hero__full-width-block .caption--overlay {
  display: none;
}
.caption {
  bottom: calc(100vw/60*1);
  left: calc(100vw/60*1);
  max-width: 360px;
  position: absolute;
  width: 50%;
}
.frame .caption {
  bottom: calc(100vw/60*2);
  left: calc(100vw/60*2);
}
.frame .caption.is-bottom {
  color: #000;
  bottom: unset;
  left: unset;
  max-width: unset;
  width: 100%;
}
.story-hero.story-hero--regular-narrow .story-hero__full-width-block figcaption {
  margin-top: 5px;
  padding-left: 10px;
}
.caption:before {
  background-color: #ff414b;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 6px;
  margin-right: 2px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}
.caption.is-bottom:before {
  content: none;
}
.story-hero.story-hero--regular-narrow .story-hero__full-width-block figcaption:before {
  content: '';
}

.story-hero__socials, .story-fact__socials {
  right: calc(100vw/60*2);
  top: calc(100vw/60*4.5);
  align-items: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  transform: translateX(50%) translateX(-3px);
}
.story-hero.story-hero--regular-narrow .story-hero__socials {
  flex-direction: row;
  z-index: 2;
  justify-content: center;
  margin: 40px 0 40px;
}

.section--content-story {
  padding-bottom: calc(100vw/60*4);
  padding-top: calc(100vw/60*4);
  overflow: hidden;
  position: relative;
}
.section--content-story.is-narrow {
  padding-top: 0;
}
.hs-blog-post .story--regular-image-bottom .section--content-story{
  padding-bottom: calc(100vw/60*0);
}
.hs-blog-post .story section:last-child{
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.content-story__text {
  margin: 0 auto;
  max-width: 755px;
  position: relative;
  z-index: 1;
}
.hs-blog-post .story--regular-image-bottom .content-story__text{
  padding-bottom: calc(100vw/60*1);
}
.section--content-story.is-narrow .story-rail-wrap {
  left: calc(100vw/60*-9);
  height: 100%;
  position: absolute;
  top: 0;
  width: 132px;
}
.section--content-story.is-narrow .story-rail-wrap.rail-socials {
  right: calc(100vw/60*-8);
  left: auto;
  padding-top: 0;
}
.section--content-story.is-narrow .story-rail-wrap.rail-socials.has-img {
  top: calc(100vw/60*-24.3);
  height: calc(100% + (100vw/60*24.3));
}
.section--content-story.is-narrow .story-rail-socials {
  top: calc(100vw/60*7);
  display: flex;
  flex-direction: row;
  z-index: 2;
  flex-wrap: wrap;
  position: sticky;
  right: auto;
  transform: none;
  width: 100%;
}
.t-body--large{
  font-size: 1.31944vw;
  letter-spacing: -.01111em;
  line-height: 1.44;
  font-family: "hk_groteskmedium",sans-serif;
}
.section--content-story.is-narrow .story-rail-socials span {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.button-social--light {
  background-color: transparent;
}
.content-story__text a {
  color: #ff414b;
}
.button-social--share.button-social--white, .button-social--share.button-social--light {
  background-image: url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/images/link-icon-dark.svg);
}
.section--content-story.is-narrow .story-rail-socials a {
  height: calc(100vw/60*2);
  margin-right: 0;
  opacity: .4;
}
.section--content-story.is-narrow .story-rail-socials a.button-social--facebook {
  background-position: center;
}
.button-social--twitter.button-social--white, .button-social--twitter.button-social--light {
  background-image: url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/images/twitter-icon-dark.svg);
}
.button-social--facebook.button-social--white, .button-social--facebook.button-social--light {
  background-image: url(https://7272273.fs1.hubspotusercontent-na1.net/hubfs/7272273/raw_assets/public/Chanzuckerberg_December2020/images/facebook-icon-dark.svg);
}
.content-story__related {
  display: block;
  margin: 0 auto;
}
.content-story__related-headline {
  margin-top: calc(1800px/60*1);
  margin-bottom: 10px;
  position: relative;
}
.content-story__related-headline:before {
  content: '';
  position: absolute;
  width: 100%;
  background-color: rgba(0,0,0,.15);
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.content-story__related-headline span {
  position: relative;
  background-color: #fff;
  padding-right: 15px;
  z-index: 2;
}

.content-story__bottom-related {
  padding-top: calc(100vw/60*1);
  display: flex;
  margin-bottom: 5em;
}
.content-story__bottom-related a {
  display: flex;
  flex: 1;
  color: inherit;
}
.content-story__bottom-related .content-story__related-thumbnail {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.content-story__bottom-related .content-story__related-content {
  flex: 1;
}
.content-story__bottom-related span {
  color: #9b9b9b;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.color--black {
  color: #000;
}
.content-story__bottom-related a:hover .content-story__related-content div {
  text-decoration: underline;
}
.story-hero.story-hero--regular-narrow .story-hero__socials a {
  height: calc(100vw/60*2);
  height: calc(100vw/60*4);
  margin-right: 0;
  opacity: .4;
}
.story-hero.story-hero--regular-narrow .story-hero__socials a.button-social--share {
  margin-left: 12px;
}
.story-hero.story-hero--regular-narrow .story-hero__socials a.button-social--facebook {
  background-position: center;
}








@media only screen and (min-width: 769px){
  .story-posts {
    margin-right: -2.5vw;
  }
  .story-posts .curated-story:nth-of-type(1) {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .story-posts .curated-story:nth-of-type(1) .story-post-image {
    flex: 2;
    height: auto;
  }
  .story-posts .curated-story:nth-of-type(1):after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    bottom: -1.2em;
  }
  .story-posts .curated-story:nth-of-type(1) .story-post-content {
    flex: 1;
  }
  .non-curated {
    display: flex;
    flex-direction: row;
  }
  .non-curated .story-lander-sidebar {
    flex: 1;
    align-self: flex-start;
    position: sticky;
    top: 150px;
  }
  .non-curated .story-recent-list {
    flex: 2;
    padding-left: 2em;
  }
  .newsletter-container-blog__heading {
    width: calc(100vw/60*5);
  }
  .newsletter-container-blog__icon {
    width: calc(100vw/60*5);
  }
  .stories-main .story-filter-wrapper {
    align-items: center;
    justify-content: flex-start;
    padding-left: calc(100vw/60*1);
    margin-bottom: 2em;
  }
  .stories-main .story-filter-wrapper {
    padding-left: calc(1800px/60*1);
  }
  .stories-main .story-filter-items {
    min-width: 235px;
    opacity: 0;
    pointer-events: none;
    right: 0;
    transition: opacity .25s,transform .25s ease;
    transform: scale(.95) translateY(15px);
  }
  .stories-main .story-filter.is-active .story-filter-items {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
  }



  .story-hero.story-hero--regular-narrow {
    padding: calc(100vw/60*0) calc(100vw/60*4);
  }
  .story-hero.story-hero--regular-narrow .story-hero__content_block {
    max-width: calc(100vw/60*35);
    padding-top: calc(100vw/60*4);
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .hs-blog-post .story--regular-image-bottom .story-hero__content_block{
    padding-top: calc(100vw/60*2);
  }
  .story-hero.story-hero--regular-narrow .story-hero__full-width-block-wrap {
    max-width: calc(100vw/60*35);
  }
  .story-hero__socials, .story-fact__socials, .story-hero__socials-bottom, .story-fact__socials-bottom {
    display: none;
  }
  .section--content-story.is-narrow .content-story__text {
    max-width: calc(100vw/60*35);
  }
  .section--content-story.is-narrow .story-rail-socials a {
    width: 33%;
  }
  .content-story__related {
    max-width: calc(100vw/60*35);
  }
  .content-story__bottom-related a:first-child {
    margin-right: calc(100vw/60*1);
  }




}



@media only screen and (min-width: 1169px){
  .stories-main .heading-divider:after {
    display: inline-block;
    content: ' ';
    border-top: 1px solid rgba(0,0,0,.15);
    width: calc(100vw/63*42);
    height: 0;
    vertical-align: middle;
    margin-left: calc(100vw/63*1);
  }



}


@media only screen and (min-width: 1169px) and (min-width: 1801px){
  .stories-main .heading-divider:after {
    width: calc(1800px/63*42);
    margin-left: calc(1800px/63*1);
  }


}

@media (min-width: 1800px){
  .t-nav-narrow {
    font-size: 16.25px;
  }
  .t-body--small {
    font-size: 15px;
  }
  .t-h5--semibold {
    font-size: 36.25px;
  }
  .t-h4--bold {
    font-size: 43.75px;
  }
  .newsletter-container-blog__heading p {
    font-size: 15px;
  }
  .t-body--medium {
    font-size: 20px;
  }
  .t-h3--semibold {
    font-size: 60px;
  }
  .t-caption, .wp-caption-text {
    font-size: 13.75px;
  }
  .t-body--large {
    font-size: 23.75px;
  }


}

@media only screen and (min-width: 1801px){
  .stories-main {
    margin-left: calc(1800px/60*6);
    margin-right: calc(1800px/60*6);
    padding-top: calc(1800px/60*2);
    padding-bottom: calc(1800px/60*4);
  }
  .stories-main .heading-divider {
    margin-top: calc(1800px/63*1);
    margin-bottom: calc(1800px/63*1);
  }
  .story-post-image {
    height: calc(1800px/60*9.5);
  }
  .story-post-content {
    padding: calc(1800px/60*1) calc(1800px/60*1) calc(1800px/60*1.5) calc(1800px/60*1);
  }
  .newsletter-container-blog__heading img {
    width: calc(1800px/60*12);
  }
  .filter__arrow {
    right: calc(1800px/60*3);
  }
  .stories-main .story-filter-items {
    width: calc(1800px/60*13);
  }
  .stories-load-more a {
    margin-top: calc(1800px/60*.5);
    margin-bottom: calc(1800px/60*3);
  }
  .newsletter-container-blog__form input.hs-button.primary.large {
    font-size: 20px;
  }
  .newsletter-container-blog__form .hs-input {
    font-size: 20px;
  }
  .story-hero__content_block {
    padding: calc(1800px/60*6) calc(1800px/60*3) calc(1800px/60*3) calc(1800px/60*4);
    width: calc(1800px/60*37);
  }
  .story-hero__content_block .author {
    margin-top: calc(1800px/60*2);
  }
  .story-hero__full-width-block {
    padding: calc(1800px/60*1) calc(1800px/60*3);
  }
  .story-hero.story-hero--regular-narrow .story-hero__full-width-block {
    padding: calc(1800px/60*0) calc(1800px/60*0) calc(1800px/60*4);
  }
  .caption {
    bottom: calc(1800px/60*1);
    left: calc(1800px/60*1);
  }
  .frame .caption {
    bottom: calc(1800px/60*2);
    left: calc(1800px/60*2);
  }
  .story-hero__socials, .story-fact__socials {
    right: calc(1800px/60*2);
    top: calc(1800px/60*4.5);
  }
  .section--content-story {
    padding-bottom: calc(1800px/60*4);
    padding-top: calc(1800px/60*4);
  }
  .hs-blog-post .story--regular-image-bottom .section--content-story{
    padding-bottom: calc(1800px/60*0);
  }
  .section--content-story.is-narrow .story-rail-wrap {
    left: calc(1800px/60*-9);
  }
  .section--content-story.is-narrow .story-rail-wrap.rail-socials {
    right: calc(1800px/60*-8);
  }

  .section--content-story.is-narrow .story-rail-wrap.rail-socials.has-img {
    top: calc(1800px/60*-24.3);
    height: calc(100% + (1800px/60*24.3));
  }
  .section--content-story.is-narrow .story-rail-socials {
    top: calc(1800px/60*7);
  }
  .section--content-story.is-narrow .story-rail-socials a {
    height: calc(1800px/60*2);
  }
  .content-story__bottom-related {
    padding-top: calc(1800px/60*1);
  }

}


@media only screen and (min-width: 1801px) and (min-width: 769px){
  .newsletter-container-blog__heading {
    width: calc(1800px/60*5);
  }
  .newsletter-container-blog__icon {
    width: calc(1800px/60*5);
  }
  .story-hero.story-hero--regular-narrow {
    padding: calc(1800px/60*0) calc(1800px/60*4);
  }
  .story-hero.story-hero--regular-narrow .story-hero__content_block {
    max-width: calc(1800px/60*35);
    padding-top: calc(1800px/60*4);
  }
  .hs-blog-post .story--regular-image-bottom .story-hero__content_block{
    padding-top: calc(1800px/60*2);
  }
  .story-hero.story-hero--regular-narrow .story-hero__full-width-block-wrap {
    max-width: calc(1800px/60*35);
  }

  .section--content-story.is-narrow .content-story__text {
    max-width: calc(1800px/60*35);
  }
  .hs-blog-post .story--regular-image-bottom .content-story__text{
    padding-bottom: calc(1800px/60*1);
  }
  .content-story__related {
    max-width: calc(1800px/60*35);
  }
  .content-story__related-headline {
    margin-top: calc(1800px/60*1);
  }
  .content-story__bottom-related a:first-child {
    margin-right: calc(1800px/60*1);
  }



}



@media (max-width: 1680px){
  .t-body--small {
    font-size: 14px;
  }
  .newsletter-container-blog__heading p {
    font-size: 14px;
  }


}


@media (max-width: 1440px){
  .t-body--medium {
    font-size: 16px;
  }



}

@media (max-width: 1329.23077px){
  .t-nav-narrow {
    font-size: 12px;
  }


}

@media only screen and (max-width: 1248px){
  .section--content-story.is-narrow .story-rail-wrap.rail-socials {
    width: 100px;
  }



}

@media only screen and (max-width: 1168px){
  .story-post-image {
    height: calc(100vw/60*14);
  }
  .story-post {
    width: calc(50% - 2.5vw);
  }
  .content-story__bottom-related {
    flex-direction: column;
  }
  .content-story__bottom-related a:first-child {
    margin-bottom: calc(100vw/60*3);
  }



}

@media (max-width: 1061.05263px){
  .t-body--large{
    font-size: 14px;
  }



}



@media only screen and (max-width: 768px){
  .stories-main {
    margin-left: calc(100vw/60*4);
    margin-right: calc(100vw/60*4);
  }
  .stories-main .heading-divider {
    text-align: center;
    margin-bottom: calc(100vw/60*5);
  }
  .story-series-wrap {
    margin-bottom: calc(100vw/60*6);
  }.story-post {
    width: 100%;
    margin-right: 0;
  }
  .story-post-image {
    height: calc(100vw/60*30);
  }
  .story-post-content {
    padding: calc(100vw/60*3);
  }
  .t-nav-narrow {
    font-size: 16px;
  }
  .story-posts .curated-story .date-cat {
    font-size: 2.5vw;
  }
  .t-h5--semibold {
    font-size: 5.33333vw;
    letter-spacing: -.0245em;
    line-height: 1.25;
  }
  .story-post-content h5 {
    margin-bottom: calc(100vw/60*2);
    margin-top: calc(100vw/60*2);
    font-size: 4.5vw;
  }
  .newsletter-container-blog__wrapper {
    display: flex;
    padding: 2em .5em;
    align-items: center;
  }
  .newsletter-container-blog__heading {
    margin-bottom: 0;
    padding: 0 1em 0 .5em;
  }
  .t-h4--bold {
    font-size: 6.4vw;
    letter-spacing: -.02458em;
    line-height: 1.2;
  }
  .newsletter-container-blog__icon {
    display: none;
  }
  .stories-main .story-filter-wrapper {
    padding-top: calc(100vw/60*3);
    padding-bottom: calc(100vw/60*3);
    flex-direction: column;
  }
  .stories-main .story-filter-wrapper>span {
    padding-bottom: 5px;
  }
  .stories-main .story-filter-toggle {
    min-width: 125px;
    padding: 10px 35px 10px 15px;
  }
  .stories-main .filter__arrow {
    right: calc(100vw/60*2);
    top: 52%;
  }
  .non-curated .story-recent-list .story-post-image {
    width: 125px;
    height: 125px;
    padding-right: 0;
  }
  .stories-main .story-filter-items {
    display: none;
    position: relative;
    top: -5px;
    width: 100%;
  }
  .stories-main .story-filter.is-active .story-filter-items {
    display: block;
  }
  .story-filter-items ul li {
    padding: .5em 2em;
  }
  .story-filter-items ul li:before {
    top: 9px;
    width: 20px;
    height: 20px;
  }
  .stories-main .story-filter.is-active .filter__arrow svg {
    transform: rotate(-180deg);
  }
  .story-filter-items ul li:hover:after, .story-filter-items ul li.active:after {
    top: 11px;
    width: 16px;
    height: 16px;
  }
  .newsletter-container-blog__form .hs-input {
    font-size: 3.73333vw;
    letter-spacing: -.00786em;
  }
  .newsletter-container-blog__form input.hs-button.primary.large {
    font-size: 3.73333vw;
    letter-spacing: -.00786em;
  }
  .story-hero {
    flex-wrap: wrap;
  }
  .story-hero__content_block {
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 10vw 6.66667vw 11.66667vw;
    width: 100%;
  }
  .story-hero.story-hero--regular-narrow .story-hero__content_block {
    margin-bottom: calc(100vw/60*4);
    padding-bottom: 0;
    border-bottom: none;
  }
  .t-body--medium {
    font-size: 3.73333vw;
    letter-spacing: -.00786em;
  }
  .t-h3--semibold {
    font-size: 6.93333vw;
    letter-spacing: -.02462em;
    line-height: 1.23;
  }
  .story-hero.story-hero--regular-narrow .story-hero__full-width-block figcaption {
    padding: calc(100vw/60*0) calc(100vw/60*4);
  }
  .t-caption, .wp-caption-text {
    font-size: 2.66667vw;
    line-height: 1.3;
  }
  .button-social {
    height: calc(100vw/60*4);
    width: calc(100vw/60*4);
  }
  .story-hero__socials, .story-fact__socials {
    flex-direction: row;
    margin-top: 10vw;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
  .t-body--large {
    font-size: 4.53333vw;
    letter-spacing: -.01125em;
    line-height: 1.5;
  }

  .story-hero__socials .button-social, .story-fact__socials .button-social {
    margin: 0 7px;
  }
  .story-hero__socials .button-social:nth-child(2), .story-fact__socials .button-social:nth-child(2) {
    margin-left: 6.66667vw;
  } 
  .content-story__text {
    padding: 0 6.66667vw;
  }

  .section--content-story.is-narrow .content-block__body {
    min-height: 400px;
  }
  .content-story__related {
    padding: calc(100vw/60*0) calc(100vw/60*4) calc(100vw/60*8);
  }






}


@media only screen and (max-width: 768px) and (min-width: 535.71429px){
  .t-body--medium {
    font-size: 20px;
  }



}


@media only screen and (max-width: 768px) and (min-width: 441.17647px){
  .t-body--large {
    font-size: 20px;
  }



}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: hk_groteskmedium, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: 1;
}
.error-page *{
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 10px 15px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Amiri, serif;
  font-size: 1.25rem;
  color: #000000;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #000000;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
input.email-edit.hs-input {
  width: 100% !important;
}

#email-prefs-form h2{
  font-size: 22px;
}

@media(max-width: 767px){
  .systems-page h1 {
    font-size: 26px;
  }
  .systems-page h2, .systems-page h3 {
    font-size: 22px;
  }



}