@charset "UTF-8";
a.btn-white,
.btn-white {
  background-color: #fff;
  border: 1px solid #003150;
  color: #003150;
  font-weight: 700;
  padding: 16px 34px 16px 34px;
  display: inline-block;
  margin-top: 25px;
  text-decoration: none;
  text-transform: uppercase;
}
a.btn-white:hover,
.btn-white:hover {
  background-color: #003150;
  color: #fff;
}

a.btn-orange,
.btn-orange,
.bg-blue .gform_wrapper.gravity-theme input[type="submit"],
.container-lightForm .gform_wrapper.gravity-theme input[type="submit"] {
  background-color: #eb602c;
  border: 1px solid #eb602c;
  color: #fff;
  font-weight: 700;
  padding: 16px 34px 16px 34px;
  display: inline-block;
  margin-top: 25px;
  text-decoration: none;
  text-transform: uppercase;
}
a.btn-orange:hover,
.btn-orange:hover,
.bg-blue .gform_wrapper.gravity-theme input[type="submit"]:hover,
.container-lightForm .gform_wrapper.gravity-theme input[type="submit"]:hover {
  background-color: #fff;
  color: #eb602c;
}

.page-content a.btn-white {
  color: #003150;
  text-decoration: none;
}
.page-content a.btn-white:hover {
  color: #fff;
}

a.btn-blue {
  color: #0089f1;
  font-weight: 900;
  text-decoration: none;
}
a.btn-blue i {
  margin-right: 10px;
  position: relative;
  transition: left 0.25s ease;
  left: 0;
}
a.btn-blue:hover i {
  left: -10px;
}

/*!
 *  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;
}
:root {
  --light-blue: #0089f1;
  --dark-blue: #003150;
  --orange: #eb602c;
}

.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 #eee;
  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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: #fff;
}

/* 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,
.container-blogSignUp .validation_message,
.sign-up .validation_message {
  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;
}

strong {
  font-weight: 700;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  padding: 0;
  margin: 0;
  display: block;
}

.acc {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

html,
body {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  background-size: 1280px auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  body {
    background-size: 1024px auto;
  }
}
@media (max-width: 699px) {
  body {
    background-size: 100% auto;
  }
}
body.home,
body.post-type-archive-attorneys,
body.single.single-attorneys {
  background-image: none !important;
}

body.home {
  overflow-x: visible;
}

.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#search {
  width: 100%;
  z-index: 9999999;
  display: none;
}

@media (max-width: 1024px) {
  #search {
    display: none !important;
  }
}
#search .search-inner-wrapper {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  max-width: 1094px;
  margin: 0 auto;
  padding: 0 67px 30px 28px;
  width: 1024px;
}

@media (max-width: 1134px) {
  #search .search-inner-wrapper {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
#search .search-form {
  width: 100%;
  position: relative;
}

@media (max-width: 639px) {
  #search .search-form {
    width: 95%;
  }
}
.search-field {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #b9c6d0 !important;
  background: #fff;
  padding: 10px 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 1.25rem;
}

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

.search-field:-moz-placeholder {
  color: #b9c6d0;
}

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

.search-field:-moz-placeholder {
  color: #b9c6d0;
}

.search-field:focus {
  outline: none;
}

.search-submit {
  background: transparent;
  color: #b9c6d0;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  position: absolute;
  right: 10px;
  top: 0;
}

.search-submit:hover {
  color: #003150;
  background: transparent;
}

.search-submit:focus,
.search-submit:active {
  outline: none;
}

#close-search {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 10px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.1s;
  top: 0px;
  right: -3px;
  background: transparent;
}

#close-search:hover {
  background: none;
}

@media (max-width: 1024px) {
  #close-search {
    display: none !important;
  }
}
#close-search:focus {
  outline: none;
}

#close-search span {
  display: block;
  position: absolute;
  top: 4.5px;
  left: 2px;
  right: 2px;
  height: 1px;
  background: #003150;
  transition: background 0s 0.1s;
}

#close-search span::before,
#close-search span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003150;
  content: "";
  transition-duration: 0.1s, 0.1s;
  transition-delay: 0.1s, 0s;
}

#close-search:hover span::before,
#close-search:hover span::after {
  background-color: #003150;
}

#close-search span::before {
  top: -5px;
  transition-property: top, transform;
}

#close-search span::after {
  bottom: -5px;
  transition-property: bottom, transform;
}

#close-search span {
  background: none;
}

#close-search span::before {
  top: 0;
  transform: rotate(45deg);
}

#close-search span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

#close-search span::before,
#close-search span::after {
  transition-delay: 0s, 0.1s;
}

.hashwrapper {
  max-width: 1094px;
  margin: 0 auto;
  width: 1094px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1134px) {
  .hashwrapper {
    width: 100%;
  }
}
.hashwrapper:before {
  content: "";
  position: absolute;
  top: 55px;
  left: -44px;
  background: url("../images/titlehash.png") 0 0 no-repeat;
  width: 318px;
  height: 319px;
  z-index: -1;
}

main.main {
  max-width: 1094px;
  margin: 0 auto;
  width: 1094px;
  padding: 0px 0px 40px 0;
}

.home main.main {
  padding-bottom: 134px;
  background: url("../images/bg-home-bottom.png") 50% 100% no-repeat;
  background-size: 734px auto;
}

@media (max-width: 1134px) {
  main.main {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    overflow-x: hidden;
  }
}
.page-wrapper {
  padding: 0 0 0 67px;
}

@media (max-width: 1134px) {
  .page-wrapper {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.pagination {
  display: flex;
  justify-content: flex-end;
}

.pagination ul {
  margin: 0;
  list-style: none;
}

.pagination ul:after {
  content: "";
  display: table;
  clear: both;
}

.pagination ul li {
  float: left;
  font-size: 0.75rem;
}

.pagination ul li.current-page {
  font-weight: 600;
  color: #003150;
  margin-right: 26px;
}

.pagination ul li.previous + .next {
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}

.pagination ul li.previous + .next:before {
  content: "";
  background: #414d57;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.pagination ul li.previous a,
.pagination ul li.next a {
  font-weight: 900;
  color: #eb602c;
  transition: all 0.1s ease;
  text-decoration: none;
}

.pagination ul li.previous a:hover,
.pagination ul li.next a:hover {
  color: #b9c6d0;
}

/* applies to the attorneys landing page and the practice contacts sidebar on the why-hg page */
li .headshot {
  width: 95.918367347%;
  position: relative;
}

li .headshot img {
  max-width: 100%;
}

li .details {
  width: calc(80% - 27px);
  background: #fff;
  position: relative;
  padding: 11px 4px 0 23px;
  float: right;
  top: -38px;
}

@media (max-width: 799px) {
  li .details {
    max-width: 280px;
    float: left;
    margin-left: 60px;
  }
}
li .details:before {
  display: inline-block;
  background: #5c763e;
  width: calc(100% + 10px);
  position: absolute;
  top: -12px;
  height: 12px;
  right: 0;
  content: "";
}

li .details h4 {
  font-weight: 900;
  color: #003150;
  margin-bottom: 5px;
  font-size: 0.916875rem;
  margin-top: 0;
}

li .details h4 a {
  color: #003150;
  text-decoration: none;
  transition: all 0.1s ease;
}

li .details h4 a:hover {
  color: #eb602c;
}

li .details dl dt {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

li .details dl dd {
  font-size: 0.916875rem;
  line-height: 1.1;
  margin-bottom: 5px;
}

li .details dl dd.title {
  color: #003150;
  font-weight: 500;
  margin-bottom: 12px;
}

li .details dl dd.division {
  color: #0089f1;
  font-weight: 700;
  margin-bottom: 17px;
}

li .details dl dd.email,
li .details dl dd.tel {
  font-weight: 800;
}

li .details dl dd.email a,
li .details dl dd.tel a {
  color: #003150;
  transition: all 0.1s ease;
  text-decoration: none;
}

li .details dl dd.email a:hover,
li .details dl dd.tel a:hover {
  color: #eb602c;
}

li .details dl dd.tel {
  font-weight: 500;
}

.page-content .back-to-top {
  display: block;
  margin: 60px 0 30px 0;
  text-align: right;
  font-weight: 700;
  color: #eb602c;
  font-size: 0.875rem;
}

.page-content .back-to-top a {
  color: #eb602c;
  position: relative;
  text-decoration: none;
  padding: 0px 14px 0px 0;
  display: block;
}

.page-content .back-to-top a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #eb602c transparent;
  content: "";
  right: 0;
  top: 4px;
  position: absolute;
  transition: all 0.1s ease;
}

.content .video-wrapper,
.page-content .video-wrapper {
  padding-right: 30px;
  padding-bottom: 30px;
}

.content .video-wrapper.full,
.page-content .video-wrapper.full {
  padding-right: 130px;
}

.content .video,
.page-content .video {
  width: 100%;
  position: relative;
  padding-bottom: 64.0625%;
  /* 16:9 */
  height: 0;
}

.content .video p,
.page-content .video p {
  padding: 0;
  margin: 0;
  display: block;
}

.content .video iframe,
.page-content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content .video .video-thumb,
.page-content .video .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.content .video .video-thumb img,
.page-content .video .video-thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.page-content.videos {
  padding-right: 0;
}

.page-content.videos .content {
  width: 100%;
  margin: 0;
}

.page-content.videos .content .video {
  width: calc(100% - 30px);
}

.page-content.videos .video-grid {
  width: 100%;
  overflow: hidden;
}

.page-content.videos .video-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-content.videos .video-grid ul li {
  margin-left: 30px;
  margin-bottom: 30px;
  width: calc(50% - 30px);
  float: left;
  overflow: hidden;
}

.page-content.videos .video-grid ul li:nth-child(odd) {
  margin-left: 0;
  clear: left;
}

.page-content.videos .video-grid ul li .video {
  width: 100%;
  position: relative;
  padding-bottom: 64.0625%;
  /* 16:9 + room for the "player" bar... */
  height: 0;
}

.page-content.videos .video-grid ul li .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-content.videos .video-grid ul li .video .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.page-content.videos .video-grid ul li .video .video-thumb img {
  width: 100%;
  max-width: 100%;
}

label {
  display: block;
  width: 100%;
  font-size: 12px;
  font-family: proxima-nova, sans-serif;
  margin-bottom: 6px;
}

label.error {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

input {
  -webkit-appearance: none;
  border: 1px solid rgba(23, 12, 13, 0.2);
  width: calc(100% - 24px);
  padding: 10px;
  font-size: 1rem;
  background: #fff;
}

input.error {
  background-size: 24px;
  border-color: #900;
}

input:active,
input:focus {
  border-color: transparent;
  outline: 1px dotted rgba(23, 12, 13, 0.2);
  outline-offset: 1px;
}

@media (max-width: 767px) {
  input {
    font-size: 0.875rem;
  }
}
textarea {
  -webkit-appearance: none;
  border: 1px solid rgba(23, 12, 13, 0.2);
  width: calc(100% - 24px);
  height: 100px;
  padding: 10px;
  font-size: 1rem;
}

textarea:active,
textarea:focus {
  border-color: transparent;
  outline: 1px dotted rgba(23, 12, 13, 0.2);
  outline-offset: 1px;
}

@media (max-width: 767px) {
  textarea {
    font-size: 0.875rem;
  }
}
button {
  transition: all 0.1s ease;
  display: inline-block;
  padding: 0px 20px 0px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #003150;
  color: #fff;
  cursor: pointer !important;
  width: 200px;
  font-size: 0.875rem;
}

button:hover {
  background: #b9c6d0;
}

.home header.masthead .col-nav {
  display: block;
}

.home header.masthead .top-navigation {
  margin-left: 0;
  width: 100%;
  margin-bottom: 0;
  height: 24px;
  display: block;
}

@media (max-width: 1024px) {
  .home header.masthead .top-navigation {
    display: none;
  }
}
.home header.masthead #menu-item-39 ul {
  right: 0px;
  left: auto;
}

body.sticky header.masthead {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
}

body.sticky header.masthead .sticky-wrapper {
  padding-bottom: 20px;
  max-width: 1094px;
  margin: 0 auto;
}

