/* @override 
	https://dev.friendsofachc.org/css/friends.css
	https://dev.friendsofachc.org/css/friends.css?*
	http://dev.friendsofachc.org/css/friends.css
	https://www.friendsofachc.org/css/friends.css */
	 
.noEventSpacer {
	height: 17em;
	width: 100%;
}
.shaded ul {
display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-align-content: flex-start;
   -ms-flex-line-pack: start;
   align-content: flex-start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
}
.shaded li {
 /* flex: 1 0 30%;*/
     -webkit-order: 0;
     -ms-flex-order: 0;
     order: 0;
     -webkit-flex: 0 1 32%;
     -ms-flex: 0 1 32%;
     flex: 0 1 32%;
     -webkit-align-self: auto;
     -ms-flex-item-align: auto;
     align-self: auto;

  box-sizing: border-box;
  background: url(/img/check-sm.png) no-repeat  10px 13px;
  background-size: 24px;
  color: #171e42;
  padding: 15px 10px 15px 40px ;
  text-align: left;
  margin-right: 0px;
  margin-bottom: 7px;
}

.group:after  {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.breadcrumbs {
	  margin: 0 0 20px 10px;
	  font-size: 13px;
	  color: #cecece;
} 
.breadcrumbs li {
	list-style: none;
	float: left;
	margin: 0 4px;
}
.breadcrumbs ul {
	padding: 0;
	margin: 0;
}
.breadcrumbs li a {
	text-decoration: none;
	  color: #cecece;
}

.scrollhome {
  margin-top: 3px;
  margin-right: 10px;
  float: left;
}

.nav-menu {
  z-index: 50;
  float: none;
  text-align: center;
}

.navbar {
  position: relative;
  z-index: 50;
  overflow: visible;
  margin-top: -54px;
  margin-bottom: -28px;
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
}

.navbar.scroll {
  display: none;
  background-color: #8c764d;
}

.nav-link {
  padding-right: 35px;
  padding-left: 35px;
  background-color: #8c764d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #6b5938;
  color: #fff;
}

.nav-link.w--current {
  background-color: #425955;
  opacity: 0.6;
  color: #fff;
}

.nav-link.w--current:hover {
  background-color: transparent;
}

.nav-link.scroll {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: transparent;
}

.nav-link.highlight {
  float: right;
  border-left: 1px none #6e6e6e;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #657a8c;
} 
.rich-text-block {
	font-size: 1.1em;
	line-height: 1.6em;
}
.rich-text-block a {
	color: #657a8c;
}

.rich-text-block a:hover {
	color:#324759;
}
.rich-text-block h1 {
	font-family: Merriweather, serif;
	text-align: center;
}  

.rich-text-block h2 {
	font-family: Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	color: #657a8c;
}

.fileWrap a {
	display: inline-block;
	background: #657a8c;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 4px 15px;
	border-radius: 3px;

	-webkit-transition: background-color 250ms ease;
	transition: background-color 250ms ease;

}
.fileWrap a:hover {
	background: #425955;
	color: #FFF;
}

.nav-link.highlight:hover {
  background-color: #2e3538;
}

.nav-link.highlight.w--current {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ec4933;
  opacity: 1;
  color: #fff;
}

.nav-link.highlight.short {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #657a8c;
}

.nav-link.dropdown {
  padding-right: 40px;
}

.nav-link.dropdown.w--open {
  background-color: #685737;
  color: #fff;
}

.nav-link.spacer {
  width: 110px;
  margin-right: 85px;
}

.nav-link._2 {
  padding-right: 21px;
  padding-left: 21px;
}

.scrollnav {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1100;
  display: block;
  width: 100%;
}

.nav-container {
  position: static;
  bottom: -29px;
  z-index: 30;
  border-radius: 3px;
  background-color: #8c764d;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.54);
  color: #fff;
}

.nav-container.scroll {
  bottom: 0px;
  background-color: transparent;
  box-shadow: none;
}

.mainlogo {
  display: block;
  float: none;
}

.container {
  position: relative;
}

/*.container.page-header-container {
  text-align: center;
}*/

.subphone {
  display: block;
  margin-top: 4px;
  float: right;
}

.header-wrapper {
  position: relative;
  z-index: 900;
  background-color: #bfb26f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 178, 111, 0.94)), to(rgba(191, 178, 111, 0.94))), url('/img/Angelina_County_GLO_map_1899_inverted_grayscale.jpg');
  background-image: linear-gradient(180deg, rgba(191, 178, 111, 0.94), rgba(191, 178, 111, 0.94)), url('/img/Angelina_County_GLO_map_1899_inverted_grayscale.jpg');
  background-position: 0px 0px, 50% -249px;
  background-size: auto, cover;
}

.dropdown-link-item {
  border-bottom: 1px solid #f3f3f3;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #000;
  text-decoration: none;
}

.dropdown-link-item:hover {
  background-color: #eef0f3;
  color: #000;
}

.dropdown-link-item.w--current {
  color: #ec4933;
}

.dropdown-link-item.w--current:hover {
  background-color: #fff;
}

.link {
  font-family: Lato, sans-serif;
  color: #209de2;
  text-decoration: none;
}

.link:hover {
  color: #ec4933;
}

.link.header-contact-link {
  display: inline-block;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: right;
}

.link.footer-link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.link.footer-link:hover {
  color: #fff;
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: 0px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  color: #000;
}

.contact-header {
  padding-top: 15px;
  padding-bottom: 0px;
}

.logo-container {
  position: static;
  z-index: 200;
  display: block;
  width: 295px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  float: none;
}

/*.logo-container.w--current {
  width: auto;
}*/

.dropdown-icon {
  margin-right: 10px;
  opacity: 0.5;
}

.slide-paragraph {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.hero-content-block {
  position: absolute;
  left: 0px;
  top: 30%;
  right: 0px;
  z-index: 100;
  display: block;
  width: 70%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.button {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 15px;
  border-radius: 3px;
  background-color: #e1e5eb;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ec4933;
  color: #fff;
}

.button.slider-button {
  display: inline-block;
  margin-left: 0px;
  border: 2px solid #324759;
  background-color: #657a8c;
  -webkit-transition: background-color 250ms ease, border 250ms ease;
  transition: background-color 250ms ease, border 250ms ease;
  color: #fff;
  font-size: 11px;
}

.button.slider-button:hover {
  border-color: #9c352b;
  background-color: #9c352b;
}

.button.slider-button.slider-outline-button {
  margin-left: 5px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.slider-button.slider-outline-button:hover {
  border-color: #9c352b;
  background-color: #9c352b;
}

.button.slider-button.abt {
  margin-top: 0px;
}

.button.slider-button {
  display: inline-block;
  margin-left: 0px;
  border: 2px none #b34034;
  background-color: #324759;
  -webkit-transition: background-color 250ms ease, border 250ms ease;
  transition: background-color 250ms ease, border 250ms ease;
  color: #fff;
  font-size: 11px;
}

.button.slider-button:hover {
  border-color: #9c352b;
  background-color: #9c352b;
}

.hero-slide-overlay {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.home-slider-button {
  width: 60px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.13);
  -webkit-transition: background-color 300ms ease, width 200ms ease;
  transition: background-color 300ms ease, width 200ms ease;
  font-size: 16px;
}

.home-slider-button:hover {
  width: 70px;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-slide-title {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 49px;
  line-height: 56px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.hero-container {
  position: relative;
  height: 100%;
  color: #fff;
  text-align: center;
}

.hero-slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.29)), to(rgba(0, 0, 0, 0.29))), url('/img/Downtown-Lufkin--1934.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), url('/img/Downtown-Lufkin--1934.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._2 {
  background-image: url('/img/office.jpg');
  background-position: 50% 51%;
  background-size: cover;
}

.hero-slide._3 {
  background-image: url('/img/A-E-Brown-ACLCo-110-ca1959-near-Angelina-River.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slider {
  position: relative;
  height: 550px;
  background-color: transparent;
}

._2-col-section-col-right {
  padding-right: 0px;
  padding-left: 0px;
}

.intro-col-right-overlay {
  width: 100%;
  padding-top: 33px;
  padding-bottom: 33px;
  background-color: transparent;
}

._2-col-section-col-left {
  padding-top: 33px;
  padding-bottom: 33px;
  background-color: #324759;
  color: #fff;
  line-height: 18px;
}

.intro-icons {
  height: 50px;
  margin-top: 2px;
  margin-right: 19px;
  float: left;
}
._2-col-section-content-block a {
	color: #FFF;
}
._2-col-section-content-block a:hover {
	color: #324759;
}
._2-col-section-content-block {
  width: 470px;
  height: 100%;
  padding-top: 0px;
  padding-right: 56px;
  float: right;
  font-size: 14px;
}

._2-col-section-content-block.right {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 45px;
  float: left;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

._2-column-section {
  background-color: #657a8c;
}

.home-intro-title {
  margin-bottom: 12px;
  font-family: Merriweather, serif;
  font-size: 26px;
  line-height: 25px;
  font-weight: 400;
}

.white {
  color: #fff;
}

.feature-title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}
.feature-title a {
	color: #333;
}
.lawyer-name {
  position: absolute;
  left: -30px;
  bottom: 103px;
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 3px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 22px;
}

.information-block-right {
  width: 100%;
  margin-bottom: 0px;
  float: none;
}

.feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 21px;
}

.features-row {
  margin-bottom: 10px;
}

.section {
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #fff;
}

.section.intro-features-section {
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #f1f2d8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 178, 111, 0.88)), to(rgba(191, 178, 111, 0.88))), url('/img/Angelina_County_GLO_map_1899_inverted_grayscale.jpg');
  background-image: linear-gradient(180deg, rgba(191, 178, 111, 0.88), rgba(191, 178, 111, 0.88)), url('/img/Angelina_County_GLO_map_1899_inverted_grayscale.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.aboutheader {
  margin-bottom: 23px;
  margin-left: 0px;
  float: none;
  font-family: Merriweather, serif;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.aboutheader.w {
  color: #fff;
}

.feature-block {
  position: relative;
  padding-left: 46px;
}

.intro-lawyers {
  position: static;
  left: 0px;
  bottom: 0px;
  display: block;
}

.videosection {
  display: none;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #8c764d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(140, 118, 77, 0.94)), to(rgba(140, 118, 77, 0.94))), url('/img/Angelina_County_GLO_map_1899_inverted_grayscale.jpg');
  background-image: linear-gradient(180deg, rgba(140, 118, 77, 0.94), rgba(140, 118, 77, 0.94)), url('/img/Angelina_County_GLO_map_1899_inverted_grayscale.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.field-label {
  display: none;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.success-bg {
  padding-top: 35px;
  padding-left: 15px;
  border-radius: 3px;
  background-color: #209de2;
  color: #fff;
}

.image-section-overlay {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #657a8c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(101, 122, 140, 0.96)), to(rgba(101, 122, 140, 0.96))), url('/img/Angelina_County_GLO_map_1899_inverted_grayscale.jpg');
  background-image: linear-gradient(180deg, rgba(101, 122, 140, 0.96), rgba(101, 122, 140, 0.96)), url('/img/Angelina_County_GLO_map_1899_inverted_grayscale.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-title-wrapper {
  margin-bottom: 35px;
  text-align: center;
}

.section-title-wrapper.left-align {
  text-align: left;
}

.image-section-title {
  margin-bottom: 6px;
  color: #172333;
  font-size: 41px;
  line-height: 42px;
}

.image-section-title.white {
  text-align: center;
}

.form-row {
  margin-bottom: 6px;
}

.error-bg {
  padding-top: 22px;
  padding-bottom: 8px;
  padding-left: 15px;
  border-radius: 3px;
  color: #d60606;
}

.field {
  width: 100%;
  height: 50px;
  margin-bottom: 3px;
  border: 2px solid #ebeced;
  border-radius: 0px;
  background-color: #f5f6f7;
  -webkit-transition: border 250ms ease;
  transition: border 250ms ease;
  font-family: Lato, sans-serif;
}

.field:hover {
  border-color: #a8b0bd;
  background-color: #fff;
}

.field:focus {
  border-color: #209de2;
  box-shadow: 0 0 13px 0 rgba(32, 157, 226, 0.3);
}

.field.first-half {
  width: 98%;
  float: left;
  font-size: 15px;
}

.field.second-half {
  width: 98%;
  float: right;
  font-size: 15px;
}

.field.area {
  height: 150px;
  font-size: 15px;
}

.form {
  margin-bottom: 0px;
}

.header-contact-title {
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}

.header-contact-title._2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
}

.footer-list-item {
  margin-bottom: 7px;
}

.bottom-footer-paragraph {
  margin-top: 46px;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
}

.footer-title {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
}

.footlogo {
  margin-bottom: 12px;
}

.footer-overlay {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #324759;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 71, 89, 0.92)), to(rgba(50, 71, 89, 0.92))), url('/img/logging-crew-of-Camp-No-2-1907.jpg');
  background-image: linear-gradient(180deg, rgba(50, 71, 89, 0.92), rgba(50, 71, 89, 0.92)), url('/img/logging-crew-of-Camp-No-2-1907.jpg');
  background-position: 0px 0px, 50% 77%;
  background-size: auto, cover;
}

.footer {
  background-color: #2d3033;
  background-image: url('/img/2671-Appling-night-time-view-2.jpg');
  background-position: 50% 77%;
  background-size: cover;
  color: #fff;
  list-style-type: decimal;
}

.home-intro-column {
  padding-right: 32px;
  color: #fff;
  line-height: 22px;
}
.home-intro-column a {
	color: #FFF;
}
.footer-column-right {
  text-align: right;
}

.bottom-footer {
  margin-top: 70px;
  padding-top: 35px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(88, 91, 94, 0.49);
  background-color: #324759;
}

.image {
  float: right;
}

.paragraph {
  font-size: 16px;
  line-height: 22px;
}

.pageslider {
  height: auto;
  margin-top: 15px;
  margin-bottom: 30px;
  background-color: transparent;
}

.pageslide {
  text-align: center;
  max-height: 600px;
}

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

.arrow {
  width: 40px;
  height: 60px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.75;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 30px;
}

.arrow:hover {
  opacity: 1;
}

.slide-nav-2 {
  display: none;
}

.heading {
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 36px;
  text-align: left;
  text-transform: none;
}

.heading.features {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.heading.features.blog {
  display: block;
  margin-top: 7px;
  float: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.heading.features.blog:hover {
  color: #000;
}

.date-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #2adbfd;
  border-bottom: 1px solid rgba(16, 168, 189, 0.82);
  background-color: #657a8c;
  color: #657a8c;
}

.date-text.lighter {
  border-bottom-style: none;
  background-color: #819db5;
}

.post-content {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.post-date {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 80px;
  margin-top: 10px;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
  background-color: rgba(16, 168, 189, 0.82);
}

.link-blog {
  text-decoration: none;
  text-transform: uppercase;
}

.intro-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.intro-post.last {
  border-bottom-style: none;
}

.features-subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.features-subtitle.blog {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.features-subtitle.blog.date {
  font-size: 21px;
}

.featurelink {
  position: relative;
  height: 395px;
}

.featurelink.homefeature {
  height: auto;
}

.featurewrap {
  position: relative;
}

.bannertext {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.52);
  color: #f3f0f0;
}

.bannerhead {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}

.featuredesc {
  margin-top: 5px;
  font-size: 13px;
}

.mainh2 {
  margin-top: 0px;
  color: #657a8c;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.page-header-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
}

.main {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
}

.page-header {
  padding-top: 90px;
  padding-bottom: 60px;
  border-top: 1px solid #e3e3e3;
  background-color: #fff;
}

.bulletlist {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 21px 32px;
  background-color: #eeebde;
}

.caption {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding: 5px 14px;
  background-color: rgba(0, 0, 0, 0.84);
  color: #fff;
}

html.w-mod-js *[data-ix="dropdown-list"] {
  height: 0px;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="slide-title"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="slide-title-2"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="slide-button"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-button-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="fade-in-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="page-header-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media (max-width: 991px) {
  .noEventSpacer {
	height:24em;
}

  .menu-button {
    background-color: #8c764d;
  }
  .menu-button.w--open {
    background-color: #685737;
  }
  .navbar {
    margin-top: -112px;
  }
  .nav-link {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 11px;
  }
  .nav-link.highlight {
    padding-left: 13px;
  }
  .nav-link.spacer {
    display: none;
  }
  .nav-container {
    background-color: transparent;
    box-shadow: none;
  }
  .contact-header {
    padding-top: 30px;
  }
  .logo-container {
    width: 225px;
    margin-bottom: 55px;
  }
  .logo-container.w--current {
    width: 50%;
  }
  .hero-slide-title {
    font-size: 44px;
    line-height: 48px;
  }
  .hero-container {
    padding-top: 137px;
  }
  ._2-col-section-content-block {
    width: 359px;
    padding-top: 40px;
    padding-left: 35px;
  }
  ._2-col-section-content-block.right {
    padding-top: 20px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .home-intro-title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 28px;
  }
  .lawyer-name {
    bottom: 208px;
  }
  .information-block-right {
    margin-bottom: 30px;
  }
  .section {
    padding: 45px;
  }
  .aboutheader {
    font-size: 32px;
    line-height: 38px;
  }
  .feature-block {
    padding-left: 40px;
  }
  .videosection {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .image-section-overlay {
    padding: 65px 45px;
  }
  .field.first-half {
    height: 40px;
  }
  .field.second-half {
    height: 40px;
  }
  .field.area {
    height: 120px;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-overlay {
    padding-top: 45px;
  }
  .home-intro-column {
    padding-right: 17px;
  }
  .bottom-footer {
    margin-top: 45px;
    padding-right: 25px;
    padding-left: 45px;
  }
  .pageslider {
    height: auto;
  }
  .pageslide {
    height: auto;
  }
  .image-3 {
    height: auto;
  }
  .slide-nav-2 {
    display: block;
  }
}

@media (max-width: 767px) {
  .noEventSpacer {
	height: 2em;
	width: 100%;
}

  .menu-button {
    margin-top: -55px;
    margin-right: 0px;
  }
  .menu-button.w--open {
    background-color: #172333;
  }
  .nav-menu {
    background-color: #172333;
  }
  .navbar {
    margin-top: -67px;
    border-radius: 0px;
  }
  .nav-link {
    padding-right: 25px;
    padding-left: 25px;
    line-height: 11px;
  }
  .nav-link.highlight {
    padding-left: 25px;
    float: none;
  }
  .nav-container {
    bottom: -9px;
    border-radius: 0px;
    background-color: transparent;
  }
  .header-wrapper {
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .link.header-contact-link {
    font-size: 11px;
    line-height: 14px;
  }
  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
  }
  .contact-header {
    padding: 15px 15px 8px;
  }
  .logo-container {
    width: 200px;
    margin-top: 0px;
    margin-bottom: 65px;
  }
  .logo-container.w--current {
    width: 66%;
  }
  .dropdown-icon {
    margin-right: 30px;
  }
  .slide-paragraph {
    width: 70%;
  }
  .hero-content-block {
    margin-top: 15px;
  }
  .home-slider-button {
    width: 40px;
    height: 80px;
  }
  .home-slider-button:hover {
    width: 50px;
  }
  .hero-slide-title {
    margin-bottom: 13px;
    font-size: 34px;
    line-height: 40px;
  }
  .hero-container {
    padding-top: 70px;
  }
  .hero-slider {
    height: 370px;
  }
  ._2-col-section-col-right {
    height: auto;
  }
  .intro-col-right-overlay {
    min-height: auto;
  }
  ._2-col-section-col-left {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro-icons {
    height: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    float: none;
  }
  ._2-col-section-content-block {
    width: 100%;
    padding: 25px;
    text-align: center;
  }
  ._2-col-section-content-block.right {
    padding: 25px;
  }
  .feature-title {
    font-size: 15px;
  }
  .feature-column {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 22px;
  }
  .lawyer-name {
    position: static;
    left: 0px;
    bottom: 0px;
    display: none;
    float: left;
  }
  .information-block-right {
    padding: 10px;
    background-color: transparent;
  }
  .features-row {
    margin-bottom: 0px;
  }
  .section {
    padding: 25px;
  }
  .section.intro-features-section {
    padding: 25px;
  }
  .aboutheader {
    font-size: 28px;
    line-height: 34px;
  }
  .intro-lawyers {
    position: relative;
    left: auto;
    right: 0px;
    bottom: 0px;
    width: 40%;
    float: right;
  }
  .videosection {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .image-section-overlay {
    padding: 25px;
  }
  .section-title-wrapper {
    margin-bottom: 15px;
  }
  .image-section-title {
    font-size: 34px;
  }
  .field.first-half {
    width: 100%;
    height: 40px;
  }
  .field.second-half {
    width: 100%;
    height: 40px;
  }
  .field.area {
    height: 110px;
  }
  .footer-column-left {
    padding-left: 0px;
    text-align: left;
  }
  .header-contact-title {
    font-size: 13px;
  }
  .header-contact-title._2 {
    margin-top: 7px;
  }
  .footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-overlay {
    padding-top: 25px;
  }
  .home-intro-column {
    padding-right: 25px;
    padding-bottom: 12px;
    padding-left: 25px;
  }
  .footer-column-right {
    padding-left: 0px;
    text-align: left;
  }
  .bottom-footer {
    margin-top: 25px;
    padding: 15px 25px;
  }
  .pageslider {
    margin-right: -23px;
    margin-left: -23px;
  }
  .arrow {
    position: static;
    margin: -62px 0px 0px auto;
    float: none;
  }
  .slide-nav-2 {
    display: none;
  }
  .featurelink {
    height: 325px;
    margin-bottom: 15px;
  }
  .bannerhead {
    font-size: 20px;
    line-height: 22px;
  }
  .featuredesc {
    display: none;
  }
  .page-header-title {
    font-size: 32px;
  }
  .page-header {
    margin-top: 51px;
    padding: 35px 25px 25px;
    border-top-style: none;
  }
}

@media (max-width: 479px) {
  .navbar {
    margin-top: -53px;
  }
  .nav-container {
    bottom: 0px;
  }
  .container {
    padding-top: -3px;
  }
  .contact-header {
    padding-top: 11px;
    padding-right: 6px;
    padding-left: 5px;
  }
  .logo-container {
    width: 185px;
    margin-top: 0px;
    margin-bottom: 51px;
  }
  .logo-container.w--current {
    width: 100%;
  }
  .slide-paragraph {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }
  .hero-content-block {
    width: 85%;
    margin-top: 19px;
  }
  .button.slider-button {
    width: 100%;
  }
  .button.slider-button.slider-outline-button {
    margin-top: 5px;
    margin-left: 0px;
  }
  .button.slider-button {
    width: 100%;
  }
  .home-slider-button {
    width: 30px;
    font-size: 10px;
  }
  .hero-slide-title {
    font-size: 23px;
    line-height: 26px;
  }
  .hero-container {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-slider {
    height: 320px;
  }
  ._2-col-section-content-block {
    padding: 20px;
  }
  ._2-col-section-content-block.right {
    padding: 20px;
  }
  .lawyer-name {
    font-size: 10px;
  }
  .information-block-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .section {
    padding: 20px;
  }
  .section.intro-features-section {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .intro-lawyers {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .image-section-overlay {
    padding: 20px;
  }
  .section-title-wrapper.left-align {
    padding-top: 1px;
  }
  .image-section-title {
    font-size: 27px;
    line-height: 32px;
  }
  .field.first-half {
    height: 32px;
  }
  .header-contact-title {
    margin-top: 4px;
    font-size: 11px;
  }
  .header-contact-title._2 {
    margin-top: 9px;
    line-height: 11px;
  }
  .home-intro-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bottom-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pageslider {
    margin-right: -20px;
    margin-left: -20px;
  }
  .featurelink {
    height: 275px;
  }
  .featurelink.homefeature {
    margin-bottom: 15px;
  }
  .bannertext {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bannerhead {
    font-size: 18px;
    line-height: 20px;
  }
  .featuredesc {
    display: none;
  }
  .page-header-title {
    font-size: 25px;
    line-height: 29px;
  }
  .page-header {
    padding: 15px;
  }
}