@import url("stylesheets/header.css");
@import url("stylesheets/footer.css");
@import url("stylesheets/404.css");
@import url("stylesheets/about-page.css");
@import url("stylesheets/article-page.css");
@import url("stylesheets/case-study-page.css");
@import url("stylesheets/portfolio-page.css");
@import url("stylesheets/services-page.css");
@import url("stylesheets/news-page.css");
@import url("stylesheets/contacts-page.css");
@import url("stylesheets/people-page.css");
@import url("stylesheets/connected-core-page.css");
@import url("stylesheets/policy-page.css");
@import url("stylesheets/home-page.css");
@import url("stylesheets/featured-work/case-study-carousel.css");
@import url("stylesheets/featured-work/case-study-card.css");
@import url("stylesheets/latest-articles/article-carousel.css");
@import url("stylesheets/latest-articles/article-card.css");
@import url("stylesheets/home-featured-work/home-case-study-carousel.css");
@import url("stylesheets/home-featured-work/home-case-study-card.css");

/*
Theme Name: Porter Novelli
Theme URI: https://www.porternovelli.com
Author: Raj Jain
Author URI: https://www.porternovelli.com
Description: This is the new theme for the Porter Novelli website 
Requires at least: 5.6
Tested up to: 5.9
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: porternovelli
Tags: custom-logo
*/

/**
1. Normalize
2. Theme Specific CSS
*/

/* 1. Normalize */

/*! 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.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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.
     */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
input {
  /* 1 */
  overflow: visible;
}

/**
     * 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;
}

/* 2. Theme Specific CSS */

/* General */

