/* Slider */
* {
	min-height: 0;
	min-width: 0;
}
.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;
	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 {
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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;
	width: 150px;
	margin: 0 auto;
}
.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;
}

/* --------------------------- *
*  Home Meet the team Slick Slider
* --------------------------- */
#home-attorney .tmf-post-list {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	clear: both;
	padding: 0;
	box-sizing: border-box;
}
#home-attorney .tmf-post {
	width: auto !important;
	max-width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: none;
	text-align: center;
}
#home-attorney .slick-slide {
	padding: 0 20px;
	box-sizing: border-box;
	float: none;
	display: inline-block !important;
	vertical-align: top;
	text-align: center;
}
#home-attorney .slick-list {
	margin: 0 -10px;
}
#home-attorney button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
#home-attorney .slick-slide img {
	width: 100%;
	/* height: auto; */
	margin-bottom: 10px;
}
#home-attorney .slick-slide img.thumbnail {
	max-width: unset;
	float: none;
}

/* controls */
#home-attorney .slide-arrow {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}
#home-attorney .prev-arrow {
	display: none;
}
/* #home-attorney .prev-arrow {
	left: -50px;
}
#home-attorney .prev-arrow::before {
	content: '\f053';
	width: 32px;
	height: 32px;
	color: #585858;
	font-size: 32px;
	font-family: var(--font-awesome);
	font-weight: 600;
	display: inline-block;
	position: relative;
}
#home-attorney .prev-arrow:hover::before {
	transition: all 0.25s ease-in-out;
	transform: translateX(-5px);
} */
#home-attorney .next-arrow {
	right: -50px;
}
#home-attorney .next-arrow:hover::before {
	transition: all 0.25s ease-in-out;
	transform: translateX(5px);
}
#home-attorney .next-arrow::before {
	content: '\f138';
	width: 24px;
	height: 24px;
	color: var(--accent);
	font-size: 24px;
	font-family: var(--font-awesome);
	font-weight: 700;
	display: inline-block;
	position: relative;
}

@media screen and (max-width: 1500px) {
	#home-attorney .tmf-post-list {
		max-width: 700px;
	}
}
@media screen and (max-width: 1250px) {
	#home-attorney .tmf-post-list {
		max-width: 650px;
	}
}
@media screen and (max-width: 1150px) {
	#home-attorney .tmf-post-list {
		max-width: 425px;
	}
}

@media screen and (max-width: 1050px) {
	#home-attorney .tmf-post-list {
		max-width: 650px;
	}
}

@media screen and (max-width: 850px) {
	#home-attorney .tmf-post-list {
		max-width: 425px;
	}
}

@media screen and (max-width: 700px) {
	#home-attorney .tmf-post-list {
		max-width: 250px;
	}
	#home-attorney .next-arrow {
		right: -30px;
	}
}

@media screen and (max-width: 500px) {
	#home-attorney .next-arrow {
		right: -10px;
	}
}

/* --------------------------- *
*  Practice Areas Slick Slider
* --------------------------- */
/* #home-practice-areas-row {
  max-width: 1200px;
  margin: 50px auto 0;
}
#home-practice-areas .tmf-post-list {
  max-width: 1200px;
}
#home-practice-areas .tmf-post {
  margin: 0;
  padding: 0;
  border: 0;
  width: 250px !important;
  height: 150px;
  transition: 0.3s ease;
} */
/* Slick Slider */
/* #home-practice-areas .slick-slide {
  box-sizing: border-box;
  float: none;
  display: inline-block !important;
  vertical-align: middle;
  text-align: center;
  padding: 25px 0;
}
#home-practice-areas .slick-list {
  margin: 0 -10px;
} */

