
body {font-family: 'PT Sans', sans-serif; background-color: #fff; color: #58595b;}
h1,.h1,h2,.h2,h3,.h3,h4, .h4 {font-family: 'Raleway', serif;}
h1, .h1 {font-size: 2rem; font-weight: bold;}
h2, .h2 {font-size: 1.8rem; font-weight: bold;}
h3, .h3 {font-size: 1.6rem; font-weight: bold;}
h4, .h4 {font-size: 1.4rem; font-weight: bold;}
h5, .h5 {font-size: 1.3rem; font-weight: bold;}
h6, .h6 {font-size: 1.2rem; font-weight: bold;}


a {
  color: #002E66;
  transition: color .2s ease-in-out;
}

a:hover {
  color: #002E66;
  text-decoration: none;
}

hr {border-top: 1px solid }

#frmResume {
  margin: 10px auto;
  border: solid 1px #71787f;
  padding: 20px;
}

#frmResume .btn {
  margin-top: 20px;

}

.showOnLoad {
  display: none;
}

.valError {color: red; padding-top: 5px;}

/*
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/

body {
  font-size: 14px;
  line-height: 1.2;
}

/* --------------------------------------------------------
    Header
   -------------------------------------------------------- */

header {background: url(/images/tintWhite.png)}

.google_dropdown {
  padding: 6px 40px 7px 5px;
}
.translateSearch {
  position: absolute;
  top: 0px;
  right: 0px;
}
.searchIcon {
  padding: 5px 3px;
}

.mouseScroll {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;

  text-align: center;
  z-index: 3500;
  margin-top: 20px;
  }

  :hover.mouseScroll {
    cursor: pointer;
    animation-name: bounce;
    -moz-animation-name: bounce;
  }
.mouseScroll img {width: 20px; height: auto;}

/* --------------------------------------------------------
    Navigation
   -------------------------------------------------------- */

   header::after {
     content: "";
     position: absolute;
     width: 100%;
     height: 3px;
     left: 0;
     bottom: 0;
     background: url(/images/KeylineUnderNavigationTint.png) repeat-x;
   }

  .navbar {padding: .5rem 0;}

  a.nav-link {
    color: #002E66;
    font-size: 1.1rem;
  }
  .pageNav a.nav-link {
    color: #A2A9AD;
    border-bottom: solid 1px transparent;
  }
  a:hover.nav-link, a.nav-link.active {background-color: #fff;}
  .pageNav a:hover.nav-link,
  .pageNav a.nav-link.active {
    background-color: #fff;
    color: #04213A;
    border-bottom: solid 1px #04213A;

  }

  .pageNav .navbar {padding-bottom: 0;}
  .pageNav {border-bottom: solid 1px #A2A9AD;}

   .navbar-toggler {
    padding: .25rem 0rem;
    font-size: 1.5rem;
    color: #002E66;
  }

  #modalNav .nav-tabs .nav-link {border-top: none; border-left: none; border-right: none;}
  #modalNav.pageNav {border-bottom: none;}

  .submenu a.nav-link {font-size: 1.1rem;}

/* --------------------------------------------------------
    Header graphics/slideshow
   -------------------------------------------------------- */

.slideBackground.slick-slide {
  width: 100%;
  min-height: 250px;
}

.slideBackground:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/sliderTint.png);
}

.headerTitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-shadow: 0 0 1px #ccc;
}
.headerText {
  font-size: 1rem;
  font-weight: normal;
  text-shadow: 0 0 1px #ccc;
}

.slideText {z-index: 3500;}

.slideText .headerText {font-size: 1.1rem;}



.homeslideButtons {
  padding: 0;
  margin: 0px auto;
  position: relative;
  width: 100%;
  z-index: 2000;
}

.homeslideButtons button {
  font-family: Raleway, sans-serif;
  padding: .5em 0;
  border: none;
  background: transparent url(/images/buttonLocation.png) repeat-x top center;
  color: #002E66;
  width: 100%;
  margin: 5px 0px;
  font-size: 1.2rem;
}
.homeslideButtons button:hover {
  background-image: url(/images/buttonLocation-on.png);
  color: #fff;
}

