﻿@charset "UTF-8";
/* Third-Party Components */
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
}

.fancybox-slide:before, .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
}

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover {
  color: #555;
  background: #eee;
}

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0deg, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: 0.5;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-loading {
  border: 6px solid hsla(0deg, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0deg, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}

.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
} /* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  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 */
.slick-loading .slick-list {
  background: #fff url("../src/ajax-loader.gif") center center no-repeat;
}

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

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  /* font-family: 'slick'; */
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Our Styles */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

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

/*
font-family:'FrutigerLTW01-45Light';
font-family:'FrutigerLTW01-46LightIt';
font-family:'FrutigerLTW01-55Roman';
font-family:'FrutigerLTW01-57Condens';
font-family:'FrutigerLTW01-67BoldCn';
font-family:'Frutiger LT W01 65 Bold';
font-family:'Frutiger LT W01_75 Black';
*/
/* NEW 2022 CONDO COLOURS */
/* OLD CONDO COLOURS */
/*
$primaryColourCondo: #17596B; 
$lightBlueBackgroundCondo: #D1F2ED;
$mediumBlueBackgroundCondo: #50A09C;
$darkBlueBackgroundCondo: #347781;
$menuLinkCondo: #04817E;
*/
.publicationDetails .innerWrapper, .teamMember .bottom, .teamMember .top, .teamListView .items .item .innerContent, .megaContainer .columnsWrapper, .details .bottom, .details .top {
  display: block;
}
.publicationDetails .innerWrapper:after, .teamMember .bottom:after, .teamMember .top:after, .teamListView .items .item .innerContent:after, .megaContainer .columnsWrapper:after, .details .bottom:after, .details .top:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.publicationsSliderWrapper .publicationsSlider .items .item .left .imageWrapper a, .blogItems .items .item .left .imageWrapper a, .servicesWrapper, .teamListView.related {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sfsearchBox input[type=submit], .button, .searchResults .sfsearchBox input[type=submit] {
  background-color: #4D771D;
  padding: 11px 18px 9px;
  color: white !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  margin-top: 25px;
  display: inline-block;
  transition: all 0.2s ease;
  border: 0;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
}
.sfsearchBox input[type=submit]:hover, .button:hover {
  color: #ffffff !important;
  border-color: #444444 !important;
  background-color: #444444;
  text-decoration: none !important;
}
.sfsearchBox input.reversed[type=submit], .reversed.button {
  background-color: none;
  color: #558320 !important;
}
.sfsearchBox input.reversed[type=submit]:hover, .reversed.button:hover {
  background-color: #556068;
  color: white !important;
}
.sfsearchBox input.reset[type=submit], .reset.button {
  background-color: white;
  color: #556068 !important;
  border: 0;
}
.sfsearchBox input.reset[type=submit]:hover, .reset.button:hover {
  color: #444444 !important;
}
.sfsearchBox input.submit[type=submit], .submit.button {
  text-align: right;
}

/* Force text to wrap with hyphen if to long (example long email) */
a[href^=mailto] {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;
  white-space: unset;
}

/*
    Placeholder usage:

    .className {
        @extend %placeHoldername;
    }
*/
/* ### REM FALLBACK ### */
/*---------------   
--Mixin: overlay
----------------- */
/* Old Font Size Function
@mixin font-size($sizeValue, $line: 1.5){
  font-size: ($sizeValue) + px;
  line-height: ($line * $sizeValue) + px;
  font-size: ($sizeValue / 10) *.625 + rem;
  line-height: (($line * $sizeValue) / 10) *.625 + rem;
}
*/
html, body {
  color: #556068;
  font: normal 16px "Open Sans", Arial, sans-serif; /*base font size is 16px */
}
@media (max-width: 1024px) {
  html, body {
    font-size: 15px;
    line-height: 1.4em;
  }
}

body {
  background-color: #ffffff;
}

span.sep, .breadCrumbInner span.Separator {
  padding: 0 7px;
}

h1 {
  margin: initial;
  line-height: 1.1em;
}

h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}

h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin-top: 20px;
  margin-bottom: 10px;
}

h6 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  color: #4D771D;
  text-align: center;
  margin-top: 70px;
  font-size: 36px;
  color: #556068;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 50px;
  font-weight: 700;
}
@media (max-width: 500px) {
  h6 {
    font-size: 29px;
    margin: 40px 0 30px;
  }
}
@media (max-width: 360px) {
  h6 {
    font-size: 26px;
    margin: 40px 0 30px;
  }
}
h6:after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  background-color: #4D771D;
  bottom: 0;
  left: calc(50% - 30px);
}

.bd ol {
  margin: 1em 0;
  text-indent: -1.75em;
  padding-left: 1.75em;
}
.bd ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
}
.bd ol li ol {
  margin: 0;
}
.bd ol li ol li {
  list-style-type: decimal;
  list-style-position: inside;
  background: none;
  margin: 0;
  padding: 0.2em 0;
}
.bd ol li ul {
  margin: 0;
  padding-left: 1.75em;
}
.bd ol li ul li {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0.2em 0 0.2em 1.75em;
}
.bd a:visited, .bd a:link {
  color: #4D771D;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}

:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}

blockquote {
  font-size: 24px;
}

a:link {
  color: #556068;
  text-decoration: underline;
}

a:visited {
  color: #556068;
  text-decoration: none;
}

a:hover {
  color: #556068;
  text-decoration: underline;
}

a:active {
  color: #556068;
  text-decoration: none;
}

body.page-about .button {
  display: block;
}

.emailSpan {
  display: flex;
}
.emailSpan .email {
  padding-left: 3px;
}

