@charset "UTF-8";
/*! 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; }

body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  line-height: 29px;
  color: #666666;
  font-size: 16px;
  font-size: 1rem; }

a {
  text-decoration: none;
  color: #25305E;
  transition: all 200ms ease-in; }
  a:hover {
    color: #a6b0dc; }

h1, h1, .h1 {
  margin: 1em 0; }

h2, h2, .h2 {
  margin: 1em 0; }

h3, h3, .h3 {
  margin: 1em 0; }

h4, h4, .h4 {
  margin: 1em 0; }

h5, h5, .h5 {
  margin: 1em 0; }

h6, h6, .h6 {
  margin: 1em 0; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #25305E; }

h1, .h1, h2, .h2 {
  line-height: 1.2; }

h3, .h3, h4, .h4 {
  line-height: 1.2; }

h1, .h1 {
  font-size: 200%; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 250%; } }

h2, .h2 {
  font-size: 180%; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 200%; } }

h3, .h3 {
  font-size: 130%; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 180%; } }

h4, .h4 {
  font-size: 100%; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 130%; } }

h5, .h5 {
  font-size: 80%; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 100%; } }

h1 bold, .h1 bold, h1 strong {
  font-weight: 700; }

h2 bold, .h2 bold, h2 strong {
  font-weight: 700; }

h3 bold, .h3 bold, h3 strong {
  font-weight: 700; }

h4 bold, .h4 bold, h4 strong {
  font-weight: 700; }

h5 bold, .h5 bold, h5 strong {
  font-weight: 700; }

.italic, i, em {
  font-style: italic; }

.bold, b, strong {
  font-weight: 700; }

.block-margins, p, ul, ol, pre {
  margin: 1rem 0; }

.unordered-list, ul {
  list-style-type: disc; }

.ordered-list, ol {
  list-style: decimal; }

blockquote {
  font-weight: 300;
  font-style: italic;
  color: #666666;
  line-height: 33px;
  font-size: 20px;
  font-size: 1.25rem;
  border-left: 6px #25305E solid;
  margin-left: 0;
  padding-left: 30px; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: calc( 1s);
  animation-duration: calc( 1s);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: calc( 1s * 2);
    animation-duration: calc( 1s * 2); }
  .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: calc( 1s * 0.75);
    animation-duration: calc( 1s * 0.75); }
  .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: calc( 1s * 0.75);
    animation-duration: calc( 1s * 0.75); }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeInDownCenter {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%, 0); } }

@keyframes fadeInDownCenter {
  0% {
    opacity: 0;
    transform: translateY(-50%, -20px); }
  100% {
    opacity: 1;
    transform: translateY(-50%, 0); } }

.fadeInDownCenter {
  -webkit-animation-name: fadeInDownCenter;
  animation-name: fadeInDownCenter; }

* {
  min-width: 0;
  min-height: 0; }

html {
  box-sizing: border-box; }

@media (min-width: 992px) {
  body:not(.home):not(.page-id-530):not(.page-id-535) {
    padding: 30px; } }

@media (min-width: 768px) {
  body  .header {
    padding: 0 35px;
    width: calc(100% - 60px);
    left: 50%;
    transform: translateX(-50%); } }

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

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.inner {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 -30px; }
  .inner--full {
    max-width: 100%; }
  @media (min-width: 768px) {
    .inner {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      margin: 0 -30px; } }
  .inner__content {
    padding: 100px 0;
    box-sizing: border-box;
    flex: 0 0 calc( 100% - 60px);
    margin: 0 30px 60px;
    flex-basis: calc(100% - 60px); }

.module__title {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem; }

section.body {
  position: relative;
  background-color: #F6F6F6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.page-header {
  position: relative;
  min-height: 60vh;
  padding-top: 50px;
  transition: all 200ms ease-in;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .page-header {
      min-height: 60vh; } }
  .page-header:after {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 1;
    background-color: rgba(37, 48, 94, 0.7);
    background-position: top center;
    background-size: cover; }
  .page-header__background {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 1;
    background-repeat: repeat;
    background-image: url(/wp-content/themes/umbrella/static/images/bg-connected.png);
    background-position: top center; }
  .page-header__item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
  .page-header__title {
    margin-top: 300px;
    box-sizing: border-box;
    flex: 0 0 calc( 100% - 60px);
    margin: 0 30px 60px;
    flex-basis: calc(100% - 60px); }
    @media (min-width: 992px) {
      .page-header__title {
        box-sizing: border-box;
        flex: 0 0 calc( 66.66667% - 60px);
        margin: 0 30px 60px;
        flex-basis: calc(66.66667% - 60px); } }
  .page-header__heading {
    color: #fff;
    margin-bottom: 0;
    margin-bottom: 20px;
    font-weight: 900;
    animation-delay: .25s;
    line-height: 1.1;
    font-size: 32px;
    font-size: 2rem; }
    @media (min-width: 768px) {
      .page-header__heading {
        font-size: 44px;
        font-size: 2.75rem; } }
  .page-header__sub-heading {
    color: #fff;
    font-weight: 300;
    font-style: italic;
    display: block;
    animation-delay: .5s;
    line-height: 1.2;
    font-size: 32px;
    font-size: 2rem; }
    .page-header__sub-heading a {
      color: #fff; }
      .page-header__sub-heading a:hover {
        color: #cccccc; }
  .page-header__extra {
    margin-top: 60px;
    color: #fff;
    animation-delay: .75s; }
  .page-header__meta {
    color: #fff; }
    .page-header__meta strong {
      margin-right: 10px; }
    .page-header__meta a {
      color: #fff; }
      .page-header__meta a:hover {
        color: #cccccc; }
    .page-header__meta--phone {
      font-size: 18px;
      font-size: 1.125rem; }
    .page-header__meta--email {
      font-size: 18px;
      font-size: 1.125rem; }
    .page-header__meta--linkedin {
      font-size: 20px;
      font-size: 1.25rem; }

.breadcrumbs {
  line-height: 1.3;
  width: 100%;
  padding: 20px 0;
  background-color: #ececec;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 -30px; }
  .breadcrumbs__item {
    justify-content: flex-start; }
  .breadcrumbs__content {
    box-sizing: border-box;
    flex: 0 0 calc( 100% - 60px);
    margin: 0 30px; }
  .breadcrumbs span {
    color: #999;
    font-size: 14px;
    font-size: 0.875rem; }

.list {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media (min-width: 768px) {
    .list {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0 -10px; } }

.post {
  position: relative;
  padding: 40px;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  flex: 0 0 calc( 100% - 20px);
  margin: 0 10px 20px;
  flex-basis: auto;
  width: calc(100% - 20px); }
  @media (min-width: 768px) {
    .post {
      min-height: 35vh;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      flex: 0 0 calc( 50% - 20px);
      margin: 0 10px 20px;
      flex-basis: auto;
      width: calc(50% - 20px); }
      .post:first-of-type {
        box-sizing: border-box;
        flex: 0 0 calc( 100% - 20px);
        margin: 0 10px 20px;
        flex-basis: auto;
        width: calc(100% - 20px); } }
  .post:hover:after {
    background-color: rgba(255, 255, 255, 0.9); }
  .post:hover .post__title a,
  .post:hover .post__date,
  .post:hover .post__author,
  .post:hover .post__meta,
  .post:hover .post__excerpt {
    color: #25305E; }
  .post:after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    background-color: rgba(37, 48, 94, 0.5); }
  .post__details {
    position: relative;
    z-index: 5;
    color: #fff; }
    @media (min-width: 992px) {
      .post__details {
        margin-top: auto;
        width: 100%; }
        .post:first-of-type .post__details {
          width: calc(50% - 80px); } }
  .post__meta {
    position: relative;
    z-index: 5;
    letter-spacing: 0;
    text-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem; }
  .post__author {
    transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    color: #fff;
    display: inline-block; }
  .post__date {
    transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    color: #fff;
    display: inline-block;
    margin-right: 20px; }
  .post__title {
    transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 23px;
    font-size: 1.4375rem; }
    .post__title a {
      transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      color: #fff; }
      .post__title a:hover {
        text-decoration: underline; }
  .post__excerpt {
    color: #fff;
    transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.lawyer {
  position: relative;
  display: block;
  box-sizing: border-box;
  flex: 0 0 calc( 100% - 20px);
  margin: 0 10px 20px;
  flex-basis: calc(100% - 20px); }
  @media (min-width: 576px) {
    .lawyer {
      box-sizing: border-box;
      flex: 0 0 calc( 50% - 20px);
      margin: 0 10px 20px;
      flex-basis: calc(33.33% - 60px/3); } }
  .lawyer:hover .lawyer__info {
    opacity: 1; }
  .lawyer__image {
    display: block;
    padding-bottom: 30vh;
    background-position: top center;
    background-size: cover;
    transition: all 300ms ease-in; }
    .lawyer__image:after {
      position: absolute;
      z-index: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    @media (min-width: 768px) {
      .lawyer__image {
        padding-bottom: 35vh; } }
  .lawyer__info {
    padding: 15px 20px;
    background-color: #fff; }
    @media (min-width: 768px) {
      .lawyer__info {
        transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: absolute;
        z-index: 20;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(255, 255, 255, 0.9); } }
  .lawyer__name h2 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3; }
    .lawyer__name h2 a {
      color: #25305E; }
      .lawyer__name h2 a:hover {
        text-decoration: underline; }
    @media (min-width: 768px) {
      .lawyer__name h2 {
        font-size: 24px;
        font-size: 1.5rem; } }
  .lawyer__position {
    font-weight: 300;
    font-style: italic;
    color: #25305E;
    line-height: 1.3; }

.social {
  margin-left: 3%;
  display: inline-block; }
  .social__link {
    margin-left: 5px;
    color: #fff; }

.latest-posts,
.related-posts {
  background-color: #f6f6f6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.inquiries {
  padding: 100px 0;
  width: 100%;
  position: relative;
  background-color: #F6F6F6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .panel .inquiries {
    background-color: transparent;
    padding: 0; }
  .inquiries__info {
    position: relative;
    z-index: 20;
    width: calc(100% - 60px);
    padding: 40px;
    letter-spacing: 0;
    background-color: #25305E; }
    @media (min-width: 768px) {
      .inquiries__info {
        position: absolute;
        left: -30px;
        width: 30%;
        margin: 0; }
        .inquiries__info:after {
          content: "\2014";
          position: absolute;
          color: #fff;
          top: 36px;
          left: 54px;
          font-size: 34px;
          font-size: 2.125rem; } }
    .inquiries__info h2 {
      font-weight: 700;
      margin: 0 0 10px 0;
      color: #fff;
      font-size: 24px;
      font-size: 1.5rem; }
  @media (min-width: 768px) {
    .inquiries__address {
      padding-left: 60px; } }
  .inquiries__address address {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #fff; }
  .inquiries__address p {
    margin: 5px 0;
    color: #fff; }
    .inquiries__address p a {
      color: #fff; }
  .inquiries__content {
    padding: 100px 0 0;
    box-sizing: border-box;
    flex: 0 0 calc( 100% - 60px);
    margin: 0 30px;
    flex-basis: calc(100% - 60px); }
    @media (min-width: 768px) {
      .inquiries__content {
        padding: 0 0 100px;
        padding-left: 30%; } }

.home .fullpage,
.page-id-530 .fullpage,
.page-id-535 .fullpage {
  z-index: 2; }

.home .fp-tableCell,
.page-id-530 .fp-tableCell,
.page-id-535 .fp-tableCell {
  width: 100%;
  padding: 150px 30px 0;
  box-shadow: inset 0 0 0 30px #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1700px) {
    .home .fp-tableCell,
    .page-id-530 .fp-tableCell,
    .page-id-535 .fp-tableCell {
      padding: 0 30px;
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; } }

.home .panel,
.page-id-530 .panel,
.page-id-535 .panel {
  position: relative;
  z-index: 2;
  background-color: rgba(37, 48, 94, 0.95);
  background-blend-mode: multiply; }
  .home .panel--white,
  .page-id-530 .panel--white,
  .page-id-535 .panel--white {
    background: rgba(246, 246, 246, 0.95);
    mix-blend-mode: none; }

.home .hero,
.page-id-530 .hero,
.page-id-535 .hero {
  height: 80vh;
  text-align: center;
  background-image: url(/wp-content/themes/umbrella/static/images/bg-hero.jpg);
  background-size: cover;
  background-position: top center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 992px) {
    .home .hero,
    .page-id-530 .hero,
    .page-id-535 .hero {
      background-image: none; } }
  .home .hero .fp-tableCell,
  .page-id-530 .hero .fp-tableCell,
  .page-id-535 .hero .fp-tableCell {
    padding-top: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  .home .hero__item,
  .page-id-530 .hero__item,
  .page-id-535 .hero__item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 -30px; }
  .home .hero__content,
  .page-id-530 .hero__content,
  .page-id-535 .hero__content {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex: 0 0 calc( 100% - 60px);
    margin: 0 30px 60px;
    flex-basis: calc(100% - 60px); }
  .home .hero__logo,
  .page-id-530 .hero__logo,
  .page-id-535 .hero__logo {
    display: none;
    opacity: 0; }
    .home .hero__logo img,
    .page-id-530 .hero__logo img,
    .page-id-535 .hero__logo img {
      width: 80vw;
      height: auto; }
      @media (min-width: 768px) {
        .home .hero__logo img,
        .page-id-530 .hero__logo img,
        .page-id-535 .hero__logo img {
          width: 60vw; } }
      @media (min-width: 1200px) {
        .home .hero__logo img,
        .page-id-530 .hero__logo img,
        .page-id-535 .hero__logo img {
          width: 40vw; } }
  .home .hero__statement,
  .page-id-530 .hero__statement,
  .page-id-535 .hero__statement {
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    font-size: 58px;
    font-size: 3.625rem; }
    .home .hero__statement .words,
    .page-id-530 .hero__statement .words,
    .page-id-535 .hero__statement .words {
      position: relative;
      display: inline-block;
      width: 175.11px;
      transition: width 0.5s ease-out; }
    .home .hero__statement .non-emph,
    .page-id-530 .hero__statement .non-emph,
    .page-id-535 .hero__statement .non-emph {
      display: inline-block; }
    .home .hero__statement .emph,
    .page-id-530 .hero__statement .emph,
    .page-id-535 .hero__statement .emph {
      color: #a6b0dc;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      animation-delay: 0.5s;
      animation-duration: 0.5s; }

.home .about,
.page-id-530 .about,
.page-id-535 .about {
  padding: 100px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 992px) {
    .home .about,
    .page-id-530 .about,
    .page-id-535 .about {
      padding: 0; } }
  .home .about .fp-tableCell,
  .page-id-530 .about .fp-tableCell,
  .page-id-535 .about .fp-tableCell {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  .home .about__content,
  .page-id-530 .about__content,
  .page-id-535 .about__content {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 calc( 100% - 60px);
    margin: 0 30px 60px;
    flex-basis: calc(100% - 60px); }
  .home .about--first .about__content p:first-of-type,
  .page-id-530 .about--first .about__content p:first-of-type,
  .page-id-535 .about--first .about__content p:first-of-type {
    margin-top: 0; }
  @media (min-width: 992px) {
    .home .about--first .about__content,
    .page-id-530 .about--first .about__content,
    .page-id-535 .about--first .about__content {
      padding-left: 30%; } }
  .home .about--first .about__heading,
  .page-id-530 .about--first .about__heading,
  .page-id-535 .about--first .about__heading {
    padding: 40px 40px 0;
    letter-spacing: 0;
    background-color: #25305E;
    margin: 30px; }
    @media (min-width: 992px) {
      .home .about--first .about__heading,
      .page-id-530 .about--first .about__heading,
      .page-id-535 .about--first .about__heading {
        position: absolute;
        z-index: 20;
        top: 25%;
        left: 0;
        width: 30%;
        margin: 0; }
        .home .about--first .about__heading:after,
        .page-id-530 .about--first .about__heading:after,
        .page-id-535 .about--first .about__heading:after {
          content: '\2014';
          position: absolute;
          color: #fff;
          top: 44px;
          left: 54px;
          font-size: 34px;
          font-size: 2.125rem; } }
    @media (min-width: 1700px) {
      .home .about--first .about__heading:after,
      .page-id-530 .about--first .about__heading:after,
      .page-id-535 .about--first .about__heading:after {
        top: 50px; } }
    .home .about--first .about__heading h2,
    .page-id-530 .about--first .about__heading h2,
    .page-id-535 .about--first .about__heading h2 {
      font-weight: 700;
      margin: 0;
      color: #fff;
      font-size: 34px;
      font-size: 2.125rem; }
      @media (min-width: 992px) {
        .home .about--first .about__heading h2,
        .page-id-530 .about--first .about__heading h2,
        .page-id-535 .about--first .about__heading h2 {
          padding-left: 60px; } }
      @media (min-width: 1700px) {
        .home .about--first .about__heading h2,
        .page-id-530 .about--first .about__heading h2,
        .page-id-535 .about--first .about__heading h2 {
          font-size: 44px;
          font-size: 2.75rem; } }
    .home .about--first .about__heading .about__expertise,
    .page-id-530 .about--first .about__heading .about__expertise,
    .page-id-535 .about--first .about__heading .about__expertise {
      display: block;
      margin: 40px -40px 0;
      padding: 20px 40px;
      text-align: right;
      background-color: #a6b0dc;
      color: #ffffff; }
      .home .about--first .about__heading .about__expertise span,
      .page-id-530 .about--first .about__heading .about__expertise span,
      .page-id-535 .about--first .about__heading .about__expertise span {
        color: #fff;
        transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36); }
      .home .about--first .about__heading .about__expertise:hover,
      .page-id-530 .about--first .about__heading .about__expertise:hover,
      .page-id-535 .about--first .about__heading .about__expertise:hover {
        padding: 20px 45px 20px 40px; }
        .home .about--first .about__heading .about__expertise:hover span,
        .page-id-530 .about--first .about__heading .about__expertise:hover span,
        .page-id-535 .about--first .about__heading .about__expertise:hover span {
          color: #9F111B; }
  .home .about--second .about__content p:first-of-type,
  .page-id-530 .about--second .about__content p:first-of-type,
  .page-id-535 .about--second .about__content p:first-of-type {
    margin-top: 0; }
  @media (min-width: 992px) {
    .home .about--second .about__content,
    .page-id-530 .about--second .about__content,
    .page-id-535 .about--second .about__content {
      padding-right: 30%; } }
  .home .about--second .about__heading,
  .page-id-530 .about--second .about__heading,
  .page-id-535 .about--second .about__heading {
    padding: 40px 40px 0;
    letter-spacing: 0;
    background-color: #25305E;
    margin: 30px; }
    @media (min-width: 992px) {
      .home .about--second .about__heading,
      .page-id-530 .about--second .about__heading,
      .page-id-535 .about--second .about__heading {
        position: absolute;
        z-index: 20;
        right: 0;
        bottom: 25%;
        width: 30%;
        margin: 0; }
        .home .about--second .about__heading:after,
        .page-id-530 .about--second .about__heading:after,
        .page-id-535 .about--second .about__heading:after {
          content: '\2014';
          position: absolute;
          color: #fff;
          top: 44px;
          left: 54px;
          font-size: 34px;
          font-size: 2.125rem; } }
    @media (min-width: 1700px) {
      .home .about--second .about__heading:after,
      .page-id-530 .about--second .about__heading:after,
      .page-id-535 .about--second .about__heading:after {
        top: 50px; } }
    .home .about--second .about__heading h2,
    .page-id-530 .about--second .about__heading h2,
    .page-id-535 .about--second .about__heading h2 {
      font-weight: 700;
      margin: 0;
      color: #fff;
      font-size: 34px;
      font-size: 2.125rem; }
      @media (min-width: 992px) {
        .home .about--second .about__heading h2,
        .page-id-530 .about--second .about__heading h2,
        .page-id-535 .about--second .about__heading h2 {
          padding-left: 60px; } }
      @media (min-width: 1700px) {
        .home .about--second .about__heading h2,
        .page-id-530 .about--second .about__heading h2,
        .page-id-535 .about--second .about__heading h2 {
          font-size: 44px;
          font-size: 2.75rem; } }
  .home .about--second .about__expertise,
  .page-id-530 .about--second .about__expertise,
  .page-id-535 .about--second .about__expertise {
    display: block;
    margin: 40px -40px 0;
    padding: 20px 40px;
    text-align: right;
    background-color: #a6b0dc;
    color: #ffffff; }
    .home .about--second .about__expertise span,
    .page-id-530 .about--second .about__expertise span,
    .page-id-535 .about--second .about__expertise span {
      color: #fff;
      transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36); }
    .home .about--second .about__expertise:hover,
    .page-id-530 .about--second .about__expertise:hover,
    .page-id-535 .about--second .about__expertise:hover {
      padding: 20px 45px 20px 40px; }
      .home .about--second .about__expertise:hover span,
      .page-id-530 .about--second .about__expertise:hover span,
      .page-id-535 .about--second .about__expertise:hover span {
        color: #9F111B; }

.home .services__item,
.page-id-530 .services__item,
.page-id-535 .services__item {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 0; }

.home .services__content,
.page-id-530 .services__content,
.page-id-535 .services__content {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 calc( 100% - 60px);
  margin: 0 30px 60px;
  flex-basis: calc(100% - 60px); }

.home .services__list,
.page-id-530 .services__list,
.page-id-535 .services__list {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 -30px; }
  @media (min-width: 768px) {
    .home .services__list,
    .page-id-530 .services__list,
    .page-id-535 .services__list {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0 -30px; } }

.home .services__column,
.page-id-530 .services__column,
.page-id-535 .services__column {
  box-sizing: border-box;
  flex: 0 0 calc( 100% - 60px);
  margin: 0 30px 60px; }
  @media (min-width: 768px) {
    .home .services__column,
    .page-id-530 .services__column,
    .page-id-535 .services__column {
      box-sizing: border-box;
      flex: 0 0 calc( 50% - 60px);
      margin: 0 30px 60px; } }

.home .services h2,
.home .services p,
.page-id-530 .services h2,
.page-id-530 .services p,
.page-id-535 .services h2,
.page-id-535 .services p {
  color: #fff; }

.home .services .service,
.page-id-530 .services .service,
.page-id-535 .services .service {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #4255a7; }
  .home .services .service__details,
  .page-id-530 .services .service__details,
  .page-id-535 .services .service__details {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
  .home .services .service__link,
  .page-id-530 .services .service__link,
  .page-id-535 .services .service__link {
    display: inline-block;
    color: #ccc;
    transition: all 200ms ease-in; }
    .home .services .service__link:hover,
    .page-id-530 .services .service__link:hover,
    .page-id-535 .services .service__link:hover {
      color: #fff; }
  .home .services .service__expand,
  .page-id-530 .services .service__expand,
  .page-id-535 .services .service__expand {
    display: inline-block;
    margin-left: auto;
    color: #fff; }
  .home .services .service__name,
  .page-id-530 .services .service__name,
  .page-id-535 .services .service__name {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    color: inherit;
    margin: 5px 0;
    font-size: 18px;
    font-size: 1.125rem; }
  .home .services .service__children,
  .page-id-530 .services .service__children,
  .page-id-535 .services .service__children {
    display: none;
    margin-bottom: 1rem;
    padding-left: 5px;
    opacity: 0; }
    .home .services .service__children--is-visible,
    .page-id-530 .services .service__children--is-visible,
    .page-id-535 .services .service__children--is-visible {
      display: block;
      animation: fadeIn 0.33s ease-out;
      opacity: 1; }
  .home .services .service__child-link,
  .page-id-530 .services .service__child-link,
  .page-id-535 .services .service__child-link {
    color: #ccc;
    transition: all 200ms ease-in; }
    .home .services .service__child-link:hover,
    .page-id-530 .services .service__child-link:hover,
    .page-id-535 .services .service__child-link:hover {
      color: #fff; }
  .home .services .service__child-name,
  .page-id-530 .services .service__child-name,
  .page-id-535 .services .service__child-name {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    margin: 5px 0;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1rem;
    color: #ccc; }

.home .team,
.page-id-530 .team,
.page-id-535 .team {
  padding: 100px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 992px) {
    .home .team,
    .page-id-530 .team,
    .page-id-535 .team {
      padding: 0; } }
  .home .team__content,
  .page-id-530 .team__content,
  .page-id-535 .team__content {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 calc( 100% - 60px);
    margin: 0 30px 60px;
    flex-basis: calc(100% - 60px); }
  .home .team .list,
  .page-id-530 .team .list,
  .page-id-535 .team .list {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 -10px; }
    @media (min-width: 768px) {
      .home .team .list,
      .page-id-530 .team .list,
      .page-id-535 .team .list {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -10px; } }

.home .latest-news,
.page-id-530 .latest-news,
.page-id-535 .latest-news {
  padding: 100px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 992px) {
    .home .latest-news,
    .page-id-530 .latest-news,
    .page-id-535 .latest-news {
      padding: 0; } }
  .home .latest-news__content,
  .page-id-530 .latest-news__content,
  .page-id-535 .latest-news__content {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 calc( 100% - 60px);
    margin: 0 30px 60px;
    flex-basis: calc(100% - 60px); }

.home .contact .inquiries__copy,
.page-id-530 .contact .inquiries__copy,
.page-id-535 .contact .inquiries__copy {
  width: 100%;
  margin: 10px 0 0;
  padding: 0 0 50px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem; }

.background-video {
  display: none; }
  @media (min-width: 992px) {
    .background-video {
      display: block; } }
  .background-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    filter: contrast(2) grayscale(100%); }

.video {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  height: 100vh;
  background-color: rgba(74, 72, 87, 0.8);
  transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36); }
  .video__container {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100; }
  .video__player {
    width: 100%;
    height: auto; }
  .video--is-visible {
    opacity: 1;
    visibility: visible; }

.single-lawyers .page-header {
  min-height: 80vh; }
  .single-lawyers .page-header__background {
    background-size: cover;
    background-position: top center; }

.lawyers__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 -30px; }
  @media (min-width: 768px) {
    .lawyers__content {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      margin: 0 -30px;
      box-sizing: border-box;
      flex: 0 0 100%;
      padding-right: 30%;
      flex-basis: calc(100% - 60px); } }

.lawyers__bio {
  box-sizing: border-box;
  flex: 0 0 calc( 100% - 60px);
  margin: 0 30px 60px;
  flex-basis: calc(100% - 60px); }
  @media (min-width: 768px) {
    .lawyers__bio--wide {
      box-sizing: border-box;
      flex: 0 0 calc( 100% - 60px);
      margin: 0 30px 60px;
      flex-basis: calc(100% - 60px); } }
  .lawyers__bio p:first-of-type {
    margin-top: 0; }

.lawyers__info {
  margin: 60px 0 0 0;
  width: 100%; }
  @media (min-width: 992px) {
    .lawyers__info {
      position: absolute;
      right: 0;
      width: 30%;
      margin: 0 -30px 0 0;
      top: 120px;
      z-index: 20; } }

.lawyers__field {
  padding: 30px 60px 30px 30px;
  background-color: #25305E;
  margin-bottom: 1px; }
  .lawyers__field ul {
    padding-left: 20px; }

.lawyers__field-title {
  margin: 0 0 10px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem; }

.lawyers__field-data {
  color: #fff; }
  .lawyers__field-data p {
    margin-bottom: 0;
    color: #fff; }
  .lawyers__field-data a {
    margin-bottom: 0;
    color: #fff; }
    .lawyers__field-data a:hover {
      color: #a6b0dc; }
  .lawyers__field-data ul li {
    color: #fff; }

.single-services .section .inner__content {
  padding: 100px 0 0; }
  @media (min-width: 768px) {
    .single-services .section .inner__content {
      padding: 100px 30% 0 0; }
      .single-services .section .inner__content--full-width {
        padding: 100px 0; } }
  .single-services .section .inner__content h1:first-of-type {
    margin-top: 0; }

.single-services .module .inner__content {
  padding: 0 0 100px; }

.single-services__related {
  margin: 60px 0 60px;
  width: 100%;
  padding: 30px 60px 30px 30px;
  background-color: #25305E; }
  .single-services__related h2 {
    margin: 0 0 10px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem; }
  .single-services__related ul {
    padding-left: 20px; }
    .single-services__related ul li a {
      color: #fff; }
      .single-services__related ul li a:hover {
        color: #cccccc; }
  @media (min-width: 992px) {
    .single-services__related {
      position: absolute;
      z-index: 20;
      right: 0;
      width: 30%;
      margin: 0 -30px 0 0;
      top: 120px; } }

.single-post .page-header__background {
  background-size: cover; }

.page section .inner__content h1:first-of-type {
  margin-top: 0; }

.page-id-436 section .inner__content {
  padding: 100px 0 0; }
  .page-id-436 section .inner__content h1:first-of-type {
    margin-top: 0; }

.page-id-436 .module .inner__content {
  padding: 0 0 100px; }

.blog .inner__content,
.archive .inner__content {
  padding: 100px 0;
  box-sizing: border-box;
  flex: 0 0 calc( 100% - 60px);
  margin: 0 30px 60px;
  flex-basis: calc(100% - 60px); }

.blog__content,
.archive__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .blog__content,
    .archive__content {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      box-sizing: border-box;
      flex: 0 0 100%;
      padding-right: 30%; } }

.blog__sidebar,
.archive__sidebar {
  margin: 60px 0 60px;
  width: 100%;
  padding: 30px 60px 30px 30px;
  background-color: #25305E; }
  .blog__sidebar h3,
  .archive__sidebar h3 {
    margin: 0 0 10px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem; }
  .blog__sidebar ul,
  .archive__sidebar ul {
    padding-left: 20px; }
    .blog__sidebar ul li a,
    .archive__sidebar ul li a {
      color: #fff; }
      .blog__sidebar ul li a:hover,
      .archive__sidebar ul li a:hover {
        color: #cccccc; }
  @media (min-width: 992px) {
    .blog__sidebar,
    .archive__sidebar {
      position: absolute;
      z-index: 20;
      right: 0;
      width: 30%;
      margin: 0 -30px 0 0;
      top: 120px; } }

.pagination {
  text-align: center;
  box-sizing: border-box;
  flex: 0 0 calc( 100% - 60px);
  margin: 0 30px 60px;
  flex-basis: calc(100% - 60px); }
  .pagination__pages {
    padding: 0;
    list-style: none;
    display: inline-block; }
    .pagination__pages li {
      display: inline-block; }
  .pagination__link {
    display: inline-block;
    margin: 0 2px;
    padding: 3px 8px;
    background-color: #9F111B;
    color: #fff; }
    .pagination__link:hover {
      background-color: #e92d3b; }
    .pagination__link--disabled {
      background-color: #eee;
      color: #ccc; }
      .pagination__link--disabled:hover {
        background-color: #eee; }

.body.team .list {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media (min-width: 768px) {
    .body.team .list {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 -10px; } }

.footer {
  position: relative;
  background-color: #F6F6F6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0; }

.legal {
  margin-top: 10px;
  padding: 10px;
  background-color: #ffffff; }
  .legal__copy {
    box-sizing: border-box;
    flex: 0 0 calc( 100% - 60px);
    margin: 0 30px;
    width: 100%;
    flex-basis: auto;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .legal__copy {
        box-sizing: border-box;
        flex: 0 0 calc( 100% - 60px);
        margin: 0 30px 60px;
        margin-bottom: 0; } }
  .legal p {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem; }

body.fp-viewing-about-first .header .logo__outer-lines .logo__line,
body.fp-viewing-about-second .header .logo__outer-lines .logo__line,
body.fp-viewing-contact-us .header .logo__outer-lines .logo__line,
body.fp-viewing-inquiries .header .logo__outer-lines .logo__line {
  transition: all 300ms ease-in;
  fill: #25305e; }

body.fp-viewing-about-first .header .logo__inner-lines .logo__line--odd,
body.fp-viewing-about-second .header .logo__inner-lines .logo__line--odd,
body.fp-viewing-contact-us .header .logo__inner-lines .logo__line--odd,
body.fp-viewing-inquiries .header .logo__inner-lines .logo__line--odd {
  transition: all 300ms ease-in;
  fill: #606889; }

body.fp-viewing-about-first .header .logo__inner-lines .logo__line--even,
body.fp-viewing-about-second .header .logo__inner-lines .logo__line--even,
body.fp-viewing-contact-us .header .logo__inner-lines .logo__line--even,
body.fp-viewing-inquiries .header .logo__inner-lines .logo__line--even {
  transition: all 300ms ease-in;
  fill: #9e1d21; }

body.fp-viewing-about-first .header .logo__heading .logo__text,
body.fp-viewing-about-second .header .logo__heading .logo__text,
body.fp-viewing-contact-us .header .logo__heading .logo__text,
body.fp-viewing-inquiries .header .logo__heading .logo__text {
  transition: all 300ms ease-in;
  fill: #333; }

body.fp-viewing-about-first .header .logo__sub-heading .logo__text,
body.fp-viewing-about-second .header .logo__sub-heading .logo__text,
body.fp-viewing-contact-us .header .logo__sub-heading .logo__text,
body.fp-viewing-inquiries .header .logo__sub-heading .logo__text {
  transition: all 300ms ease-in;
  fill: #999; }

body.fp-viewing-about-first .header .navigation__link,
body.fp-viewing-about-second .header .navigation__link,
body.fp-viewing-contact-us .header .navigation__link,
body.fp-viewing-inquiries .header .navigation__link {
  transition: all 300ms ease-in;
  color: #25305E; }
  body.fp-viewing-about-first .header .navigation__link:after,
  body.fp-viewing-about-second .header .navigation__link:after,
  body.fp-viewing-contact-us .header .navigation__link:after,
  body.fp-viewing-inquiries .header .navigation__link:after {
    display: block;
    content: '';
    transition: all 300ms ease-in;
    border-bottom: 2px solid rgba(159, 17, 27, 0); }
  body.fp-viewing-about-first .header .navigation__link:hover:after,
  body.fp-viewing-about-second .header .navigation__link:hover:after,
  body.fp-viewing-contact-us .header .navigation__link:hover:after,
  body.fp-viewing-inquiries .header .navigation__link:hover:after {
    display: block;
    content: '';
    border-bottom: 2px solid #9f111b; }

body.fp-viewing-about-first .header .navigation__sublink,
body.fp-viewing-about-second .header .navigation__sublink,
body.fp-viewing-contact-us .header .navigation__sublink,
body.fp-viewing-inquiries .header .navigation__sublink {
  transition: all 300ms ease-in; }
  body.fp-viewing-about-first .header .navigation__sublink:after,
  body.fp-viewing-about-second .header .navigation__sublink:after,
  body.fp-viewing-contact-us .header .navigation__sublink:after,
  body.fp-viewing-inquiries .header .navigation__sublink:after {
    display: block;
    content: '';
    border-bottom: 0; }
  body.fp-viewing-about-first .header .navigation__sublink:hover,
  body.fp-viewing-about-second .header .navigation__sublink:hover,
  body.fp-viewing-contact-us .header .navigation__sublink:hover,
  body.fp-viewing-inquiries .header .navigation__sublink:hover {
    color: #a6b0dc; }
    body.fp-viewing-about-first .header .navigation__sublink:hover:after,
    body.fp-viewing-about-second .header .navigation__sublink:hover:after,
    body.fp-viewing-contact-us .header .navigation__sublink:hover:after,
    body.fp-viewing-inquiries .header .navigation__sublink:hover:after {
      display: block;
      content: '';
      border-bottom: 0; }

body.fp-viewing-about-first .header .navigation__phone,
body.fp-viewing-about-second .header .navigation__phone,
body.fp-viewing-contact-us .header .navigation__phone,
body.fp-viewing-inquiries .header .navigation__phone {
  transition: all 300ms ease-in;
  color: #25305E; }
  body.fp-viewing-about-first .header .navigation__phone:hover,
  body.fp-viewing-about-second .header .navigation__phone:hover,
  body.fp-viewing-contact-us .header .navigation__phone:hover,
  body.fp-viewing-inquiries .header .navigation__phone:hover {
    color: #a6b0dc; }

body.fp-viewing-about-first .header .social__link,
body.fp-viewing-about-second .header .social__link,
body.fp-viewing-contact-us .header .social__link,
body.fp-viewing-inquiries .header .social__link {
  transition: all 300ms ease-in;
  color: #25305E; }
  body.fp-viewing-about-first .header .social__link:hover,
  body.fp-viewing-about-second .header .social__link:hover,
  body.fp-viewing-contact-us .header .social__link:hover,
  body.fp-viewing-inquiries .header .social__link:hover {
    color: #9F111B; }

body.fp-viewing-hero .header .logo__outer-lines .logo__line,
body.fp-viewing-lawyers .header .logo__outer-lines .logo__line,
body.fp-viewing-services .header .logo__outer-lines .logo__line,
body.fp-viewing-blog .header .logo__outer-lines .logo__line {
  transition: all 300ms ease-in;
  fill: #fff; }

body.fp-viewing-hero .header .logo__inner-lines .logo__line--odd,
body.fp-viewing-lawyers .header .logo__inner-lines .logo__line--odd,
body.fp-viewing-services .header .logo__inner-lines .logo__line--odd,
body.fp-viewing-blog .header .logo__inner-lines .logo__line--odd {
  transition: all 300ms ease-in;
  fill: #fff; }

body.fp-viewing-hero .header .logo__inner-lines .logo__line--even,
body.fp-viewing-lawyers .header .logo__inner-lines .logo__line--even,
body.fp-viewing-services .header .logo__inner-lines .logo__line--even,
body.fp-viewing-blog .header .logo__inner-lines .logo__line--even {
  transition: all 300ms ease-in;
  fill: #fff; }

body.fp-viewing-hero .header .logo__heading .logo__text,
body.fp-viewing-lawyers .header .logo__heading .logo__text,
body.fp-viewing-services .header .logo__heading .logo__text,
body.fp-viewing-blog .header .logo__heading .logo__text {
  transition: all 300ms ease-in;
  fill: #fff; }

body.fp-viewing-hero .header .logo__sub-heading .logo__text,
body.fp-viewing-lawyers .header .logo__sub-heading .logo__text,
body.fp-viewing-services .header .logo__sub-heading .logo__text,
body.fp-viewing-blog .header .logo__sub-heading .logo__text {
  transition: all 300ms ease-in;
  fill: #fff; }

body.fp-viewing-hero .header .navigation__phone,
body.fp-viewing-lawyers .header .navigation__phone,
body.fp-viewing-services .header .navigation__phone,
body.fp-viewing-blog .header .navigation__phone {
  transition: all 300ms ease-in;
  color: #fff; }
  body.fp-viewing-hero .header .navigation__phone:hover,
  body.fp-viewing-lawyers .header .navigation__phone:hover,
  body.fp-viewing-services .header .navigation__phone:hover,
  body.fp-viewing-blog .header .navigation__phone:hover {
    color: #a6b0dc; }

body.fp-viewing-hero .header .navigation__sublink,
body.fp-viewing-lawyers .header .navigation__sublink,
body.fp-viewing-services .header .navigation__sublink,
body.fp-viewing-blog .header .navigation__sublink {
  transition: all 300ms ease-in;
  color: #25305E; }
  body.fp-viewing-hero .header .navigation__sublink:after,
  body.fp-viewing-lawyers .header .navigation__sublink:after,
  body.fp-viewing-services .header .navigation__sublink:after,
  body.fp-viewing-blog .header .navigation__sublink:after {
    display: block;
    content: '';
    border-bottom: 0; }
  body.fp-viewing-hero .header .navigation__sublink:hover,
  body.fp-viewing-lawyers .header .navigation__sublink:hover,
  body.fp-viewing-services .header .navigation__sublink:hover,
  body.fp-viewing-blog .header .navigation__sublink:hover {
    color: #a6b0dc;
    background-color: #25305E; }
    body.fp-viewing-hero .header .navigation__sublink:hover:after,
    body.fp-viewing-lawyers .header .navigation__sublink:hover:after,
    body.fp-viewing-services .header .navigation__sublink:hover:after,
    body.fp-viewing-blog .header .navigation__sublink:hover:after {
      display: block;
      content: '';
      border-bottom: 0; }

body.fp-viewing-hero .header .social__link,
body.fp-viewing-lawyers .header .social__link,
body.fp-viewing-services .header .social__link,
body.fp-viewing-blog .header .social__link {
  transition: all 300ms ease-in;
  color: #fff; }
  body.fp-viewing-hero .header .social__link:hover,
  body.fp-viewing-lawyers .header .social__link:hover,
  body.fp-viewing-services .header .social__link:hover,
  body.fp-viewing-blog .header .social__link:hover {
    color: #a6b0dc; }

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  transition: all 330ms ease-out;
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 768px) {
    .header {
      top: 60px;
      padding: 0 65px; } }
  .header--is-active {
    right: 320px; }
    @media (min-width: 992px) {
      .header--is-active {
        right: 0; } }
  .header--is-scrolled {
    top: 0;
    background-color: #606889; }
  .header__item {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .header__brand {
    line-height: 1;
    flex: 1; }
  .header__logo {
    max-width: 100%;
    height: auto;
    max-height: 60px; }
    .header__logo .logo {
      max-width: 200px;
      max-height: 34px; }
      @media (min-width: 992px) {
        .header__logo .logo {
          max-width: 300px;
          max-height: 51px; } }
  .header__navigation {
    display: none; }
    @media (min-width: 992px) {
      .header__navigation {
        text-align: right;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 3; } }
  .header__contact {
    display: none; }
    @media (min-width: 992px) {
      .header__contact {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        flex: 1; } }
    .header__contact a {
      text-decoration: none; }
  .header__social {
    display: none; }
    @media (min-width: 1200px) {
      .header__social {
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem; } }
  .header .navigation {
    width: 100%;
    /* Menu Sub-Item */
    /* Menu Sublink */
    /* Dropdown Menus */
    /* Menu Sub-Item */ }
    .header .navigation__item {
      position: relative;
      display: inline-block;
      margin: 0 3% 0 0;
      /* Hover state for dropdowns */ }
      .header .navigation__item--has-dropdown:hover > .navigation__dropdown {
        display: block; }
    .header .navigation__link {
      display: inline-block;
      padding: 20px 0;
      transition: none;
      text-decoration: none;
      letter-spacing: 1.71px;
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem; }
      .header .navigation__link:after {
        display: block;
        content: '';
        transition: all 300ms ease-in;
        border-bottom: 2px solid rgba(255, 255, 255, 0); }
      .header .navigation__link:hover:after {
        display: block;
        content: '';
        border-bottom: 2px solid white; }
    .header .navigation__phone {
      margin-left: 2%;
      letter-spacing: 1.71px;
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem; }
    .header .navigation__sub-item {
      /* Hover state for sub-item dropdowns */ }
      .header .navigation__sub-item--has-dropdown:hover > .navigation__dropdown {
        display: block; }
    .header .navigation__sublink {
      font-weight: 700;
      line-height: 1.5;
      position: relative;
      display: block;
      padding: 0.5rem 1rem;
      transition: all 200ms ease-in;
      text-align: center;
      text-decoration: none;
      letter-spacing: 0;
      text-transform: none;
      color: #25305E;
      font-size: 14px;
      font-size: 0.875rem; }
      .header .navigation__sublink:after {
        display: block;
        content: '';
        border-bottom: 0; }
      .header .navigation__sublink:hover {
        color: #a6b0dc;
        background-color: #25305E; }
        .header .navigation__sublink:hover:after {
          display: block;
          content: '';
          border-bottom: 0; }
      .header .navigation__sublink--second-level {
        font-size: 14px;
        font-size: 0.875rem; }
      .header .navigation__sublink svg {
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%); }
    .header .navigation__dropdown {
      position: absolute;
      top: 100%;
      left: 50%;
      display: none;
      width: auto;
      transform: translateX(-50%);
      white-space: nowrap;
      background-color: #fff; }
      .header .navigation__dropdown--second-level {
        top: 0;
        left: 100%;
        display: none;
        overflow-y: auto;
        width: 300px;
        max-height: 51vh;
        white-space: normal; }
    .header .navigation__sub-item {
      /* Hover state for sub-item dropdowns */ }
      .header .navigation__sub-item--has-dropdown:hover > .navigation__dropdown {
        display: block; }

.mega-menu {
  position: absolute;
  top: 69px;
  left: 50%;
  display: none;
  width: calc(100% - 60px);
  max-width: 1140px;
  transform: translate(-50%, 0);
  background-color: #fff; }
  .mega-menu .service:hover .service__children {
    display: block; }
  .mega-menu .service__title {
    margin: 0;
    font-size: 16px;
    font-size: 1rem; }
  .mega-menu .service__link {
    display: block;
    padding: 10px 40px;
    transition: all 300ms ease-in;
    text-decoration: none;
    color: #25305E;
    background-color: #fff; }
    .mega-menu .service__link--is-hovered {
      color: #fff;
      background-color: #25305E; }
  .mega-menu .service__children {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    padding: 40px;
    list-style: none; }
  .mega-menu .service__child {
    line-height: 1.3;
    display: block;
    margin-bottom: 15px; }
  .mega-menu .service__child-link {
    text-decoration: none;
    color: #fff; }
  .mega-menu__header {
    padding: 40px;
    flex: 1; }
    .mega-menu__header h2 {
      font-weight: 700;
      margin: 20px 0 0;
      padding-left: 45px; }
      .mega-menu__header h2:after {
        position: absolute;
        top: 56px;
        left: 40px;
        content: '\2014';
        font-size: 34px;
        font-size: 2.125rem; }
    .mega-menu__header p {
      padding-left: 47px;
      font-size: 14px;
      font-size: 0.875rem; }
  .mega-menu__body {
    background-color: #25305E;
    flex: 3; }
  .mega-menu__content {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 30px 0;
    background-color: #fff; }

.burger {
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  height: 2rem;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
  background-color: #fff; }
  @media (min-width: 992px) {
    .burger {
      display: none; } }
  .burger:hover {
    background-color: #25305E; }
    .burger:hover .burger__line {
      background-color: #fff; }
  .burger__line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 15px;
    height: 2px;
    margin-left: -7px;
    transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
    background-color: #25305E; }
    .burger__line:nth-child(1) {
      margin-top: -6px; }
    .burger__line:nth-child(2) {
      margin-top: -1px; }
    .burger__line:nth-child(3) {
      margin-top: 4px; }

.app {
  position: relative;
  right: 0;
  transition: all 330ms ease-out; }
  .app--is-active {
    right: 300px; }
    @media (min-width: 992px) {
      .app--is-active {
        right: 0; } }

.shelf {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: -300px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 300px;
  height: 100%;
  transition: all 330ms ease-out;
  background: #f9f9f9;
  /* Dropdown Menus */
  /* Menu Item */
  /* Menu Link */
  /* Menu Sublink */ }
  .shelf--is-active {
    right: 0; }
    @media (min-width: 992px) {
      .shelf--is-active {
        right: -300px; } }
  .shelf .social {
    padding: 20px 25px; }
    .shelf .social__link {
      margin-left: 0;
      margin-right: 10px;
      transition: all 300ms ease-in;
      color: #25305E; }
      .shelf .social__link:hover {
        color: #9F111B; }
  .shelf__dropdown {
    display: none; }
    .shelf__dropdown--second-level {
      display: none; }
      .shelf__dropdown--second-level .shelf__sublink {
        font-weight: 400;
        padding: 5px 30px 5px 60px;
        font-size: 14px;
        font-size: 0.875rem; }
  .shelf__item, .shelf__sub-item {
    /* Hover state for dropdowns */ }
    .shelf__item--has-dropdown:hover > .shelf__dropdown, .shelf__sub-item--has-dropdown:hover > .shelf__dropdown {
      display: block; }
  .shelf__item--phone .shelf__link {
    font-weight: 400;
    padding: 20px 25px;
    color: #fff;
    border: 30px solid #f6f6f6;
    background-color: #25305E; }
    .shelf__item--phone .shelf__link i {
      margin-right: 10px; }
  .shelf__link {
    font-weight: bolder;
    line-height: 1.5;
    display: block;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #25305E; }
  .shelf__sublink {
    font-weight: 700;
    line-height: 1.5;
    display: block;
    padding: 5px 30px 5px 45px;
    transition: all 200ms ease-in;
    text-transform: none;
    color: #171d39;
    font-size: 14px;
    font-size: 0.875rem; }
    .shelf__sublink:hover {
      color: #25305E; }

.nf-form-fields-required {
  display: none; }

nf-field .submit-wrap {
  margin-top: 30px; }

nf-field .nf-field-container {
  margin-bottom: 15px; }
  nf-field .nf-field-container.checkbox-container .nf-field-label {
    flex: 1;
    line-height: 1;
    padding-left: 1%; }
    nf-field .nf-field-container.checkbox-container .nf-field-label label {
      font-weight: 300; }
  nf-field .nf-field-container.checkbox-container .nf-field-element {
    flex: 0 0 20px;
    display: flex;
    align-content: center; }

nf-field .nf-field-element textarea {
  height: 120px; }

nf-field .nf-error .nf-field-element .ninja-forms-field {
  border: none;
  border-left: 2px solid #ff6961;
  box-shadow: none; }

nf-field .nf-error-msg {
  display: none;
  font-size: 14px;
  font-size: 0.875rem; }

nf-field input.ninja-forms-field[type='text'],
nf-field input.ninja-forms-field[type='email'],
nf-field input.ninja-forms-field[type='tel'],
nf-field textarea.ninja-forms-field {
  padding: 20px;
  border: none;
  background-color: #fff; }

footer .nf-error-msg.nf-error-required-error {
  font-size: 14px;
  font-size: 0.875rem; }

.nf-form-cont {
  margin-bottom: 30px; }

.ninja-forms-req-symbol {
  display: none; }

.formFields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .formFields .formField {
    margin-bottom: 20px;
    flex-basis: 100%; }
    .formFields .formField.-website {
      margin: 0; }
    .formFields .formField label {
      font-weight: 700;
      display: none;
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem; }
    .formFields .formField .wpcf7-form-control-wrap {
      display: flex;
      flex-direction: column; }
    .formFields .formField__disclaimer {
      color: #fff;
      font-style: italic; }

.wpcf7 form .wpcf7-response-output {
  border: none;
  color: #fff;
  padding: 10px;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background-color: #ff6961; }

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #A8DBA8; }

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0; }

.wpcf7 input.wpcf7-form-control[type='text'],
.wpcf7 input.wpcf7-form-control[type='email'],
.wpcf7 input.wpcf7-form-control[type='tel'],
.wpcf7 textarea.wpcf7-form-control {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  border: 0;
  background-color: #fff; }
  .wpcf7 input.wpcf7-form-control[type='text']:focus,
  .wpcf7 input.wpcf7-form-control[type='email']:focus,
  .wpcf7 input.wpcf7-form-control[type='tel']:focus,
  .wpcf7 textarea.wpcf7-form-control:focus {
    outline: none; }

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
  border: none;
  background-color: #fe4365;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 5px solid #ff6961; }

.wpcf7 .wpcf7-not-valid {
  border-bottom: 5px solid #ff6961; }

.wpcf7 .wpcf7-not-valid-tip {
  font-weight: 300;
  font-style: italic;
  color: #999;
  margin-top: 0;
  font-size: 0;
  border-top: 2px solid #ff6961;
  height: 0; }

.wpcf7 .wpcf7-list-item {
  margin: 0; }
  .wpcf7 .wpcf7-list-item label {
    display: flex;
    font-size: 16px;
    font-size: 1rem;
    align-items: center; }
    .wpcf7 .wpcf7-list-item label input[type='checkbox'] {
      margin-right: 10px; }
    .wpcf7 .wpcf7-list-item label span {
      color: #666;
      font-weight: 400; }

.button {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  background-color: transparent;
  transition: all 200ms ease-in;
  border: none;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.29px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .button {
      width: auto;
      text-align: left; } }
  .button--primary {
    background-color: #9F111B; }
    .button--primary:hover {
      background-color: #710c13; }
  .button--outline {
    border: 1px solid #fff; }
    .button--outline:hover {
      background-color: #fff;
      color: #25305E; }

/* --------------------------------------------------------------

 Hartija Css Print  Framework
   * Version:   1.0

-------------------------------------------------------------- */
@media print {
  .header,
  .breadcrumbs,
  .inquiries,
  .related-posts {
    display: none; }
  .single-services__related {
    display: none; }
  .page-header {
    display: block;
    min-height: auto;
    height: auto;
    padding: 0; }
  .body {
    display: block;
    padding: 0;
    margin: 0; }
  .inner {
    display: block; }
    .inner__content {
      padding: 0 !important;
      margin: 0 !important; }
  /* Headings */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid; }
  h1 {
    font-size: 19pt; }
  h2 {
    font-size: 17pt; }
  h3 {
    font-size: 15pt; }
  h4, h5, h6 {
    font-size: 14pt; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  code {
    font: 12pt Courier, monospace; }
  blockquote {
    margin: 1.2em;
    padding: 1em;
    font-size: 12pt; }
  hr {
    background-color: #ccc; }
  /* Images */
  img {
    float: left;
    margin: 1em 1.5em 1.5em 0;
    max-width: 100% !important; }
  a img {
    border: none; }
  /* Links */
  a:link, a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    color: #333; }
  a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* Don't show linked images  */
  a[href^="http://"] {
    color: #000; }
  a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after {
    content: " (" attr(href) ") ";
    display: none; }
  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol .. taken from html5boilerplate */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  /* Table */
  table {
    margin: 1px;
    text-align: left; }
  th {
    border-bottom: 1px solid #333;
    font-weight: bold; }
  td {
    border-bottom: 1px solid #333; }
  th, td {
    padding: 4px 10px 4px 0; }
  tfoot {
    font-style: italic; }
  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; } }

