﻿* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html, body {
  color: #000000;
  font: normal 16px "Open Sans", Arial, sans-serif;
  /*base font size is 16px */ }

body {
  background-color: #fff; }

html, form, body {
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #00598D; }

p {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 18.2px;
  font-size: 0.875rem;
  line-height: 1.1375rem; }

li {
  font-size: 14px;
  line-height: 18.2px;
  font-size: 0.875rem;
  line-height: 1.1375rem; }

h1 {
  font-size: 36px;
  line-height: 36px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-family: "DIN Next W01 Regular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding-bottom: .25em; }

h2 {
  font-family: "DIN Next W01 Regular", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 31.2px;
  font-size: 1.625rem;
  line-height: 1.95rem;
  padding-bottom: .5em;
  margin: .5em 0 0 0; }

h3 {
  font-family: "DIN Next W01 Regular", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: .5em 0 0.8em 0; }
  h3 .subtle {
    color: #2e0105;
    font-size: 80%; }

h4 {
  font-family: "DIN Next W01 Regular", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 33.6px;
  font-size: 1.75rem;
  line-height: 2.1rem;
  padding-bottom: .5em;
  margin: .5em 0 0 0; }

a:link {
  color: #00598D;
  text-decoration: none; }

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

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

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

td {
  vertical-align: top; }

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 89, 139, 0), rgba(0, 89, 139, 0.75), rgba(0, 89, 139, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 89, 139, 0), rgba(0, 89, 139, 0.75), rgba(0, 89, 139, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 89, 139, 0), rgba(0, 89, 139, 0.75), rgba(0, 89, 139, 0));
  background-image: -o-linear-gradient(left, rgba(0, 89, 139, 0), rgba(0, 89, 139, 0.75), rgba(0, 89, 139, 0));
  margin: 2em 0;
  clear: both; }

strong {
  color: #00598D; }

#wrapper {
  /*Sticky Footer Items Below*/
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  /* This forces the backgrounds to continue to the size of the site (even with horizontal scrollbars) */
  min-width: 974px; }

.push {
  height: 60px; }

.stickyFooter {
  height: 60px;
  /* This forces the backgrounds to continue to the size of the site (even with horizontal scrollbars) */
  min-width: 974px; }

.innerWrapper {
  width: 974px;
  margin: 0 auto; }

.logo img {
  width: 100%; }