.homeSlideText {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15%;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

.slick-slide img.amp {
  display: inline-block;
  max-width: 30px;
}

.bio_item {font-size: 1rem;letter-spacing: -.03em;}
.bioCard .row {background-color: #ebecec;}
:hover.bioCard .row {background-color: #e8e6d9; cursor: pointer;}

.slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 32px;
  height: 119px;
  display: block;
  border: none;
  text-indent: -9999px;
  z-index: 1000;
}

.slick-prev {
  position: absolute;
  left: 0;
  top: 40%;
  margin-top: -60px;
  background: url(/images/leftArrow.png) no-repeat;
}

:hover.slick-prev {
  background: url(/images/leftArrow-on.png) no-repeat;
}

.slick-next {
  position: absolute;
  right: 0;
  top: 40%;
  margin-top: -60px;
  background: url(/images/rightArrow.png) no-repeat;
}

:hover.slick-next {
  background: url(/images/rightArrow-on.png) no-repeat;
}


 .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
 }
 .slick-dots li {
    margin: 0 0px;
    line-height: 1;
  }

 .slick-dots button {
   width: 20px;
   height: 20px;
   border-radius: 50%;
   display: inline-block;
   background: transparent;
   margin: 0 3px;
   padding: 0;
   text-indent: -9999px;

  }

  .slick-dots li.slick-active button {
    background-color: #04213A;
  }

  .slick-dots button:focus {
    outline: none;
  }


  /* --------------------------------------------------------
    Modal
   -------------------------------------------------------- */
  #frmContact .form-control {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-top: solid 1px #fff;
    margin-bottom: 15px;
    color: #ECEBDF;
  }

  .emailResponse {
    margin: 2em 0.5em 1em;
    padding: 0.5rem 1rem;
    border: 2px solid transparent;
    color: #fff;
  }

  .emailResponse.success {
    border-color: #a1ffa1;
  }

  .emailResponse.error {
    border-color: #ea8b8b;
  }

  .valError {
    color: #ea8b8b;
    font-weight: bold;
    font-style: italic;
    font-size: .9em;
  }

  input.btnSubmit {
    background: #BAA069 url(/images/iconTouch.png) no-repeat left center;
    height: 40px;
    padding: 0;
    padding-left: 70px;
    padding-right: 20px;
    color: #fff;
    background-color: #BAA069;
    border: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 1.1rem;
  }

/* --------------------------------------------------------
    Modal
   -------------------------------------------------------- */
.modalBackground {background-color: #122e46; position: relative; margin: 0 autp;}
.modalBackground a.closeModal {background-color: rgb(0,0,0,0.5); color: #fff; font-size: 3rem; padding: 0 5px; line-height: 3.2rem;}


/* --------------------------------------------------------
    Footer
   -------------------------------------------------------- */

.footerTagline { font-size: 1.4rem;}
footer a {color: #ECEBDF;}
footer a:hover {color: #BAA069;}
footer .list-inline-item:not(:last-child) {margin-right: 0; margin-bottom: 3px;}
a.tkg {color: #757575;}

/* --------------------------------------------------------
    HOME
   -------------------------------------------------------- */
.slick {
  display: none;
}

   .sectionTextTitle {
     font-family: Raleway, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

#homeWhoWeAre,
#homeWhatWeDo,
#homeslider,
#homeNews {
  font-size: 1.5rem;
  line-height: 1.5;
}
#homeWhoWeAre ul.sectionNav {margin: 0 10px 0 0; font-family: Raleway, sans-serif;}
#homeWhoWeAre ul.sectionNav li {margin: 15px 0 0 5%;}
#homeWhoWeAre ul.sectionNav li {border-bottom: solid 2px transparent;}
#homeWhoWeAre ul.sectionNav li a {color: #fff; font-size: 1.2em;}
#homeWhoWeAre ul.sectionNav li:hover,
#homeWhoWeAre ul.sectionNav li.active,
#homeWhoWeAre ul.sectionNav li:focus {
  border-color: #fff;
}

#homeWhoWeAre .sectionMoreLink {width: 100%; text-align: right;}
#homeWhoWeAre .sectionMoreLink a {color: #fff;font-family: Raleway, sans-serif;}
#homeWhatWeDo .sectionMoreLink a {color: #fff;font-family: Raleway, sans-serif;}
.awardLogo {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 200px;
  width: 100%;
  background: #fff;
  text-align: center;
}

#awardsCarousel .slick-slide {
  margin-left: 15px;
  height: inherit !important;
}

#awardsCarousel .slick-list {
  margin-left: -15px;
}

#homeWhatWeDo ul.sectionNav {margin: 0 0px 0 0; line-height: 1; font-family: Raleway, sans-serif;}
#homeWhatWeDo ul.sectionNav li {margin: 0 0px 5px; width: 100%;background: #A2A9AD; padding: 5px 5px 10px 0;}
#homeWhatWeDo ul.sectionNav li a {
  color: #ECEBDF;
  font-size: .8em;
  margin: 5px 5px 10px 0;
}
#homeWhatWeDo ul.sectionNav li:hover,
#homeWhatWeDo ul.sectionNav li.active,
#homeWhatWeDo ul.sectionNav li:focus {
  background: #fff;
}
#homeWhatWeDo ul.sectionNav li:hover a,
#homeWhatWeDo ul.sectionNav li:focus a {
   color: #002E66;
}

#homeOurTalent {
  font-size: 1.5em;
  line-height: 1.5;
}

