/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { /* 1 */ display: block; }

/** Add the correct display in IE 9-. */
audio, canvas, progress, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] { display: none; }

/* Links ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 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 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

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

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

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

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

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

/* Forms ========================================================================== */
/** 1. Change font properties to `inherit` in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, select, textarea { font: inherit; /* 1 */ margin: 0; /* 2 */ }

/** Restore the font weight unset by the previous rule. */
optgroup { font-weight: bold; }

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

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

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

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

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

/** Remove the default vertical scrollbar in IE. */
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 and cancel buttons in Chrome and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Correct the text style of placeholders in Chrome, Edge, and Safari. */
::-webkit-input-placeholder { color: inherit; opacity: 0.54; }

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

@font-face { font-family: "Bodoni"; src: url("../fonts/BodoniXT.ttf") format("truetype"); }
@font-face { font-family: "Lato"; src: url("../fonts/Lato-Regular.ttf") format("truetype"); }
@font-face { font-family: "Lato-thin"; src: url("../fonts/Lato-Thin.ttf") format("truetype"); }
@font-face { font-family: "Lato-heavy"; src: url("../fonts/Lato-Heavy.ttf") format("truetype"); }
@font-face { font-family: "Benne-Regular"; src: url("../fonts/Benne-Regular.ttf") format("truetype"); }
/* red */
/* blue */
/* peach */
body { font-family: "Lato", Arial, sans-serif; line-height: 1.5; font-size: 1rem; background-color: #f6f6f6; color: #555; }

p { line-height: 1.8rem; }

h1, h2, h3 { margin: 0; }

h1 { margin-top: 16px; color: rgba(0, 0, 0, 0); }

h2 { font-family: "Benne-Regular", Arial, sans-serif; font-size: 2rem; text-transform: capitalize; font-weight: 100; line-height: 2.5rem; }

h3 { text-transform: uppercase; letter-spacing: 0.125rem; margin-bottom: 0.75rem; font-size: 0.9rem; color: #ff3333; }

li { list-style: none; }

strong { font-family: "Lato-heavy"; }

video { width: 100%; }

dt { font-family: "Lato-heavy"; }

dd { margin: 0.25rem 0 1.5rem 0; }

figcaption { margin-top: 1rem; font-size: 0.85rem; color: rgba(0, 0, 0, 0.65); line-height: 1.4rem; text-align: left; }

.clearfix { overflow: auto; clear: both; }

.underline { text-decoration: underline; }

.full-op { color: white; }

.italic { font-style: italic; letter-spacing: 0.05rem; }

.float-r { float: right; width: 60%; }

.float-l { float: left; }

.text-l { text-align: left; }

.text-r { text-align: right; }

.text-c { text-align: center; }

.fill-darker { background-color: rgba(0, 0, 0, 0.1); }

.no-top-margin { margin-top: 0; }

.mt-0 { margin-top: 0rem !important; }

.mt-1 { margin-top: 1rem !important; }

.mt-2 { margin-top: 1.5rem !important; }

.mt-3 { margin-top: 2rem !important; }

.mt-4 { margin-top: 2.5rem !important; }

.mt-5 { margin-top: 3rem !important; }

.mb-0 { margin-bottom: 0rem !important; }

.mb-1 { margin-bottom: 1rem !important; }

.mb-2 { margin-bottom: 1.5rem !important; }

.mb-3 { margin-bottom: 2rem !important; }

.mb-4 { margin-bottom: 2.5rem !important; }

.mb-5 { margin-bottom: 3rem !important; }

.pad1y { padding: 1rem 0; }

.pad2y { padding: 2rem 0; }

.pad4y { padding: 4rem 0; }

.pad6y { padding: 6rem 0; }

.pad8y { padding: 8rem 0; }

.d-inline-block { display: inline-block; }

.d-block { display: block; }

.hidden { visibility: hidden; opacity: 0; transition: visibility 0s 0.1s, opacity 0.1s linear; }

.visible { visibility: visible; opacity: 1; transition: opacity 0.1s linear; }

.tiertiary-fill { background-color: #f7d4af; }

.relative { position: relative; }

.desktop-only { display: block; }
@media screen and (max-width: 768px) { .desktop-only { display: none; } }

.tablet-only { display: none; }
@media screen and (max-width: 768px) { .tablet-only { display: block; } }

.strike-through { text-decoration: line-through; }

.ul-circle li { list-style: circle; margin-bottom: 5px; }

@-webkit-keyframes fadeInOut { 0% { opacity: 1; }
  84% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes fadeOut { 0% { opacity: 1; }
  75% { opacity: 1; }
  100% { opacity: 0; } }
.fadeOut { opacity: 0; -webkit-animation: fadeOut 3s; animation: fadeOut 3s; }

.fadeOutFast { opacity: 0; pointer-events: none; -webkit-animation: fadeOut 0.2s; animation: fadeOut 0.2s; }

a { color: #003399; text-decoration: none; position: relative; }
a:before { content: ""; position: absolute; width: 100%; height: 4px; bottom: -5px; left: 0; background-color: #ff4d4d; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
a:hover { color: #003399; }
a:hover:before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); }
a:active { color: #003399; }
a:focus { color: #003399; }

.wba-logo:before { height: 0; }

.button-link:before { height: 0; }

.desktop-nav a, .intro-text a { color: rgba(255, 255, 255, 0.8); }
.desktop-nav a:hover, .intro-text a:hover { color: white; }
.desktop-nav a:active, .intro-text a:active { color: white; }
.desktop-nav a:focus, .intro-text a:focus { color: white; }

button { background-color: #ff3333; color: white; padding: 0.75rem 1.5rem; outline: none; border: none; border-radius: 6px; cursor: pointer; transition: all 0.2s; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.15rem; }
button:hover { background-color: #ff6666; }
button:active, button:focus { border: none; outline: none; }

.icon-button { margin-left: 0.5rem; padding: 0.25rem 0.5rem; }

input[type=text], [type=email] { border-radius: 6px; font-size: 0.85rem; background-color: #f8f8f8; border: none; padding: .8rem; outline: none; -moz-appearance: none; border: 1px solid rgba(0, 0, 0, 0.2); }
input[type=text]:placeholder-shown, [type=email]:placeholder-shown { font-style: italic; opacity: 0.75; }

input[type=email] { margin-bottom: 1rem; }
input[type=email]:focus { -webkit-appearance: none; outline-color: transparent; outline-style: none; -moz-appearance: none; outline: 0px none transparent; }

.wrapper { max-width: 1200px; /* was $content-width - 60px */ margin: 0 auto; }
@media screen and (max-width: 1100px) { .wrapper { margin: 0 25px; /* was 4rem reduced to tighten up padding */ } }

.tighter-wrapper { max-width: 840px; margin: 0 auto; }
@media screen and (max-width: 900px) { .tighter-wrapper { margin: 0 2rem 3rem 2rem; /* was 0 4rem, reduced to better reading on mobile */ } }

section { width: 100%; border-top: 1px solid rgba(0, 0, 0, 0.2); }

.section-content { min-height: 20rem; padding: 6rem 0 8rem; /* was 8rem */ position: relative; }
@media screen and (max-width: 768px) { .section-content { padding: 25px 0; /* was 4rem 0, reduced to better reading on mobile */ } }

.section-content__block { max-width: 500px; margin: 0 auto; }
.section-content__block p { font-weight: 100; }

.section-content__right { float: right; }
@media screen and (max-width: 900px) { .section-content__right { float: initial; } }

.section-content__short { padding-top: 6rem; }

.image-container { max-width: 35%; }

.section-content__img { max-width: 100%; }
@media screen and (max-width: 900px) { .section-content__img { float: none; } }

/* Center floating content */
.section-content__center { text-align: center; max-width: 600px; }

.section-content__left { text-align: left; max-width: 600px; }

.section-content__cta { padding: 2rem 0 0; text-align: center; }

.fill-darker { background-color: #ececec; }

.section-content__list { padding: 1rem 0 0.5rem 2rem; }
.section-content__list li { list-style-type: circle; margin-bottom: 1rem; }

.section-content__reduced { padding: 4rem 0 5rem; min-height: 10rem; }

.section-content__title { color: #2b6df2; margin: 1rem 0 2rem; }

.section-video { padding: 2rem 0; background-color: #222; }

@media screen and (max-width: 900px) { .image-container { text-align: center; } }

.section-content__half { width: 48%; }
@media screen and (max-width: 768px) { .section-content__half { width: 100%; margin-bottom: 2rem; } }

.section-content__full { max-width: 800px; }

.headshot { box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25); }

.story-intro { font-family: "Benne-Regular", Arial, sans-serif; font-size: 1.8rem; line-height: 2.5rem; margin-bottom: 2rem; font-weight: 800; margin-top: 0; }

.notice { margin: 2rem 0; padding: 1.5rem 2rem; background-color: #ffdae0; border: 1px solid #ff3333; color: #990000; border-radius: 6px; }

.notice-green { margin: 2rem 0; padding: 1.5rem 2rem; background-color: #a6f1a6; border: 1px solid green; border-radius: 6px; }

.notice__small { padding: 0.5rem 1rem; width: auto; margin: 0; display: table; }

.notice__positive { background-color: #b5f2f5; border: 1px solid #5fa0b5; color: #003399; }

.notice__no-top-margin { margin-top: 0; }

.divider-graphic { position: absolute; top: -18rem; width: 100%; pointer-events: none; }
@media screen and (max-width: 1500px) { .divider-graphic { top: -12.5rem; } }
@media screen and (max-width: 768px) { .divider-graphic { top: -8rem; } }
@media screen and (max-width: 480px) { .divider-graphic { top: -4rem; } }

.divider-graphic__below { position: relative; }

header { position: absolute; width: 100%; height: 4rem; margin-top: 1rem; z-index: 1; }

.wba-logo { display: inline-block; transition: all 0.4s; }
.wba-logo:hover { opacity: 0.5; }
@media screen and (max-width: 768px) { .wba-logo { left: 0; position: absolute; margin-left: 1rem; } }

.ceo-banner { text-align: center; padding: .7rem; background-color: #f33; color: white; }

.wba-logo-image { width: 150px; }

.site-nav-list { display: inline-block; }

.hero-image { background-color: #c25154; position: relative; width: 100%; height: 54rem; background-repeat: no-repeat; background-size: cover; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); color: white; padding: 0; margin: 0; overflow: hidden; border-top: 0; max-height: 400px; }
@media screen and (max-width: 1500px) { .hero-image { height: 25rem; } }
@media screen and (max-width: 1100px) { .hero-image { height: 24rem; } }
@media screen and (max-width: 768px) { .hero-image { height: 20rem; } }

.hero-image-half { background-image: url("../graphics/banner-images/wba_headers-half.png"); background-size: contain; height: 0; padding: 4rem 0; }

.hero-image-home { background-color: #c25154; position: relative; width: 100%; height: 54rem; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); color: white; padding: 0; margin: 0; overflow: hidden; border-top: 0; }
@media screen and (max-width: 1500px) { .hero-image-home { height: 46rem; } }
@media screen and (max-width: 1100px) { .hero-image-home { height: 42rem; } }
@media screen and (max-width: 768px) { .hero-image-home { height: 45rem; } }

.subpage-image__mission { background-image: url("../graphics/banner-images/wba_headers-05.png"); }

.subpage-image__contact { background-image: url("../graphics/banner-images/wba_headers-02.png"); }

.subpage-image__services { background-image: url("../graphics/banner-images/wba_headers-02.png"); }

.subpage-image__about { background-image: url("../graphics/banner-images/wba_headers-01.png"); }

.subpage-image__sec { background-image: url("../graphics/banner-images/wba_headers-01.png"); }

.subpage-image__contact { background-image: url("../graphics/banner-images/wba_headers-04.png"); }

.subpage-image__security { background-image: url("../graphics/banner-images/wba_headers-06.png"); }

.subpage-image__half { background-image: url("../graphics/banner-images/wba_headers-02.png"); height: 0; padding: 4rem 0; }

.hero-text { margin: 0; width: 88%; text-align: center; margin: 0 auto; text-shadow: 0 1px 4px #002266; font-size: 2.4rem; }
@media screen and (max-width: 768px) { .hero-text { width: auto; } }

.hero-text-big { font-size: 2.5rem; margin: 9rem auto 1rem; line-height: 4rem; background-color: #264073; color: rgba(255, 255, 255, 0.9); text-shadow: none; padding: 1rem 2rem 0rem; display: table; font-weight: 400; }
@media screen and (max-width: 1100px) { .hero-text-big { margin-top: 9rem; } }
@media screen and (max-width: 768px) { .hero-text-big { font-size: 2.5rem; margin: 7rem 0 1rem; display: block; } }
@media screen and (max-width: 480px) { .hero-text-big { font-size: 2rem; line-height: 3rem; margin: 7rem 0 1rem; display: block; } }

.hero-text-big-home { font-size: 2.5rem; margin: 14rem auto 1rem; line-height: 4rem; background-color: #264073; color: rgba(255, 255, 255, 0.9); text-shadow: none; padding: 1rem 2rem 0rem; display: table; font-weight: 400; }
@media screen and (max-width: 1100px) { .hero-text-big-home { margin-top: 12rem; } }
@media screen and (max-width: 768px) { .hero-text-big-home { font-size: 2.5rem; margin: 10rem 0 1rem; display: block; } }
@media screen and (max-width: 480px) { .hero-text-big-home { font-size: 2rem; line-height: 3rem; margin: 10rem 0 1rem; display: block; } }

.hero-text-sub { text-transform: uppercase; color: white; font-size: 1.2rem; text-align: inherit; letter-spacing: 0.12rem; margin-bottom: 1rem; }
@media screen and (max-width: 480px) { .hero-text-sub { font-size: 0.9rem; margin-bottom: 0rem; } }

.intro-text { max-width: 600px; margin: 2rem auto; display: table; font-size: 1.2rem; line-height: 2rem; padding: 1rem 2rem; }

.intro-text { max-width: 620px; margin: 1rem auto; display: table; font-size: 1rem; line-height: 1.5rem; padding: 1rem 2rem; }

.vid-play-icon { width: 160px; height: 160px; margin: 0 auto; cursor: pointer; }
.vid-play-icon:hover { opacity: 0.8; }

.vid-caption { font-size: 1rem; margin: 0; }

.donate-flip { position: fixed; right: 0; top: 45%; width: 120px; padding: 0.25rem; background-color: #ff3333; border-top-left-radius: 6px; border-bottom-left-radius: 6px; }

.intro-chevron { display: none; position: absolute; bottom: 2rem; opacity: 0.75; width: 60px; margin-left: -30px; }

.donate-place-holder { width: 120px; }

#alert-bar { background-color: #264073; padding: 10px; position: fixed; text-align: center; top: 0; width: 100%; z-index: 1; }
#alert-bar a { color: white; }

footer { border-top: 1px solid rgba(0, 0, 0, 0.2); width: 100%; text-align: center; overflow: auto; background-color: #ccc; color: #111; }

.footer-list { text-align: left; float: right; margin: 2rem 0; }
.footer-list li { margin: 0.5rem 0; }
@media screen and (max-width: 1100px) { .footer-list { float: left; } }

.footer-sign-up { float: left; text-align: left; margin: 2rem 0; font-size: 0.9rem; max-width: 500px; }
.footer-sign-up p { line-height: 1.6rem; }
.footer-sign-up input { width: 12rem; }
@media screen and (max-width: 768px) { .footer-sign-up { float: initial; } }

.footer-copyright { padding: 1rem 0; color: #bbb; background-color: rgba(0, 0, 0, 0.85); }

.footer-content { padding: 1rem 0 4rem; }

.footer-list__title { margin-bottom: 1.5rem; }

.canary-fill { background-color: #777; }

.canary-title { font-size: 0.9rem; }
.canary-title a { color: #a8b1c3; }

.canary { margin: 1rem 4rem; padding: 1rem; background-color: #667799; border: 1px solid #003399; }

.canary-policy { margin: 0; background-color: #8592ad; }

.new-email { height: 1rem; display: inline-block; }

#submit-email { height: 3rem; display: inline-block; }

.footer-nav ul { padding: 0 0 0 4rem; }
@media screen and (max-width: 1100px) { .footer-nav { overflow: auto; clear: both; float: initial; }
  .footer-nav ul { padding: 0 4rem 0 0; margin-bottom: 0; } }

.piwik-pix { border: 0; }

.fb-footer { padding-left: 8px; }

.cm-button { height: 3rem; }

/* Mobile code curosity of Erik Terwan: https://codepen.io/erikterwan/pen/EVzeRP */
#menu { position: absolute; width: 240px; height: 100%; margin: -100px 0 0 80px; padding-left: 0; padding-top: 120px; background: white; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); list-style-type: none; transform-origin: 0% 0%; transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
#menu li { padding: 1rem 0 1rem 3rem; font-size: 22px; }

#menuToggle { display: block; position: relative; height: 100%; top: 50px; left: 50px; z-index: 1; -webkit-user-select: none; user-select: none; }
#menuToggle input { display: block; width: 40px; height: 32px; position: absolute; top: -7px; left: -5px; cursor: pointer; opacity: 0; z-index: 2; -webkit-touch-callout: none; }
#menuToggle span { display: block; width: 33px; height: 4px; margin-bottom: 5px; position: relative; background: white; border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
#menuToggle span:first-child { transform-origin: 0% 0%; }
#menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; }
#menuToggle input:checked ~ span { opacity: 1; transform: rotate(45deg) translate(-2px, -1px); background: #ff3333; }
#menuToggle input:checked ~ span:nth-last-child(3) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); }
#menuToggle input:checked ~ span:nth-last-child(2) { opacity: 1; transform: rotate(-45deg) translate(0, -1px); }
#menuToggle input:checked ~ ul { transform: translate(-100%, 0); opacity: 1; }

.mobile-nav-bkgrnd { width: 100px; height: 60px; position: absolute; top: -19px; left: -14px; border-radius: 10px; }

nav { float: right; margin: 0.75rem 0; }

@media screen and (max-width: 1100px) { .desktop-nav { display: none; } }

.mobile-nav { position: fixed; top: -26px; right: 72px; height: 100%; display: none; }
@media screen and (max-width: 1100px) { .mobile-nav { display: block; } }

.site-nav-item { display: inline-block; margin-right: 1.8rem; position: relative; }
.site-nav-item:last-child { margin-right: 0; }
.site-nav-item:after { content: ""; position: absolute; width: 5px; height: 5px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: rgba(0, 51, 153, 0.3); top: 10px; right: -1.25rem; }
.site-nav-item:last-child:after { width: 0; height: 0; }

.site-nav-donate { border-radius: 6px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); margin-right: 0; }

.mobile-site-nav-list .site-nav-item { width: 100%; display: block; }
.mobile-site-nav-list .site-nav-item:hover { cursor: pointer; background-color: #ecf0f9; }
.mobile-site-nav-list .site-nav-donate { position: fixed; }
.mobile-site-nav-list .site-nav-donate:hover { cursor: default; background-color: initial; }

.donate-fixed-fix { position: fixed; width: 100%; top: 0; left: 0; height: 0; }
.donate-fixed-fix .wrapper a button { box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

.donate-button-fix { float: right; top: 2rem; }

.donate-absolute-fix { position: absolute; top: -1rem; }

.section-content__donate-options li { margin-bottom: 0.5rem; }
.section-content__donate-options p { display: inline-block; vertical-align: middle; margin: 0; }

.section-content__donate { float: right; background-color: #fafafa; border-radius: 4px; box-shadow: 0 6px 25px 6px rgba(0, 0, 0, 0.015); }
.section-content__donate ul { padding: 0; }

.no-display { display: none; }

.group { background-color: #fafafa; box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08); border-radius: 4px; margin-bottom: 20px; }

label { position: relative; font-weight: 300; line-height: 2rem; }

.group label:not(:last-child) { border-bottom: 1px solid #F0F5FA; }

label > span { width: 25%; margin-right: 10px; text-align: right; display: inline-block; }

.field { background: transparent; font-weight: 300; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; padding-left: 0.5rem; color: #31325F; outline: none; cursor: text; width: 60%; height: 40px; margin-bottom: 1rem; }

.field::-webkit-input-placeholder { color: #888; }

.field::-moz-placeholder { color: #888; }

.field:-ms-input-placeholder { color: #888; }

.field-placeholder { display: none; }

.outcome { float: left; width: 100%; padding-top: 8px; min-height: 24px; text-align: center; }

.success, .error { display: none; font-size: 13px; }

.success.visible, .error.visible { display: inline; }

.error { color: #E4584C; }

.success { color: #666EE8; }

.success .token { font-weight: 500; font-size: 13px; }

.StripeElement { background-color: #fafafa; padding: 8px 12px; border-radius: 4px; border: 1px solid transparent; box-shadow: 0 1px 3px 0 #e6ebf1; -webkit-transition: box-shadow 150ms ease; transition: box-shadow 150ms ease; }

.StripeElement--focus { box-shadow: 0 1px 3px 0 #cfd7df; }

.StripeElement--invalid { border-color: #fa755a; }

.StripeElement--webkit-autofill { background-color: #fefde5 !important; }

.label-title { display: block; }

#other-amount { width: 130px; display: inline-block; vertical-align: top; height: 2rem; }

.amount_other-button { width: 10rem; line-height: 42px; }

#custom-amount { border-top-left-radius: 0; border-bottom-left-radius: 0; display: inline-block; margin-left: 0; }
#custom-amount:before { content: "$"; width: 15px; height: 15px; }

.donation-form { overflow: hidden; }

.donation-section { background-color: initial; border: 0; border-bottom: 5px solid rgba(0, 0, 0, 0.06); padding: 1rem 1rem 1.5rem; width: auto; }
.donation-section p { font-size: 0.9rem; line-height: 1.4rem; margin: 0; margin-bottom: 1.5rem; }

.donate-nav { position: relative; text-align: right; margin-top: 2rem; }

.donate-nav__back { float: left; left: 0; background-color: rgba(0, 0, 0, 0); color: #003399; }
.donate-nav__back:hover { background-color: #dbe2f0; }

.donation-definition__list li { margin: 3rem; list-style: none; }

.donation-definition { position: relative; padding-left: 4rem; }
.donation-definition dt { width: 100px; position: absolute; text-align: right; left: -30px; }
.donation-definition dt button { padding: 0.5rem 1rem; }
.donation-definition dt a:before { height: 0; }

.donation-warning { font-size: 0.9rem; line-height: 1.4rem; color: #990000; background-color: #ffdae0; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom: 1px solid #ff3333; margin: 0; padding: 1.25rem 2rem; }

td { padding-bottom: 2rem; padding-left: 2rem; }
td:first-child { vertical-align: top; padding-top: 0.45rem; padding-left: 0; }

.custom-amount:before { position: absolute; top: -6px; content: '$'; left: 10px; opacity: 0.5; }

.custom-amount__field { padding-left: 26px; }

.current-donation-amount { display: inline-block; }

@media screen and (max-width: 768px) { .about-body { text-align: center; } }

@media screen and (max-width: 768px) { .about__left { max-width: 100%; margin: 0 auto; }
  .about__left .image-container { float: none; }
  .about__left .headshot { min-width: 300px; width: 60%; margin-bottom: 2rem; }
  .about__left figcaption { display: none; } }

@media screen and (max-width: 768px) { .about__right { width: 100%; max-width: auto; text-align: left; } }

.hero-text-blog { font-size: 2rem; line-height: 4rem; background-color: #264073; color: rgba(255, 255, 255, 0.9); text-shadow: none; padding: 1rem 2rem 0rem; display: table; font-weight: 400; margin: 0 auto; margin-bottom: 3rem; }

.share-page { text-align: center; padding: 40px 0px; border-radius: 5px; }
.share-page button { margin-bottom: 10px; }
.share-page a { font-weight: 700; color: #fff; margin-left: 0px; }
.share-page a:hover { border-bottom: none; }
.share-page a:before { background: none; }

.modal { border-top: 0; }

.modal-background { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.95); top: 0; position: fixed; z-index: 99; }

.relative-rel { position: relative; }

.modal-container { z-index: 100; max-height: 80%; width: 75%; position: absolute; left: 50%; margin-top: 4rem; margin-left: -37.5%; border-radius: 8px; text-align: center; }

.sub-italic { text-align: center; font-style: italic; font-size: 90%; }

video { width: 100%; cursor: pointer; }

#progressBar { border: 1px solid #aaa; color: #fff; width: 295px; height: 20px; }

#progress { float: left; background-color: #ff0000; height: 20px; display: inline-block; }

#video-controls { max-width: 800px; margin: 0 auto; height: 6rem; }
#video-controls img { margin: 5px; width: 35px; }

.play-image { margin-top: 2rem; width: 120px; }

.vid-container { max-width: 800px; margin: 0 auto; }

.kill-modal { position: fixed; top: 2rem; right: 2rem; width: 40px; z-index: 9999; cursor: pointer; }
.kill-modal:hover { opacity: 0.75; }

#play-pause { float: left; }

#seek-bar { width: 100%; }

.vid-icon { opacity: 0.5; transition: opacity 0.2s; cursor: pointer; }
.vid-icon:hover { opacity: 1; }

.vid-overlay { position: absolute; width: 100%; height: calc(100% - 38px); z-index: 1; transition: 0.2s; }
.vid-overlay:hover { opacity: 1; }

.vid-play__initial { margin: 8rem auto 0; width: auto; opacity: 0.8; }
.vid-play__initial img { max-width: 200px; }
@media screen and (max-width: 768px) { .vid-play__initial img { max-width: 100px; } }
@media screen and (max-width: 480px) { .vid-play__initial img { max-width: 60px; } }
@media screen and (max-width: 768px) { .vid-play__initial { margin-top: 4rem; } }
@media screen and (max-width: 480px) { .vid-play__initial { margin-top: 2rem; } }

.vid-share-container { position: absolute; text-align: center; right: -4em; }
.vid-share-container p { margin: 0 0 0.5rem; color: #aaa; padding: 0.25rem; border-bottom: 1px solid #666; }
.vid-share-container a { display: block; }
.vid-share-container a:first-child { width: 50px; }

.vid-share-container__tablet { position: relative; margin-top: 1rem; text-align: left; right: 0; }
.vid-share-container__tablet a { display: inline-block; vertical-align: middle; margin-right: 1rem; }

.twitter-icon { width: 40px; }

#volume-bar { float: left; }

#mute { float: left; margin-left: 5px; }

#full-screen { float: right; }

.vid-subtitle { text-align: center; }

input[type=range] { height: 26px; -webkit-appearance: none; margin: 0 0; width: 100%; background: rgba(0, 0, 0, 0); }

input[type=range]:focus { outline: none; }

input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 14px; cursor: pointer; animate: 0.2s; box-shadow: 1px 1px 1px #50555C; padding: 0; background: #50555C; border-radius: 6px; border: 0px solid #000000; }

input[type=range]::-webkit-slider-thumb { box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); border: 0px solid #000000; height: 20px; width: 30px; border-radius: 6px; background: #888; cursor: pointer; -webkit-appearance: none; margin-top: -3px; }

input[type=range]:focus::-webkit-slider-runnable-track { background: #50555C; }

input[type=range]::-moz-range-track { width: 100%; height: 14px; cursor: pointer; animate: 0.2s; box-shadow: 1px 1px 1px #50555C; background: #50555C; border-radius: 14px; border: 0px solid #000000; }

input[type=range]::-moz-range-thumb { box-shadow: 0px 0px 0px #000000; border: 0px solid #000000; height: 20px; width: 40px; border-radius: 12px; background: #ff3333; cursor: pointer; }

input[type=range]::-ms-track { width: 100%; height: 14px; cursor: pointer; animate: 0.2s; background: transparent; border-color: transparent; color: transparent; }

input[type=range]::-ms-fill-lower { background: #50555C; border: 0px solid #000000; border-radius: 28px; box-shadow: 1px 1px 1px #50555C; }

input[type=range]::-ms-fill-upper { background: #50555C; border: 0px solid #000000; border-radius: 28px; box-shadow: 1px 1px 1px #50555C; }

input[type=range]::-ms-thumb { margin-top: 1px; box-shadow: 0px 0px 0px #000000; border: 0px solid #000000; height: 20px; width: 40px; border-radius: 12px; background: #ff3333; cursor: pointer; }

input[type=range]:focus::-ms-fill-lower { background: #50555C; }

input[type=range]:focus::-ms-fill-upper { background: #50555C; }

.card p { text-align: left; font-size: 0.9rem; line-height: 1.4rem; margin-bottom: 3rem; }

.card-title { position: absolute; bottom: 0.5rem; width: 100%; left: 0; }

.card-container { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border: none; background-color: initial; }

.card-graphic { width: 160px; }

.card-image { width: 100%; max-width: 160px; margin: 0 auto 1rem; }

.card-container__50 a { padding: 1.5rem 1.5rem 2rem; margin: 1rem; transition: all 0.3s; flex: 1; min-width: 200px; max-width: 300px; text-align: center; border: 1px solid rgba(0, 0, 0, 0.15); background-color: #fafafa; }
.card-container__50 a:hover { cursor: pointer; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); margin-top: 0.5rem; margin-bottom: 1.5rem; }

.card-container__services .card { padding: 1.5rem 1rem 0; margin: 1rem; transition: all 0.3s; flex: 1; min-width: 200px; max-width: 200px; text-align: center; }
.card-container__services .card p { margin-bottom: 1rem; }
.card-container__services .card-image { max-width: 160px; margin-bottom: 1rem; }

.card-container__sec_services .card { padding: 1.5rem 1rem 0; margin: 1rem 1.5rem; transition: all 0.3s; flex: 1; min-width: 250px; max-width: 250px; text-align: center; }
.card-container__sec_services .card p { margin-bottom: 1rem; }
.card-container__sec_services .card-image { max-width: 160px; margin-bottom: 1rem; }

.take-action-card { min-width: 100px; padding: 3rem 1rem 1rem; height: 300px; margin: 1rem; transition: all 0.3s; flex: 1; min-width: 200px; max-width: 300px; text-align: center; border: 1px solid rgba(0, 0, 0, 0.15); background-color: #fafafa; }

.take-action-card:hover { cursor: pointer; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); margin-top: 0.5rem; margin-bottom: 1.5rem; }

.take-action-card a:before { text-decoration: none; }

.take-action-card p { text-align: center; color: black; line-height: 1.2rem; margin-bottom: 20px; }

.tooltip { outline: none; display: inline-block; position: relative; cursor: help; margin-right: 1rem; color: #003399; }
.tooltip strong { line-height: 30px; }
.tooltip:hover { color: #0044cc; }
.tooltip:hover .tooltip-content { visibility: visible; opacity: 1; transition: visibility 0s 0.1s, opacity 0.1s linear; }
.tooltip:before { content: url("../graphics/circle-question.svg"); width: 12px; height: 12px; position: absolute; top: -4px; right: -15px; opacity: 0.5; }

.tooltip-content { z-index: 1; visibility: hidden; opacity: 0; position: absolute; display: inline; padding: 1rem 1.5rem 1.25rem; margin: 0; width: 300px; border-radius: 4px; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2); background: #286375; color: #eee; left: -1rem; text-align: left; font-size: 0.9rem; line-height: 1.5rem; }

.radio-block { display: inline-block; width: 5rem; height: 2rem; position: relative; border-radius: 6px; border: 1px solid #ff3333; text-align: center; cursor: pointer; margin: 0.25rem 0.25rem 0.25rem 0; transition: background 0.2s; }
.radio-block:hover { background-color: #ffe6e6; }

.radio-label { color: #d92626; pointer-events: none; }

input[type=radio] { position: absolute; appearance: none; -moz-appearance: none; -webkit-appearance: none; box-sizing: initial; outline: none; margin: 0 0.25rem 0 0; vertical-align: middle; cursor: pointer; left: 0; width: 100%; height: 100%; }

/* RADIO BUTTONS */
[type="radio"] { visibility: hidden; }

/* Radio button style */
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label { position: absolute; cursor: pointer; width: 100%; height: 100%; left: 0; z-index: 2; color: #990000; }

[type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before { content: ''; position: absolute; left: 0; top: 0; background: #fff; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }

/* Checked style */
[type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #ffb3b3; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; z-index: -1; }

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after { opacity: 0; transform: scale(0); }

[type="radio"]:checked + label:after { opacity: 1; transform: scale(1); }

.radio-block__other { width: 130px; height: 42px; border-top-right-radius: 0; border-bottom-right-radius: 0; display: inline-block; margin: 0; }
.radio-block__other input[type="radio"]:not(:checked) + label:after, .radio-block__other input[type="radio"]:checked + label:after { margin-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; }

.subscribe { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 5; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: black; /* Fallback color */ background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */ }

/* Modal Content */
.subscribe-modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 35%; text-align: center; }

/* The Close Button */
.close { position: relative; color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; top: -25px; right: -10px; }

.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; }

.body-blackout { position: fixed; z-index: 1010; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.65); display: none; }

.is-blacked-out { display: block; }

.popup-trigger { display: inline-block; }

.popup-modal { background-color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 0; pointer-events: none; transition: all 300ms ease-in-out; z-index: 1011; padding: 20px; min-width: 300px; }

@media (min-width: 600px) { .popup-modal { padding: 50px; } }
.is--visible { opacity: 1; pointer-events: auto; }

@media screen and (max-width: 600px) { .subscribe-modal-content { width: 90%; } }
.popup-modal input[type=email] { margin-bottom: 0rem; min-width: 53%; }

@media (max-width: 600px) { .popup-modal input[type=email] { margin-bottom: 5px !important; min-width: 90%; }
  .sub-button { width: 100%; }
  .sub-text { text-align: center; } }
