/*!
Theme Name: wagstaffcartmell-theme
Theme URI: http://underscores.me/
Author: DMH
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wag-cart
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wag-cart is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
}

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

/*--------------------------------------------------------------
# base/mixins
--------------------------------------------------------------*/
body {
  font-family: "author-regular";
}

li {
  font-family: "author-medium";
}

p {
  font-family: "author-bold";
}

@font-face {
  font-family: "author-regular";
  src: url("../../fonts/Author-Regular/font.eot");
  src: url("../../fonts/Author-Regular/font.woff2") format("woff2"), url("../../fonts/Author-Regular/font.woff") format("woff"), url("../../fonts/Author-Regular/font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "author-medium";
  src: url("../../fonts/Author-Medium/font.eot");
  src: url("../../fonts/Author-Medium/font.woff2") format("woff2"), url("../../fonts/Author-Medium/font.woff") format("woff"), url("../../fonts/Author-Medium/font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "author-bold";
  src: url("../../fonts/Author-Bold/font.eot");
  src: url("../../fonts/Author-Bold/font.woff2") format("woff2"), url("../../fonts/Author-Bold/font.woff") format("woff"), url("../../fonts/Author-Bold/font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.bold, b, strong {
  font-family: "author-bold";
}

h1, h2, h3, h4 {
  font-family: "author-bold";
}

p, li, a {
  font-family: "author-regular";
  font-size: 1.6rem;
  line-height: 2rem;
}

h1 {
  font-size: 70px;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 800px) {
  h1 {
    font-size: 8rem;
    line-height: 7rem;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 9rem;
    line-height: 8rem;
  }
}

h2 {
  font-size: 2rem;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 800px) {
  h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 4rem;
    line-height: 3.5rem;
  }
}

h3 {
  font-size: 3.7rem;
  margin: 0;
  line-height: 50px;
}

.section-contained {
  max-width: 900px;
  margin: auto;
}
@media only screen and (min-width: 800px) {
  .section-contained {
    padding-top: 6rem;
  }
}

@media print {
  .block-detail__case a.wc-link {
    display: none !important;
  }
  .white-logo {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.two-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0 0;
  padding: 0;
}
ul.two-columns li {
  list-style-type: none;
  padding: 1rem 2rem 1rem 0;
  text-align: left;
}
@media only screen and (min-width: 800px) {
  ul.two-columns li {
    flex: 0 1 50%;
  }
}

ul.three-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0 0;
  padding: 0;
}
ul.three-columns li {
  list-style-type: none;
  padding: 1rem 2rem 1rem 0;
  text-align: left;
  font-style: italic;
}
@media only screen and (min-width: 800px) {
  ul.three-columns li {
    flex: 0 1 50%;
  }
}
@media only screen and (min-width: 1024px) {
  ul.three-columns li {
    flex: 0 1 33%;
  }
}

.two-column-list-wrap {
  max-width: 1100px;
  margin: auto;
}
.two-column-list-wrap .list-headline {
  font-size: 2rem;
  text-transform: uppercase;
  padding: 0 0 0 1rem;
}

.two-column-list {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .two-column-list {
    flex-direction: row;
  }
}
.two-column-list__column {
  flex: 0 1 50%;
  padding: 2rem;
}
.two-column-list__column h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 0;
}
.two-column-list__column ul {
  margin: 0 0 0 1rem;
  padding: 0;
}
.two-column-list__column ul li a {
  text-decoration: underline;
  color: #05BBE6;
}

.social-link {
  display: flex;
  align-items: center;
}
.social-link:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: flex;
  margin-right: 0.5rem;
}

.email:before {
  background-image: url(../../images/social/mail.svg);
}

.twitter:before {
  background-image: url(../../images/social/twitter-red.svg);
}

.linkedin:before {
  background-image: url(../../images/social/linkedin-red.svg);
}

.download:before {
  background-image: url(../../images/social/download.svg);
}

.print:before {
  background-image: url(../../images/social/printer.svg);
}

