/* @override 
	 
	 
	http://cathyreal.pioneerdesign.net/css/cathy.css
	http://www.cathyandersonrealestate.com/css/cathy.css
	http://www.cathyandersonrealestate.com/css/cathy.css?v2
	https://www.cathyandersonrealestate.com/css/cathy.css?*
	  */

body {
  background-color: #172333;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 20px;
}

.announcement {
	background: #b34034;
	padding: 10px;
	color: #FFF;
	font-size: 15px;
}
.announcement a {
	color: #FFF;
}
.announcement p {
	margin: 0;
	text-align: center;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

/*p {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
}*/

a {
  color: #205ba8;
}

a:hover {
  color: #ec4933;
}

.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.cta-button {
  margin-top: 0px;
  margin-left: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border: 2px solid #ec4933;
  background-color: #ec4933;
  -webkit-transition: background-color 250ms ease, border 300ms ease;
  transition: background-color 250ms ease, border 300ms ease;
  font-family: Montserrat, sans-serif;
  line-height: 41px;
  font-weight: 700;
  text-transform: uppercase;
}

.button.cta-button:hover {
  border-color: #209de2;
  background-color: #209de2;
}

.button.cta-button.outline {
  background-color: transparent;
}

.button.cta-button.outline:hover {
  background-color: #209de2;
}

.button.orange {
  background-color: #ec4933;
}

.button.orange:hover {
  background-color: #209de2;
}

.button.slider-button {
  display: inline-block;
  margin-left: 0px;
  border: 2px solid #b34034;
  background-color: #b34034;
  -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; 
}



.testimonial .testimonial-item {
	padding:10px 10px 10px 10px;
	width: 80%;
	float: left; 
	display: inline; 
	margin-bottom:10px; 
	 
}
.grid-item--width2 .testimonial-item{
	float: right;
} 


.testiminal-item-wrap {
	padding:10px 20px 10px 20px;
	background-color: #f1f1d9;
	color: #000;
	border-radius: 5px;
	box-shadow: 0px 3px 5px rgba(0,0,0,.15);
}
.testiminal-item-wrap p {
	margin: 0;
}
/*.testiminal-item-wrap a {
	color: #FFF;
	}*/
 .grid-item--width2 .testiminal-item-wrap{
 	background: #f1f1d9;
 } 
  
.testimonial-item .author {
	font-style: italic;
}

.testimonial-item .author,
.testimonial-item .readmore {
	margin: 0;
}
.testimonial-item a {
	color: #03567d !important;
}
.testimonial-item a:hover {
	color: #0599df !important;
}


.pager {
	max-width: 1200px;
	margin: 0 auto;
	height: 30px;
 	margin-bottom: 80px;
} 
.pager a {
	color: #0599df;
}
.pager .page {
	padding: 5px 10px;
	background:  #4b9ef1;
	color: #FFF;
	text-decoration: none;
}
 .pager .left {
	float: left;
}  
.pager .right {
	float: right;
	margin-top: -25px;
}
.pager .centerNumbers {
 
  display: table;
  margin: auto;
 
	text-align: center;
 
}
.pager .centerNumbers a,
.pager .current {
	padding: 6px 12px;
}

.pager .current,
.pager .centerNumbers a:hover {
	background: #4d5a4e;
	color: #FFF;
	text-decoration: none;
}



.navbar {
  position: relative;
  z-index: 1000;
  overflow: visible;
  border-radius: 3px;
  background-color: #778c7a;
  text-align: center;
}

.navbar.scroll {
  border-radius: 0px;
  background-color: hsla(129, 8%, 51%, .92);
}

.logo-container {
  width: 354px;
}

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

.nav-link {
  background-color: #425955;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 18px 31px;
}

.nav-link:hover {
  background-color: #687a6a;
  color: #fff;
}

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

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

.nav-link.w--current:hover {
  background-color: transparent;
}*/
.full {
	margin-bottom: 16px;
}
img.floatRight {
	float: right;
	margin: 0 0 5px 10px;
	height: auto;
}
img.floatLeft {
	float: left;
	margin: 0 10px 5px 0;
	height: auto;
}

img.floatLeft,
img.floatRight {
	width: 33%;
}

.caption-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.6);
	color: #FFF;
	padding: 5px 10px;
	z-index: 2;
}
.slider-project .nav-dots {
	bottom: -40px;
}
.centerImgWrap {
	
}
.slider-project {
	height: auto;
}
.slider-project .w-slide {
	text-align: center;
}
.centerImg {
	margin: 0 auto;
	width: 200px;
	height: auto;
}
.btnWrap {
	text-align: center;
	margin-top: 40px;
}

.nav-link.highlight {
  float: right;
 background-color: #b34034;
opacity: 1;
color: #fff;
}
 
.nav-link.highlight:hover {
  background-color: #4d5a4e !important;
}

.nav-link.highlight {
}

.nav-link.highlight.short {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #b34034;
}

.nav-link.dropdown {
  padding-right: 30px;
  color: #FFF ;
}
.nav-link.dropdown a {
	color: #FFF;
	text-decoration: none;
}
.nav-link.dropdown.w--open {
  background-color: #425955;
  color: #fff;
}

.nav-link.scroll {
  padding:  12px 24px;
  background-color: transparent;
}
.nav-link.scroll:hover {
	background-color: #4d5a4e;
}

.header-contact-block {
  margin-top: 4px;
  margin-left: 10px;
  float: right;
}