.hd {
  /*position:fixed;
	z-index:50;*/
  width: 100%;
  margin: 0 auto;
  background-color: #fff; }
  .hd .topNavWrapper {
    color: #00598D;
    font-size: 90%;
    line-height: 35px;
    text-transform: uppercase;
    padding: .5em 0; }
    .hd .topNavWrapper a {
      color: #fff; }
    .hd .topNavWrapper .topNav {
      margin-top: 1em; }
  .hd .mainNavWrapper {
    padding: 0; }

.breadCrumbWrapper {
  width: 100%;
  margin-bottom: 1em;
  border-bottom: solid 1px #f3f3f3; }
  .breadCrumbWrapper .innerWrapper {
    text-align: right; }
    .breadCrumbWrapper .innerWrapper .breadCrumb {
      display: block;
      text-align: right;
      font-size: .7em;
      color: #777;
      width: 100%;
      margin: .7em 0 1.5em 0; }

.search {
  text-align: right; }
  .search .k-autocomplete .k-input, .search .k-dropdown-wrap .k-input, .search .k-numeric-wrap .k-input, .search .k-picker-wrap .k-input, .search .k-selectbox .k-input, .search .k-textbox > input {
    width: 85%;
    height: 24px;
    border: solid 1px #00598D;
    padding: 0 26px 0 5px;
    float: right;
    font-size: 80%; }
  .search .k-autocomplete {
    border-width: 0 !important; }
  .search .k-input.searchText {
    border: solid 1px #00598D;
    height: 24px;
    width: 90%;
    padding-left: 10px;
    text-transform: uppercase; }
  .search .searchBtn {
    width: 26px;
    height: 26px;
    background: #00598D url(../CFImages/SocialSprites.fw.png) no-repeat;
    display: inline-block;
    background-position: -434px 0px;
    border: none;
    float: right; }
  .search .searchBtn:hover {
    background-color: #0079c0; }

.banner {
  min-height: 350px; }

/*@media screen and (min-width: 1000px){

.backstretch img {top:-150px !important;}
.practiceAreasWrapper .backstretch img {top:inherit !important;}
}
*/
.bd {
  /* Unordered Lists */
  /* Ordered Lists */
  /*.bd h1 + h2{ margin-top:-1em; }*/ }
  .bd p {
    font-size: 14px;
    line-height: 21px;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-bottom: 1em; }
  .bd ul {
    list-style-type: none;
    margin: 0 0 1em 0; }
    .bd ul li {
      list-style-type: none;
      background: url(../CFImages/list_bullet.png) no-repeat 0px 5px;
      padding-left: 1.75em;
      font-size: 14px;
      line-height: 21px;
      font-size: 0.875rem;
      line-height: 1.3125rem; }
      .bd ul li ul {
        margin: 0; }
      .bd ul li ul li {
        padding-bottom: .3em; }
      .bd ul li ol {
        margin: 0;
        list-style-type: decimal;
        list-style-position: inside; }
      .bd ul li ol li {
        padding-left: 1.0em;
        background: none; }
  .bd ol {
    list-style-type: decimal;
    margin: 0;
    list-style-position: inside;
    text-indent: -1.75em;
    padding-left: 1.75em; }
    .bd ol li {
      font-size: 16px;
      line-height: 24px;
      font-size: 1rem;
      line-height: 1.5rem;
      padding-bottom: 1em; }
      .bd ol li ul {
        margin: 0 1em;
        text-indent: 0; }
      .bd ol li ul li {
        text-indent: 0;
        padding-bottom: .3em; }
      .bd ol li ol {
        margin: 0;
        list-style-type: decimal;
        list-style-position: inside; }
      .bd ol li ol li {
        padding-left: 1.0em;
        background: none; }
    .bd ol ul {
      margin: 1em;
      text-indent: 0; }
    .bd ol ul li {
      text-indent: 0;
      padding-bottom: .3em; }
  .bd h3 + h1 {
    margin-top: .3em; }
  .bd h3 + h2 {
    margin-top: .3em; }
  .bd .mainContent {
    padding: 20px 0; }
  .bd .mainContent > .sf_colsIn:first-child {
    padding-right: 30px;
    margin-right: 10px; }
  .bd .mainContent fieldset {
    margin: 0;
    padding: 15px;
    border: 1px solid #9DC0E6; }
  .bd .mainContent fieldset label {
    color: #91040f;
    font-size: 95%; }
  .bd .mainContent fieldset legend {
    font-size: 165%;
    color: #CC0A00;
    margin: 5px;
    padding: 4px; }
  .bd .rightContent {
    margin-top: 20px;
    border-left: 1px solid #ccc; }
    .bd .rightContent h2 {
      color: #333333; }
  .bd a.paMenuLink:link,
  .bd a.paMenuLink:visited {
    padding-left: 20px;
    background: url(../CFImages/arrowLink.png) no-repeat left;
    color: #00598D; }
  .bd a.paMenuLink:hover,
  .bd a.paMenuLink:active {
    padding-left: 20px;
    background: url(../CFImages/arrowLink.png) no-repeat left;
    color: #91040f; }

.stickyFooter .ft {
  /*position:fixed;*/
  width: 100%;
  z-index: 2;
  padding: 20px 0;
  text-align: center; }
  .stickyFooter .ft p {
    font-size: 70%;
    margin-bottom: 0; }
  .stickyFooter .ft a:link,
  .stickyFooter .ft a:visited,
  .stickyFooter .ft a:active {
    color: #00598D;
    text-decoration: underline; }
  .stickyFooter .ft a:hover {
    color: #91040f; }

.stickyFooter .cubicle {
  display: none; }

.shareThisContainer {
  display: none; }
  .shareThisContainer .shareaholic-share-button {
    display: list-item !important; }

.TGFPlusWrapper {
  position: absolute;
  right: -50px;
  bottom: -150px; }

.TGFPlus {
  background: #00598D;
  height: 220px;
  position: relative;
  width: 30px;
  animation: pulse 25s ease infinite; }

.TGFPlus:after {
  background: #00598D;
  content: "";
  height: 30px;
  left: -95px;
  position: absolute;
  top: 90px;
  width: 220px; }

.TGFPlusWrapper.small {
  bottom: inherit;
  right: inherit;
  left: -25px; }
  .TGFPlusWrapper.small .TGFPlus {
    height: 100px;
    width: 12px; }
  .TGFPlusWrapper.small .TGFPlus:after {
    content: "";
    height: 12px;
    left: -45px;
    top: 44px;
    width: 100px; }

.TGFPlusWrapper.smallest {
  bottom: inherit;
  right: inherit;
  left: -16px;
  top: -30px; }
  .TGFPlusWrapper.smallest .TGFPlus {
    height: 40px;
    width: 4px; }
  .TGFPlusWrapper.smallest .TGFPlus:after {
    content: "";
    height: 4px;
    left: -19px;
    top: 18px;
    width: 40px; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  95% {
    transform: scale(1.01); }
  96% {
    transform: scale(1.1); }
  97% {
    transform: scale(1.01); }
  100% {
    transform: scale(1); } }

.titleWrapper {
  margin-bottom: 2em; }
  .titleWrapper .TGFPlus {
    margin-top: -157px; }
  .titleWrapper h1 {
    text-align: right; }
  .titleWrapper .sf_3cols_3_33 > .sf_colsIn {
    margin: 20px 0px 0px 30px; }

/* ### Content Pages */
.contentWrapper {
  background-color: rgba(255, 255, 255, 0.9);
  color: #00598D;
  padding: 2em; }

/* ### HOME ### */
.rev_slider_wrapper p, .rev_slider_wrapper h3 {
  white-space: normal !important; }

.rev_slider_wrapper .baseImage img {
  width: 100% !important; }

.rev_slider_wrapper .cycleButtons {
  display: none; }

.homeWrapper {
  padding-top: 7em; }
  .homeWrapper h3 {
    font-size: 16px;
    line-height: 20.8px;
    font-size: 1rem;
    line-height: 1.3rem;
    margin: 0.4em 0; }
  .homeWrapper .leftContentWrapper {
    background-color: rgba(255, 255, 255, 0.9);
    color: #00598D;
    padding: 2em;
    text-align: right; }
  .homeWrapper .rightContentWrapper {
    margin-top: 40px !important; }

.homeCasesWrapper, .homeNewsWrapper {
  background: url(../CFImages/bg_texture.png); }
  .homeCasesWrapper h2, .homeNewsWrapper h2 {
    white-space: nowrap !important;
    width: 100%; }
  .homeCasesWrapper .flexRow, .homeNewsWrapper .flexRow {
    width: 974px; }
    .homeCasesWrapper .flexRow h3, .homeNewsWrapper .flexRow h3 {
      font-size: 16px;
      line-height: 20.8px;
      font-size: 1rem;
      line-height: 1.3rem;
      margin: 0; }
    .homeCasesWrapper .flexRow .flexItem, .homeNewsWrapper .flexRow .flexItem {
      margin-bottom: 3em; }
      .homeCasesWrapper .flexRow .flexItem .datesWrapper, .homeNewsWrapper .flexRow .flexItem .datesWrapper {
        line-height: 22px !important; }

.homePrecedentWrapper {
  position: relative;
  padding-top: 13em; }
  .homePrecedentWrapper p, .homePrecedentWrapper h2 {
    white-space: normal !important; }
  .homePrecedentWrapper h3 {
    color: #fff;
    font-size: 24px; }
  .homePrecedentWrapper .titleWrapper {
    margin-left: 240px; }

/* #### About #### */
.contentWrapper .RadTabStripTop_Metro .rtsLevel {
  clear: none; }
  .contentWrapper .RadTabStripTop_Metro .rtsLevel .rtsLink {
    font-size: 26px;
    line-height: 31.2px;
    font-size: 1.625rem;
    line-height: 1.95rem; }
  .contentWrapper .RadTabStripTop_Metro .rtsLevel .rtsLink.rtsSelected {
    background-color: transparent;
    color: #000000; }

.aboutWrapper {
  position: relative;
  min-height: 680px; }
  .aboutWrapper p {
    color: #000; }
  .aboutWrapper .TGFPlus {
    float: left;
    margin-top: -140px; }
  .aboutWrapper .contentWrapper {
    width: 600px;
    position: relative;
    margin: 250px 0 0 50px; }

.communityWrapper {
  position: relative;
  min-height: 680px; }
  .communityWrapper p {
    color: #000; }
  .communityWrapper .TGFPlus {
    float: left;
    margin-top: -140px;
    margin-left: 150px; }
  .communityWrapper .contentWrapper {
    width: 700px;
    position: relative;
    margin: 270px 0 0 200px; }
  .communityWrapper .globalIniativesWrapper {
    overflow: auto; }
    .communityWrapper .globalIniativesWrapper ul li {
      display: inline-block;
      width: 200px; }
    .communityWrapper .globalIniativesWrapper img {
      width: 100%; }

.cycleButtons {
  position: relative; }
  .cycleButtons #prev {
    position: absolute;
    top: 50px;
    left: -50px;
    background: url(../CFimages/arrowSpriteSmall_Left.png) no-repeat 100% 0;
    height: 25px;
    width: 25px;
    z-index: 200; }
  .cycleButtons #next {
    position: absolute;
    top: 50px;
    right: -40px;
    background: url(../CFimages/arrowSpriteSmall_Right.png) no-repeat 100% 0;
    height: 25px;
    width: 25px;
    z-index: 200; }

.slick-slider button {
  color: transparent;
  position: absolute;
  top: 50px;
  height: 25px;
  width: 25px;
  z-index: 200;
  border: 0;
  outline: none;
  cursor: pointer;
  display: none; }

.slick-slider button.slick-prev {
  position: absolute;
  left: -50px;
  background: url(../CFimages/arrowSpriteSmall_Left.png) no-repeat 100% 0; }

.slick-slider button.slick-next {
  right: -40px;
  background: url(../CFimages/arrowSpriteSmall_Right.png) no-repeat 100% 0; }

.slick-slider .item {
  padding: 0 20px; }

.slick-slider .datesWrapper {
  overflow: hidden;
  text-align: center; }

.slick-slider .datesWrapper:before,
.slick-slider .datesWrapper:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%; }

.slick-slider .datesWrapper:before {
  right: 1em;
  margin-left: -50%; }

.slick-slider .datesWrapper:after {
  left: 1em;
  margin-right: -50%; }

.awardsWrapper {
  padding: 2em 0;
  background-color: #00598D;
  color: #fff; }
  .awardsWrapper h3 a, .awardsWrapper h2, .awardsWrapper p {
    color: #fff; }
  .awardsWrapper h2 {
    text-align: center; }
  .awardsWrapper h3 {
    text-align: center;
    font-size: 20px; }
  .awardsWrapper .datesWrapper {
    font-size: 23px;
    color: #fff;
    padding: 10px 20px; }

.careersWrapper {
  padding: 2em 0; }

/* ### PRACTICE AREAS: The main wrapper for PA Master List Views */
.practiceAreasWrapper .textContent {
  margin-top: 50px;
  width: 440px; }

.practiceAreasWrapper .innerContentWrapper {
  margin: 0;
  background: url(../CFImages/transparent_black_bg.png); }

.practiceAreasWrapper .innerContentWrapper:hover {
  background: url(../CFImages/transparent_blacker_bg.png); }

.practiceAreasWrapper a, .practiceAreasWrapper li, .practiceAreasWrapper h2, .practiceAreasWrapper h3, .practiceAreasWrapper p {
  color: #fff; }

.practiceAreasWrapper h1 {
  font-size: 46px;
  line-height: 46px;
  font-size: 2.875rem;
  line-height: 2.875rem; }

.practiceAreasWrapper .paLeft {
  text-align: right; }
  .practiceAreasWrapper .paLeft h1 {
    margin-right: 1em; }
  .practiceAreasWrapper .paLeft .textContent {
    float: right;
    margin-right: 50px; }

.practiceAreasWrapper .paRight h1 {
  margin-left: 1em; }

.practiceAreasWrapper .paRight .textContent {
  float: left;
  margin-left: 50px; }

.practiceAreasWrapper .TGFPlus {
  top: 30%;
  left: 50%;
  position: absolute;
  z-index: 5;
  margin-left: -15px; }

/* ### PRACTICE AREAS: The main wrapper for all Detail Views (ie: individual items) */
.practiceAreaWrapper {
  position: relative; }

/* ### PEOPLE: The main wrapper for People Master List Views */
.mosaic-block {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  min-height: 240px;
  /*only need this while we have different photos*/ }

.mosaic-backdrop {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff; }

.mosaic-overlay {
  display: none;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: .5em;
  text-align: center; }

.cover .mosaic-overlay {
  bottom: -110px;
  height: 160px;
  background-color: #00598b;
  background-blend-mode: overlay; }

.cover .mosaic-overlay:hover {
  background-color: #00598b;
  background-blend-mode: overlay; }

.ReadBioBtn {
  background-color: #777777;
  cursor: pointer; }

.mosaic-overlay a, .mosaic-overlay p, .mosaic-overlay h3 {
  color: #fff; }

.mosaic-overlay h3 {
  font-size: 14px; }

/*	.mosaic-overlay h3::first-letter {
			padding-top:.5em;
			padding-left:10px;
			background: url(../CFImages/icon_plus_white_larger.png) no-repeat ;
		}*/
.mosaic-overlay p {
  font-size: 14px; }

.mosaic-overlay p a.CFButton {
  margin-top: 5px; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* ############ Kendo Dropdown ################*/
.k-animation-container {
  background-color: #ffffff; }

.k-state-selected.k-state-focused {
  background-color: #00598D !important;
  border: solid 1px #00598D !important;
  color: #ffffff !important; }

.k-popup .k-list .k-state-hover, .k-popup .k-list .k-state-focused, .k-popup .k-list .k-state-selected, .k-overflow-container .k-state-hover, .k-overflow-container .k-state-focused, .k-overflow-container .k-state-selected, .k-fieldselector .k-list .k-item {
  padding: 0 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #00598D;
  background-color: #00598D;
  color: #ffffff; }

#options {
  border-bottom: solid 3px #CCCCCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: right; }
  #options #sort-direction {
    margin-top: 10px; }
  #options a {
    color: #00598D; }
  #options .k-dropdown {
    width: 98%;
    border: 1px solid #777777;
    background-color: #ffffff;
    margin: 1em 0;
    padding: .5em;
    font-size: 14px;
    color: #777777;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 40%;
    text-align: left; }
  #options .k-textbox, #options .k-autocomplete, #options .k-dropdown-wrap, #options .k-picker-wrap, #options .k-numeric-wrap {
    border: none; }
  #options .k-icon, #options .k-tool-icon, #options .k-grouping-dropclue, #options .k-drop-hint, #options .k-callout, #options .k-progress, #options .k-progress-status {
    height: 25px;
    width: 25px;
    background: #00598D url(../CFImages/SocialSprites.fw.png) no-repeat -434px 0px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  #options .k-icon:hover {
    background-color: #0079c0 !important; }

.peopleWrapper {
  /* THIS IS FOR THE PHOTO GALLERY LISTING */ }
  .peopleWrapper #pnlPerson {
    height: 320px; }
  .peopleWrapper .photoGalleryItem {
    margin: 0 5px 10px 5px; }
    .peopleWrapper .photoGalleryItem img {
      width: 100%; }

.practiceArea .photoGalleryItem {
  height: 291px; }

/* ### PERSON: The main wrapper for individual person */
.personWrapper {
  /* The rest of the content uses the same wrappers as the master list views */ }
  .personWrapper .printWrapper {
    display: none; }
  .personWrapper .leftContent {
    padding-right: 30px;
    margin-top: 3em;
    color: #000000; }
  .personWrapper .mainContent {
    padding-left: 50px;
    padding-top: 80px; }
  .personWrapper .personContactWrapper {
    z-index: 5;
    position: relative; }
    .personWrapper .personContactWrapper .profileContact {
      background-color: #fff;
      color: #000000;
      width: 300px;
      height: 180px;
      padding: 30px !important;
      position: relative;
      top: -10px; }
      .personWrapper .personContactWrapper .profileContact a {
        color: #000000; }
      .personWrapper .personContactWrapper .profileContact h1 {
        font-size: 24px;
        line-height: 36px;
        font-size: 1.5rem;
        line-height: 2.25rem;
        line-height: 1.1em; }
      .personWrapper .personContactWrapper .profileContact .socialMedia {
        text-align: left; }
        .personWrapper .personContactWrapper .profileContact .socialMedia a {
          margin: 0 5px 0 0; }
  .personWrapper .awardBadgesWrapper {
    text-align: right;
    margin-top: 20px; }
    .personWrapper .awardBadgesWrapper img {
      max-width: 200px; }
  .personWrapper .blogsWrapper .itemWrapper,
  .personWrapper .casesWrapper .itemWrapper,
  .personWrapper .eventsWrapper .itemWrapper,
  .personWrapper .newsWrapper .itemWrapper,
  .personWrapper .resourcesWrapper .itemWrapper,
  .personWrapper .publicationsWrapper .itemWrapper,
  .personWrapper .publicationGroupsWrapper .itemWrapper {
    margin: 13px 0 13px; }
  .personWrapper .blogsWrapper .flexRow,
  .personWrapper .casesWrapper .flexRow,
  .personWrapper .eventsWrapper .flexRow,
  .personWrapper .newsWrapper .flexRow,
  .personWrapper .resourcesWrapper .flexRow,
  .personWrapper .publicationsWrapper .flexRow,
  .personWrapper .publicationGroupsWrapper .flexRow {
    margin: 0; }

.filterSearchBox {
  height: 35px; }
  .filterSearchBox .searchText {
    border: solid #00598D 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0px 0px 0 10px;
    height: 35px;
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 100;
    width: 100%; }

.t-no-flexbox .flexItem {
  width: 33%;
  float: left;
  height: 400px;
  overflow: hidden;
  margin-bottom: 2em; }

/* ### These are the main wrappers for all Master List Views */
.blogsWrapper,
.casesWrapper,
.eventsWrapper,
.newsWrapper,
.resourcesWrapper,
.publicationsWrapper,
.publicationGroupsWrapper {
  clear: both; }
  .blogsWrapper .flexRow,
  .casesWrapper .flexRow,
  .eventsWrapper .flexRow,
  .newsWrapper .flexRow,
  .resourcesWrapper .flexRow,
  .publicationsWrapper .flexRow,
  .publicationGroupsWrapper .flexRow {
    margin-bottom: 3em;
    clear: both; }
  .blogsWrapper .flexItem,
  .casesWrapper .flexItem,
  .eventsWrapper .flexItem,
  .newsWrapper .flexItem,
  .resourcesWrapper .flexItem,
  .publicationsWrapper .flexItem,
  .publicationGroupsWrapper .flexItem {
    width: 33%;
    float: left; }
  .blogsWrapper h2,
  .casesWrapper h2,
  .eventsWrapper h2,
  .newsWrapper h2,
  .resourcesWrapper h2,
  .publicationsWrapper h2,
  .publicationGroupsWrapper h2 {
    margin: 2em 0 1em 0; }
  .blogsWrapper .itemWrapper,
  .casesWrapper .itemWrapper,
  .eventsWrapper .itemWrapper,
  .newsWrapper .itemWrapper,
  .resourcesWrapper .itemWrapper,
  .publicationsWrapper .itemWrapper,
  .publicationGroupsWrapper .itemWrapper {
    border: 1px solid #00598D;
    margin: 0 2em 4em 0;
    height: 100%; }
    .blogsWrapper .itemWrapper .itemContentWrapper,
    .casesWrapper .itemWrapper .itemContentWrapper,
    .eventsWrapper .itemWrapper .itemContentWrapper,
    .newsWrapper .itemWrapper .itemContentWrapper,
    .resourcesWrapper .itemWrapper .itemContentWrapper,
    .publicationsWrapper .itemWrapper .itemContentWrapper,
    .publicationGroupsWrapper .itemWrapper .itemContentWrapper {
      padding: 20px;
      overflow: auto;
      /* This forces any floating div to stay contained inside the wrapper */
      position: relative; }
      .blogsWrapper .itemWrapper .itemContentWrapper .datesWrapper,
      .casesWrapper .itemWrapper .itemContentWrapper .datesWrapper,
      .eventsWrapper .itemWrapper .itemContentWrapper .datesWrapper,
      .newsWrapper .itemWrapper .itemContentWrapper .datesWrapper,
      .resourcesWrapper .itemWrapper .itemContentWrapper .datesWrapper,
      .publicationsWrapper .itemWrapper .itemContentWrapper .datesWrapper,
      .publicationGroupsWrapper .itemWrapper .itemContentWrapper .datesWrapper {
        color: #00598D;
        font-style: italic;
        padding: 0 0 .5em 0;
        font-size: 90%; }
  .blogsWrapper .itemWrapper:hover,
  .casesWrapper .itemWrapper:hover,
  .eventsWrapper .itemWrapper:hover,
  .newsWrapper .itemWrapper:hover,
  .resourcesWrapper .itemWrapper:hover,
  .publicationsWrapper .itemWrapper:hover,
  .publicationGroupsWrapper .itemWrapper:hover {
    background-color: #f1f1f1; }
  .blogsWrapper .metaTags,
  .casesWrapper .metaTags,
  .eventsWrapper .metaTags,
  .newsWrapper .metaTags,
  .resourcesWrapper .metaTags,
  .publicationsWrapper .metaTags,
  .publicationGroupsWrapper .metaTags {
    display: block;
    margin-top: 20px;
    /* (Tag Icon) */ }
    .blogsWrapper .metaTags ul li,
    .casesWrapper .metaTags ul li,
    .eventsWrapper .metaTags ul li,
    .newsWrapper .metaTags ul li,
    .resourcesWrapper .metaTags ul li,
    .publicationsWrapper .metaTags ul li,
    .publicationGroupsWrapper .metaTags ul li {
      list-style-type: none;
      list-style-image: none;
      background: none;
      display: inline; }
    .blogsWrapper .metaTags a.tag,
    .casesWrapper .metaTags a.tag,
    .eventsWrapper .metaTags a.tag,
    .newsWrapper .metaTags a.tag,
    .resourcesWrapper .metaTags a.tag,
    .publicationsWrapper .metaTags a.tag,
    .publicationGroupsWrapper .metaTags a.tag {
      padding: 5px 5px 5px 25px;
      background: url(../CFImages/icon_tag.png) no-repeat 5px;
      margin-right: 5px; }

/* ### These are the main wrappers for all Detail Views (ie: individual items) */
.blogPost,
.case,
.event,
.newsItem,
.resource,
.publication {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 20px 0;
  position: relative; }
  .blogPost .itemTitleWrapper,
  .case .itemTitleWrapper,
  .event .itemTitleWrapper,
  .newsItem .itemTitleWrapper,
  .resource .itemTitleWrapper,
  .publication .itemTitleWrapper {
    border: solid 1px #00598D;
    padding: 1.5em;
    margin: 2em 0; }
  .blogPost .datesWrapper,
  .case .datesWrapper,
  .event .datesWrapper,
  .newsItem .datesWrapper,
  .resource .datesWrapper,
  .publication .datesWrapper {
    color: #00598D;
    font-style: italic;
    padding: 0 0 .5em 0; }
  .blogPost .relatedPeopleWrapper,
  .case .relatedPeopleWrapper,
  .event .relatedPeopleWrapper,
  .newsItem .relatedPeopleWrapper,
  .resource .relatedPeopleWrapper,
  .publication .relatedPeopleWrapper {
    margin-bottom: 20px; }
    .blogPost .relatedPeopleWrapper .personItem,
    .case .relatedPeopleWrapper .personItem,
    .event .relatedPeopleWrapper .personItem,
    .newsItem .relatedPeopleWrapper .personItem,
    .resource .relatedPeopleWrapper .personItem,
    .publication .relatedPeopleWrapper .personItem {
      margin-bottom: 20px;
      border-bottom: 1px solid #91040f; }
  .blogPost .metaCategories,
  .case .metaCategories,
  .event .metaCategories,
  .newsItem .metaCategories,
  .resource .metaCategories,
  .publication .metaCategories {
    display: inline; }
    .blogPost .metaCategories ul li,
    .case .metaCategories ul li,
    .event .metaCategories ul li,
    .newsItem .metaCategories ul li,
    .resource .metaCategories ul li,
    .publication .metaCategories ul li {
      list-style-type: none;
      list-style-image: none;
      background: none;
      display: inline; }
  .blogPost .metaTags,
  .case .metaTags,
  .event .metaTags,
  .newsItem .metaTags,
  .resource .metaTags,
  .publication .metaTags {
    display: block;
    /* (Tag Icon) */ }
    .blogPost .metaTags ul li,
    .case .metaTags ul li,
    .event .metaTags ul li,
    .newsItem .metaTags ul li,
    .resource .metaTags ul li,
    .publication .metaTags ul li {
      list-style-type: none;
      list-style-image: none;
      background: none;
      display: inline; }
    .blogPost .metaTags a.tag,
    .case .metaTags a.tag,
    .event .metaTags a.tag,
    .newsItem .metaTags a.tag,
    .resource .metaTags a.tag,
    .publication .metaTags a.tag {
      padding: 5px 5px 5px 25px;
      background: url(../CFImages/icon_tag.png) no-repeat 5px;
      margin-right: 5px; }

/* ### QUICK CONTACT */
.quickContactTitle h2 {
  font-size: 30px;
  line-height: 45px;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  margin: 0;
  padding: 0;
  color: #111111; }

.quickContact .contactTop, .sfFormsEditor .contactTop {
  background-color: #000000; }
  .quickContact .contactTop h3, .sfFormsEditor .contactTop h3 {
    color: #fff;
    text-align: right; }
  .quickContact .contactTop p, .sfFormsEditor .contactTop p {
    color: #fff;
    font-size: 18px;
    vertical-align: bottom; }

.quickContact p, .quickContact .sfFormBox, .quickContact .sfFormDropdown, .quickContact .sfFormCheckboxlist, .sfFormsEditor p, .sfFormsEditor .sfFormBox, .sfFormsEditor .sfFormDropdown, .sfFormsEditor .sfFormCheckboxlist {
  margin: 0 0 24px 0; }
  .quickContact p span.required, .quickContact .sfFormBox span.required, .quickContact .sfFormDropdown span.required, .quickContact .sfFormCheckboxlist span.required, .sfFormsEditor p span.required, .sfFormsEditor .sfFormBox span.required, .sfFormsEditor .sfFormDropdown span.required, .sfFormsEditor .sfFormCheckboxlist 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, .quickContact .sfFormBox span.required:last-of-type, .quickContact .sfFormDropdown span.required:last-of-type, .quickContact .sfFormCheckboxlist span.required:last-of-type, .sfFormsEditor p span.required:last-of-type, .sfFormsEditor .sfFormBox span.required:last-of-type, .sfFormsEditor .sfFormDropdown span.required:last-of-type, .sfFormsEditor .sfFormCheckboxlist span.required:last-of-type {
      margin-bottom: 20px !important; }

.quickContact .sfError, .sfFormsEditor .sfError {
  color: #cc0000; }

.quickContact .sfExample, .sfFormsEditor .sfExample {
  font-size: 12px;
  color: #00598D; }

.quickContact input, .quickContact textarea, .quickContact select, .sfFormsEditor input, .sfFormsEditor textarea, .sfFormsEditor select {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  padding: 13px 10px 11px !important;
  font-style: normal !important;
  color: black !important;
  font-size: 18px !important;
  font-family: #000000 !important;
  font-weight: 400 !important;
  box-sizing: border-box !important;
  height: auto !important;
  border: 1px solid transparent !important;
  width: 100%;
  letter-spacing: 0.02em; }

.quickContact .RadInput, .sfFormsEditor .RadInput {
  width: 100% !important; }

.quickContact select, .sfFormsEditor select {
  width: calc(100%);
  padding: 12px 8px !important; }

.quickContact textarea, .sfFormsEditor textarea {
  padding: 12px 10px 20px !important;
  min-height: 100px; }

.quickContact input[type='checkbox'], .quickContact input[type="radio"], .sfFormsEditor input[type='checkbox'], .sfFormsEditor input[type="radio"] {
  width: inherit;
  margin-right: 10px; }

.quickContact .fieldLabel, .sfFormsEditor .fieldLabel {
  color: white;
  width: 100%;
  font-size: 12px;
  color: grey;
  margin-bottom: 1px !important;
  letter-spacing: 0.05em;
  display: block;
  text-transform: uppercase; }
  .quickContact .fieldLabel em, .sfFormsEditor .fieldLabel em {
    float: right;
    font-size: 10px; }

.quickContact .sfFormInstructions, .sfFormsEditor .sfFormInstructions {
  margin-top: 1em; }

.quickContact .sectionHeader, .sfFormsEditor .sectionHeader {
  background-color: #f1f1f1;
  padding: 1em;
  margin: 1em 0; }
  .quickContact .sectionHeader h2, .sfFormsEditor .sectionHeader h2 {
    font-size: 18px; }

.quickContact .sfFormCheckboxlist .sfTxtLbl, .sfFormsEditor .sfFormCheckboxlist .sfTxtLbl {
  display: none; }

.quickContact .submit .button, .sfFormsEditor .submit .button {
  margin-top: 15px; }

.sfFormsEditor input, .sfFormsEditor textarea, .sfFormsEditor select {
  border: 1px solid #000000 !important; }

#mapContainer {
  border: solid 1px #f1f1f1;
  padding: 5px; }

/* ### Classes */
.filterWrapper {
  padding: 10px;
  background: url(../CFImages/transparent_bg.png) repeat;
  margin-bottom: 10px; }

.QueryStringFilterWrapper {
  padding: 10px;
  margin-bottom: 10px; }

.viewMoreLinkContainer a.viewMoreLink {
  background: url(../CFImages/icon_circle_plus.png) no-repeat 100% 0;
  padding: 0 40px 4px 0;
  margin: 1em;
  text-align: right;
  display: block;
  font-size: 13px !important;
  line-height: 1.5em !important; }

.fullImageWrapper {
  min-height: 300px; }

.allItemsContainer {
  text-align: right;
  display: block;
  margin-bottom: 10px;
  clear: both; }
  .allItemsContainer a.allItemsLink {
    background-image: url(../CFImages/icon_circle_plus.png);
    background-repeat: no-repeat;
    padding: 2px 30px 4px 0; }
  .allItemsContainer a.allItemsLink:link,
  .allItemsContainer a.allItemsLink:visited,
  .allItemsContainer a.allItemsLink:active {
    background-position: 100% 0px; }
  .allItemsContainer a.allItemsLink:hover {
    background-position: 100% -25px; }

.required {
  color: #91040f; }

span.highlight,
.highlight {
  color: #91040f; }

.lowlight {
  font-weight: normal;
  font-size: 80%; }

.blockImg {
  display: block;
  margin: 0; }

img.border, .border img {
  border: solid 1px #e1e1e1;
  background-color: #F1f1f1;
  padding: 3px; }

img.baseImage, .baseImage img {
  display: block;
  width: 100%; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.darkBorder {
  border-top: solid 6px #999999;
  clear: both;
  padding: 1em 0 1.5em; }

.lightBorder {
  border-top: solid 6px #e1e1e1;
  clear: both;
  padding: 1em 0 1.5em; }

.firstParagraphHighlight p:first-child, p.firstParagraphHighlight {
  font-weight: bold;
  color: #00598D;
  font-size: 1.2em;
  line-height: 1.4em; }

/* ### Button Styles */
.CFButton {
  display: inline-block;
  color: #ffffff !important;
  padding: .5em 1em;
  text-decoration: none;
  font-size: 90%;
  font-weight: bold;
  background: #333; }

.CFButton:hover {
  background: #000; }

/* ### AODA */
/* To control the AODA SkipToContent */
#skiptocontent {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px; }

/* To control the AODA Required Labels */
.AODALabel {
  width: 0% !important;
  display: none !important; }

/* Scroll to top button */
.scrollToTop {
  z-index: 999999;
  padding: 10px;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  color: #ffffff !important;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: none;
  background-color: #00598D;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px; }

.scrollToTop:hover {
  background-color: #777777; }

/* ### SOCIAL LINKS */
/* Social Links in headerTopWrapper and social share buttons */
.bd .RadSocialShare_Default {
  border: none; }

.bd .RadSocialShare_Default ul {
  margin-left: 0; }

.bd .RadSocialShare_Default ul li {
  padding-left: 0; }

/* ### SOCIAL LINKS */
/* Social Links in headerTopWrapper and social share buttons */
.bd .RadSocialShare_Default {
  border: none; }

.bd .RadSocialShare_Default ul {
  margin-left: 0; }

.bd .RadSocialShare_Default ul li {
  padding-left: 0;
  background: none; }

/* Reset the Social Share Styles */
.RadSocialShare,
.RadSocialShare_Default {
  background: transparent none;
  border: none;
  padding: 0;
  margin: 0; }

.socialMedia {
  text-align: right; }
  .socialMedia p {
    margin: 0; }
  .socialMedia ul li {
    background: none !important;
    padding-right: 4px; }

.socialMedia a,
.socialLinks .sshIcon {
  background: url(../CFImages/SocialSprites.fw.png) no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #00598D;
  margin-left: 5px;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  overflow: visible; }

.socialMedia.largeIcons {
  float: right; }

.socialMedia.largeIcons a {
  background-color: transparent;
  float: right; }

.socialMedia a img {
  float: right; }

.socialMedia a.facebook:hover,
a.sshLinkItem:hover .sshShareOnFacebook {
  background-color: #00598D; }

.socialMedia a.facebook,
a.sshLinkItem .sshShareOnFacebook {
  background-position: 0 0; }

.socialMedia a.linkedin:hover,
a.sshLinkItem:hover .sshLinkedIn {
  background-color: #0079c0; }

.socialMedia a.linkedin,
a.sshLinkItem .sshLinkedIn {
  background-position: -48px 0px; }

.socialMedia a.twitter:hover,
a.sshLinkItem:hover .sshShareOnTwitter {
  background-color: #0079c0; }

.socialMedia a.twitter,
a.sshLinkItem .sshShareOnTwitter {
  background-position: -98px 0px; }

.socialMedia a.gplus:hover {
  background-color: #0079c0; }

.socialMedia a.gplus {
  background-position: -167px -7px; }

.socialMedia a.youtube:hover {
  background-color: #0079c0; }

.socialMedia a.youtube {
  background-position: -216px -7px; }

.socialMedia a.vcard:hover {
  background-color: #0079c0; }

.socialMedia a.vcard {
  background-position: -253px 0px; }

.socialMedia a.home:hover {
  background-color: #0079c0; }

.socialMedia a.home {
  background-position: -470px 0px; }

.socialMedia a.print:hover {
  background-color: #0079c0; }

.socialMedia a.print {
  background-position: -300px 0px; }

.socialMedia.largeIcons a.print {
  background-position: -585px 0px; }

.socialMedia.largeIcons a.print:hover {
  background-position: -623px 0px;
  background-color: transparent; }

.socialMedia.largeIcons a.print {
  background-position: -585px 0px; }

.socialMedia.largeIcons a.share:hover {
  background-position: -543px 0px;
  background-color: transparent; }

.socialMedia.largeIcons a.share {
  background-position: -503px 0px; }

.li-connect-widget a.li-connect-link span.li-connect-mark {
  background: none !important;
  display: block !important; }

/*table styles with responsive*/
.defaultTable {
  margin: 1em 0;
  min-width: 300px;
  color: #000000;
  overflow: hidden; }
  .defaultTable a {
    color: #000000; }
  .defaultTable th, .defaultTable td {
    margin: .5em 1em; }
    @media (min-width: 480px) {
      .defaultTable th, .defaultTable td {
        padding: 1em !important; } }
  .defaultTable th, .defaultTable td:before {
    color: #000000;
    text-transform: uppercase; }
  .defaultTable tr {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #000000; }
  .defaultTable th {
    display: none; }
  .defaultTable td {
    display: block;
    padding-left: 5em; }
    .defaultTable td:first-child {
      padding-top: .5em; }
    .defaultTable td:last-child {
      padding-bottom: .5em; }
    .defaultTable td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 5em;
      margin-left: -5em;
      display: inline-block; }
      @media (min-width: 480px) {
        .defaultTable td:before {
          display: none; } }
  .defaultTable th, .defaultTable td {
    text-align: left; }
    @media (min-width: 480px) {
      .defaultTable th, .defaultTable td {
        display: table-cell;
        padding: .25em .5em; }
        .defaultTable th:first-child, .defaultTable td:first-child {
          padding-left: 0; }
        .defaultTable th:last-child, .defaultTable td:last-child {
          padding-right: 0; } }

/* ### Responsive Only styles */
.mobileNav, .mobileNavFooter {
  display: none; }

.forcedHide {
  display: none !important; }

.hideOnDesktop {
  display: none; }

.hideOnMobile {
  display: block; }

td.hideOnMobile {
  display: inline-block; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.scroll-pane {
  min-height: 240px;
  max-height: 300px; }

.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspPane p {
  padding-right: 20px; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #ccc;
  position: relative; }

.jspDrag {
  background: #bbb;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #00598D;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

@media print {
  * {
    /*background: transparent !important;*/
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /* a[href]:after {
    content: " (" attr(href) ")";
}
*/
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
    * Don't show links that are fragment identifiers,
    * or use the `javascript:` pseudo protocol
     

a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
}
    */
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
 

blockquote{
	padding: 0 60px;text-align: justify;margin: 1em 0;font-size: 14px;
      line-height: 21px;
      font-size: 0.875rem;
      line-height: 1.3125rem;

}
 /*
    * Printing Tables:
    * http://css-discuss.incutio.com/wiki/Printing_Tables
    */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .no-print, .mainNav .RadMenu_CF, .search, .cubicle, .topNav, .rightContent, .socialLinks {
    display: none !important; }
  .logo {
    margin-bottom: 20px !important; }
  #wrapper {
    padding: 20px !important;
    min-width: inherit !important;
    width: 1100px !important; }
  .innerWrapper {
    width: 100% !important; }
  .stickyFooter {
    min-width: 100% !important; }
  .mainContent {
    width: 100% !important; }
  p, h1, h2, ul {
    font-size: 160%;
    line-height: 130%; }
  .banner {
    display: none !important; }
  .banner img {
    display: none !important; }
  .titleWrapper .TGFPlus {
    display: none !important; }
  .TGFPlusWrapper .TGFPlus {
    display: none !important; }
  /* For BIOS */
  .printImage {
    width: 1500px !important;
    position: relative !important;
    left: -200px !important; }
  .personWrapper .RadMultiPage .rmpHidden {
    display: block !important; }
  .personWrapper .mobileBioPhotoWrapper .mobileBioPhoto .backstretch {
    display: block !important; }
  .personWrapper .mobileBioPhotoWrapper .mobileBioPhoto .backstretch img {
    top: 0px !important; }
  .personWrapper .leftContent {
    display: none !important; }
  .personWrapper .printWrapper {
    display: block; }
  .personWrapper .itemWrapper {
    border: none !important; }
  .personWrapper li {
    background-image: none !important;
    position: relative;
    margin-bottom: 1em !important; }
  .personWrapper li:before {
    content: url(../CFImages/list_bullet.png);
    display: inline-block;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    position: absolute; }
  .personWrapper .itemWrapper:before {
    content: url(../CFImages/list_bullet.png);
    float: left;
    position: relative;
    top: -5px; }
  .personWrapper .itemWrapper .itemContentWrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .personWrapper .itemWrapper .viewMoreLinkContainer {
    display: none; }
  .personWrapper .itemWrapper p {
    display: none; }
  .personWrapper .itemWrapper h3 {
    padding-top: 0 !important;
    margin: 0 !important;
    font-size: 16px;
    font-weight: normal !important; }
  /* End of For BIOS */
  /* For PAs*/
  .rmpHidden {
    display: block !important; }
  /* End of For PAS */ }
