@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Mobile-first responsive structure. Base styles load first,
then viewport-specific overrides via media queries.
******************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: transparent;
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
STATIC SIZES
*********************/
/*********************
LOGO SIZES
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* WWI campaign variables */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
Font Size REM / px
*********************/
/*********************
Line Height REM / px
*********************/
/*********************
IE9+ / FF / Chrome vertical centering
*********************/
/*********************
BORDER RADIUS
*********************/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: .border-radius(4px);

*/
/*********************
FLEX FUN
*********************/
/*********************
TRANSITION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
GRAY BACKGROUND
*********************/
.gray-background {
  background-image: url(../images/gray-bkgnd.jpg);
}
/*********************
BACKGROUND IMAGE
*********************/
/*********************
LOGO IMAGE BASE
Shared display pattern for logo images (DFS square, WWI wide)
*********************/
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #fff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
.centered {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.centered > div {
  display: table-cell;
  vertical-align: middle;
}
b {
  font-family: "barlow-condensed", "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./slick/fonts/slick.eot');
  src: url('./slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('./slick/fonts/slick.woff') format('woff'), url('./slick/fonts/slick.ttf') format('truetype'), url('./slick/fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*
BASE (MOBILE) SIZE
Foundation styles. Keep it light for mobile performance.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
@font-face {
  font-family: barlow, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: barlow, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: barlow, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: barlow-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: "barlow-condensed", "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 80%;
  color: #252c32;
}
h1 {
  font-size: 90px;
}
h2 {
  font-size: 50px;
  line-height: 90%;
}
h3 {
  font-size: 34px;
}
h4 {
  font-size: 28px;
  margin: 0;
}
h5 {
  font-size: 23px;
  line-height: 90%;
}
h6 {
  font-size: 20px;
  line-height: 90%;
  letter-spacing: -0.02em;
}
h7 {
  font-size: 16px;
  line-height: 90%;
  letter-spacing: -0.02em;
}
p {
  font-family: "barlow", "Gotham A", "Gotham B", "Georgia", Cambria, Times New Roman, Times, serif;
  font-style: normal;
  letter-spacing: 0;
  color: #252c32;
}
.p1 {
  font-size: 20px;
}
.p2 {
  font-size: 16px;
}
.p2.medium {
  font-weight: 600;
}
.p3 {
  font-size: 14px;
}
.p4 {
  font-size: 12px;
}
/******************************************************************
Stylesheet: Logo Component

DFS (square) and WWI (wide) logo sizing.
Mobile-first base styles; desktop overrides in _992up.less.
******************************************************************/
.dfs-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 48px;
  max-height: 45px;
  object-fit: contain;
}
.wwi-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 106px;
  max-height: 55px;
  object-fit: contain;
}
/******************************************************************
Stylesheet: Women Who Inspire - Mobile-First Base Styles

Mobile-first design for WWI homepage.
Header, hero intro, today's honoree section, decorative elements.
******************************************************************/
/*********************
WWI VARIABLES
Defined in _mixins.less for cross-file availability.
*********************/
/*********************
BODY
*********************/
body {
  margin: 0;
  padding: 0;
  background-color: #f7e9e1;
  color: #252c32;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}
/*********************
HEADER
*********************/
.wwi-header {
  position: relative;
  padding: 0 9px;
}
#main-navigation {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.dfs-badge a {
  display: inline-block;
  text-decoration: none;
}
.wwi-logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
/*********************
HAMBURGER & NAV MENU (MOBILE)
*********************/
.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.5rem;
}
.hamburger .menu-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.hamburger-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hamburger .line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #252c32;
}
.nav-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background-color: #f7e9e1;
  z-index: 100;
}
#main-navigation:has(#menu-toggle:checked) .nav-menu {
  display: flex;
}
.nav-shop {
  text-decoration: none;
}
.red-button {
  background-color: #EE1000;
  padding: 10px 28px;
  color: #fff;
  text-transform: uppercase;
  font-family: "barlow-condensed", "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  display: inline-block;
  text-decoration: none;
}
.nav-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 1.75rem;
  font-weight: 400;
  color: #252c32;
  cursor: pointer;
  border: none;
  background: transparent;
  line-height: 1;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