@media (max-width: 1134px) {
  body.sticky header.masthead .sticky-wrapper {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.sticky header.masthead .col-nav {
  display: flex;
}

body.sticky header.masthead .top-navigation {
  margin-left: 30px;
  width: inherit;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  height: auto;
}

@media (max-width: 1134px) {
  body.sticky header.masthead .top-navigation {
    display: block;
  }
}
@media (max-width: 1024px) {
  body.sticky header.masthead .top-navigation {
    display: none;
  }
}
body.sticky header.masthead .main-navigation {
  margin-top: 0;
}

body.sticky header.masthead #menu-item-39 ul {
  left: 0px;
  right: auto;
}

body.sticky header.masthead h1.site-title {
  width: 222px;
  height: 49px;
}

header.masthead {
  position: relative;
  background: rgba(255, 255, 255, 0);
}

header.masthead .sticky-wrapper {
  max-width: 1094px;
  margin: 0 auto;
  width: 1024px;
  padding: 26px 67px 50px 28px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1134px) {
  header.masthead .sticky-wrapper {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
header.masthead h1.site-title {
  display: block;
  width: 280px;
  height: 96px;
  background: url("../images/logo-v2.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  transition: width 0.1s ease, height 0.1s ease;
}

@media (max-width: 1024px) {
  header.masthead h1.site-title {
    width: 222px;
    height: 49px;
  }
}
header.masthead h1.site-title a {
  display: block;
  width: 100%;
  height: 100%;
}

header.masthead h1.site-title a span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

header.masthead p.site-title {
  display: block;
  width: 222px;
  height: 49px;
  background: url("../images/logo-v2.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}

header.masthead p.site-title a {
  display: block;
  width: 100%;
  height: 100%;
}

header.masthead p.site-title a span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

header.masthead .col-nav {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

header.masthead .top-navigation {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: 30px;
}

header.masthead .top-navigation:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1024px) {
  header.masthead .top-navigation {
    display: none;
  }
}
header.masthead .top-navigation ul {
  float: right;
}

header.masthead .top-navigation ul ul {
  display: none;
}

header.masthead .top-navigation li {
  float: left;
  font-size: 0.666875rem;
  color: #003150;
  text-transform: uppercase;
  position: relative;
  padding-right: 17px;
}

header.masthead .top-navigation li a {
  text-decoration: none;
  color: #003150;
  transition: all 0.1s ease;
}

header.masthead .top-navigation li a:hover {
  color: #b9c6d0;
}

header.masthead .top-navigation li:after {
  content: "";
  background: #003150;
  width: 1px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

header.masthead .top-navigation li:last-child {
  padding-right: 0;
  padding-left: 17px;
}

header.masthead .top-navigation li:last-child:after {
  display: none;
}

header.masthead .main-navigation {
  margin-top: 16px;
}

header.masthead .main-navigation:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1024px) {
  header.masthead .main-navigation {
    display: none;
  }
}
header.masthead .main-navigation .menu-primary-menu-container {
  width: 100%;
}

header.masthead .main-navigation ul {
  float: right;
}

header.masthead .main-navigation ul li.nav-home {
  display: none;
}

header.masthead .main-navigation ul li.menu-item-has-children:hover a {
  color: #b9c6d0;
}

header.masthead .main-navigation ul li.menu-item-has-children:hover ul {
  display: block;
}

header.masthead .main-navigation ul li.menu-item-has-children:hover ul li a {
  color: #fff;
  transition: all 0.1s ease;
}

header.masthead
  .main-navigation
  ul
  li.menu-item-has-children:hover
  ul
  li
  a:hover {
  color: #b9c6d0;
}

header.masthead .main-navigation ul ul {
  transition: all 0.1s ease;
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  padding-top: 10px;
  z-index: 99;
  min-width: 200px;
}

header.masthead .main-navigation ul ul li {
  background: #8ba0b0;
  padding: 14px 20px 6px 10px;
  float: none;
  display: block;
  margin-left: 0;
  font-weight: 500;
  white-space: nowrap;
}

header.masthead .main-navigation ul ul li a {
  display: block;
  color: #fff;
}

header.masthead .main-navigation ul ul li:last-child {
  padding-bottom: 14px;
}

header.masthead .main-navigation li {
  float: left;
  font-weight: 900;
  color: #003150;
  text-transform: uppercase;
  font-size: 0.833125rem;
  margin-left: 18px;
  position: relative;
}

header.masthead .main-navigation li:first-child {
  margin-left: 0;
}

header.masthead .main-navigation li a {
  color: #003150;
  text-decoration: none;
  transition: all 0.1s ease;
}

header.masthead .main-navigation li a:hover {
  color: #b9c6d0;
}

header.masthead .main-navigation li.current-menu-item a,
header.masthead .main-navigation li.current-menu-parent a {
  color: #b9c6d0;
}

.home header.masthead .main-navigation li.current-menu-item a,
header.masthead .main-navigation li.current-menu-parent a {
  color: #003150;
}

.toggle_wrapper {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 42px;
  width: 30px;
  z-index: 9999;
}

@media (max-width: 1024px) {
  .toggle_wrapper {
    display: block;
    position: fixed;
  }
}
.toggle_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.da-bugah {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 31px;
  height: 23px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.1s;
  top: 50%;
  background: transparent;
  transform: translate(0, -50%);
}

.da-bugah:hover {
  background: none;
}

.da-bugah:focus {
  outline: none;
}

.da-bugah span {
  display: block;
  position: absolute;
  top: 10px;
  left: 2px;
  right: 2px;
  height: 3px;
  background: #003150;
  transition: background 0s 0.1s;
}

.da-bugah span::before,
.da-bugah span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #003150;
  content: "";
  transition-duration: 0.1s, 0.1s;
  transition-delay: 0.1s, 0s;
}

.da-bugah span::before {
  top: -7px;
  transition-property: top, transform;
}

.da-bugah span::after {
  bottom: -7px;
  transition-property: bottom, transform;
}

.da-bugah.is-active span {
  background: none;
}

.da-bugah.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.da-bugah.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.da-bugah.is-active span::before,
.da-bugah.is-active span::after {
  transition-delay: 0s, 0.1s;
}

.mobile-nav {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  overflow-y: auto;
  display: none;
}

@media (min-width: 1025px) {
  .mobile-nav {
    display: none !important;
  }
}
.mobile-nav .nav-container {
  height: calc(100% - 60px);
  padding: 60px 30px;
}

.mobile-nav .search-form {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}

.mobile-nav .search-form input {
  font-size: 1rem;
}

.mobile-nav .nav-inner-container .secondary-nav {
  margin-top: 20px;
  padding-bottom: 60px;
  font-size: 0.875rem;
  color: #003150;
}

.mobile-nav .nav-inner-container .secondary-nav a {
  color: #003150;
  text-decoration: none;
}

.mobile-nav .nav-inner-container .secondary-nav a:hover {
  color: #b9c6d0;
  text-decoration: underline;
}

.mobile-nav .nav-inner-container .secondary-nav li {
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.mobile-nav .nav-inner-container .secondary-nav li:after {
  content: "";
  background: #414d57;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

.mobile-nav .nav-inner-container .secondary-nav li:last-child:after {
  display: none;
}

.mobile-nav .nav-inner-container .contact {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mobile-nav .nav-inner-container .contact li {
  display: block;
  float: none;
  margin-bottom: 10px;
}

.mobile-nav .nav-inner-container .contact li:after {
  content: "";
  display: table;
  clear: both;
}

.mobile-nav .nav-inner-container .contact li h5 {
  min-width: 80px;
  float: left;
  font-weight: 800;
  text-transform: uppercase;
}

.mobile-nav .nav-inner-container .contact li:after {
  display: none;
}

.mobile-nav .nav-inner-container .social-navigation {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #8ba0b0;
  display: block;
}

.mobile-nav .nav-inner-container .social-navigation:after {
  content: "";
  display: table;
  clear: both;
}

.mobile-nav .nav-inner-container .social-navigation li {
  float: left;
  margin-left: 8px;
}

.mobile-nav .nav-inner-container .social-navigation li:first-child {
  margin-left: 0;
}

.mobile-nav .nav-inner-container .social-navigation li a {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  background: #8ba0b0;
  width: 32px;
  height: 32px;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  text-decoration: none;
  color: #fff;
  transition: all 0.1s ease;
}

.mobile-nav .nav-inner-container .social-navigation li a:hover {
  background: #b9c6d0;
}

.mobile-nav .menu li {
  font-size: 1.25rem;
  color: #003150;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 10px;
}

.mobile-nav .menu li ul {
  margin: 20px 0 20px 20px;
}

.mobile-nav .menu li ul li {
  font-size: 1rem;
  text-transform: none;
  font-weight: 500;
}

.mobile-nav .menu li a {
  text-decoration: none;
  color: #003150;
  transition: all 0.1s ease;
}

.mobile-nav .menu li a:hover {
  color: #b9c6d0;
}

body.sticky .mobile-nav {
  position: fixed;
  z-index: 9999;
}

.post-type-archive-news #menu-item-54 a,
.single-attorneys #menu-item-21 a {
  color: #b9c6d0;
}

header.page-header {
  display: block;
  padding: 37px 25% 93px 0px;
}

@media (max-width: 799px) {
  header.page-header {
    padding-right: 60px;
    padding-bottom: 60px;
  }
}
header.page-header h1 {
  font-size: 3.5rem;
  color: #eb602c;
  line-height: 1;
  font-weight: 800;
}

@media (max-width: 799px) {
  header.page-header h1 {
    font-size: 3rem;
  }
}
header.page-header h1 span {
  color: #003150;
}

header.page-header h1 a {
  color: #eb602c;
  text-decoration: none;
}

.page-content {
  padding-bottom: 30px;
  padding-right: 137px;
}

.home .page-content {
  padding-right: 0;
}
.home .page-content h2 {
  margin: 0 0 34px;
  font-weight: 900;
  text-align: center;
}

.page-content:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 799px) {
  .page-content {
    padding-bottom: 0;
  }
}
.page-content.has-sidebar {
  padding-right: 0;
}

.page-content.has-sidebar .row {
  padding-right: 132px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 799px) {
  .page-content.has-sidebar .row {
    display: block;
    padding-right: 0;
  }
}
.page-content.has-sidebar.no-flex .row {
  padding-right: 0;
  display: block;
}

.page-content.collapse {
  padding-right: 0;
}

.page-content.collapse .row {
  padding-right: 67px;
}

@media (max-width: 999px) {
  .page-content.collapse .row {
    padding-right: 0;
  }
}
.page-content.collapse-full {
  padding-right: 0;
}

.page-content.collapse-full .row {
  padding-right: 137px;
}

@media (max-width: 1099px) {
  .page-content.collapse-full .row {
    padding-right: 0;
  }
}
.page-content .content {
  width: 63.687150838%;
}

@media (max-width: 799px) {
  .page-content .content {
    width: 100%;
  }
}
.page-content .sidebar {
  width: 27.374301676%;
  padding-top: 40px;
}

.page-content .sidebar.no-top-pad {
  padding-top: 0;
}

@media (max-width: 799px) {
  .page-content .sidebar {
    width: 100%;
    padding-top: 0;
  }
}
.page-content .sidebar ul {
  margin-left: 0;
  list-style: none;
}

.page-content .sidebar h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 40px 0;
}

.page-content .sidebar li {
  margin-bottom: 17px;
}

.page-content .sidebar li:after {
  content: "";
  display: table;
  clear: both;
}

.page-content .sidebar li .headshot img {
  -webkit-clip-path: polygon(
    14.89361702% 0,
    100% 0,
    100% 100%,
    0 100%,
    0% 17.07317073%
  );
  clip-path: polygon(
    14.89361702% 0,
    100% 0,
    100% 100%,
    0 100%,
    0% 17.07317073%
  );
}

.page-content .cta {
  float: right;
  -webkit-clip-path: polygon(
    81.33333333% 0,
    100% 20.83333333%,
    100% 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(81.33333333% 0, 100% 20.83333333%, 100% 100%, 0 100%, 0 0);
  background: #0089f1;
  width: 150px;
  height: 144px;
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 10px;
  position: relative;
  top: -20px;
}

.page-content .cta a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}

.page-content .cta a:hover .learnmore {
  margin-top: 15px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: all 0.1s ease;
  color: #003150;
  font-size: 0.75rem;
  color: #b9c6d0;
}

.page-content .cta p {
  color: #fff;
  font-size: 1.041875rem;
  line-height: 1.1;
  font-weight: 800;
  padding: 0 28px 15px 13px;
  margin-bottom: 0;
}

.page-content .cta p .learnmore {
  margin-top: 15px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: all 0.1s ease;
  color: #003150;
  font-size: 0.75rem;
}

.page-content h2 {
  font-size: 2.91625rem;
  color: #003150;
  font-weight: 800;
  margin-top: 44px;
  margin-bottom: 28px;
}

@media (max-width: 899px) {
  .page-content h2 {
    font-size: 2.5rem;
  }
}
.page-content h3 {
  font-size: 2.083125rem;
  color: #003150;
  font-weight: 800;
  margin-top: 44px;
  margin-bottom: 28px;
}

@media (max-width: 899px) {
  .page-content h3 {
    font-size: 2rem;
  }
}
.page-content h4 {
  font-size: 1.8rem;
  color: #003150;
  font-weight: 800;
  margin-top: 44px;
  margin-bottom: 28px;
}

@media (max-width: 899px) {
  .page-content h4 {
    font-size: 1.75rem;
  }
}
.page-content h5 {
  font-size: 1.6rem;
  color: #003150;
  font-weight: 800;
  margin-top: 44px;
  margin-bottom: 28px;
}

@media (max-width: 899px) {
  .page-content h5 {
    font-size: 1.5rem;
  }
}
.page-content h6 {
  font-size: 1.4rem;
  color: #003150;
  font-weight: 800;
  margin-top: 44px;
  margin-bottom: 28px;
}

@media (max-width: 899px) {
  .page-content h6 {
    font-size: 1.25rem;
  }
}
.page-content h1 a,
.page-content h2 a,
.page-content h3 a,
.page-content h4 a,
.page-content h5 a,
.page-content h6 a {
  color: #003150;
  text-decoration: none;
}

.page-content ul,
.page-content ol {
  margin-top: 44px;
  margin-bottom: 28px;
}

.page-content p,
.page-content li {
  font-size: 1.66625rem;
  line-height: 1.250187547;
  color: #263747;
  margin-bottom: 24px;
  font-weight: 400;
}

@media (max-width: 899px) {
  .page-content p,
  .page-content li {
    font-size: 1.5rem;
  }
}
@media (max-width: 799px) {
  .page-content p,
  .page-content li {
    font-size: 1.25rem;
  }
}
.page-content ul {
  margin-left: 80px;
  list-style: disc;
}

.page-content ol {
  margin-left: 80px;
  list-style: decimal;
}

.page-content li {
  margin-bottom: 10px;
}

.page-content strong {
  font-weight: 700;
}

.page-content em {
  font-style: italic;
}

.page-content a {
  color: #0089f1;
  transition: all 0.1s ease;
  text-decoration: underline;
}

.page-content a:hover {
  color: #eb602c;
  text-decoration: none;
}

.page-content .learn-more {
  margin-bottom: 60px;
}

.page-content .learn-more a {
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: all 0.1s ease;
  color: #003150;
  font-size: 0.75rem;
}

.page-content .learn-more a:hover {
  color: #eb602c;
}

.page-ctas {
  padding-bottom: 40px;
}

.page-ctas .page-cta {
  padding: 140px 42px 0px 22px;
  width: calc(100% - 64px);
  position: relative;
  top: -22px;
}

@media (max-width: 899px) {
  .page-ctas .page-cta {
    width: calc(100% - 0px);
    padding-left: 0;
  }
}
@media (max-width: 799px) {
  .page-ctas .page-cta {
    overflow: hidden;
  }
}
.page-ctas .page-cta:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 20px;
  background: url("../images/titlehash.png") 0 0 no-repeat;
  width: 318px;
  height: 319px;
  z-index: -1;
}

@media (max-width: 899px) {
  .page-ctas .page-cta:before {
    padding-left: 0;
  }
}
.page-ctas .page-cta:after {
  display: block;
  width: calc(100% - 64px);
  height: 9px;
  position: absolute;
  top: 97px;
  left: 22px;
  content: "";
}

@media (max-width: 899px) {
  .page-ctas .page-cta:after {
    left: 0;
  }
}
.page-ctas .page-cta h3 {
  font-size: 3.5rem;
  line-height: 1;
  padding: 0 36.291262136% 0 69px;
  font-weight: 800;
}

@media (max-width: 899px) {
  .page-ctas .page-cta h3 {
    font-size: 2.875rem;
    padding-left: 0;
  }
}
@media (max-width: 799px) {
  .page-ctas .page-cta h3 {
    padding: 0;
    display: inline-block;
    float: left;
    width: calc(100% - 280px);
  }
}
@media (max-width: 639px) {
  .page-ctas .page-cta h3 {
    padding-right: 30px;
    width: calc(100% - 30px);
    margin-bottom: 30px;
    float: none;
  }
}
.page-ctas .page-cta.grey:after {
  background: #8ba0b0;
}

.page-ctas .page-cta.grey h3 {
  color: #8ba0b0;
}

.page-ctas .page-cta.green:after {
  background: #5c763e;
}

.page-ctas .page-cta.green h3 {
  color: #5c763e;
}

.page-ctas .page-cta .cta {
  background: #0089f1;
  width: 174px;
  height: 174px;
  margin-left: 30px;
  margin-bottom: 10px;
  position: absolute;
  top: 54px;
  right: 113px;
  z-index: 10;
}

.page-ctas .page-cta .cta:before {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 34px;
  height: 34px;
  background: #fff;
  content: "";
  z-index: 5;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

@media (max-width: 799px) {
  .page-ctas .page-cta .cta {
    position: relative;
    top: auto;
    right: auto;
    float: left;
    margin-left: 50px;
  }
}
@media (max-width: 639px) {
  .page-ctas .page-cta .cta {
    float: none;
    clear: left;
    margin-left: 0px;
  }
}
.page-ctas .page-cta .cta a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}

.page-ctas .page-cta .cta a:hover .learnmore {
  margin-top: 15px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: all 0.1s ease;
  color: #003150;
  font-size: 0.75rem;
  color: #b9c6d0;
}

.page-ctas .page-cta .cta p {
  color: #fff;
  font-size: 1.041875rem;
  line-height: 1.1;
  font-weight: 800;
  padding: 0 28px 15px 13px;
  margin-bottom: 0;
}

.page-ctas .page-cta .cta p .learnmore {
  margin-top: 15px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: all 0.1s ease;
  color: #003150;
  font-size: 0.75rem;
}

.footer {
  border-top: 1px solid #b9c6d0;
  width: 100%;
  max-width: 100%;
}

.footer .container {
  max-width: 1094px;
  margin: 0 auto;
  width: 1017px;
  padding: 23px 0 50px 77px;
  display: flex;
}

@media (max-width: 1134px) {
  .footer .container {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 899px) {
  .footer .container {
    display: block;
  }
  .footer .container:after {
    content: "";
    display: table;
    clear: both;
  }
}
.footer .col-social {
  width: 10.52114061%;
  display: flex;
  align-items: center;
  padding: 18px 50px 18px 0;
}

@media (max-width: 1134px) {
  .footer .col-social {
    width: calc(10% + 20px);
    padding-left: 0px;
    padding-right: 20px;
  }
}
@media (max-width: 899px) {
  .footer .col-social {
    width: 100%;
    padding-right: 0px;
  }
}
.footer .col-social .social-navigation li {
  float: left;
  margin-left: 8px;
}

.footer .col-social .social-navigation li:first-child {
  margin-left: 0;
}

.footer .col-social .social-navigation li a {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  background: #8ba0b0;
  width: 32px;
  height: 32px;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  text-decoration: none;
  color: #fff;
  transition: all 0.1s ease;
}

.footer .col-social .social-navigation li a:hover {
  background: #b9c6d0;
}

.footer .col-contact {
  width: calc(43.559488692% - 2px);
  padding: 18px 50px;
  display: flex;
  align-items: center;
  border-left: 1px solid #b9c6d0;
  border-right: 1px solid #b9c6d0;
}

@media (max-width: 1134px) {
  .footer .col-contact {
    width: calc(50% - 62px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 899px) {
  .footer .col-contact {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    border-left: none;
    border-right: none;
  }
}
.footer .col-contact h4 {
  display: inline-block;
  font-weight: 700;
  color: #414d57;
  font-size: 1.083125rem;
  margin-bottom: 23px;
  position: relative;
  padding-right: 10px;
}

.footer .col-contact h4 a {
  color: #414d57;
  text-decoration: none;
  transition: all 0.1s ease;
}

.footer .col-contact h4 a:hover {
  color: #b9c6d0;
  text-decoration: underline;
}

.footer .col-contact h4:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #b9c6d0;
  content: "";
  right: 0;
  top: 6px;
  position: absolute;
  transition: all 0.1s ease;
}

.footer .col-contact h4:hover:after {
  right: -2px;
}

.footer .col-contact .locations-navigation {
  margin-bottom: 23px;
}

.footer .col-contact .locations-navigation ul:after {
  content: "";
  display: table;
  clear: both;
}

.footer .col-contact .locations-navigation li {
  float: left;
  padding-left: 0px;
  padding-right: 12px;
  margin-right: 12px;
  font-size: 1rem;
  padding-bottom: 8px;
  color: #414d57;
  position: relative;
}

@media (max-width: 939px) {
  .footer .col-contact .locations-navigation li {
    padding-left: 0;
    padding-right: 10px;
    margin-right: 10px;
  }
}
.footer .col-contact .locations-navigation li a {
  color: #414d57;
  text-decoration: none;
  transition: all 0.1s ease;
}

.footer .col-contact .locations-navigation li a:hover {
  color: #b9c6d0;
  text-decoration: underline;
}

.footer .col-contact .locations-navigation li:after {
  content: "";
  background: #414d57;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 3px;
  right: 0;
}

.footer .col-contact .locations-navigation li:first-child {
  padding-left: 0;
}

.footer .col-contact .locations-navigation li:last-child {
  padding-right: 0;
}

.footer .col-contact .locations-navigation li:last-child:after {
  display: none;
}

.footer .col-contact .contact-methods-navigation ul:after {
  content: "";
  display: table;
  clear: both;
}

.footer .col-contact .contact-methods-navigation li {
  display: flex;
  align-items: flex-end;
  float: left;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 599px) {
  .footer .col-contact .contact-methods-navigation li {
    float: none;
    margin-bottom: 10px;
  }
}
.footer .col-contact .contact-methods-navigation li:after {
  content: "";
  background: #414d57;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

@media (max-width: 599px) {
  .footer .col-contact .contact-methods-navigation li:after {
    display: none;
  }
}
.footer .col-contact .contact-methods-navigation li h5 {
  float: left;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.583125rem;
  margin-right: 4px;
  color: #003150;
}

@media (max-width: 599px) {
  .footer .col-contact .contact-methods-navigation li h5 {
    min-width: 45px;
  }
}
.footer .col-contact .contact-methods-navigation li a {
  color: #414d57;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.1s ease;
}

.footer .col-contact .contact-methods-navigation li a:hover {
  color: #b9c6d0;
  text-decoration: underline;
}

.footer .col-contact .contact-methods-navigation li:last-child {
  padding-left: 15px;
}

@media (max-width: 599px) {
  .footer .col-contact .contact-methods-navigation li:last-child {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.footer .col-contact .contact-methods-navigation li:last-child h5 {
  display: none;
}

@media (max-width: 599px) {
  .footer .col-contact .contact-methods-navigation li:last-child h5 {
    display: block;
  }
}
.footer .col-contact .contact-methods-navigation li:last-child:after {
  display: none;
}

.footer .col-legal {
  width: 45.919370698%;
  padding: 18px 0 18px 50px;
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
}

@media (max-width: 1134px) {
  .footer .col-legal {
    width: calc(40% - 20px);
    padding-left: 20px;
    padding-right: 0px;
  }
}
@media (max-width: 899px) {
  .footer .col-legal {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footer .col-legal .legal-navigation {
  margin-bottom: 23px;
}

.footer .col-legal ul:after {
  content: "";
  display: table;
  clear: both;
}

.footer .col-legal li {
  display: flex;
  align-items: flex-end;
  float: left;
  padding-right: 15px;
  position: relative;
}

.footer .col-legal li:after {
  content: "";
  background: #414d57;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

.footer .col-legal li:last-child {
  padding-left: 15px;
}

.footer .col-legal li:last-child:after {
  display: none;
}

.footer .col-legal a {
  color: #414d57;
  text-decoration: none;
  transition: all 0.1s ease;
}

.footer .col-legal a:hover {
  color: #b9c6d0;
  text-decoration: underline;
}

.footer .col-legal p {
  margin-bottom: 20px;
  line-height: 1.5;
}

.footer .col-legal p:last-child {
  margin-bottom: 0;
}

.footer .col-legal p strong {
  font-weight: 700;
}

.home .header-home {
  margin: 0 0 45px;
}

@media (max-width: 1134px) {
  .home .header-home {
    margin: 0;
  }
}
.header-home .row {
  display: flex;
}

@media (max-width: 899px) {
  .header-home .row {
    display: block;
  }
}
.header-home .row .hero {
  width: 100%;
  display: flex;
  align-items: center;
}

.header-home .row .hero.flex-dir-col {
  flex-direction: column;
  justify-content: flex-start;
}

.header-home .row .hero.flex-dir-col .badges-wrapper {
  flex-direction: row;
  display: flex;
  margin-top: 20px;
  justify-content: space-around;
}

.header-home .row .hero.flex-dir-col .badges-wrapper .img-hero {
  display: flex;
  align-items: center;
  max-width: 150px;
  flex: 1;
}
.header-home .row .hero.flex-dir-col .badges-wrapper .img-hero img {
  width: 100%;
  max-width: 80%;
  height: auto;
}

.header-home .row .hero.flex-dir-col .badges-wrapper .img-hero:last-child {
  padding-right: 0px;
}

.header-home
  .row
  .hero.flex-dir-col
  .badges-wrapper
  .img-hero:not(:last-child) {
  /* margin-right: 6%; */
}

@media (max-width: 1024px) {
  .header-home .row .hero {
    width: calc(50% - 15px);
    padding-right: 15px;
    padding-left: 0px;
  }
}
@media (max-width: 899px) {
  .header-home .row .hero {
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    display: block;
  }
}
.header-home .row .hero h1 {
  font-size: 4.75rem;
  color: #eb602c;
  padding-right: 0px;
  font-weight: 900;
  line-height: 1.06;
}
.header-home .row .hero h1 span {
  display: block;
  color: #003150;
}

@media (max-width: 899px) {
  .header-home .row .hero h1 {
    font-size: 2.875rem;
    margin-left: 32px;
  }
}
@media (max-width: 699px) {
  .header-home .row .hero h1 {
    font-size: 2.4rem;
    margin-left: 0px;
  }
}
.header-home .img-hero {
  width: 22%;
  flex-shrink: 0;
}

.header-home .img-hero img {
  width: 100%;
  height: auto;
}

@media (max-width: 899px) {
  .header-home .img-hero {
    width: 100%;
    flex-shrink: unset;
  }
  .header-home .img-hero img {
    max-width: 70%;
    margin: 0px auto;
  }
}
.header-home .row .lit-services {
  width: 52.288218111%;
  padding-right: 67px;
}

@media (max-width: 1024px) {
  .header-home .row .lit-services {
    width: calc(50% - 15px);
    padding-left: 15px;
    padding-right: 0px;
  }
}
@media (max-width: 899px) {
  .header-home .row .lit-services {
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    display: block;
    margin-top: 40px;
  }
}
.header-home .row .lit-services .cta {
  width: 100%;
  position: relative;
}

.header-home .row .lit-services .cta a {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: all 0.1s ease;
}

.header-home .row .lit-services .cta a:active,
.header-home .row .lit-services .cta a:focus {
  color: #fff;
  text-decoration: none;
}

.header-home .row .lit-services .cta a:hover .learn-more,
.header-home .row .lit-services .cta a:hover p .learn-more {
  color: #b9c6d0;
}

.header-home .row .lit-services .cta:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 33px;
  height: 33px;
  background: #fff;
  content: "";
  z-index: 5;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
  clip-path: polygon(100% 0, 0% 100%, 0 0);
}

.header-home .row .lit-services .cta .decbg {
  background: url("../images/decbg-darker.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 30px;
}

.header-home .decbg h2 {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
}

.header-home .decbg .learn-more {
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease;
  color: #fff;
  font-size: 0.75rem;
  margin-top: 5px;
}

@media (max-width: 899px) {
  .header-home .row .lit-services .cta .decbg {
    max-height: 100px;
    overflow: hidden;
  }
}
.header-home .row .lit-services .cta .cta-copy {
  display: flex;
  align-items: center;
  background: #003150;
}

@media (max-width: 899px) {
  .header-home .row .lit-services .cta .cta-copy {
    display: block;
  }
}
.header-home .row .lit-services .cta .cta-copy h2 {
  display: flex;
  justify-content: center;
  word-spacing: 200px;
  width: 42.978723404%;
  margin-left: 28px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media (max-width: 899px) {
  .header-home .row .lit-services .cta .cta-copy h2 {
    display: block;
    width: calc(100% - 60px);
    padding: 30px 0 0px 20px;
    word-spacing: inherit;
  }
}
@media (max-width: 699px) {
  .header-home .row .lit-services .cta .cta-copy h2 {
    display: block;
    width: calc(100% - 50px);
    padding: 30px 0 0px 10px;
  }
}
.header-home .row .lit-services .cta .cta-copy p {
  width: calc(57.021276596% - 48px);
  padding: 25px 48px 25px 0;
  font-weight: 500;
  font-size: 1.083125rem;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 899px) {
  .header-home .row .lit-services .cta .cta-copy p {
    display: block;
    width: calc(100% - 60px);
    padding: 20px 0 30px 48px;
  }
}
@media (max-width: 699px) {
  .header-home .row .lit-services .cta .cta-copy p {
    display: block;
    width: calc(100% - 60px);
    padding: 20px 20px 30px 40px;
  }
}
.header-home .row .lit-services .cta .cta-copy p .learn-more {
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: all 0.1s ease;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 5px;
}

.statistics {
  padding: 50px 0 0 0;
  width: 100%;
  display: flex;
}

@media (max-width: 1024px) {
  .statistics {
    display: inline-flex;
    width: 66%;
    float: left;
  }
}
@media (max-width: 899px) {
  .statistics {
    display: inline-flex;
    width: 100%;
    float: none;
  }
}
@media (max-width: 599px) {
  .statistics {
    display: block;
  }
}
.statistics .stat {
  border-top: 6px solid #003150;
  width: 33%;
}
.statistics.redesigned {
  padding: 0 0 46px;
  gap: 10%;
  flex-wrap: wrap;
}
.statistics.redesigned .stat {
  width: auto;
  padding: 138px 0 40px;
  flex: 1;
  border: 0;
}
@media screen and (max-width: 599px) {
  .statistics.redesigned .stat {
    padding: 60px 0 40px;
  }
}
.statistics.redesigned .stat .stat-wrapper {
  border: 0;
}
.statistics.redesigned .stat .stat-wrapper a {
  padding: 0;
  max-width: 342px;
}
.statistics.redesigned .stat:first-child .stat-wrapper,
.statistics.redesigned .stat:last-child .stat-wrapper {
  border: 0;
}
.statistics.redesigned .stat:first-child .stat-wrapper a,
.statistics.redesigned .stat:last-child .stat-wrapper a {
  padding: 0;
}
.statistics.redesigned .stat:first-child .stat-wrapper p,
.statistics.redesigned .stat:last-child .stat-wrapper p {
  margin: 0;
}
.statistics.redesigned .stat h3 {
  color: #003150;
}
.statistics.redesigned .stat h3 span {
  margin: 0 0 20px;
  font-weight: 900;
  font-size: 6.25rem;
}
.statistics.redesigned .stat p {
  margin: 0;
}
.statistics.redesigned .stat .learn-more {
  margin-top: 26px;
  font-size: 1rem;
}

.statistics .stat a {
  display: block;
}

.statistics .stat:first-child {
  /* width: calc(31.35345667%); */
  background: url("../images/factoid1.jpg") 100% 0 no-repeat;
  background-size: 100% auto;
}

.statistics .stat:first-child .stat-wrapper {
  border-right: 1px solid #003150;
}

.statistics .stat:last-child .stat-wrapper {
  border-left: 1px solid #003150;
}

@media (max-width: 599px) {
  .statistics .stat {
    max-width: 100%;
    width: 100%;
  }
  .statistics .stat:first-child .stat-wrapper {
    border-right: none;
  }
  .statistics .stat:last-child .stat-wrapper {
    border-left: none;
  }
}
.statistics .stat:first-child a {
  padding: 41px 10px 30px 25px;
}

@media (max-width: 1024px) {
  .statistics .stat:first-child a {
    padding-right: 30px;
  }
}
@media (max-width: 599px) {
  .statistics .stat:first-child a {
    width: calc(100% - 32px);
    padding-right: 30px;
  }
}
.statistics .stat:first-child p {
  margin-left: 10px;
}

@media (max-width: 599px) {
  .statistics .stat:first-child p {
    margin-left: 0;
  }
}
.statistics .stat:last-child {
  /* width: calc(37.390457644%); */
  background: url("../images/factoid2.jpg") 100% 0 no-repeat;
  background-size: 100% auto;
}

/* @media (max-width: 1024px) {
  .statistics .stat:last-child {
    width: 50%;
  }
} */
@media (max-width: 599px) {
  .statistics .stat:last-child {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .statistics .stat:last-child a {
    padding-right: 30px;
  }
}
@media (max-width: 599px) {
  .statistics .stat:last-child a {
    padding-right: 30px;
    padding-left: 0;
  }
}
.statistics .stat h3 {
  color: #eb602c;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 17px;
}

.statistics .stat h3 span {
  display: block;
  font-weight: 800;
  font-size: 4.999375rem;
}

.statistics .stat h3 span span {
  display: inline;
  font-size: 2.5rem;
  font-weight: 900;
}

.statistics .stat p {
  color: #263747;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 500;
}

.statistics .stat p a {
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: all 0.1s ease;
  color: #003150;
  font-size: 0.75rem;
  margin-top: 14px;
}

.statistics .stat p a:hover {
  color: #b9c6d0;
}

.statistics .stat .learn-more {
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: all 0.1s ease;
  color: #003150;
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 10px;
}

.statistics .stat .learn-more:hover {
  color: #b9c6d0;
}

.cta-discovery-wrapper {
  position: relative;
  display: flex;
  gap: 18px;
}

.cta-discovery-wrapper img {
  max-width: 100%;
}

.container-discovery {
  background: #0089f1;
}

.cta-discovery-wrapper .container-map a {
  padding: 20px 0 0 0;
  color: #003150;
}

.cta-discovery-wrapper .container-map h3 {
  color: #eb602c;
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 20px;
}

.cta-discovery-wrapper .cta-discovery .container-map .learn-more {
  color: #003150;
}

@media (max-width: 1024px) {
  .cta-discovery-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
}
.cta-discovery-wrapper a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 41px 10px 30px 25px;
  transition: all 0.1s ease;
  cursor: pointer !important;
}

.cta-discovery-wrapper a:hover .learn-more,
.cta-discovery-wrapper p a:hover .learn-more {
  color: #b9c6d0;
}

.cta-discovery-wrapper .cta-discovery {
  cursor: pointer !important;
  padding: 50px 0 0 0;
  max-width: 300px;
  /* position: absolute;
  right: 0;
  top: -98px;
  width: calc(29.406037001%); */
  color: #fff;
}

.cta-discovery-wrapper .cta-discovery:before {
  position: absolute;
  top: 49px;
  right: -1px;
  width: 34px;
  height: 34px;
  background: #fff;
  content: "";
  z-index: 5;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

@media (max-width: 899px) {
  .cta-discovery-wrapper .cta-discovery {
    padding: 0 30px 0;
    margin-top: 20px;
  }
}
@media (max-width: 899px) {
  .cta-discovery-wrapper {
    display: block;
  }
  .cta-discovery-wrapper .cta-discovery {
    max-width: 100%;
  }
}
/* @media (max-width: 899px) {
  .cta-discovery-wrapper .cta-discovery {
    width: calc(100% - 60px);
    margin: 20px 0 0 0px;
    float: none;
  }
} */
.cta-discovery-wrapper .cta-discovery h4 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (max-width: 899px) {
  .cta-discovery-wrapper .cta-discovery h4 {
    word-spacing: inherit;
  }
}
.cta-discovery-wrapper .cta-discovery p {
  font-weight: 500;
  font-size: 1.083125rem;
  line-height: 1.2;
}

.cta-discovery-wrapper .cta-discovery .learn-more {
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: all 0.1s ease;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 10px;
}

.cta-discovery-wrapper .cta-discovery .learn-more:hover {
  color: #b9c6d0;
}

.page-content.whyhg {
  padding-right: 0;
}

.page-content.whyhg .practice-contacts ul {
  margin-left: 0;
  list-style: none;
}

.page-content.whyhg .practice-contacts h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 900;
  margin: 52px 0 40px 0;
}

.page-content.whyhg .practice-contacts li {
  margin-bottom: 17px;
}

.page-content.whyhg .practice-contacts li:after {
  content: "";
  display: table;
  clear: both;
}

.page-content.whyhg .practice-contacts li .headshot img {
  -webkit-clip-path: polygon(
    14.89361702% 0,
    100% 0,
    100% 100%,
    0 100%,
    0% 17.07317073%
  );
  clip-path: polygon(
    14.89361702% 0,
    100% 0,
    100% 100%,
    0 100%,
    0% 17.07317073%
  );
}

.page-content.news,
.page-content.search-results {
  padding-right: 93px;
}

@media (max-width: 999px) {
  .page-content.news,
  .page-content.search-results {
    padding-right: 0;
  }
}
.page-content.news ul,
.page-content.search-results ul {
  margin: 0;
  list-style: none;
}

.page-content.news li,
.page-content.search-results li {
  display: flex;
  margin-bottom: 62px;
}

@media (max-width: 639px) {
  .page-content.news li,
  .page-content.search-results li {
    display: block;
  }
}
.page-content.news li .thumbnail,
.page-content.search-results li .thumbnail {
  margin: 0 41px 0 70px;
}

.page-content.news li .thumbnail img,
.page-content.search-results li .thumbnail img {
  -webkit-clip-path: polygon(
    100% 0,
    100% 80.57553957%,
    80.57553957% 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(100% 0, 100% 80.57553957%, 80.57553957% 100%, 0 100%, 0 0);
  width: 140px;
}

@media (max-width: 999px) {
  .page-content.news li .thumbnail,
  .page-content.search-results li .thumbnail {
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .page-content.news li .thumbnail,
  .page-content.search-results li .thumbnail {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-content.news li .thumbnail img,
  .page-content.search-results li .thumbnail img {
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
    height: auto;
  }
}
.page-content.news li .excerpt h2,
.page-content.search-results li .excerpt h2 {
  font-size: 2.083125rem;
  margin-bottom: 24px;
  margin-top: 0;
}

@media (max-width: 899px) {
  .page-content.news li .excerpt h2,
  .page-content.search-results li .excerpt h2 {
    font-size: 1.875rem;
  }
}
.page-content.news li .excerpt h2 a,
.page-content.search-results li .excerpt h2 a {
  color: #003150;
  text-decoration: none;
  transition: all 0.1s ease;
}

.page-content.news li .excerpt h2 a:hover,
.page-content.search-results li .excerpt h2 a:hover {
  color: #eb602c;
}

.page-content.news li .excerpt .excerpt-copy p,
.page-content.search-results li .excerpt .excerpt-copy p {
  font-size: 1.66625rem;
}

@media (max-width: 899px) {
  .page-content.news li .excerpt .excerpt-copy p,
  .page-content.search-results li .excerpt .excerpt-copy p {
    font-size: 1.5rem;
  }
}
@media (max-width: 799px) {
  .page-content.news li .excerpt .excerpt-copy p,
  .page-content.search-results li .excerpt .excerpt-copy p {
    font-size: 1.25rem;
  }
}
.page-content.news li .excerpt .extended-copy,
.page-content.search-results li .excerpt .extended-copy {
  display: none;
}

.page-content.news li .excerpt .read-more a,
.page-content.search-results li .excerpt .read-more a {
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: all 0.1s ease;
  color: #003150;
  font-size: 0.75rem;
}

.page-content.news li .excerpt .read-more a:hover,
.page-content.search-results li .excerpt .read-more a:hover {
  color: #b9c6d0;
}

.page-content.news.single-news li .excerpt .extended-copy {
  display: block;
}

.page-content.contact {
  padding-right: 67px;
  padding-bottom: 100px;
}

@media (max-width: 999px) {
  .page-content.contact {
    padding-right: 0;
  }
}
.page-content.contact .row {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 999px) {
  .page-content.contact .row {
    display: block;
  }
}
#map {
  width: calc(50% - 33.5px);
  min-height: 400px;
}

@media (max-width: 999px) {
  #map {
    width: 100%;
  }
}
.contact-form {
  width: 75%;
}

@media (max-width: 999px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-form ul li {
  margin-bottom: 20px;
}

.contact-form .wpcf7-response-output {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #f00;
  font-weight: 700;
}

.contact-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 1px solid #003150;
}

/* Attorney Archive styles */
.page-content li.error {
  color: #eb602c;
}

.archive-attorneys li.error {
  padding-left: 43px;
}

.archive-attorneys.page-wrapper {
  padding-left: 0;
}

body.post-type-archive-attorneys {
  overflow-x: hidden;
}
body.post-type-archive-attorneys .hashwrapper:before {
  display: none;
}

.archive-attorneys.page-wrapper .page-header {
  margin: -30px -9999px 64px;
  padding: 113px 9999px 153px;
  background: url("../images/hg-hero-bg-2x.jpg") 50% 0 no-repeat;
  background-size: 100vw 100%;
  position: relative;
}
.archive-attorneys.page-wrapper .page-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 49, 80, 0.73);
}
.archive-attorneys.page-wrapper .page-header h1 {
  color: #fff;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -1.16px;
  position: relative;
  z-index: 2;
}
.archive-attorneys.page-wrapper .page-header h1 span {
  color: #fff;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .archive-attorneys.page-wrapper .page-header h1 {
    font-size: 40px;
    letter-spacing: 0;
  }
}

.archive-attorneys.page-wrapper .page-content {
  padding-left: 28px;
  padding-right: 0;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .archive-attorneys.page-wrapper .page-content {
    padding-left: 0;
  }
}

.archive-attorneys.page-wrapper .page-content img {
  max-width: 100%;
}

.archive-attorneys.page-wrapper .page-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 42px;
}

.archive-attorneys.page-wrapper .page-content ul:after {
  content: "";
  display: table;
  clear: both;
}

.archive-attorneys.page-wrapper .page-content ul li {
  margin: 0;
  width: 29.080675422%;
  /* margin-left: 6.378986867%; */
  /* float: left; */
  margin-bottom: 28px;
}

.archive-attorneys.page-wrapper .page-content .container-attorneySearch {
  display: flex;
  width: calc(100% - 13px);
  flex-wrap: wrap;
  position: relative;
  z-index: 4;
}

.archive-attorneys.page-wrapper .page-content .container-attorneySearch select,
.archive-attorneys.page-wrapper .input-section {
  border: none;
  /* border-bottom: 2px solid $light-blue; */
  color: #003150;
  background: transparent;
  font-family: proxima-nova, sans-serif;
  font-size: 19px;
  padding-bottom: 10px;
  max-width: 100%;
  width: 100%;
}

.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.68359 7.48438C5.85938 7.66016 6.10547 7.66016 6.28125 7.48438L11.4844 2.31641C11.6602 2.17578 11.6602 1.89453 11.4844 1.71875L10.7812 1.05078C10.6406 0.875 10.3594 0.875 10.1836 1.05078L6 5.19922L1.78125 1.05078C1.60547 0.875 1.35938 0.875 1.18359 1.05078L0.480469 1.71875C0.304688 1.89453 0.304688 2.17578 0.480469 2.31641L5.68359 7.48438Z' fill='%2311304E'/%3E%3C/svg%3E");
  position: absolute;
  top: 9px;
  right: 2px;
  background-color: #fff;
}

#landing-page-search-form input {
  border: none;
  padding: 0;
}

.archive-attorneys.page-wrapper .input-section {
  display: flex;
  border-bottom: 2px solid #003150;
}

.archive-attorneys.page-wrapper
  .input-section
  button.fa.fa-search.search-button {
  height: 35px;
}

.archive-attorneys.page-wrapper button {
  width: auto;
  background-color: transparent;
  color: #003150;
  opacity: 1;
  border: none;
}

.archive-attorneys.page-wrapper select:focus-visible {
  border-color: #0089f1;
}

.archive-attorneys.page-wrapper .container-attorneySearch .container-select,
.archive-attorneys.page-wrapper .input-section {
  margin-left: 43px;
  width: calc(25% - 43px);
  margin-bottom: 24px;
  position: relative;
}

.archive-attorneys.page-wrapper .input-section {
  margin-bottom: 24px;
  padding-bottom: 0;
}
.archive-attorneys.page-wrapper .input-section.in_use {
  border-color: #0089f1;
}
.archive-attorneys.page-wrapper
  .input-section.in_use
  #landing-page-search-form
  input,
.archive-attorneys.page-wrapper
  .input-section.in_use
  #landing-page-search-form
  + .search-button {
  color: #0089f1;
}

.archive-attorneys.page-wrapper .selected-filters-container {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .archive-attorneys.page-wrapper .selected-filters-container {
    margin-top: 0;
  }
}
.archive-attorneys.page-wrapper .selected-filters-container .clear-all,
.archive-attorneys.page-wrapper .selected-filters-container .see-all {
  padding: 0;
  position: static;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: none;
}
.archive-attorneys.page-wrapper .selected-filters-container .clear-all:hover,
.archive-attorneys.page-wrapper .selected-filters-container .see-all:hover {
  color: #eb602c;
}
.archive-attorneys.page-wrapper .selected-filters-container .see-all {
  display: inline-block;
}
.archive-attorneys.page-wrapper .selected-filters-container .see-all.hid {
  display: none;
}
.archive-attorneys.page-wrapper .selected-filters-container .clear-all {
  display: none;
}
.archive-attorneys.page-wrapper
  .selected-filters-container
  .clear-all.selected {
  display: inline-block;
}
.archive-attorneys.page-wrapper
  .selected-filters-container
  .selected-filter-label {
  height: fit-content;
  display: none;
  font-family: proxima nova, sans-serif;
  border: 1px solid #003150;
  color: #003150;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.91px;
  text-transform: uppercase;
  padding: 5px 24px 5px 10px;
  background-color: transparent;
}
.archive-attorneys.page-wrapper
  .selected-filters-container
  .selected-filter-label::after {
  font-weight: 300;
  content: "X";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.archive-attorneys.page-wrapper
  .selected-filters-container
  .selected-filter-label:hover {
  background-color: #003150;
  color: #f2f5f6;
}
.archive-attorneys.page-wrapper
  .selected-filters-container
  .selected-filter-label.selected {
  display: inline;
}

.archive-attorneys.page-wrapper input:-internal-autofill-selected {
  background-color: transparent;
}

.archive-attorneys.page-wrapper .container-attorneySearch input {
  color: #003150;
  font-family: "proxima-nova";
  font-size: 19px;
}

.archive-attorneys.page-wrapper .container-attorneySearch ::placeholder {
  color: #003150;
}

.attorney {
  display: none;
}

.attorney.active {
  display: block;
}

.btn-attorneyFilter {
  display: none;
}

.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select {
  position: relative;
  border-bottom: 0;
  box-sizing: border-box;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  select {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  select::-ms-expand {
  display: none;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select.in_use
  .custom-select-opener {
  color: #0089f1;
  border-color: #0089f1;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select.in_use
  .custom-select-opener:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.56641 8.39844C6.98828 8.85547 7.72656 8.85547 8.14844 8.39844L13.7734 2.77344C14.2305 2.35156 14.2305 1.61328 13.7734 1.19141C13.3516 0.734375 12.6133 0.734375 12.1914 1.19141L7.375 6.00781L2.52344 1.19141C2.10156 0.734375 1.36328 0.734375 0.941406 1.19141C0.484375 1.61328 0.484375 2.35156 0.941406 2.77344L6.56641 8.39844Z' fill='%230089F1'/%3E%3C/svg%3E%0A");
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-container {
  position: relative;
  box-sizing: border-box;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-container
  * {
  box-sizing: border-box;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-container.is-disabled {
  opacity: 0.333;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-container.is-open
  .custom-select-opener {
  color: #0089f1;
  border-color: #0089f1;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-container.is-open
  .custom-select-opener:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06641 0.601562C7.48828 0.144531 8.22656 0.144531 8.64844 0.601562L14.2734 6.22656C14.7305 6.64844 14.7305 7.38672 14.2734 7.80859C13.8516 8.26562 13.1133 8.26562 12.6914 7.80859L7.875 2.99219L3.02344 7.80859C2.60156 8.26562 1.86328 8.26562 1.44141 7.80859C0.984375 7.38672 0.984375 6.64844 1.44141 6.22656L7.06641 0.601562Z' fill='%230089F1'/%3E%3C/svg%3E");
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-container
  select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-opener {
  padding: 0 20px 16px 0;
  display: block;
  cursor: pointer;
  color: #003150;
  font-family: proxima-nova, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  width: 100%;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 2px solid #003150;
  background-color: #fff;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-opener:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 16px;
  height: 16px;
  right: 2px;
  z-index: 3;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.68359 7.48438C5.85938 7.66016 6.10547 7.66016 6.28125 7.48438L11.4844 2.31641C11.6602 2.17578 11.6602 1.89453 11.4844 1.71875L10.7812 1.05078C10.6406 0.875 10.3594 0.875 10.1836 1.05078L6 5.19922L1.78125 1.05078C1.60547 0.875 1.35938 0.875 1.18359 1.05078L0.480469 1.71875C0.304688 1.89453 0.304688 2.17578 0.480469 2.31641L5.68359 7.48438Z' fill='%2311304E'/%3E%3C/svg%3E");
  background-size: 16px auto;
  background-repeat: no-repeat;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-opener:hover {
  color: #0089f1;
  border-color: #0089f1;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-opener:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.56641 8.39844C6.98828 8.85547 7.72656 8.85547 8.14844 8.39844L13.7734 2.77344C14.2305 2.35156 14.2305 1.61328 13.7734 1.19141C13.3516 0.734375 12.6133 0.734375 12.1914 1.19141L7.375 6.00781L2.52344 1.19141C2.10156 0.734375 1.36328 0.734375 0.941406 1.19141C0.484375 1.61328 0.484375 2.35156 0.941406 2.77344L6.56641 8.39844Z' fill='%230089F1'/%3E%3C/svg%3E%0A");
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-panel {
  max-height: 0;
  transition: max-height 0.5s ease-out, overflow-y 0.1s 0.5s;
  overflow: hidden;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 12px 30px 0px rgba(0, 0, 0, 0.1);
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-panel::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-container.is-open
  .custom-select-panel {
  max-height: 530px;
  overflow-y: auto;
  z-index: 10;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-option {
  padding: 5px 10px;
  color: #003150;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.32px;
  cursor: pointer;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-option.is-selected,
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-option.has-focus {
  color: #0089f1;
  background-color: #fff;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-optgroup
  > .custom-select-option {
  padding-left: 2em;
}
.archive-attorneys.page-wrapper
  .page-content
  .container-attorneySearch
  .container-select
  .custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}

@media (max-width: 899px) {
  .container-attorneys {
    margin-top: 50px;
  }
  .archive-attorneys.page-wrapper .page-content ul {
    gap: 15px;
  }
  .archive-attorneys.page-wrapper .page-content ul li {
    width: calc(50% - 15px);
    /* margin-left: 30px; */
  }
  .archive-attorneys.page-wrapper .page-content .container-attorneySearch {
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    padding: 20px 15px;
    width: 100%;
  }
  .btn-attorneyFilter.closed {
    display: block;
  }
  .archive-attorneys.page-wrapper
    .page-content
    .btn-attorneyFilter.closed
    + .container-attorneySearch {
    display: none;
  }
  .archive-attorneys.page-wrapper button.btn-attorneyFilter {
    padding: 0;
    text-transform: inherit;
    font-weight: bold;
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #0089f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
    color: #0089f1;
  }
  .btn-attorneyFilter.closed svg path {
    fill: #003150;
  }
  .btn-attorneyFilter svg path {
    fill: #0089f1;
  }
  .archive-attorneys.page-wrapper button.btn-attorneyFilter.closed {
    border-bottom-color: #003150;
    color: #003150;
  }
  .archive-attorneys.page-wrapper
    .page-content
    .container-attorneySearch
    .container-select {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
    border-bottom-color: #003150;
    padding-bottom: 0;
  }
  .container-attorneySearch select {
    border-bottom-color: #003150;
  }
  .archive-attorneys.page-wrapper .input-section {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
    border-bottom-color: #003150;
  }
  form#landing-page-search-form {
    width: calc(100% - 38px);
  }
  .archive-attorneys.page-wrapper button {
    padding-right: 0;
  }
  .archive-attorneys.page-wrapper .container-attorneySearch input {
    padding-left: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 599px) {
  .archive-attorneys.page-wrapper .page-content ul li {
    width: 100%;
    margin-left: 0px;
  }
  .archive-attorneys.page-wrapper .page-content ul li:nth-child(3n + 1) {
    margin-left: 0px;
  }
  .archive-attorneys.page-wrapper .page-content ul li:nth-child(2n + 1) {
    margin-left: 0px;
  }
}
.archive-attorneys.page-wrapper .page-content ul li .headshot:after {
  display: none;
}

.archive-attorneys.page-wrapper .page-content ul li .headshot img {
  -webkit-clip-path: polygon(
    14.47811448% 0,
    100% 0,
    100% 100%,
    0 100%,
    0% 16.53846154%
  );
  clip-path: polygon(
    14.47811448% 0,
    100% 0,
    100% 100%,
    0 100%,
    0% 16.53846154%
  );
}

@media (max-width: 599px) {
  .archive-attorneys.page-wrapper .page-content ul li .details {
    float: right;
  }
}
.archive-attorneys.page-wrapper .page-content ul li .details h4 {
  font-size: 1.125rem;
}

.archive-attorneys.page-wrapper .page-content ul li .details dl dd.title {
  font-size: 1.125rem;
}

.archive-attorneys.page-wrapper .page-content ul li .details dl dd.division {
  font-size: 1.125rem;
}

.archive-attorneys.page-wrapper .page-content ul li .details dl dd.email {
  color: #003150;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}
.archive-attorneys.page-wrapper .page-content ul li .details dl dd.email a {
  display: block;
  padding: 5px 24px;
  border: 1px solid #003150;
  background: #fff;
}
.archive-attorneys.page-wrapper
  .page-content
  ul
  li
  .details
  dl
  dd.email
  a:hover {
  color: #fff;
  background: #003150;
}

.archive-attorneys.page-wrapper .page-content ul li .details dl dd.tel {
  font-size: 1.125rem;
}

@media (max-width: 999px) {
  .single-attorneys {
    padding-right: 0px;
  }
}
.single-attorneys header.bio {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 799px) {
  .single-attorneys header.bio {
    display: block;
  }
}
.single-attorneys header.bio .details {
  width: calc(48.645833333% - 60px);
  padding: 26px 0 120px 0;
  position: relative;
}

.single-attorneys header.bio .details h1 {
  font-size: 3.5rem;
  color: #003150;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.single-attorneys header.bio .details dl dt {
  display: none;
}

.single-attorneys header.bio .details dl dd.title {
  font-size: 3.5rem;
  color: #003150;
  font-weight: 300;
}

.single-attorneys header.bio .details dl dd.division {
  position: absolute;
  top: 26px;
  left: calc(100% + 40px);
  padding: 20px 12px;
  color: #003150;
  font-weight: 700;
  font-size: 1.083125rem;
  background: #fff;
  z-index: 10;
  white-space: nowrap;
}

@media (max-width: 799px) {
  .single-attorneys header.bio .details {
    width: 100%;
    padding-bottom: 30px;
  }
}
.single-attorneys header.bio .details .mobile-headshot {
  display: none;
}

@media (max-width: 799px) {
  .single-attorneys header.bio .details .mobile-headshot {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .single-attorneys header.bio .details .mobile-headshot img {
    max-width: 100%;
  }
}
.single-attorneys header.bio .details .contact-info,
.single-attorneys header.bio .details .contact-info a {
  font-size: 1.5rem;
  color: #b9c6d0;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

.single-attorneys header.bio .details .contact-info a:hover {
  color: #0089f1;
}

.single-attorneys header.bio .details .contact-info .telsocial {
  margin-top: 20px;
  margin-bottom: 30px;
}

.single-attorneys header.bio .details .contact-info .telsocial:after {
  content: "";
  display: table;
  clear: both;
}

.single-attorneys header.bio .details .contact-info .telsocial .tel {
  clear: left;
  display: inline-block;
  line-height: 36px;
  text-decoration: none;
  margin-right: 28px;
}

.single-attorneys header.bio .details .contact-info .telsocial ul {
  clear: left;
  display: block;
  margin: 10px 0;
}

.single-attorneys header.bio .details .contact-info .telsocial ul:after {
  content: "";
  display: table;
  clear: both;
}

.single-attorneys header.bio .details .contact-info .telsocial ul li {
  float: left;
  margin-left: 8px;
}

.single-attorneys
  header.bio
  .details
  .contact-info
  .telsocial
  ul
  li:first-child {
  margin-left: 0;
}

.single-attorneys header.bio .details .contact-info .telsocial ul li a {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  background: #8ba0b0;
  width: 28px;
  height: 28px;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  text-decoration: none;
  color: #fff;
  font-size: 0.875rem;
  transition: all 0.1s ease;
}

.single-attorneys header.bio .details .contact-info .telsocial ul li a:hover {
  background: #b9c6d0;
}

.single-attorneys header.bio .details .contact-info .telsocial .email {
  display: block;
  clear: left;
  text-decoration: none;
}

.single-attorneys header.bio .details .contact-info .vcard {
  margin-top: 10px;
  display: block;
}

.single-attorneys header.bio .details .contact-info address h5 {
  font-weight: 700;
  margin-bottom: 6px;
}

.single-attorneys header.bio .details .contact-info address p {
  line-height: 1.4;
}

.single-attorneys header.bio .details .contact-info address + address {
  margin-top: 20px;
}

.single-attorneys header.bio .headshot {
  width: 51.041666667%;
}

@media (max-width: 799px) {
  .single-attorneys header.bio .headshot {
    display: none;
  }
}
.single-attorneys header.bio .headshot img {
  max-width: 100%;
  -webkit-clip-path: polygon(
    100% 0,
    100% 100%,
    12.24489796% 100%,
    0 86.01398601%,
    0 0
  );
  clip-path: polygon(100% 0, 100% 100%, 12.24489796% 100%, 0 86.01398601%, 0 0);
}

.single-attorneys .page-content {
  padding-right: 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 799px) {
  .single-attorneys .page-content {
    display: block;
  }
}
@media (max-width: 799px) {
  .single-attorneys .content {
    width: 100%;
  }
}
.single-attorneys .content .about {
  position: relative;
  top: 0px;
  padding-top: 30px;
}

@media (max-width: 1299px) {
  .single-attorneys .content .about {
    padding-top: 0;
  }
}
.single-attorneys .content .about h2 {
  padding: 24px 30px 24px 30px;
  background: #eb602c;
  position: absolute;
  top: -110px;
  left: -110px;
  display: inline-block;
  color: #fff;
  -webkit-clip-path: polygon(
    100% 0,
    100% 76.85185185%,
    87.92270531% 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(100% 0, 100% 76.85185185%, 87.92270531% 100%, 0 100%, 0 0);
  font-weight: 800;
}

.single-attorneys .content .about h2 + p {
  text-indent: 100px;
}

@media (max-width: 1299px) {
  .single-attorneys .content .about h2 {
    position: static;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .single-attorneys .content .about h2 + p {
    text-indent: 0px;
  }
}
.single-attorneys .content .about p strong {
  color: #003150;
  font-weight: 700;
}

.single-attorneys .content .related-matters h3 {
  left: -110px;
  position: relative;
  display: inline-block;
  font-weight: 800;
  color: #003150;
  font-size: 2.91625rem;
  padding-top: 27px;
  border-top: 6px solid #003150;
  margin-top: 30px;
  margin-bottom: 0px;
}

@media (max-width: 1299px) {
  .single-attorneys .content .related-matters h3 {
    position: static;
  }
}
.single-attorneys .content .related-matters ul {
  margin-left: 20px;
}

.single-attorneys .content .related-matters ul li {
  color: #b9c6d0;
}

.single-attorneys .content .related-matters ul li span {
  color: #003150;
}

.single-attorneys .resume {
  position: relative;
}

@media (max-width: 799px) {
  .single-attorneys .resume {
    width: 100%;
  }
}
.single-attorneys .resume .testimonial {
  position: relative;
  margin-top: -160px;
  right: -67px;
  background: #0089f1;
  padding: 40px 20px 40px 20px;
  width: 100%;
  margin-bottom: 60px;
}

@media (max-width: 999px) {
  .single-attorneys .resume .testimonial {
    right: 0;
    margin-top: 0;
  }
}
@media (max-width: 799px) {
  .single-attorneys .resume .testimonial {
    width: calc(100% - 40px);
  }
}
.single-attorneys .resume .testimonial:before {
  display: none;
}

.single-attorneys .resume .testimonial:after {
  display: none;
}

.single-attorneys .resume .testimonial p {
  font-family: proxima-nova, sans-serif;
  font-size: 1.083125rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
  font-style: italic;
}

.single-attorneys .resume .testimonial p strong {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
}

.single-attorneys .resume .testimonial p strong.ldquo {
  display: inline;
}

.single-attorneys .resume h4 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.single-attorneys .resume ul {
  margin-top: 0;
}

.single-attorneys .resume ul li {
  font-size: 1.25rem;
  color: #003150;
  line-height: 1.2;
  margin-bottom: 20px;
}

.single-attorneys .resume p {
  font-size: 1.25rem;
  color: #003150;
  line-height: 1.2;
  margin-bottom: 10px;
}

.archive-services .service {
  margin-bottom: 50px;
  padding-bottom: 0px;
  border-bottom: 1px solid #b9c6d0;
}

.archive-services .service:last-child {
  border-bottom: none;
}

@media (max-width: 999px) {
  .single-services {
    padding-right: 0px;
  }
}
@media (max-width: 999px) {
  .single-services .page-content {
    padding-right: 0px;
  }
}
.single-services .service-content-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 799px) {
  .single-services .service-content-wrapper {
    display: block;
  }
}
@media (max-width: 799px) {
  .single-services .sidebar {
    width: 100%;
    margin-top: 60px;
  }
}
.single-services .sidebar .accolades {
  width: 100%;
  margin-bottom: 60px;
}

.single-services .sidebar .accolades img {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 799px) {
  .single-services .sidebar .accolades img {
    width: auto;
  }
}
.page-content.ebooks {
  padding-right: 67px;
}

.page-content.ebooks .content {
  width: 100%;
}

@media (max-width: 999px) {
  .page-content.ebooks .row {
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .page-content.ebooks {
    padding-right: 0;
  }
}
.ebook-grid {
  width: 100%;
  padding: 40px 0;
}

.ebook-grid:after {
  content: "";
  display: table;
  clear: both;
}

.ebook-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ebook-grid li {
  width: calc(33.33% - 30px);
  float: left;
  margin-left: 45px;
  margin-bottom: 30px;
}

.ebook-grid li .download-icon {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 1.5rem;
  color: #fff;
  z-index: 10;
}

.ebook-grid li:nth-child(3n + 1) {
  clear: left;
  margin-left: 0;
}

@media (max-width: 899px) {
  .ebook-grid li {
    width: calc(50% - 30px);
    margin-left: 30px;
  }
  .ebook-grid li img {
    width: 100%;
    max-width: 100%;
  }
  .ebook-grid li:nth-child(3n + 1) {
    clear: none;
    margin-left: 30px;
  }
  .ebook-grid li:nth-child(2n + 1) {
    clear: none;
    margin-left: 0px;
  }
}
@media (max-width: 639px) {
  .ebook-grid li {
    width: 100%;
    margin-left: 0px;
  }
  .ebook-grid li img {
    width: 100%;
    max-width: 100%;
  }
  .ebook-grid li:nth-child(3n + 1) {
    clear: none;
    margin-left: 0px;
  }
  .ebook-grid li:nth-child(2n + 1) {
    clear: none;
    margin-left: 0px;
  }
}
.ebook-grid li a {
  display: block;
  width: 100%;
  position: relative;
}

.ebook-grid li a img {
  max-width: 100%;
}

.ebook-grid li h3 {
  font-weight: 300;
  font-size: 1.75rem;
  margin-top: 20px;
}

.ebook-grid li h3 a {
  color: #003150;
  text-decoration: none;
}

@media (max-width: 999px) {
  .blog.page-content .row {
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .blog.page-content {
    padding-right: 0;
  }
}
.blog.page-content h2.article-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.blog.page-content .pagination {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #8ba0b0;
}

.blog.page-content .pagination ul {
  margin-top: 0;
}

.blog.page-content .post-meta {
  margin-bottom: 24px;
}

.blog.page-content .post-meta:after {
  content: "";
  display: table;
  clear: both;
}

.blog.page-content .post-meta dt {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.blog.page-content .post-meta dd {
  font-size: 1rem;
  color: #8ba0b0;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.blog.page-content .post-meta dd:after {
  content: "";
  background: #8ba0b0;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

.blog.page-content .post-meta dd.author {
  padding-left: 0;
}

.blog.page-content .post-meta dd.date:after {
  display: none;
}

.blog.page-content .post-meta dd.categories {
  clear: left;
  width: 100%;
  padding-left: 0;
  margin-top: 5px;
}

.blog.page-content .post-meta dd:last-child:after {
  display: none;
}

.blog.page-content .post-share {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #8ba0b0;
}

.blog.page-content .post-share:after {
  content: "";
  display: table;
  clear: both;
}

.blog.page-content .post-share h4 {
  display: inline-block;
  float: left;
  margin: 0 20px 0 0;
  font-weight: 900;
  text-transform: uppercase;
  color: #003150;
  line-height: 32px;
  font-size: 1rem;
}

.blog.page-content .post-share ul {
  float: left;
  margin-top: 0;
}

.blog.page-content .post-share li {
  float: left;
  margin-left: 8px;
  font-size: 1rem;
}

.blog.page-content .post-share li:first-child {
  margin-left: 0;
}

.blog.page-content .post-share li a {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  background: #8ba0b0;
  width: 32px;
  height: 32px;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  text-decoration: none;
  color: #fff;
  transition: all 0.1s ease;
}

.blog.page-content .post-share li a:hover {
  background: #b9c6d0;
}

@media (max-width: 639px) {
  .blog.page-content .content .thumbnail img {
    width: 100%;
  }
}
.blog.page-content ul {
  margin-left: 0;
  list-style: none;
}

.blog.page-content li {
  display: flex;
  margin-bottom: 62px;
}

@media (max-width: 639px) {
  .blog.page-content li {
    display: block;
  }
}
.blog.page-content li .thumbnail {
  margin: 0 41px 0 0px;
}

.blog.page-content li .thumbnail img {
  -webkit-clip-path: polygon(
    100% 0,
    100% 80.57553957%,
    80.57553957% 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(100% 0, 100% 80.57553957%, 80.57553957% 100%, 0 100%, 0 0);
  width: 140px;
}

@media (max-width: 999px) {
  .blog.page-content li .thumbnail {
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .blog.page-content li .thumbnail {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog.page-content li .thumbnail img {
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
    height: auto;
  }
}
.blog.page-content li .excerpt h2 {
  font-size: 2.083125rem;
  margin-bottom: 24px;
  margin-top: 0;
}

@media (max-width: 899px) {
  .blog.page-content li .excerpt h2 {
    font-size: 1.875rem;
  }
}
.blog.page-content li .excerpt h2 a {
  color: #003150;
  text-decoration: none;
  transition: all 0.1s ease;
}

.blog.page-content li .excerpt h2 a:hover {
  color: #eb602c;
}

.blog.page-content li .excerpt .excerpt-copy p {
  font-size: 1.66625rem;
}

@media (max-width: 899px) {
  .blog.page-content li .excerpt .excerpt-copy p {
    font-size: 1.5rem;
  }
}
@media (max-width: 799px) {
  .blog.page-content li .excerpt .excerpt-copy p {
    font-size: 1.25rem;
  }
}
.blog.page-content li .excerpt .learn-more a {
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: all 0.1s ease;
  color: #003150;
  font-size: 0.75rem;
}

.blog.page-content li .excerpt .learn-more a:hover {
  color: #b9c6d0;
}

.blog.page-content li.full-article {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #b9c6d0;
}

.blog.page-content li.full-article .thumbnail {
  width: 100%;
  margin: 0 0 30px 0;
}

.blog.page-content li.full-article .thumbnail img {
  width: 100%;
  -webkit-clip-path: none;
  clip-path: none;
}

.blog.page-content .sidebar h3 {
  margin-bottom: 20px;
}

.blog.page-content .sidebar .sign-up {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #b9c6d0;
}

.blog.page-content .sidebar .sign-up input {
  margin-bottom: 10px;
  width: calc(80% - 25px);
  float: left;
  margin-right: 5px;
}

.blog.page-content .sidebar .sign-up button {
  width: calc(20% - 5px);
  float: left;
  padding: 0;
}

.blog.page-content .sidebar .sign-up p:after {
  content: "";
  display: table;
  clear: both;
}

.blog.page-content .sidebar .share {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #b9c6d0;
}

.blog.page-content .sidebar .share ul {
  margin: 0;
}

.blog.page-content .sidebar .share ul:after {
  content: "";
  display: table;
  clear: both;
}

.blog.page-content .sidebar .share li {
  float: left;
  margin-left: 8px;
  margin-bottom: 0;
  font-size: 1rem;
}

.blog.page-content .sidebar .share li:first-child {
  margin-left: 0;
}

.blog.page-content .sidebar .share li a {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  background: #8ba0b0;
  width: 32px;
  height: 32px;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  text-decoration: none;
  color: #fff;
  transition: all 0.1s ease;
}

.blog.page-content .sidebar .share li a:hover {
  background: #b9c6d0;
}

.blog.page-content .sidebar .categories ul {
  margin-top: 0;
  display: block;
}

.blog.page-content .sidebar .categories li {
  margin-bottom: 4px;
  font-size: 1rem;
  display: block;
}

.blog.page-content .sidebar .categories li.current-cat a {
  color: #eb602c;
  text-decoration: none;
  font-weight: 700;
}

.blog.page-content .sidebar .categories li.current-cat li a {
  color: #0089f1;
  font-weight: 400;
}

.blog.page-content .sidebar .categories li ul {
  margin: 5px 0 5px 20px;
  clear: left;
}

.blog.page-content .sidebar .categories a {
  text-decoration: none;
  transition: all 0.1s ease;
}

.blog.page-content .sidebar .categories a:hover {
  text-decoration: underline;
}

.blog.page-content .post-content ul,
.blog.page-content .post-content ol,
.blog.page-content .excerpt ul,
.blog.page-content .excerpt ol {
  margin: 0 0 30px 40px;
}

.blog.page-content .post-content ul li,
.blog.page-content .post-content ol li,
.blog.page-content .excerpt ul li,
.blog.page-content .excerpt ol li {
  margin: 0 0 30px 0px;
  display: list-item;
  list-style: disc;
}

.blog.page-content .post-content ol li,
.blog.page-content .excerpt ol li {
  list-style: decimal;
}

.blog.page-content .post-content ul li,
.blog.page-content .excerpt ul li {
  list-style: disc;
}

.page-content .recruiting-top {
  padding-right: 67px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 799px) {
  .page-content .recruiting-top {
    display: block;
  }
}
.page-content p.jobopps {
  margin-bottom: 80px;
  font-size: 1rem;
}

.page-content p.jobopps a {
  color: #eb602c;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.1s ease;
}

.page-content p.jobopps a:hover {
  color: #0089f1;
  text-decoration: underline;
}

.recruiting-bottom-content {
  padding-right: 67px;
}

.testimonial {
  padding-top: 100px;
  padding-left: 48px;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 999px) {
  .testimonial {
    padding-top: 60px;
  }
}
.testimonial .testimonial-container:after {
  content: "";
  display: table;
  clear: both;
}

.testimonial:before {
  background: #eb602c;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -2px;
  left: -65px;
  text-align: center;
  line-height: 145px;
  color: #fff;
  content: "“";
  font-size: 100px;
}

@media (max-width: 1149px) {
  .testimonial:before {
    left: 0px;
  }
}
@media (max-width: 999px) {
  .testimonial:before {
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 90px;
  }
}
.testimonial:after {
  position: absolute;
  top: 68px;
  left: 6px;
  width: 30px;
  height: 30px;
  background: #fff;
  content: "";
  z-index: 5;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

@media (max-width: 1149px) {
  .testimonial:after {
    left: 71px;
  }
}
@media (max-width: 999px) {
  .testimonial:after {
    top: 43px;
    left: 45px;
    width: 15px;
    height: 15px;
  }
}
.testimonial .testimonial-img {
  float: left;
  width: 220px;
  margin-right: 42px;
  position: relative;
}

@media (max-width: 1149px) {
  .testimonial .testimonial-img {
    margin-left: 60px;
  }
}
@media (max-width: 999px) {
  .testimonial .testimonial-img {
    margin-left: 20px;
  }
}
@media (max-width: 899px) {
  .testimonial .testimonial-img {
    width: 140px;
  }
  .testimonial .testimonial-img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 699px) {
  .testimonial .testimonial-img {
    width: 240px;
    float: none;
    clear: left;
  }
}
@media (max-width: 599px) {
  .testimonial .testimonial-img {
    width: 140px;
  }
}
.testimonial .testimonial-img:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 33px;
  height: 33px;
  background: #fff;
  content: "";
  z-index: 5;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
  clip-path: polygon(100% 0, 0% 100%, 0 0);
}

.testimonial .testimonial-content {
  width: calc(100% - 42px - 220px);
  float: left;
}

@media (max-width: 1149px) {
  .testimonial .testimonial-content {
    width: calc(100% - 42px - 347px);
  }
}
@media (max-width: 899px) {
  .testimonial .testimonial-content {
    width: calc(100% - 42px - 200px);
  }
}
@media (max-width: 699px) {
  .testimonial .testimonial-content {
    width: calc(100% - 42px - 40px);
    float: none;
    clear: left;
    margin: 30px 0 0 20px;
  }
}
.testimonial .testimonial-content p {
  font-size: 1.25rem;
  color: #8ba0b0;
  font-weight: 700;
}

.testimonial .testimonial-content p strong {
  color: #eb602c;
}

.testimonial .testimonial-content cite {
  font-size: 1rem;
  color: #8ba0b0;
  font-weight: 400;
}

#job-opportunities {
  margin-right: 67px;
}

#job-opportunities .job {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #b9c6d0;
}

#job-opportunities .job h4 {
  padding-top: 30px;
  position: relative;
  font-weight: 700;
}

#job-opportunities .job h4:before {
  display: block;
  width: 100px;
  height: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #5c763e;
}

#job-opportunities .job h5 {
  font-weight: 700;
}

#job-opportunities .job .job-contact a {
  color: #003150;
  text-decoration: none;
  transition: all 0.1s ease;
}

#job-opportunities .job .job-contact a:hover {
  color: #eb602c;
  text-decoration: underline;
}

/* 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.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 */
/* Icons */
@font-face {
  font-family: "slick";
  src: slick-font-url("slick.eot");
  src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"),
    slick-font-url("slick.woff") format("woff"),
    slick-font-url("slick.ttf") format("truetype"),
    slick-font-url("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: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

.bg-blue .gform_wrapper.gravity-theme input,
.container-lightForm .gform_wrapper.gravity-theme input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.bg-blue .gform_wrapper.gravity-theme input::placeholder,
.container-lightForm .gform_wrapper.gravity-theme input::placeholder {
  color: #fff;
}
.bg-blue .gform_wrapper.gravity-theme input[type="submit"],
.container-lightForm .gform_wrapper.gravity-theme input[type="submit"] {
  width: auto;
  margin-top: 14px;
}
.bg-blue .gform_wrapper.gravity-theme input[type="text"],
.bg-blue .gform_wrapper.gravity-theme input[type="email"],
.container-lightForm .gform_wrapper.gravity-theme input[type="text"],
.container-lightForm .gform_wrapper.gravity-theme input[type="email"] {
  padding: 13px;
}
.bg-blue .gform_wrapper.gravity-theme select,
.container-lightForm .gform_wrapper.gravity-theme select {
  height: 47px;
  appearance: none;
  padding: 13px 24px 13px 13px;
}
@media (max-width: 641px) {
  .bg-blue
    .gform_wrapper.gravity-theme
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
      [type="file"]
    ),
  .container-lightForm
    .gform_wrapper.gravity-theme
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
      [type="file"]
    ) {
    line-height: initial;
    min-height: auto;
  }
}
.bg-blue .gform_wrapper.gravity-theme .ginput_container_select,
.container-lightForm .gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
.bg-blue .gform_wrapper.gravity-theme .ginput_container_select::after,
.container-lightForm
  .gform_wrapper.gravity-theme
  .ginput_container_select::after {
  content: "";
  background: url("../images/down-arrow.png") no-repeat;
  display: block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 8px;
  top: 22px;
}
.bg-blue .gform_wrapper.gravity-theme .gfield_description,
.container-lightForm .gform_wrapper.gravity-theme .gfield_description {
  color: #fff;
  font-size: 13px;
  text-align: right;
}
.bg-blue .gform_wrapper.gravity-theme .gfield_description.validation_message,
.container-lightForm
  .gform_wrapper.gravity-theme
  .gfield_description.validation_message {
  color: #c02b0a;
  text-align: left;
}
.bg-blue .gform_wrapper.gravity-theme .ginput_preview,
.container-lightForm .gform_wrapper.gravity-theme .ginput_preview {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bg-blue .gform_wrapper.gravity-theme .gform_delete_file,
.container-lightForm .gform_wrapper.gravity-theme .gform_delete_file {
  width: auto;
  height: 1.5rem;
  padding: 0;
}
.bg-blue .gform_wrapper.gravity-theme .gform_footer,
.container-lightForm .gform_wrapper.gravity-theme .gform_footer {
  margin-top: 0;
  padding-top: 0;
}
.bg-blue .gform_confirmation_message,
.container-lightForm .gform_confirmation_message {
  color: #fff;
}

.bg-gray {
  background-color: #f2f5f6;
}
.bg-gray.transparent {
  background-color: rgba(242, 245, 246, 0.78);
}

.bg-blue {
  background-color: #003150;
}
.bg-blue.transparent {
  background-color: rgba(0, 49, 80, 0.78);
}

.padded,
header.page-header.padded,
.row.padded,
.page-content.collapse-full .row.padded {
  padding: 146px 136px 152px;
  padding-right: 136px;
}
@media (max-width: 1134px) {
  .padded,
  header.page-header.padded,
  .row.padded,
  .page-content.collapse-full .row.padded {
    padding: 30px;
    padding-right: 30px;
  }
}

.md-visible {
  display: none;
}
@media (max-width: 900px) {
  .md-visible {
    display: block;
  }
}

@media (max-width: 600px) {
  .sm-hidden {
    display: none;
  }
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white span,
.text-white p,
.text-white div,
.text-white header.page-header h1 {
  color: #fff;
}

h2.h1,
h3.h1,
h4.h1,
h5.h1,
h6.h1 {
  font-size: 3.5rem;
  color: #eb602c;
  line-height: 1;
  font-weight: 800;
}
h2.h1 span,
h3.h1 span,
h4.h1 span,
h5.h1 span,
h6.h1 span {
  color: #003150;
}

header.page-header .text-white h1 {
  color: #fff;
}
header.page-header .text-white h1 span {
  color: #eb602c;
}

.page-content h2 span {
  color: #eb602c;
}

.container-cutCornerUpperLeft {
  padding: 40px;
  position: relative;
  clip-path: polygon(35px 0, 100% 0, 100% 100%, 0 100%, 0 35px);
}

.container-1-2 {
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .container-1-2 {
    width: 100%;
  }
}
.container-1-2 img {
  max-width: 100%;
}
.container-1-2 h2:first-of-type {
  margin: 0 0 10px;
}
.container-1-2.center-content {
  display: flex;
  align-items: center;
}

.container-1-3 {
  width: 33%;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .container-1-3 {
    width: 100%;
  }
}
.container-1-3 img {
  max-width: 100%;
}
.container-1-3 h2:first-of-type {
  margin: 0 0 10px;
}

.container-2-3 {
  width: 66%;
}
@media (max-width: 900px) {
  .container-2-3 {
    width: 100%;
  }
}
.container-2-3 img {
  max-width: 100%;
}
.container-2-3 h2:first-of-type {
  margin: 0 0 10px;
}

.vCenter-content {
  text-align: center;
}
.vCenter-content h2 {
  margin-top: 0;
}

.page-template-tpl-better-practices,
.page-template-tmpl-form-lp,
.page-template-tmpl-narrowform-lp {
  background-image: none !important;
}
.page-template-tpl-better-practices p,
.page-template-tmpl-form-lp p,
.page-template-tmpl-narrowform-lp p {
  font-weight: 300;
}
.page-template-tpl-better-practices main.main,
.page-template-tmpl-form-lp main.main,
.page-template-tmpl-narrowform-lp main.main {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
@media (max-width: 1134px) {
  .page-template-tpl-better-practices main.main,
  .page-template-tmpl-form-lp main.main,
  .page-template-tmpl-narrowform-lp main.main {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-tpl-better-practices .hashwrapper,
.page-template-tmpl-form-lp .hashwrapper,
.page-template-tmpl-narrowform-lp .hashwrapper {
  max-width: 100%;
  width: 100%;
}
.page-template-tpl-better-practices .hashwrapper::before,
.page-template-tmpl-form-lp .hashwrapper::before,
.page-template-tmpl-narrowform-lp .hashwrapper::before {
  display: none;
}
.page-template-tpl-better-practices header.masthead .sticky-wrapper,
.page-template-tmpl-form-lp header.masthead .sticky-wrapper,
.page-template-tmpl-narrowform-lp header.masthead .sticky-wrapper {
  padding: 26px 67px 50px 53px;
}
@media (max-width: 1134px) {
  .page-template-tpl-better-practices header.masthead .sticky-wrapper,
  .page-template-tmpl-form-lp header.masthead .sticky-wrapper,
  .page-template-tmpl-narrowform-lp header.masthead .sticky-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-template-tpl-better-practices {
  background-image: none !important;
}
.page-template-tpl-better-practices p {
  font-size: 18px;
  line-height: 27px;
}
.page-template-tpl-better-practices main.main {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
@media (max-width: 1134px) {
  .page-template-tpl-better-practices main.main {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-tpl-better-practices .page-wrapper.container-hero h2 {
  font-size: 26px;
  font-weight: 800;
  margin: 20px 0;
}
.page-template-tpl-better-practices .page-wrapper.container-hero .text-white {
  max-width: 566px;
}
@media (max-width: 900px) {
  .page-template-tpl-better-practices .page-wrapper.container-hero {
    max-width: 100%;
  }
}
.page-template-tpl-better-practices .hashwrapper {
  max-width: 100%;
  width: 100%;
}
.page-template-tpl-better-practices .hashwrapper::before {
  display: none;
}
.page-template-tpl-better-practices header.page-header {
  left: 0;
}
.page-template-tpl-better-practices .page-wrapper {
  padding: 0px;
  max-width: 1194px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1134px) {
  .page-template-tpl-better-practices .page-wrapper {
    padding: 0;
  }
}
.page-template-tpl-better-practices .row {
  display: flex;
}
@media (max-width: 900px) {
  .page-template-tpl-better-practices .row {
    flex-direction: column;
  }
}
.page-template-tpl-better-practices .bg-img1-2 .container-copy {
  padding-left: 90px;
}
@media (max-width: 1099px) {
  .page-template-tpl-better-practices .bg-img1-2 .container-copy {
    padding: 30px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-better-practices .bg-img1-2 .container-copy {
    padding: 0 30px 30px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-better-practices .bg-img1-2 {
    background-image: none !important;
  }
}
.page-template-tpl-better-practices
  .gform_wrapper
  .gfield--type-fileupload
  label {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 0;
  padding: 5px 5px 5px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-tpl-better-practices
  .gform_wrapper
  .gfield--type-fileupload
  label::after {
  content: "CHOOSE FILE";
  align-items: center;
  background-color: #00253c;
  display: flex;
  font-size: 12px;
  height: 34px;
  padding: 0 18px;
}
.page-template-tpl-better-practices
  .gform_wrapper
  .gfield--type-fileupload
  label::file-select-button {
  display: none;
}
.page-template-tpl-better-practices
  .gform_wrapper
  .gfield--type-fileupload
  label
  .gfield_required {
  display: none;
}
.page-template-tpl-better-practices
  .gform_wrapper
  .gfield--type-fileupload
  label
  .gfield_description {
  color: #fff;
}
.page-template-tpl-better-practices .gform_wrapper input[type="file"] {
  display: none;
}

@media (min-width: 901px) {
  .quotes {
    padding: 100px 150px 0 85px;
  }
}
@media (max-width: 900px) {
  .quotes {
    max-width: 100%;
    width: 100%;
    padding: 30px 0;
  }
}
.quotes.slick-slider.slick-dotted {
  margin-bottom: 120px;
}
@media (max-width: 900px) {
  .quotes.slick-slider.slick-dotted {
    margin-bottom: 30px;
  }
}
.quotes .testimonial {
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .quotes .testimonial::after {
    top: 44px;
  }
}
.quotes .testimonial::before {
  top: -3px;
}
@media (max-width: 900px) {
  .quotes .testimonial {
    width: calc(100% - 40px);
  }
  .quotes .testimonial .testimonial-content p {
    font-size: 1rem;
  }
}
.quotes .slick-prev {
  left: 25px;
}
@media (max-width: 900px) {
  .quotes .slick-prev {
    left: 10px;
  }
}
.quotes .slick-next {
  right: 25px;
  transform: scaleX(-1);
}
@media (max-width: 900px) {
  .quotes .slick-next {
    right: 10px;
  }
}
.quotes .slick-prev:before,
.quotes .slick-next:before {
  content: "";
  display: block;
  height: 68px;
  width: 25px;
  background: url("../images/angle-left.svg") no-repeat;
}

.page-content {
  padding-bottom: 0;
}

.page-content ul.slick-dots {
  margin: 0 auto;
  left: 0;
}
@media (min-width: 901px) {
  .page-content ul.slick-dots li {
    padding: 0;
    margin: 0;
    width: 12px;
  }
}
.page-content ul.slick-dots li button {
  padding: 2px;
}
.page-content ul.slick-dots li button::before {
  font-size: 9px;
  color: #8b9faf;
}

.bg-img1-2 {
  background-size: 50% 100%;
  background-repeat: no-repeat;
  min-height: 44vw;
}
@media (max-width: 1199px) {
  .bg-img1-2 {
    background-size: 50% auto;
  }
}

main.main .container {
  display: flex;
  gap: 40px;
  position: relative;
}
@media (max-width: 900px) {
  main.main .container {
    flex-direction: column;
  }
}

.page-template-tmpl-form-lp .page-wrapper,
.page-template-tmpl-narrowform-lp .page-wrapper {
  padding: 0;
}
.page-template-tmpl-form-lp h2,
.page-template-tmpl-narrowform-lp h2 {
  font-size: 35px;
}
.page-template-tmpl-form-lp header .page-content p,
.page-template-tmpl-narrowform-lp header .page-content p {
  font-size: 1.125rem;
}
.page-template-tmpl-form-lp
  header
  .page-content
  .container-cutCornerUpperLeft
  p,
.page-template-tmpl-narrowform-lp
  header
  .page-content
  .container-cutCornerUpperLeft
  p {
  font-weight: 800;
}
.page-template-tmpl-form-lp header .page-content::after,
.page-template-tmpl-narrowform-lp header .page-content::after {
  display: none;
}
@media (max-width: 1134px) {
  .page-template-tmpl-form-lp header.page-header.padded,
  .page-template-tmpl-form-lp
    .page-content.collapse-full
    header.page-header.row.padded,
  .page-content.collapse-full
    .page-template-tmpl-form-lp
    header.page-header.row.padded,
  .page-template-tmpl-narrowform-lp header.page-header.padded,
  .page-template-tmpl-narrowform-lp
    .page-content.collapse-full
    header.page-header.row.padded,
  .page-content.collapse-full
    .page-template-tmpl-narrowform-lp
    header.page-header.row.padded {
    padding-bottom: 100px;
  }
}
@media (max-width: 900px) {
  .page-template-tmpl-form-lp header.page-header.padded,
  .page-template-tmpl-form-lp
    .page-content.collapse-full
    header.page-header.row.padded,
  .page-content.collapse-full
    .page-template-tmpl-form-lp
    header.page-header.row.padded,
  .page-template-tmpl-narrowform-lp header.page-header.padded,
  .page-template-tmpl-narrowform-lp
    .page-content.collapse-full
    header.page-header.row.padded,
  .page-content.collapse-full
    .page-template-tmpl-narrowform-lp
    header.page-header.row.padded {
    padding-bottom: 150px;
  }
}
@media (max-width: 500px) {
  .page-template-tmpl-form-lp header.page-header.padded,
  .page-template-tmpl-form-lp
    .page-content.collapse-full
    header.page-header.row.padded,
  .page-content.collapse-full
    .page-template-tmpl-form-lp
    header.page-header.row.padded,
  .page-template-tmpl-narrowform-lp header.page-header.padded,
  .page-template-tmpl-narrowform-lp
    .page-content.collapse-full
    header.page-header.row.padded,
  .page-content.collapse-full
    .page-template-tmpl-narrowform-lp
    header.page-header.row.padded {
    padding-bottom: 30px;
  }
}
.page-template-tmpl-form-lp main.main .container,
.page-template-tmpl-narrowform-lp main.main .container {
  gap: 80px;
}
.page-template-tmpl-form-lp .page-content,
.page-template-tmpl-narrowform-lp .page-content {
  padding-right: 0;
  max-width: 1194px;
  margin: 0 auto;
  box-sizing: border-box;
}
.page-template-tmpl-form-lp .container-copy h1,
.page-template-tmpl-narrowform-lp .container-copy h1 {
  margin-bottom: 14px;
}
.page-template-tmpl-form-lp .container-1-2,
.page-template-tmpl-narrowform-lp .container-1-2 {
  position: relative;
}
.page-template-tmpl-form-lp .container-descendingImage,
.page-template-tmpl-narrowform-lp .container-descendingImage {
  position: absolute;
  bottom: -105px;
  max-width: 222px;
  right: 50px;
}
.page-template-tmpl-form-lp .container-descendingImage img,
.page-template-tmpl-narrowform-lp .container-descendingImage img {
  max-width: 100%;
}
@media (max-width: 1366px) {
  .page-template-tmpl-form-lp .container-descendingImage,
  .page-template-tmpl-narrowform-lp .container-descendingImage {
    right: 14px;
  }
}
@media (max-width: 1280px) {
  .page-template-tmpl-form-lp .container-descendingImage,
  .page-template-tmpl-narrowform-lp .container-descendingImage {
    position: relative;
    bottom: 0;
    max-width: 75%;
    right: 0;
    margin: -47px auto 0;
  }
}
@media (max-width: 900px) {
  .page-template-tmpl-form-lp .container-descendingImage,
  .page-template-tmpl-narrowform-lp .container-descendingImage {
    position: absolute;
    max-width: 224px;
    bottom: -109px;
    right: 14px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .page-template-tmpl-form-lp .container-descendingImage,
  .page-template-tmpl-narrowform-lp .container-descendingImage {
    position: relative;
    bottom: 0;
    max-width: 75%;
    right: 0;
    margin: -47px auto 0;
  }
}
.page-template-tmpl-form-lp
  .bg-blue
  .gform_wrapper.gravity-theme
  input:not([type="submit"]),
.page-template-tmpl-narrowform-lp
  .bg-blue
  .gform_wrapper.gravity-theme
  input:not([type="submit"]) {
  background-color: #fff;
  color: #003150;
}
.page-template-tmpl-form-lp
  .bg-blue
  .gform_wrapper.gravity-theme
  input:not([type="submit"])::placeholder,
.page-template-tmpl-narrowform-lp
  .bg-blue
  .gform_wrapper.gravity-theme
  input:not([type="submit"])::placeholder {
  color: #003150;
}
@media (max-width: 1280px) and (min-width: 900px) {
  .page-template-tmpl-form-lp
    .bg-blue
    .gform_wrapper.gravity-theme
    input[type="submit"],
  .page-template-tmpl-narrowform-lp
    .bg-blue
    .gform_wrapper.gravity-theme
    input[type="submit"] {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .page-template-tmpl-form-lp
    .bg-blue
    .gform_wrapper.gravity-theme
    input[type="submit"],
  .page-template-tmpl-narrowform-lp
    .bg-blue
    .gform_wrapper.gravity-theme
    input[type="submit"] {
    width: 100%;
  }
}
.page-template-tmpl-form-lp .container-form,
.page-template-tmpl-narrowform-lp .container-form {
  max-width: 535px;
}

.page-template-tmpl-narrowform-lp h1 {
  font-size: 2.9rem;
  line-height: 1.3;
}
@media (max-width: 400px) {
  .page-template-tmpl-narrowform-lp h1 {
    font-size: 2.4rem;
  }
}
.page-template-tmpl-narrowform-lp h2 {
  font-size: 28px;
  font-weight: 700;
}
.page-template-tmpl-narrowform-lp header.page-header h1 {
  font-size: 2.9rem;
  line-height: 1.3;
}
.page-template-tmpl-narrowform-lp header .page-content {
  max-width: 1194px;
}
.page-template-tmpl-narrowform-lp
  header
  .page-content
  .container-cutCornerUpperLeft
  p {
  font-weight: 300;
}
.page-template-tmpl-narrowform-lp input[type="submit"] {
  margin: 0 auto;
}
.page-template-tmpl-narrowform-lp main.main .container {
  min-height: 630px;
}
@media (max-width: 1440px) {
  .page-template-tmpl-narrowform-lp main.main .container {
    position: unset;
  }
}
.page-template-tmpl-narrowform-lp .bg-blue.transparent {
  border-bottom: 1px solid rgba(0, 49, 80, 0.78);
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-template-tmpl-narrowform-lp .container-descendingImage {
  border-top: 1px solid rgba(0, 49, 80, 0.78);
  position: relative;
  bottom: 1px;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
.page-template-tmpl-narrowform-lp .container-descendingImage img {
  margin: 0 auto;
  max-width: 222px;
  position: relative;
  z-index: 1;
}
.page-template-tmpl-narrowform-lp .container-descendingImage::after {
  background-color: rgba(0, 49, 80, 0.78);
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
}

.container-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 22px;
}
@media (max-width: 900px) {
  .container-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .container-cards {
    grid-template-columns: 1fr;
  }
}
.container-cards .card {
  border: 1px solid #003150;
  padding: 30px 40px;
  position: relative;
  z-index: 1;
}
.container-cards .card a {
  color: #003150;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 26px;
  height: 100%;
}
.container-cards .card span {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: auto;
}
.container-cards .card span:hover {
  color: #0089f1;
}
.container-cards .card h2 {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 16px;
  margin-top: 82px;
}
.container-cards .card h2 i {
  font-size: 24px;
}
.container-cards .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/card-bg.jpg") 0 0 no-repeat;
  width: 100%;
  height: 95%;
  z-index: -1;
  background-size: contain;
}
.container-cards .card::after {
  background: #ffffff;
  border-left: 1px solid #003150;
  content: "";
  position: absolute;
  top: -20px;
  right: -5px;
  width: 29px;
  height: 60px;
  rotate: -45deg;
  z-index: 1;
}

.post-type-archive-blog {
  overflow-x: hidden;
  max-width: 100vw;
  background: none !important;
}
.post-type-archive-blog header.page-header {
  padding: 0;
}
.post-type-archive-blog header.page-header a {
  display: block;
  margin-bottom: 20px;
}
.post-type-archive-blog .main:has(.container-posts) {
  padding-bottom: 0;
}
.post-type-archive-blog h1.intro-text {
  margin-bottom: 60px;
}
.post-type-archive-blog h2.h1,
.post-type-archive-blog h1 {
  margin-bottom: 25px;
  margin-top: 3.75rem;
}
.post-type-archive-blog .page-header-category h1 {
  margin-top: 0;
}
.post-type-archive-blog .container-cards {
  margin-bottom: 87px;
}
.post-type-archive-blog .pagination ul {
  margin-bottom: 80px;
}
.post-type-archive-blog .pagination ul li {
  margin-bottom: 0;
}

.container-posts ul {
  margin-top: 133px;
}

.sign-up .gform-body {
  width: 100%;
}
.sign-up .gform_wrapper.gravity-theme .gfield.gfield--width-half {
  flex-grow: 1;
}
.sign-up #field_4_1 {
  flex-basis: calc(100% - 47px);
}
.sign-up #field_submit input {
  margin-right: 0;
}
.sign-up .gform_confirmation_wrapper {
  color: #263747;
  z-index: 1;
}

.container-blogSignUp #field_submit input,
.sign-up #field_submit input {
  background-color: #003150;
  border-radius: 0px 4px 4px 0px;
  color: white;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  height: 40px;
  width: 47px;
  padding: 0;
}
.container-blogSignUp input[type="email"],
.sign-up input[type="email"] {
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #003150;
  font-family: proxima-nova, sans-serif;
  height: 40px;
}
.container-blogSignUp input[type="email"]::placeholder,
.sign-up input[type="email"]::placeholder {
  color: #003150;
  font-size: 16px;
}
.container-blogSignUp .gform_wrapper.gravity-theme .gform_fields,
.sign-up .gform_wrapper.gravity-theme .gform_fields {
  gap: 0;
  display: flex;
}
.container-blogSignUp .gform_wrapper,
.sign-up .gform_wrapper {
  z-index: 1;
}
.container-blogSignUp .gform_wrapper form,
.sign-up .gform_wrapper form {
  height: fit-content;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-blogSignUp {
  background-color: #0089f1;
  font-family: font-family proxima-nova, sans-serif;
  position: relative;
  display: flex;
  gap: 42px;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  z-index: 1;
}
.container-blogSignUp h2 {
  color: white;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 1;
}
.container-blogSignUp .gform_confirmation_wrapper {
  color: #fff;
  z-index: 1;
}
.container-blogSignUp::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-50vw + 547px);
  width: 100vw;
  height: 100%;
  background-color: #0089f1;
  z-index: 0;
}
@media (max-width: 1134px) {
  .container-blogSignUp::before {
    left: calc(-50vw + 517px);
  }
}
@media (max-width: 1094px) {
  .container-blogSignUp::before {
    left: -30px;
  }
}

.alphabet-list-holder {
  width: 100%;
}

.archive-attorneys.page-wrapper .page-content .alphabet-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0 0 48px 43px;
  font-family: proxima-nova, sans-serif;
  color: #0a3250;
}
@media (max-width: 899px) {
  .archive-attorneys.page-wrapper .page-content .alphabet-list {
    margin: 0;
    padding: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.archive-attorneys.page-wrapper .page-content .alphabet-list:after {
  display: none;
}
.archive-attorneys.page-wrapper .page-content .alphabet-list__letter {
  width: auto;
  margin: 0;
}
@media (max-width: 899px) {
  .archive-attorneys.page-wrapper .page-content .alphabet-list__letter {
    min-width: 40px;
  }
}
.archive-attorneys.page-wrapper .page-content .alphabet-list button {
  margin: 0;
  padding: 0;
  color: #0a3250;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
}
.archive-attorneys.page-wrapper .page-content .alphabet-list button:disabled,
.archive-attorneys.page-wrapper .page-content .alphabet-list button.disabled {
  pointer-events: none;
  color: #8b9faf;
}
.archive-attorneys.page-wrapper .page-content .alphabet-list button:hover,
.archive-attorneys.page-wrapper .page-content .alphabet-list button.selected {
  color: #eb602c;
}

.info-tiles {
  display: flex;
  margin: 0 0 84px;
  justify-content: space-between;
  gap: 22px;
  overflow: hidden;
}
@media (max-width: 899px) {
  .info-tiles {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.page-content .info-tile,
.info-tile {
  width: 100%;
  max-width: 374px;
  min-height: 326px;
  color: #003150;
  position: relative;
}
@media (max-width: 899px) {
  .page-content .info-tile,
  .info-tile {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .page-content .info-tile,
  .info-tile {
    width: 100%;
  }
}
.page-content .info-tile:before,
.info-tile:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #003150;
  clip-path: polygon(89% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
}
.page-content .info-tile:after,
.info-tile:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff url("../images/titlehash.png") 2px 0 no-repeat;
  clip-path: polygon(89% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
}
.page-content .info-tile > a,
.info-tile > a {
  color: #003150;
  height: calc(100% - 70px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  padding: 30px 54px 40px 30px;
  position: relative;
  z-index: 2;
  text-decoration: none;
}
.page-content .info-tile > a:hover h2,
.info-tile > a:hover h2 {
  color: #eb602c;
}
.page-content .info-tile i,
.info-tile i {
  font-size: 1.5rem;
  line-height: 1.2;
}
.page-content .info-tile h2,
.info-tile h2 {
  margin: 0;
  color: #003150;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: color 250ms ease-in-out;
}
.page-content .info-tile p,
.info-tile p {
  margin: 0;
  color: #003150;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.16px;
}

.map-area {
  position: relative;
}
.map-area h2 {
  margin: 0 0 52px;
}
@media screen and (max-width: 768px) {
  .map-area h2 {
    margin: 0 0 37px;
  }
}
.map-area svg {
  width: 100%;
  height: auto;
}
.map-area .border {
  fill: #fff;
  pointer-events: none;
}
.map-area .state.active .border {
  fill: #e6f2fb;
  cursor: pointer;
  pointer-events: auto;
}
.map-area .state.active:hover .border {
  fill: #1499ff;
  cursor: pointer;
}
.map-area .state.physical .border {
  fill: #003150;
  cursor: pointer;
  pointer-events: auto;
}
.map-area .state.physical:hover .border {
  fill: #1499ff;
  cursor: pointer;
}
.map-area .state.physical .state-code {
  fill: #fff;
}
.map-area .state.physical:hover .state-code {
  fill: #003150;
}
.map-area .map-legend {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .map-area .map-legend {
    margin: 0 0 -15px;
  }
}
@media screen and (max-width: 600px) {
  .map-area .map-legend {
    margin: 0;
  }
}
.map-area .map-legend li {
  color: #414d57;
  font-size: 0.815rem;
  line-height: 1.36;
  font-weight: 500;
}
.map-area .map-legend li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid #8b9faf;
  box-sizing: border-box;
}
.map-area .map-legend li.legend-location:before {
  background: #003150;
}
.map-area .map-legend li.legend-licensed:before {
  background: #e6f2fb;
}

.info-box {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 500px;
  transform: translate(-50%, -50%);
}
.info-box .tooltips-close-icon {
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
  z-index: 4;
}
.info-box .map-tooltips {
  padding: 38px 42px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .info-box .map-tooltips {
    padding: 38px 25px;
  }
}
.info-box .map-tooltips:before,
.info-box .map-tooltips:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0% 11%);
  background: #003150;
}
.info-box .map-tooltips:after {
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: #fff;
}
.info-box .map-tooltips > * {
  position: relative;
  z-index: 2;
}
.info-box .map-tooltips a {
  color: #003150;
  text-decoration: none;
}
.info-box .map-tooltips .office-title {
  display: block;
  margin: 0 0 22px;
  color: #003150;
  font-size: 20px;
  font-weight: 900;
}
.info-box .map-tooltips .map-tooltips-content {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 600px) {
  .info-box .map-tooltips .map-tooltips-content {
    gap: 20px;
  }
}
.info-box .map-tooltips .map-tooltips-content-col {
  flex: 1;
}
.info-box .map-tooltips .map-tooltips-content .column-title {
  display: block;
  margin: 0 0 19px;
  color: #003150;
  font-size: 18px;
  font-weight: 700;
}
.info-box .map-tooltips .map-tooltips-content .contacts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  color: #003150;
  list-style: none;
  max-height: 200px;
  overflow: auto;
  scrollbar-width: thin;
}
.info-box .map-tooltips .map-tooltips-content .contacts-list li {
  width: 47%;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .info-box .map-tooltips .map-tooltips-content .contacts-list li {
    width: 100%;
  }
}
.info-box .map-tooltips .map-tooltips-content .contacts-list a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #003150;
  text-decoration: none;
}
.info-box .map-tooltips .map-tooltips-content .contacts-list .contact-img {
  width: 50px;
  height: 50px;
  clip-path: polygon(
    14.47811448% 0,
    100% 0,
    100% 100%,
    0 100%,
    0% 16.53846154%
  );
}
.info-box .map-tooltips .map-tooltips-content .contacts-list .contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-box .map-tooltips .map-tooltips-content address {
  color: #003150;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 19px;
}
.info-box .map-tooltips .map-tooltips-content address span {
  display: block;
}
.info-box .map-tooltips .tooltips-more-link {
  padding: 14px 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.info-box .map-tooltips .tooltips-more-link:hover {
  color: #b9c6d0;
}

.badges-wrapper {
  margin: 47px 0 95px;
}
.badges-wrapper .slick-track {
  display: flex !important;
  gap: 52px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .badges-wrapper .slick-track {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .badges-wrapper .slick-track {
    gap: 0;
  }
}
.badges-wrapper .slick-prev,
.badges-wrapper .slick-next {
  width: 20px;
  height: 48px;
}
.badges-wrapper .slick-prev:before,
.badges-wrapper .slick-next:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 40px;
  color: #000;
}
.badges-wrapper .slick-prev {
  left: -50px;
}
@media screen and (max-width: 1200px) {
  .badges-wrapper .slick-prev {
    left: -25px;
  }
}
.badges-wrapper .slick-prev:before {
  content: "\f104";
}
.badges-wrapper .slick-next {
  right: -50px;
}
@media screen and (max-width: 1200px) {
  .badges-wrapper .slick-next {
    right: -25px;
  }
}
.badges-wrapper .slick-next:before {
  content: "\f105";
}
.badges-wrapper .img-hero img {
  margin: 0 auto;
  max-height: 97px;
  max-width: 180px;
  height: 100%;
  width: auto;
}

/*# sourceMappingURL=app.css.map */

/* Contact Page Gravity Form */
.page-template-tmpl-contact .gform_wrapper.gravity-theme .gfield_required {
  font-size: 11px;
}
.page-template-tmpl-contact .gform_wrapper.gravity-theme .gfield_label {
  display: block;
  width: 100%;
  color: #263747;
  font-size: 12px;
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  margin-bottom: 6px;
}

.page-template-tmpl-contact .gform_wrapper.gravity-theme .gform_footer input{
    transition: all 0.1s ease;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #003150;
    color: #fff;
    cursor: pointer !important;
    width: 200px;
    font-size: 0.875rem;
}

.page-template-tmpl-contact .gform_wrapper.gravity-theme .gform_footer input:hover {
  background: #b9c6d0;
}

a.button-download {
  transition: all 0.1s ease;
  display: inline-block;
  padding: 10px 20px;
  /* text-transform: uppercase; */
  text-decoration: none;
  font-size: 20px;
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #003150;
  color: #fff;
  cursor: pointer !important;
  /* width: 200px; */
  font-size: 1.25rem;
}

a.button-download:hover {
  color: #003150;
  background: #b9c6d0;
}