:root {
  --m-3-white: #fff;
  --m-3-sys-light-secondary: #d64822;
  --m-3-sys-light-on-secondary: #fff;
  --m-3-black: #000;
  --m-3-sys-light-primary-container: #bac4d4;
  --m-3-sys-light-on-primary-container: #031d40;
  --m-3-sys-light-primary: #031d40;
  --m-3-sys-light-on-primary: #fff;
  --m-3-sys-light-secondary-container: #faeae8;
  --m-3-sys-light-tertiary: #f2e4b1;
  --m-3-sys-light-on-secondary-container: #581e0e;
  --m-3-sys-light-tertiary-container: #faf5e0;
  --m-3-sys-light-on-tertiary: #fff;
  --m-3-sys-light-on-tertiary-container: #31111d;
  --m-3-sys-light-error: #b3261e;
  --m-3-sys-light-error-container: #f9dedc;
  --m-3-sys-light-on-error: #fff;
  --m-3-sys-light-on-error-container: #410e0b;
  --m-3-sys-light-on-background: #161616;
  --m-3-sys-light-background: #f8f8f8;
  --m-3-sys-light-surface: rgba(255, 255, 255, 0.1);
  --m-3-sys-light-on-surface: #363636;
  --m-3-sys-light-surface-variant: #fff;
  --m-3-sys-light-on-surface-variant: #49454f;
  --m-3-sys-light-outline-variant: #cac4d0;
  --m-3-sys-light-inverse-on-surface: #e4e8ed;
  --m-3-sys-light-inverse-surface: #031d40;
  --m-3-sys-light-surface-tint: #6750a4;
  --m-3-sys-light-surface-tint-color: #6750a4;
  --m-3-sys-light-shadow: #000;
  --m-3-sys-light-outline: #bac4d4;
  --m-3-sys-light-inverse-primary: #d0bcff;
  --m-3-sys-dark-primary: #d0bcff;
  --m-3-sys-dark-primary-container: #4f378b;
  --m-3-sys-dark-on-primary-container: #eaddff;
  --m-3-sys-dark-secondary: #ccc2dc;
  --m-3-sys-dark-on-primary: #381e72;
  --m-3-sys-dark-on-secondary: #332d41;
  --m-3-sys-dark-secondary-container: #4a4458;
  --m-3-sys-dark-on-secondary-container: #e8def8;
  --m-3-sys-dark-tertiary: #efb8c8;
  --m-3-sys-dark-on-tertiary: #492532;
  --m-3-sys-dark-tertiary-container: #633b48;
  --m-3-sys-dark-on-tertiary-container: #ffd8e4;
  --m-3-sys-dark-error: #f2b8b5;
  --m-3-sys-dark-error-container: #8c1d18;
  --m-3-sys-dark-on-error: #601410;
  --m-3-sys-dark-on-error-container: #f9dedc;
  --m-3-sys-dark-background: #1c1b1f;
  --m-3-sys-dark-on-background: #e6e1e5;
  --m-3-sys-dark-surface: #1c1b1f;
  --m-3-sys-dark-on-surface: #e6e1e5;
  --m-3-sys-dark-on-surface-variant: #cac4d0;
  --m-3-sys-dark-surface-variant: #49454f;
  --m-3-sys-dark-outline: #938f99;
  --m-3-sys-dark-outline-variant: #49454f;
  --m-3-sys-dark-inverse-on-surface: #313033;
  --m-3-sys-dark-inverse-surface: #e6e1e5;
  --m-3-sys-dark-surface-tint: #d0bcff;
  --m-3-sys-dark-surface-tint-color: #d0bcff;
  --m-3-sys-dark-shadow: #000;
  --m-3-sys-dark-inverse-primary: #6750a4;
  --m-3-ref-primary-primary-100: #fff;
  --m-3-ref-primary-primary-99: #e4e8ed;
  --m-3-ref-primary-primary-95: #bac4d4;
  --m-3-ref-primary-primary-90: #8f9eb7;
  --m-3-ref-primary-primary-80: #657a9a;
  --m-3-ref-primary-primary-70: #445f87;
  --m-3-ref-primary-primary-60: #1f4676;
  --m-3-ref-primary-primary-50: #183f6f;
  --m-3-ref-primary-primary-40: #0e3664;
  --m-3-ref-primary-primary-30: #072d58;
  --m-3-ref-primary-primary-20: #031d40;
  --m-3-ref-primary-primary-10: #031d40;
  --m-3-ref-primary-primary-0: #000;
  --m-3-ref-secondary-secondary-100: #fff;
  --m-3-ref-secondary-secondary-95: #fecdbf;
  --m-3-ref-secondary-secondary-99: #faeae8;
  --m-3-ref-secondary-secondary-90: #fdad96;
  --m-3-ref-secondary-secondary-70: #fd744c;
  --m-3-ref-secondary-secondary-80: #fd8d6c;
  --m-3-ref-secondary-secondary-60: #fd5c2f;
  --m-3-ref-secondary-secondary-50: #f2562a;
  --m-3-ref-secondary-secondary-40: #e45026;
  --m-3-ref-secondary-secondary-30: #d64922;
  --m-3-ref-secondary-secondary-20: #bc3d1b;
  --m-3-ref-secondary-secondary-10: #581e0e;
  --m-3-ref-secondary-secondary-0: #000;
  --m-3-ref-tertiary-tertiary-100: #fff;
  --m-3-ref-tertiary-tertiary-99: #faf5e0;
  --m-3-ref-tertiary-tertiary-95: #f2e4b1;
  --m-3-ref-tertiary-tertiary-90: #ead27c;
  --m-3-ref-tertiary-tertiary-80: #e3c344;
  --m-3-ref-tertiary-tertiary-70: #deb515;
  --m-3-ref-tertiary-tertiary-60: #daa900;
  --m-3-ref-tertiary-tertiary-50: #db9d00;
  --m-3-ref-tertiary-tertiary-40: #db8b00;
  --m-3-ref-tertiary-tertiary-30: #da7b00;
  --m-3-ref-tertiary-tertiary-20: #da5d00;
  --m-3-ref-tertiary-tertiary-10: #331600;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-s: 12px;
  --spacing-m: 16px;
  --spacing-ml: 20px;
  --spacing-l: 24px;
  --spacing-xl: 28px;
  --spacing-xxl: 32px;
  --spacing-xxl-2: 40px;
  --spacing-xxl-3: 48px;
  --spacing-xxl-4: 64px;
  --spacing-xxl-5: 72px;
  --spacing-xxl-6: 80px;
  --spacing-xxl-7: 96px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Montserrat", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  margin: 0;
}

p {
  margin: 0;
}

.widget-wrapper figure {
  margin: 0;
}

.body-no-scroll {
  overflow: hidden;
}

/* Reusable Component - Arrow and Text */
.arrow-and-text-card {
  height: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.arrow-link {
  width: 18px;
  height: 18px;
  margin-right: var(--spacing-xs);
}

.text-link {
  height: 20px;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.83;
  letter-spacing: 0.1px;
}

/* Same components */

.link-to-projects {
  color: var(--m-3-sys-light-secondary);
  text-decoration: none;
}

.link-to-projects:hover {
  color: var(--m-3-sys-light-on-primary-container);
}

.all-article-links {
  text-decoration: none;
  color: var(--m-3-sys-light-secondary);
  margin-top: var(--spacing-xxl);
  margin-bottom: var(--spacing-xxl-7);
  margin-right: var(--spacing-xxl-2);
  display: flex;
  justify-content: end;
}

.all-article-links:hover {
  color: var(--m-3-sys-light-on-primary-container);
}

@media (max-width: 767px) {
  .all-article-links {
    margin-top: var(--spacing-m);
    margin-bottom: 56px;
  }
}

@media (max-width: 480px) {
  .all-article-links {
    margin-right: var(--spacing-m);
  }
}