.innerWrapper {
  max-width: 1300px;
  width: calc(100% - 60px) !important;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  /*overflow: hidden;*/
}
@media (max-width: 1024px) {
  .innerWrapper {
    width: calc(100% - 50px) !important;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .innerWrapper {
    width: calc(100% - 40px) !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 360px) {
  .innerWrapper {
    width: calc(100% - 30px) !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#skiptocontent {
  position: absolute;
  z-index: 10;
}
#skiptocontent li {
  background-image: none;
  padding: 0;
}
#skiptocontent a {
  left: -999px;
  position: fixed;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  text-decoration: none;
}
#skiptocontent a:focus, #skiptocontent a:active {
  color: #fff;
  background-color: #556068;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  outline: 2px solid #000;
  outline-offset: 2px;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

.pageTitle h1 {
  font-size: 45px;
  font-family: "Frutiger LT W01_65 Bold1475746", Arial, sans-serif;
  margin-bottom: 30px;
  color: #464d53;
}
@media (max-width: 768px) {
  .pageTitle h1 {
    font-size: 35px;
  }
}

header .topHeader {
  background-color: #556068;
  position: relative;
}
header .topHeader .left p {
  color: white;
  font-weight: 700;
  line-height: 50px;
}
header .topHeader .left p span {
  color: #D9D9D9;
}
header .topHeader .left p span.sep, header .topHeader .left p .breadCrumbInner span.Separator, .breadCrumbInner header .topHeader .left p span.Separator {
  padding: 0 5px;
  font-weight: normal;
}
header .topHeader .right {
  text-align: right;
  position: relative;
}
header .topHeader .sfsearchBox {
  position: absolute;
  right: 10px;
  display: none;
  background: #D9D9D9;
  padding: 13px;
}
@media (max-width: 1024px) {
  header .topHeader .sfsearchBox {
    display: none;
  }
}
header .topHeader .sfsearchBox .sfsearchTxt {
  padding: 12px 9px 8px;
  width: 200px;
  border: 0;
  color: #556068;
  font-size: 16px;
}
header .topHeader .sfsearchBox .sfsearchSubmit {
  display: none;
}
header .topHeader .socialLinks {
  padding-right: 85px;
  height: 50px;
}
header .topHeader .socialLinks a {
  color: white;
  font-size: 25px;
  margin: 0 10px;
  padding-top: 14px;
}
header .topHeader .socialLinks a:hover {
  text-decoration: none;
}
header .topHeader .socialLinks a.search-icon {
  position: absolute;
  background-color: #4D771D;
  right: 0;
  width: 50px;
  height: 100%;
  display: inline-block;
  background-image: url(/CFImages/Icons/search.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 0;
}
header .topHeader .socialLinks a.search-icon:hover {
  background-color: #33393e;
}
header .header {
  padding: 20px 0 15px;
}
header .header .header-left img {
  width: 200px;
}

.banner .insideBanner {
  height: 300px;
  border-top: 5px solid #558320;
}
.banner .insideBanner .backstretch {
  height: 300px;
}

footer .preFooter {
  background-color: #556068;
  padding: 65px 0;
  color: white;
}
footer .preFooter a, footer .preFooter a:link, footer .preFooter a:hover, footer .preFooter a:visited, footer .preFooter a:active {
  color: white;
}
footer .preFooter .top {
  padding-bottom: 50px;
}
footer .preFooter .top .left img {
  width: 230px;
}
@media (max-width: 500px) {
  footer .preFooter .top .left img {
    width: 150px;
  }
}
footer .preFooter .top .right {
  margin-top: 75px;
}
@media (max-width: 500px) {
  footer .preFooter .top .right {
    margin-top: 35px;
  }
}
footer .preFooter .bottom img {
  width: 100%;
}
footer .preFooter .bottom h2 {
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
footer .preFooter .bottom p {
  font-weight: 300;
  line-height: 1.6em;
  margin: 0 0 20px;
}
footer .preFooter .bottom a {
  color: white;
}
footer .footer {
  background-color: white;
  width: 100%;
  height: 50px;
  font-size: 13px;
  line-height: 1.55em;
  color: #556068;
}
footer .footer .innerWrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .footer.fixed {
  position: fixed;
  bottom: -1px;
  z-index: 100;
}
footer .footer a:link, footer .footer a:visited {
  color: #556068;
  text-decoration: underline;
}
footer .footer a:hover, footer .footer a:active {
  color: black;
  text-decoration: none;
}
footer .footer .right {
  text-align: right;
}
@media (max-width: 768px) {
  footer .footer .right {
    text-align: left;
    margin-top: 1rem;
  }
}
footer .cubicle {
  margin: 15px 0 0 0;
  font-size: 10px;
  display: block;
  text-align: center;
  color: #558320;
}
footer .cubicle a:link, footer .cubicle a:visited {
  text-decoration: none;
  color: #558320;
}

.searchResults .sfsearchBox input[type=text] {
  width: 250px !important;
  border: 1px solid #F0F0F0;
  padding: 6px 8px 5px 8px;
}
.searchResults .item {
  border-bottom: 1px solid #D9D9D9;
  padding: 5px 0 25px;
}
.searchResults .item h3 a {
  color: inherit;
}

.details .top .left, .details .bottom .left {
  width: 370px;
  float: left;
}
@media (max-width: 1024px) {
  .details .top .left, .details .bottom .left {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .details .top .left, .details .bottom .left {
    width: 100%;
  }
}
.details .top .right, .details .bottom .right {
  float: right;
  width: calc(100% - 370px);
}
@media (max-width: 1024px) {
  .details .top .right, .details .bottom .right {
    width: calc(100% - 250px);
  }
}
@media (max-width: 768px) {
  .details .top .right, .details .bottom .right {
    width: 100%;
  }
}
.details .top .right .content, .details .bottom .right .content {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .details .top .right .content, .details .bottom .right .content {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .details.widetopLeft > .top {
    display: flex;
    flex-wrap: wrap;
  }
}
.details.widetopLeft > .top .left {
  width: 600px;
  float: left;
}
@media (max-width: 1024px) {
  .details.widetopLeft > .top .left {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .details.widetopLeft > .top .left {
    width: 250px;
  }
}
@media (max-width: 500px) {
  .details.widetopLeft > .top .left {
    width: 100%;
    float: initial;
  }
}
.details.widetopLeft > .top .left .imageWrapper {
  padding-bottom: 75%;
}
.details.widetopLeft > .top .left .imageWrapper a {
  background-position: top center;
}
.details.widetopLeft > .top .right {
  float: right;
  width: 100% !important;
  text-align: right;
}
.details.widetopLeft > .top .right .content {
  padding-left: 50px;
}
@media (max-width: 500px) {
  .details.widetopLeft > .top .right .content {
    padding-left: 0px;
    padding-top: 40px;
  }
}
.details .top {
  background-image: url(/CFImages/diamond-pattern-bg-2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .details .top {
    background-image: none;
  }
}
.details .top .left {
  position: relative;
}
.details .top .left .imageWrapper {
  padding-bottom: 100%;
  position: relative;
}
.details .top .left .imageWrapper > * {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.details .top .left img {
  display: none;
}
.details .top .right .content {
  padding-top: 150px;
  line-height: 1.8em;
}
@media (max-width: 1024px) {
  .details .top .right .content {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .details .top .right .content {
    padding-top: 20px;
  }
}
.details .top .right .content h1 {
  font-family: "Frutiger LT W01_65 Bold1475746", Arial, sans-serif;
  font-size: 60px;
  margin-top: 10px;
  display: block;
  color: #556068;
  display: initial;
}
@media (max-width: 1024px) {
  .details .top .right .content h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .details .top .right .content h1 {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .details .top .right .content h1 {
    font-size: 30px;
  }
}
.details .top .right .content .social {
  font-size: 19px;
}
.details .top .right .content .social a {
  color: #86939d;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .details .bottom {
    display: flex;
    flex-flow: row wrap;
  }
}
@media (max-width: 768px) {
  .details .bottom > .left {
    order: 2;
    width: 100%;
  }
}
.details .bottom > .left > .content {
  padding: 30px 25px 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .details .bottom > .left > .content {
    padding: 30px 0;
  }
}
.details .bottom > .left > .content h2 {
  font-size: 16px;
  color: #4D771D;
  font-weight: bold;
  margin: 30px 0 10px;
}
@media (max-width: 768px) {
  .details .bottom > .right {
    order: 1;
    width: 100%;
  }
}
.details .bottom > .right > .content {
  padding-top: 50px;
}

.bd {
  padding-bottom: 65px;
}
.bd p {
  margin: 15px 0;
  line-height: 1.4em;
}
.bd ul li {
  background: url(/CFImages/icons/bullet.svg) no-repeat;
  background-size: 11px;
  padding: 0px 0 2px 20px;
}

.button.larger {
  padding: 1em 2em;
  font-size: 20px;
}

a[href^=tel], a[href^=Tel] {
  text-decoration: none !important;
  color: inherit !important;
}
a[href^=tel]:hover, a[href^=Tel]:hover {
  text-decoration: none !important;
  cursor: default;
  color: inherit;
}

.printOnly {
  display: none;
}

.quickFindWrapper {
  background: #e6e6e6;
  padding: 0 0 75px;
}
.quickFindWrapper .quickFindBox {
  width: 400px;
  position: relative;
}
.quickFindWrapper .quickFindBox .GOButton {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px;
  font-weight: bold;
  color: white;
  background-color: #4D771D;
  font-size: 11px;
}
@media (max-width: 768px) {
  .quickFindWrapper .quickFindBox .GOButton {
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .quickFindWrapper .quickFindBox {
    width: 100%;
  }
}
.quickFindWrapper .quickFindBox .rcbInput {
  font-size: 18px;
  padding: 8px 0;
}
.quickFindWrapper .quickFindBox .rcbEmptyMessage {
  font-size: 18px;
  color: #556068;
  text-transform: uppercase;
  font-style: normal;
}
.quickFindWrapper .quickFindBox ul, .quickFindWrapper .quickFindBox ul.rcbList {
  list-style-type: none;
}
.quickFindWrapper .quickFindBox ul li, .quickFindWrapper .quickFindBox ul li.rcbItem, .quickFindWrapper .quickFindBox ul.rcbList li, .quickFindWrapper .quickFindBox ul.rcbList li.rcbItem {
  list-style-type: none;
}
.quickFindWrapper .quickFindContainer {
  margin-top: 45px;
}

.sf_cols.reversed h6 {
  color: white;
}
.sf_cols.reversed p {
  color: white;
}

.RadComboBox_Default .rcbInputCell, .RadComboBox_Default .rcbArrowCell {
  background: white;
}

.sf_cols.reversed {
  background-color: #556068;
}

/* Tablet: THIS IS WHEN WE GO TO THE MOBILE MENU*/
@media only screen and (max-width: 1024px) {
  #wrapper {
    width: 100%;
  }
  header .topHeader, header .header {
    display: none;
  }
  .banner {
    padding-top: 80px;
  }
}
.RadSocialShare_Default ul li.sshListItem {
  background: none !important;
  padding: 0 0 0 15px !important;
}

.RadCaptcha {
  max-width: 400px;
  margin: 1em 0;
}

/* AODA Added Styles */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  color: #000;
  background-color: #fff;
}

input:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
  border: 1px solid transparent;
}

table.rcbFocused {
  outline: 2px solid #000;
  outline-offset: 2px;
  border: 1px solid transparent;
}

input:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
  border: 1px solid transparent;
}

.rcbInputCell input:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
  border: 1px solid transparent;
}

.rcbArrowCellRight a:focus {
  border: 1px solid transparent;
}

.condoMicrosite {
  /* Styling of the Kendo Menu in the Condo site */
  /*    .bd {
      ul {
          li {
              background-size: 13px;
          }
      }
  }*/
}
.condoMicrosite .bd .sf_pagerNumeric a {
  color: white !important;
}
.condoMicrosite .bd .sf_pagerNumeric a.sf_PagerCurrent {
  background-color: #556068;
}
.condoMicrosite .cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem a.rmLink.rmRootLink {
  padding: 0 20px;
}
.condoMicrosite .header-right > div {
  position: relative;
}
.condoMicrosite .header-right > div > .sfContentBlock img {
  float: right;
  top: 22px;
  position: absolute;
  right: 10px;
}
.condoMicrosite .pageTitle h1 {
  font-size: 4rem;
}
.condoMicrosite h1 {
  font-size: 4rem;
  color: #556068;
}
@media (max-width: 768px) {
  .condoMicrosite h1, .condoMicrosite h1.name {
    font-size: 2rem !important;
  }
}
.condoMicrosite k-item h1, .condoMicrosite h2, .condoMicrosite h3, .condoMicrosite h4, .condoMicrosite h5, .condoMicrosite h5 {
  color: #556068;
  line-height: 1.1;
  font-family: "Frutiger LT W01_65 Bold1475746", Arial, sans-serif;
}
.condoMicrosite .sfContentBlock ul {
  list-style: none !important;
}
.condoMicrosite .aboutPageContent h1 {
  font-size: 4rem;
  margin-bottom: 5rem;
}
.condoMicrosite .aboutPageContent h4 {
  margin-bottom: 4rem;
}
.condoMicrosite h2, .condoMicrosite h6 {
  color: #556068;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.condoMicrosite h2:after, .condoMicrosite h6:after {
  content: "";
  width: 0px;
  height: 0px;
  position: relative;
  background-color: transparent;
  bottom: 0;
  left: 0;
}
.condoMicrosite h3 {
  color: #556068;
  width: 100%;
  font-size: 2.3rem;
  margin-bottom: 3rem;
  font-weight: normal;
}
.condoMicrosite h4 {
  margin-bottom: 25px;
  font-size: 24px;
}
.condoMicrosite .teamMember .bottom > .right > .content .contactInfo-right .social a {
  text-decoration: none;
}
.condoMicrosite .lawyersPageContent {
  margin-top: 3rem;
}
.condoMicrosite .lawyersPageContent .leftWeightedContent {
  color: #556068;
}
.condoMicrosite .lawyersPageContent .leftWeightedContent .left {
  border-bottom: 1px solid #556068;
}
.condoMicrosite .footerTeamCondo .teamListView h1 {
  font-size: 3rem;
  text-align: center;
}
.condoMicrosite .footerTeamCondo .teamListView .items .content {
  flex-direction: column;
  display: flex;
}
.condoMicrosite .footerTeamCondo .teamListView .items .content a {
  color: #556068 !important;
}
.condoMicrosite .footerTeamCondo .teamListView .items .content h3 {
  margin-bottom: 0.5rem;
  font-size: 24px;
  text-align: left;
  line-height: 1.1;
}
.condoMicrosite .footerTeamCondo .teamListView .items .content h4 {
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-family: "Open Sans", Arial, sans-serif;
}
.condoMicrosite .footerTeamCondo .teamListView .items .content .emailSpan {
  color: #556068;
}
.condoMicrosite .footerCondoNav {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.condoMicrosite .footerCondoNav .unOrderedListMenu {
  display: flex;
}
.condoMicrosite .footerCondoNav .unOrderedListMenu .titleColumn {
  vertical-align: middle !important;
  border-right: 1px solid #556068;
  padding-right: 3rem;
  display: flex;
}
.condoMicrosite .footerCondoNav .unOrderedListMenu .titleColumn h2 {
  margin: 0px;
  align-self: center;
  font-weight: normal;
  text-align: left;
  font-family: "Frutiger LT W01_65 Bold1475746", Arial, sans-serif;
  font-size: 3rem;
}
.condoMicrosite .footerCondoNav .unOrderedListMenu .navColumn {
  padding-left: 3rem;
  display: flex;
  flex-grow: 1;
}
.condoMicrosite .footerCondoNav .unOrderedListMenu .navColumn ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1rem;
  flex-grow: 1;
}
.condoMicrosite .footerCondoNav .unOrderedListMenu .navColumn ul li {
  width: 50%;
  display: flex;
  padding-bottom: 1rem;
}
.condoMicrosite .footerCondoNav .unOrderedListMenu .navColumn ul li a {
  color: #558320;
  font-size: 1.3rem;
  margin-right: 0.5rem;
}
.condoMicrosite .bannerAnnouncement {
  background-color: #131617;
  display: none !important;
}
.condoMicrosite .condoLawDescriptionContainer {
  background: linear-gradient(#131617 70%, #131617 100%);
}
.condoMicrosite .condoLawDescriptionContainer .innerWrapper {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.condoMicrosite .condoLawDescriptionContainer .innerWrapper > .sf_colsOut {
  display: flex;
  align-items: center;
}
.condoMicrosite .condoLawDescriptionContainer .innerWrapper > .sf_colsOut h1 {
  color: white;
  margin-top: 0;
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .condoMicrosite .condoLawDescriptionContainer .innerWrapper > .sf_colsOut h1 {
    font-size: 2rem;
  }
}
.condoMicrosite .condoLawDescriptionContainer .innerWrapper > .sf_colsOut p {
  color: white;
  font-size: 21px;
}
.condoMicrosite .condoLawDescriptionContainer .innerWrapper > .sf_colsOut a.button {
  color: white !important;
  background-color: #558320;
  border: none;
  font-size: 16px;
  padding: 1rem 2rem;
}
.condoMicrosite .condoLawDescriptionContainer .innerWrapper > .sf_colsOut a.button:hover {
  background-color: #444444;
}
.condoMicrosite .condoLawDescriptionContainer .imageColumn .sfContentBlock {
  display: flex;
}
.condoMicrosite .condoLawDescriptionContainer .imageColumn .sfContentBlock img {
  align-self: flex-end;
}
.condoMicrosite h3 {
  border: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .condoMicrosite .hero .homeSlideshow .slide {
    height: auto !important;
  }
}
.condoMicrosite .hero .homeSlideshow .slick-track .slide .coverImg {
  display: block;
  position: relative;
  width: 100vw;
  padding: 0px !important;
  background-color: #131617;
}
.condoMicrosite .hero .homeSlideshow .slick-track .slide .coverImg img {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: 100%;
  transform: none;
}
.condoMicrosite .hero .homeSlideshow .slick-track .slide .condoSlideshowLogoContainer {
  position: absolute;
  top: 5%;
  left: 5%;
}
.condoMicrosite .breadCrumbInner {
  font-weight: bold;
}
.condoMicrosite .breadCrumbInner .Current {
  color: #556068;
}
.condoMicrosite .breadCrumbInner a {
  font-weight: bold;
  color: #556068;
}
.condoMicrosite .breadCrumbInner .bd a {
  color: #558320;
}
.condoMicrosite .cfMegaMenuWrapper .rmSelected a {
  color: #04817E !important;
}
.condoMicrosite header {
  border-bottom: none;
}
.condoMicrosite header p {
  margin-bottom: 0px;
}
.condoMicrosite header .topHeader a {
  color: white !important;
}
.condoMicrosite .contactPageOfficesWrapper h2 {
  text-align: left;
}
.condoMicrosite .button {
  background-color: #556068;
}
.condoMicrosite footer p {
  margin-bottom: 0px;
}
.condoMicrosite footer .insightsSliderContainer {
  padding-top: 6rem;
  padding-bottom: 7rem;
}
.condoMicrosite footer .footerCondoNav {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.condoMicrosite footer .preFooter {
  background-color: #F2F2F2;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.condoMicrosite footer .preFooter .sfimageWrp {
  display: flex;
  padding-top: 3rem;
  justify-content: flex-end;
}
.condoMicrosite footer .preFooter .sfimageWrp img {
  width: 40%;
}
.condoMicrosite footer .footer {
  color: inherit;
  height: auto;
  font-size: 0.9em;
}
.condoMicrosite footer .footer .footerTop {
  background-color: #556068;
  color: white;
}
.condoMicrosite footer .footer .footerTop .top {
  padding-top: 1em;
  padding-bottom: 1em;
}
.condoMicrosite footer .footer .footerTop .top .left .sfContentBlock {
  display: flex;
  justify-content: flex-start;
}
.condoMicrosite footer .footer .footerTop .top .left .sfContentBlock img {
  max-height: 100px;
}
.condoMicrosite footer .footer .footerTop .top .right .sfContentBlock {
  display: flex;
  justify-content: flex-end;
}
.condoMicrosite footer .footer .footerTop .top .right .sfContentBlock img {
  max-height: 100px;
}
.condoMicrosite footer .footer .footerBottom {
  background-color: #fff;
}
.condoMicrosite .servicesWrapper .servicesList .items .item .wrapper .bottom a.title {
  color: #556068;
}
.condoMicrosite .servicesWrapper .servicesList .items .item .wrapper .bottom p.link a.arrowLink, .condoMicrosite .servicesWrapper .servicesList .items .item .wrapper .bottom p.link .hero .homeSlideshow .slide .contentWrapper .innerContent a.link, .hero .homeSlideshow .slide .contentWrapper .innerContent .condoMicrosite .servicesWrapper .servicesList .items .item .wrapper .bottom p.link a.link {
  color: #556068;
}
.condoMicrosite .expertisePageContent .pageTitle h1 {
  font-size: 4rem;
}
.condoMicrosite .teamListView.related {
  background-image: none;
}
.condoMicrosite .insightsSliderContainer {
  background-image: url(../../CFImages/condoInsightsSliderBackground.png);
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.condoMicrosite .insightsSliderContainer #Body_ctl10_ctl00_ctl00_pager {
  display: none;
}
.condoMicrosite .insightsSliderContainer #PreFooter_ctl05_ctl00_ctl00_pager {
  display: none;
}
.condoMicrosite .insightsSliderContainer.aboutInsights {
  background-image: none;
}
.condoMicrosite .insightsSliderContainer .insightsHeading {
  display: flex;
}
.condoMicrosite .insightsSliderContainer .insightsHeading h2 {
  text-align: left;
  width: unset;
}
.condoMicrosite .insightsSliderContainer .insightsHeading h2 a {
  color: #556068;
  font-size: 16px;
  margin-left: 3rem;
}
.condoMicrosite .insightsSliderContainer .insightsSlider {
  margin-right: calc(55px - 1rem);
  margin-left: calc(55px - 1rem);
}
.condoMicrosite .insightsSliderContainer .insightsSlider .slick-arrow {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5px;
  height: 40px;
  width: 30px;
  z-index: 2;
}
.condoMicrosite .insightsSliderContainer .insightsSlider .slick-arrow:before {
  content: "";
}
.condoMicrosite .insightsSliderContainer .insightsSlider .slick-arrow.slick-prev {
  left: -25px;
  background-image: url(/CFImages/Icons/arrow-left.svg);
}
.condoMicrosite .insightsSliderContainer .insightsSlider .slick-arrow.slick-next {
  right: -25px;
  background-image: url(/CFImages/Icons/arrow-right.svg);
}
.condoMicrosite .insightsSliderContainer .insightsSlider .slick-slide {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 5px;
  margin-bottom: 3px;
  background-color: white;
  margin-right: 1rem;
  margin-left: 1rem;
  min-height: 180px;
}
.condoMicrosite .insightsSliderContainer .insightsSlider .slick-slide .left {
  width: 30%;
}
.condoMicrosite .insightsSliderContainer .insightsSlider .slick-slide .left .imageWrapper {
  height: 100%;
}
.condoMicrosite .insightsSliderContainer .insightsSlider .slick-slide .left .imageWrapper a {
  height: 100%;
  width: 100%;
  background-size: cover;
}
.condoMicrosite .insightsSliderContainer .insightsSlider .slick-slide .right {
  margin: 1rem;
}
.condoMicrosite .insightsSliderContainer .insightsSlider .slick-slide .right .content .date {
  color: #556068;
}
.condoMicrosite .insightsSliderContainer .insightsSlider .slick-slide .right .content p .authors {
  color: #556068;
}
.condoMicrosite .insightsSliderContainer .insightsSlider .slick-slide .right .content p .authors a {
  color: #556068 !important;
}
.condoMicrosite .insightsSliderContainer .insightsSlider .slick-slide .right a {
  color: #556068;
}
.condoMicrosite .insightsSliderContainer .insightsSlider .slick-slide .right .title {
  font-family: "Frutiger LT W01_65 Bold1475746", Arial, sans-serif;
  font-size: 22px;
  display: block;
  margin: 10px 0 10px;
  line-height: 1.35em;
}
.condoMicrosite header .topHeader .socialLinks {
  padding-right: 0px;
}
.condoMicrosite header .topHeader .socialLinks a.search-icon {
  display: none !important;
}
.condoMicrosite .condoInsights .filters {
  display: block !important;
}
.condoMicrosite .condoInsights .searchText {
  background-image: url(/CFImages/Icons/icon-search.svg);
  background-size: 30px;
  background-position: top 5px right 8px;
  background-repeat: no-repeat;
  padding-right: 20px;
  padding-left: 10px;
  height: 40px;
  border: 1px solid #556068;
}
.condoMicrosite .condoInsights .RadComboBox.RadComboBox_MetroTouch {
  border: 1px solid #556068;
}
.condoMicrosite .condoInsights .filterTitle {
  margin-bottom: 2rem;
  color: #556068 !important;
}
.condoMicrosite .condoInsights .filterSearchBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 50px) !important;
  background-color: #EEEEF0;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.condoMicrosite .condoInsights .filterSearchBox .filterName {
  font-weight: bold;
  color: #556068;
  font-size: 24px;
  align-self: center;
  padding-right: 1rem;
  padding: 1rem 1.5rem;
}
.condoMicrosite .condoInsights .filterSearchBox .searchText {
  width: 80%;
  margin: 1rem 1.5rem;
}
.condoMicrosite .condoInsights .RadComboBox {
  margin-bottom: 1rem;
}
.condoMicrosite .condoInsights .filterButtons .button.filter {
  background-color: #04817E;
  margin-top: 0px;
}
.condoMicrosite .condoInsights .filterButtons .button.filter:hover {
  background-color: #556068;
}
.condoMicrosite .serviceDetails.details .relatedPracticeAreas {
  margin-bottom: 3rem;
}
.condoMicrosite .serviceDetails.details > .top {
  background-position: left top !important;
  background-size: cover;
  height: 300px;
}
.condoMicrosite .serviceDetails.details > .top .innerWrapper {
  height: 100% !important;
  position: relative;
}
.condoMicrosite .serviceDetails.details > .top .innerWrapper .right {
  height: 100% !important;
  width: 100% !important;
  position: relative;
}
.condoMicrosite .serviceDetails.details > .top .innerWrapper .right .content {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-right: 1.5rem;
}
.condoMicrosite .serviceDetails.details > .top .innerWrapper .right .content h1 {
  color: #556068;
}
.condoMicrosite .serviceDetails.details > .top .content {
  padding: 0 !important;
}
.condoMicrosite .serviceDetails.details .bottom .left {
  margin-right: 1.5rem;
}
.condoMicrosite .serviceDetails.details .bottom .left .paQuickContactWrapper .button {
  background-color: #04817E;
}
.condoMicrosite .serviceDetails.details .bottom .left .paQuickContactWrapper .quickContact {
  margin-top: 0;
}
.condoMicrosite .serviceDetails.details .bottom .left .paQuickContactWrapper .quickContact h3 {
  font-size: 1.5rem;
  text-align: left;
  margin-top: 15px;
}
.condoMicrosite .serviceDetails.details .bottom .left .paQuickContactWrapper h5 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 4rem;
  margin-bottom: 2rem;
  text-align: left;
}
.condoMicrosite .serviceDetails.details .bottom .right {
  margin-left: 1.5rem;
  width: calc(100% - 370px - 3rem);
}
.condoMicrosite .blogItems .items .item {
  box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 5px;
}
.condoMicrosite .blogItems .items .item .right {
  width: calc(60% - 2rem);
  margin: 0;
}
.condoMicrosite .blogItems .items .item .right .content {
  padding: 1rem;
}
.condoMicrosite .blogItems .items .item .right .content .title a {
  color: #556068;
}
@media (max-width: 500px) {
  .condoMicrosite .blogItems .items .item .right {
    width: 100% !important;
  }
}
.condoMicrosite .cfMegaMenuWrapper .rpLink.rpRootLink {
  border: none !important;
}
.condoMicrosite .cfMegaMenuWrapper .rpItem.rpFirst.rpLast {
  border: none !important;
}
.condoMicrosite .cfMegaMenuWrapper .RadPanelBar.RadPanelBar_SectionPages {
  padding: 0 !important;
}
.condoMicrosite .cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem {
  border: none !important;
}
.condoMicrosite .cfMegaMenuWrapper .RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem, .condoMicrosite .cfMegaMenuWrapper .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem {
  border: none !important;
}
.condoMicrosite .cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem div.rmSlide {
  max-width: 200px !important;
  left: 0 !important;
}
.condoMicrosite .cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem div.rmSlide ul .rmVertical.rmGroup.rmLevel1 li.rmItem.rmTemplate {
  max-width: 200px !important;
}
.condoMicrosite .condoMega.megaContainer {
  max-width: 200px !important;
  padding: 0 !important;
}
.condoMicrosite .cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem div.rmSlide ul.rmVertical.rmGroup.rmLevel1 {
  max-width: 200px !important;
}
.condoMicrosite .cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem div.rmSlide ul.rmVertical.rmGroup.rmLevel1 li.rmItem.rmTemplate {
  max-width: 200px !important;
}
.condoMicrosite .publicationDetails .innerWrapper .right .content .authors a {
  color: #556068;
}
.condoMicrosite .cfMegaMenuWrapper .RadMenu.RadMenu_Default .rmRootGroup .rmItem {
  position: relative !important;
}
.condoMicrosite .mobileNavWrapper .k-treeview {
  line-height: 0;
  margin-top: 2em;
}
.condoMicrosite .mobileNavWrapper .k-treeview .sfNavTreeview {
  white-space: initial;
  overflow: initial;
  width: 100%;
}
.condoMicrosite .mobileNavWrapper .k-treeview .sfNavTreeview a.k-link {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: initial;
  width: 100%;
  padding: 13px 30px 12px 15px;
  color: #444444;
  box-sizing: border-box;
  background-color: #e9ebed;
  background-image: none;
  border-radius: 0;
  border-bottom: 1px solid #D9D9D9;
}
.condoMicrosite .mobileNavWrapper .k-treeview .sfNavTreeview a.k-link:before {
  display: none !important;
}
.condoMicrosite .mobileNavWrapper .k-treeview .sfNavTreeview li.k-item {
  border: 0;
  padding: 0;
}
.condoMicrosite .mobileNavWrapper .k-treeview .sfNavTreeview li.k-item span.k-icon {
  display: none !important;
}
.condoMicrosite .mobileNavWrapper .k-treeview .sfNavTreeview .k-group {
  border-top: 0;
}
.condoMicrosite .mobileNavWrapper .k-treeview .sfNavTreeview .k-group .k-item {
  border: 0;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .condoMicrosite .publicationDetails .innerWrapper > .right {
    width: calc(100% - 300px) !important;
  }
}
@media (max-width: 1024px) {
  .condoMicrosite .publicationDetails .innerWrapper > .left {
    width: 300px !important;
  }
}
@media (max-width: 768px) {
  .condoMicrosite .publicationDetails .innerWrapper .right {
    width: 100% !important;
    float: initial !important;
  }
}
@media (max-width: 768px) {
  .condoMicrosite .publicationDetails .innerWrapper > .left {
    width: 100% !important;
    float: initial !important;
  }
}
.condoMicrosite .publicationDetails .innerWrapper .right {
  width: calc(100% - 500px);
}
.condoMicrosite .publicationDetails .innerWrapper .left {
  width: 500px;
}
.condoMicrosite .bd a:visited, .condoMicrosite .bd a:link {
  color: #558320;
}
.condoMicrosite .insightsListView.related.practiceAreaInsights {
  background-color: #F2F2F2;
  margin-top: 0rem;
  padding-bottom: 5rem;
  padding-top: 3rem;
  margin-bottom: -65px;
}
.condoMicrosite .insightsListView.related.practiceAreaInsights .blogItems .items .item {
  box-shadow: none;
  background-color: #fff;
}
.condoMicrosite .insightsListView.related.practiceAreaInsights .viewMoreInsights {
  text-align: center;
}
.condoMicrosite .insightsListView.related.practiceAreaInsights .viewMoreInsights .button {
  background-color: #04817E;
}
.condoMicrosite .insightsTitle {
  position: absolute;
  top: 50%;
  padding-left: 30px;
  padding-right: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.condoMicrosite .accordion-container .relatedInsightsTeam .content {
  background-color: transparent;
}
.condoMicrosite .accordion-container .relatedInsightsTeam .content .items .item {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 5px;
  margin-bottom: 3rem;
  background-color: white;
  margin-right: 1rem;
  margin-left: 1rem;
}
.condoMicrosite .accordion-container .relatedInsightsTeam .content .items .item .left {
  width: 30%;
}
.condoMicrosite .accordion-container .relatedInsightsTeam .content .items .item .left .imageWrapper {
  height: 100%;
}
.condoMicrosite .accordion-container .relatedInsightsTeam .content .items .item .left .imageWrapper a {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top center;
}
.condoMicrosite .accordion-container .relatedInsightsTeam .content .items .item .right {
  margin: 1rem;
}
.condoMicrosite .accordion-container .relatedInsightsTeam .content .items .item .right .date {
  color: #17596B;
}
.condoMicrosite .accordion-container .relatedInsightsTeam .content .items .item .right .authors a {
  color: #556068;
}
.condoMicrosite .accordion-container .relatedInsightsTeam .content .items .item .right .title a {
  color: #556068;
}
@media (max-width: 1200px) {
  .condoMicrosite .accordion-container .relatedInsightsTeam .content .items .item {
    flex-direction: column;
  }
  .condoMicrosite .accordion-container .relatedInsightsTeam .content .items .item .left {
    width: 100%;
  }
  .condoMicrosite .accordion-container .relatedInsightsTeam .content .items .item .left .imageWrapper {
    height: 250px;
  }
  .condoMicrosite .accordion-container .relatedInsightsTeam .content .items .item .right {
    width: 100%;
  }
}
.condoMicrosite .teamMember.details {
  position: relative;
}
.condoMicrosite .teamMember.details .top {
  background-image: url(/CFImages/BioDetailPageBannerCondo.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.condoMicrosite .teamMember.details .top .innerWrapper::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 90%);
  width: 100%;
  height: 100%;
}
.condoMicrosite .teamMember.details .top .innerWrapper .left .imageWrapper {
  margin-top: 7rem;
  margin-bottom: -7rem;
}
.condoMicrosite .teamMember.details .accordion-container .item > h3.header {
  text-align: left;
  color: #556068;
  background-image: url(/CFImages/Icons/plusCondo.svg);
}
.condoMicrosite .teamMember.details .accordion-container .item > h3.header.open {
  background-image: url(/CFImages/Icons/minusCondo.svg);
}
.condoMicrosite .teamMember.details .bottom {
  position: relative;
  /* new gender on condo pages*/
}
.condoMicrosite .teamMember.details .bottom h1.name {
  font-size: 4rem;
  margin-bottom: 0;
}
.condoMicrosite .teamMember.details .bottom .genderPronouns {
  display: block;
  margin: 0 0 1rem 0;
  font-size: 1.3rem;
  font-weight: 300;
}
.condoMicrosite .teamMember.details .bottom .designationsContainer .designations {
  font-size: 24px;
  color: #556068;
}
.condoMicrosite .teamMember.details .bottom .positionContainer {
  margin-bottom: 4rem;
}
.condoMicrosite .teamMember.details .bottom .positionContainer .position {
  font-size: 24px;
  text-transform: uppercase;
}
.condoMicrosite .teamMember.details .bottom .right {
  margin-top: -8rem;
}
.condoMicrosite .teamMember.details .bottom .bottomLeftContent {
  margin-top: 7rem;
}
.condoMicrosite .teamMember.details .bottom .bottomLeftContent h2 {
  text-align: left;
  color: #556068;
}
.condoMicrosite .pageBannerImageContainer {
  position: relative;
}
.condoMicrosite .pageBannerImageContainer .sfimageWrp::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 90%);
  width: 100%;
  height: 100%;
}
.condoMicrosite .pageBannerImageContainer .sfimageWrp img {
  max-width: 100%;
  width: 100%;
}
.condoMicrosite .publicationDetails.condoInsights .innerWrapper .right h1.title {
  color: #556068;
  font-size: 3rem;
}
.condoMicrosite .publicationDetails.condoInsights .innerWrapper .right .dateAndSocial {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #556068;
  border-bottom: 1px solid #556068;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.condoMicrosite .publicationDetails.condoInsights .innerWrapper .right .insightAuthors {
  margin-bottom: 1rem;
}
.condoMicrosite .publicationDetails.condoInsights .innerWrapper .right .insightAuthors .authors {
  text-transform: uppercase;
  font-weight: bold;
  color: #556068;
}
.condoMicrosite .publicationDetails.condoInsights .innerWrapper .right .insightAuthors .authors a {
  text-transform: uppercase;
  font-weight: bold;
  color: #556068;
}
.condoMicrosite .publicationDetails.condoInsights .innerWrapper .right .content .body h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
  text-align: left !important;
}
.condoMicrosite .publicationDetails.condoInsights .innerWrapper .right .content .body h3 {
  text-align: left;
}
.condoMicrosite .publicationDetails.condoInsights .teamListView.related h3 {
  text-align: left;
}
.condoMicrosite .publicationDetails.condoInsights .insightsListView.related.practiceAreaInsights {
  background-color: transparent;
}
.condoMicrosite .publicationDetails.condoInsights .insightsListView.related.practiceAreaInsights h3 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}
.condoMicrosite .publicationDetails.condoInsights .insightsListView.related.practiceAreaInsights .items {
  display: flex;
  flex-direction: column;
}
.condoMicrosite .publicationDetails.condoInsights .insightsListView.related.practiceAreaInsights .items .item {
  width: 100%;
  margin: 1rem 0rem 1rem 0rem;
}
.condoMicrosite .publicationDetails.condoInsights .insightsListView.related.practiceAreaInsights .items .item .right {
  width: 70%;
}
.condoMicrosite .publicationDetails.condoInsights .insightsListView.related.practiceAreaInsights .items .item .right .content {
  padding-left: 0px;
}
.condoMicrosite .publicationDetails.condoInsights .insightsListView.related.practiceAreaInsights .items .item .right .content p.title {
  font-size: 24px;
}
.condoMicrosite .publicationDetails.condoInsights .insightsListView.related.practiceAreaInsights .items .item .left {
  width: 28%;
  margin-right: 2%;
}
.condoMicrosite .publicationDetails.condoInsights .insightsListView.related.practiceAreaInsights .items .item .left .imageWrapper {
  padding-top: 100%;
  padding-bottom: 0px !important;
}
.condoMicrosite .condoLawDescriptionContainer .innerWrapper > .sf_colsOut.imageColumn {
  align-items: flex-end;
}
.condoMicrosite .condoLawDescriptionContainer .innerWrapper > .sf_colsOut:first-of-type {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .condoMicrosite .condoLawDescriptionContainer .innerWrapper {
    width: calc(100% - 40px) !important;
    flex-direction: column;
  }
  .condoMicrosite .serviceDetails.details .bottom {
    display: block !important;
  }
  .condoMicrosite .serviceDetails.details .bottom .reverseOnMobile {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding: 0;
  }
  .condoMicrosite .serviceDetails.details .bottom .reverseOnMobile .left {
    width: 100%;
    float: none;
    margin: 0;
  }
  .condoMicrosite .serviceDetails.details .bottom .reverseOnMobile .left h5 {
    margin: 1em 0;
    font-size: 24px;
  }
  .condoMicrosite .serviceDetails.details .bottom .reverseOnMobile .right {
    width: 100%;
    float: none;
    margin: 0;
  }
  .condoMicrosite footer .footer {
    color: inherit;
    height: auto;
    font-size: 0.9em;
  }
  .condoMicrosite footer .footer .footerTop .top > .left {
    width: 100%;
  }
  .condoMicrosite footer .footer .footerTop .top > .left .sfContentBlock {
    justify-content: center;
  }
  .condoMicrosite footer .footer .footerTop .top > .right {
    width: 100%;
    margin-top: 3rem;
  }
  .condoMicrosite footer .footer .footerTop .top > .right .sfContentBlock {
    justify-content: center;
  }
}
@media (max-width: 670px) {
  .condoMicrosite .servicesWrapper .servicesList .items > .item {
    width: calc(100% - 30px - 3px);
  }
  .condoMicrosite .footerCondoNav .unOrderedListMenu .navColumn ul li {
    width: 100%;
  }
  .condoMicrosite .footerCondoNav .unOrderedListMenu {
    flex-direction: column;
  }
  .condoMicrosite .footerCondoNav .unOrderedListMenu .titleColumn {
    border-right: none;
    padding-right: 0;
  }
  .condoMicrosite .footerCondoNav .unOrderedListMenu .navColumn {
    padding-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 670px) and (max-width: 600px) {
  .condoMicrosite .insightsSlider .items .item {
    flex-direction: column;
  }
  .condoMicrosite .insightsSlider .items .item .left {
    width: 100% !important;
    float: initial !important;
  }
  .condoMicrosite .insightsSlider .items .item .left .imageWrapper {
    min-height: 200px;
    position: relative;
  }
  .condoMicrosite .insightsSlider .items .item .left .imageWrapper a {
    position: absolute;
    top: 0;
    left: 0;
  }
  .condoMicrosite .insightsSlider .items .item .right {
    width: calc(100% - 2rem) !important;
    float: initial !important;
  }
  .condoMicrosite .insightsSliderContainer .insightsHeading h2 {
    display: flex;
    flex-direction: column;
  }
  .condoMicrosite .insightsSliderContainer .insightsHeading h2 a {
    margin-left: 0px;
    margin-top: 1.5rem;
  }
}
@media (max-width: 1100px) {
  .condoMicrosite .cfMegaMenuWrapper {
    top: 75px;
  }
}
@media (max-width: 768px) {
  .condoMicrosite .teamMember.details .top .innerWrapper .left .imageWrapper {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
  .condoMicrosite .breadcrumbs {
    display: none !important;
  }
  .condoMicrosite .teamMember.details .bottom .right {
    margin-top: 0rem;
  }
  .condoMicrosite .accordion-container .item .header {
    background-position: top 2px right 15px;
    padding: 10px 25px 10px 0;
    width: calc(100% - 25px);
  }
  .condoMicrosite .teamMember.details .bottom .bottomLeftContent {
    margin-top: 0;
  }
}

/* New Community Involvement */
.communityinvolvementWrapper ul.communityinvolvement.listView {
  margin: 2rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.communityinvolvementWrapper ul.communityinvolvement.listView li {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  padding: 0 1rem;
  margin: 0 0 2rem 0;
  border-right: 1px solid #D9D9D9;
}
.communityinvolvementWrapper ul.communityinvolvement.listView li .item {
  position: relative;
}
.communityinvolvementWrapper ul.communityinvolvement.listView li .item p {
  text-align: center;
  font-size: 0.9rem;
}
.communityinvolvementWrapper ul.communityinvolvement.listView li .item img {
  max-width: 200px;
}
@media (max-width: 500px) {
  .communityinvolvementWrapper ul.communityinvolvement.listView li {
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    padding: 0 0 1rem 0;
    margin: 0 0 1rem 0;
  }
}

/* New Diversity */
.diversityWrapper ul.diversity.listView {
  margin: 2rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.diversityWrapper ul.diversity.listView li:nth-child(even) .item {
  flex-direction: row-reverse;
}
.diversityWrapper ul.diversity.listView li:nth-child(even) .item .column1 {
  padding: 0 0 0 2rem;
}
.diversityWrapper ul.diversity.listView li:nth-child(even) .item .column2 {
  padding: 0 2rem 0 0;
}
.diversityWrapper ul.diversity.listView li {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  margin: 0 0 4rem 0;
  padding: 0;
}
.diversityWrapper ul.diversity.listView li .item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.diversityWrapper ul.diversity.listView li .item .column1 {
  width: 50%;
  padding: 0 2rem 0 0;
}
.diversityWrapper ul.diversity.listView li .item .column2 {
  width: 50%;
  padding: 0 0 0 2rem;
}
.diversityWrapper ul.diversity.listView li .item img.mainImage {
  max-width: 100%;
}
.diversityWrapper ul.diversity.listView li .item img.diversityLogo {
  max-width: 200px;
  margin: 0 0 2rem 0;
}
.diversityWrapper ul.diversity.listView li .item .button {
  text-decoration: none;
}
@media (max-width: 768px) {
  .diversityWrapper ul.diversity.listView li .item {
    display: block;
  }
  .diversityWrapper ul.diversity.listView li .item .column1, .diversityWrapper ul.diversity.listView li .item .column2 {
    width: 100%;
    padding: 0 !important;
  }
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

/****************************************************************************************************/
/* #region History Timeline */
/****************************************************************************************************/
.historyTimeline .timelinePoints {
  --gap-y: 100px;
  --gap-x: 180px;
  --circle-width: 40px;
  display: grid;
  gap: var(--gap-y) var(--gap-x);
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  position: relative;
  margin-top: 4rem;
  margin-bottom: 12rem;
  width: 100%;
  max-width: 100%;
  align-items: center;
}
.historyTimeline .timelinePoints:before {
  content: " ";
  width: 1px;
  position: absolute;
  inset: initial;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  height: 80%;
  background: linear-gradient(to bottom, #558320, #558320 100%, rgba(85, 131, 32, 0));
}
.historyTimeline .timelinePoints li.timelinePoint {
  background: none;
  width: 100%;
  padding: 0;
  border: 1px solid #558320;
  position: relative;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1), font-size 0s linear, padding 0s linear, margin 0s linear;
  transition-duration: 500ms;
}
.historyTimeline .timelinePoints li.timelinePoint .line {
  width: calc(var(--gap-x) / 2);
  height: 1px;
  position: absolute;
  inset: initial;
  left: 100%;
  top: 4rem;
  background-color: #558320;
  z-index: 2;
}
.historyTimeline .timelinePoints li.timelinePoint .line:after {
  content: " ";
  width: var(--circle-width);
  height: var(--circle-width);
  background-color: white;
  border: 1px solid #558320;
  position: absolute;
  right: 0;
  transform: translateX(50%) translateY(-50%);
}
.historyTimeline .timelinePoints li.timelinePoint .line:before {
  content: " ";
  width: 40px;
  height: 60px;
  background-image: url(/CFImages/Icons/check.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  transform: translateX(50%) translateY(-50%);
  z-index: 3;
  opacity: 1;
}
.historyTimeline .timelinePoints li.timelinePoint:nth-child(even) {
  transform: translateY(10rem);
  transition-delay: 200ms;
}
.historyTimeline .timelinePoints li.timelinePoint:nth-child(even) .line {
  left: initial;
  right: 100%;
}
.historyTimeline .timelinePoints li.timelinePoint:nth-child(even) .line:after {
  right: initial;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
.historyTimeline .timelinePoints li.timelinePoint:nth-child(even) .line:before {
  right: initial;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
.historyTimeline .timelinePoints li.timelinePoint .content {
  padding: 2rem;
  margin: 2rem 0 0 0;
}
.historyTimeline .timelinePoints li.timelinePoint .timelineImage {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  height: 10rem;
}
.historyTimeline .timelinePoints li.timelinePoint .timelineImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.historyTimeline .timelinePoints li.timelinePoint .title {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 2rem;
  background-color: white;
  border: 0.8rem solid white;
  --border-width: 6px;
}
.historyTimeline .timelinePoints li.timelinePoint .title h3 {
  margin: 0;
  font-weight: 700;
  padding: 0.2rem 1rem;
  font-size: 50px;
  color: #558320;
}
.historyTimeline .timelinePoints li.timelinePoint .summary {
  color: #556068;
  margin-top: 1rem;
  text-align: center;
}
.historyTimeline .timelinePoints li.timelinePoint .summary > :last-child {
  margin-bottom: 0;
}
.historyTimeline li.timelinePoint.inViewport .line:before {
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1), font-size 0s linear, padding 0s linear, margin 0s linear;
}
@media (max-width: 1024px) {
  .historyTimeline .timelinePoints {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 2rem;
  }
  .historyTimeline .timelinePoints:before {
    left: 1rem;
  }
  .historyTimeline .timelinePoints li.timelinePoint {
    width: calc(100% - 7rem);
    transform: none !important;
  }
  .historyTimeline .timelinePoints li.timelinePoint .line {
    left: initial !important;
    right: 100% !important;
  }
  .historyTimeline .timelinePoints li.timelinePoint .line:after, .historyTimeline .timelinePoints li.timelinePoint .line:before {
    transform: translateX(-115%) translateY(-50%) !important;
    left: initial !important;
    right: 0 !important;
  }
}

/* #endregion */
/****************************************************************************************************/
a.arrowLink, .hero .homeSlideshow .slide .contentWrapper .innerContent a.link {
  color: #4D771D;
  padding-right: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
a.arrowLink:hover, .hero .homeSlideshow .slide .contentWrapper .innerContent a.link:hover {
  text-decoration: none;
}
a.arrowLink:after, .hero .homeSlideshow .slide .contentWrapper .innerContent a.link:after {
  content: "»";
  font-size: 19px;
  padding-left: 5px;
}

a:hover {
  text-decoration: none;
}

.breadCrumbInner {
  padding: 40px 0 30px;
  font-size: 13px;
}
.breadCrumbInner .Separator {
  color: #000;
}
.breadCrumbInner .Current {
  color: #556068;
  font-weight: bold;
}

.RadMenu_Default .rmGroup:before, .RadMenu_Default .rmMultiColumn:before, .RadMenu_Default .rmScrollWrap > .rmHorizontal:before, .RadMenu_Default .rmScrollWrap > .rmVertical:before {
  display: none;
}

/* ######################## SiteMap Navigation ######################## */
.siteMap {
  border-top: 1px solid #ffffff;
  background-color: #222222;
}
.siteMap nav .siteMapNav ul.rsmList.rsmManyLevels li.rsmItem {
  display: inline-block;
  width: 160px;
  float: left;
  padding: 10px;
}
.siteMap nav .siteMapNav ul.rsmList.rsmManyLevels li.rsmItem a.rsmLink {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  background: none;
  border-color: #ffffff;
  font-size: 12px;
  color: #ffffff;
}
.siteMap nav .siteMapNav ul.rsmList.rsmManyLevels li.rsmItem a.rsmLink:hover {
  background: none;
}
.siteMap nav .siteMapNav ul.rsmList.rsmLevel1,
.siteMap nav .siteMapNav ul.rsmList.rsmLevel2,
.siteMap nav .siteMapNav ul.rsmList.rsmLevel3,
.siteMap nav .siteMapNav ul.rsmList.rsmLevel4,
.siteMap nav .siteMapNav ul.rsmList.rsmLevel5 {
  display: block;
  padding: 0 0 10px 0;
}
.siteMap nav .siteMapNav ul.rsmList.rsmLevel1 li.rsmItem,
.siteMap nav .siteMapNav ul.rsmList.rsmLevel2 li.rsmItem,
.siteMap nav .siteMapNav ul.rsmList.rsmLevel3 li.rsmItem,
.siteMap nav .siteMapNav ul.rsmList.rsmLevel4 li.rsmItem,
.siteMap nav .siteMapNav ul.rsmList.rsmLevel5 li.rsmItem {
  display: block;
  padding: 0 0 0 5px;
  font-size: 12px;
  color: #ffffff;
}
.siteMap nav .siteMapNav ul.rsmList.rsmLevel1 li.rsmItem a.rsmLink,
.siteMap nav .siteMapNav ul.rsmList.rsmLevel2 li.rsmItem a.rsmLink,
.siteMap nav .siteMapNav ul.rsmList.rsmLevel3 li.rsmItem a.rsmLink,
.siteMap nav .siteMapNav ul.rsmList.rsmLevel4 li.rsmItem a.rsmLink,
.siteMap nav .siteMapNav ul.rsmList.rsmLevel5 li.rsmItem a.rsmLink {
  text-transform: none;
  color: #ffffff;
  font-weight: 300;
  border: none !important;
  border-radius: 0;
}

/* Child Page Thumbnails */
.childPageThumbs {
  margin: 0-20px;
  text-align: center;
  padding-top: 50px;
}
.childPageThumbs > * {
  width: calc(33.3333333333% - (20px * 2) - 4px);
  margin: 20px;
  display: inline-block;
  vertical-align: top;
}
.childPageThumbs > * img {
  width: 100%;
}
.childPageThumbs > *:before {
  display: none;
}
.childPageThumbs .item .top {
  background-size: cover;
  background-position: center;
  padding-bottom: 56.25%;
  margin-bottom: 35px;
  display: block;
}
.childPageThumbs .item .title {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
.childPageThumbs .item a:hover {
  text-decoration: none;
}
.childPageThumbs .item .summary {
  font-size: 16px;
}
.childPageThumbs .item .button {
  display: table;
  margin: 35px auto;
  text-align: center;
}

/* ######################## DropDownTree ######################## */
.RadDropDownTree_MetroTouch,
.RadDropDownTree {
  color: #000000;
}
.RadDropDownTree_MetroTouch .rddtInner,
.RadDropDownTree .rddtInner {
  background-image: url(/CFImages/Icons/arrow-down.svg);
  background-size: 10px;
  background-position: top 16px right 5px;
  background-repeat: no-repeat;
  padding-right: 20px;
  border-color: #4D771D;
  background-color: #ffffff;
  color: #000 !important;
  font-size: 16px;
  height: 42px;
}
.RadDropDownTree_MetroTouch .rddtInner .rddtFakeInput.rddtEmptyMessage,
.RadDropDownTree_MetroTouch .rddtInner .rddtFakeInput,
.RadDropDownTree .rddtInner .rddtFakeInput.rddtEmptyMessage,
.RadDropDownTree .rddtInner .rddtFakeInput {
  line-height: 36px;
  height: 42px;
  font-style: normal;
  color: #000000;
  filter: alpha(opacity=100);
  opacity: 1;
}
.RadDropDownTree_MetroTouch .rddtInner.rddtFocused,
.RadDropDownTree .rddtInner.rddtFocused {
  border-color: #4D771D;
  background-color: #D9D9D9;
}
.RadDropDownTree_MetroTouch .rddtIcon,
.RadDropDownTree .rddtIcon {
  display: none;
}

.RadComboBox_MetroTouch .rcbReadOnly .rcbInputCell {
  background: white;
}

.rddtPopup {
  width: 400px !important;
}

.RadTreeView_MetroTouch {
  white-space: normal;
  font: "Open Sans", Arial, sans-serif;
}
.RadTreeView_MetroTouch .rtSelected .rtIn {
  border-color: transparent;
  color: white;
  background-color: #D9D9D9;
}

/* ######################## ComboBox ######################## */
.RadComboBox.RadComboBox_MetroTouch {
  border: 1px solid #4D771D;
  padding: 0;
}
.RadComboBox.RadComboBox_MetroTouch .rcbReadOnly .rcbInputCell {
  border: none;
  background-image: url(/CFImages/Icons/arrow-down.svg);
  background-size: 10px;
  background-position: top 16px right 8px;
  background-repeat: no-repeat;
  padding-right: 20px;
  height: 40px;
}
.RadComboBox.RadComboBox_MetroTouch .rcbReadOnly .rcbInputCell .rcbInput {
  color: black;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}
.RadComboBox.RadComboBox_MetroTouch .rcbReadOnly .rcbArrowCell.rcbArrowCellRight {
  display: none;
}
.RadComboBox.RadComboBox_MetroTouch .rcbFocused .rcbReadOnly .rcbInputCell {
  background-color: #D9D9D9 !important;
  color: #000000 !important;
  border-color: #D9D9D9;
}
.rcbSlide .RadComboBoxDropDown.RadComboBoxDropDown_MetroTouch .rcbScroll ul.rcbList li.rcbItem, .rcbSlide .RadComboBoxDropDown.RadComboBoxDropDown_MetroTouch .rcbScroll ul.rcbList li.rcbHovered {
  color: #000000;
  padding: 4px 12px;
  min-height: 20px;
}

/* ### Pagers ### */
.sf_pagerNumeric {
  margin-top: 20px;
}
.sf_pagerNumeric a {
  margin: 2px;
  background-color: #556068;
  color: #ffffff;
  padding: 2px 7px;
  font-size: 80%;
}
.sf_pagerNumeric a:hover {
  text-decoration: underline;
}
.sf_pagerNumeric a.sf_PagerCurrent {
  color: #ffffff;
  background-color: #000;
}

/*  ######################## RAD DATA PAGER  ######################## */
.RadDataPager_MetroTouch {
  border: none;
}
.RadDataPager_MetroTouch .rdpNumPart a:link,
.RadDataPager_MetroTouch .rdpNumPart a:visited {
  border-radius: 0px;
  margin-right: 8px;
  background-color: #D9D9D9;
  color: #444444;
  padding: 4px 9px;
  font-size: 80%;
  min-width: inherit;
  line-height: 1.5em;
  border: none;
}
.RadDataPager_MetroTouch .rdpNumPart a:hover,
.RadDataPager_MetroTouch .rdpNumPart a:active {
  border-radius: inherit;
  text-decoration: underline;
  border: none;
}
.RadDataPager_MetroTouch .rdpNumPart a.rdpCurrentPage {
  background-color: #000;
  color: white;
  border: none;
}
.RadDataPager_MetroTouch .rdpNumPart a.rdpCurrentPage:hover {
  color: #ffffff;
  background-color: #558320;
  border: none;
  text-decoration: underline;
}

/* ######################## RAD TAB STRIP - HORIZONTAL ########################  */
.RadTabStrip_Metro.RadTabStripTop {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  background-color: transparent;
}
.RadTabStrip_Metro.RadTabStripTop .rtsLevel1.rtsLevel {
  background-color: transparent;
}
.RadTabStrip_Metro.RadTabStripTop .rtsLevel1.rtsLevel ul.rtsUL {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.RadTabStrip_Metro.RadTabStripTop .rtsLevel1.rtsLevel ul.rtsUL li.rtsLI:before {
  content: "";
  margin: 0;
}
.RadTabStrip_Metro.RadTabStripTop .rtsLevel1.rtsLevel ul.rtsUL li.rtsLI.rtsLast {
  margin-right: 0;
}
.RadTabStrip_Metro.RadTabStripTop .rtsLevel1.rtsLevel ul.rtsUL li.rtsLI {
  background-color: transparent;
  background-image: none;
}
.RadTabStrip_Metro.RadTabStripTop .rtsLevel1.rtsLevel ul.rtsUL li.rtsLI .rtsLink {
  border: none;
  height: 40px;
  min-width: 150px;
  background-color: #558320;
  background-image: none;
  padding: 10px 14px;
  font: "Open Sans", Arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.RadTabStrip_Metro.RadTabStripTop .rtsLevel1.rtsLevel ul.rtsUL li.rtsLI .rtsLink .rtsIn {
  white-space: normal;
}
.RadTabStrip_Metro.RadTabStripTop .rtsLevel1.rtsLevel ul.rtsUL li.rtsLI .rtsLink span.rtsOut {
  border-color: transparent;
  /*span.rtsTxt{
  }*/
}
.RadTabStrip_Metro.RadTabStripTop .rtsLevel1.rtsLevel ul.rtsUL li.rtsLI .rtsLink.rtsFocused, .RadTabStrip_Metro.RadTabStripTop .rtsLevel1.rtsLevel ul.rtsUL li.rtsLI .rtsLink.rtsSelected {
  border-color: transparent;
}
.RadTabStrip_Metro.RadTabStripTop .rtsLevel1.rtsLevel ul.rtsUL li.rtsLI .rtsLink.rtsSelected, .RadTabStrip_Metro.RadTabStripTop .rtsLevel1.rtsLevel ul.rtsUL li.rtsLI .rtsLink.rtsSelected:hover {
  color: #556068;
  text-decoration: none;
  background-color: #e6e6e6;
}
.RadTabStrip_Metro.RadTabStripTop .rtsLevel1.rtsLevel ul.rtsUL li.rtsLI .rtsLink:hover {
  border-color: transparent;
  color: #ffffff;
  text-decoration: none;
  background-color: #556068;
}
.RadTabStrip_Metro.RadTabStripTop .rtsLevel1.rtsLevel ul.rtsUL li.rtsLI.rpLast {
  border-bottom: 1px solid #558320;
}

/* ######################## RAD TAB STRIP (CONTAINER) THE TABS thenselves ########################  */
.tabDesignContainer .tabContainer {
  border: 0;
  margin: 0;
}
.tabDesignContainer .tabContainer .tabChildOuter {
  padding: 20px 30px;
  background-color: #e6e6e6;
}

/* ######################## PANEL BAR ######################## */
.RadPanelBar.RadPanelBar_CF {
  width: 100%;
  padding-top: 0.5em;
  background-color: transparent;
  position: relative;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup, .RadPanelBar.RadPanelBar_CF ul.rpGroup {
  border-color: transparent;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem:before, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem:before {
  font-family: inherit !important;
  content: none;
  margin: 0;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem {
  background: none;
  padding: 0;
  border-bottom: none;
  border-top: 0px solid #558320;
  margin-bottom: 2px;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink {
  color: #444444;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  text-transform: none;
  border-color: transparent;
  padding-left: 0;
  padding: 5px;
  padding-left: 15px;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink:focus, .RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink:active, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink:focus, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink:active {
  border: 2px solid #000;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink span.rpOut.rpNavigation, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink span.rpOut.rpNavigation {
  border-color: transparent;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink span.rpOut.rpNavigation span.rpText:focus, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink span.rpOut.rpNavigation span.rpText:focus {
  border: 2px solid #000;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink.rpFocused, .RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink.rpSelected, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink.rpFocused, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink.rpSelected {
  border-color: transparent;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink.rpSelected, .RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink.rpSelected:hover, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink.rpSelected, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink.rpSelected:hover {
  text-decoration: none;
  background-color: none;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink.rpExpandable, .RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink.rpExpanded, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink.rpExpandable, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink.rpExpanded {
  position: relative;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink.rpExpandable span.rpOut.rpNavigation span.rpExpandHandle, .RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink.rpExpanded span.rpOut.rpNavigation span.rpExpandHandle, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink.rpExpandable span.rpOut.rpNavigation span.rpExpandHandle, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink.rpExpanded span.rpOut.rpNavigation span.rpExpandHandle {
  background-color: transparent;
  background-image: url("/CFImages/PanelBar/Expandable.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  margin-top: 1px;
  height: 30px;
  width: 20px;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink.rpExpandable span.rpOut.rpNavigation span.rpExpandHandle, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink.rpExpandable span.rpOut.rpNavigation span.rpExpandHandle {
  background-position: 0px -7px;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink.rpExpanded, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink.rpExpanded {
  background-color: transparent;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem a.rpLink.rpExpanded span.rpOut.rpNavigation span.rpExpandHandle, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem a.rpLink.rpExpanded span.rpOut.rpNavigation span.rpExpandHandle {
  background-position: 0px -7px;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem .rpLink:hover, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem .rpLink:hover {
  text-decoration: none;
  background-color: none;
}
.RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem.rpLast, .RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem.rpLast {
  border-bottom: none;
}
.RadPanelBar.RadPanelBar_CF ul.rpGroup {
  background-color: transparent;
}
.RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem {
  border-color: transparent;
}
.RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem .rpLink {
  padding-left: 40px;
  font-size: 14px;
  line-height: 24px;
}
.RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem .rpLink span.rpOut.rpNavigation span.rpText {
  background-size: 8px 8px;
  background-position: 95% 12px;
}
.RadPanelBar.RadPanelBar_CF ul.rpGroup li.rpItem.rpLast {
  border-bottom: 1px solid transparent;
}

/* ######################## PANEL BAR ######################## */
.RadPanelBar.RadPanelBar_SectionPages {
  width: 100%;
  padding-top: 0.5em;
  background-color: transparent;
  position: relative;
}
@media (max-width: 1024px) {
  .RadPanelBar.RadPanelBar_SectionPages {
    margin-top: 35px;
  }
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup {
  border-color: transparent;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem:before, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem:before {
  font-family: inherit !important;
  content: none;
  margin: 0;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem {
  background-color: transparent;
  background-image: none;
  border-bottom: 0px;
  padding: 0;
  border-top: 1px solid #D9D9D9;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink {
  color: #556068;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  text-transform: none;
  border-color: transparent;
  padding: 12px 15px 8px;
  border-bottom-width: 0;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink:focus, .RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink:active, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink:focus, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink:active {
  border: 2px solid #000;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink span.rpOut.rpNavigation, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink span.rpOut.rpNavigation {
  border-color: transparent;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink span.rpOut.rpNavigation span.rpText, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink span.rpOut.rpNavigation span.rpText {
  padding: 0;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink span.rpOut.rpNavigation span.rpText:focus, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink span.rpOut.rpNavigation span.rpText:focus {
  border: 2px solid #000;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink.rpFocused, .RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink.rpSelected, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink.rpFocused, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink.rpSelected {
  border-color: transparent;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink.rpSelected, .RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink.rpSelected:hover, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink.rpSelected, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink.rpSelected:hover {
  color: #556068;
  text-decoration: none;
  background-color: #F0F0F0 !important;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink.rpExpandable, .RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink.rpExpanded, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink.rpExpandable, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink.rpExpanded {
  position: relative;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink.rpExpandable span.rpOut.rpNavigation span.rpExpandHandle, .RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink.rpExpanded span.rpOut.rpNavigation span.rpExpandHandle, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink.rpExpandable span.rpOut.rpNavigation span.rpExpandHandle, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink.rpExpanded span.rpOut.rpNavigation span.rpExpandHandle {
  background-color: transparent;
  background-image: url("/CFImages/Icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center !important;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  margin: 0 !important;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink.rpExpandable span.rpOut.rpNavigation span.rpExpandHandle, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink.rpExpandable span.rpOut.rpNavigation span.rpExpandHandle {
  background-position: 0px -7px;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink.rpExpanded, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink.rpExpanded {
  background-color: #D9D9D9;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem a.rpLink.rpExpanded span.rpOut.rpNavigation span.rpExpandHandle, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem a.rpLink.rpExpanded span.rpOut.rpNavigation span.rpExpandHandle {
  background-position: 0 -185px;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem .rpLink:hover, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem .rpLink:hover {
  text-decoration: none;
  background-color: #F0F0F0;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpRootGroup li.rpItem.rpLast, .RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem.rpLast {
  border-bottom: 1px solid #D9D9D9;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpGroup {
  background-color: #F2F2F2;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem {
  border-color: transparent;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem .rpLink {
  padding-left: 40px;
  font-size: 14px;
  line-height: 24px;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem .rpLink span.rpOut.rpNavigation span.rpText {
  background-size: 8px 8px;
  background-position: 95% 12px;
}
.RadPanelBar.RadPanelBar_SectionPages ul.rpGroup li.rpItem.rpLast {
  border-bottom: 1px solid transparent;
}

/* ### Paging Filters ### */
.filters {
  padding: 0px 0;
  margin-bottom: 55px;
}
.filters span.filterTitle {
  display: block;
  color: #556068;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.filters ul li {
  font-size: 12px !important;
}
.filters > div {
  width: 18% !important;
  min-width: 200px;
  margin: 0;
  display: inline-block;
  margin-right: 8px;
}
.filters > div.filterButtons {
  width: 100% !important;
}
.filters > div.filterButtons .button {
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  background-color: #556068;
  color: white !important;
  padding: 12px 25px;
  transition: all 0.2s ease;
  border: 0;
  display: inline-block;
  margin-right: 5px;
}
.filters > div.filterButtons .button:hover {
  background-color: #4D771D;
}
.filters.threeCol .container > div {
  width: 30% !important;
}
.filters.fiveCol .container > div {
  width: 17% !important;
}

/* ### CF MENUS ### */
/* ~ MEGA MENU ~ */
/*Full width menu items */
.cfMegaMenuWrapper .RadMenu.RadMenu_Default {
  position: relative;
}

.cfMegaMenuWrapper .RadMenu.RadMenu_Default .rmSlide {
  position: absolute;
  right: 0 !important;
  left: inherit !important;
  top: 26px !important;
}

.cfMegaMenuWrapper .RadMenu.RadMenu_Default {
  position: inherit !important;
}

.cfMegaMenuWrapper .RadMenu.RadMenu_Default .rmRootGroup {
  position: inherit !important;
}

.cfMegaMenuWrapper .RadMenu.RadMenu_Default .rmRootGroup .rmItem {
  position: static !important;
}

.cfMegaMenuWrapper .RadMenu.RadMenu_Default .rmGroup {
  position: absolute !important;
}

.cfMegaMenuWrapper {
  position: relative;
  top: 87px;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default {
  text-align: right;
  white-space: normal;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default:focus, .cfMegaMenuWrapper .RadMenu.RadMenu_Default:active {
  outline: 1px solid transparent;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal {
  background-color: transparent;
  border: none !important;
  color: #333;
  background: none;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem {
  padding: 3px 0;
  background: none;
  border: 2px solid transparent;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem.rmFocused {
  border: 2px solid #000;
  border-radius: 5px;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem.rmFocused a.rmRootLink:focus {
  color: #558320;
  border: 1px solid transparent;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem a.rmLink.rmRootLink {
  font: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #556068;
  font-weight: bold;
  text-decoration: none;
  padding: 0 10px;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem a.rmLink.rmRootLink:last-of-type {
  margin-right: 0;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem a.rmLink.rmRootLink:hover {
  background: none;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem a.rmLink.rmRootLink:focus {
  color: #558320;
  border: 1px solid transparent;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem a.rmLink.rmRootLink.rmExpand.rmExpandDown span.rmToggle .rmIcon {
  background-image: url(/CFImages/Icons/arrow-down.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  margin: 0;
  font-size: 0;
  padding: 0;
  left: 3px;
  top: 5px;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem.rmSelected a.rmLink.rmRootLink {
  color: #4D771D;
  border: 0;
  background: none;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem.rmSelected a.rmLink.rmRootLink:focus {
  border: 2px solid #000;
  border-radius: 5px;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem.rmExpanded a.rmLink.rmRootLink {
  border: 0;
  background: none;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem div.rmSlide {
  background: #ffffff;
  border: 1px solid #D9D9D9;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem div.rmSlide ul.rmGroup:before {
  background: none;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem div.rmSlide ul.rmVertical.rmGroup.rmLevel1 {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem div.rmSlide ul.rmVertical.rmGroup.rmLevel1 li.rmItem.rmTemplate {
  width: 940px !important;
  background: none;
  padding: 0;
  margin: 0;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem div.rmSlide ul.rmVertical.rmGroup.rmLevel1 li.rmItem.rmTemplate .rmContent {
  padding: 0;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem div.rmSlide ul.rmVertical.rmGroup.rmLevel1 li.rmItem.rmTemplate .rmContent .megaContainer {
  padding: 20px;
  border: 0;
  margin: 0;
  background: #ffffff;
  text-align: left;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem div.rmSlide ul.rmVertical.rmGroup.rmLevel1 li.rmItem.rmTemplate .rmContent .megaContainer h3 a {
  color: #556068;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem div.rmSlide ul.rmVertical.rmGroup.rmLevel1 li.rmItem.rmTemplate .rmContent .megaContainer a.listPageLink {
  color: #556068;
  font: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem div.rmSlide ul.rmVertical.rmGroup.rmLevel1 li.rmItem.rmTemplate .rmContent .megaContainer span.summary {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #777;
  line-height: 1.5em;
}
.cfMegaMenuWrapper .RadMenu.RadMenu_Default ul.rmRootGroup.rmToggleHandles.rmHorizontal li.rmItem div.rmSlide ul.rmVertical.rmGroup.rmLevel1 li.rmItem.rmTemplate .rmContent .megaContainer .leftColumn .backgroundImage {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 15px;
}

.RadMenu_Default .rmRootGroup .rmFocused > .rmLink {
  box-shadow: none;
}

.megaContainer {
  width: 900px;
}
.megaContainer .columnsWrapper {
  width: 100%;
}
.megaContainer .relatedPages {
  border-top: 1px solid #D9D9D9;
  width: 100%;
  display: block;
  margin-top: 25px;
  padding-top: 25px;
}
.megaContainer .relatedPages h2 {
  font-weight: bold;
}
.megaContainer .relatedPages ul li {
  margin: 8px 0;
}
.megaContainer.default.oneColumn .leftColumn {
  width: 100%;
  padding-right: 0;
}
.megaContainer.default .leftColumn {
  width: calc(65% - 40px);
  min-height: 250px;
  float: left;
  padding-right: 40px;
}
.megaContainer.default .leftColumn .bgImageWrapper {
  padding-bottom: 133.3%;
  position: relative;
}
.megaContainer.default .leftColumn .bgImageWrapper > * {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.megaContainer.default .leftColumn .name {
  margin: 10px 0 0;
  font-weight: bold;
  display: block;
  font-size: 18px;
}
.megaContainer.default .rightColumn {
  width: 35%;
  float: left;
}
.megaContainer.default .rightColumn .listPageLink {
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}
.megaContainer.team .leftColumn {
  width: 200px;
  min-height: 250px;
  float: left;
  padding-right: 40px;
}
.megaContainer.team .leftColumn .bgImageWrapper {
  padding-bottom: 133.3%;
  position: relative;
}
.megaContainer.team .leftColumn .bgImageWrapper > * {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.megaContainer.team .leftColumn .name {
  margin: 10px 0 0;
  font-weight: bold;
  display: block;
  font-size: 18px;
}
.megaContainer.team .rightColumn {
  width: calc(100% - 240px);
  float: left;
}
.megaContainer.team .rightColumn .offices {
  margin: 0-10px;
}
.megaContainer.team .rightColumn .offices > * {
  width: calc(50% - (10px * 2) - 3px);
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}
.megaContainer.team .rightColumn .offices > * img {
  width: 100%;
}
.megaContainer.team .rightColumn .offices > *:before {
  display: none;
}
.megaContainer.team .rightColumn .offices .office h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.megaContainer.team .rightColumn .offices .office .name {
  width: 100%;
  font-size: 14px;
}
.megaContainer.team .rightColumn .offices .office .name span {
  display: inline;
}
.megaContainer.team .rightColumn .offices .office ul {
  margin-top: 0;
}
.megaContainer.team .rightColumn .offices .office ul li {
  display: inline-block;
  float: left;
  width: 50%;
}
.megaContainer.team .rightColumn .offices .office ul li .image {
  display: none;
}
.megaContainer.services .leftColumn {
  width: 300px;
  min-height: 250px;
  float: left;
  padding-right: 50px;
}
.megaContainer.services .leftColumn .bgImageWrapper {
  padding-bottom: 100%;
  position: relative;
}
.megaContainer.services .leftColumn .bgImageWrapper > * {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.megaContainer.services .rightColumn {
  width: calc(100% - 350px);
  float: left;
}
.megaContainer.services .rightColumn .top {
  position: relative;
}
.megaContainer.services .rightColumn .top .summary {
  font-weight: bold;
  width: 70% !important;
  display: block;
}
.megaContainer.services .rightColumn .top:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  background-color: #D9D9D9;
}
.megaContainer.services .rightColumn .bottom .servicesList {
  margin-top: 15px;
}
.megaContainer.services .rightColumn .bottom .servicesList li {
  display: inline-block;
  width: 33%;
  float: left;
  margin: 5px 0;
  font-size: 14px;
}
.megaContainer.services .rightColumn .bottom .servicesList li img {
  display: none;
}

.pageWrapper {
  position: relative;
  transition: all 0.2s ease;
  right: 0;
}
.pageWrapper.withNavOpen {
  right: 300px;
}
@media (max-width: 500px) {
  .pageWrapper.withNavOpen {
    right: 260px;
  }
}
@media (max-width: 360px) {
  .pageWrapper.withNavOpen {
    right: 240px;
  }
}

.mobileHeader {
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.2s ease;
  display: none;
  padding: 10px 0px;
  background-color: #F2F2F2;
  width: 100%;
  z-index: 100;
}
@media (max-width: 1024px) {
  .mobileHeader {
    display: block;
  }
}
.mobileHeader.nav-up {
  top: -82px;
}
.mobileHeader.withNavOpen {
  right: 300px;
}
@media (max-width: 500px) {
  .mobileHeader.withNavOpen {
    right: 260px;
  }
}
@media (max-width: 360px) {
  .mobileHeader.withNavOpen {
    right: 240px;
  }
}
.mobileHeader .logo {
  position: relative;
  width: 110px;
  left: 25px;
}
@media (max-width: 768px) {
  .mobileHeader .logo {
    left: 20px;
  }
}
@media (max-width: 360px) {
  .mobileHeader .logo {
    left: 15px;
  }
}
.mobileHeader .logo img {
  width: 100%;
}
.mobileHeader .hamburger {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 15px;
}
.mobileHeader .hamburger:hover {
  cursor: pointer;
}
.mobileHeader .hamburger div {
  width: 35px;
  height: 2px;
  background-color: #556068;
  margin: 6px 0;
}
.mobileHeader .hamburger.open div {
  transition: all 0.3s ease;
  position: relative;
}
.mobileHeader .hamburger.open div:nth-child(1) {
  transform: rotate(135deg);
  top: 8px;
}
.mobileHeader .hamburger.open div:nth-child(2) {
  opacity: 0;
}
.mobileHeader .hamburger.open div:nth-child(3) {
  top: -8px;
  transform: rotate(-135deg);
}

/* ######################## Mobile Navigation ######################## */
nav.mobile {
  position: fixed;
  display: none;
  padding-top: 15px;
  width: 300px;
  right: -300px;
  z-index: 101;
  transition: all 0.2s ease;
  background-color: #556068;
  overflow-y: auto;
  height: 100%;
  /* Styling of the RadTreeView inside the Mobile Wrapper */
}
@media (max-width: 500px) {
  nav.mobile {
    width: 260px;
  }
}
@media (max-width: 360px) {
  nav.mobile {
    width: 240px;
  }
}
nav.mobile .mobileNavWrapper {
  padding-bottom: 200px;
}
nav.mobile .mobileNavWrapper fieldset {
  width: calc(100% - 40px);
  margin: 0 auto 15px;
  float: none;
  position: relative;
  top: 0;
}
nav.mobile .mobileNavWrapper fieldset input[type=text] {
  width: 100% !important;
  background-color: white;
  border: 1px solid #556068;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  font-size: 15px;
  border: none;
  color: black;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: inline-block;
  box-sizing: border-box;
}
nav.mobile .mobileNavWrapper fieldset input[type=text]::-webkit-input-placeholder {
  color: grey;
}
nav.mobile .mobileNavWrapper fieldset input[type=text]::-moz-placeholder {
  color: grey;
}
nav.mobile .mobileNavWrapper fieldset input[type=text]:-ms-input-placeholder {
  color: grey;
}
nav.mobile .mobileNavWrapper fieldset input[type=submit] {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  opacity: 1;
  background-image: url(/CFImages/Icons/icon-search.svg);
  background-size: cover;
  background-color: transparent;
  border: 0;
  text-indent: -5000px;
  top: 8px;
  right: 10px;
  z-index: 2;
  padding: 0;
}
nav.mobile .mobileNavWrapper .staticMobileMenuContent {
  width: calc(100% - 30px);
  display: block;
  margin: 20px 0 15px 15px;
  color: white;
  font-size: 13px;
  line-height: 1.6em;
}
nav.mobile .mobileNavWrapper .staticMobileMenuContent p {
  margin-bottom: 15px;
}
nav.mobile .mobileNavWrapper .staticMobileMenuContent a {
  color: white;
  text-decoration: underline;
}
nav.mobile .mobileNavWrapper .staticMobileMenuContent a[href^=tel], nav.mobile .mobileNavWrapper .staticMobileMenuContent a[href^=Tel] {
  text-decoration: underline !important;
}
nav.mobile .mobileNavWrapper .socialLinks {
  margin-top: 15px;
}
nav.mobile .mobileNavWrapper .socialLinks a {
  color: white;
  font-size: 25px;
  margin: 0 20px 0 0;
  padding-top: 14px;
}
nav.mobile.open {
  right: 0;
}
nav.mobile .RadTreeView {
  line-height: 0;
}
nav.mobile .RadTreeView .rtUL {
  white-space: initial;
  overflow: initial;
  width: 100%;
}
nav.mobile .RadTreeView .rtUL .rtIn {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: initial;
  width: 100%;
  padding: 13px 30px 12px 15px;
  color: #444444;
  box-sizing: border-box;
  background-color: #e9ebed;
  background-image: none;
  border-radius: 0;
  border-bottom: 1px solid #D9D9D9;
}
nav.mobile .RadTreeView .rtUL .rtIn:before {
  display: none !important;
}
nav.mobile .RadTreeView .rtUL .rtLI {
  border: 0;
  padding: 0;
}
nav.mobile .RadTreeView .rtUL .rtLI > .rtUL > .rtLI .rtTop, nav.mobile .RadTreeView .rtUL .rtLI > .rtUL > .rtLI .rtMid, nav.mobile .RadTreeView .rtUL .rtLI > .rtUL > .rtLI .rtBot {
  border-bottom: 0px solid #556068;
}
nav.mobile .RadTreeView .rtUL .rtLI > .rtUL > .rtLI .rtIn {
  background-color: #e0e4e6;
  padding-left: 30px;
  border-bottom: 0p;
}
nav.mobile .RadTreeView .rtUL .rtLI > .rtUL > .rtLI > .rtUL > .rtLI .rtTop, nav.mobile .RadTreeView .rtUL .rtLI > .rtUL > .rtLI > .rtUL > .rtLI .rtMid, nav.mobile .RadTreeView .rtUL .rtLI > .rtUL > .rtLI > .rtUL > .rtLI .rtBot {
  border-bottom: 0px solid #556068;
}
nav.mobile .RadTreeView .rtUL .rtLI > .rtUL > .rtLI > .rtUL > .rtLI .rtIn {
  background-color: #d5dadd;
}
nav.mobile .RadTreeView .rtUL .rtLI .rtPlus, nav.mobile .RadTreeView .rtUL .rtLI .rtMinus {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: auto;
  width: 47px;
  height: 47px;
  background-image: url(/CFImages/Icons/arrow-down.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
  margin-top: 0;
}
nav.mobile .RadTreeView .rtUL .rtLI .rtPlus:hover, nav.mobile .RadTreeView .rtUL .rtLI .rtMinus:hover {
  cursor: pointer;
}
nav.mobile .RadTreeView .rtUL .rtLI .rtTop, nav.mobile .RadTreeView .rtUL .rtLI .rtMid, nav.mobile .RadTreeView .rtUL .rtLI .rtBot {
  padding: 0;
  position: relative;
  border-bottom: 0px solid #556068;
}
nav.mobile .RadTreeView .rtUL .rtLI .rtTop .rtMinus, nav.mobile .RadTreeView .rtUL .rtLI .rtMid .rtMinus, nav.mobile .RadTreeView .rtUL .rtLI .rtBot .rtMinus {
  transform: rotate(180deg);
}
nav.mobile .RadTreeView .rtUL .rtLI .rtTop .rtMinus:before, nav.mobile .RadTreeView .rtUL .rtLI .rtMid .rtMinus:before, nav.mobile .RadTreeView .rtUL .rtLI .rtBot .rtMinus:before {
  display: none;
}
nav.mobile .RadTreeView .rtUL .k-group {
  border-top: 0;
}
nav.mobile .RadTreeView .rtUL .k-group .k-item {
  border: 0;
}
nav.mobile .RadTreeView .rtUL > ul > li ul li a {
  padding-left: 20px !important;
}
nav.mobile .RadTreeView .rtUL > ul > li ul li ul li a {
  padding-left: 30px !important;
}
nav.mobile .RadTreeView .rtUL > ul > li ul li ul li ul li a {
  padding-left: 40px !important;
}
nav.mobile .RadTreeView .rtPlus:before, nav.mobile .RadTreeView .RadTreeView .rtMinus:before {
  display: none;
}
nav.mobile .RadTreeView_Default .rtLines .rtTop:before, nav.mobile .RadTreeView_Default .rtLines .rtMid:before, nav.mobile .RadTreeView_Default .rtLines .rtBot:before, nav.mobile .RadTreeView_Default .rtLines .rtLI:before {
  display: none;
}

.RadTreeView .rtLines .rtOut:before {
  display: none;
}

.RadTreeView .rtOut {
  padding: 0;
}

.RadTreeView_Default .rtPlusHover, .RadTreeView_Default .rtMinusHover {
  color: #556068;
}

.RadTreeView .rtOut.rtSelected {
  font-weight: 700;
}

/* ######################## Home Page Slideshow ######################## */
.hero {
  position: relative;
}
.hero .homeSlideshow .slide {
  position: relative;
}
@media (max-width: 1024px) {
  .hero .homeSlideshow .slide {
    height: 650px !important;
  }
}
@media (max-width: 768px) {
  .hero .homeSlideshow .slide {
    height: 500px !important;
  }
}
.hero .homeSlideshow .slide .contentWrapper {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  z-index: 4;
  width: 100%;
  position: relative;
}
.hero .homeSlideshow .slide .contentWrapper .innerContent {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: 400px;
  padding: 50px;
  border-radius: 30px;
  bottom: 0;
  right: 100px;
}
@media (max-width: 1024px) {
  .hero .homeSlideshow .slide .contentWrapper .innerContent {
    padding: 35px;
    width: calc(100% - 70px);
    background-color: rgba(255, 255, 255, 0.8);
    right: initial;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .hero .homeSlideshow .slide .contentWrapper .innerContent {
    width: calc(100% - 60px);
    padding: 30px 30px 65px;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 360px) {
  .hero .homeSlideshow .slide .contentWrapper .innerContent {
    width: calc(100% - 40px);
    padding: 20px 20px 65px;
  }
}
.hero .homeSlideshow .slide .contentWrapper .innerContent > * {
  color: #556068;
  display: block;
}
.hero .homeSlideshow .slide .contentWrapper .innerContent .title {
  margin: 0;
  font-size: 50px;
  line-height: 1.15em;
  font-family: "Frutiger LT W01_65 Bold1475746", Arial, sans-serif;
}
@media (max-width: 1024px) {
  .hero .homeSlideshow .slide .contentWrapper .innerContent .title {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .hero .homeSlideshow .slide .contentWrapper .innerContent .title {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .hero .homeSlideshow .slide .contentWrapper .innerContent .title {
    font-size: 26px;
  }
}
.hero .homeSlideshow .slide .contentWrapper .innerContent .title strong {
  color: #4D771D;
}
.hero .homeSlideshow .slide .contentWrapper .innerContent .summary {
  margin-top: 15px;
  font-weight: 300;
  color: #556068;
  font-size: 18px;
  line-height: 1.5em;
}
@media (max-width: 500px) {
  .hero .homeSlideshow .slide .contentWrapper .innerContent .summary {
    font-size: 16px;
    font-weight: normal;
  }
}
.hero .homeSlideshow .slide .contentWrapper .innerContent a.link {
  margin-top: 10px;
}
@media (max-width: 500px) {
  .hero .homeSlideshow .slide .contentWrapper .innerContent a.link {
    font-size: 14px;
  }
}
.hero .homeSlideshow .slide .coverImg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
}
.hero .homeSlideshow .slide .coverImg img {
  position: absolute;
  top: 0%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -0%);
}
@media (max-width: 768px) {
  .hero .homeSlideshow .slide .coverImg {
    height: auto;
    position: relative;
    padding: 20.9%;
    width: auto;
  }
  .hero .homeSlideshow .slide .coverImg img {
    height: auto;
    width: 100%;
    transform: initial;
    left: 0;
    min-height: initial;
    min-width: initial;
  }
}
.hero .homeSlideshow .slide.centred .contentWrapper .innerContent {
  margin: 0 auto;
}
.hero .homeSlideshow .slide.right .contentWrapper .innerContent {
  float: right;
}
.hero .homeSlideshow .slick-prev, .hero .homeSlideshow .slick-next {
  display: none;
  height: 90px;
  width: 56px;
  z-index: 2;
}
.hero .homeSlideshow .slick-prev:focus, .hero .homeSlideshow .slick-next:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.hero .homeSlideshow .slick-prev:before, .hero .homeSlideshow .slick-next:before {
  content: "";
}
.hero .homeSlideshow .slick-next {
  right: 0;
  background-image: url(/CFImages/Icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .homeSlideshow .slick-prev {
  left: 0;
  background-image: url(/CFImages/Icons/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left -9px;
}
.hero .homeSlideshow ul.slick-dots {
  padding-top: 10px;
  position: absolute;
  bottom: 20px;
}
.hero .homeSlideshow ul.slick-dots li {
  background: none;
  padding: 0;
}
.hero .homeSlideshow ul.slick-dots li button:before {
  font-size: 45px;
}

.leftWeightedContent .left {
  border-bottom: 1px solid rgba(77, 119, 29, 0.5);
  padding-bottom: 50px;
  min-height: 180px;
}
@media (max-width: 1024px) {
  .leftWeightedContent .left {
    border: 0;
    padding: 0;
    min-height: initial;
  }
}
.leftWeightedContent .left p {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .leftWeightedContent .left p {
    font-size: 18px;
  }
}
.leftWeightedContent .right > div {
  padding-left: 100px;
}
@media (max-width: 1024px) {
  .leftWeightedContent .right > div {
    padding-left: 0;
  }
}
.leftWeightedContent .right > div p {
  font-size: 18px;
  font-weight: 300;
}
.leftWeightedContent .right > div a {
  margin-top: 25px;
  display: inline-block;
  font-weight: 700;
  color: #4D771D;
  text-transform: uppercase;
  font-size: 16px;
}

.firmAnnouncement {
  background-color: rgba(91, 103, 112, 0.1);
  padding-bottom: 60px;
}
.firmAnnouncement img {
  width: 100% !important;
}

.featuredItem {
  margin: 3rem 0;
}
.featuredItem h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
}
.featuredItem h2:after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  background-color: #558320;
  bottom: 0;
  left: calc(50% - 30px);
}
.featuredItem p {
  font-size: 1.3rem;
}

.aboutUs {
  margin-bottom: 3rem;
}

.bannerAnnouncement {
  background-color: #4D771D;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  color: white;
}
.bannerAnnouncement p {
  display: inline-block;
}
.bannerAnnouncement a {
  color: white;
  text-decoration: underline;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .bannerAnnouncement {
    font-size: 13px;
  }
}

.quickFindWrapper {
  text-align: center;
}
.quickFindWrapper .sf_cols {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.quickFindWrapper .sf_cols .sf_colsOut {
  float: none !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 500px) {
  .quickFindWrapper .sf_cols .sf_colsOut {
    display: block !important;
  }
}

/*.publicationsSlider {
    .left {
        float: left;
        width: 30%;
    }
    .right {
        width: 70%;
        float: left;

    }
}*/
.teamListView {
  margin: 80px 0 50px;
}
.teamListView.related {
  background-image: url("/CFImages/diamond-pattern-bg.jpg");
  padding-top: 1px;
}
.teamListView .items {
  margin: 0-10px;
}
.teamListView .items > * {
  width: calc(25% - (10px * 2) - 5px);
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}
.teamListView .items > * img {
  width: 100%;
}
.teamListView .items > *:before {
  display: none;
}
@media (max-width: 1200px) {
  .teamListView .items {
    margin: 0-10px;
  }
  .teamListView .items > * {
    width: calc(33.3333333333% - (10px * 2) - 4px);
    margin: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .teamListView .items > * img {
    width: 100%;
  }
  .teamListView .items > *:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .teamListView .items {
    margin: 0-10px;
  }
  .teamListView .items > * {
    width: calc(50% - (10px * 2) - 3px);
    margin: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .teamListView .items > * img {
    width: 100%;
  }
  .teamListView .items > *:before {
    display: none;
  }
}
@media (max-width: 500px) {
  .teamListView .items {
    margin: 0-10px;
  }
  .teamListView .items > * {
    width: calc(100% - (10px * 2) - 2px);
    margin: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .teamListView .items > * img {
    width: 100%;
  }
  .teamListView .items > *:before {
    display: none;
  }
}
.teamListView .items .item {
  margin-bottom: 15px;
}
.teamListView .items .item .innerContent {
  background-color: #f1f1f1;
}
.teamListView .items .item .top .imageWrapper {
  padding-bottom: 112%;
  position: relative;
}
.teamListView .items .item .top .imageWrapper > * {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.teamListView .items .item .bottom .name {
  font-family: "Frutiger LT W01_75 Black", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 10px;
  display: block;
  color: #556068;
  line-height: 1.1em;
}
.teamListView .items .item .bottom .social {
  font-size: 19px;
}
.teamListView .items .item .bottom .social a {
  color: #86939d;
  display: inline-block;
  margin-right: 10px;
}
.teamListView .items .item .bottom .content {
  padding: 30px;
  font-weight: 300;
}
.teamListView .items .item .bottom .position {
  color: #4D771D;
  text-transform: uppercase;
  display: block;
  margin: 10px 0;
  font-size: 18px;
}
.teamListView .items .item .bottom .office, .teamListView .items .item .bottom .phone, .teamListView .items .item .bottom .email {
  display: block;
  line-height: 1.6em;
  font-size: 16px;
}
.teamListView .items .item .bottom .office {
  display: block;
}

.teamMember .top .left {
  position: relative;
}
.teamMember .top .left .imageWrapper {
  padding-bottom: 133.3%;
  position: relative;
}
.teamMember .top .left .imageWrapper > * {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.teamMember .top .right .content {
  /* new gender on main bio pages*/
}
.teamMember .top .right .content .name {
  text-transform: uppercase;
}
.teamMember .top .right .content .designations {
  font-weight: 300;
  font-size: 25px;
  display: block;
}
@media (max-width: 500px) {
  .teamMember .top .right .content .designations {
    font-size: 20px;
  }
}
.teamMember .top .right .content .genderPronouns {
  display: block;
  margin: 0 0 1rem 0;
  font-size: 1.3rem;
  font-weight: 300;
}
.teamMember .top .right .content .position {
  display: block;
  color: #4D771D;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .teamMember .top .right .content .position {
    font-size: 20px;
  }
}
.teamMember .top .right .content .social {
  font-size: 19px;
}
.teamMember .top .right .content .social a {
  color: #86939d;
  display: inline-block;
  margin-right: 10px;
}
.teamMember .bottom > .right > .content {
  margin-top: -50px;
  padding-top: 0px;
}
@media (max-width: 1024px) {
  .teamMember .bottom > .right > .content {
    margin-top: 40px;
  }
}
.teamMember .bottom > .right > .content .contactInfo {
  margin: 0-0px;
  margin-bottom: 40px;
}
.teamMember .bottom > .right > .content .contactInfo > * {
  width: calc(50% - (0px * 2) - 3px);
  margin: 0px;
  display: inline-block;
  vertical-align: top;
}
.teamMember .bottom > .right > .content .contactInfo > * img {
  width: 100%;
}
.teamMember .bottom > .right > .content .contactInfo > *:before {
  display: none;
}
@media (max-width: 768px) {
  .teamMember .bottom > .right > .content .contactInfo {
    margin: 0-0px;
  }
  .teamMember .bottom > .right > .content .contactInfo > * {
    width: calc(100% - (0px * 2) - 2px);
    margin: 0px;
    display: inline-block;
    vertical-align: top;
  }
  .teamMember .bottom > .right > .content .contactInfo > * img {
    width: 100%;
  }
  .teamMember .bottom > .right > .content .contactInfo > *:before {
    display: none;
  }
}
.teamMember .bottom > .right > .content .contactInfo-left .office, .teamMember .bottom > .right > .content .contactInfo-left .phone, .teamMember .bottom > .right > .content .contactInfo-left .email, .teamMember .bottom > .right > .content .contactInfo-left .fax {
  display: block;
  line-height: 1.6em;
  font-weight: 300;
}
.teamMember .bottom > .right > .content .contactInfo-left .office {
  display: block;
}
.teamMember .bottom > .right > .content .contactInfo-right {
  width: 200px;
}
.teamMember .bottom > .right > .content .contactInfo-right .social {
  text-align: right;
  font-size: 30px;
}
@media (max-width: 768px) {
  .teamMember .bottom > .right > .content .contactInfo-right .social {
    text-align: left;
    margin: 20px 0;
  }
}
.teamMember .bottom > .right > .content .contactInfo-right .social a {
  color: #86939d;
  display: inline-block;
  margin-right: 10px;
}

.bottomLeftContent {
  padding: 30px 25px 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .bottomLeftContent {
    padding: 30px 0;
  }
}
.bottomLeftContent h2 {
  font-size: 16px;
  color: #4D771D;
  font-weight: bold;
  margin: 30px 0 10px;
}
.bottomLeftContent .assistantsAndClerks > .item {
  margin-bottom: 15px;
}
.bottomLeftContent .assistantsAndClerks > .item:last-of-type {
  margin-bottom: 0;
}
.bottomLeftContent .assistantsAndClerks > .item > * {
  display: block;
}
.bottomLeftContent .assistantsAndClerks > .item .name {
  font-weight: bold;
}
.bottomLeftContent .backToLink {
  margin: 50px 0 0;
  font-size: 14px;
}
.bottomLeftContent .backToLink a {
  color: #4D771D;
}

.accordion-container .item .header {
  font-size: 24px;
  font-family: "Frutiger LT W01_65 Bold1475746", Arial, sans-serif;
  color: #4D771D;
  padding: 15px 40px 10px 0;
  background-image: url(/CFImages/Icons/plus.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: top 11px right 10px;
  border-bottom: 1px solid rgba(85, 96, 104, 0.2);
}
@media (max-width: 768px) {
  .accordion-container .item .header {
    font-size: 18px;
  }
}
.accordion-container .item .header.open {
  background-image: url(/CFImages/Icons/minus.svg);
}
.accordion-container .item .header:hover {
  cursor: pointer;
}
.accordion-container .item .content {
  display: none;
  padding: 25px !important;
  background-color: rgba(85, 96, 104, 0.1);
  margin-bottom: 15px;
}
.accordion-container .item .content a {
  color: #4D771D;
  font-weight: 700;
}
.accordion-container .item .content .metaData {
  font-size: 14px;
}

.relatedTeamByOfficeListView {
  padding-bottom: 60px;
}
.relatedTeamByOfficeListView .offices .item {
  padding-top: 20px;
}
.relatedTeamByOfficeListView .offices .item .title {
  font-size: 36px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .relatedTeamByOfficeListView .offices .item .title {
    font-size: 26px;
  }
}
.relatedTeamByOfficeListView .offices .item .teamMembers {
  margin: 0-20px;
}
.relatedTeamByOfficeListView .offices .item .teamMembers > * {
  width: calc(25% - (20px * 2) - 5px);
  margin: 20px;
  display: inline-block;
  vertical-align: top;
}
.relatedTeamByOfficeListView .offices .item .teamMembers > * img {
  width: 100%;
}
.relatedTeamByOfficeListView .offices .item .teamMembers > *:before {
  display: none;
}
@media (max-width: 1024px) {
  .relatedTeamByOfficeListView .offices .item .teamMembers {
    margin: 0-15px;
  }
  .relatedTeamByOfficeListView .offices .item .teamMembers > * {
    width: calc(33.3333333333% - (15px * 2) - 4px);
    margin: 15px;
    display: inline-block;
    vertical-align: top;
  }
  .relatedTeamByOfficeListView .offices .item .teamMembers > * img {
    width: 100%;
  }
  .relatedTeamByOfficeListView .offices .item .teamMembers > *:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .relatedTeamByOfficeListView .offices .item .teamMembers {
    margin: 0-15px;
  }
  .relatedTeamByOfficeListView .offices .item .teamMembers > * {
    width: calc(50% - (15px * 2) - 3px);
    margin: 15px;
    display: inline-block;
    vertical-align: top;
  }
  .relatedTeamByOfficeListView .offices .item .teamMembers > * img {
    width: 100%;
  }
  .relatedTeamByOfficeListView .offices .item .teamMembers > *:before {
    display: none;
  }
}
@media (max-width: 500px) {
  .relatedTeamByOfficeListView .offices .item .teamMembers {
    margin: 0-0px;
  }
  .relatedTeamByOfficeListView .offices .item .teamMembers > * {
    width: calc(100% - (0px * 2) - 2px);
    margin: 0px;
    display: inline-block;
    vertical-align: top;
  }
  .relatedTeamByOfficeListView .offices .item .teamMembers > * img {
    width: 100%;
  }
  .relatedTeamByOfficeListView .offices .item .teamMembers > *:before {
    display: none;
  }
}
.relatedTeamByOfficeListView .offices .item .teamMembers .item {
  color: white;
  font-weight: 300;
}
.relatedTeamByOfficeListView .offices .item .teamMembers .item * {
  display: block;
}
.relatedTeamByOfficeListView .offices .item .teamMembers .item .name {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Frutiger LT W01_65 Bold1475746", Arial, sans-serif;
}
.relatedTeamByOfficeListView .offices .item .teamMembers .item a.email {
  color: white;
}

.servicesWrapper {
  padding: 25px 0 50px;
}
@media (max-width: 768px) {
  .servicesWrapper {
    padding-bottom: 0;
  }
}
.servicesWrapper.details {
  margin-top: 0;
}
.servicesWrapper .servicesSlider {
  padding-left: 40px;
  padding-right: 40px;
  width: calc(100% - 80px);
  margin: 0 auto;
  max-width: calc(1300px - 80px);
}
@media (max-width: 768px) {
  .servicesWrapper .servicesSlider {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
.servicesWrapper .items .item {
  padding: 20px 0;
}
.servicesWrapper .items .item .wrapper {
  margin: 0 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0 25px;
  background-color: white;
}
@media (max-width: 768px) {
  .servicesWrapper .items .item .wrapper {
    margin: 0;
  }
}
.servicesWrapper .items .item .wrapper .top {
  padding-bottom: 100%;
  position: relative;
}
.servicesWrapper .items .item .wrapper .top > * {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.servicesWrapper .items .item .wrapper .bottom {
  padding: 40px 30px 25px;
}
@media (max-width: 768px) {
  .servicesWrapper .items .item .wrapper .bottom {
    padding-bottom: 50px;
  }
}
.servicesWrapper .items .item .wrapper .bottom .title {
  font-family: "Frutiger LT W01_65 Bold1475746", Arial, sans-serif;
  font-size: 22px;
  color: #4D771D;
  display: block;
  margin: 0px 0 20px;
}
@media (max-width: 1200px) {
  .servicesWrapper .items .item .wrapper .bottom .title {
    font-size: 20px;
  }
}
.servicesWrapper .items .item .wrapper .bottom .summary {
  font-weight: 300;
  line-height: 1.75em;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .servicesWrapper .items .item .wrapper .bottom .summary {
    font-size: 14px;
  }
}
.servicesWrapper .items .item .wrapper .bottom .link {
  margin-top: 25px;
}
.servicesWrapper .servicesList .items {
  margin: 0-15px;
}
.servicesWrapper .servicesList .items > * {
  width: calc(33.3333333333% - (15px * 2) - 4px);
  margin: 15px;
  display: inline-block;
  vertical-align: top;
}
.servicesWrapper .servicesList .items > * img {
  width: 100%;
}
.servicesWrapper .servicesList .items > *:before {
  display: none;
}
@media (max-width: 1024px) {
  .servicesWrapper .servicesList .items {
    margin: 0-15px;
  }
  .servicesWrapper .servicesList .items > * {
    width: calc(50% - (15px * 2) - 3px);
    margin: 15px;
    display: inline-block;
    vertical-align: top;
  }
  .servicesWrapper .servicesList .items > * img {
    width: 100%;
  }
  .servicesWrapper .servicesList .items > *:before {
    display: none;
  }
}
.servicesWrapper .servicesList .items .item {
  padding: 0;
}
.servicesWrapper .servicesList .items .item .wrapper {
  margin: 0;
}
.servicesWrapper .slick-prev, .servicesWrapper .slick-next {
  display: none;
  height: 40px;
  width: 30px;
  z-index: 2;
}
.servicesWrapper .slick-prev:focus, .servicesWrapper .slick-next:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.servicesWrapper .slick-prev:before, .servicesWrapper .slick-next:before {
  content: "";
}
.servicesWrapper .slick-next {
  right: -25px;
  background-image: url(/CFImages/Icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .servicesWrapper .slick-next {
    right: calc(50% - 35px);
    top: initial;
    bottom: 40px;
    transform: initial;
  }
}
.servicesWrapper .slick-prev {
  left: -25px;
  background-image: url(/CFImages/Icons/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
@media (max-width: 768px) {
  .servicesWrapper .slick-prev {
    left: calc(50% - 35px);
    top: initial;
    bottom: 40px;
    transform: initial;
  }
}

.servicesList .item .children {
  margin: 25px 0 0;
  border-top: 1px solid white;
  padding-top: 25px;
}
.servicesList .item .children h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.servicesList .item .children .item {
  font-size: 16px;
}
.servicesList .item .children .sep, .servicesList .item .children .breadCrumbInner .Separator, .breadCrumbInner .servicesList .item .children .Separator {
  color: #D9D9D9;
}

.serviceDetails .bottom .right .content p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}
.serviceDetails .bottom .right .content p:first-child {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #4D771D;
  padding-bottom: 35px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .serviceDetails .bottom .right .content p:first-child {
    font-size: 20px;
  }
}

.blogItems {
  padding-bottom: 50px;
}
.blogItems .items {
  margin: 0-10px;
}
.blogItems .items > * {
  width: calc(50% - (10px * 2) - 3px);
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}
.blogItems .items > * img {
  width: 100%;
}
.blogItems .items > *:before {
  display: none;
}
@media (max-width: 1024px) {
  .blogItems .items {
    margin: 0-10px;
  }
  .blogItems .items > * {
    width: calc(100% - (10px * 2) - 2px);
    margin: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .blogItems .items > * img {
    width: 100%;
  }
  .blogItems .items > *:before {
    display: none;
  }
}
.blogItems .items .item {
  margin-bottom: 25px;
}
.blogItems .items .item .left {
  width: 40%;
  float: left;
}
@media (max-width: 500px) {
  .blogItems .items .item .left {
    width: 100%;
    float: initial;
  }
}
.blogItems .items .item .left .imageWrapper {
  padding-bottom: 66.66%;
  position: relative;
}
.blogItems .items .item .left .imageWrapper a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.blogItems .items .item .right {
  float: left;
  width: 60%;
}
@media (max-width: 500px) {
  .blogItems .items .item .right {
    width: 100%;
    float: initial;
  }
}
.blogItems .items .item .right .content {
  padding-left: 30px;
  padding-top: 0;
}
@media (max-width: 500px) {
  .blogItems .items .item .right .content {
    padding-left: 0;
    padding-top: 25px;
  }
}
.blogItems .items .item .right .content .date {
  font-size: 14px;
}
.blogItems .items .item .right .content .authors {
  font-size: 14px;
  font-weight: 300;
}
.blogItems .items .item .right .content .title {
  font-family: "Frutiger LT W01_65 Bold1475746", Arial, sans-serif;
  font-size: 22px;
  display: block;
  margin: 10px 0 10px;
  line-height: 1.35em;
}
.blogItems .items .item .right .content .title a {
  color: #4D771D;
}
.blogItems .items .item .right .content .title a:hover {
  color: #556068;
}
@media (max-width: 1200px) {
  .blogItems .items .item .right .content .title {
    font-size: 20px;
  }
}
.blogItems .items .item .right .content .summary {
  color: #556068;
  font-size: 14px;
}
.blogItems .items .item .right .content .sep, .blogItems .items .item .right .content .breadCrumbInner .Separator, .breadCrumbInner .blogItems .items .item .right .content .Separator {
  color: #000;
}

.publicationsSliderWrapper {
  background-color: rgba(85, 96, 104, 0.1);
  padding-bottom: 75px;
}
.publicationsSliderWrapper .publicationsSlider .items .item {
  margin-bottom: 25px;
}
.publicationsSliderWrapper .publicationsSlider .items .item .wrapper {
  margin: 0 20px;
}
.publicationsSliderWrapper .publicationsSlider .items .item .left {
  width: 30%;
  float: left;
}
@media (max-width: 768px) {
  .publicationsSliderWrapper .publicationsSlider .items .item .left {
    width: 100%;
    float: initial;
  }
}
.publicationsSliderWrapper .publicationsSlider .items .item .left .imageWrapper {
  padding-bottom: 66.66%;
  position: relative;
}
.publicationsSliderWrapper .publicationsSlider .items .item .left .imageWrapper a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.publicationsSliderWrapper .publicationsSlider .items .item .right {
  float: left;
  width: 60%;
}
@media (max-width: 768px) {
  .publicationsSliderWrapper .publicationsSlider .items .item .right {
    width: 100%;
    float: initial;
  }
}
.publicationsSliderWrapper .publicationsSlider .items .item .right .content {
  padding-left: 30px;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .publicationsSliderWrapper .publicationsSlider .items .item .right .content {
    padding-left: 0;
    padding-top: 25px;
  }
}
.publicationsSliderWrapper .publicationsSlider .items .item .right .content .dateAndPubType {
  font-size: 13px;
}
.publicationsSliderWrapper .publicationsSlider .items .item .right .content .dateAndPubType .date {
  font-weight: bold;
}
.publicationsSliderWrapper .publicationsSlider .items .item .right .content .dateAndPubType .pubType {
  font-weight: 700;
}
.publicationsSliderWrapper .publicationsSlider .items .item .right .content .authors {
  font-size: 14px;
  font-weight: 300;
}
.publicationsSliderWrapper .publicationsSlider .items .item .right .content .summary {
  display: block;
  margin-top: 25px;
}
.publicationsSliderWrapper .publicationsSlider .items .item .right .content .title {
  font-family: "Frutiger LT W01_65 Bold1475746", Arial, sans-serif;
  font-size: 22px;
  display: block;
  margin: 0 0 10px;
}
.publicationsSliderWrapper .publicationsSlider .items .item .right .content .title a {
  color: #556068;
}
.publicationsSliderWrapper .publicationsSlider .items .item .right .content .title a:hover {
  color: #4D771D;
}
@media (max-width: 1200px) {
  .publicationsSliderWrapper .publicationsSlider .items .item .right .content .title {
    font-size: 20px;
  }
}
.publicationsSliderWrapper .publicationsSlider .items .slick-prev, .publicationsSliderWrapper .publicationsSlider .items .slick-next {
  display: none;
  height: 40px;
  width: 30px;
  z-index: 2;
}
.publicationsSliderWrapper .publicationsSlider .items .slick-prev:focus, .publicationsSliderWrapper .publicationsSlider .items .slick-next:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.publicationsSliderWrapper .publicationsSlider .items .slick-prev:before, .publicationsSliderWrapper .publicationsSlider .items .slick-next:before {
  content: "";
}
.publicationsSliderWrapper .publicationsSlider .items .slick-next {
  right: -25px;
  background-image: url(/CFImages/Icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .publicationsSliderWrapper .publicationsSlider .items .slick-next {
    right: -15px;
  }
}
.publicationsSliderWrapper .publicationsSlider .items .slick-prev {
  left: -25px;
  background-image: url(/CFImages/Icons/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
@media (max-width: 1024px) {
  .publicationsSliderWrapper .publicationsSlider .items .slick-prev {
    right: -15px;
  }
}
.publicationsSliderWrapper .publicationsSlider .items ul.slick-dots {
  padding-top: 10px;
  position: relative;
  bottom: 0;
}
.publicationsSliderWrapper .publicationsSlider .items ul.slick-dots li {
  background: none;
  padding: 0 17px;
}
.publicationsSliderWrapper .publicationsSlider .items ul.slick-dots li button:before {
  font-size: 50px;
}

.resourceList {
  text-align: left;
  margin-bottom: 50px;
}
.resourceList .resourceGrid .row {
  display: flex;
}
.resourceList .resourceGrid .row .colDate {
  width: 15%;
}
.resourceList .resourceGrid .row .colTitle {
  width: 65%;
}
.resourceList .resourceGrid .row .colType {
  width: 20%;
}
.resourceList .resourceGrid .row .headerCol {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}
.resourceList .resourceGrid .row .item {
  border-bottom: 1px solid #e6e6e6;
}
.resourceList .resourceGrid .row .item a {
  color: #4D771D;
}
.resourceList .resourceGrid .row .item p {
  margin: 10px 0;
}
@media (max-width: 768px) {
  .resourceList .resourceGrid .row {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #D9D9D9;
  }
  .resourceList .resourceGrid .col {
    width: 100% !important;
  }
  .resourceList .resourceGrid .headerCol {
    display: none;
  }
}

.publicationDetails .innerWrapper .left {
  width: 370px;
  float: left;
}
@media (max-width: 1024px) {
  .publicationDetails .innerWrapper .left {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .publicationDetails .innerWrapper .left {
    width: 100%;
    float: initial;
  }
}
.publicationDetails .innerWrapper .left .imageWrapper {
  padding-bottom: 100%;
  position: relative;
}
.publicationDetails .innerWrapper .left .imageWrapper > * {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .publicationDetails .innerWrapper .left .imageWrapper {
    padding-bottom: 66.66%;
    position: relative;
  }
  .publicationDetails .innerWrapper .left .imageWrapper > * {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.publicationDetails .innerWrapper .right {
  float: right;
  width: calc(100% - 370px);
}
@media (max-width: 1024px) {
  .publicationDetails .innerWrapper .right {
    width: calc(100% - 300px);
  }
}
@media (max-width: 768px) {
  .publicationDetails .innerWrapper .right {
    width: 100%;
    float: initial;
  }
}
.publicationDetails .innerWrapper .right .content {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .publicationDetails .innerWrapper .right .content {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .publicationDetails .innerWrapper .right .content {
    padding-left: 0;
    padding-top: 30px;
  }
}
.publicationDetails .innerWrapper .right .content > .title {
  font-family: "Frutiger LT W01_65 Bold1475746", Arial, sans-serif;
  font-size: 60px;
  margin-top: 10px;
  display: block;
  color: #556068;
  line-height: 1.25em;
}
@media (max-width: 1024px) {
  .publicationDetails .innerWrapper .right .content > .title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .publicationDetails .innerWrapper .right .content > .title {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .publicationDetails .innerWrapper .right .content > .title {
    font-size: 30px;
  }
}
.publicationDetails .innerWrapper .right .content .dateAndPubType {
  font-size: 14px;
  margin: 5px 0;
}
.publicationDetails .innerWrapper .right .content .dateAndPubType .sep, .publicationDetails .innerWrapper .right .content .dateAndPubType .breadCrumbInner .Separator, .breadCrumbInner .publicationDetails .innerWrapper .right .content .dateAndPubType .Separator {
  color: #000;
}
.publicationDetails .innerWrapper .right .content .authors a {
  color: #4D771D;
}
.publicationDetails .innerWrapper .right .content .body {
  margin: 35px 0;
}
.publicationDetails .relatedPublications, .publicationDetails .relatedItems {
  margin-top: 50px;
}
.publicationDetails .relatedPublications h2, .publicationDetails .relatedItems h2 {
  font-size: 24px;
  font-family: "Frutiger LT W01_65 Bold1475746", Arial, sans-serif;
}
.publicationDetails .relatedPublications .item, .publicationDetails .relatedItems .item {
  margin-bottom: 15px;
}
.publicationDetails .relatedPublications .item .title, .publicationDetails .relatedItems .item .title {
  font-size: 20px;
  margin: 5px 0;
  line-height: 1.2em;
}
@media (max-width: 1024px) {
  .publicationDetails .relatedPublications .item .title, .publicationDetails .relatedItems .item .title {
    font-size: 17px;
  }
}
.publicationDetails .relatedPublications .item .title a, .publicationDetails .relatedItems .item .title a {
  color: #4D771D;
}

.disclaimer {
  font-size: 13px;
  font-style: italic;
  color: #333;
}

.relatedCategories span {
  display: inline-block;
}
.relatedCategories span a {
  color: #4D771D;
}
.relatedCategories .title {
  font-weight: bold;
}

.publicationDetails .socialLinks .title {
  display: inline-block;
  vertical-align: bottom;
}
.publicationDetails .socialLinks h4 {
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #556068;
  font-weight: bold;
  font-size: 14px;
}
.publicationDetails .socialLinks .RadSocialShare_Default {
  border: 0;
  background: none;
  padding: 0;
}
.publicationDetails .socialLinks .sshIcon {
  background: url(/CFImages/social-media-icons.png) no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: background-position 0.15s ease-out;
  -moz-transition: background-position 0.15s ease-out;
  -o-transition: background-position 0.15s ease-out;
  transition: background-position 0.15s ease-out;
  overflow: visible;
  cursor: pointer;
  margin-right: 6px;
}
.publicationDetails .socialLinks .sshContent .sshListItem {
  background: none;
  padding: 0;
}
.publicationDetails .socialLinks .sshShareOnFacebook:hover {
  background-position: -100px -24px;
}
.publicationDetails .socialLinks .sshShareOnFacebook {
  background-position: -100px -24px;
}
.publicationDetails .socialLinks .sshShareOnTwitter:hover {
  background-position: 5px -24px;
}
.publicationDetails .socialLinks .sshShareOnTwitter {
  background-position: 5px -24px;
}
.publicationDetails .socialLinks .sshLinkedIn:hover {
  background-position: -70px -24px;
}
.publicationDetails .socialLinks .sshLinkedIn {
  background-position: -70px -24px;
}

/* (Tag Icon) */
a.tag {
  padding-left: 15px;
  background: url(/CFImages//icon_tag.png) no-repeat;
  margin-right: 5px;
}

.bd ul.sftaxonCloud {
  display: block;
  width: 100%;
  margin: 20px 0;
}

.bd ul.sftaxonCloud li.sftaxonItem {
  list-style-type: none;
  background-image: none;
  margin-right: 6px;
  display: inline-block;
  padding: 0;
}

ul.sftaxonCloud li.sftaxonItem a.sfCloudSize1 {
  font-size: 10px;
}

ul.sftaxonCloud li.sftaxonItem a.sfCloudSize2 {
  font-size: 12px;
}

ul.sftaxonCloud li.sftaxonItem a.sfCloudSize3 {
  font-size: 16px;
}

ul.sftaxonCloud li.sftaxonItem a.sfCloudSize4 {
  font-size: 20px;
  font-weight: 700;
}

ul.sftaxonCloud li.sftaxonItem a.sfCloudSize5 {
  font-size: 24px;
  font-weight: 900;
}

ul.sftaxonCloud li.sftaxonItem a.sfCloudSize6 {
  font-size: 28px;
  font-weight: bold;
}

.sfnewsBack {
  border-top: solid 2px #e1e1e1;
  font-size: 0.625em;
  margin-top: 2em; /*32px*/
  padding-top: 0.75em; /*12px*/
  display: block;
}

.rcbSlide {
  z-index: 10000 !important;
}

.sf_pagerNumeric {
  margin: 40px 0 0;
}

.bd .sf_pagerNumeric a {
  margin-right: 9px;
  background-color: #4D771D;
  color: #fff;
  padding: 5px 11px;
}
.bd .sf_pagerNumeric a:hover {
  color: white;
  text-decoration: none;
  background-color: #556068;
}

p.sfsearchResultStatistics {
  margin-top: 45px;
  font-size: 24px;
}
p.sfsearchResultStatistics strong {
  font-weight: bold;
}

.sfsearchBox input[type=text] {
  padding: 10px 10px 8px;
  font-size: 20px;
  color: #556068;
  width: 250px !important;
}
.sfsearchBox input[type=submit] {
  margin-top: 0;
  padding: 14px;
  position: relative;
  top: -3px;
  right: 5px;
}

.sf_pagerNumeric a.sf_PagerCurrent {
  color: #333333;
  background-color: #e1e1e1;
}

.RadTabStripTop_Sitefinity .rtsLevel1 .rtsLink {
  color: #fff;
}

.RadTabStripTop_Metro .rtsLevel1 {
  background-color: transparent;
}

.RadTabStripTop_Metro .rtsLevel1 .rtsUL {
  background-color: transparent;
  background-image: none;
  padding-left: 0px;
}

.RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLI {
  background-image: none;
  padding-left: 0px;
}

.RadTabStripTop_Metro .rtsLevel1 .rtsFirst .rtsLink {
  padding-left: 0px !important;
}

.RadTabStripTop_Metro .rtsLevel1 .rtsLink {
  border-color: transparent !important;
  color: #999;
  text-transform: none !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-bottom: 8px !important;
}

.RadTabStripTop_Metro .rtsLevel1 .rtsSelected {
  color: #FE5815 !important;
}

.Navigation {
  margin-top: -28px;
  background-color: #fff !important;
  background-image: none !important;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.RadRotator ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Download Lists */
ul.sfdownloadList {
  margin: 0;
  margin-top: 10px;
}

ul.sfdownloadList li {
  list-style-type: none;
  list-style-image: none;
}

ul.rdCommands li {
  list-style-image: none;
}

ul.sflistList {
  margin: 0;
}

ul.sflistList li {
  padding-bottom: 0.3em;
  list-style-type: none;
}

/*Panel Bar Style */
.RadPanelBar_CF {
  background-color: #ffffff;
  width: 100% !important;
}

.RadPanelBar_CF .rpRootGroup {
  border-color: transparent;
}

.RadPanelBar_CF a.rpLink,
.RadPanelBar_CF div.rpHeaderTemplate,
.RadPanelBar_CF .rpTemplate {
  color: #202521;
  font-size: 12px;
  line-height: 32px;
  text-decoration: none;
}

.RadPanelBar_CF div.rpHeaderTemplate,
.RadPanelBar_CF a.rpLink {
  background-color: #ffffff;
  border-color: #e6e6e6;
  border-right: solid 4px #649A25;
  text-transform: uppercase;
}

.mainContent .RadPanelBar_CF div.rpHeaderTemplate,
.mainContent .RadPanelBar_CF a.rpLink {
  border-right: solid 4px transparent;
  font-size: 1.4em;
  color: #999999;
  line-height: 40px;
}

.mainContent .RadPanelBar_CF a.rpLink:hover {
  color: #202521;
  line-height: 40px;
  background-color: #fff;
}

.mainContent .RadPanelBar_CF a.rpExpanded,
.mainContent .RadPanelBar_CF div.rpExpanded {
  color: #202521;
  background-color: #fff;
}

.mainContent .RadPanelBar_CF .rpSlide {
  padding-top: 1em;
}

/* compensate for borders */
.RadPanelBar_CF .rpOut {
  border-color: #ffffff;
}

.RadPanelBar_CF a.rpExpanded,
.RadPanelBar_CF div.rpExpanded {
  border-color: #d9d9d9;
  color: #ffffff;
  background-color: #cccccc;
}

.RadPanelBar_CF a.rpLink:hover {
  color: #202521;
  text-decoration: none;
}

.RadPanelBar_CF a.rpFocused,
.RadPanelBar_CF a.rpFocused:hover,
.RadPanelBar_CF div.rpFocused,
.RadPanelBar_CF a.rpSelected,
.RadPanelBar_CF a.rpSelected:hover,
.RadPanelBar_CF div.rpSelected {
  color: #ffffff;
}

.RadPanelBar_CF a.rpLink:hover,
.RadPanelBar_CF a.rpFocused,
.RadPanelBar_CF div.rpFocused {
  background-color: none;
  border-color: #e6e6e6;
}

.RadPanelBar_CF a.rpSelected,
.RadPanelBar_CF div.rpSelected,
.RadPanelBar_CF a.rpSelected:hover {
  background-color: #cccccc;
  border-color: #d9d9d9;
}

div.RadPanelBar_CF a.rpLink .rpOut,
div.RadPanelBar_CF a.rpFocused .rpOut,
div.RadPanelBar_CF a.rpLink:hover .rpOut,
div.RadPanelBar_CF a.rpSelected .rpOut,
div.RadPanelBar_CF a.rpSelected:hover .rpOut {
  padding-bottom: 1px;
  border: 0;
}

/* <disabled items> */
.RadPanelBar_CF a.rpDisabled,
.RadPanelBar_CF div.rpDisabled,
.RadPanelBar_CF a.rpDisabled:hover {
  color: #bababa;
  cursor: default;
}

.RadPanelBar_CF a.rpDisabled:hover .rpOut {
  border-color: #ffffff;
}

/* </disabled items> */
/* <subitems> */
.RadPanelBar_CF .rpGroup {
  background-color: #ffffff;
  background: url("../CFImages/profile_swoosh.jpg") no-repeat right bottom;
}

div.RadPanelBar_CF .rpGroup a.rpLink,
div.RadPanelBar_CF .rpGroup div.rpHeaderTemplate,
div.RadPanelBar_CF .rpGroup .rpTemplate {
  color: #202521;
  background-color: transparent;
  background-image: none;
  border: 0;
  margin: 0;
  padding: 1px;
  border-right: solid 3px #e1e1e1;
}

div.RadPanelBar_CF .rpGroup .rpItem {
  background-image: none;
  border-bottom: solid 1px #eeeeee;
}

div.RadPanelBar_CF .rpGroup a.rpLink:hover {
  color: #202521;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0;
  border-right: solid 4px #777;
}

.RadPanelBar_CF .rpGroup a.rpExpanded,
.RadPanelBar_CF .rpGroup div.rpExpanded {
  border-color: #d9d9d9;
  color: #ffffff;
  background-color: #d9d9d9 !important;
}

div.RadPanelBar_CF ul.rpGroup .rpFocused,
div.RadPanelBar_CF ul.rpGroup .rpSelected,
div.RadPanelBar_CF ul.rpGroup .rpSelected,
div.RadPanelBar_CF .rpGroup a.rpSelected:hover {
  border-color: #d9d9d9;
  color: #333;
  background-color: #d9d9d9;
  border-left: solid 3px #777;
}

/* <subitems (disabled)> */
div.RadPanelBar_CF ul.rpGroup .rpDisabled,
div.RadPanelBar_CF .rpGroup a.rpDisabled:hover {
  color: #e6e6e6;
  text-decoration: none;
  border: 0;
  padding: 1px;
}

/* <expand arrows> */
.RadPanelBar_CF .rpExpandable span.rpExpandHandle,
.RadPanelBar_CF .rpExpanded span.rpExpandHandle {
  background-color: transparent;
  background-image: url("../src/Menu/Expandable.png");
  background-repeat: no-repeat;
}

.RadPanelBar_CF_rtl .rpGroup .rpText {
  padding: 0 10px;
}

.RadPanelBar_CF .rpExpandable span.rpExpandHandle,
.RadPanelBar_CF a.rpExpandable:hover .rpNavigation .rpExpandHandle {
  background-position: 0 -5px;
}

.RadPanelBar_CF a.rpExpandable:hover .rpExpandHandle,
.RadPanelBar_CF a.rpExpandable:hover .rpNavigation .rpExpandHandleHovered {
  background-position: 100% -5px;
}

.RadPanelBar_CF .rpExpanded span.rpExpandHandle,
.RadPanelBar_CF a.rpExpanded:hover .rpNavigation .rpExpandHandle {
  background-position: 0 -181px;
}

.RadPanelBar_CF a.rpExpanded:hover .rpExpandHandle,
.RadPanelBar_CF a.rpExpanded:hover .rpNavigation .rpExpandHandleHovered {
  background-position: 100% -181px;
}

.RadPanelBar_CF ul.rpGroup .rpExpandable span.rpExpandHandle,
.RadPanelBar_CF .rpGroup a.rpExpandable:hover .rpNavigation span.rpExpandHandle {
  background-position: 0 -343px;
  margin: 4px 0 0 0;
}

.RadPanelBar_CF .rpGroup a.rpExpandable:hover span.rpExpandHandle,
.RadPanelBar_CF .rpGroup a.rpExpandable:hover .rpNavigation span.rpExpandHandleHovered {
  background-position: 100% -343px;
  margin: 4px 0 0 0;
}

.RadPanelBar_CF ul.rpGroup .rpExpanded span.rpExpandHandle,
.RadPanelBar_CF .rpGroup a.rpExpanded:hover .rpNavigation span.rpExpandHandle {
  background-position: 0 -482px;
  margin: 4px 0 0 0;
}

.RadPanelBar_CF .rpGroup a.rpExpanded:hover span.rpExpandHandle,
.RadPanelBar_CF .rpGroup a.rpExpanded:hover .rpNavigation span.rpExpandHandleHovered {
  background-position: 100% -482px;
  margin: 4px 0 0 0;
}

.RadPanelBar_CF div.rpExpandable .rpExpandHandleHovered {
  background-position: 0 -5px;
}

.RadPanelBar_CF div.rpExpanded .rpExpandHandleHovered {
  background-position: 0 -181px;
}

.RadPanelBar_CF .rpGroup div.rpExpandable span.rpExpandHandleHovered {
  background-position: 0 -343px;
  margin: 4px 0 0 0;
}

.RadPanelBar_CF .rpGroup div.rpExpanded span.rpExpandHandleHovered {
  background-position: 0 -482px;
  margin: 4px 0 0 0;
}

/*      </expand arrows> */
/*ComboBox */
.rcbHeader ul, .rcbFooter ul, .rcbItem ul, .rcbHovered ul, .rcbDisabled ul {
  width: 100%;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.rcbHeader ul:after, .rcbFooter ul:after, .rcbItem ul:after, .rcbHovered ul:after, .rcbDisabled ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
}

.RadComboBoxDropDown_Default .col1, .RadComboBoxDropDown_Default .col2, .RadComboBoxDropDown_Default .col3 {
  float: left;
  width: 120px;
  margin: 0;
  padding: 0 5px 0 0;
  line-height: 14px;
}

.RadComboBox_Sitefinity {
  float: none;
}

.RadComboBox_Sitefinity table td.rcbInputCell {
  height: 40px;
  background-image: none;
  border: solid 1px #ccc;
  background-color: #fff;
}

.RadComboBox_Sitefinity table td.rcbArrowCell {
  display: none;
}

/* End Combobox */
.menuTemplate li.rlvI {
  float: left;
  width: 10em; /* accommodate the widest item */
  background: url(/CFImages//bg_list_bullet_arrow.gif) no-repeat 0 0.375em;
}

.RadListView_Windows7 {
  font-size: 100%;
}

.RadListView_Windows7 tr.rlvHeader th {
  font-size: 85%;
  padding: 1em;
  border-right-color: #c2cedb;
}

.quickContact .RadComboBox {
  margin-bottom: 25px;
}
.quickContact .RadComboBox .rcbLabel {
  display: block;
  text-transform: uppercase;
  color: #556068;
  margin: 20px 0 5px !important;
}
.quickContact .RadComboBox table {
  width: 100% !important;
}
.quickContact .RadComboBox table td.rcbInputCell {
  padding: 0;
}
.quickContact .RadComboBox .rcbReadOnly .rcbArrowCellRight {
  background: #D9D9D9 url(/CFImages/Icons/arrow-down.svg) no-repeat center;
  background-size: 15px;
}
.quickContact .RadComboBox .rcbArrowCell a {
  top: 0px;
  height: 50px;
  width: 30px;
}
.quickContact input[type=checkbox] {
  width: auto;
}

.quickContact {
  margin-top: 40px;
  /*.button {
      margin-top: 15px;
      min-width: initial;
      background-color: $green;
      border: 0;
      border-radius: 0;
  }*/
  /* Sitefinity form */
}
.quickContact p {
  margin: 0;
}
.quickContact p.fieldLabel {
  margin: 20px 0 5px !important;
}
.quickContact p span.required {
  color: #cc0000;
  margin-top: 8px;
  width: 100%;
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 5px !important;
}
.quickContact p span.required:last-of-type {
  margin-bottom: 20px !important;
}
.quickContact input, .quickContact textarea, .quickContact select {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 13px 10px 11px !important;
  font-style: normal !important;
  color: #444444 !important;
  font-size: 18px !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-weight: 400 !important;
  box-sizing: border-box !important;
  height: auto !important;
  border: 1px solid #bbb !important;
  width: 100%;
  letter-spacing: 0.02em;
}
.quickContact .RadInput {
  width: 100% !important;
}
.quickContact select {
  width: 100%;
  padding: 12px 8px !important;
}
.quickContact textarea {
  padding: 12px 10px 20px !important;
  min-height: 100px;
}
.quickContact .fieldLabel {
  color: white;
  width: 100%;
  font-size: 12px;
  color: #556068;
  margin-bottom: 1px !important;
  letter-spacing: 0.05em;
  display: block;
  text-transform: uppercase;
}
.quickContact .fieldLabel em {
  float: right;
  font-size: 10px;
}
.quickContact .sfFormBox {
  margin-bottom: 1rem;
}
.quickContact .sfFormSubmit {
  width: 150px;
}

.officesListWrapper {
  overflow-x: hidden;
}
.officesListWrapper .officesList {
  margin: 0-100px;
}
.officesListWrapper .officesList > * {
  width: calc(50% - (100px * 2) - 3px);
  margin: 100px;
  display: inline-block;
  vertical-align: top;
}
.officesListWrapper .officesList > * img {
  width: 100%;
}
.officesListWrapper .officesList > *:before {
  display: none;
}
@media (max-width: 768px) {
  .officesListWrapper .officesList {
    margin: 0-1px;
  }
  .officesListWrapper .officesList > * {
    width: calc(100% - (1px * 2) - 2px);
    margin: 1px;
    display: inline-block;
    vertical-align: top;
  }
  .officesListWrapper .officesList > * img {
    width: 100%;
  }
  .officesListWrapper .officesList > *:before {
    display: none;
  }
  .officesListWrapper .officesList .item {
    margin-bottom: 25px;
  }
}
.officesListWrapper .officesList .item {
  margin-top: 50px;
}
.officesListWrapper .officesList .item img {
  width: 100%;
}
.officesListWrapper .officesList .item h2 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.officesListWrapper .officesList .item span {
  font-weight: 300;
  line-height: 1.6em;
  margin: 10px 0;
}
.officesListWrapper .officesList .item span.address {
  display: block;
  margin: 5px 0 15px;
}
.officesListWrapper .officesList .item span.phone {
  margin: 0;
}
.officesListWrapper .officesList .item .phoneTollFree, .officesListWrapper .officesList .item .email {
  margin-top: 25px;
}

footer Wrapper .officesList .item {
  margin-top: 0;
}
footer Wrapper .officesList .item a {
  font-weight: 300;
  color: white;
}

.contactPageOfficesWrapper .email a {
  color: #4D771D;
}

@media print {
  @page {
    orphans: 4;
    widows: 2;
  }
  .printOnly {
    display: block;
  }
  body {
    color: black;
    margin: 10mm 0;
    position: relative;
    height: 100%;
  }
  body h1, body h2, body h3, body h4, body h5, body h6, body p, body a, body ul, body li, body .teamMember .top .right .content .position {
    color: black !important;
  }
  body .bd p, body .bd ul li, body .bd .content {
    font-size: 14px;
  }
  body .bd ul {
    list-style-type: circle;
    margin-left: 18px;
  }
  body .bd ul li {
    background: none;
    padding-left: 0;
  }
  .topHeader, .header-right, .mobileHeader, .social, footer, .breadcrumbs {
    display: none;
  }
  header {
    margin-bottom: 25px;
  }
  header .header .header-left img {
    width: 130px;
  }
  .innerWrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  /* Bio Print Styles */
  .teamMember div.backToLink {
    display: none;
  }
  .teamMember .top:before {
    content: "";
    display: block;
    border-bottom: 311px solid #D9D9D9; /*see end of file for ie hacks*/
  }
  .teamMember .top {
    position: relative;
    background: none;
  }
  .teamMember .top .left {
    width: 240px;
    margin-top: -311px;
    text-align: left;
  }
  .teamMember .top .left .imageWrapper {
    display: none;
  }
  .teamMember .top .left img {
    position: absolute;
    display: inline-block;
    top: 1px;
    overflow: hidden;
    width: 230px;
    height: auto;
    z-index: 2;
  }
  .teamMember .top .right {
    width: 500px;
    margin-top: -311px;
    position: absolute;
    top: 350px;
    left: 280px;
  }
  .teamMember .top .right .content {
    padding: 0;
    color: #444444 !important;
  }
  .teamMember .top .right .content span.position {
    color: #4D771D !important;
  }
  .teamMember .top .right .content .name {
    font-size: 35px;
  }
  .teamMember .bottom h2 {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    border-bottom: 4px solid #4D771D;
  }
  .teamMember .bottom .left {
    width: 100%;
    float: right;
    display: block;
  }
  .teamMember .bottom .left .content {
    padding: 0;
  }
  .teamMember .bottom .left .RadPanelBar.RadPanelBar_CF ul.rpRootGroup {
    margin: 0 0 0 18px !important;
    padding: 0 !important;
  }
  .teamMember .bottom .left .RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem {
    display: list-item !important;
    list-style: circle !important;
    list-style-type: circle !important;
    font-size: 12px;
    margin: 0 !important;
    overflow: visible;
  }
  .teamMember .bottom .left .RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem .rpLink {
    padding: 0 !important;
  }
  .teamMember .bottom .left .RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem .rpLink .rpText {
    padding: 0 !important;
  }
  .teamMember .bottom .left .RadPanelBar.RadPanelBar_CF ul.rpRootGroup li.rpItem .rpLink.rpExpandable span.rpOut.rpNavigation span.rpExpandHandle {
    display: none !important;
  }
  .teamMember .bottom .right {
    width: 100%;
    float: none;
    display: block;
  }
  .teamMember .bottom .right .content .contactInfo {
    position: absolute;
    top: 300px;
    left: 280px;
    margin: 0-0px;
  }
  .teamMember .bottom .right .content .contactInfo > * {
    width: calc(100% - (0px * 2) - 2px);
    margin: 0px;
    display: inline-block;
    vertical-align: top;
  }
  .teamMember .bottom .right .content .contactInfo > * img {
    width: 100%;
  }
  .teamMember .bottom .right .content .contactInfo > *:before {
    display: none;
  }
  .teamMember .bottom .right .content .contactInfo .contactInfo-left {
    width: 100%;
  }
  .teamMember .bottom .right .content .contactInfo .contactInfo-left span.office {
    font-weight: bold;
    color: #4D771D;
  }
  .teamMember .bottom .right .content .contactInfo .contactInfo-right {
    display: none;
  }
  .teamMember .bottom .right .content .bioContent:before {
    content: "Bio";
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 4px solid #4D771D;
  }
  .teamMember .bottom .right .content .bioContent {
    margin: 50px 0 30px 0;
    padding: 0;
  }
  .teamMember .bottom .right .content .bioContent .accordion-container .item .header {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    border-bottom: 4px solid #4D771D;
  }
  .teamMember .bottom .right .content .bioContent .accordion-container .item .content {
    display: block;
    padding: 0 !important;
    background: none;
    width: 100%;
  }
  .teamMember .printOnly {
    display: block;
    position: relative;
  }
  .teamMember .printOnly .bioFooter:before {
    content: "";
    display: block;
    border-bottom: 220px solid #D9D9D9; /*see end of file for ie hacks*/
  }
  .teamMember .printOnly .bioFooter {
    page-break-before: always !important;
    position: relative;
    display: block;
    color: #000000 !important;
  }
  .teamMember .printOnly .bioFooter .left {
    padding: 20px 0 0 30px;
    margin: 0;
    width: 70%;
    margin-top: -220px;
    color: #000000 !important;
  }
  .teamMember .printOnly .bioFooter .left ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .teamMember .printOnly .bioFooter .left ul li {
    padding: 0;
    color: #000000 !important;
    margin-bottom: 10px;
  }
  .teamMember .printOnly .bioFooter .left ul li strong {
    color: #4D771D !important;
  }
  .teamMember .printOnly .bioFooter .right {
    text-align: right;
    padding: 0 30px 0 0;
    margin-top: -160px;
  }
  .teamMember .printOnly .bioFooter .right img {
    width: 160px;
  }
  .condoMicrosite .teamMember .bottom > .right > .content .contactInfo {
    position: relative !important;
    top: 0;
    left: 0;
  }
}
/* Overrides */
.sfPageEditor .RadDockZone {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}
.sfPageEditor .banner {
  padding: 0;
}
.sfPageEditor header {
  position: relative;
}
.sfPageEditor ul {
  list-style-type: none;
  margin: 0;
}
.sfPageEditor ul li:before {
  content: none;
  margin: 0;
}
.sfPageEditor.sfTemplateEditor nav.mobile {
  display: block !important;
  position: relative;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.sfPageEditor.sfTemplateEditor nav.mobile .mobileNav {
  max-height: 150px;
}
.sfPageEditor.sfTemplateEditor header {
  position: relative;
}
.sfPageEditor.sfTemplateEditor header .mobileHeader {
  display: block;
  position: initial;
}
.sfPageEditor.sfTemplateEditor .footer.fixed {
  position: initial;
}

/******************************
* IE11 Hacks ******************
******************************/
@media all and (-ms-high-contrast: none) {
  .hero .homeSlideshow .slide img {
    height: auto !important;
    top: -25%;
  }
}
/******************************
* Edge Hacks ******************
******************************/
@supports (-ms-ime-align: auto) {
  .hero .homeSlideshow .slide img {
    height: auto !important;
    top: -25%;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/master.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/ThirdParty/_fancybox.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/ThirdParty/_slick.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/ThirdParty/_slick-theme.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_reset.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_variables.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_placeholders.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_mixins.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_typography.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_global.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_navigation.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_navigation-mega.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_navigation-mobile.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_home.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_team.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_services.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_resources.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_sitefinity.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_contact.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_print.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_cmseditor-overrides.scss%22,%22file:///C:/Users/JTKent/Cubicle%2520Fugitive%2520Dropbox/jt%2520kent/Web%2520Development/_Sitefinity13.3%2520LTS/SVLaw/Styles/src/_ie-edge-hacks.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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;EACI;;AAIR;EACI;;AAEA;EACI;EACA;;AAQhB;EACI;IACI;;;AAKR;EACI;IACI;;;AAIR;EACI;IACI;IACA;;;AAIR;EACI;IACI;IACA;;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI,OJ1nDU;;AIooDd;EAEI,kBJtnDG;EIunDH;EACA;EACA;EACA;;AAIQ;EACI;EACA;;AAQZ;EACI;;AAEA;EACI,kBJtoDA;;AI2oDZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAKI;EACI;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAKZ;EACI;;AAEA;EACI;;AAIA;EACI,OJptDpB;;AIytDgB;EACI,OJ1tDpB;;AIkuDJ;EAGY;IACI;;EAEA;IACI;;EAEA;IACI;;EAIR;IACI;;;AAS5B;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAII;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;;AASR;EACI;EACA,OJ9xDJ;EI+xDI;;AAEA;EACI;;AAMhB;EACI;AAMA;;AAJA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAKA;EACI;EACA,OJ3zDJ;;AI+zDJ;EACI;;AAEA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;;AAEA;EACI;EACA,OJj1DJ;;AIu1DZ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAQI;EACI,OJ/2DJ;EIg3DI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA,OJr4DR;;AIu4DQ;EACI;EACA;EACA,OJ14DZ;;AIi5DQ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAQhB;EACI;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAEA;EACI;;AAEA;EACI;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;;AAQxB;EACI;;AAGJ;EACI;EACA;;AAGJ;EAGI;IACI;IACA;;EAGJ;IACI;;EAEA;IACI;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;;EAEA;IACI;IACA;;EAIR;IACI;IACA;IACA;;EAMZ;IACI;IACA;IACA;;EAIQ;IACI;;EAEA;IACI;;EAIR;IACI;IACA;;EAEA;IACI;;;AAQxB;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;;EAEA;IACI;IACA;;EAEA;IACI;IACA;;EAEA;IACI;IACA;IACA;;EAKZ;IACI;IACA;;EAIR;IACI;IACA;;EAEA;IACI;IACA;;;AAMhB;EACI;IACI;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;;;AAKZ;AAEI;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;;AAMJ;EACI;;AAKZ;EACI;IACI;IACA;IACA;IACA;IACA;;;;AAMhB;AAEI;EACI;EACA;EACA;EACA;;AAGI;EACI;;AAEA;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAMJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAOZ;EAEQ;IACI;;EAEA;IACI;IACA;;;;AASxB;EACI;;;AAGJ;EACI;;;AAIJ;AACA;AACA;AAMI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EAEA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YA3CM;EA4CN;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kBJvzEE;EIwzEF;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAUZ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA,OJj5EF;;AIq5EN;EACI,OJ15EA;EI25EA;EACA;;AAEA;EACI;;AAOZ;EACI;EACA,YAlKM;;AAsKd;EACI;IACI;IACA;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;;EAEA;IACI;IACA;;EAEA;IACI;IACA;IACA;;;;AAOxB;AACA;ACt9EA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;;AAKJ;EACI;;;AAIR;EACI;EACA;;AAEA;EAEI;;AAGJ;EACI,OLpCD;EKqCC;;;AAKR;EACI;;;AAGJ;AACA;EACI;EACA,kBLpBQ;;AKwBJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAIZ;AAAA;AAAA;AAAA;AAAA;EAKI;EACA;;AACA;AAAA;AAAA;AAAA;AAAA;EACI;EACA;EACA;EACA;;AACA;AAAA;AAAA;AAAA;AAAA;EACI;EACA;EACA;EACA;EACA;;;AAOhB;AACA;EHpFI;EGsFA;EACA;;AHrFA;EACI;EACA,QGiFa;EHhFb;EACA;;AACA;EACI;;AAGJ;EACI;;AG8EJ;EACI;EACA;EACA,gBLjBA;EKkBA;EACA;;AAGJ;EACI;EACA;EACA;;AAIA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;;;AAMZ;AACA;AAAA;EAGI;;AACH;AAAA;EACO;EACA;EACA;EACA;EACA;EACN,cLhJM;EKgJe;EAA0B;EACzC;EACA;;AACN;AAAA;AAAA;AAAA;EAEU;EACA;EACA;EACA;EACA;EACA;;AAGX;AAAA;EAAwB,cL7JjB;EK6JsC,kBL/JlC;;AKgKX;AAAA;EAAW;;;AAGZ;EACI;;;AAGJ;EAAW;;;AAEX;EACC;EACA,MLzHa;;AK0HZ;EACA;EACA;EACM,kBL/KI;;;AKoLZ;AACA;EACI;EACA;;AAEI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAEI;EACA;EACA;EACA;;AAIR;EACI;;AAOA;EACI;EACA;EACA,cLrNJ;;AKqOI;EACI;EAEA;EACA;;;AAOpB;AAEA;EACI;;AACA;EAEI;EACA,kBLxPD;EKyPC;EACA;EACA;;AAEJ;EAEI;;AAGJ;EACC;EACA;;;AAIL;AACA;EACI;;AACA;AAAA;EAGI;EACA;EACA,kBL/QI;EKgRJ,OLnPG;EKoPH;EACA;EACA;EACA;EACA;;AAEJ;AAAA;EAGI;EACA;EACA;;AAEJ;EAEC;EACG;EACA;;AAEJ;EAEE;EACD,kBLtRa;EKuRV;EACH;;;AAMJ;AACD;EAEC;EACG;EACH;EACA;EACA;;AAEG;EACI;;AACA;EAEI;EACA;EACA;;AACA;EACI;EACA;;AAGJ;EAAiB;;AACjB;EAEI;EACH;;AACG;EACI;EACA;EACA;EACA,kBL5TF;EK6TD;EACH;EACM,ML9RN;EK+RM;EACH;EACA;EACA;EACA;;AACG;EAAQ;;AACR;EACI;AACA;AAAA;;AAGJ;EACI;;AAEJ;EACI,OLnVR;EKoVK;EACG,kBLnUV;;AKsUE;EACI;EACI;EACH;EACG,kBL5VR;;AKiWJ;EACI;;;AAMf;AACD;EACI;EACA;;AACA;EACI;EACA,kBL5VM;;;AKgWd;AACA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EAEI;EACA;EACA;;AAGJ;EAGI;EAEA;EACA;EACA;EACA;;AAEA;EACI,OL9XL;EK+XK;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAOJ;EACI;;AAKZ;EACI;;AAGI;EACI;;AAMhB;EACI;EACA;;AAOR;EACI;;AAWR;EACI;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAGI;EACI;EACA;;AAMhB;EACI;;;AAMZ;AACA;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAGJ;EACI;;AAEA;EAEI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI,OL5iBT;EK6iBS;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;;AACA;EACA;;AAMR;EACI;;AAGJ;EACI,OL1kBb;EK2kBa;EACA;;AAGJ;EACI;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAOJ;EACI;;AAKZ;EACI,kBL3mBR;;AK8mBY;EACI;;AAMhB;EACI;EACA,kBLtnBH;;AK6nBL;EACI;;AAWR;EACI,kBL1mBG;;AK4mBH;EACI;;AAEA;EACI;EACA;EACA;;AAGI;EACI;EACA;;AAMhB;EACI;;;AAKZ;AACA;EACI;EACA;;AAEA;EACI;EACA,OL5qBD;EK6qBC;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AACA;EACI;EACA,aL9oBF;EK+oBE;EACA,kBLnsBT;EKosBS;EACA;EACA,YL/mBH;EKgnBG;EACA;EACA;;AACA;EACI,kBLxsBZ;;AKitBI;EACI;;AAOJ;EACI;;;AC3tBhB;AACA;AAGA;AACA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI,ON7CN;EM8CM;;AAIR;EACI,MNlBN;EMmBM;EACA;EACA,ONxEb;EMyEa;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI,ONpEN;EMqEM;;AAQI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAcZ;EACI,ONrHhB;EMsHgB;EACA;;AAEA;EACQ;EACA;;AAOZ;EACI;EACA;;AAIR;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGI;EACI,ON3KrC;;AM+K6B;EACI,ONhLjC;EMiLiC,MN9H1B;EM+H0B;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;;;AAa5C;EACI;;;AAGJ;EACI;;AAEA;EAEI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGA;EACI;;AAOJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGA;EJzJR,gBFNO;EEOP;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AIkJI;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAMR;EACI;EACA;EACA;EACA;;AAEA;EJxLR,gBFNO;EEOP;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AIiLI;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EJ9RR;;AAEA;EACI;EACA,QAL8B;EAM9B;EACA;;AACA;EACI;;AAGJ;EACI;;AIsRQ;EACI;EACA;;AAGJ;EACI;EACA;;AACA;EACI;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAUxB;EACI;EACA;EACA;EACA;;AAEA;EJlPR,gBFPO;EEQP;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AI4OA;EACI;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,kBN3WR;;AMgXI;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AC1X5B;EACI;EACA,YPmFS;EOlFT;;AAEA;EACI,OPwEe;;AOtEf;EAHJ;IAIQ,OPsEY;;;AOnEhB;EAPJ;IAQQ,OPmEU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A;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA,Ob9DD;Ea+DC;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAWR;EACI;;AAGJ;EACI;;;AAKR;EACI;;AACA;EXhFA;;AAEA;EACI;EACA,QW6EiB;EX5EjB;EACA;;AACA;EACI;;AAGJ;EACI;;AWuEJ;EAHJ;IXhFA;;EAEA;IACI;IACA,QWgFqB;IX/ErB;IACA;;EACA;IACI;;EAGJ;IACI;;EW0EA;IACI;;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;;;AAYJ;EACI;;AACA;EACI;EACA;;;AASZ;EACI,Ob9JJ;;;AcDR;EAEK;IAAQ;IAAW;;EACvB;IACC;;EAED;IACC;IACA;IACM;IACA;;EACN;IACC;;EAIA;IACC;;EAGD;IACC;IACA;;EAEA;IACC;IACA;;EAMD;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;AAIP;EAEC;IACC;;EAGD;IACC;IACA;IACA;;EAGD;IACC;IACA;;EAEA;IACC;IACA;IACA;;EAEA;IACC;;EAGD;IACC;IACA;IACA;IACA;IACA;IACA;IACA;;EAIF;IACC;IACA;IACA;IACA;IACA;;EAEA;IACC;IACA;;EAEA;IACC;;EAGD;IACC;;EAOH;IACC;IACA;IACA;IACA;;EAGD;IACC;IACA;IACA;;EAEA;IACC;;EAID;IACC;IACA;;EAEA;IACC;IACA;IACA;IACA;IACA;IACA;;EAEA;IACC;;EAEA;IACC;;EAIF;IACC;;EAMJ;IACC;IACA;IACA;;EAGC;IACC;IACA;IACA;IZxJF;;EAEA;IACI;IACA,QYqJe;IZpJf;IACA;;EACA;IACI;;EAGJ;IACI;;EY+IN;IACC;;EAEA;IACC;IACA,Od1KA;;Ec8KF;IACC;;EAIF;IACC;IACA;IACA;IACA;IACA;IACA;IACA;;EAGD;IACC;IACA;;EAEC;IACC;IACA;IACA;IACA;;EAGD;IACC;IACA;IACA;IACA;;EAQN;IACC;IACS;;EACT;IACC;IACA;IACA;;EAGD;IACa;IACZ;IACY;IACZ;;EACA;IACC;IACA;IACA;IACA;IACA;;EAEA;IACC;IACA;IACA;;EAEA;IACC;IACA;IACA;;EAEA;IACC;;EAMJ;IACC;IACA;IACA;;EAEA;IACC;;EAUJ;IACC;IACA;IACA;;;AnB3PH;AoBlBI;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAEA;EACI;EACA;;AASR;EACI;;;ACzDX;AAAA;AAAA;AAID;EAEI;IACI;IACA;;;AAMR;AAAA;AAAA;AAIA;EAEI;IACI;IACA%22%7D */