@charset "UTF-8";
/*!
Theme Name: Walker Legal Brand
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: walker-legal-brand
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.

Walker Legal Brand 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:
----------------------------------------------------------------
# Variables
# Mixins
# Libraries
# Base
# Typography
# HTML Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content

	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

--------------------------------------------------------------*/
:root {
  --ld-yellow: #e9a938;
  --ld-yellow-hover: #ffba3f;
  --tl2-blue: #00446a;
  --tl2-blue-hover: #007bc2;
  --tl2-light-blue: #38b6ff;
  --black: #000;
  --white: #fff;
  --off-white: #f3f3f3;
  --grey-light-accent: #e5e5e5;
  --grey-safe-on-black: #969696;
  --grey-safe-on-white: #595959;
}

/*--------------------------------------------------------------
# Libraries
--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "〇";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  content: "•" !important;
  color: black;
  opacity: 1;
  margin-top: 2px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*! 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 */
}
html.translated-ltr {
  color: unset !important;
}
html font {
  color: unset !important;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

.grecaptcha-badge {
  display: none;
}

/* 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;
  text-decoration: none;
  color: #007BC2;
}
a.header-link-black {
  position: relative;
  transition: clip-path 275ms ease;
}
a.header-link-black:hover span::before, a.header-link-black:focus span::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
a.header-link-black span {
  position: relative;
  display: inline-block;
  color: #000;
}
a.header-link-black span::before {
  position: absolute;
  content: attr(data-content);
  color: #38b6ff;
  text-decoration: underline;
  text-decoration-color: #38b6ff;
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 275ms ease;
}
a.footer-link-white {
  position: relative;
  transition: clip-path 275ms ease;
}
a.footer-link-white:hover span::before, a.footer-link-white:focus span::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
a.footer-link-white span {
  position: relative;
  display: inline-block;
  color: #fff;
}
a.footer-link-white span::before {
  position: absolute;
  content: attr(data-content);
  color: #38b6ff;
  text-decoration: underline;
  text-decoration-color: #38b6ff;
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 275ms ease;
}

.phone-link {
  white-space: nowrap;
  text-decoration: underline;
}
.phone-link.white {
  color: #fff !important;
}
.phone-link.white:hover {
  color: #38b6ff !important;
}

/**
 * 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,
.bold {
  font-weight: 700 !important;
}

/**
 * 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;
  max-width: 100%;
  height: auto;
}

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

html,
body {
  font-display: swap;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

body *.noscroll {
  overflow: hidden;
}

body {
  padding-top: 64px !important;
}
@media only screen and (min-width: 992px) {
  body {
    padding-top: 88px !important;
  }
}
@media only screen and (min-width: 992px) {
  body.logged-in #menu-main-navigation > .menu-item-has-children > .sub-menu {
    margin-top: 120px !important;
  }
}

.container {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.icon {
  width: 31px;
  height: 31px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.icon__instagram {
  background-image: url("../images/iconInstagram-Circle.svg");
}
.icon__youtube {
  background-image: url("../images/iconYoutube-Circle.svg");
}
.icon__facebook {
  background-image: url("../images/iconFacebook-Circle.svg");
}
.icon__twitter {
  background-image: url("../images/iconTwitter-Circle.svg");
}
.icon__alert {
  margin: 0 auto;
  width: 34px;
  height: 34px;
  background: url("../images/iconAlert.svg") no-repeat center;
  background-size: 100%;
  display: block;
}

.visible-sm {
  display: none;
}
@media only screen and (max-width: 767px) {
  .visible-sm {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .hidden-xs {
    display: inline !important;
    content: " " !important;
    clear: none !important;
  }
  .hidden-xs:after {
    content: " ";
  }
}

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

@media only screen and (max-width: 991px) {
  .desktop-experience {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-experience {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  /* or 21px */
}

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

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

.text-white {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  margin: 0 0.5rem;
  line-height: 41px;
  letter-spacing: 0em;
  /* or 41px */
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 29px;
    /* or 29px */
  }
}

h2 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 115%;
  color: #007BC2;
}
h2 em {
  color: #007BC2;
}

h3 {
  margin: 1rem 0;
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.05em;
}

h4 {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  /* text-color */
  color: #252B42;
}

h5 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
}

.section-title {
  font-family: "Mulish", sans-serif;
  color: #007BC2;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 115%;
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 18px !important;
    line-height: 1.33 !important;
  }
}

/*--------------------------------------------------------------
# HTML 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 {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 0 0.5rem;
  padding: 0 0 0 1rem;
}

ul, .article-list {
  list-style: disc;
}
ol {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.primary-button {
  display: flex;
  justify-content: center;
  background: #007BC2;
  color: #ffffff !important;
  font-size: 1.1rem;
  font-weight: 800;
  padding: 1rem 1.2rem;
  width: 100%;
  max-width: 28rem;
  box-sizing: border-box;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  outline: none;
  border: none !important;
  cursor: pointer;
}
.primary-button:hover {
  box-shadow: inset 0 3.5em 0 0 #00446A;
}
.primary-button .span {
  color: #fff !important;
}

.secondary-button {
  background: #D55437;
  text-align: center;
  color: #ffffff !important;
  font-size: 1.1rem;
  font-weight: 800;
  padding: 1rem 2rem;
  width: 100%;
  max-width: 28rem;
  display: flex;
  box-sizing: border-box;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  outline: none;
  border: none !important;
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.secondary-button:hover {
  box-shadow: inset 0 3.5em 0 0 #A71A02;
}
.secondary-button .span {
  color: #fff !important;
}

input[type=text].err, .select-container.err, #select-container.err, textarea.err {
  border-color: #D44B2D !important;
}

input[type=text],
input[type=email],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000;
  border: 1px solid #ccc;
  padding: 3px;
  font-size: 16px !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  padding: 5px 1rem;
  border: 1px solid #ccc;
  height: 40px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  font-size: 16px !important;
  z-index: 1;
  color: #111;
}
select:focus {
  color: #111;
}
select.err {
  border-color: #D44B2D !important;
}

.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
}
.select select, .select::after {
  grid-area: select;
}
.select {
  border: 1px solid #C4C4C4;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
}
.select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: gray;
  margin-right: 1rem;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

select:focus + .focus {
  height: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}

select[multiple] {
  padding-right: 0;
  /*
   * Safari will not reveal an option
   * unless the select height has room to 
   * show all of it
   * Firefox and Chrome allow showing 
   * a partial option
   */
  height: 6rem;
}
select[multiple] option {
  white-space: normal;
  outline-color: var(--select-focus);
}
select[multiple] {
  /* 
   * Experimental - styling of selected options
   * in the multiselect
   * Not supported crossbrowser
   */
}

.select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}

label {
  font-size: 1.125rem;
  font-weight: 500;
}

.select + label {
  margin-top: 2rem;
}

textarea {
  width: 100%;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
  input[type=radio] {
    --active: #000;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #000;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
  input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
  input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
  input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
  input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
  input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
  input[type=radio]:not(.switch) {
    width: 21px;
  }
  input[type=checkbox]:not(.switch):after,
  input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
  input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
  input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type=checkbox].err {
    border-color: #D44B2D !important;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #007BC2;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
}

.post-navigation.post-navigation {
  display: none;
}

.navigation-wrapper {
  padding: 3rem 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
.navigation-wrapper .navigation {
  height: 40px;
}
.navigation-wrapper .navigation > ul {
  height: 40px;
  padding: 0;
  margin: 0;
}
.navigation-wrapper .navigation li a,
.navigation-wrapper .navigation li a:hover,
.navigation-wrapper .navigation li.active a,
.navigation-wrapper .navigation li.disabled {
  color: #fff;
  text-decoration: none;
}
.navigation-wrapper .navigation li {
  display: inline;
}
.navigation-wrapper .navigation li a,
.navigation-wrapper .navigation li a:hover,
.navigation-wrapper .navigation li.active a,
.navigation-wrapper .navigation li.disabled {
  background-color: #2a2f35;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 16px;
  padding: 1rem 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
}
.navigation-wrapper .navigation li a:hover,
.navigation-wrapper .navigation li.active a {
  background-color: #2a2f35;
  color: #ae9975;
}

.resource-article-menu {
  background: #f3f3f3;
}
.resource-article-menu .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .resource-article-menu .container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.resource-article-menu__item {
  display: flex;
  flex-grow: 1;
  margin-bottom: 2rem;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 991px) {
  .resource-article-menu__item {
    width: 100%;
  }
  .resource-article-menu__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .resource-article-menu__item {
    width: 32%;
    max-width: 32%;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
  .resource-article-menu__item:first-child, .resource-article-menu__item:nth-child(3n+1) {
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .resource-article-menu__item:hover {
    z-index: 998;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.resource-article-menu__item__link {
  display: flex;
  flex-grow: 1;
  min-height: 100px;
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  border-bottom: 2px solid var(--tl2-blue);
  position: relative;
  text-decoration: none !important;
  cursor: pointer;
}
.resource-article-menu__item__link:hover {
  color: inherit;
}
.resource-article-menu__item__link:after {
  content: "";
  display: flex;
  height: auto;
  width: 50px;
  min-width: 50px;
  height: 34px;
  background: url("../images/btnRound.svg") no-repeat;
  background-size: 34px 33px;
  background-position: center;
}
.resource-article-menu__item--roundthumb {
  position: relative;
  width: 100%;
}
.resource-article-menu__item--date {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 16px;
  font-size: 36px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: -1px;
}
.resource-article-menu__item--thumb {
  width: 100%;
  height: auto;
}
.resource-article-menu__item .link-text {
  display: flex;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  padding: 2rem 1rem;
  margin: 0;
  color: #000;
}

#breadcrumbs span, #breadcrumbs a {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #00446A !important;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

.accordion-links-menu {
  padding: 1rem 0;
  max-width: 768px;
  margin: 0 auto;
}
.accordion-links-menu ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.accordion-links-menu ul li {
  display: flex;
  flex-direction: column;
}
.accordion-links-menu .primary-list .primary-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem 0;
}
.accordion-links-menu .primary-list .primary-item__label {
  display: flex;
  flex-grow: 1;
  height: 30px;
  font-weight: 800;
  align-items: center;
}
.accordion-links-menu .primary-list .primary-item__icon {
  display: flex;
  content: "";
  background: url(../images/iconArrowSolidYellow.png) no-repeat center;
  height: 30px;
  width: 20px;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.2rem;
}
.accordion-links-menu .primary-list .primary-item__icon.open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-links-menu .primary-list .primary-item a {
  display: flex;
  flex-direction: row;
}
.accordion-links-menu .primary-list .primary-item a:hover {
  text-decoration: none;
}
.accordion-links-menu .secondary-list .secondary-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem 0.2rem 0.5rem 1rem;
}
.accordion-links-menu .secondary-list .secondary-item__label {
  display: flex;
  flex-grow: 1;
  height: 30px;
  font-weight: 400;
  align-items: center;
}
.accordion-links-menu .secondary-list .secondary-item__icon {
  content: "";
  background: url(../images/iconArrow-Black.svg) no-repeat center;
  background-size: 15px 15px;
  display: flex;
  width: 12px;
  height: 30px;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.2rem;
}
.accordion-links-menu .secondary-list .secondary-item a {
  display: flex;
  flex-direction: row;
}
.accordion-links-menu .secondary-list .secondary-item a:hover {
  text-decoration: none !important;
  font-weight: 800;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Reusable Element Modules
--------------------------------------------------------------*/
.module {
  padding: 3rem 0 3rem 0;
}

.review-module {
  padding: 60px 40px;
  min-height: 200px;
  background: #F4F6F7;
  outline: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .review-module {
    margin-bottom: 3rem;
    padding: 60px 40px;
  }
}
.review-module .review-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 80%;
}
.review-module .review-wrapper:before {
  content: "“";
  font-family: "Mulish", sans-serif;
  display: block;
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  left: -20px;
  top: 10px;
}
.review-module .review-wrapper:after {
  content: "”";
  font-family: "Mulish", sans-serif;
  display: block;
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
.review-module .review-wrapper .review-stars {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.review-module .review-wrapper .review-stars .star {
  display: flex;
  flex-direction: row;
  margin-left: 0.3rem;
  font-size: 1.5rem;
  color: var(--grey-safe-on-black);
}
.review-module .review-wrapper .review-stars .star.on {
  color: var(--ld-yellow);
}
.review-module .review-wrapper .review-text {
  display: flex;
  text-overflow: ellipsis ellipsis;
  max-width: calc(400px - 4rem);
  max-height: 175px;
  overflow: hidden;
  text-align: center;
}
.review-module .review-user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: -90px;
  left: calc(50% - 75px);
  max-width: 150px;
  width: 150px;
  overflow: visible;
  z-index: 101;
}
.review-module .review-user__image {
  display: flex;
  justify-content: center;
}
.review-module .review-user__image div, .review-module .review-user__image img, .review-module .review-user__image span {
  height: 100px;
  width: 100px;
  border: 3px solid #FFFFFF;
  border-radius: 50px;
  background: #fff;
}
.review-module .review-user__image div.default, .review-module .review-user__image img.default, .review-module .review-user__image span.default {
  background-image: url("../images/icon-profile-default.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}
.review-module .review-user__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5px;
}
.review-module .review-user__information .name {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
}
.review-module .review-user__information .location {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff !important;
  white-space: nowrap;
}
.review-module.slick-active .review-user .location {
  color: #fff !important;
}
.review-module.slick-current {
  opacity: 1;
  z-index: 100;
}

#testimonial-carousel {
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #testimonial-carousel {
    margin-bottom: 100px;
  }
}
#testimonial-carousel .slick-list {
  overflow: visible;
  overflow-y: visible !important;
}
#testimonial-carousel .slick-track {
  display: flex;
  align-items: center;
}
#testimonial-carousel .slick-dots {
  position: unset !important;
  height: 150px;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  #testimonial-carousel .slick-dots {
    margin-top: 5rem;
  }
}
#testimonial-carousel .slick-dots .slick-active {
  background: #FFBE4C;
  border-radius: 10px;
  margin: 0 5px;
}
#testimonial-carousel .slick-dots .slick-active > button {
  opacity: 0;
}
#testimonial-carousel .slick-dots li button {
  border: 2px solid #FFF;
  border-radius: 10px;
  background: #fff;
}
#testimonial-carousel .slick-dots li button:before {
  font-size: 17px;
  content: "" !important;
}