.bio_item a {
  color: #002E66;
}

.bio_item .card_title {font-weight: bold; font-size: 1.2em;}
.bio_item {border: none;}
.bio_item .card_thumb {
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  border-bottom: solid 5px #002E66;
}

#homeOurTalent .card {background: unset; line-height: 1rem;}
#homeOurTalent .card_thumb img {width: 100%;}
#homeOurTalent figure {margin: 0 0 .5rem;}

#homeOurTalent .slick-dots {bottom: -30px; overflow: hidden;}

#homeNews .slick-dots {bottom: -10px; overflow: hidden;}

.bioIcon i {width: 25px;}

.bioHeader {font-size: 1.2em;}

.selectWrapper  {
  border: 1px solid #ccc;
  overflow: hidden;
  height: 36px;
  width: 265px;
  position: relative;
  display: block;
  border: none;
  border-radius: 25px;
}

select.redirectSelect {
  padding: 5px 15px;
  border: none;
  color: #002E66;
  font-size: 1.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.selectWrapper:after {
  content: "\f078";
  font-family: FontAwesome;
  color: #fff;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  top: 0;
  background: #002E66;
  z-index: 1;
  text-align: center;
  width: 12%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}

/* --------------------------------------------------------
    Resources
   -------------------------------------------------------- */
#homeNews {
  font-size: 1.2em;
  line-height: 1.5;
}

#homeNews .sectionMoreLink {
  font-size: 1.5rem;
}

   .posts_item-card,
.posts_thumb:first-child {
  overflow: hidden;
  border-radius: 0;
  border: none;
}

.posts_item-card .posts_thumb {
  float: none;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  border-top: solid 5px #002E66;
}

.posts_item-card,
.posts_item-card:last-child {
  margin-bottom: 15px;
}
.posts_item {
  margin-bottom: 1em;
}
.posts_item-card .card {
  border: none;
  border-radius: 0;
  background-color: #fff;
  margin-bottom: 15px;
}

.posts_item-card .posts_thumb img {
  width: 100%;
  height: auto;
  transition: transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.posts_item-card .posts_thumb:hover img {
  transform: scale(1.1);
}

.posts_item-card .posts_inner {
  padding-top: 18px;
  position: relative;
}
.card_content {
  padding: 24px;
  padding-top: 24px;
}


.posts_item-card .posts_date {
  font-size: 10px;
  line-height: 1.2em;
}

.posts_date {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.2em;
}

.posts_inner h6.card-title {
  font-size: 1.1em;
}

.posts_inner h6.card-title a {
  color: #002E66;
  transition: color .2s ease-in-out;
}

.posts_inner h6.card-title a:hover {
  color: #4f6779;
  text-decoration: none;
}

.posts_item-card p {
  padding: 10px 0;
}

#resourcesCarousel .slick-track {
  display: flex !important;
}

#resourcesCarousel .slick-slide {
  margin-left: 27px;
  height: inherit !important;
}

#resourcesCarousel .slick-list {
  margin-left: -27px;
}

.post_more {position: absolute; bottom: 10px; left: 0; right: 0; width: 100%; text-align: right;}
.post_date {position: absolute; bottom: 10px; left: 0; right: 0; width: 100%; text-align: left;}

.iconIcon {height: 60px;}