/* Controls */
/* #home-practice-areas .slide-arrow {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#home-practice-areas .prev-arrow {
  left: -50px;
}
#home-practice-areas .prev-arrow::before {
  content: '\f060';
  display: inline-block;
  position: relative;
  color: var(--accent);
  font-family: var(--font-awesome);
  font-size: 30px;
  font-weight: 600;
}
#home-practice-areas .prev-arrow:hover::before {
  transition: all 0.25s ease-in-out;
  transform: translateX(-5px);
}
#home-practice-areas .next-arrow {
  right: -50px;
}
#home-practice-areas .next-arrow::before {
  content: '\f061';
  display: inline-block;
  position: relative;
  color: var(--accent);
  font-family: var(--font-awesome);
  font-size: 30px;
  font-weight: 600;
}
#home-practice-areas .next-arrow:hover::before {
  transition: all 0.25s ease-in-out;
  transform: translateX(5px);
}

@media screen and (max-width: 1400px) {
  #home-practice-areas-row {
    max-width: 1050px;
  }
  #home-practice-areas .tmf-post-list {
    max-width: 1050px;
  }
}

@media screen and (max-width: 1375px) {
  #home-practice-areas-row {
    max-width: 850px;
  }
  #home-practice-areas .tmf-post-list {
    max-width: 850px;
  }
}

@media screen and (max-width: 1050px) {
  #home-practice-areas-row {
    max-width: 650px;
  }
  #home-practice-areas .tmf-post-list {
    max-width: 650px;
  }
}

@media screen and (max-width: 950px) {
  #home-practice-areas-wrapper {
    padding: 0 0 50px;
  }
}

@media screen and (max-width: 850px) {
  #home-practice-areas-row {
    max-width: 350px;
  }
  #home-practice-areas .tmf-post-list {
    max-width: 350px;
  }
}

@media screen and (max-width: 650px) {
  #home-practice-areas .prev-arrow {
    left: -30px;
  }
  #home-practice-areas .next-arrow {
    right: -30px;
  }
  #home-practice-areas-row {
    max-width: 285px;
  }
  #home-practice-areas .tmf-post-list {
    max-width: 285px;
  }
}

@media screen and (max-width: 400px) {
  #home-practice-areas .prev-arrow {
    left: -20px;
  }
  #home-practice-areas .next-arrow {
    right: -20px;
  }
} */

/* --------------------------- *
*  Associations Slick Slider
* --------------------------- */
/* #associations .tmf-post-list {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  clear: both;
  padding: 0;
  box-sizing: border-box;
}
#associations .slick-list {
  margin: 0 -10px;
}
#associations .slick-slide {
  padding: 0 20px;
  box-sizing: border-box;
  float: none;
  display: inline-block !important;
  vertical-align: top;
  text-align: center;
}
#associations .tmf-post {
  max-width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: none;
  text-align: center;
}
#associations .slick-slide img {
  width: auto;
} */

/* controls */
/* #associations .slide-arrow {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#associations .prev-arrow {
  left: -50px;
}
#associations .prev-arrow::before {
  content: '\f060';
  display: inline-block;
  position: relative;
  color: #909399;
  font-family: var(--font-awesome);
  font-size: 30px;
  font-weight: 600;
}
#associations .prev-arrow:hover::before {
  transition: all 0.25s ease-in-out;
  transform: translateX(-5px);
}
#associations .next-arrow {
  right: -50px;
}
#associations .next-arrow::before {
  content: '\f061';
  display: inline-block;
  position: relative;
  color: #909399;
  font-family: var(--font-awesome);
  font-size: 30px;
  font-weight: 600;
}
#associations .next-arrow:hover::before {
  transition: all 0.25s ease-in-out;
  transform: translateX(5px);
}

@media screen and (max-width: 1950px) {
  #associations .tmf-post-list {
    max-width: 1400px;
  }
}

@media screen and (max-width: 1750px) {
  #associations .tmf-post-list {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1500px) {
  #associations .tmf-post-list {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1325px) {
  #associations .tmf-post-list {
    max-width: 700px;
  }
}

@media screen and (max-width: 1200px) {
  #associations .tmf-post-list {
    max-width: 550px;
  }
}

@media screen and (max-width: 1050px) {
  #associations .tmf-post-list {
    max-width: 450px;
  }
}
@media screen and (max-width: 1000px) {
  #associations .tmf-post-list {
    max-width: 350px;
  }
}

@media screen and (max-width: 950px) {
  #associations .tmf-post-list {
    max-width: 450px;
  }
  #associations-cell-2 .inner {
    padding-left: 25px;
  }
  #associations h3 {
    text-align: center;
  }
  #associations h3 br {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  #associations .tmf-post-list {
    max-width: 350px;
  }
}
@media screen and (max-width: 380px) {
  #associations .tmf-post-list {
    max-width: 250px;
  }
} */