@media only screen and (min-width: 500px) {
  #testimonial-carousel {
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
  }
  #testimonial-carousel .review-module {
    transition: all 0.5s ease-in-out;
    opacity: 0;
  }
  #testimonial-carousel .review-module.slick-active {
    opacity: 1;
    margin-top: 25px;
    background: #fff;
  }
  #testimonial-carousel .review-module.slick-current {
    background: #F4F6F7;
    opacity: 1;
    transform: scale(1.2);
    z-index: 100;
  }
  #testimonial-carousel .slick-list {
    margin: 5rem 0 12rem;
  }
  #testimonial-carousel .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 15px;
    z-index: 5;
  }
  #testimonial-carousel .slick-arrow:before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: url("../images/iconArrowBtnBlue.svg") no-repeat;
    background-size: 34px 33px;
  }
  #testimonial-carousel .slick-prev {
    left: 10px !important;
  }
  #testimonial-carousel .slick-next {
    right: 10px !important;
  }
  #testimonial-carousel .slick-next:before {
    transform: rotate(180deg);
  }
}
.attorney-profile {
  background-color: var(--tl2-blue);
}
@media only screen and (max-width: 767px) {
  .attorney-profile #attorneys-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.attorney-profile .single-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 640px;
  min-height: 640px;
  background-color: transparent;
  margin: 1rem 0.5rem;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.attorney-profile .single-profile:focus {
  outline: none;
}
.attorney-profile .single-profile .single-profile-inner {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.attorney-profile .single-profile.flipped .single-profile-inner {
  transform: rotateY(180deg);
}
.attorney-profile .single-profile.flipped .single-profile__bio {
  padding: 2rem 1rem;
  transition: all 0.3s linear;
  align-items: center;
  justify-content: flex-start;
}
.attorney-profile .single-profile .single-profile-front, .attorney-profile .single-profile .single-profile-back {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.attorney-profile .single-profile .single-profile-back {
  transform: rotateY(180deg);
}
.attorney-profile .single-profile__image {
  display: flex;
  justify-content: center;
  height: 110px;
  min-height: 110px;
  width: 100%;
  background-image: url(../images/attorney-profiles/attorney-profile-bg@2x.jpg);
}
.attorney-profile .single-profile__image img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  position: absolute;
  background-color: #ccc;
  top: 53px;
}
.attorney-profile .single-profile__bio {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  text-align: center;
  padding: 5.5rem 1rem 2rem;
  background: #fff;
  transition: all 0.3s linear;
}
.attorney-profile .single-profile__bio .bio-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
  width: 100%;
}
.attorney-profile .single-profile__bio .bio-section:last-child {
  margin-bottom: 0;
}
.attorney-profile .single-profile__bio .bio-section span {
  display: flex;
  flex-direction: column;
}
.attorney-profile .single-profile__bio .bio-section.name .attorney-name {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.attorney-profile .single-profile__bio .bio-section.name .lawfirm-name {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  /* or 18px */
  text-align: center;
  color: #848484;
}
.attorney-profile .single-profile__bio .bio-section__title {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  /* or 18px */
  text-align: center;
  text-transform: uppercase;
  color: #007BC2;
}
.attorney-profile .single-profile__bio .bio-section__span li {
  list-style: none;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  /* or 18px */
  text-align: center;
  color: #000000;
}
.attorney-profile .single-profile__flip-btn {
  display: flex;
  height: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  background-color: #007BC2;
}
.attorney-profile .single-profile__flip-btn button {
  cursor: pointer;
  border-radius: 0;
  border: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  -webkit-appearance: none;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 130%;
  /* or 18px */
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  outline: none;
  border: none !important;
  cursor: pointer;
}
.attorney-profile .single-profile__flip-btn button:hover {
  box-shadow: inset 0 3.5em 0 0 #00446A;
}
.attorney-profile .single-profile__flip-btn button .span {
  color: #fff !important;
}
.attorney-profile .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.attorney-profile .slick-dots {
  position: unset !important;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .attorney-profile .slick-dots {
    margin-top: 5rem;
  }
}
.attorney-profile .slick-dots .slick-active {
  background: #FFBE4C;
  border-radius: 10px;
  margin: 0 5px;
}
.attorney-profile .slick-dots .slick-active > button {
  opacity: 0;
}
.attorney-profile .slick-dots li button {
  border: 2px solid #FFF;
  border-radius: 10px;
  background: #fff;
}
.attorney-profile .slick-dots li button:before {
  font-size: 17px;
  content: "" !important;
}

.page-hero {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #CCC;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-hero {
    flex-direction: column;
  }
}
.page-hero__image {
  display: flex;
  width: 100%;
  height: 100%;
}
.page-hero__image img {
  display: flex;
  max-width: unset;
  width: 100%;
  object-fit: fill;
}
.page-hero .position-wrapper {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
.page-hero .container {
  display: flex;
  align-items: center;
}
.page-hero__content {
  border-left: 8px solid #007BC2;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-hero__content {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    position: absolute;
    top: 2rem;
    left: 2rem;
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-hero__content {
    padding: 2.5rem;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-hero__content {
    padding: 2.5rem;
    max-width: 796px;
  }
}
.page-hero__content .page-subtitle {
  margin: 0 0 0.8rem 0;
}
.page-hero__content h1, .page-hero__content .page-title {
  margin: 0;
}
.filters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 992px) {
  .filters {
    flex-wrap: wrap;
  }
}
.filters__option {
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  margin-right: 1rem;
  padding: 0 1rem;
  line-height: 18px;
  text-align: center;
}
.filters__option:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .filters__option {
    width: calc(50% - 0.5rem);
    margin: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.filters__option a {
  display: flex;
  justify-content: center;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #252B42;
}
.filters__option.active {
  background-color: #007BC2;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2px;
}

.contact-form--steps {
  background-color: #087A5E;
}
.contact-form--steps h2 {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .contact-form--steps h2 {
    text-align: center;
  }
}
.contact-form--steps input[type=text] {
  display: flex;
  flex-grow: 1;
  width: 100%;
  height: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0;
  border: 1px solid #C4C4C4;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .contact-form--steps input[type=text] {
    margin: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form--steps input[type=text] {
    margin: 0 1rem 0 0;
  }
}
.contact-form--steps input[type=text]::placeholder {
  font-style: italic;
  color: #737373;
}
.contact-form--steps input[type=text].err {
  border-color: #D44B2D;
}
.contact-form--steps input[type=text].err::-webkit-input-placeholder, .contact-form--steps input[type=text].err::placeholder {
  color: #D44B2D;
}
.contact-form--steps .form-error-messaging {
  margin: 0;
  visibility: hidden;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.contact-form--steps .form-error-messaging.active {
  color: #ff7f7f;
  opacity: 1;
  visibility: visible;
}
.contact-form--steps .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-form--steps form {
  max-width: 100%;
}
.contact-form--steps .form-wrapper {
  margin-bottom: 3rem;
}
.contact-form--steps .form-wrapper .form-slide {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.contact-form--steps .form-wrapper .form-slide:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .contact-form--steps .form-wrapper .form-slide {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form--steps .form-wrapper .form-slide {
    flex-direction: row;
  }
}
.contact-form--steps .form-wrapper .form-slide .situation-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-form--steps .form-wrapper .form-slide .situation-wrapper {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form--steps .form-wrapper .form-slide .situation-wrapper {
    flex-direction: row;
    height: 50px;
  }
}
.contact-form--steps .form-wrapper .form-slide .situation-wrapper .select-wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.contact-form--steps .form-wrapper .form-slide .situation-wrapper .select-wrapper .select {
  width: 100%;
}
.contact-form--steps .form-wrapper .form-slide .situation-wrapper .primary-button {
  width: 180px;
  height: 50px;
  background: #00446A;
}
@media only screen and (max-width: 767px) {
  .contact-form--steps .form-wrapper .form-slide .situation-wrapper .primary-button {
    width: 100%;
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form--steps .form-wrapper .form-slide .situation-wrapper .primary-button {
    margin-left: 2rem;
  }
}
.contact-form--steps .form-wrapper .form-slide .situation-wrapper #situation {
  padding-left: 1rem;
  height: 50px;
}
.contact-form--steps .form-wrapper .form-slide .situation-wrapper #situation::placeholder {
  font-style: italic;
  color: #737373;
}
.contact-form--steps .form-wrapper .form-slide .situation-wrapper #situation, .contact-form--steps .form-wrapper .form-slide .situation-wrapper .list-wrapper, .contact-form--steps .form-wrapper .form-slide .situation-wrapper option {
  display: flex;
  flex-grow: 1;
}
.contact-form--steps .form-wrapper .form-slide .situation-wrapper #situation::placeholder, .contact-form--steps .form-wrapper .form-slide .situation-wrapper .list-wrapper::placeholder, .contact-form--steps .form-wrapper .form-slide .situation-wrapper option::placeholder {
  font-style: italic;
  color: #737373;
}
.contact-form--steps .form-wrapper .form-slide.consent {
  flex-direction: column;
}
.contact-form--steps .form-wrapper .form-slide.consent .checkbox-wrapper {
  margin-top: 2rem;
}
.contact-form--steps .form-wrapper .form-slide.consent .consent-text {
  color: #fff;
  margin-left: 1rem;
}
.contact-form--steps .form-wrapper .grecaptcha-badge {
  display: none;
}
.contact-form--steps .form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #087A5E;
  color: #fff;
  border-radius: 0;
  margin: 0;
  border: 3px solid #fff;
  height: 50px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .contact-form--steps .form-button {
    width: 100%;
  }
}
.contact-form--steps .form-button .span {
  color: #fff !important;
}
.contact-form--steps .form-button:hover {
  box-shadow: inset 0 3.5em 0 0 #fff;
  background: #fff;
  color: #087A5E;
  cursor: pointer;
}
.contact-form--steps .form-button:hover .span {
  color: #087A5E;
}
@media only screen and (min-width: 768px) {
  .contact-form--steps .form-button {
    width: 180px;
    min-width: 180px;
  }
}
.contact-form--steps .slick-slider {
  display: flex;
  flex-direction: column;
}
.contact-form--steps .slick-slider .slick-list {
  display: flex;
}
.contact-form--steps .slick-slider .slick-track {
  display: flex;
  margin: 2rem 0;
}
.contact-form--steps .slick-slider .slick-dots {
  position: relative;
  bottom: unset;
  margin-top: 2rem;
  display: flex;
  max-width: 75%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: center;
}
.contact-form--steps .slick-slider .slick-dots:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: calc(100% - 2rem);
  height: 2px;
  left: 1rem;
  bottom: 21px;
}
.contact-form--steps .slick-slider .slick-dots li {
  display: flex;
  cursor: default;
  pointer-events: none;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
}
.contact-form--steps .slick-slider .slick-dots li button {
  padding: 0;
  width: 44px;
  height: 44px;
  border: 3px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 115%;
  text-align: center;
  color: #FFBE4C;
}
.contact-form--steps .slick-slider .slick-dots li button:before {
  display: none;
}
.contact-form--steps .slick-slider .slick-dots li.slick-active button {
  background-color: #FFBE4C;
  border: 3px solid #FFBE4C;
  color: #fff;
}

