<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,500,700|Roboto+Condensed:300,400,700);
/*
Theme Name: Maritime Injury Guide
Theme URI: http://www.maritimeinjuryguide.org/
Author: MaritimeInjuryGuide.org
Author URI: http://www.maritimeinjuryguide.org/
Description: WordPress theme for MaritimeInjuryGuide.org
Version: 1.0
*/
/*!
 *  Font Awesome 4.0.3 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.0.3");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&amp;v=4.0.3") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("./fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
.fa-ul &gt; li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
.fa-li.fa-lg {
  left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

.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: white; }

/* 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-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-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 {
  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:before {
  content: "\f09a"; }

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

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

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

.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-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-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122"; }

.fa-mail-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 {
  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"; }

/*@import '../magnific-popup/main';*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  width: 100%;
  *zoom: 1; }
body:before, body:after {
  content: "";
  display: table; }
body:after {
  clear: both; }

/* Grid settings */
/* Font settings */
/* Headline sizing */
/* Color settings */
/* Include all styles */
/* Header + footer nav */
.nav {
  background-color: #3d5d80;
  color: white;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  border-bottom: 1px solid #6b90b8; }
.nav a {
  display: block;
  color: white;
  text-decoration: none !important; }
.nav a:hover {
  color: white; }
.nav a:hover ul.sub-menu {
  display: block !important; }
.nav a i {
  padding-left: 5px; }
.nav li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
.nav li:hover {
  position: relative;
  display: block; }
.nav li:hover &gt; ul.sub-menu {
  display: block !important; }
.nav ul {
  display: block;
  margin: 0;
  padding: 0; }
.nav ul.menu {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  /*
  &gt; li.menu-item-has-children {
    &gt; a:after {
      content: ' \2207';
    }
  }
  */ }
.nav ul.menu &gt; li {
  float: left; }
.nav ul.menu &gt; li &gt; a {
  padding: 10px 19px;
  border-left: 1px solid #6b90b8; }
.nav ul.menu &gt; li &gt; a:hover {
  background-color: #4d76a3; }
.nav ul.menu &gt; li:last-child &gt; a {
  border-right: 1px solid #6b90b8; }
.nav ul.sub-menu {
  position: absolute;
  z-index: 10;
  display: none;
  top: 38px;
  left: 0;
  background-color: #456a91;
  width: 340px;
  /*
  li.menu-item-has-children {
    &gt; a:after {
      //content: ' \203A';
    }
  }
  */ }
.nav ul.sub-menu a {
  padding: 8px 10px; }
.nav ul.sub-menu a:hover {
  background-color: #4d76a3; }
.nav ul.sub-menu ul.sub-menu {
  top: 0;
  left: 340px;
  background-color: #4d76a3; }
.nav ul.sub-menu ul.sub-menu a:hover {
  background-color: #5983b0; }
.nav .current-menu-ancestor &gt; a, .nav .current-menu-item &gt; a {
  background-color: #5983b0 !important; }
.nav .left-menu .sub-menu {
  left: auto;
  right: -1px; }
.nav .left-menu .sub-menu .sub-menu {
  left: -340px; }

.banner-ad {
  display: block;
  min-height: 152px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  text-align: center;
  text-decoration: none !important;
  color: #333333;
  text-shadow: 0px 0px 12px #fff; }
.banner-ad:hover {
  color: #333333; }
.banner-ad span {
  display: block;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  line-height: 120%; }

.banner-guide {
  background-image: url("images/banners/guide.jpg"); }

.banner-wristbands {
  background-image: url("images/banners/wristbands.jpg"); }

.banner-va {
  background-image: url("images/banners/va.jpg");
  color: white;
  text-shadow: 0px 0px 12px #000; }
.banner-va:hover {
  color: white; }

.btn-choose {
  display: block !important;
  margin-bottom: 15px;
  padding: 20px !important;
  text-align: center;
  background-color: #c22 !important;
  color: #fff !important; }

/* Layout wrapper */
.wrap {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1140px; }
.wrap:before, .wrap:after {
  content: "";
  display: table; }
.wrap:after {
  clear: both; }

/* Linear lists */
.linear {
  list-style: none;
  margin: 0;
  padding: 0; }

.linear li {
  display: inline-block;
  margin: 0;
  padding: 0; }

body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #333333;
  min-width: 300px; }

p {
  margin: 0;
  padding: 0.5em 0 1em 0;
  line-height: 145%; }

li {
  line-height: 145%; }

pre, code {
  font-size: 0.95em; }

strong {
  font-weight: 700; }

a {
  color: #3d5d80;
  text-decoration: none; }
a:hover {
  text-decoration: underline;
  color: #3d5d80; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 120%;
  padding: 0;
  margin: 0 0 0.3em 0; }

h1 {
  font-size: 2.7em; }

h2 {
  font-size: 2.2em; }

h3 {
  font-size: 1.7em; }

h4 {
  font-size: 1.3em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1.1em; }

input, select, textarea, button, .btn, .paging-navigation a, .comments-area .comment-reply-link {
  padding: 6px 8px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300; }

input[type="submit"], input[type="button"], button, .btn, .paging-navigation a, .comments-area .comment-reply-link {
  display: inline-block;
  padding: 8px 20px;
  border: 0;
  background-color: #4a719c;
  color: white;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none !important;
  /*text-transform: uppercase;*/ }
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .btn:hover, .paging-navigation a:hover, .comments-area .comment-reply-link:hover {
  color: white; }
input[type="submit"] i, input[type="button"] i, button i, .btn i, .paging-navigation a i, .comments-area .comment-reply-link i {
  margin-left: 5px; }

.centered {
  text-align: center; }

.screen-reader-text {
  display: none !important; }

img, video, iframe, object, embed, textarea, input, select {
  max-width: 100%; }

.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden; }
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.site-header .logo {
  /*display: inline;*/
  /*float: left;*/
  /*width: 31.25%;*/
  margin: 0 1.04167%;
  padding: 15px 0; }
.site-header .logo a {
  display: block;
  width: 96px;
  height: 85px;
  /*padding-left: 60px;*/
  background: url("images/maritime-injury-guide-logo.jpg") left center no-repeat;
  background-size: contain;
  /*font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;*/
  /*font-weight: 700;*/
  /*font-size: 26px;*/
  /*line-height: 100%;*/
  /*color: #888;*/
  /*text-decoration: none; */
}
.site-header .social {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%;
  text-align: right;
  padding: 10px 0 10px 0; }
.site-header .social a {
  display: inline-block;
  margin-left: 8px;
  color: #7ccbec; }
.site-header .social a:hover {
  color: #3d5d80; }
.site-header .search {
  display: inline;
  float: left;
  width: 39.58333%;
  margin: 0 1.04167%;
  padding: 10px 0 10px 0;
  text-align: right; }
.site-header .search .query {
  width: 62%; }
.site-header .search .btn, .site-header .search .paging-navigation a, .paging-navigation .site-header .search a, .site-header .search .comments-area .comment-reply-link, .comments-area .site-header .search .comment-reply-link {
  width: 30%;
  padding: 6px 0;
  font-size: 1.0em; }
.site-header .contact {
  /* display: inline; */
  /* float: left; */
  width: 47.91667%;
  margin: 0 1.04167%;
  /* float: right; */
  text-align: right;
  flex-grow: 1;
}
.site-header .contact p {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 15px;
  font-weight: 500;
  color: #8a8a8a;
}

.team {
  *zoom: 1;
  clear: both;
  padding: 0 0 1em 0; }
.team:before, .team:after {
  content: "";
  display: table; }
.team:after {
  clear: both; }
.team h2 {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin-bottom: 20px; }
.team .member {
  display: inline;
  float: left;
  width: 17.91667%;
  margin: 0 1.04167%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px !important; }
.team .member .info {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  color: white; }
.team .member .info span {
  display: block;
  padding-top: 60px;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  text-align: center;
  line-height: 1.1em; }
.team .member img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  display: block;
  width: 100%;
  height: auto; }
.team .member:hover .info, .team .member:active .info {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 1; }
.team .member:hover img, .team .member:active img {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 0; }

.page-team .team {
  display: block;
  clear: both;
  width: 102.08333%;
  margin: 0 -1.04167%;
  *zoom: 1; }
.page-team .team:before, .page-team .team:after {
  content: "";
  display: table; }
.page-team .team:after {
  clear: both; }
.page-team .team .member {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%; }

.consult {
  color: #333333;
  background-color: #fee48d;
  border-radius: 8px;
  padding: 10px 20px 20px 20px;
  /*
  &amp;.mcbr {
    background-color: #fee48d;
    color: $color-dark;
    h2 {
      color: $color-dark;
    }
  }
  */
  /*
  .field-radio {
    label {
      display: inline;
    }
    .wpcf7-form-control-wrap {
      padding-left: 10px;
    }
  }
  */
  /*
  .mciverbrown {
    position: relative;
    margin-bottom: 15px;
    background-color: $color-med;

    &amp;:hover {
      background-color: #a22;

      .attorneys {
        display: block;
      }
    }

    .logo a {
      display: block;
      background: #f0f0f0 url('images/mesh-grey.png');
      padding: 15px;
      text-align: center;
      border: 1px solid $color-lighter;
      border-bottom: none;

      img {
        max-height: 110px;
      }
    }

    .link a {
      display: block;
      padding: 10px;
      text-align: center;
      text-decoration: none;

      color: $color-bright;
      font-family: $font-headline;
      font-size: 1.1em;
      font-weight: 400;

      &amp;:before {
        content: "\2190";
        padding-right: 10px;
      }
    }

    .attorneys {
      position: absolute;
      display: none;
      -webkit-opacity: 0.95;
      -moz-opacity: 0.95;
      opacity: 0.95;
      top: -120px;
      left: -340px;
      width: 300px;
      padding-right: 40px;

      .inner {
        border: 1px solid $color-dark;
        box-shadow: 0 0 10px $color-bright;
        background-color: $color-dark;
        color: $color-bright;
        border-radius: 8px;
        padding: 0 0 10px 0;

        .title {
          font-family: $font-headline;
          font-size: 1.1em;
          font-weight: 400;
          text-align: center;
          padding: 10px;
        }

        .attorney {
          @include clearfix();
          display: block;
          padding: 5px 20px;
          color: $color-lighter;
          text-decoration: none;

          &amp;:hover {
            background-color: #a22;
          }

          .portrait {
            width: 60px;
            height: 60px;
            margin-right: 20px;
            background-color: #fff;
            background-position: center top;
            background-size: 100% auto;
            float: left;
          }

          .name {
            font-weight: 700;
            color: $color-bright;
          }
        }

        .charles .portrait {
          background-image: url('images/attorneys/charles.jpg');
        }

        .rich .portrait {
          background-image: url('images/attorneys/rich.jpg');
        }

        .john .portrait {
          background-image: url('images/attorneys/john.jpg');
        }

        .niti .portrait {
          background-image: url('images/attorneys/niti.jpg');
        }

        .robert .portrait {
          background-image: url('images/attorneys/robert.jpg');
        }

        .megan .portrait {
          background-image: url('images/attorneys/megan.jpg');
        }

        .tim .portrait {
          background-image: url('images/attorneys/tim.jpg');
        }

      }
    }
  }
  */ }
.consult h2 {
  text-align: center;
  line-height: 110%;
  margin-bottom: 5px;
  color: #333333; }
.consult .sub, .consult .shipping {
  margin-bottom: 10px;
  font-size: 14px;
  color: #c37700;
  font-weight: 500; }
.consult .shipping {
  text-align: center; }
.consult .sub {
  /*padding-left: 100px;*/
  /*background: url("images/guide.png") left center no-repeat;*/
  /*min-height: 116px;*/
  margin: 10px 0 15px 0; }
.consult p {
  margin: 0;
  padding: 0; }
.consult .field {
  clear: both;
  margin-bottom: 10px; }
.consult .field label {
  display: block;
  padding: 0 0 4px 0; }
.consult .field label, .consult .field span {
  font-size: 13px; }
.consult .field .text, .consult .field textarea {
  width: 94%; }
.consult .field textarea {
  max-height: 60px; }
.consult .field.field-half {
  float: left;
  clear: right;
  width: 44.7%; }
.consult .field.field-quarter {
  float: left;
  clear: right;
  width: 18%; }
.consult .field.padded-right {
  margin-right: 7.2%; }
.consult .field.field-hidden input {
  display: none; }
.consult .field.field-captcha {
  padding-top: 10px; }
.consult .field-captcha label {
  display: inline; }
.consult .field-captcha .text {
  width: 55px !important; }
.consult .field-captcha * {
  vertical-align: middle; }
.consult .submit {
  text-align: center; }
.consult .wpcf7-submit {
  display: inline-block;
  margin: 10px 0 0 20px;
  padding: 10px 20px;
  width: 70%;
  background-color: #c22 !important;
  font-size: 1.3em; }
.consult .wpcf7-response-output {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 700; }
.consult .wpcf7-mail-sent-ok {
  text-align: center;
  color: #3a3; }
.consult .wpcf7-validation-errors, .consult .wpcf7-mail-sent-ok, .consult .div.wpcf7-spam-blocked {
  border: 0; }
.consult .wpcf7-validation-errors, .consult .div.wpcf7-spam-blocked {
  color: #c22; }
.consult .wpcf7-not-valid-tip {
  top: -20px;
  left: 15%;
  right: 10px;
  width: auto;
  padding: 5px;
  color: #333333;
  border-color: #666666;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px; }

.content-area .consult {
  float: right;
  width: 36%;
  margin: 30px 0 20px 30px; }

.homepage .content-area .consult {
  margin-top: -410px;
  padding-top: 0px;
  border: 1px solid #fff; }

.content-area {
  display: inline;
  float: left;
  width: 64.58333%;
  margin: 0 1.04167%;
  margin-bottom: 20px; }
.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
  margin-top: 0.4em; }
.content-area li {
  margin-bottom: 0.7em; }
.content-area a {
  text-decoration: underline; }
.content-area blockquote {
  font-style: italic;
  color: #999999;
  border-left: 10px solid #cccccc;
  margin: 1.5em 10px 0 10px;
  padding: .5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019"; }
.content-area blockquote:before {
  color: #cccccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }
.content-area blockquote:after {
  color: #cccccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.05em;
  vertical-align: -0.5em; }
.content-area blockquote p {
  display: inline; }
.content-area .posted-on {
  font-style: italic;
  color: #999999; }
.content-area .link-back {
  margin-top: 1.5em; }
.content-area .link-back a {
  text-decoration: none !important; }
.content-area .sources {
  margin-top: 30px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 8px;
  font-size: 0.8em;
  /*
  p {
    padding: 0 0 8px 0;
    line-height: 110%;
    word-break: break-all;

    a
  }
  */ }
.content-area .sources .label {
  display: block;
  margin: -4px 0 8px; }
.content-area .sources p {
  margin: 0;
  padding: 0; }
.content-area .sources ol, .content-area .sources ul, .content-area .sources li {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.content-area .sources a {
  display: inline-block;
  margin-bottom: 6px; }
.content-area .sources a:before {
  display: inline-block;
  padding-right: 10px;
  content: "\203A "; }
.content-area .subpages ul {
  list-style-type: square; }
.content-area .subpages ul li {
  margin-bottom: 5px; }
.content-area .subpages ul li a {
  text-decoration: none; }
.content-area .subpages ul li a:hover {
  text-decoration: underline; }
.content-area .resources {
  margin-top: 30px;
  border: 1px solid #ddd;
  background: #f6f6f6 url("images/resources.png") right top no-repeat;
  padding: 20px;
  border-radius: 8px; }
.content-area .resources h4 {
  margin: 0 0 20px 0;
  max-width: 240px; }
.content-area .full-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0; }
.content-area .right-img {
  float: right;
  width: 40%;
  height: auto;
  border-radius: 8px;
  margin: 0 0 20px 20px; }
.content-area .bio {
  *zoom: 1;
  clear: both;
  margin-bottom: 50px; }
.content-area .bio:before, .content-area .bio:after {
  content: "";
  display: table; }
.content-area .bio:after {
  clear: both; }
.content-area .bio .portrait {
  float: right;
  margin: 0 0 20px 20px; }

.content-area.full {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }

.content-area footer.entry-meta {
  padding-bottom: 40px; }

.page-full {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }

.page-centered {
  display: inline;
  float: left;
  width: 72.91667%;
  margin: 0 1.04167%;
  display: block;
  float: none;
  margin: 0 auto; }

.breadcrumbs {
  color: #999999;
  font-size: 0.8em;
  margin-top: 15px; }

footer .edit-link {
  display: block;
  margin-top: 20px; }

.paging-navigation .nav-previous, .paging-navigation .nav-next {
  display: inline-block;
  margin-right: 10px; }
.paging-navigation a {
  display: inline-block;
  background-color: #999 !important; }

.choose-us-header {
  background-color: #b0c4d9;
  background-image: url(images/choose-header-bg.png);
  background-size: auto 100%;
  border-bottom: 3px solid #3d5d80;
  margin-bottom: 20px; }
.choose-us-header .wrap {
  padding: 40px 20px 50px 20px;
  text-align: center; }
.choose-us-header h1 {
  color: #fff;
  font-size: 3.0em; }
.choose-us-header h2 {
  display: block;
  margin: 0 auto;
  max-width: 580px;
  font-weight: 300;
  color: #3d5d80;
  font-size: 1.6em; }

.content-choose-us {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%; }
.content-choose-us .entry-content h3 {
  margin-top: 0; }
.content-choose-us .entry-content img {
  border-radius: 8px;
  clear: both;
  margin-top: 0px;
  margin-bottom: 30px; }
.content-choose-us .consult {
  clear: both;
  float: none;
  width: auto;
  max-width: 600px;
  margin: 20px auto 30px auto; }

.homepage .centerpiece {
  padding: 30px 0 20px 0;
  margin: 0 0 0 0;
  background: #496ca7 url(images/centerpiece.jpg) center bottom no-repeat;
  background-size: 100% auto;
  min-height: 400px; }
.homepage .centerpiece .headline {
  *zoom: 1;
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  padding-bottom: 10px; }
.homepage .centerpiece .headline:before, .homepage .centerpiece .headline:after {
  content: "";
  display: table; }
.homepage .centerpiece .headline:after {
  clear: both; }
.homepage .centerpiece .headline h1 {
  color: #fff;
  max-width: 600px;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 100%;
  text-shadow: 0px 0px 5px #000;
  margin-bottom: 30px; }
.homepage .centerpiece .headline h2 {
  color: #fff;
  max-width: 600px;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
  text-shadow: 0px 0px 5px #000; }
.homepage .centerpiece .headline .sub {
  color: #3d5d80; }
.homepage .banner-ad {
  clear: right;
  float: right;
  width: 40%;
  min-width: 325px;
  margin-left: 30px;
  padding-right: 0;
  padding-left: 0;
  min-height: 199px;
  font-size: 1.3em; }
.homepage .banner-ad span {
  padding-left: 20px;
  padding-right: 20px; }
.homepage .hp-break {
  padding: 50px 0 40px 0;
  background: #cccccc url("images/hp-break.jpg") center bottom no-repeat;
  background-size: 100% auto;
  margin: 20px 0 30px 0;
  min-height: 260px;
  font-size: 1.1em; }
.homepage .hp-break .inner {
  margin: 0 5%; }
.homepage .hp-break p {
  padding: 0; }
.homepage .hp-break .quote {
  padding: 0 0 20px 0;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
  text-shadow: 0px 0px 10px #000; }
.homepage .hp-break .btn, .homepage .hp-break .paging-navigation a, .paging-navigation .homepage .hp-break a, .homepage .hp-break .comments-area .comment-reply-link, .comments-area .homepage .hp-break .comment-reply-link {
  background-color: #c00;
  margin-top: 30px;
  font-size: 1.4em;
  box-shadow: 0px 0px 10px #000; }
.homepage .hp-blog {
  margin-top: 20px;
  padding: 20px 0;
  /*background-color: #f0f5fb;*/
}
.homepage .hp-blog h2 {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin-bottom: 30px; }
.homepage .hp-blog .post {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%; }
.homepage .hp-blog .post .body {
  font-size: 0.9em; }
.homepage .hp-box {
  width: 40%;
  padding: 20px 4% 20px 4%;
  margin: 15px 2% 15px 0;
  float: left;
  border-radius: 10px;
  background-color: #eee; }
.homepage .hp-box.hp-box-1 {
  background-color: #d7e3f1;
  min-height: 325px; }
.homepage .hp-box.hp-box-2 {
  background-color: #f6e3e7;
  min-height: 325px; }
.homepage .hp-box.hp-box-3 {
  background-color: #f0dfd3;
  min-height: 215px; }
.homepage .hp-box.hp-box-4 {
  background-color: #f4ecd3;
  min-height: 215px; }
.homepage .hp-clear {
  clear: both; }

.comments-area ol, .comments-area ul {
  list-style-type: none; }
.comments-area li.comment {
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 2px solid #cccccc; }
.comments-area li.comment #respond {
  margin-top: 20px; }
.comments-area li.comment h3 small {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  display: inline-block;
  margin-left: 10px; }
.comments-area .children {
  margin-top: 40px; }
.comments-area .comment-meta .avatar {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 15px 0 0; }
.comments-area .comment-meta .comment-author {
  font-weight: 700; }
.comments-area .comment-meta cite {
  font-style: normal; }
.comments-area .comment-meta .comment-metadata a {
  font-size: 0.9em;
  color: #999999;
  text-decoration: none !important; }
.comments-area .pingback {
  color: #999999;
  font-size: 0.9em;
  margin: 0;
  padding-left: 20px;
  border-left: 2px solid #cccccc; }
.comments-area .comment-content {
  line-height: 1.35em; }
.comments-area .comment-reply-link {
  display: inline-block;
  background-color: #b3b3b3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3b3b3), color-stop(100%, #999999));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #999999);
  background-image: linear-gradient(to bottom,#b3b3b3, #999999);
  /*
  &amp;:hover {
  background-color: $color-med;
  border-bottom: 3px solid darken($color-med, 10%);
}
*/ }
.comments-area .comment-awaiting-moderation {
  font-style: italic; }

.comment-form .comment-notes {
  font-style: italic; }
.comment-form .form-allowed-tags {
  color: #999999;
  font-size: 0.9em; }
.comment-form label {
  display: block;
  text-transform: uppercase;
  font-size: 0.95em; }

.wrap .sidebar {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%;
  padding: 20px 0 0 0; }

.sidebar .consult {
  margin-bottom: 20px; }
.sidebar .widget {
  display: block;
  margin: 0 0 20px 0;
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 20px;
  font-size: 0.85em; }
.sidebar .widget h4 {
  margin-bottom: 15px; }
.sidebar .widget ul {
  margin: 0 0 0 30px;
  padding: 0; }
.sidebar .widget ul li {
  margin: 0;
  padding: 0; }
.sidebar .widget .current_page_item &gt; a, .sidebar .widget .current_page_ancestor &gt; a {
  color: #333333;
  font-weight: 700;
  text-decoration: none; }
.sidebar .btn-choose {
  font-size: 1.2em !important; }

.site-footer {
  clear: both;
  padding: 0 0 0 0;
  background-color: #fff; }
.site-footer .nav {
  margin-bottom: 20px; }
.site-footer .site-info {
  *zoom: 1;
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin-bottom: 20px; }
.site-footer .site-info:before, .site-footer .site-info:after {
  content: "";
  display: table; }
.site-footer .site-info:after {
  clear: both; }
.site-footer .contact {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 15px;
  font-weight: 500;
  color: #8a8a8a; }
.site-footer .copyright {
  margin: 0;
  padding: 0 0 5px 0;
  color: #999999;
  font-size: 0.9em; }
.site-footer .social {
  float: right;
  text-align: right; }
.site-footer .social a {
  display: inline-block;
  margin-left: 8px;
  color: #7ccbec; }
.site-footer .social a:hover {
  color: #3d5d80; }

/*
@media screen and (min-width: 1300px) {
  .homepage {
    .centerpiece {
      //background-size: 100% auto;
    }
  }
}


@media screen and (max-width: 885px) {
  .homepage {
    .hp-lawyers {
      background-size: auto 100%;
    }
  }
}
*/
@media screen and (max-width: 980px) {
  .site-header .logo {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    padding: 10px 0 20px 0; }
  .site-header .logo a {
    width: 160px;
    margin: 0;
  }
  .site-header .social {
    display: none;
    /*
    @include column(12);
    text-align: center;
    padding: 0 0 15px 0;
    */ }
  .site-header .search {
    display: none;
    /*
    @include column(12);
    padding: 0 0 10px 0;
    text-align: center;

    .query {
      width: 52%;
    }
    */ }
  .site-header .contact {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    text-align: center; }

  .nav {
    background-color: #3d5d80;
    color: white;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 0.8em;
    font-weight: 400; }
  .nav a {
    display: block;
    text-align: center; }
  .nav a:hover {
    color: white; }
  .nav a:hover ul.sub-menu {
    display: none !important; }
  .nav a i {
    display: none; }
  .nav li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0; }
  .nav li:hover {
    position: relative;
    display: block; }
  .nav li:hover &gt; ul.sub-menu {
    display: none !important; }
  .nav ul {
    display: block;
    margin: 0;
    padding: 0; }
  .nav ul.menu {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }
  .nav ul.menu &gt; li {
    float: none; }
  .nav ul.menu &gt; li &gt; a {
    padding: 10px 20px !important;
    border-left: 0;
    border-bottom: 1px solid #1f85b0; }
  .nav ul.menu &gt; li:last-child &gt; a {
    border-right: 0; }

  .consult .mciverbrown .link, .consult .mciverbrown .attorneys {
    display: none !important; }

  .homepage .banner-ad {
    float: none;
    clear: both;
    width: auto;
    margin-left: 0; }
  .homepage .btn-choose {
    float: none;
    clear: both;
    width: auto !important;
    margin-left: 0; }
  .homepage .content-area .consult {
    margin-top: 30px;
    padding-top: 10px;
    border: 0; }

  .content-area {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }
  .content-area .consult {
    float: none;
    width: auto;
    margin: 20px 0; }
  .content-area .resources {
    background-image: none; }
  .content-area .resources h4 {
    max-width: 100%; }

  .wrap .sidebar {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  .banner-ad {
    background-size: 100% auto; }

  .homepage .centerpiece {
    padding-top: 20px;
    background-size: 1000px auto; }
  .homepage .centerpiece .headline {
    padding-bottom: 0px; }
  .homepage .centerpiece .headline h1 {
    max-width: 100%; }
  .homepage .centerpiece .headline h2 {
    max-width: 100%; }
  .homepage .hp-features .features .feature {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin-bottom: 20px; }
  .homepage .hp-break {
    background-size: 1000px auto; }
  .homepage .hp-blog {
    padding: 20px 0 0 0; }
  .homepage .hp-blog h2 {
    margin-bottom: 20px; }
  .homepage .hp-blog .post {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    padding-bottom: 20px; }

  .site-footer {
    padding: 0; }
  .site-footer .contact, .site-footer .copyright {
    text-align: center; }
  .site-footer .social {
    float: none;
    text-align: center;
    padding-bottom: 10px; } }
@media screen and (max-width: 610px) {
  .homepage .centerpiece .headline h1 {
    font-size: 32px; }
  .homepage .centerpiece .headline h2 {
    font-size: 26px; }
  .homepage .hp-break {
    background-size: auto 100%; }
  .homepage .hp-box {
    width: 92%;
    min-height: initial !important;
    margin-right: 0;
    float: none; } }

.quick-contact {
  width: 95%;
  position: fixed;
  bottom: .75rem;
  left: 50%;
  transform: translateX(-50%);
  padding: .75rem .5rem;
  margin: 0;
  z-index: 10;
}
.quick-contact &gt; div {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: .5rem;
  font-size: 13px;
}
@media (min-width: 365px) {
  .quick-contact &gt; div {
    font-size: 15px
  }
}
.quick-contact ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.quick-contact ul li {
  margin: 0;
  display: flex;
}
.quick-contact ul li + li {
  margin-left: .5rem;
}
.quick-contact ul li a {
  display: flex;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #7ccbec;
  padding: .5rem .75rem;
  box-shadow: 0 0 10px rgba(0,0,0, .5);
  white-space: nowrap;
  color: #3d5d80;
  background: #ffffff;
}
.quick-contact ul li a:hover {
  text-decoration: none;
}
.quick-contact ul li a svg {
  margin-right: .25rem;
  fill: #3d5d80;
  width: 24px;
  height: 24px;
  transform: scale(.8);
}
.site-footer {
  padding-bottom: 5rem;
}
@media (min-width: 767px) {
  .quick-contact {
    display: none;
  }
  .site-footer {
    padding-bottom: 0;
  }
}

.site-header .contact p {
  text-align: right;
  text-transform: uppercase;
  color: #555;
}
.contact a {
  display: inline-block;
  border-radius: 10px;
  background-color: rgb(207,46,46);
  padding: 7px 12px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
}
.contact a:hover {
  text-decoration: none;
}

header .nav ul.menu &gt; li &gt; a {
  font-size: 16px;
}
header .nav ul.menu &gt; li ul a {
  font-size: 14px;
}

.page-template-tmpl-full-width .content-area {
  float: none;
  width: 100%;
}

.page-template-tmpl-full-width .wp-block-cover__inner-container {
  margin: 0 auto;
  max-width: 1140px;
}
.page-template-tmpl-full-width .entry-content {
  margin-top: -2rem;
}
.page-template-tmpl-full-width .entry-content &gt; .wp-block-group &gt; .wp-block-group__inner-container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1140px;
}
.page-id-575 .wp-container-2 {
  position: relative;
  padding-bottom: 3rem;
}
.page-id-575 .wp-container-2::before {
  content: '';
  position: absolute;
  background: #ffffff;
  height: 50px;
  width: 100%;
}
.page-id-575 .wp-container-2::before {
  top: 0;
}
/*.page-id-575 .wp-container-2::after {*/
/*  bottom: 0;*/
/*}*/
#gform_wrapper_2 {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  z-index: 1;
  position: relative;
}
#gform_wrapper_2.gform_wrapper.gravity-theme input[type=color], #gform_wrapper_2.gform_wrapper.gravity-theme input[type=date], #gform_wrapper_2.gform_wrapper.gravity-theme input[type=datetime-local], #gform_wrapper_2.gform_wrapper.gravity-theme input[type=datetime], #gform_wrapper_2.gform_wrapper.gravity-theme input[type=email], #gform_wrapper_2.gform_wrapper.gravity-theme input[type=month], #gform_wrapper_2.gform_wrapper.gravity-theme input[type=number], #gform_wrapper_2.gform_wrapper.gravity-theme input[type=password], #gform_wrapper_2.gform_wrapper.gravity-theme input[type=search], #gform_wrapper_2.gform_wrapper.gravity-theme input[type=tel], #gform_wrapper_2.gform_wrapper.gravity-theme input[type=text], #gform_wrapper_2.gform_wrapper.gravity-theme input[type=time], #gform_wrapper_2.gform_wrapper.gravity-theme input[type=url], #gform_wrapper_2.gform_wrapper.gravity-theme input[type=week], #gform_wrapper_2.gform_wrapper.gravity-theme select, #gform_wrapper_2.gform_wrapper.gravity-theme textarea {
  padding: 1rem;
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.35);
}

.search-toggle {
  cursor: pointer;
  height: 50px;
  width: 100px;
  position: relative;
  border-left: 1px solid #5C5C5C;
  margin-left: 0.5rem;
}
.search-toggle svg {
  transition: all .2s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-toggle svg.search-open {
  opacity: 1;
}
.search-toggle svg.search-close {
  opacity: 0;
}
.search-toggle.active svg.search-open {
  opacity: 0;
}
.search-toggle.active svg.search-close {
  opacity: 1;
}

.search-wrapper {
  background: #e5f2f6;
  display: none;
}
.search-wrapper form {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  transition: all .25s linear;
  z-index: 1;
  padding: 1rem;
}
.search-wrapper form input {
  line-height: 15px;
  padding:1rem 70px 1rem 1rem;
  border: 1px solid #ebebeb;
  outline: none;
  font-size: 1rem;
  color: #333;
  transition: all .25s linear;
  background: #ffffff;
  width: -webkit-fill-available;
}
.search-wrapper form button {
  width: 52px;
  height: 52px;
  padding: 0.75rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  transition: all .25s linear;
  background: #e5f2f6;
  border: none;
}
.search-wrapper form button svg {
  fill: #3d5d80;
  stroke-width:2px;
  stroke: #3d5d80;
}
.search-wrapper form button:hover {
  background: #3d5d80;
}
.search-wrapper form button:hover svg {
  fill: #e5f2f6;
  stroke: #e5f2f6;
}

#masthead .site-header &gt; .wrap {
  display: flex;
  align-items: center;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.sticky {
  min-height: 100%;
  height: auto!important;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .sticky {
    margin-bottom: -376px;
  }
  #push, footer:not(.entry__footer) {
    min-height: 376px;
  }
}
#site-footer {
  background: #4a719c;
  color: #ffffff;
}
#site-footer .cta-wrap {
  background: #f0f5fb;
  padding: 1rem;
  border-top: 1px solid #ffffff;
  color: #4a719c;
}
#site-footer .footer-flex {
  display: flex;
  justify-content: flex-end;
  padding-top: 3rem;
  align-items: flex-start;
  flex-direction: column;
}
#site-footer .footer-flex .footer-nav {
  padding: 2rem 0;
}
#site-footer .footer-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 1rem;
}
#site-footer .brand {
  flex-grow: 1;
}
#site-footer .brand svg {
  width: 100%;
  height: 100%;
  max-width: 120px;
  fill: #ffffff;
}
#site-footer .brand svg path, #site-footer .brand svg rect {
  fill: #ffffff;

}
#site-footer .site-info {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ffffff;
  font-size: 13px;
  padding-bottom: 70px;
}
#site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-footer .footer-nav ul {
  column-count: 2;
}
#site-footer .footer-nav ul li a {
  color: #ffffff;
  font-size: 16px;
}
#site-footer .footer-nav ul li + li {
  margin-top: .5rem;
}

#site-footer .social ul {
  display: flex;
}
#site-footer .social li + li {
  margin-left: 1rem;
}
#site-footer .social a {
  color: #ffffff;
}
.cta {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cta p {
    margin: 0 0 .5rem;
    flex-grow: 1;
    padding:0 2rem 0 0;
  font-weight: bold;
}
.cta a {
  display: inline-block;
  border-radius: 10px;
  background-color: rgb(207,46,46);
  padding: 7px 12px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
}
html, body {
  height: 100%;
}
body header.site-header .contact {
  display: none;
}
header .search-toggle {
  border-left: none;
}
@media screen and (min-width: 767px) {
  body header.site-header .contact {
    display: inline-block;
    text-align: right;
  }
  header .search-toggle {
    border-left: 1px solid #5C5C5C;
  }
  #site-footer .site-info {
    padding-bottom: 0;
  }
}
.mmenu-toggle {
  cursor: pointer;
  height: 50px;
  width: 50px;
  position: relative;
  margin-left: 0.5rem;
}
.mmenu-toggle svg {
  transition: all .2s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mmenu-toggle svg.mmenu-open {
  opacity: 1;
}
.mmenu-toggle svg.mmenu-close {
  opacity: 0;
}
.mmenu-toggle.active svg.mmenu-open {
  opacity: 0;
}
.mmenu-toggle.active svg.mmenu-close {
  opacity: 1;
}
header .nav {
  display: none;
}
@media screen and (min-width: 991px) {
  header .nav {
    display: block;
  }
  header .mmenu-toggle {
    display: none;
  }
  header .nav ul.menu {
    display: flex;
  }
  header .nav ul.menu &gt; li {
    float: none;
    flex-grow: 1;
  }
  header .nav ul.menu &gt; li:last-child {
    flex-grow: 0;
  }
  .search-toggle {
    width: 50px;
  }
  .cta {
    text-align: left;
    flex-direction: row;
  }
  .cta p {
    margin: 0;
  }
  #site-footer .footer-flex {
    flex-direction: row;
  }
  #site-footer .footer-flex .footer-nav {
    padding: 0 3rem;
  }
}
header .nav ul li#menu-item-2356 a {
  background: rgb(207,46,46);
  transition: all .2s ease;
}
.site-logos {
  display: flex;
  padding-top: 2rem;
  margin-top: 2em;
  border-top: 1px solid #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.site-logos .imglogo {
  width: calc(100%/2 - 2rem);
  padding: 1rem;
  text-align: center;
}
.site-logos .imglogo img {
  max-height: 70px;
}
@media screen and (min-width: 600px) {
  .site-logos .imglogo {
    width: calc(100%/4 - 2rem);
    padding: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 991px) {
  .site-logos .imglogo {
    width: calc(100%/5 - 3rem);
    padding: 1.5rem;
    text-align: center;
  }
}
.entry-meta {
  display: none;
}
.blog article.post + article.post {
  margin-top: 3rem;
}
.blog article.post img {
  width: 100%;
  height: auto;
}
</pre></body></html>