.pagination {justify-content: center;}
.page-item.active .page-link {background-color: #BAA069;border-color: #BAA069;}

/* --------------------------------------------------------
    Practices
   -------------------------------------------------------- */

.practiceGridItem a {
  display: block;
  border: solid 1px #ecebdf;
  background-color: #ecebdf;
  position: relative;
  overflow: hidden;
}

.practiceGridItem a:hover {
  background-color: #002E66;
  cursor: pointer;
}

.practiceGridItem a .practiceLandingImage {
  background-repeat: no-repeat;
  background-position: 150% -50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.1;
  position: absolute;
  width: 100%;
  height: 100%;
}


.practiceGridItem a:hover .practiceLandingImage {
  -webkit-filter: unset;
  filter: unset;
  opacity: 1;
}


.practiceGridItem a .practiceTitle {
  color: #002E66;
  font-size: 1.3em;
}

.practiceGridItem a:hover .practiceTitle {
  color: #fff;
}

.practiceGridItem a .grayButton {
  background: #787878;
  color: #fff;
  padding: 8px 20px;
  margin: 0 auto;
  opacity: 1;
  z-index: 2;
}

.practiceGridItem a:hover .grayButton {
  background: #fff;
  color: #002E66;
}

.practiceHeader {width: 100%; height: auto;}

/* --------------------------------------------------------
    Locations
   -------------------------------------------------------- */

a.locationButton {border: solid 1px #04213A; color: #04213A; display: block; border-radius: 25px; font-size: 1.5em }
a:hover.locationButton {background-color: #04213A; color: #fff;}

#googleMap {min-height: 300px;}

.searchParams {
  background: #04213A;
  margin-bottom: 20px;
}

select.bio_search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid var(--select-border);
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  color: #04213A;
  background-image: linear-gradient(to top, #04213A, #04213A 33%);
  margin-bottom: 10px;
}

select.bio_search.locations {background: url(/images/favLocation.png) 96% / 15% no-repeat #ebecec;}
select.bio_search.languages {background: url(/images/favLanguage.png) 96% / 15% no-repeat #ebecec;}
select.bio_search.practices {background: url(/images/favPractives.png) 96% / 15% no-repeat #ebecec;}
select.bio_search.licensedin {background: url(/images/favLicensedIn.png) 96% / 15% no-repeat #ebecec;}

select.bio_search::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  color: #fff;
  background-color: #fff;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Small devices (landscape phones, 576px and up) */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width: 576px) {

  .homeslideButtons li {
    width: 25%;
  }
  .homeslideButtons button.slideButton {
    padding: 1em 0em;
    font-size: 1.5rem;
  }

  .homeslideButtons button:hover.slideButton {
    background-image: url(/images/buttonLocation-on.png);
    color: #fff;
  }

}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width: 768px) {

  h1, .h1 {font-size: 2.2rem;}
  h2, .h2 {font-size: 2rem;}
  h3, .h3 {font-size: 1.8rem;}
  h4, .h4 {font-size: 1.6rem;}
  h5, .h5 {font-size: 1.4rem;}
  h6, .h6 {font-size: 1.2rem;}

  .headerTitle {font-size: 2.5rem;}
  .headerText {font-size: 1.1em; line-height: 1.1; }
   .slideText .headerText {font-size: 1.5em; line-height: 1.3;}


  .homeslideButtons {width: 95%; bottom: 5%;}
  .slideBackground.slick-slide {min-height: 400px;}

  .posts_inner h6.card-title {font-size: 1.3em;}

  header {position: absolute; top: 0; left:0; width: 100%; z-index: 1000;}
  .headerContent {padding-top: 80px;}
  .slideText {padding-top: 40px;}

  #googleMap {min-height: 400px;}

  .slick-next {right: -31px;}
  .slick-prev {left: -31px;}

  .homeSlideText {
    bottom: 15%;
    font-size: 1.5em;
  }

  .slick-slide img.amp {max-width: 40px;}

  #homeslider .slick-dots {bottom: 10px; margin: 0 auto; left: 0; right: 0;}

  #frmResume {width: 60%;}

}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Large devices (desktops, 992px and up) */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width: 992px) {

  a.nav-link {font-size: 1.2rem;}

  h1, .h1 {font-size: 2.4rem;}
  h2, .h2 {font-size: 2.2rem;}
  h3, .h3 {font-size: 2rem;}
  h4, .h4 {font-size: 1.8rem;}
  h5, .h5 {font-size: 1.6rem;}
  h6, .h6 {font-size: 1.4rem;}

  .sectionTextTitle {font-size: 1.8em;}

  .slideBackground.slick-slide {min-height: 500px; max-height: 500px;}
  .headerTitle {font-size: 3.5rem;}
  .headerText {font-size: 1.2rem; line-height: 1.4;}
  .slideText .headerText {font-size: 1.8rem;}
  .slideText {padding-top: 60px;}

  .posts_inner h6.card-title {font-size: 1.1em;}

  #googleMap {min-height: 500px;}

  .homeSlideText {
    bottom: 15%;
    font-size: 2em;
  }

  .slick-slide img.amp {max-width: 100%;}

  .selectWrapper {
    height: 41px;
    width: 320px;
  }

  select.redirectSelect {
    padding: 5px 15px;
    font-size: 1.5rem;
  }

  .selectWrapper:after {
    padding: 5px 5px;
  }

}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Extra large devices (large desktops, 1200px and up) */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width: 1200px) {

  a.nav-link {font-size: 1.2rem;}

  h1, .h1 {font-size: 2.6rem;}
  h2, .h2 {font-size: 2.4rem;}
  h3, .h3 {font-size: 2.2rem;}
  h4, .h4 {font-size: 2rem;}
  h5, .h5 {font-size: 1.8rem;}
  h6, .h6 {font-size: 1.6rem;}

  .slideBackground.slick-slide {
    min-height: 600px;
  }

   .sectionTextTitle {font-size: 2.1em;}
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Custom media queries */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Set width to make card deck cards 100% width */
@media (max-width: 992px) {
  .homeslideButtons div[class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .homeslideButtons div[class^="container"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .homeslideButtons div[class^="row"] {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 767px) {
  img.sealImage {max-width: 150px;}
  .imageOnly {min-height: 300px;}
  .blockquote {font-size: 1rem;}


}