.share:before {
  background-image: url(../../images/social/share.svg);
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.contact__form input {
  width: 100%;
}
.contact__form label.gfield_label {
  color: #fff;
  font-size: 0.8rem;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  color: #fff;
  background-color: transparent;
  padding: 0.5rem 2.5rem;
  font-family: "author-bold";
  display: flex;
  text-transform: uppercase;
  margin-top: 4rem;
  position: relative;
  font-size: 1.3rem;
  z-index: 10;
  background: url(../../images/red-arrow-right.svg);
  background-repeat: no-repeat;
  border: 4px solid #E32121;
  width: 160px;
  height: 60px;
  background-position: 10px;
  background-size: 25px 20px;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  width: 170px;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  background-position: 25px;
  padding: 0.5rem 3.5rem;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:hover, a:active {
  outline: 0;
}

.wc-link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "author-bold";
  margin-top: 4rem;
  position: relative;
  font-size: 1.1rem;
  z-index: 10;
}
.wc-link.white {
  color: #fff;
}
.wc-link.black {
  color: #000;
}
.wc-link:before {
  content: "";
  background: url(../../images/red-arrow-right.svg);
  background-repeat: no-repeat;
  margin-left: 2rem;
  border: 4px solid #E32121;
  width: calc(100% + 120px);
  height: 50px;
  display: flex;
  background-position: 40px;
  background-size: 25px 20px;
  cursor: pointer;
  position: absolute;
  left: -103px;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
@media only screen and (min-width: 800px) {
  .wc-link:before {
    background-position: left;
    width: 50px;
  }
}
.wc-link.turquoise:before {
  background-image: url(../../images/turquoise-arrow-right.svg);
  border-color: #05BBE6;
}
.wc-link:hover:before {
  width: calc(100% + 120px);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  background-position: 25px;
}

.header-link-down {
  background-color: #05BBE6;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-down {
  background: url(../../images/red-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 20px;
  display: block;
}

#loadMore {
  width: 100%;
  clear: both;
  text-align: center;
  padding: 2rem;
  text-transform: uppercase;
}
#loadMore a {
  font-family: "author-bold";
  display: flex;
  align-items: center;
  justify-content: center;
}
#loadMore a:after {
  content: "";
  background: url(../../images/down-arrows-red.svg);
  background-repeat: no-repeat;
  margin-left: 1rem;
  width: 14px;
  height: 25px;
  display: flex;
  background-position: left center;
  cursor: pointer;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header.scrolled .site-header__wrap {
  width: 9rem;
  transition: all 0.25s ease-in-out;
  right: 0;
}
.site-header.scrolled .site-header__contain {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.site-header__wrap {
  position: fixed;
  position: absolute;
  width: 100%;
  z-index: 1000;
  transition: all 0.25s ease-in-out;
  right: 0;
}

.site-header__contain {
  display: none;
  justify-content: space-between;
  margin: auto;
  padding: 0;
  transition: all 0.25s ease-in-out;
  position: relative;
  align-items: center;
  background-color: #011E26;
}
@media only screen and (min-width: 800px) {
  .site-header__contain {
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 999;
  }
}

.nav-items__contain {
  display: flex;
}

.main-menu-items {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 800px) {
  .main-menu-items {
    flex-direction: row;
  }
}
.main-menu-items li {
  list-style-type: none;
  margin: 0.5rem 0;
}
.main-menu-items li:not(:first-child) {
  margin-left: 1rem;
}
@media only screen and (min-width: 1024px) {
  .main-menu-items li:not(:first-child) {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-menu-items li:not(:first-child) {
    margin-left: 3rem;
  }
}
.main-menu-items li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "author-bold";
  color: #05BBE6;
  font-size: 1rem;
}

.utility-nav {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
.utility-nav li {
  list-style-type: none;
  margin-left: 1rem;
}
.utility-nav li a {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}

.nav-logo {
  display: flex;
  background-image: url(../../images/wc-full-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  text-indent: -99999px;
  width: 265px;
  height: 24px;
  margin: 0 0 0 2rem;
}
.white-logo {
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  background-image: url(../../images/wc-logo-white-background.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -99999px;
  width: 275px;
  height: 57px;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .white-logo {
    width: 376px;
    height: 69px;
  }
}

#menuToggle {
  display: block;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  padding: 15px 13px 10px;
}
@media only screen and (min-width: 800px) {
  #menuToggle {
    padding: 15px 13px 13px;
  }
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: tomato;
}

#menuToggle input {
  display: block;
  width: 59px;
  height: 59px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #05BBE6;
  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%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
  z-index: 99;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#overlay {
  position: absolute;
  position: fixed;
  width: 0;
  height: 0;
  background: rgb(0, 0, 0);
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  z-index: -1;
  background-image: url(../../images/WC-logo-white.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#overlay .utility-nav {
  flex-direction: column;
  text-align: center;
}
#overlay .utility-nav li {
  margin: 0;
  padding: 0;
}

#menu li {
  padding: 10px 0;
}
#menu li a {
  text-transform: uppercase;
  font-size: 22px;
  color: #05BBE6;
  font-family: "author-bold";
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ #overlay {
  transform: none;
  opacity: 1;
  z-index: 1;
  position: fixed;
  transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  width: 100%;
  height: 100%;
}

.mobile-header-logo {
  width: 40px;
}

#overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#overlay ul {
  margin: 0;
  padding: 0;
}
#overlay ul li {
  list-style-type: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.notable-litigation__headline-bar {
  background: #011E26;
  color: #05BBE6;
  padding: 1.5rem;
}
.notable-litigation__headline-bar h3 {
  font-size: 3rem;
  text-transform: uppercase;
}

.practice-areas {
  background: #05BBE6;
  color: #000;
  padding: 2rem 1rem;
}
.practice-areas__container {
  max-width: 900px;
  margin: auto;
}
.practice-areas__container h3 {
  font-size: 2.9rem;
  text-transform: uppercase;
}
.practice-areas__container h3:not(:first-child) {
  margin-top: 2rem;
  font-size: 2rem;
}