.contact-lawyer {
  background: linear-gradient(0deg, #00446A, #00446A), #00446A;
  background-blend-mode: multiply, normal;
  padding: 4rem 0;
}
.contact-lawyer h2 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal !important;
  font-size: 30px;
  line-height: 115%;
  color: #FFFFFF;
  margin-top: 0;
}

.related-articles {
  background-color: #F3F3F3;
}
.related-articles .articles-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .related-articles .articles-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related-articles .articles-wrapper {
    justify-content: space-around;
  }
}
.related-articles .single-article {
  display: flex;
  flex-direction: column;
  background: #fff !important;
  border: 1px solid #EBEBEB;
  margin-bottom: 1.2rem;
  padding: 10px;
  width: 100%;
}
.related-articles .single-article article {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.related-articles .single-article p {
  color: #252B42 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related-articles .single-article {
    width: calc(50% - 0.6rem);
    max-width: 353px !important;
  }
}
@media only screen and (min-width: 992px) {
  .related-articles .single-article {
    width: calc(33.3333333333% - 0.6rem);
  }
}
.related-articles .single-article .article-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 2rem 2rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .related-articles .single-article .article-text {
    padding: 2rem 1rem 0 1rem;
  }
}
.related-articles .single-article .article-text h4, .related-articles .single-article .article-text .article-title, .related-articles .single-article .article-text .article-title > h3 {
  margin: 0 0 0.5rem 0;
  color: #252B42;
}
.related-articles .single-article .article-text .article-preview {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #252B42;
}
@media only screen and (max-width: 767px) {
  .related-articles .single-article .article-text .article-preview {
    height: 220px;
  }
}
.related-articles .single-article .publish-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0 2rem 1rem;
}
@media only screen and (max-width: 767px) {
  .related-articles .single-article .publish-info {
    padding: 0 1rem 1rem;
  }
}
.related-articles .single-article .publish-info .published {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.related-articles .single-article .publish-info .published .posted-on > time, .related-articles .single-article .publish-info .published .read-time, .related-articles .single-article .publish-info .published .date {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #848484;
}
.related-articles .single-article .publish-info .arrow {
  display: flex;
  align-items: center;
}
.related-articles.hub {
  background-color: #fff;
}

.author-block {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .author-block {
    padding: 0;
  }
}
.author-block__image {
  display: flex;
  align-items: center;
}
.author-block__image img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.author-block__information {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}
.author-block__information .author-name {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  /* or 21px */
  color: #007BC2;
}
.free-consultation {
  background: #F3F3F3;
}
.free-consultation form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .free-consultation form {
    justify-content: space-between;
  }
}
.free-consultation form .input-wrapper {
  margin-bottom: 2rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .free-consultation form .input-wrapper {
    width: calc(50% - 1rem);
  }
}
.free-consultation form .situation-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .free-consultation form .situation-wrapper {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .free-consultation form .situation-wrapper {
    flex-direction: row;
    height: 50px;
  }
}
.free-consultation form .situation-wrapper .select-wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.free-consultation form .situation-wrapper .select-wrapper .select {
  width: 100%;
}
.free-consultation form .situation-wrapper .primary-button {
  width: 180px;
  height: 50px;
  background: #00446A;
}
@media only screen and (max-width: 767px) {
  .free-consultation form .situation-wrapper .primary-button {
    width: 100%;
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .free-consultation form .situation-wrapper .primary-button {
    margin-left: 2rem;
  }
}
.free-consultation form .situation-wrapper #situation {
  padding-left: 1rem;
  height: 50px;
}
.free-consultation form .situation-wrapper #situation::placeholder {
  font-style: italic;
  color: #737373;
}
.free-consultation form .situation-wrapper #situation, .free-consultation form .situation-wrapper .list-wrapper, .free-consultation form .situation-wrapper option {
  display: flex;
  flex-grow: 1;
}
.free-consultation form .situation-wrapper #situation::placeholder, .free-consultation form .situation-wrapper .list-wrapper::placeholder, .free-consultation form .situation-wrapper option::placeholder {
  color: #737373;
  font-style: italic;
}
.free-consultation form .checkbox-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .free-consultation form .checkbox-wrapper {
    margin: 50px;
  }
}
.free-consultation form .checkbox-wrapper input {
  width: 25px;
  height: 25px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  --active:#fff !important;
  --active-inner:#00446A !important;
}
.free-consultation form .checkbox-wrapper input::after {
  width: 8px;
  height: 13px;
}
.free-consultation form .checkbox-wrapper span {
  margin-left: 1rem;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
}
.free-consultation form input[type=text] {
  border: 1px solid #C4C4C4;
  height: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.free-consultation form input[type=text].err {
  border-color: #D44B2D;
}
.free-consultation form input[type=text]::placeholder {
  font-style: italic;
  color: #737373;
}

.osano-cm-widget {
  display: none;
}

.tl2__content-card {
  display: flex;
  flex-direction: column;
  border-left: 7px solid #FFBE4C;
  background-color: #fff;
  margin: 2.5rem 0;
  padding: 2.5rem;
  filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15));
  justify-content: flex-start;
}
.tl2__content-card .card-title {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin: 0;
}
.tl2__content-card .card-content {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
}
.tl2__content-card--edit .card-title-wrapper {
  display: flex;
  flex-direction: column;
}
.tl2__call-attorney {
  background: #007BC2;
}
.tl2__call-attorney p, .tl2__call-attorney h2, .tl2__call-attorney .heading-span {
  color: #fff;
}
.tl2__call-attorney .heading-span {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 115%;
}
.tl2__call-attorney .heading-span a {
  color: #fff;
}
.tl2__call-attorney .button-wrapper {
  margin: 2rem 0 1rem;
}
@media only screen and (max-width: 767px) {
  .tl2__call-attorney .main-sidebar {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .tl2__call-attorney .main-sidebar {
    padding: 0 !important;
  }
}
.tl2__flip-card {
  /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  /* This container is needed to position the front and back side */
}
.tl2__flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.tl2__flip-card {
  /* Do an horizontal flip when you move the mouse over the flip box container */
}
.tl2__flip-card .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.tl2__flip-card {
  /* Position the front and back side */
}
.tl2__flip-card .flip-card-front, .tl2__flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.tl2__flip-card {
  /* Style the front side (fallback if image is missing) */
}
.tl2__flip-card .flip-card-front {
  background-color: #bbb;
  color: black;
}
.tl2__flip-card {
  /* Style the back side */
}
.tl2__flip-card .flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}
.tl2__author-block {
  display: flex;
  flex-direction: row;
}
.tl2__author-block .author-image {
  display: flex;
  align-items: center;
}
.tl2__author-block .author-image img {
  width: 108px;
  min-width: 108px;
  height: 108px;
  border-radius: 54px;
}
.tl2__author-block .author-information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.5rem;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .tl2__author-block .author-information {
    padding-left: 2rem;
  }
}
.tl2__author-block .author-information .author-name {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 130%;
  /* or 21px */
  color: #007BC2;
}
@media only screen and (max-width: 767px) {
  .tl2__author-block .author-information .author-name {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    min-width: 60px;
    white-space: nowrap;
  }
}
.tl2__author-block .author-information .info {
  margin-top: 0.2rem;
}
.tl2__author-block .author-information .posted-on {
  margin-top: 0;
  color: #848484;
}
.tl2__author-block .author-information .social {
  display: flex;
  flex-direction: row;
  margin-top: 0.5rem;
}
.tl2__author-block .author-information .social .network-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.tl2__author-block .author-information .social .network-link a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #00446A;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.tl2__author-block .author-information .social .network-link a img {
  display: flex;
  justify-content: center;
  margin-left: 1px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