/*********************
MAIN CONTENT
*********************/
main {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.hero-intro {
  padding: 0 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.hero-title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 0.88;
  margin: 0 auto 1.5rem;
  font-family: "barlow-condensed", "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  max-width: 280px;
}
.hero-description {
  margin: 0 auto 1rem;
  max-width: 260px;
  text-align: center;
}
.presented-by-label {
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.3;
}
.sponsor-logo img {
  max-width: 93px;
  height: auto;
}
/*********************
TODAY'S HONOREE SECTION
*********************/
.todays-honoree {
  margin-top: 1rem;
}
.honoree-section-label {
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  display: none;
}
.honoree-name-large {
  font-family: "barlow-condensed", "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0 0 1.5rem;
  line-height: 25px;
  display: none;
}
.honoree-hero-wrapper {
  position: relative;
}
.honoree-hero-image {
  margin-bottom: 1.5rem;
}
.honoree-hero-image img.honoree-hero-img {
  display: block;
  max-width: calc(100% - 80px);
  height: auto;
  margin: 0 40px;
  box-shadow: 0px 4px 30px 4px #00000040;
}
.honoree-details {
  max-width: 280px;
  margin: 0 auto 47px;
}
/*********************
HERO IMAGE EMBELLISHMENTS
*********************/
.hero-embellishment {
  position: absolute;
  width: 140px;
  height: auto;
  pointer-events: none;
}
.hero-embellishment-tl {
  left: -50px;
  bottom: 100%;
}
.hero-embellishment-tr {
  bottom: 100%;
  right: -90px;
  width: 180px;
}
.hero-embellishment-bl {
  top: 100%;
  left: -100px;
}
.hero-embellishment-br {
  top: 100%;
  right: -100px;
}
/*********************
HONOREE DETAILS
*********************/
.honoree-name-regular {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 0.5rem;
  font-family: "barlow", "Gotham A", "Gotham B", "Georgia", Cambria, Times New Roman, Times, serif;
}
.honoree-affiliate {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 0.5rem;
}
.honoree-presenter {
  font-size: 0.9rem;
  margin: 0 0 1.5rem;
}
.honoree-blurb {
  line-height: 1.3;
  letter-spacing: 0;
  margin: 1.5rem 0;
}
.honoree-blurb p {
  margin: 0 0 0.75em;
}
.honoree-blurb p:last-child {
  margin-bottom: 0;
}
.honoree-quote {
  font-style: italic;
  line-height: 1.3;
  margin: 0;
}
/*********************
STAR POWER SECTION
*********************/
.star-power-section {
  background-color: #fff;
  padding: 3rem 1rem;
  width: 100%;
}
.star-power-title {
  letter-spacing: -1px;
  line-height: 0.8;
  text-transform: uppercase;
  text-align: center;
  color: #252c32;
  margin: 0 0 2rem;
}
.star-power-slider-wrapper {
  width: 100%;
  overflow: hidden;
}
.star-power-slider {
  margin: 0 -1rem;
}
.star-power-slide {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.star-power-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 1rem;
}
.star-power-slide-name {
  text-transform: uppercase;
  color: #252c32;
  margin-bottom: 0.5rem;
}
.star-power-slide-quote {
  line-height: 1.3;
  color: #252c32;
}
/*********************
SEE US SECTION
*********************/
.see-us-section {
  background-image: url('../images/vectorbg.svg');
  background-color: #fff;
  background-repeat: repeat;
  background-size: 114px 385px;
  padding: 3rem 1rem;
  width: 100%;
}
.see-us-title {
  letter-spacing: -1px;
  line-height: 0.8;
  text-transform: uppercase;
  text-align: center;
  color: #252c32;
  margin: 0 0 2rem;
}
.see-us-description {
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  color: #252c32;
  margin: 0 auto 1.5rem;
  max-width: 400px;
}
.youtube-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  width: 100%;
}
.youtube-container .youtube,
.youtube-container iframe {
  background-color: #000;
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  aspect-ratio: 1.77777778;
}
.youtube-container .youtube .thumb,
.youtube-container iframe .thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.youtube-container .youtube .play,
.youtube-container iframe .play {
  filter: alpha(opacity=80);
  opacity: 0.8;
  height: 77px;
  left: 50%;
  margin-left: -38px;
  margin-top: -38px;
  position: absolute;
  top: 50%;
  width: 77px;
  background: url("https://lh3.ggpht.com/vo4W82YNfpJDsttqn-22YsLtEJjmOtIB-54yIxR5wQA0Ucs5leNIu-W8iEmyY8-Pf7RWHk4=w64") no-repeat;
}
.see-us-donate-button {
  text-align: center;
}
.see-us-donate-button-link {
  display: inline-block;
  padding: 0.6em 1.2em;
  background-color: #c41e3a;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
}
.see-us-donate-button-link:hover {
  opacity: 0.9;
}
/*********************
POWERPIECE SECTION
*********************/
.powerpiece-section {
  background-color: #fff;
  padding: 3rem 1rem;
  width: 100%;
}
.powerpiece-title {
  letter-spacing: -1px;
  line-height: 0.8;
  text-transform: uppercase;
  text-align: center;
  color: #252c32;
  margin: 0 0 2rem;
}
.powerpiece-description {
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  color: #252c32;
  margin: 0 auto 1.5rem;
  max-width: 400px;
}
.powerpiece-slider-wrapper {
  margin-bottom: 1.5rem;
  padding: 0 8px;
}
.powerpiece-slider .slick-list {
  margin: 0 -1rem;
}
.powerpiece-slider .slick-slide {
  padding: 0 1rem;
}
.powerpiece-slide {
  outline: none;
}
.powerpiece-image-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.powerpiece-image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.powerpiece-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #252c32;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.4em 0.6em;
}
.powerpiece-item-title {
  line-height: 1.3;
  text-align: center;
  color: #252c32;
  margin: 0;
}
.powerpiece-cta {
  text-align: center;
}
.powerpiece-cta-link {
  display: inline-block;
  padding: 0.6em 1.2em;
  background-color: #c41e3a;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
}
.powerpiece-cta-link:hover {
  opacity: 0.9;
}
/*********************
FEATURED SPONSORS SECTION
*********************/
.featured-sponsors-section {
  background-color: #fff;
  padding: 3rem 1rem;
  width: 100%;
}
.featured-sponsors-inner {
  width: 100%;
}
.featured-sponsors-title {
  letter-spacing: -0.5px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  color: #252c32;
  margin: 0 0 1rem;
}
.featured-sponsors-description {
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 3rem;
  max-width: 500px;
}
.featured-sponsors-tier {
  margin-bottom: 3rem;
}
.featured-sponsors-tier:last-child {
  margin-bottom: 0;
}
.featured-sponsors-tier-title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #252c32;
  margin: 0 0 1.5rem;
}
.featured-sponsors-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.featured-sponsors-logo-wrap {
  flex: 0 0 calc(50% - 1.5rem / 2);
  max-width: 109px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.featured-sponsors-logo-wrap.tier-president-circle {
  max-width: 99px;
}
.featured-sponsors-logo-wrap.tier-executive-circle {
  max-width: 89px;
}
.featured-sponsors-logo-wrap.tier-leader-circle {
  max-width: 79px;
}
.featured-sponsors-logo-wrap.tier-empowerment-circle {
  max-width: 89px;
}
.featured-sponsors-logo-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
}
.featured-sponsors-logo-wrap .featured-sponsors-company-title {
  text-align: center;
  color: #252c32;
  word-break: break-word;
}
/*********************
FOOTER (MOBILE)
*********************/
.wwi-footer {
  position: relative;
  background-color: #f7e9e1;
  padding: 0;
  text-align: center;
}
.footer-embellishments {
  position: absolute;
  width: 100%;
  min-height: 80px;
  margin-bottom: 1.5rem;
}
.footer-embellishment {
  position: absolute;
  top: 0;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.footer-embellishment-left {
  left: 0;
  background-image: url('../images/mobile-footer-left.png');
  background-position: left top;
}
.footer-embellishment-right {
  right: 0;
  left: auto;
  background-image: url('../images/mobile-footer-right.png');
  background-position: right top;
}
.footer-logo {
  padding-top: 20px;
  margin-bottom: 3rem;
}
.footer-logo a {
  display: inline-block;
  text-decoration: none;
}
.footer-logo-img {
  max-width: 180px;
  height: auto;
}
.footer-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 40px;
}
.wwi-footer h2,
.wwi-footer h3,
.wwi-footer h4 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 0.8;
  text-transform: uppercase;
  margin: 0 0 30px;
  color: #252c32;
  font-family: "barlow-condensed", "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
}
.wwi-footer h4 {
  font-size: 0.85rem;
}
.email-signup {
  margin-bottom: 3rem;
}
.email-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 9999px;
  overflow: hidden;
}
.email-wrapper input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #E5E7EB;
  border-right: none;
  background-color: #F7F7F8;
  font-size: 0.9rem;
  color: #252c32;
  min-width: 0;
  border-radius: 9999px 0 0 9999px;
  outline: none;
}
.email-wrapper input::placeholder {
  color: 9CA3AF;
}
.email-wrapper button {
  padding: 0.75rem 1.25rem;
  background-color: #F7F7F8;
  color: #252c32;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  border-radius: 0 9999px 9999px 0;
  cursor: pointer;
  white-space: nowrap;
}
.social-section {
  margin-bottom: 3rem;
}
.follow-desktop {
  display: none;
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 21px;
  flex-wrap: wrap;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #252c32;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  transition: opacity 0.2s ease;
}
.social-links a:hover {
  opacity: 0.8;
}
.social-links svg {
  width: 20px;
  height: 20px;
}
.donation {
  margin-bottom: 3rem;
}
.donation p {
  margin: 0 0 1.5rem;
}
.wwi-footer .donate-button {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0.9rem 1.5rem;
  background-color: #252c32 !important;
  color: #fff !important;
  font-size: 0.9rem;
  text-align: center;
  border-radius: 9999px;
}
.helpful-links-section {
  margin-bottom: 3rem;
}
.internal-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.internal-links a {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #252c32;
  text-decoration: none;
}
.internal-links a:hover {
  text-decoration: underline;
}
.footer-bottom {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-bottom .copyright {
  margin: 0 0 1rem;
}
.footer-legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.footer-legal a {
  text-decoration: none;
  color: #252c32;
}
.footer-legal a:hover {
  text-decoration: underline;
}
/*********************
FOOTER-LINKS (alternate footer template)
*********************/
.footer-links {
  padding: 3rem 1.5rem;
  background-color: #f7e9e1;
}
.footer-links .links {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 2rem;
}
.footer-links .internal-links h3,
.footer-links .social-links h3,
.footer-links .internal-links h4,
.footer-links .social-links h4 {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: #252c32;
}
.footer-links .internal-links > div,
.footer-links .social-links > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-links .social-links > div {
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-links .internal-links a {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #252c32;
  text-decoration: none;
}
.footer-links .internal-links a:hover {
  text-decoration: underline;
}
.footer-links .copyright {
  text-align: center;
  font-size: 0.8rem;
  color: #cc7340;
  padding-top: 2rem;
  border-top: 1px solid #eccbb9;
}
/*
LARGER MOBILE DEVICES (481px+)
Tweeners: larger phones, small phablets.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
}
/*
TABLET & SMALLER LAPTOPS (768px+)
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
}
/*
DESKTOP (992px+)
*/
@media only screen and (min-width: 992px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 992px and Up Stylesheet

Desktop breakpoint. Logo sizing increases at this viewport.
WWI desktop layout: page decor, inline nav, two-column honoree.

******************************************************************/
  /*********************
LOGO SIZING
*********************/
  .dfs-logo-img {
    max-width: 82px;
    max-height: 80px;
  }
  .wwi-logo-img {
    max-width: 275px;
    max-height: 144px;
  }
  /*********************
WWI DESKTOP STYLES
*********************/
  .wwi-header {
    padding: 0 64px;
    margin: 0 auto;
    max-width: 1568px;
  }
  .hamburger {
    display: none;
  }
  .nav-close {
    display: none;
  }
  .nav-menu {
    display: flex !important;
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    background: transparent;
    margin-top: -50px;
  }
  .donate-button {
    padding: 0.6em 1.2em;
    background-color: #c41e3a;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 2px;
  }
  main {
    max-width: 1440px;
    padding-top: 3rem;
    position: relative;
    z-index: 1;
  }
  .hero-title {
    font-size: 90px;
    max-width: 800px;
  }
  .hero-description {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .sponsor-logo img {
    max-width: 113px;
  }
  .honoree-section-label {
    display: block;
  }
  .honoree-name-large {
    font-size: 2rem;
    display: block;
  }
  .honoree-hero-image {
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .honoree-hero-wrapper {
    position: relative;
  }
  .hero-embellishment {
    width: 100%;
    max-width: 215px;
    display: block;
  }
  .hero-embellishment-tl,
  .hero-embellishment-bl {
    left: -175px;
  }
  .hero-embellishment-tr,
  .hero-embellishment-br {
    right: -175px;
  }
  .honoree-details {
    columns: 2;
    column-gap: 3rem;
    max-width: 600px;
    margin: 0 auto 44px;
    /*
    > * {
        break-inside: avoid;
    }
    */
  }
  .honoree-quote {
    padding: 1.5rem 0;
  }
  /*********************
SEE US SECTION
*********************/
  .see-us-section {
    background-size: 228px 770px;
  }
  /*********************
POWERPIECE SECTION (DESKTOP)
*********************/
  .powerpiece-slider-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .powerpiece-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0;
    padding: 0;
  }
  .powerpiece-slider .powerpiece-slide {
    padding: 0;
  }
  /*********************
FEATURED SPONSORS SECTION (DESKTOP)
*********************/
  .featured-sponsors-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .featured-sponsors-section {
    padding: 3rem 64px;
  }
  .featured-sponsors-title {
    margin-bottom: 1.5rem;
  }
  .featured-sponsors-description {
    margin-bottom: 3rem;
  }
  .featured-sponsors-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .featured-sponsors-logo-wrap {
    flex: 0 0 calc(16.666% - 2rem * 5/6);
    max-width: 225px;
  }
  .featured-sponsors-logo-wrap.tier-president-s-circle {
    max-width: 205px;
  }
  .featured-sponsors-logo-wrap.tier-executive-circle {
    max-width: 185px;
  }
  .featured-sponsors-logo-wrap.tier-leader-circle {
    max-width: 165px;
  }
  .featured-sponsors-logo-wrap.tier-empowerment-circle {
    max-width: 145px;
  }
  /*********************
FOOTER (DESKTOP)
*********************/
  .wwi-footer {
    padding: 0 0 45px 0;
    text-align: left;
    margin: 0 auto;
    max-width: 1440px;
  }
  .footer-embellishments {
    min-height: 140px;
    margin-bottom: 2rem;
    position: absolute;
    top: 0;
  }
  .footer-embellishment-left {
    width: 445px;
    height: 238px;
    background-image: url('../images/footer-left.png');
  }
  .footer-embellishment-right {
    width: 446px;
    height: 288px;
    background-image: url('../images/footer-right.png');
  }
  .footer-logo {
    padding: 3rem 0;
    text-align: center;
  }
  .footer-logo-img {
    max-width: 220px;
  }
  .footer-content {
    max-width: 1200px;
    margin: 0 auto;
  }
  .wwi-footer .top-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    margin-bottom: 4rem;
  }
  .wwi-footer .bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
  }
  .email-signup {
    margin-bottom: 0;
    text-align: center;
  }
  .email-wrapper {
    justify-content: center;
    margin: 0 auto;
  }
  .follow-mobile {
    display: none;
  }
  .follow-desktop {
    display: inline;
  }
  .social-section {
    margin-bottom: 0;
    text-align: center;
  }
  .social-section .follow-heading {
    text-align: center;
  }
  .social-links {
    justify-content: center;
  }
  .donation {
    margin-bottom: 0;
    text-align: center;
  }
  .wwi-footer .donate-button {
    margin: 1.5rem auto 0;
    width: auto;
    min-width: 200px;
    display: block;
  }
  .youtube-container {
    margin-bottom: 56px;
  }
  .helpful-links-section {
    margin-bottom: 0;
    text-align: center;
  }
  .helpful-links-section h3 {
    text-align: center;
  }
  .internal-links {
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-bottom .copyright {
    margin: 0 0 0.5rem;
  }
  .footer-legal {
    flex-direction: row;
    align-items: center;
  }
}
/*
LARGE DESKTOP (1024px+)
*/
@media only screen and (min-width: 1024px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
}
/*
LARGE VIEWING SIZE (1240px+)
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
}
/*
SUPER LARGE MONITORS (1400px+)
*/
@media only screen and (min-width: 1400px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Super Duper Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a 2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
PRINT STYLESHEET
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
}