.block-detail__practice-areas {
  margin: 2rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .block-detail__practice-areas {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.block-detail__practice-area {
  list-style-type: none;
  flex: 1;
  padding: 0.5rem;
}
@media only screen and (min-width: 800px) {
  .block-detail__practice-area {
    flex: 0 1 50%;
  }
}
.block-detail__practice-area a {
  display: inline-block;
  font-family: "author-bold";
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
.block-detail__practice-area a:after {
  content: "";
  background: url(../../images/solid-arrow.svg);
  background-repeat: no-repeat;
  margin-left: 1rem;
  width: 14px;
  height: 25px;
  display: inline-block;
  background-position: left center;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.block-detail__practice-area a:hover:after {
  margin-left: 2rem;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.professional-areas {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 3rem auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 800px) {
  .professional-areas {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.attorney__professional {
  flex: 1;
  padding: 1rem;
}
@media only screen and (min-width: 800px) {
  .attorney__professional {
    flex: 0 1 50%;
    margin-bottom: 3rem;
  }
  .attorney__professional:nth-child(2n) {
    padding-left: 2rem;
  }
}
.attorney__professional h3 {
  margin-bottom: 1rem;
  font-size: 3rem;
}
.attorney__professional p {
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
}
.attorney__professional p a {
  font-size: 1.2rem;
  text-decoration: underline;
}
.attorney__professional.education ul {
  margin: 0;
}
.attorney__professional.education ul li {
  font-size: 1.2rem;
}
.attorney__professional.professional a, .attorney__professional.admissions a {
  font-family: "author-bold";
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: none;
}
.attorney__professional.professional a:after, .attorney__professional.admissions a:after {
  content: "";
  background: url(../../images/solid-arrow.svg);
  background-repeat: no-repeat;
  margin-left: 1rem;
  width: 14px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background-position: left center;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.attorney__professional.professional a:hover:after, .attorney__professional.admissions a:hover:after {
  margin-left: 2rem;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.attorney__professional.awards {
  flex: 1;
}
.attorney__professional.awards ul {
  width: 100%;
  margin: 0;
  padding: 0;
  columns: 1;
}
@media only screen and (min-width: 800px) {
  .attorney__professional.awards ul {
    columns: 2;
  }
}
.attorney__professional.awards ul li {
  list-style-type: none;
  margin-bottom: 2.5rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

.professional__print {
  max-width: 900px;
  margin: 3rem auto 1rem;
}
.professional__print ul {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .professional__print ul {
    flex-direction: row;
  }
}
.professional__print ul li {
  list-style-type: none;
  margin-left: 1.5rem;
}

.award-logos-wrap {
  max-width: 900px;
  margin: 3rem auto 1rem;
}

.award-logos {
  display: flex;
  align-items: center;
  margin: 2rem 0;
  padding: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .award-logos {
    flex-direction: row;
  }
}
.award-logos:after {
  content: "";
  flex: 0 1 28%;
}
.award-logos__logo {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex: 0 1 28%;
}
.award-logos__logo img {
  max-width: 200px;
  height: auto;
}

.block-detail .one-half.copy .career-wrap {
  background: #fff;
  padding: 1rem;
}
.block-detail .one-half.copy .career-wrap p {
  color: #000;
}
.block-detail .one-half.copy .career-wrap .career-headline {
  font-size: 3rem;
}

.halves.flex {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .halves.flex {
    flex-direction: row;
  }
}

.one-half {
  flex: 0 1 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.one-half.copy {
  padding: 3rem 2rem 2rem 2rem;
}
.one-half.image:before {
  content: "";
  padding-top: 50%;
  display: flex;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  justify-content: center;
  display: flex;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quarters {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .quarters {
    flex-direction: row;
  }
}

.quarter {
  flex: 0 1 25%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.quarter h4 {
  margin: 0;
}
.quarter p {
  margin: 0;
}

.three-quarters {
  flex: 0 1 75%;
}

.about .quarter {
  align-items: center;
  justify-content: center;
  background-color: #05BBE6;
  text-align: center;
}
.about .quarter:nth-child(1) {
  background-color: #D9F8FF;
}
.about .quarter:nth-child(2) {
  background-color: #A0E2F2;
}
.about .quarter:nth-child(3) {
  background-color: #5BD4F0;
}
.about .quarter .quarter__text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
}
.about .quarter:before {
  content: "";
  padding-top: 100%;
}
.about h4 {
  font-size: 2rem;
}

.sort-filters {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 800px) {
  .sort-filters {
    margin: 4rem 0 1rem;
  }
}
.sort-filters span {
  font-size: 1.5rem;
  cursor: pointer;
  font-family: "author-bold";
  text-transform: uppercase;
}
.sort-filters span:not(:first-child) {
  margin-left: 2rem;
}
@media only screen and (min-width: 800px) {
  .sort-filters span {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 800px) {
  .block-detail-single {
    padding-top: 6rem;
  }
}

.block-detail__header {
  padding-top: 4rem;
}
@media only screen and (min-width: 800px) {
  .block-detail__header {
    padding-top: 0;
  }
}
.block-detail__header .one-half.copy p, .block-detail__header .one-half.copy li {
  color: #fff;
}
.block-detail__header .one-half.copy .block-detail__name {
  font-size: 2.3rem;
}
.block-detail__header .one-half.copy .notable-litigation {
  text-decoration: underline;
}
.block-detail__header .one-half.copy-right {
  padding: 1rem 1rem 1rem 1rem;
}
.block-detail__header .one-half.copy-right p, .block-detail__header .one-half.copy-right li {
  color: #fff;
  font-size: 1.3rem;
}
.block-detail__header .copy-background {
  position: relative;
}
.block-detail__header .copy-background:after {
  content: "";
  background-image: url(../../images/WC-logo-white.svg);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 200%;
  top: 20%;
  bottom: 0;
  left: 20%;
  right: 0;
  opacity: 0.2;
}
.block-detail .halves {
  background: #011E26;
  color: #05BBE6;
}
.block-detail .one-half a {
  color: #05BBE6;
}
.block-detail .one-half .career-headline {
  margin-top: 3.5rem;
}
.block-detail .one-half ul {
  margin: 0;
}
.block-detail .one-half .block-detail__title {
  margin: 0 0 2rem 0;
}
.block-detail .one-half.image:before {
  padding-top: 97%;
}
.block-detail.about {
  background-image: url(../../images/wc-logo-large.svg);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 2rem;
}
.block-detail.about .block-detail__header {
  padding-top: 4rem;
}
@media only screen and (min-width: 800px) {
  .block-detail.about .block-detail__header {
    padding-top: 0;
  }
}
@media only screen and (min-width: 800px) {
  .block-detail.about h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.block-detail.about .one-half {
  z-index: 2;
}
.block-detail.about .one-half.copy p {
  font-size: 1.3rem;
  padding: 0 3rem 0 0;
}
.block-detail.cases .block-detail__name {
  margin-bottom: 2rem;
}

.block-detail__cases {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 800px) {
  .block-detail__cases {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.block-detail__case {
  padding: 2rem;
  border: 1px solid #000;
  flex: 1;
  list-style-type: none;
  display: none;
  align-items: flex-start;
}
@media only screen and (min-width: 800px) {
  .block-detail__case {
    flex: 0 1 50%;
  }
}
.block-detail__case p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.block-detail__case span {
  display: block;
  width: 100%;
  clear: both;
  font-size: 1rem;
}
.block-detail__case__headline {
  font-size: 1.6rem;
  line-height: 2rem;
}
.block-detail__case a.wc-link {
  display: inline-flex;
  padding: 0 0 0 3rem;
}
@media only screen and (min-width: 800px) {
  .block-detail__case a.wc-link {
    margin-left: 5rem;
    padding: 0;
  }
}
.block-detail__case a.wc-link:before {
  margin-left: 0;
  left: 0;
  background-position: 5px;
}
@media only screen and (min-width: 800px) {
  .block-detail__case a.wc-link:before {
    margin-left: 2rem;
    left: -103px;
    background-position: left;
  }
}

.block-detail__about {
  max-width: 1100px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.block-detail__about .about-copy {
  padding: 0;
}
@media only screen and (min-width: 800px) {
  .block-detail__about .about-copy {
    padding: 0 3rem 0 0;
  }
}
.block-detail__about .about-copy a {
  text-decoration: underline;
}
.block-detail__about .social-links {
  margin-top: 1.5rem;
}
.block-detail__about .social-links .social-section {
  margin-bottom: 2rem;
}
.block-detail__about .social-links .social-section p {
  margin-bottom: 0.5rem;
}

.blocks {
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  .blocks {
    flex-direction: row;
    padding-top: 3rem;
    flex-wrap: wrap;
  }
}
.blocks.featured .block:nth-child(4n+3) .block__info, .blocks.featured .block:nth-child(4n+2) .block__info {
  background: #011E26;
  color: #05BBE6;
}
.blocks.featured .block .block__info {
  background: #E8E8E8;
  color: #000;
}
.blocks.featured .block .block__image {
  background-position: center;
  filter: grayscale(100%);
}
.blocks.featured .block .block__image:before {
  padding-top: 50%;
}
.blocks.featured .block:hover .block__info {
  background: #05BBE6;
  color: #000;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.blocks.featured .block:hover .block__image {
  filter: grayscale(0);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.block {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
@media only screen and (min-width: 800px) {
  .block {
    flex-direction: row;
    flex: 0 1 50%;
  }
}
.block:nth-child(4n+3) .block__info, .block:nth-child(4n+2) .block__info {
  background: #011E26;
  color: #05BBE6;
}
.block:nth-child(4n+3) .block__image, .block:nth-child(4n+2) .block__image {
  filter: grayscale(100%);
}
.block:nth-child(4n+3) .block__image:after, .block:nth-child(4n+2) .block__image:after {
  background: none;
}
.block:nth-child(4n+3):hover .block__info, .block:nth-child(4n+2):hover .block__info {
  background: #05BBE6;
  color: #000;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.block:nth-child(4n+3):hover .block__image, .block:nth-child(4n+2):hover .block__image {
  filter: grayscale(0);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.block:hover .block__image:after {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  background: rgba(217, 248, 255, 0);
}
.block:hover .block__info {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  background: #05BBE6;
  color: #000;
}
.block__quote {
  flex-direction: column;
  text-align: center;
  font-style: italic;
  padding: 2rem;
  background-color: #e8e8e8;
}
@media only screen and (min-width: 800px) {
  .block__quote {
    padding: 4rem 7rem;
  }
}
.block__quote .cite {
  font-family: "author-bold";
  font-style: normal;
}

.block__info {
  flex: 1;
  padding: 2rem;
  background: #E8E8E8;
  color: #000;
}
.block__info span {
  display: block;
  width: 100%;
  clear: both;
  font-size: 1rem;
}
.block__info ul {
  margin: 0;
}

.block__info__headline {
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.block__info__headline:after {
  content: "";
  background: url(../../images/red-arrow-right.svg);
  background-repeat: no-repeat;
  margin-left: 1rem;
  width: 21px;
  height: 25px;
  display: inline-block;
  background-size: cover;
  background-position: left center;
  cursor: pointer;
  padding-right: 1rem;
}

.block__info__title {
  font-size: 1.3rem;
  margin: 0;
}

.block__image {
  background-size: cover;
  background-repeat: no-repeat;
  flex: 1;
  position: relative;
}
.block__image:before {
  content: "";
  padding-top: 100%;
  display: flex;
}
.block__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(217, 248, 255, 0.5);
  z-index: 999;
}

.attorney-image .block__image {
  background-size: 150%;
  background-position: top;
  filter: grayscale(100%);
}
.attorney-image .block__image:after {
  background: none;
}
.attorney-image:hover .block__image {
  filter: grayscale(0);
}

.cases__title {
  text-transform: uppercase;
  margin: 1rem;
  font-size: 36px;
  line-height: 36px;
}
@media only screen and (min-width: 800px) {
  .cases__title {
    margin: 2rem 0 0 2rem;
    font-size: 3.7rem;
    line-height: 50px;
  }
}

.featured_cases__featured-headline {
  border-top: 1px solid #011E26;
}
@media only screen and (min-width: 800px) {
  .featured_cases__featured-headline {
    margin-top: 6rem;
  }
}

.non_featured_cases__featured-headline {
  margin-bottom: 2rem;
}

.search h2 {
  margin-bottom: 0;
}
.search .entry-summary {
  margin-top: 0;
}
.search .entry-summary p {
  margin-top: 0;
}
.search .page-content {
  margin-bottom: 3rem;
}
.search__search-form form {
  position: relative;
}
.search__search-form form input[type=text] {
  width: 100%;
  padding: 1rem;
  border: none;
  background-color: #E8E8E8;
}

.search-result {
  margin-top: 2rem;
}
.search-result .entry-title a {
  font-family: "author-bold";
  text-decoration: underline;
}

.header__image.search-header:before {
  padding-top: 16%;
}

.search-icon {
  background-image: url(../../images/search-icon.svg);
  background-color: transparent;
  height: 15px;
  width: 15px;
  float: right;
  background-repeat: no-repeat;
  background-position: top right;
  border: none;
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}
.search-icon.header-search-icon {
  position: relative;
  margin-left: 2rem;
}

.searchlink {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  width: 70px;
  height: 70px;
  cursor: pointer;
  margin-left: 2rem;
}
.searchlink:before {
  content: "";
  background-image: url(../../images/search-icon.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
}
.searchlink:hover:before {
  color: #000;
}
.searchlink.open:before {
  color: #000;
}

.searchlink:hover, .searchlink.open {
  /*color: #fff;*/
}

.searchlink.open > .searchform {
  display: block;
}

.searchform {
  display: none;
  position: absolute;
  width: 70%;
  line-height: 40px;
  top: 86px;
  right: 0;
  padding: 1rem 1rem 1rem 2rem;
  cursor: default;
  background: #fff;
}
.searchform:after {
  position: absolute;
  bottom: 0;
  right: 0;
}

.search-field__wrap {
  position: relative;
  width: 100%;
  line-height: 50px;
  padding: 0;
  cursor: default;
  background: #fff;
}

.searchlink.open .searchform {
  display: block;
}

#search {
  display: block;
  position: relative;
  margin-top: 5px;
}

#s, #srch {
  width: 100%;
  background: #fff;
  padding: 1rem;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #747576;
  color: #747576;
}

#srch {
  padding: 0 0 0.5rem 0;
}

.sbtn {
  display: block;
  position: absolute;
  right: 5px;
  top: 13px;
  width: 35px;
  height: 30px;
  background: none;
  border: none;
  color: #bcbcbc;
  font-size: 0.6em;
  cursor: pointer;
  background-image: url(../../images/search-icon.svg);
  background-repeat: no-repeat;
}

nav.posts-navigation {
  display: none;
}

.pagination-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0;
}
.pagination-nav span, .pagination-nav a {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  background: #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E32121;
}
.pagination-nav span:not(:first-child), .pagination-nav a:not(:first-child) {
  margin-left: 0.1rem;
}
.pagination-nav span.current {
  background: #E32121;
  color: #E8E8E8;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.contact__form {
  color: #fff;
  text-align: center;
}
.contact__form h1, .contact__form h2, .contact__form h3, .contact__form h4, .contact__form h5 {
  text-transform: uppercase;
  font-size: 2.5rem;
}
.contact__form__contain {
  max-width: 900px;
  margin: auto;
}
.contact__directions {
  max-width: 900px;
  margin: auto;
  padding: 2rem 1rem;
}
.contact__directions .direction-headline {
  font-family: "author-bold";
}
.contact .one-half.address {
  padding: 2rem;
}
@media only screen and (min-width: 800px) {
  .contact .one-half.address {
    padding: 4rem 4rem 11rem;
  }
}
@media only screen and (min-width: 800px) {
  .contact .one-half.card {
    margin-top: 4rem;
  }
}

.solid-overlay {
  width: 100%;
  background-color: #011E26;
}
@media only screen and (min-width: 800px) {
  .solid-overlay {
    margin-top: -10rem;
    height: 85px;
  }
}

.campaign-contain {
  max-width: 1500px;
  margin: auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.campaign-contain h3 {
  font-size: 2.5rem;
  line-height: 2.3rem;
}
.campaign-contain.halves {
  justify-content: space-between;
  align-items: flex-start;
}
.campaign-contain.halves .one-half {
  flex: 0 1 47%;
  padding: 1rem;
  text-align: left;
}
@media only screen and (min-width: 800px) {
  .campaign-contain.halves .one-half {
    padding: 2rem;
    margin-top: 3rem;
  }
}

.section-solid.turquoise.campaign-callout {
  padding: 4rem;
}
.section-solid.turquoise.campaign-callout .campaign-contain {
  max-width: 800px;
  margin: auto;
}
.section-solid.turquoise.campaign-callout .campaign-contain h2 {
  font-size: 2.5rem;
}

.special-callout-two .block-detail__header {
  padding-top: 2rem;
}
@media only screen and (min-width: 800px) {
  .special-callout-two .block-detail__header {
    padding-top: 3rem;
  }
}

.campaign__form {
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0px 0px 38px 0px rgb(125, 125, 125);
  flex: 0 1 40%;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .campaign__form {
    padding: 4rem;
    margin-right: 4rem;
    transform: translate(0, -80px);
  }
}
.campaign__form h3 {
  text-transform: uppercase;
}
.campaign__form .gform_wrapper form .gform_body input[type=text] {
  border: none;
  background-color: #eaeaea;
  margin-bottom: 2rem;
  padding: 1rem !important;
}
.campaign__form .gform_wrapper form input[type=submit] {
  color: #000;
  width: 186px;
  margin: 0 auto;
}
.campaign__form .gform_wrapper form input[type=submit]:hover {
  width: 196px;
}

.section-three {
  padding: 1rem;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 800px) {
  .section-three {
    margin-bottom: 0;
  }
}
.section-three .campaign-contain {
  max-width: 800px;
  margin: auto;
}
@media only screen and (min-width: 800px) {
  .section-three .campaign-contain {
    padding: 10rem 3rem;
  }
}

.error-404 {
  padding: 4rem 1rem 0 1rem;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .error-404 {
    padding-top: 10rem;
  }
}
.error-404 .page-header {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  padding: 12rem 0 3rem;
}
.error-404 .page-header .page-title {
  font-size: 3rem;
  line-height: 3.5rem;
}
.error-404 .page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 5rem 0;
}
.error-404 .page-content p {
  margin: 0;
}
.error-404 .page-content p a {
  text-decoration: underline;
}

.general-page h4 {
  font-size: 2rem;
  font-family: "author-regular";
}
@media only screen and (min-width: 800px) {
  .general-page h4 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.see-all-news.section-image {
  min-height: 20vh;
  padding: 4rem 2rem 6rem;
}

.single-news-item .about-copy p a {
  color: #05BBE6;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.header-animation {
  height: 100vh;
}

.header-contain {
  max-width: 900px;
  margin: auto;
  text-align: center;
  margin-bottom: 2rem;
}
.header-contain h1 {
  font-size: 2rem;
}
@media only screen and (min-width: 800px) {
  .header-contain h1 {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-contain h1 {
    font-size: 4.7rem;
  }
}
@media only screen and (min-width: 800px) {
  .header-contain {
    margin-bottom: 0;
  }
}
.header-contain p {
  margin: 0;
  font-size: 1.4rem;
}

.header-intro {
  display: flex;
  padding-top: 4rem;
}
@media only screen and (min-width: 800px) {
  .header-intro {
    padding-top: 0;
  }
}
.header-intro.general-page {
  background-image: url(../../images/wc-logo-large.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 478px;
  margin: 3rem auto;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.header-intro.general-page h1 {
  font-size: 3rem;
  line-height: 3rem;
}
@media only screen and (min-width: 800px) {
  .header-intro.general-page h1 {
    font-size: 6rem;
    line-height: 5.5rem;
  }
}

.about-header {
  padding-top: 4.2rem;
}

.contact-header {
  padding-top: 4.2rem;
  background-color: #011E26;
  color: #05BBE6;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .contact-header {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-header {
    min-height: 500px;
  }
}

.campaign-header {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.campaign-header:before {
  padding-top: 60%;
  content: "";
}
.campaign-header__headline {
  font-size: 2.8rem;
  line-height: 3rem;
  color: #fff;
  max-width: 1500px;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .campaign-header__headline {
    font-size: 3.8rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .campaign-header__headline {
    font-size: 4.8rem;
  }
}

.header-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

footer {
  background-color: #011E26;
}
footer a, footer p {
  color: #fff;
  font-size: 24px;
  font-family: author-medium;
  margin: 0;
}

.footer__contain {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1500px;
  margin: auto;
  padding: 2rem 2rem 0 2rem;
}
@media only screen and (min-width: 800px) {
  .footer__contain {
    flex-direction: row;
    padding: 4rem 4rem 0 4rem;
  }
}
.footer__logo {
  padding: 2rem 0;
}
@media only screen and (min-width: 800px) {
  .footer__logo {
    padding: 0 2rem 0 0;
  }
}
.footer__logo a {
  display: flex;
  align-items: center;
}
.footer__logo a:before {
  content: "";
  background-image: url(../../images/footer-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  width: 279px;
  height: 26px;
  display: flex;
}

.footer__page-links {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  justify-content: space-around;
}
@media only screen and (min-width: 800px) {
  .footer__page-links {
    flex-direction: row;
  }
}

.footer__menu {
  margin-bottom: 2rem;
  font-family: "author-medium";
}
.footer__menu ul {
  margin: 0;
  padding: 0;
}
.footer__menu ul li {
  list-style-type: none;
}
.footer__menu.footer__address {
  margin-bottom: 0;
}
.footer__menu.footer__address p {
  font-family: "author-regular";
}

.footer__social {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2rem;
}
@media only screen and (min-width: 800px) {
  .footer__social {
    align-items: flex-end;
    margin-top: 0;
  }
}
.footer__social ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.footer__social ul li {
  list-style-type: none;
}
.footer__social ul li a {
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 22px;
  display: block;
  margin-bottom: 2rem;
}
.footer__social ul li a.facebook {
  background-image: url(../../images/social/facebook.svg);
}
.footer__social ul li a.twitter {
  background-image: url(../../images/social/twitter.svg);
}
.footer__social ul li a.linkedin {
  background-image: url(../../images/social/linkedin.svg);
}

.footer__copyright {
  max-width: 1500px;
  margin: auto;
  padding: 0 2rem 2rem 2rem;
}
@media only screen and (min-width: 800px) {
  .footer__copyright {
    flex-direction: row;
    padding: 0 4rem 4rem 4rem;
    text-align: right;
  }
}
.footer__copyright p {
  font-size: 14px;
  font-family: "author-regular";
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.prefooter {
  background-color: #747576;
  color: #fff;
}
.prefooter .prefooter__contain {
  max-width: 1500px;
  margin: auto;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 800px) {
  .prefooter .prefooter__contain {
    flex-direction: row;
    padding: 7rem 2rem;
  }
}
.prefooter .prefooter__contain a {
  margin-right: 1rem;
  margin-top: 0;
}
.prefooter.quote {
  text-align: center;
}
.prefooter.quote p {
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 1rem;
  line-height: 2.7rem;
}
.prefooter.quote cite {
  font-family: "author-bold";
  font-size: 1.3rem;
  font-style: normal;
}
.prefooter.quote.home-quote {
  padding: 2rem;
  margin-top: -7rem;
}
.prefooter.home-prefooter {
  background-color: #011E26;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.prefooter__headline__copy__home {
  font-size: 3rem;
}

.prefooter__headline {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .prefooter__headline {
    padding-right: 8rem;
  }
}
.prefooter__headline h1 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
}
.prefooter__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 800px) {
  .prefooter__body {
    flex-direction: row;
  }
}

/********
showreal code from https://codepen.io/fcalderan/pen/GRJeYOL
********/
.menu {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  --marquee-width: 100vw;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  --item-font-size: 10vw;
  counter-reset: menu;
}

.prefooter__headline__copy {
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-text-stroke: 1.5px #000;
  text-stroke: 1.5px #000;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: transparent;
  transition: opacity 0.4s;
}

.prefooter__headline__copy:hover {
  transition-duration: 0.1s;
  opacity: 0;
}

/* Make sure 3 items are visible in the viewport by setting suitable font size. */
.marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--marquee-width);
  overflow: hidden;
  pointer-events: none;
  max-width: 100%;
}

.marquee__inner {
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 5s linear infinite;
  animation-play-state: paused;
  opacity: 0;
  transition: opacity 0.1s;
}

.prefooter__headline__copy:hover ~ .marquee .marquee__inner {
  animation-play-state: running;
  opacity: 1;
  transition-duration: 0.4s;
}

.marquee span {
  text-align: center;
  font-size: 9rem;
  line-height: 8rem;
  font-family: "author-bold";
  text-transform: uppercase;
}

.prefooter__headline__copy,
.marquee span {
  white-space: nowrap;
  font-size: var(--item-font-size);
  font-weight: 900;
  line-height: 1.15;
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
.section-solid {
  background-color: #011E26;
  text-align: center;
  padding: 2rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  position: relative;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
@media only screen and (min-width: 800px) {
  .section-solid {
    padding: 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section-solid {
    padding: 9rem 4rem;
  }
}
.section-solid.active .section-background-image:after {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.3s, visibility 1.3s;
}
.section-solid .section-background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.section-solid .section-background-image:after {
  content: "";
  background-color: #011E26;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: visible;
  transition: opacity 1.3s, visibility 1.3s;
}
.section-solid h1 {
  color: #05BBE6;
  font-size: 3rem;
  line-height: 3rem;
  z-index: 2;
}
@media only screen and (min-width: 800px) {
  .section-solid h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section-solid h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
.section-solid p {
  color: #fff;
  padding: 0 2rem;
  line-height: 2.2rem;
}
.section-solid.turquoise {
  background-color: #05BBE6;
  text-align: left;
  align-items: flex-start;
}
.section-solid.turquoise h3 {
  text-transform: uppercase;
  font-size: 3rem;
}
.section-solid.turquoise p {
  color: #000;
  padding: 0;
}
.section-solid.turquoise ul li {
  font-size: 1.3rem;
}

.section-image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
}
@media only screen and (min-width: 800px) {
  .section-image {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 1024px) {
  .section-image {
    padding: 8rem 2rem;
  }
}
.section-image:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
}
.section-image.image-contained {
  background-size: 80%;
  background-position: center;
}
.section-image.active .section-background-image:after {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.3s, visibility 1.3s;
}

.section__text-contain {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
  padding: 1rem;
}
@media only screen and (min-width: 800px) {
  .section__text-contain {
    max-width: 60%;
    margin-top: 3rem;
  }
}
.section__text-contain p {
  margin-top: 3rem;
}

.header-fixed-background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.header-fixed-background-image.float-right {
  left: 50%;
  background-size: 35%;
  background-position: right;
}

.section-background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.section-background-image:after {
  content: "";
  background-color: #fff;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: visible;
  transition: opacity 1.3s, visibility 1.3s;
}
.section-background-image.not-fixed {
  background-attachment: inherit;
}

.section-half-image {
  display: flex;
}
@media only screen and (min-width: 800px) {
  .section-half-image {
    flex-direction: row;
  }
}
.section-half-image__image {
  flex: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.section-half-image__copy {
  flex: 3;
  padding: 4rem 2rem 4rem 2rem;
}
@media only screen and (min-width: 800px) {
  .section-half-image__copy {
    padding: 9rem 8rem;
  }
}
.section-half-image__copy h2 {
  font-size: 3.3rem;
  line-height: 3.3rem;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.card-page {
  padding-top: 5rem;
}
@media only screen and (min-width: 800px) {
  .card-page {
    padding-top: 10rem;
  }
}

.card-container {
  max-width: 1500px;
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: space-around;
}
@media only screen and (min-width: 800px) {
  .card-container {
    flex-direction: row;
    padding: 4rem;
  }
}

.card {
  display: flex;
  flex-direction: column;
  flex: 0 1 45%;
  align-items: center;
  text-align: center;
  box-shadow: 0px 0px 38px 0px rgb(125, 125, 125);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  background-color: #fff;
  z-index: 99;
  position: relative;
}
.card:first-child {
  margin-bottom: 4rem;
}
.card:hover {
  transform: scale(1.03);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
@media only screen and (min-width: 800px) {
  .card:first-child {
    margin-bottom: 0;
  }
}

.card__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 3rem 5rem;
}
.card__copy .card__headline {
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.card__copy .card__body {
  font-size: 1.2rem;
}

.card__image {
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.card__image:before {
  content: "";
  padding-top: 52%;
  display: table;
}