@media (min-width: 783px) {
  .post.admin-bar .header,
  .blog.admin-bar .header,
  .single-post.admin-bar .header,
  .page.admin-bar .header {
    top: 32px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 991px) {
  .post.admin-bar .header__menu ul,
  .blog.admin-bar .header__menu ul,
  .single-post.admin-bar .header__menu ul,
  .page.admin-bar .header__menu ul {
    padding-top: 46px;
  }
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

@media only screen and (max-width: 991px) {
  .content-wrapper {
    padding: 2rem;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .content-wrapper {
    width: 75%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 2rem;
  }
}

.phone-number {
  white-space: nowrap;
}

.page-template-page-contact .footer--call {
  display: none !important;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.icon-chevron-right {
  content: "";
  background: url(../images/iconArrow-Black.svg) no-repeat center;
  background-size: 15px 15px;
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 30px;
  align-items: center;
  justify-content: flex-end;
}

.icon-chevron-right--yellow {
  content: "";
  background: url(../images/iconArrow-Yellow.svg) no-repeat center;
  background-size: 15px 15px;
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 30px;
  align-items: center;
  justify-content: flex-end;
}

.icon-chevron-right--blue {
  content: "";
  background: url(../images/iconArrow-Blue.svg) no-repeat center;
  background-size: 15px 15px;
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 30px;
  align-items: center;
  justify-content: flex-end;
}

.icon-chevron-right--white {
  content: "";
  background: url(../images/iconArrow-White.svg) no-repeat center;
  background-size: 15px 15px;
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 30px;
  align-items: center;
  justify-content: flex-end;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------d 
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  font-family: Mulish, sans-serif !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #FFF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 991px) {
  .header {
    height: 64px;
    min-height: unset;
    max-height: unset;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    min-height: 88px;
    height: 88px;
    min-height: unset;
    max-height: unset;
  }
}
@media only screen and (max-width: 991px) {
  .header.active .header__stripe {
    height: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .header.active .header__stripe {
    height: 7px;
  }
}
.header__wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header__wrapper {
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  .header__wrapper {
    height: 64px;
  }
}
.header__stripe {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  height: 0px;
  width: 100%;
  background-color: #D82000;
  pointer-events: none;
  z-index: 1001;
  transition: height 0.2s ease-out;
}
.header__mobile-menu-btn {
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .header__mobile-menu-btn {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header__mobile-menu-btn .hamburger-menu {
    width: 30px;
    height: 68px;
    z-index: 999999;
    padding-top: 6px;
  }
  .header__mobile-menu-btn .hamburger-menu span {
    height: 3px;
    display: block;
    width: 100%;
    display: block;
    background: #00446A;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 1px;
  }
  .header__mobile-menu-btn .hamburger-menu span:nth-child(1) {
    margin: 14px 0 0 0;
  }
  .header__mobile-menu-btn .hamburger-menu span:nth-child(2) {
    margin: 6px 0;
    width: 75%;
  }
  .header__mobile-menu-btn .hamburger-menu span:nth-child(4) {
    margin: 6px 0;
    width: 75%;
  }
  .header__mobile-menu-btn .hamburger-menu.active {
    margin-top: 6px;
  }
  .header__mobile-menu-btn .hamburger-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 9px;
  }
  .header__mobile-menu-btn .hamburger-menu.active span:nth-child(2) {
    display: none;
  }
  .header__mobile-menu-btn .hamburger-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 6px;
  }
  .header__mobile-menu-btn .hamburger-menu.active span:nth-child(4) {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header__mobile-menu-btn .hamburger-menu {
    display: none;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 99999;
}
@media only screen and (max-width: 991px) {
  .header__logo {
    flex-grow: 1;
    justify-content: center;
  }
}
.header__logo a {
  display: flex;
}
.header__logo img {
  position: relative;
  height: 50px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .header__logo img {
    height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header__logo img {
    height: 42px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  flex-grow: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .header__menu {
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    width: 85%;
    max-width: 300px;
    box-sizing: border-box;
    background: var(--white);
    opacity: 0;
    overflow: hidden;
  }
  .header__menu.active {
    display: flex;
    opacity: 1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 992px) {
  .header__menu {
    justify-content: center;
    height: 88px;
  }
}
@media only screen and (max-width: 991px) {
  .header__menu .menu-main-navigation-container {
    display: flex;
    flex-grow: 1;
    overflow: scroll;
    max-height: calc(100vh - 66px);
  }
}
.header__menu .menu {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .header__menu .menu {
    display: block;
    margin: 0;
    max-height: calc(100% - 82px);
  }
}
@media only screen and (min-width: 992px) {
  .header__menu .menu {
    height: 88px;
  }
}
.header__menu .menu > .menu-item {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.header__menu .menu > .menu-item > a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  z-index: 99999;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .header__menu .menu > .menu-item > a {
    border-bottom: 1px solid #C4C4C4;
  }
}
.header__menu .menu > .menu-item > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .header__menu .menu > .menu-item > a {
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    width: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    padding: 1rem;
    height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu .menu > .menu-item > a {
    height: 88px;
    justify-content: center;
    padding: 12px 22px;
  }
}
.header__menu .menu > .menu-item.current-menu-item > a {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .header__menu .menu > .menu-item.menu-item-has-children {
    position: relative;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu .menu > .menu-item.menu-item-has-children {
    position: relative;
    background: url("../images/icon-menu-arrow.svg") no-repeat;
    background-position: 98% calc(50% + 2px);
  }
  .header__menu .menu > .menu-item.menu-item-has-children::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent;
  }
}
.header__menu .menu > .menu-item.menu-item-has-children > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .header__menu .menu > .menu-item.menu-item-has-children > .sub-menu {
    flex-direction: column;
    position: relative;
    background: none;
    opacity: 1;
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu .menu > .menu-item.menu-item-has-children > .sub-menu {
    opacity: 0;
    display: none;
    max-height: 0;
  }
  .header__menu .menu > .menu-item.menu-item-has-children > .sub-menu .menu-item-type-custom > a:first-child {
    pointer-events: none;
  }
  .header__menu .menu > .menu-item.menu-item-has-children > .sub-menu:after {
    content: "";
    height: 7px;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #D82000;
  }
}
.header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item {
    margin: 0 1rem;
    padding-right: 2rem;
  }
}
.header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
  color: #00446A;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 1rem;
  border-bottom: 2px solid #00446A;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    border-bottom: 0;
    color: #000;
    margin-bottom: unset;
    padding-left: 2rem;
    height: 60px;
    border-bottom: 1px solid #C4C4C4;
    width: 100%;
    position: relative;
  }
  .header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a.hover:after {
    transition: all 0.25s;
    transform: rotate(180deg);
  }
  .header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a:after {
    position: absolute;
    right: 1.2rem;
    top: 24px;
    width: 12px;
    height: 8px;
    background-image: url("../images/icon-menu-chevron.svg");
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 0;
    transition: all 0.25s;
    content: "";
  }
}
.header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu {
    display: none;
  }
  .header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu.hover {
    display: block;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu > .menu-item {
    margin: 3px 0;
    max-width: 250px;
  }
}
.header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  color: #222;
}
@media only screen and (min-width: 992px) {
  .header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    font-weight: 600;
  }
}
@media only screen and (max-width: 991px) {
  .header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    padding-left: 3rem;
    height: 60px;
    border-bottom: 1px solid #C4C4C4;
    width: 100%;
  }
}
.header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #007BC2;
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .header__menu .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu > .menu-item > a:hover {
    font-weight: 600;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu .menu > .menu-item.menu-item-has-children:hover {
    text-decoration: underline;
  }
}
.header__menu .menu > .menu-item.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  background: #fff;
  z-index: 1000;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .header__menu .menu > .menu-item.menu-item-has-children:hover > .sub-menu {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    max-height: 375px;
    padding: 40px 0;
    height: 375px;
    width: 100%;
    margin-top: 88px;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    flex-direction: row;
  }
}
@media only screen and (min-width: 1499px) {
  .header__menu .menu > .menu-item.menu-item-has-children:hover > .sub-menu {
    background-size: contain;
    background: #fff url("../images/header-dented-car.jpg") no-repeat -150px 0;
  }
}
.header__menu .button-link-wrapper {
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  border-top: 1px solid var(--grey-safe-on-black);
  background: var(--tl2-blue);
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: row;
  height: 82px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__menu .button-link-wrapper {
    display: none;
  }
}
.header__menu .button-link-wrapper .primary-button {
  width: unset;
  padding: 1rem;
  margin: 0 auto;
}
.header__menu .button-link-wrapper .primary-button:first-child {
  margin-right: 0.5rem;
}
.header__menu .button-link-wrapper .primary-button:last-child {
  margin-left: 0.5rem;
}
.header__menu .button-link-wrapper .primary-button i {
  font-size: 1.8rem;
  margin-right: 0.5rem;
  vertical-align: -4px;
  color: #000 !important;
}
.header__menu .button-link-wrapper .primary-button span {
  color: #000 !important;
}
.header__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header__buttons .free-consultation {
  background: #007BC2;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .header__buttons .free-consultation {
    display: none;
  }
}
.header__buttons .phone-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
}
.header__buttons .phone-button i {
  text-align: center;
  font-size: 24px;
  width: 22px;
  height: 22px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .header__buttons .phone-button {
    display: none;
  }
}