.header-contact-icon {
  height: 40px;
  margin-top: 1px;
  margin-right: 18px;
  float: left;
  opacity: 0.2;
}

.header-contact-text {
  margin-top: 2px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #919191;
  font-size: 11px;
  line-height: 14px;
}

.hero-slider {
  height: 490px;
  background-color: #2b2f36;
}

.hero-slide {
  background-image: url('/img/back.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-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/teamwork-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

.container {
  position: relative;
}

.container.centered {
  text-align: center;
}

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

.home-intro-column {
  padding-right: 32px;
  line-height: 22px;
}

.home-slider-button {
  width: 60px;
  height: 100px;
  background-color: rgba(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, .3);
}

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

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

.cta-title {
  margin-bottom: 4px;
  font-family: Cardo, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.cta-title.subtitle {
  font-family: Montserrat, sans-serif;
  color: #ec4933;
  font-size: 16px;
  font-weight: 400;
}

.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, .3);
}

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

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

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

.field.contact-field {
  border-color: #e0e0e0;
  background-color: #fff;
}

.field.contact-field:hover {
  border-color: #a8b1b5;
}

.field.contact-field:focus {
  border-color: #209de2;
}

.field.contact-area-field {
  height: 170px;
  padding-top: 12px;
  border-color: #e0e0e0;
  background-color: #fff;
}

.field.contact-area-field:hover {
  border-color: #968f8f;
}

.field.contact-area-field:focus {
  border-color: #209de2;
}

.cta-col-right {
  text-align: right;
}
.review.cuttr--loaded {
 
	position: relative;
 
}
.intro-icons {
  height: 50px;
  margin-top: 2px;
  margin-right: 19px;
  float: left;
}
._2-column-section {
	  background-color: hsla(129, 8%, 51%, .85);
}
._2-col-section-col-left {
 
  background-color: #b34034;
  color: #fff;
  line-height: 18px;
}

.memphisJournal {
	color: #FFF;
	margin-top: 15px;
}
.memphisJournal a {
	color: #FFF;
}
.memphisJournal img {
	float: left;
	margin-right: 15px;
	margin-bottom: 40px;
}

.memphisJournal {
	color: #FFF;
}

._2-col-section-col-right {
 
  padding-right: 0px;
  padding-left: 0px;
  background-color: #d4d4d4;
  background-image: url('/img/Footer-image.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

._2-col-section-content-block {
  width: 470px;
  height: 100%;
  padding-top: 51px;
  padding-right: 56px;
  float: right;
  font-size: 14px;
}

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

.intro-col-right-overlay {
  width: 100%;
  height: auto;
  background-color: hsla(129, 8%, 51%, .85);
}

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

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

.section-title {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  background-color: #fff;
  font-family: Cardo, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.section-title.subtitle {
  margin-top: 7px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #ec4933;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}

.section-title.smaller {
  display: block;
  background-color: transparent;
  font-family: Cardo, sans-serif;
  font-size: 30px;
  line-height: 29px;
  font-weight: 700;
}

.section-title.tint {
  background-color: #14adb3;
}

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

.section.intro-features-section {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #f1f2d8;
  background-image: url('/img/photo-back.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.tint {
  display: none;
  background-color: #14adb3;
}

.section.tint.testimonials {
  padding-bottom: 57px;
}

.section.dark {
  background-color: #363b47;
  color: #fff;
}

.section.team-section {
  padding-bottom: 0px;
  border-top: 1px solid #ebeced;
}

.services-image-block {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 160px;
  border-radius: 5px;
  background-color: #ec4933;
  background-image: url('/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.sub-nav ul {
	margin: -30px 0 10px 0; 
	padding: 0 0 20px 0;
	list-style: none;
}
.sub-nav li {
	display: inline;
	text-transform: uppercase;
	margin-right: 10px;
	font-size: 11px;
}
.sub-nav li a {
	text-decoration: none;
	color: #435955;
}
.sub-nav li a:hover {
	text-decoration: underline;
	color: #435955;
}

.services-overlay {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(179, 64, 52, .85);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
}

.services-overlay:hover {
  background-color: rgba(236, 73, 51, .2);
}

.services-title {
  font-family: Cardo, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  text-transform: capitalize;
  text-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.services-section {
  background-image: none;
}

.services-section-overlay {
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #f1f2d8;
  color: #fff;
}

.services-section-overlay._2 {
  background-color: #accfcc;
}

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

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

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

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

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

.link:hover {
  color: #ec4933;
}

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

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

.link.article-link {
  display: block;
  margin-top: 7px;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  color: #209de2;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}

.link.article-link:hover {
  color: #ec4933;
}

.link.read-more-link {
  display: inline-block;
  margin-top: 5px;
  padding-right: 30px;
  background-image: url('/img/Icon-arrow-blue.png');
  background-position: 100% 50%;
  background-size: auto 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
}

.link.read-more-link:hover {
  background-position: 129% 50%;
}

.link.right-read-more-link {
  display: inline-block;
  padding-right: 25px;
  float: right;
  background-image: url('/img/Icon-arrow-blue.png');
  background-position: 100% 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
}

.link.right-read-more-link:hover {
  background-position: 117% 50%;
}

.link.recent-news-link-title {
  display: block;
  margin-bottom: 9px;
  font-family: Cardo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.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.sidebar-list-link {
  display: block;
  padding: 15px 25px;
  font-family: Cardo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.link.sidebar-list-link.w--current {
  background-color: #f7f7f7;
  color: #ec4933;
}

.link.sidebar-list-link.last {
  border-bottom-width: 0px;
}

.link.blog-post-link {
  display: block;
  width: 80%;
  margin-bottom: 10px;
  font-family: Cardo, sans-serif;
  font-size: 24px;
  line-height: 27px;
}

.link.with-arrow {
  padding-right: 19px;
  background-image: url('/img/Icon-arrow-blue.png');
  background-position: 100% 50%;
  background-size: auto 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 250ms ease;
  transition: background-position 250ms ease;
}

.link.with-arrow:hover {
  background-position: 128% 50%;
}

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

.hero-slide-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(27, 33, 41, .55);
}

.nav-menu {
  float: none;
  text-align: left;
}

.top-nav-content-block {
  height: 45px;
  margin-left: 12px;
  padding-top: 12px;
  padding-left: 12px;
  float: right;
  border-left: 1px solid #e8e8e8;
}

.top-nav-content-block.left {
  margin-left: 0px;
  padding-left: 0px;
  float: left;
  border-left-style: none;
}

.top-nav-icon {
  height: 17px;
  margin-right: 10px;
  float: left;
  opacity: 0.3;
}

.top-header {
  height: 45px;
  background-color: #14adb3;
}

.top-social-block {
  width: 20px;
  height: 20px;
  margin-left: 2px;
  padding-top: 1px;
  border-radius: 3px;
  background-color: #c7c7c7;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
}

.top-social-block:hover {
  background-color: #209de2;
}

.top-social-icon {
  height: 12px;
  margin-top: -3px;
}

.header-wrapper {
  position: relative;
  z-index: 900;
  background-color: #778c7a;
}

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

.text-logo {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Cardo, sans-serif;
  font-size: 29px;
  line-height: 25px;
}

.text-logo.subtitle {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #c4c4c4;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 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;
}

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

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

.hero-content-block {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.lawyer-intro {
  position: absolute;
  left: 0px;
  top: 22px;
  bottom: 0px;
}

.lawyer-intro._2 {
  position: absolute;
  left: 105px;
  height: 430px;
}

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

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

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

.feature-title {
  margin-bottom: 4px;
  font-family: Cardo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-section-overlay {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b34034;
}

.form {
  margin-bottom: 0px;
}

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

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

.field-label.sublabel {
  margin-bottom: 7px;
  font-family: Cardo, sans-serif;
  color: #a3a3a3;
  font-size: 13px;
  font-weight: 400;
}

.article-block {
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
  color: #000;
  text-align: left;
}

.article-icon {
  height: 40px;
  margin-bottom: 7px;
}

.read-more-block {
  margin-top: 20px;
  padding: 15px;
  border-radius: 3px;
  background-color: #e6e8ed;
}

.read-more-title {
  float: left;
  font-family: Lato, sans-serif;
}

.recent-news-post {
  position: relative;
}

.recent-news-date {
  position: absolute;
  top: 20px;
  right: 20px;
  padding-top: 1px;
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 2px;
  background-color: #ec4933;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
}

.widget-block {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}

.recent-news-list-item {
  padding: 15px 25px;
  border-bottom: 1px solid #ededed;
}

.recent-news-date-title {
  margin-top: -2px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 11px;
  line-height: 14px;
}

.section-title-block {
  position: relative;
  margin-bottom: 30px;
}

.section-title-line {
  position: absolute;
  left: 0px;
  top: 16px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .09);
}

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

.image-section-title.subtitle {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #b34034;
  font-size: 18px;
  line-height: 37px;
}

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

.gray-image-section {
  background-color: #e6e6e6;
  background-image: url('/img/Slide-image3.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}

.gray-image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: hsla(0, 0%, 91%, .9);
}

.large-paragraph {
  font-family: Cardo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.quote-wrapper {
  display: inline-block;
  width: 60%;
}

.quote-divider-line {
  display: block;
  width: 40%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 44px;
  margin-left: auto;
  background-color: rgba(0, 0, 0, .09);
}

.footer-overlay {
  padding-top: 90px;
  background-color: rgba(66, 89, 85, .75);
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(72, 80, 102, 0), #425955);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(72, 80, 102, 0), #425955);
}

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

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

.lawyer-name._2 {
  left: 145px;
  bottom: 145px;
}

.footer-column-right {
  text-align: right;
}

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

.page-header.dark {
  border-top-style: none;
  background-color: #172333;
  color: #fff;
}

.page-header.dark.without-heading {
  height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.page-header-title.subtitle {
  margin-top: 13px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #8a0917;
  font-size: 18px;
  line-height: 20px;
}

.column-intro-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Cardo, sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
}

.column-intro-title.smaller {
  margin-bottom: 10px;
  color: #ec4933;
  font-size: 18px;
  line-height: 23px;
}

.column-image {
  margin-bottom: 25px;
  border-radius: 3px;
}

.content-column-1 {
  padding-right: 20px;
}

.cta-section {
  padding-top: 35px;
  padding-bottom: 25px;
  background-color: #172333;
}

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

.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, .1);
  color: #000;
}

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

.column-right {
  padding-left: 25px;
}

.icon-list-item {
  position: relative;
  margin-bottom: 18px;
  padding-right: 25px;
  padding-left: 93px;
}

.icon-list-item.smaller {
  padding-left: 55px;
}

.icon-list-item.smaller.last {
  margin-bottom: -10px;
}

.list-icon {
  position: absolute;
  left: 0px;
  top: 7px;
  height: 60px;
}

.list-icon.small {
  height: 40px;
}

.list-title {
  margin-bottom: 7px;
  font-family: Cardo, sans-serif;
  color: #ec4933;
  font-size: 18px;
}

.team-profile-image {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 520px;
}

.team-profile-image.odd {
  left: auto;
  right: 0px;
  bottom: 0px;
  height: 530px;
}

.team-row {
  margin-bottom: 80px;
}

.team-info-col-right {
  padding-left: 50px;
}

.team-title {
  font-family: Cardo, sans-serif;
  color: #ec4933;
  font-size: 40px;
}

.team-title.subtitle {
  margin-top: 8px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #030303;
  font-size: 18px;
  line-height: 30px;
}

.team-contact-list {
  margin-top: 20px;
}

.team-contact-list-item {
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #ededed;
}

.team-contact-list-item.social-icons {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.team-contact-icon {
  height: 20px;
  margin-right: 8px;
  float: left;
}

.team-contact-text {
  float: left;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.team-social-block {
  width: 30px;
  height: 30px;
  margin-right: 3px;
  padding-top: 4px;
  border-radius: 2px;
  background-color: #c3c5c7;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
}

.team-social-block:hover {
  background-color: #3f4245;
}

.team-social-icon {
  width: 17px;
  height: 17px;
}

.team-info-col-left {
  padding-right: 40px;
}

.overall-content-column-left {
  padding-right: 35px;
}

.widget-image-block {
  display: block;
  background-image: url('/img/BG-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.widget-image-block-overlay {
  padding: 115px 25px 35px;
  background-color: rgba(0, 0, 0, .2);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.widget-image-block-overlay:hover {
  background-color: transparent;
}

.widget-image-block-overlay._404 {
  padding-top: 65px;
}

.image-block-title {
  font-family: Cardo, sans-serif;
  color: #fff;
  font-size: 25px;
}

.service-blocks-row {
  margin-top: 35px;
  margin-bottom: 25px;
}

.service-block-column.right {
  text-align: right;
}

.service-link-block {
  position: relative;
  display: inline-block;
  width: 97%;
  padding: 25px 25px 25px 92px;
  border: 0px solid rgba(0, 0, 0, .1);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
  -webkit-transition: border 250ms ease;
  transition: border 250ms ease;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.service-link-block:hover {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3);
}

.service-block-icon {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  padding: 9px;
  border-radius: 3px;
  background-color: #ec4933;
}

.service-block-title {
  margin-bottom: 2px;
  font-family: Cardo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.service-block-paragraph {
  margin-bottom: 0px;
  color: #acacad;
  font-size: 12px;
  line-height: 15px;
}

.contact-us-map {
  height: 105%;
  padding-left: 600px;
}

.contact-section {
  position: relative;
  overflow: hidden;
  height: 700px;
}

.contact-section-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: -webkit-linear-gradient(0deg, #edeff2 42%, hsla(0, 0%, 100%, 0) 81%);
  background-image: linear-gradient(90deg, #edeff2 42%, hsla(0, 0%, 100%, 0) 81%);
}

.contact-column-right {
  padding-top: 94px;
  padding-right: 65px;
  padding-left: 65px;
}

.contact-block {
  margin-bottom: 7px;
  padding: 25px 25px 15px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .7);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
}

.contact-block:hover {
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
}

.contact-block-title {
  margin-bottom: 7px;
  font-family: Cardo, sans-serif;
  color: #ec4933;
  font-size: 21px;
}

.contact-icon {
  height: 20px;
  margin-right: 10px;
  float: left;
}

.contact-us-title {
  font-family: Cardo, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 24px;
  font-weight: 700;
}

.contact-us-title.subtitle {
  margin-top: 14px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

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

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

.page-title-wrapper {
  margin-bottom: 45px;
}

.blog-post {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.blog-post-date {
  margin-top: 13px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 15px;
  font-weight: 400;
}

.widget-content-block {
  padding: 25px;
}

.content-info-block {
  margin-bottom: 19px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
}

.content-info-block.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.contact-info-text {
  margin-bottom: 0px;
}

.blog-author-image {
  width: 80px;
  height: 80px;
  margin-right: 21px;
  float: left;
  border-radius: 100%;
}

.blog-author-title {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.blog-author-title._2 {
  margin-top: 0px;
  font-family: Cardo, sans-serif;
  color: #ec4933;
  font-size: 24px;
}

.blog-post-title {
  margin-top: 0px;
  font-family: Cardo, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.logo-block {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  padding-top: 16px;
  float: left;
  border-radius: 3px;
  background-color: #172333;
  -webkit-transition: background-color 700ms ease;
  transition: background-color 700ms ease;
  text-align: center;
}

.logo-block:hover {
  background-color: #ec4933;
}

.logo-icon {
  height: 30px;
}

.client-testimonial {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-family: Cardo, sans-serif;
  color: #9c9c9c;
  font-size: 17px;
  line-height: 24px;
}

.client-block-square {
  position: absolute;
  top: 47%;
  right: 0px;
  display: block;
  width: 25px;
  height: 22px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(0px, -50%);
  -ms-transform: rotate(45deg) translate(0px, -50%);
  transform: rotate(45deg) translate(0px, -50%);
}

.client-testimonial-name {
  margin-top: 0px;
  font-family: Cardo, sans-serif;
  font-size: 20px;
}

.client-testimonial-name.subtitle {
  margin-top: 4px;
  font-family: Montserrat, sans-serif;
  color: #ec4933;
  font-size: 11px;
  line-height: 18px;
}

.service-item {
  padding-bottom: 20px;
}

.blog-posts-column {
  width: 65%;
  padding-right: 40px;
  float: left;
}

.blog-posts-column._2 {
  width: 35%;
  padding-right: 0px;
  float: right;
}

.blog-post-image-block {
  width: 100%;
  height: 270px;
  margin-bottom: 23px;
  border-radius: 5px;
  background-image: url('/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-header-image-block {
  width: 100%;
  height: 280px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-image: url('/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.team-member-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
  border-radius: 3px;
  background-image: url('/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.team-member-title-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 31px 21px 21px;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
  color: #fff;
}

.team-member-title {
  font-family: Cardo, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.team-member-title._2 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.service-dynamic-item {
  border-bottom: 1px solid #f1f1f1;
}

.recent-news-image-block {
  width: 100%;
  height: 175px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: url('/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.information-block-right {
  width: 60%;
  margin-bottom: 50px;
  float: right;
}

.logo {
  height: 60px;
  margin-top: -5px;
}

.table-wrapper {
  border: 1px solid #e2e2e2;
}

.table-item-block {
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.table-item-block:hover {
  background-color: #f8f8f8;
}

.table-item-block.title {
  padding: 15px;
  background-color: #172333;
}

.table-title {
  font-family: Cardo, sans-serif;
  color: #fff;
  font-size: 15px;
}

.table-image {
  border-radius: 4px;
}

.testimonial-item {
  margin-bottom: 16px;
}

.testimonial-wrapper {
  position: relative;
}

.testimonial-text-block {
  position: relative;
  width: 78%;
  padding: 35px 45px 31px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
  text-align: center;
}

.testimonial-client-block {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20%;
  float: right;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.aboutheader {
  margin-bottom: 13px;
  margin-left: 0px;
  float: none;
  font-family: Cardo, sans-serif;
  line-height: 50px;
  font-weight: 400;
}

.logotype {
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: Cardo, sans-serif;
  color: #172333;
  font-size: 28px;
}

.videosection {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #425955;
}

.footlogo {
  margin-bottom: 12px;
}

.blogtext {
  color: #fff;
}

.white {
  color: #fff;
}

.headlogo {
  display: block;
  width: 220px;
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
}

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

.body {
  background-color: #f1f2d8;
}

.subphone {
  display: block;
  margin-top: 4px;
  float: right;
}
.main {
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	
}
.main p{
  margin-bottom: 8px;
}

.main h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #8a0917;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.bulletlist{
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 21px 32px;
  background-color: #d6e6e4;
}
.adminlink {
	float: left;
	/*margin-top: -23px;*/
	position: relative;
	font-size: 12px; 
}
.adminlink a {
	background: #ec4f51;
	color: #FFF !important;
 	padding: 2px 6px;

}
.adminlink a:hover {
	background: #953233 !important;
 	color: #FFF !important;
}

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

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

/*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"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

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-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-4"] {
  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="fade-in-from-bottom-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

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

html.w-mod-js *[data-ix="fade-in-from-bottom-4"] {
  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);
}

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

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

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

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

@media (max-width: 991px) {
  .memphisJournal img {
	float: none;
	margin-right: 15px;
	margin-bottom: 5px;
}

  .logo-container {
    width: 295px;
  }
  .logo-container.w--current {
    width: 50%;
  }
  .nav-link {
     padding: 18px 19px;
    font-size: 12px;
  }
  .nav-link.highlight {
    padding-left: 13px;
  }
  .header-contact-block {
    margin-top: 1px;
  }
  .hero-slide-title {
    font-size: 44px;
    line-height: 36px;
  }
  .hero-container {
    padding-top: 137px;
  }
  .home-intro-column {
    padding-right: 17px;
  }
  .home-intro-title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }
   
  .field.first-half {
    height: 40px;
  }
  .field.second-half {
    height: 40px;
  }
  ._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;
  }
  .section {
    padding: 45px;
  }
  .section.intro-features-section {
    background-position: 28% 50%;
  }
  .section.tint {
    padding: 45px;
  }
  .services-image-block {
    height: 130px;
  }
  .services-overlay {
    padding-top: 55px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .services-title {
    font-size: 21px;
  }
  .services-section-overlay {
    padding: 75px 45px 65px;
  }
  .bottom-footer {
    margin-top: 45px;
    padding-right: 25px;
    padding-left: 45px;
  }
  .link.article-link {
    font-size: 12px;
    line-height: 17px;
  }
  .link.recent-news-link-title {
    font-size: 15px;
    line-height: 19px;
  }
  .contact-header {
    padding-top: 30px;
  }
  .text-logo {
    font-size: 19px;
  }
  .feature-block {
    padding-left: 40px;
  }
  .image-section {
    background-position: 50% 50%;
    background-size: contain;
    background-attachment: scroll;
  }
  .image-section-overlay {
    padding: 65px 45px;
  }
  .article-block {
    padding: 20px 15px 20px 20px;
    font-size: 12px;
    line-height: 17px;
  }
  .read-more-block {
    margin-top: 5px;
  }
  .recent-news-list-item {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .gray-image-section {
    background-attachment: scroll;
  }
  .footer-overlay {
    padding-top: 45px;
  }
  .lawyer-name {
    bottom: 208px;
  }
  .column-intro-title {
    font-size: 19px;
    line-height: 25px;
  }
  .icon-list-item.smaller {
    padding-right: 5px;
    padding-left: 45px;
  }
  .list-icon.small {
    height: 30px;
  }
  .team-profile-image {
    left: -20px;
    height: 450px;
  }
  .team-profile-image.odd {
    right: -30px;
    height: 490px;
  }
  .team-info-col-right {
    padding-left: 70px;
  }
  .team-info-col-left {
    padding-right: 70px;
  }
  .overall-content-column-left {
    padding-right: 35px;
    padding-left: 0px;
  }
  .service-link-block {
    padding: 15px 15px 15px 65px;
  }
  .service-block-icon {
    left: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
  }
  .contact-us-map {
    padding-left: 363px;
  }
  .contact-section {
    height: 650px;
  }
  .contact-section-overlay {
    padding: 80px 35px 60px;
  }
  .contact-column-right {
    padding-top: 125px;
    padding-right: 35px;
    padding-left: 25px;
  }
  .contact-block {
    padding-bottom: 8px;
    background-color: #fff;
  }
  .client-testimonial {
    font-size: 16px;
    line-height: 22px;
  }
  .client-testimonial-name {
    font-size: 19px;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .article-item {
    padding-right: 5px;
  }
  .team-member-title {
    font-size: 18px;
  }
  .recent-news-image-block {
    height: 125px;
  }
  .information-block-right { 
    width: 62%;
    margin-bottom: 30px;
  }
  .logo {
    height: 52px;
  }
  .testimonial-text-block {
    width: 73%;
  }
  .testimonial-client-block {
    width: 24%;
  }
  .aboutheader {
    font-size: 32px;
    line-height: 38px;
  }
.scrollnav {
  display: none !important;
}
}

@media (max-width: 767px) {

.testimonial .testimonial-item {
	padding:10px 10px 10px 10px;
	width: 100%;
	float: none; 
	display: block; 
	margin-bottom: 0; 
	 
}


.sub-nav {
	display: none;
}
.bulletlist{
  margin: 10px -25px; 
  padding: 21px 25px;
}

.page-header-title,
.main h1 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
}

img.floatLeft,
img.floatRight {
	width: 50%;
}

#getstarted .w-col-4 {
	padding: 0;
	margin: 0;
}
#getstarted .w-col-4 input {
	margin-bottom: 10px;
}
  .navbar {
    border-radius: 0px;
  }
  .logo-container {
    width: 290px;
  }
  .logo-container.w--current {
    width: 66%;
  }
  .nav-link {
    padding-right: 25px;
    padding-left: 25px;
    line-height: 11px;
  }
  .nav-link.highlight {
    padding-left: 25px;
    float: none;
  }
  .header-contact-block {
    width: 159px;
    margin-top: 7px;
    margin-left: 14px;
  }
  .header-contact-icon {
    height: 20px;
    margin-top: 6px;
    margin-right: 10px;
    opacity: 0.42;
  }
  .header-contact-text {
    display: inline-block;
    float: none;
  }
  .hero-slider {
    height: 370px;
  }
  .hero-slide-title {
    margin-bottom: 13px;
    font-size: 34px;
  }
  .hero-container {
    padding-top: 70px;
  }
  .home-intro-column {
    padding-right: 25px;
    padding-bottom: 12px;
    padding-left: 25px;
  }
  .home-slider-button {
    width: 40px;
    height: 80px;
  }
  .home-slider-button:hover {
    width: 50px;
  }
   
  .field.first-half {
    width: 100%;
    height: 40px;
  }
  .field.second-half {
    width: 100%;
    height: 40px;
  }
  .cta-col-right {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .intro-icons {
    height: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    float: none;
  }
  ._2-col-section-col-left {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  ._2-col-section-col-right {
    height: auto;
  }
  ._2-col-section-content-block {
    width: 100%;
    padding: 25px;
    text-align: center;
  }
  ._2-col-section-content-block.right {
    padding: 25px;
  }
  .intro-col-right-overlay {
    min-height: auto;
  }
  .section-title-wrapper {
    margin-bottom: 15px;
  }
  .section-title.tint {
    font-size: 22px;
    line-height: 22px;
  }
  .section {
    padding: 25px;
  }
  .section.intro-features-section {
    padding: 25px 25px 0px;
  }
  .section.tint {
    padding: 25px;
  }
  .section.tint.testimonials {
    padding-bottom: 21px;
  }
  .services-section-overlay {
    padding: 25px;
  }
  .bottom-footer {
    margin-top: 25px;
    padding: 15px 25px;
  }
  
  .slide-paragraph {
    width: 70%;
  }
  .nav-menu {
    background-color: #172333;
  }
  .top-nav-content-block {
    border-left-width: 0px;
    text-align: center;
  }
  .top-nav-content-block.social {
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
  }
  .top-nav-icon {
    float: none;
  }
  .contact-header {
    padding: 15px 5px 8px;
  }
  .text-logo {
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .text-logo.subtitle {
    font-size: 13px;
    line-height: 11px;
  }
  .header-contact-title {
    font-size: 13px;
  }
  .header-contact-title._2 {
    margin-top: 7px;
  }
  .nav-container {
    bottom: -9px;
    border-radius: 0px;
    background-color: transparent;
  }
  .lawyer-intro {
    position: static;
    left: 0px;
    display: inline-block;
    width: 303px;
    height: 250px;
  }
  .lawyer-intro._2 {
    left: 135px;
    height: 320px;
  }
  .features-row {
    margin-bottom: 0px;
  }
  .feature-column {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 22px;
  }
  .feature-title {
    font-size: 15px;
  }
  .image-section-overlay {
    padding: 25px;
  }
  .article-block {
    margin-bottom: 12px;
  }
  .image-section-title {
    font-size: 34px;
  }
  .image-section-title.subtitle {
    font-size: 13px;
    line-height: 27px;
  }
  .gray-image-section-overlay {
    padding: 55px 25px;
  }
  .quote-wrapper {
    width: 90%;
  }
  .quote-divider-line {
    margin-bottom: 20px;
  }
  .footer-overlay {
    padding-top: 25px;
  }
  .intro-lawyers {
    position: relative;
    left: auto;
    right: 0px;
    bottom: 0px;
    width: 40%;
    float: right;
  }
  .lawyer-name {
    position: static;
    left: 0px;
    bottom: 0px;
    display: none;
    float: left;
  }
  .footer-column-left {
    padding-left: 0px;
    text-align: left;
  }
  .footer-column-right {
    padding-left: 0px;
    text-align: left;
  }
  .page-header {
    padding: 35px 25px 25px;
  }
  .page-header.dark.without-heading {
    height: 20px;
  }
  .page-header-title {
    font-size: 32px;
  }
  .page-header-title.subtitle {
    margin-top: 3px;
  }
  .column-intro-title {
    font-size: 21px;
  }
  .content-column-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-section {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .dropdown-icon {
    margin-right: 30px;
  }
  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
  }
  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-right {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-profile-image {
    left: -112px;
  }
  .team-profile-image.odd {
    right: -103px;
  }
  .team-info-col-right {
    padding-left: 40px;
  }
  .team-title {
    font-size: 29px;
  }
  .team-title.subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .team-info-col-left {
    padding-right: 40px;
  }
  .overall-content-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .overall-sidebar-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .service-link-block {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-section {
    height: 920px;
  }
  .contact-section-overlay {
    padding: 55px 25px 25px;
  }
  .contact-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-column-right {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-post {
    padding-bottom: 6px;
  }
  .logo-block {
    width: 50px;
    height: 50px;
    padding-top: 11px;
  }
  .client-block-square {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    margin-top: -61px;
    margin-right: 17px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 3px;
    background-color: #e74c3c;
  }
  .menu-button.w--open {
    background-color: #172333;
  }
  .cta-form-col-left {
    padding-right: 30%;
    padding-left: 0px;
  }
  .service-item {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .article-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-post-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-posts-column {
    width: 100%;
  }
  .blog-posts-column._2 {
    width: 100%;
    margin-top: 20px;
  }
  .blog-post-image-block {
    height: 200px;
  }
  .blog-post-header-image-block {
    height: 200px;
  }
  .team-member-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-member-block {
    height: 270px;
    margin-bottom: 10px;
  }
  .consultation-col-left {
    padding-right: 20%;
    padding-left: 0px;
  }
  .information-block-right {
    width: 60%;
    padding: 10px;
    float: right;
    background-color: hsla(0, 0%, 100%, .69);
  }
  .logo {
    height: 32px;
    margin-top: 1px;
    margin-left: -5px;
  }
  .testimonial-text-block {
    width: 100%;
  }
  .testimonial-client-block {
    position: static;
    width: 100%;
    margin-top: 20px;
    float: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .aboutheader {
    font-size: 28px;
    line-height: 34px;
  }
  .logotype {
    margin-top: 0px;
    font-size: 24px;
  }
  .headlogo {
    width: 125px;
  }
  .subphone {
    float: none;
    position:absolute;
    top: 2px;
    right: 55px;
    font-size: 12px;
  }
  .link.header-contact-link {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 479px) {
  .button.cta-button {
    margin-right: 5px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
    line-height: 31px;
  } 
  .button.slider-button {
    width: 100%;
  }
  .button.slider-button.slider-outline-button {
    margin-top: 5px;
    margin-left: 0px;
  }
  .logo-container {
    width: 150px;
  }
  .logo-container.w--current {
    width: 100%;
  }
  .header-contact-block {
    width: 138px;
    height: 35px;
    margin-top: 0px;
    margin-left: 11px;
    padding-top: 2px;
  }
  .header-contact-icon {
    height: 20px;
    margin-right: 7px;
  }
  .hero-slider {
    height: 320px;
  }
  .hero-slide-title {
    font-size: 23px;
    line-height: 26px;
  }
  .hero-container {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .container {
    padding-top: -3px;
  }
  .home-intro-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-slider-button {
    width: 30px;
    font-size: 10px;
  }
  .cta-title {
    font-size: 28px;
  }
  .cta-title.subtitle {
    margin-top: 10px;
    font-size: 14px;
    line-height: 19px;
  }
  .field.first-half {
    height: 32px;
  }
  .cta-col-right {
    padding-top: 10px;
  }
  ._2-col-section-content-block {
    padding: 20px;
  }
  ._2-col-section-content-block.right {
    padding: 20px;
  }
  .section-title-wrapper.left-align {
    padding-top: 1px;
  }
  .section-title {
    font-size: 22px;
    line-height: 22px;
  }
  .section {
    padding: 20px;
  }
  .section.intro-features-section {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.tint {
    padding: 20px;
  }
  .section.tint.testimonials {
    padding-bottom: 11px;
  }
  .services-image-block {
    height: 80px;
  }
  .services-overlay {
    padding-top: 22px;
  }
  .services-title {
    font-size: 19px;
    line-height: 21px;
  }
  .services-section-overlay {
    padding: 20px;
  }
  .bottom-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .link.blog-post-link {
    width: 100%;
    font-size: 21px;
    line-height: 24px;
  }
  .slide-paragraph {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }
  .top-nav-content-block {
    display: inline-block;
    height: 35px;
    margin-left: 0px;
    padding-top: 7px;
  }
  .top-nav-content-block.social {
    padding-right: 12px;
  }
  .top-nav-icon {
    margin-right: 4px;
  }
  .top-header {
    overflow: hidden;
    height: 35px;
  }
  .contact-header {
    padding-top: 5px;
    padding-right: 0;
    padding-left: 5px;
  }
  .text-logo {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
  }
  .text-logo.subtitle {
    font-size: 10px;
  }
  .header-contact-title {
    margin-top: 4px;
    font-size: 11px;
  }
  .header-contact-title._2 {
    margin-top: 9px;
    line-height: 11px;
  }
  .nav-container {
    bottom: 0px;
  }
  .hero-content-block {
    width: 85%;
  }
  .lawyer-intro {
    height: 220px;
  }
  .lawyer-intro._2 {
    left: 100px;
    height: 250px;
  }
  .image-section {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .image-section-overlay {
    padding: 20px;
    background-image: -webkit-linear-gradient(0deg, #fff 38%, hsla(0, 0%, 100%, .9) 60%);
    background-image: linear-gradient(90deg, #fff 38%, hsla(0, 0%, 100%, .9) 60%);
  }
  .recent-news-list-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-title-block {
    margin-bottom: 12px;
  }
  .image-section-title {
    font-size: 27px;
    line-height: 32px;
  }
  .image-section-title.subtitle {
    font-size: 14px;
    line-height: 18px;
  }
  .gray-image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .large-paragraph {
    font-size: 17px;
    line-height: 24px;
  }
  .quote-wrapper {
    width: 100%;
  }
  .intro-lawyers {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .lawyer-name {
    font-size: 10px;
  }
  .lawyer-name._2 {
    left: 75px;
    bottom: 104px;
  }
  .page-header {
    padding: 15px;
  }
  .page-header.dark.without-heading {
    height: 10px;
  }
  .page-header-title {
    font-size: 25px;
    line-height: 29px;
  }
  .page-header-title.subtitle {
    margin-top: 6px;
    font-size: 16px;
    line-height: 18px;
  }
  .cta-section {
    padding: 20px 70px 20px 20px;
  }
  .cta-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon-list-item {
    padding-right: 0px;
    padding-left: 50px;
  }
  .list-icon {
    top: 2px;
    height: 32px;
  }
  .team-profile-image {
    position: relative;
    left: 0px;
    width: 100%;
    height: auto;
    margin-top: -30px;
  }
  .team-profile-image.odd {
    right: 0px;
    height: auto;
  }
  .team-row {
    margin-bottom: 0px;
  }
  .team-info-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-title {
    font-size: 20px;
    line-height: 10px;
  }
  .team-title.subtitle {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 13px;
  }
  .team-info-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .widget-image-block-overlay {
    padding-bottom: 26px;
  }
  .service-blocks-row {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .service-link-block {
    padding-left: 70px;
  }
  .contact-section-overlay {
    padding: 30px 20px 20px;
  }
  .contact-us-title {
    font-size: 28px;
  }
  .contact-us-title.subtitle {
    margin-top: 3px;
    font-size: 14px;
    line-height: 20px;
  }
  .blog-post-date {
    font-size: 13px;
  }
  .blog-post-title {
    font-size: 25px;
    line-height: 27px;
  }
  .logo-block {
    width: 30px;
    height: 40px;
    margin-right: 9px;
    padding-top: 8px;
  }
  .logo-icon {
    height: 16px;
  }
  .client-testimonial {
    font-size: 14px;
    line-height: 20px;
  }
  .client-block-square {
    bottom: -5px;
  }
  .menu-button {
    width: 37px;
    height: 37px;
    margin-top: -45px;
    margin-right: 12px;
    padding-top: 8px;
  }
  .cta-form-col-left {
    padding-right: 0%;
  }
  .service-item {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .article-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-posts-column {
    padding-right: 0px;
  }
  .blog-post-image-block {
    height: 120px;
  }
  .blog-post-header-image-block {
    height: 120px;
    margin-bottom: 18px;
  }
  .team-member-block {
    height: 220px;
  }
  .consultation-col-left {
    padding-right: 0%;
  }
  .information-block-right {
    width: 100%;
    margin-bottom: 70px;
  }
  .logo {
    height: 28px;
    margin-top: 1px;
  }
  .testimonial-text-block {
    padding: 20px;
  }
  .logotype {
    font-size: 20px;
    line-height: 24px;
  }
  .headlogo {
    width: 115px;
    margin-top: -10px;
  }
  .mainlogo {
    width: 40%;
    max-width: 175px;
  }
}