.footer {
  background: linear-gradient(0deg, #00446A, #00446A), #00446A;
  background-blend-mode: multiply, normal;
  border-top: 7px solid #D82000;
  color: #fff;
}
.footer .container {
  padding-top: 4.5rem;
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 767px) {
  .footer .container {
    padding-bottom: 80px;
  }
}
.footer__brand {
  margin-bottom: 2rem;
}
.footer__brand img {
  height: 40px;
}
.footer__columns-wrapper {
  display: flex;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .footer__columns-wrapper {
    flex-direction: column;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .footer__column {
    width: 33%;
    margin: 1.75rem 0;
  }
}
.footer__column__section {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.footer__column__section span {
  color: #fff;
}
.footer__column__section .section-label {
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer__column__section.contact .contact-method {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.2rem;
}
.footer__column__section.contact .contact-method__icon {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-right: 1.5rem;
}
.footer__column__section.contact .contact-method__text {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #fff;
}
.footer__column__section.contact .contact-method__text a {
  color: #fff;
}
.footer__column__section.contact .contact-method__text a:hover {
  text-decoration: underline;
}
.footer__column__section.contact .social {
  display: flex;
  flex-direction: row;
  margin-top: 1.5rem;
}
.footer__column__section.contact .social .network-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer__column__section.contact .social .network-link.instagram img, .footer__column__section.contact .social .network-link.youtube img, .footer__column__section.contact .social .network-link.facebook img {
  margin-left: 1px;
}
.footer__column__section.contact .social .network-link a {
  width: 40px;
  height: 40px;
  border-radius: 19px;
  background-color: #007BC2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  outline: none;
  border: none !important;
  cursor: pointer;
}
.footer__column__section.contact .social .network-link a:hover {
  box-shadow: inset 0 3.5em 0 0 #00446A;
}
.footer__column__section.contact .social .network-link a .span {
  color: #fff !important;
}
.footer__column__section.contact .social .network-link a img {
  display: flex;
  justify-content: center;
}
.footer__column__section.join .primary-button {
  display: flex;
  padding: 1rem 1.9rem;
  background-color: #007BC2;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  justify-content: center;
  text-transform: uppercase;
  width: 180px;
  max-width: 180px !important;
}
.footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .menu .menu-item {
  margin-bottom: 5px;
}
.footer .menu .menu-item a {
  font-family: "Mulish", sans-serif;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  margin: 5px 0;
}
.footer .menu .menu-item a:hover {
  text-decoration: underline;
}
.footer--call {
  display: flex;
  background: #007BC2;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  align-items: center;
  justify-content: center;
  z-index: 998;
  transition: all 0.2s;
}
.footer--call.inactive {
  bottom: -70px;
  transition: all 0.2s;
}
@media only screen and (min-width: 768px) {
  .footer--call {
    display: none;
  }
}
.footer--call__phone {
  padding: 10px 0;
  display: flex;
  flex-grow: 1;
  height: 100%;
  align-content: center;
  justify-content: center;
  text-decoration: none;
}
.footer--call__phone:hover {
  text-decoration: none;
}
.footer--call__phone .fa.fa-phone {
  vertical-align: -1px;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.footer--call__phone .phone-number {
  margin-left: 1rem;
  font-weight: 800;
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.footer .be-ix-link-block .gw .be-related-link-container {
  display: block;
}
.footer .be-ix-link-block .gw .be-related-link-container .be-label {
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer .be-ix-link-block .gw .be-related-link-container .be-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .be-ix-link-block .gw .be-related-link-container .be-list .be-list-item {
  margin-bottom: 5px;
}
.footer .be-ix-link-block .gw .be-related-link-container .be-list .be-list-item .be-related-link {
  font-family: "Mulish", sans-serif;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  margin: 5px 0;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.homepage__hero {
  display: flex;
  flex-direction: column;
  position: relative;
}
.homepage__hero .image-wrapper {
  display: flex;
  background-color: var(--tl2-blue);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .homepage__hero .image-wrapper {
    background-image: url("../images/homepage-hero-m@2x.jpg");
    padding-top: 99.1%;
  }
}
@media only screen and (min-width: 768px) {
  .homepage__hero .image-wrapper {
    background-image: url("../images/homepage-hero2@2x.jpg");
    padding-top: 50.97%;
  }
}
.homepage__hero .content {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  border-left: 7px solid #007BC2;
  position: relative;
  padding: 2.2rem 1.5rem;
}
@media only screen and (min-width: 992px) {
  .homepage__hero .content {
    position: absolute;
    width: 700px;
    top: 40%;
    left: 4rem;
    max-width: 700px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 1200px) {
  .homepage__hero .content {
    left: 50%;
    margin-left: -550px;
    width: 770px;
    max-width: 770px;
  }
}
@media only screen and (min-width: 1500px) {
  .homepage__hero .content {
    width: 770px;
    max-width: 770px;
  }
}
.homepage__hero .content .hero-heading {
  margin: 0;
  color: #00446A;
  font-weight: 700;
}
.homepage__hero .content .hero-text {
  margin: 1rem 0 0.5rem;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
}
.homepage__hero .content .hero-cta {
  margin-top: 1rem;
}
@media only screen and (min-width: 992px) {
  .homepage__hero .content .hero-cta {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .homepage__hero .content .desktop-experience {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .homepage__hero .content .button-wrapper {
    display: flex;
    flex-direction: row;
  }
  .homepage__hero .content .mobile-experience {
    display: block;
  }
  .homepage__hero .content .desktop-experience {
    display: block;
  }
}
.homepage__hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 40px -317px 76px -50px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: inset 40px -317px 76px -50px rgba(0, 0, 0, 0.55);
  box-shadow: inset 40px -317px 76px -50px rgba(0, 0, 0, 0.55);
}
@media only screen and (min-width: 768px) {
  .homepage__problem-solved {
    padding-bottom: 0;
  }
}
.homepage__problem-solved h1 {
  color: #007BC2;
  margin-bottom: 3.1875rem;
}
.homepage__problem-solved h1 span.dark-blue {
  color: #00446A;
}
.homepage__problem-solved p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 130%;
}
.homepage__statistics {
  padding-top: 150px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, #00446A, #00446A), #00446A;
  background-blend-mode: multiply, normal;
}
.homepage__statistics:before {
  content: "";
  display: block;
  width: 100%;
  height: 210px;
  position: absolute;
  top: -100px;
  background: #fff;
  shape-outside: ellipse(51% 105px at 50% 40%);
  clip-path: ellipse(51% 105px at 50% 40%);
}
.homepage__statistics h2 {
  margin: 1rem 0 2rem;
  color: #fff;
}
.homepage__statistics .stats {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .homepage__statistics .stats {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 2rem;
  }
}
.homepage__statistics .stats .statistic {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media only screen and (max-width: 991px) {
  .homepage__statistics .stats .statistic {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .homepage__statistics .stats .statistic {
    max-width: 280px;
  }
}
.homepage__statistics .stats .statistic__number {
  font-weight: bold;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  color: #FFBE4C;
  margin-bottom: 10px;
}
.homepage__statistics .stats .statistic__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.homepage__benefits {
  background-color: #FAFAFA;
}
.homepage__benefits .benefits {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .homepage__benefits .benefits {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 2rem;
  }
}
.homepage__benefits .benefits .benefit {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 3rem;
}
@media only screen and (min-width: 992px) {
  .homepage__benefits .benefits .benefit {
    margin-right: 4rem;
    width: calc(33.3333333333% - 4rem);
  }
  .homepage__benefits .benefits .benefit:nth-child(3n+3) {
    margin-right: 0;
  }
}
.homepage__benefits .benefits .benefit__icon {
  width: 60px;
  height: 60px;
}
.homepage__benefits .benefits .benefit__heading {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 12px 0;
}
.homepage__benefits .benefits .benefit__text {
  font-size: 18px;
  line-height: 130%;
}
.homepage__benefits .button-wrapper {
  display: flex;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .homepage__benefits .button-wrapper {
    justify-content: center;
  }
}
.homepage__practice-areas {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .homepage__practice-areas .practice-area-selection,
  .homepage__practice-areas .practice-area-content {
    display: none;
  }
  .homepage__practice-areas .practice-areas-accordion {
    display: flex;
    background-color: var(--white);
    flex-direction: column;
    padding: 1.5rem;
    padding-left: 31px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    overflow: hidden;
    transition: all linear 0.5s;
  }
  .homepage__practice-areas .practice-areas-accordion.open .chevron-icon {
    transform: rotate(360deg);
  }
  .homepage__practice-areas .practice-areas-accordion:last-child {
    margin-bottom: 0;
  }
  .homepage__practice-areas .practice-areas-accordion .practice-area-title-bar {
    font-size: 18px;
    line-height: 1.3;
    display: flex;
    flex-direction: row;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
  }
  .homepage__practice-areas .practice-areas-accordion .practice-area-title-bar .text-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-grow: 1;
    padding-right: 10px;
    pointer-events: none;
  }
  .homepage__practice-areas .practice-areas-accordion .practice-area-title-bar p {
    margin: 0;
    line-height: 1.3;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
  }
  .homepage__practice-areas .practice-areas-accordion .practice-area-title-bar .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #D3D3D3;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    pointer-events: none;
  }
  .homepage__practice-areas .practice-areas-accordion .practice-area-title-bar .chevron-icon {
    width: 14px;
    height: 8px;
    transition: all linear 0.25s;
    transform: rotate(270deg);
  }
  .homepage__practice-areas .practice-areas-accordion .practice-area-title-bar .chevron-icon.open {
    transition: all linear 0.25s;
    margin-top: 2px;
  }
  .homepage__practice-areas .practice-areas-accordion .practice-area-slide {
    display: none;
    padding-top: 3rem;
    transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
  }
  .homepage__practice-areas .practice-areas-accordion .practice-area-slide.open {
    transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
  }
  .homepage__practice-areas .practice-areas-accordion .practice-area-slide .image-wrapper {
    display: flex;
    position: relative;
  }
  .homepage__practice-areas .practice-areas-accordion .practice-area-slide .image-wrapper:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -2rem;
    background-color: #EBEBEB;
    border-radius: 50%;
    z-index: -1;
  }
  .homepage__practice-areas .practice-areas-accordion .practice-area-slide .image-wrapper img {
    border-radius: 50%;
    z-index: 5;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .homepage__practice-areas .practice-areas-accordion .practice-area-slide .image-wrapper img {
    max-width: 360px;
    width: 360px;
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage__practice-areas .practice-areas-accordion .practice-area-slide p:first-child {
    margin-top: 1.5rem;
  }
  .homepage__practice-areas .practice-areas-accordion .practice-area-slide p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .homepage__practice-areas .practice-areas-accordion {
    display: none;
  }
  .homepage__practice-areas .practice-area-selection {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .homepage__practice-areas .practice-area-selection {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .homepage__practice-areas .practice-area-selection {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .homepage__practice-areas .practice-area-selection .slick-list {
    overflow: visible;
  }
  .homepage__practice-areas .practice-area-selection .practice-area-button {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
  }
  .homepage__practice-areas .practice-area-selection .practice-area-button:not(:last-child):after {
    content: "";
    display: block;
    background: #ddd;
    position: absolute;
    width: 2px;
    height: 60%;
    top: 20%;
    right: -1px;
  }
  .homepage__practice-areas .practice-area-selection .practice-area-button.slick-current span:after {
    content: "";
    display: block;
    background: #007BC2;
    position: absolute;
    width: 80%;
    height: 5px;
    bottom: -7px;
    left: 10%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .homepage__practice-areas .practice-area-selection .practice-area-button {
    min-width: 16.6666666667%;
    width: 16.6666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .homepage__practice-areas .practice-area-selection .practice-area-button span {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .homepage__practice-areas .practice-area-selection .practice-area-button span:hover {
    font-weight: 900;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .homepage__practice-areas .practice-area-selection .practice-area-button span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .homepage__practice-areas .practice-area-selection .practice-area-button span {
    padding: 4px 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200) {
  .homepage__practice-areas .practice-area-selection .practice-area-button span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .homepage__practice-areas .practice-area-content .practice-area-slide {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .homepage__practice-areas .practice-area-content .practice-area-slide {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .homepage__practice-areas .practice-area-content .practice-area-slide__image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .homepage__practice-areas .practice-area-content .practice-area-slide__image {
    width: 50%;
    min-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .homepage__practice-areas .practice-area-content .practice-area-slide__image .image-wrapper {
    display: flex;
    position: relative;
  }
  .homepage__practice-areas .practice-area-content .practice-area-slide__image .image-wrapper:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -2rem;
    background-color: #EBEBEB;
    border-radius: 50%;
    z-index: -1;
  }
  .homepage__practice-areas .practice-area-content .practice-area-slide__image .image-wrapper img {
    border-radius: 50%;
    z-index: 5;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .homepage__practice-areas .practice-area-content .practice-area-slide__image .image-wrapper img {
    max-width: 360px;
    width: 360px;
    height: 360px;
  }
}
@media only screen and (min-width: 768px) {
  .homepage__practice-areas .practice-area-content .practice-area-slide__text {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .homepage__practice-areas .practice-area-content .practice-area-slide__text {
    width: 50%;
    min-width: 50%;
    padding-right: 10%;
    padding: 3rem 0;
  }
}
.homepage__testimonials {
  background: #00446A;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
.homepage__testimonials:before, .homepage__testimonials:after {
  display: none;
}
.homepage__testimonials h2 {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .homepage__resources {
    padding-top: 1px;
  }
}

.about-us__mission {
  background: #00446A;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 4rem 0;
}
@media only screen and (min-width: 767px) {
  .about-us__mission .container {
    display: flex;
    flex-direction: row;
  }
  .about-us__mission .mission-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 767px) and (min-width: 768px) {
  .about-us__mission .mission-title {
    width: 25%;
  }
}
@media only screen and (min-width: 767px) {
  .about-us__mission .mission-content {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
}
@media only screen and (min-width: 767px) and (min-width: 768px) {
  .about-us__mission .mission-content {
    width: 75%;
  }
}
.about-us__mission h2 {
  color: #fff;
}
.about-us__story {
  display: flex;
  flex-direction: column;
}
.about-us__story .container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .about-us__story .container {
    flex-direction: row;
  }
}
.about-us__story .story-content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .about-us__story .story-content {
    flex-direction: row;
  }
}
.about-us__story .story-content .story {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.about-us__story .story-content .story .row {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .about-us__story .story-content .story .row {
    flex-direction: row;
  }
}
.about-us__story .story-content .story .row .subtitle {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .about-us__story .story-content .story .row .subtitle {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .about-us__story .story-content .story .row .subtitle {
    min-width: 35%;
    width: 35%;
  }
}
.about-us__story .story-content .story .row .paragraph {
  display: flex;
  padding-right: 1.5rem;
  justify-content: flex-start;
  align-content: flex-start;
}
.about-us__story .story-content .story .row .paragraph p {
  margin: 0;
}
.about-us__story .story-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-us__story .story-image .image-wrapper {
  position: relative;
}
.about-us__story .story-image .image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: calc(100% - 20px);
  left: 20px;
  top: 0;
  background-color: #007BC2;
  border-radius: 50%;
  z-index: -1;
}
.about-us__story .story-image img {
  max-width: calc(100% - 20px);
  width: calc(100% - 20px);
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .about-us__story {
    flex-direction: row;
  }
  .about-us__story .container {
    flex-direction: row;
  }
  .about-us__story .story-content {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .about-us__story .story-image {
    width: 50%;
  }
}
.about-us__principles .container {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .about-us__principles h2 {
    margin-top: 0;
  }
}
.about-us__principles .principles-wrapper {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .about-us__principles .principles-wrapper {
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .about-us__principles .principles-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.about-us__principles .principles-wrapper .principle {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .about-us__principles .principles-wrapper .principle {
    width: calc(50% - 1rem);
    flex-direction: row;
    margin-left: 1rem;
  }
}
.about-us__principles .principles-wrapper .principle .principle-icon {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .about-us__principles .principles-wrapper .principle .principle-icon {
    margin: 2rem 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .about-us__principles .principles-wrapper .principle .principle-icon {
    width: 20%;
    min-width: 20%;
    margin-top: 0.4rem;
    justify-content: center;
  }
}
.about-us__principles .principles-wrapper .principle .wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .about-us__principles .principles-wrapper .principle .wrapper {
    width: 80%;
    margin-left: 1rem;
  }
}
.about-us__principles .principles-wrapper .principle .wrapper .principle-heading {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.about-us__principles .principles-wrapper .principle .wrapper .principle-text p {
  margin-top: 1rem;
  font-size: 18px;
}
.about-us__services {
  display: flex;
  justify-content: center;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 767px) {
  .about-us__services h2 {
    margin-top: 0;
    text-align: center;
  }
}
.about-us__services .container {
  display: flex;
  flex-direction: column;
  max-width: 980px;
}
.about-us__services .services-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.about-us__services .service {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .about-us__services .service {
    flex-direction: row;
    margin-bottom: 40px;
  }
}
.about-us__services .service .wrapper {
  display: flex;
  flex-direction: column;
}
.about-us__services .service-stats {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .about-us__services .service-stats {
    width: 180px;
    min-width: 180px;
    padding-right: 2rem;
  }
}
.about-us__services .service-stats .stat {
  display: flex;
  flex-direction: column;
  margin-bottom: 27px;
}
.about-us__services .service-stats .large {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  /* or 30px */
  letter-spacing: 0.05em;
  color: #087A5E;
  margin-bottom: 0.625rem;
}
.about-us__services .service-stats .subtitle {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #00446A;
}
.about-us__services .service-heading h2 {
  color: #00446A;
  margin: 0 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .about-us__services .service-heading h2 {
    text-align: left;
  }
}
.about-us__services .service-text p {
  margin: 0 0 1rem;
}
.about-us__attorneys {
  background: #00446A;
}
.about-us__attorneys h2 {
  margin-top: 0;
}
.about-us__attorneys h2, .about-us__attorneys p {
  color: #fff;
}
.about-us__attorneys .content-wrapper {
  max-width: 1000px;
}
.about-us__contact {
  background: #087A5E;
  color: #fff;
  display: flex;
}
.about-us__contact h2 {
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .about-us__contact .container {
    display: flex;
    flex-direction: row;
  }
  .about-us__contact .contact-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 767px) and (min-width: 768px) {
  .about-us__contact .contact-title {
    width: 25%;
  }
}
@media only screen and (min-width: 767px) {
  .about-us__contact .contact-title h2 {
    margin-top: 0;
    color: #fff;
  }
  .about-us__contact .contact-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 767px) and (min-width: 768px) {
  .about-us__contact .contact-content {
    width: 75%;
  }
}
@media only screen and (min-width: 767px) {
  .about-us__contact .contact-list li {
    margin-left: 4rem;
    padding: 1.5rem 0.8rem;
    position: relative;
    font-weight: bold;
  }
  .about-us__contact .contact-list li::marker {
    font-weight: bold !important;
  }
  .about-us__contact .contact-list li:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: -75px;
    top: 10px;
  }
  .about-us__contact .contact-list li.call::before {
    background: url(../images/icon-phone.svg) no-repeat center center;
  }
  .about-us__contact .contact-list li.form::before {
    background: url(../images/icon-pencil.svg) no-repeat center center;
  }
  .about-us__contact .contact-list li.chat::before {
    background: url(../images/icon-chat-bubble.svg) no-repeat center center;
  }
}

.page-template-default .content-wrapper, .page-template-page-recursos-article .content-wrapper {
  padding: 2rem 1rem;
}

.single-post #content.site-content {
  background-color: var(--off-white);
}
.single-post #content.site-content .back-control {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 2rem;
  font-weight: 800;
  z-index: 998;
}
.single-post #content.site-content .back-control .back-link-wrapper {
  width: 100%;
  max-width: 1000px;
}
.single-post #content.site-content .back-control a i.fa.fa-chevron-left {
  margin-right: 0.3rem;
}
.single-post #content.site-content .back-control a {
  color: var(--black);
}
.single-post #content.site-content .blog-post-wrapper {
  padding-top: 40px;
}
.single-post #content.site-content .blog-post-wrapper .content-wrapper, .single-post #content.site-content .blog-post-wrapper .post-info-wrapper {
  max-width: 768px;
  margin: 0 auto;
  background-color: var(--white);
}
@media only screen and (max-width: 767px) {
  .single-post #content.site-content .blog-post-wrapper .content-wrapper, .single-post #content.site-content .blog-post-wrapper .post-info-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.single-post #content.site-content .blog-post-wrapper .thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .single-post #content.site-content .blog-post-wrapper .thumbnail-wrapper {
    height: 575px;
  }
}
.single-post #content.site-content .blog-post-wrapper .thumbnail-wrapper .post-thumbnail-blurred {
  display: none;
}
@media only screen and (min-width: 992px) {
  .single-post #content.site-content .blog-post-wrapper .thumbnail-wrapper .post-thumbnail-blurred {
    position: absolute;
    display: flex;
    filter: blur(1.5rem);
    overflow: hidden;
    width: 100%;
  }
  .single-post #content.site-content .blog-post-wrapper .thumbnail-wrapper .post-thumbnail-blurred img {
    width: 100%;
  }
}
.single-post #content.site-content .blog-post-wrapper .thumbnail-wrapper .post-thumbnail {
  display: flex;
  flex-grow: 1;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .single-post #content.site-content .blog-post-wrapper .thumbnail-wrapper .post-thumbnail {
    position: absolute;
  }
}
.single-post #content.site-content .blog-post-wrapper .thumbnail-wrapper .post-thumbnail .image-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .single-post #content.site-content .blog-post-wrapper .thumbnail-wrapper .post-thumbnail .image-wrapper img {
    width: 1000px;
    height: 575px;
  }
}
.single-post #content.site-content .blog-post-wrapper .entry-header #breadcrumbs {
  margin: 0.5rem 0;
}
.single-post #content.site-content .blog-post-wrapper .entry-header .section-wrapper {
  background-color: var(--white);
  max-width: 1000px;
  margin: 0 auto;
}
.single-post #content.site-content .blog-post-wrapper .entry-header .entry-title {
  margin-top: 0;
  padding-top: 3rem;
}
.single-post #content.site-content .blog-post-wrapper .entry-header .entry-meta {
  font-size: 1.1rem;
  padding-bottom: 1rem;
}
.single-post #content.site-content .blog-post-wrapper .entry-header .entry-share {
  margin-left: 1rem;
}
.single-post #content.site-content .blog-post-wrapper .entry-content {
  margin-top: 0;
}
.single-post #content.site-content .blog-post-wrapper .entry-content .section-wrapper {
  display: flex;
  background-color: var(--white);
  max-width: 1000px;
  margin: 0 auto 4rem;
  padding-bottom: 3rem;
}
.faqs {
  background: var(--off-white);
}
.faqs__banner {
  background-color: var(--tl2-blue);
  height: 200px;
}
.faqs__banner h1 {
  margin-top: 0;
  color: #fff;
}
.faqs__banner p {
  margin: 0;
  color: #fff;
}
.faqs__banner a {
  color: #fff;
  text-decoration: underline;
}
.faqs__banner .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.faqs .content-wrapper {
  padding: 3rem 1rem;
}
@media only screen and (min-width: 992px) {
  .faqs .content-wrapper {
    padding: 3rem 0;
  }
}
.faqs__category {
  margin: 0.5rem 0;
}
.faqs__category .question {
  display: flex;
  background-color: var(--white);
  flex-direction: column;
  padding: 1.5rem;
  padding-left: 31px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  overflow: hidden;
}
.faqs__category .question.open {
  border-left: 7px solid #FFBE4C;
  padding-left: 24px;
}
.faqs__category .question.open .chevron-icon {
  transition: all 0.5s;
  transform: rotate(360deg);
}
.faqs__category .question:last-child {
  margin-bottom: 0;
}
.faqs__category .question__q {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  flex-direction: row;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.faqs__category .question__q .text-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-grow: 1;
  padding-right: 10px;
  pointer-events: none;
}
.faqs__category .question__q p {
  margin: 0;
  line-height: 1.3;
}
.faqs__category .question__q .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #D3D3D3;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.faqs__category .question__q .chevron-icon {
  width: 14px;
  height: 8px;
  transition: all 0.25s;
  transform: rotate(270deg);
}
.faqs__category .question__q .chevron-icon.open {
  transition: all 0.25s;
  margin-top: 2px;
}
.faqs__category .question__a {
  display: none;
  transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
}
.faqs__category .question__a.open {
  transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
}
.faqs__category .question__a p:first-child {
  margin-top: 1.5rem;
}
.faqs__category .question__a p:last-child {
  margin-bottom: 0;
}

.resources__article-content {
  padding: 3rem 0;
}
.resources__article-content h1.entry-title {
  font-family: Mulish, sans-serif important;
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 115% !important;
  /* or 34px */
  color: #007BC2 !important;
}
.resources__article-content .article-content {
  margin-top: 2rem;
}
.resources__article-content .article-content ol, .resources__article-content .article-content ul {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  /* or 21px */
  color: #000;
}
.lawyers-page .container.by-practice-area {
  display: flex;
  text-align: center;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .lawyers-page .container.by-practice-area {
    flex-direction: row;
    justify-content: space-between;
  }
}
.lawyers-page .container.by-practice-area.text-content {
  display: flex;
  flex-direction: column !important;
}
.lawyers-page .container.by-practice-area.text-content p {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  text-align: center;
  color: #000000;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .lawyers-page .container.by-practice-area.text-content p {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.lawyers-page .practice-area-menu h2 {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lawyers-page .practice-area-menu:last-child {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .lawyers-page .practice-area-menu {
    width: calc(25% - 1rem);
    margin-bottom: 2rem;
  }
}
.lawyers-page .practice-area-menu .menu {
  margin: 0;
  padding: 0;
}
.lawyers-page .practice-area-menu .menu li {
  margin: 1rem 0;
  padding: 0;
  list-style-type: none;
}
.lawyers-page .practice-area-menu .menu li a {
  color: #007BC2;
  text-decoration: underline;
}
.lawyers-page .practice-area-menu__image {
  margin-top: 3rem;
}
.lawyers-page .practice-area-menu__image img {
  max-width: 100%;
}
.lawyers-page .container.practice-areas-by-city {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lawyers-page .container.practice-areas-by-city .practice-area-city {
  display: flex;
}
.lawyers-page .container.practice-areas-by-city .practice-area-city h2 {
  font-weight: bold;
}
.lawyers-page .container.practice-areas-by-city .practice-area-city h4 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #007BC2;
}
@media only screen and (max-width: 767px) {
  .lawyers-page .container.practice-areas-by-city .practice-area-city:last-child {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .lawyers-page .container.practice-areas-by-city .practice-area-city {
    width: 25%;
    margin-bottom: 2rem;
  }
}
.lawyers-page .container.practice-areas-by-city .practice-area-city .menu {
  margin: 0;
  padding: 0;
}
.lawyers-page .container.practice-areas-by-city .practice-area-city .menu li {
  margin: 1rem 0;
  padding: 0;
  list-style-type: none;
}
.lawyers-page .container.practice-areas-by-city .practice-area-city .menu li a {
  color: #007BC2;
  text-decoration: underline;
}

.practice-areas .section-title {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.practice-areas .practice-areas-content-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "wrapper";
}
@media only screen and (min-width: 1200px) {
  .practice-areas .practice-areas-content-wrapper {
    grid-template-columns: 1fr 1120px 1fr;
    grid-template-areas: "main-spacer wrapper sidebar-spacer";
  }
}
@media only screen and (min-width: 1500px) {
  .practice-areas .practice-areas-content-wrapper {
    grid-template-columns: 1fr 1120px 1fr;
    grid-template-areas: "main-spacer wrapper sidebar-spacer";
  }
}
@media only screen and (min-width: 1800px) {
  .practice-areas .practice-areas-content-wrapper {
    grid-template-columns: 3fr 6fr 3fr;
    grid-template-areas: "main-spacer wrapper sidebar-spacer";
  }
}
.practice-areas .practice-areas-content-wrapper.call-attorney {
  background: #007BC2;
}
.practice-areas .practice-areas-content-wrapper.call-attorney p, .practice-areas .practice-areas-content-wrapper.call-attorney h2, .practice-areas .practice-areas-content-wrapper.call-attorney .heading-span {
  color: #fff;
}
.practice-areas .practice-areas-content-wrapper.call-attorney .heading-span {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 115%;
}
.practice-areas .practice-areas-content-wrapper.call-attorney .heading-span a {
  color: #fff;
}
.practice-areas .practice-areas-content-wrapper.call-attorney .button-wrapper {
  margin: 2rem 0 1rem;
}
@media only screen and (max-width: 767px) {
  .practice-areas .practice-areas-content-wrapper.call-attorney .main-sidebar {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .practice-areas .practice-areas-content-wrapper.call-attorney .main-sidebar {
    padding: 0 !important;
  }
}
.practice-areas .practice-areas-content-wrapper.schedule-consultation {
  background: -webkit-gradient(linear, left bottom, left top, from(#00446A), to(#00446A)), #00446A;
  background: linear-gradient(0deg, #00446A, #00446A), #00446A;
  background-blend-mode: multiply, normal;
}
.practice-areas .practice-areas-content-wrapper.schedule-consultation p, .practice-areas .practice-areas-content-wrapper.schedule-consultation h2, .practice-areas .practice-areas-content-wrapper.schedule-consultation .heading-span {
  color: #fff;
}
.practice-areas .practice-areas-content-wrapper.schedule-consultation .heading-span {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 115%;
}
.practice-areas .practice-areas-content-wrapper.schedule-consultation .button-wrapper {
  margin: 2rem 0 1rem;
}
@media only screen and (max-width: 767px) {
  .practice-areas .practice-areas-content-wrapper.schedule-consultation .main-sidebar {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .practice-areas .practice-areas-content-wrapper.schedule-consultation .main-sidebar {
    padding: 0 !important;
  }
}
.practice-areas .practice-areas-content-wrapper.author-block {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .practice-areas .practice-areas-content-wrapper.author-block .main-sidebar {
    display: none;
  }
}
.practice-areas .main-spacer {
  content: "";
  grid-area: main-spacer;
  display: none;
}
@media only screen and (min-width: 768px) {
  .practice-areas .main-spacer.schedule-consultation h2 {
    color: #fff;
  }
  .practice-areas .main-spacer.schedule-consultation {
    background: -webkit-gradient(linear, left bottom, left top, from(#00446A), to(#00446A)), #00446A;
    background: linear-gradient(0deg, #00446A, #00446A), #00446A;
    background-blend-mode: multiply, normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .practice-areas .main-spacer.schedule-consultation h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .practice-areas .main-spacer {
    display: block;
  }
}
.practice-areas .sidebar-spacer {
  content: "";
  background-color: #00446A;
  grid-area: sidebar-spacer;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .practice-areas .sidebar-spacer {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .practice-areas__content {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .practice-areas__content {
    display: grid;
    grid-area: wrapper;
    grid-template-columns: 70% 30%;
    grid-template-areas: "main sidebar";
  }
}
.practice-areas__content .main-page-content {
  display: flex;
}
.practice-areas__content .main-page-content ol, .practice-areas__content .main-page-content ul {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  /* or 21px */
  color: #000;
}
@media only screen and (max-width: 767px) {
  .practice-areas__content .main-page-content {
    justify-content: center;
  }
  .practice-areas__content .main-page-content .page, .practice-areas__content .main-page-content .entry-content {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .practice-areas__content .main-page-content {
    display: grid;
    grid-area: main;
    grid-template-areas: "text-content";
    grid-template-columns: repeat(12, [col-start] 2fr);
  }
}
.practice-areas__content .main-page-content__wrapper {
  padding: 2rem;
  grid-area: "text-content";
  grid-column: col-start 1/span 10;
}
@media only screen and (max-width: 767px) {
  .practice-areas__content .main-page-content__wrapper {
    width: 100%;
  }
}
.practice-areas__content .main-page-content__wrapper .breadcrumbs-wrapper {
  z-index: 100;
}
.practice-areas__content .main-page-content__wrapper h2 {
  position: relative;
  z-index: -1;
}
.practice-areas__content .main-page-content__wrapper h2:before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 115px;
  margin-top: -115px;
}
@media only screen and (max-width: 991px) {
  .practice-areas__content .main-page-content__wrapper h2:before {
    height: 85px;
    margin-top: -85px;
  }
}
.practice-areas__content .main-sidebar {
  background-color: #00446A;
}
@media only screen and (max-width: 767px) {
  .practice-areas__content .main-sidebar {
    display: flex;
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .practice-areas__content .main-sidebar {
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .practice-areas__content .main-sidebar__wrapper {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .practice-areas__content .main-sidebar__wrapper.fixed {
    position: sticky;
    top: 120px;
  }
}
.practice-areas__content .main-sidebar .heading {
  display: flex;
}
.practice-areas__content .main-sidebar .heading__explore-page {
  color: #fff;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 2px solid #FFBE4C;
  padding-left: 1px;
  padding-bottom: 10px;
}
.practice-areas__content .main-sidebar .page-anchors {
  display: flex;
  flex-direction: column;
}
.practice-areas__content .main-sidebar .page-anchors__menu {
  display: flex;
  flex-direction: column;
  margin: 1rem 0 1rem;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .practice-areas__content .main-sidebar .page-anchors__menu {
    flex-direction: row;
    overflow: scroll;
    margin-bottom: 1rem;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .practice-areas__content .main-sidebar .page-anchors__menu::-webkit-scrollbar {
    display: none;
  }
}
.practice-areas__content .main-sidebar .page-anchors__menu .anchor-link {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .practice-areas__content .main-sidebar .page-anchors__menu .anchor-link {
    margin-right: 30px;
    width: 250px;
    position: relative;
    align-items: center;
  }
  .practice-areas__content .main-sidebar .page-anchors__menu .anchor-link:after {
    content: "";
    display: block;
    background: #FFBE4C;
    width: 2px;
    height: 65px;
    position: absolute;
    right: -16px;
    top: calc(50% - 32px);
  }
}
.practice-areas__content .main-sidebar .page-anchors__menu .anchor-link__icon {
  display: flex;
  width: 25px;
  min-width: 25px;
  padding-left: 10px;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .practice-areas__content .main-sidebar .page-anchors__menu .anchor-link__icon {
    display: none;
  }
}
.practice-areas__content .main-sidebar .page-anchors__menu .anchor-link__icon img {
  height: 12px;
  width: 7px;
}
.practice-areas__content .main-sidebar .page-anchors__menu .anchor-link a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .practice-areas__content .main-sidebar .page-anchors__menu .anchor-link a {
    width: 200px;
  }
}
.practice-areas__content .main-sidebar .page-anchors__menu .anchor-link a:focus {
  outline: none;
}
.practice-areas__content .main-sidebar .page-anchors__menu .anchor-link a.active {
  font-weight: bold;
  text-decoration: underline;
}
.practice-areas__content .main-sidebar .swipe {
  display: flex;
  justify-content: flex-end;
}
.practice-areas__content .main-sidebar .swipe span {
  font-family: Mulish;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .practice-areas__content .main-sidebar .swipe {
    display: none;
  }
}
.practice-areas.local .entry-content {
  margin-top: 0;
}
.practice-areas.local .main-sidebar, .practice-areas.local .sidebar-spacer {
  background-color: #EBEBEB !important;
}
@media only screen and (min-width: 768px) {
  .practice-areas.local .practice-areas__content {
    grid-template-columns: 50% 50% !important;
  }
}
.practice-areas.local .practice-areas__content .main-page-content {
  display: flex;
}
.practice-areas.local .practice-areas__content .main-page-content__wrapper {
  grid-column: col-start 1/span 12;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .practice-areas.local .practice-areas__content .main-page-content__wrapper {
    width: 100%;
  }
}
.practice-areas.local .practice-areas__content .main-sidebar {
  padding-left: 2rem !important;
}

.admin-bar .main-page-content__wrapper h2:before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 135px !important;
  margin-top: -135px !important;
}
@media only screen and (max-width: 991px) {
  .admin-bar .main-page-content__wrapper h2:before {
    height: 110px !important;
    margin-top: -110px !important;
  }
}

.contact-us .split-container {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .contact-us .split-container {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2rem;
  }
}
.contact-us .split-container .form-side {
  display: flex;
  flex-direction: column;
}
.contact-us .split-container .form-side form {
  max-width: 480px;
}
.contact-us .split-container .form-side form .input-wrapper {
  margin-bottom: 1rem;
}
.contact-us .split-container .form-side form input[type=text] {
  border: 1px solid #C4C4C4;
  height: 40px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.contact-us .split-container .form-side form input[type=text]::placeholder {
  font-style: italic;
}
.contact-us .split-container .form-side form textarea {
  padding: 0.5rem 1rem;
  resize: none;
}
.contact-us .split-container .form-side form textarea::placeholder {
  font-style: italic;
}
.contact-us .split-container .form-side form .checkbox-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .contact-us .split-container .form-side form .checkbox-wrapper {
    margin: 50px 0;
  }
}
.contact-us .split-container .form-side form .checkbox-wrapper .check {
  margin-right: 1rem;
}
.contact-us .split-container .form-side form .checkbox-wrapper span {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
}
.contact-us .split-container .form-side form label {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */
  letter-spacing: 0.2px;
}
.contact-us .split-container .form-side form .submit-wrapper {
  margin: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .contact-us .split-container .form-side {
    width: calc(50% - 1rem);
  }
}
.contact-us .split-container .form-side .form-error-messaging {
  margin: 0;
  visibility: hidden;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.contact-us .split-container .form-side .form-error-messaging.active {
  color: #D44B2D;
  opacity: 1;
  visibility: visible;
}
.contact-us .split-container .map-side {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .contact-us .split-container .map-side {
    width: calc(50% - 1rem);
  }
}
.contact-us .split-container .map-side .image-wrapper {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .contact-us .split-container .map-side .image-wrapper {
    margin-bottom: 1rem;
  }
}
.contact-us .split-container .map-side .office-details {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .contact-us .split-container .map-side .office-details {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.contact-us .split-container .map-side .office-details .detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1rem 0;
}
@media only screen and (min-width: 992px) {
  .contact-us .split-container .map-side .office-details .detail {
    width: calc(50% - 0.5rem);
    margin: 0.5rem 0;
  }
}
.contact-us .split-container .map-side .office-details .detail .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  min-width: 38px;
  min-height: 38px;
}
.contact-us .split-container .map-side .office-details .detail .icon img {
  padding: 4px;
  height: 38px;
  width: 38px;
}
.contact-us .split-container .map-side .office-details .detail .text-span {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 110%;
  /* or 21px */
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
@media only screen and (max-width: 991px) {
  .contact-us .split-container .map-side .office-details .detail .text-span {
    padding-left: 2rem;
  }
}
.contact-us .consultation {
  margin-top: 2rem;
  padding-top: 2em;
  border-top: 1px solid #C4C4C4;
}

.page404__banner {
  background: #F5F5F5;
  position: relative;
  display: flex;
}
.page404__banner .lawyers-image {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page404__banner .lawyers-image {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page404__banner__content {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page404__banner__content {
    position: absolute;
    width: 45%;
    top: 0.2rem;
    left: 55%;
  }
}
@media only screen and (min-width: 992px) {
  .page404__banner__content {
    position: absolute;
    width: 35%;
    top: 10%;
    left: 60%;
  }
}
.page404__tit {
  color: #000 !important;
}
@media only screen and (max-width: 1024px) {
  .page404__tit {
    font-size: 1.5rem;
    font-weight: 800;
  }
}
.page404__subtit {
  color: #000;
  font-size: 22px;
  line-height: 24px;
  margin: 16px 0 10px 0;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  .page404__subtit {
    font-size: 16px;
    line-height: 24px;
  }
}
.page404__subsubtit {
  font-size: 16px;
  line-height: 27px;
}
.page404__bold {
  font-weight: 800;
  line-height: 24px;
  margin: 3rem 0 0 0;
}
@media only screen and (max-width: 767px) {
  .page404__bold {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page404__bold {
    margin-top: 1rem;
  }
}
.page404__menu {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.page404__menu li a {
  color: #000;
  font-size: 16px !important;
  line-height: 32px !important;
  position: relative;
  display: block;
  text-decoration: none;
}
.page404__menu li a span {
  position: relative;
  display: table;
  overflow: hidden;
}
.page404__menu li a span:after {
  content: "";
  height: 1px;
  background: #000;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.search-page {
  margin: 1rem auto;
}
@media only screen and (max-width: 768px) {
  .search-page.content-wrapper {
    margin-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.search-page .page-header {
  margin-bottom: 2rem;
}
.search-page .page-header .page-title {
  text-align: center;
  margin-bottom: 0;
}
.search-page .page-header .results-count-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
.search-page .page-header .results-count {
  display: flex;
  font-weight: bolder;
}
.search-page .page-header .results-label {
  font-weight: 300;
}
.search-page .search-form {
  display: flex;
}
.search-page .search-form label {
  display: flex;
  flex-grow: 1;
}
.search-page .search-form .search-field-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  font-size: 25px;
  position: absolute;
}
.search-page .search-form .search-field {
  display: flex;
  flex-grow: 1;
  height: 45px;
  padding-left: 45px;
}
.search-page .search-form .search-submit {
  display: none;
}
.search-page article {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.search-page article .entry-header {
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}
.search-page article .entry-header a {
  color: #000;
  text-decoration: underline;
}
.search-page article .entry-header .text-section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.search-page article .entry-header .text-section .entry-title {
  font-size: 1.2rem;
}
.search-page article .entry-header .text-section .entry-meta {
  font-size: 0.9rem;
}
.search-page article .entry-header .chevron-wrapper {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.search-page article .entry-summary {
  margin-top: 0.5rem;
}
.search-page .posts-navigation {
  margin-top: 1rem;
}
.search-page .posts-navigation a {
  color: #000;
}
/*# sourceMappingURL=style.css.map */
