
.ip-settlements-slider {
  display: none;
}
/* ip content starts here ------------------------ */

.ip-detail-outer a { 
	color:#820409
}
.ip-detail-outer a:hover { 
	text-decoration: underline;
}

.ip-detail-outer {
  position:relative;
}
.ip-atf .ip-atf-testimonial:before {
    content: '';
    position: absolute;
    left: 12px;
    top: -12px;
    width: 46px;
    height: 33px;
    background: url(../images/atf-quote.png) left top no-repeat;
    background-size: contain;
}
.ip-inner {
  background-color:rgba( 255,255,255,.85 );
  position: relative;
  z-index: 2;
}
.ip-detail-outer .ip-left {
  padding:54px 0 125px 0;
}
.ip-detail-outer .ip-reviews {
  padding: 56px 0 0 0;
} 
.ip-detail-outer .ip-bio-left {
  padding-bottom: 0;
}
.ip-detail-outer .ip-left h1 {
  color:#820409;
  line-height: 1.3;
  margin-bottom:35px;
  letter-spacing: -0.38px;
  font-family: 'playfair_displayregular';
}
.ip-detail-outer .ip-left.ip-bio-left h1 {
  margin-bottom:0;
}
.ip-detail-outer .ip-left h2,
.ip-detail-outer .ip-left h3,
.ip-detail-outer .ip-left h4,
.ip-detail-outer .ip-left h5 {
	color:#021A1E;
	line-height: 1.1;
	margin:0 0 15px 0;
}
.ip-detail-outer .ip-left h2 {
	font-size: 36px;
	font-weight: 800;  /* 8-4-23  font-weight 700 added  */
}
.ip-detail-outer .ip-left h3 {
	font-size: 30px;
	font-weight: 600;  /* 8-4-23  font-weight 700 added  */
}
.ip-detail-outer .ip-left h4 {
  font-size:22px;
}
.ip-detail-outer .ip-left h5 {
  font-size:20px;
}
.ip-detail-outer .ip-left p {
  color:#0D0D0D;
  font-size: 16px;
  line-height: 2;
  font-family: 'latoregular';
}
.ip-detail-outer .ip-left.blog-post p img {
  display: block;
  margin: 0 0 25px;
}

.ip-detail-outer .ip-left.blog-post blockquote p {
  border-left: 4px solid #820409;
  padding-left:25px;
}
.ip-detail-outer .ip-left p a {
  font-family: 'latobold';
}
.ip-detail-outer .ip-left ul li {
  display:inline-block;
  width:100%;
  color:#0D0D0D;
  font-size:16px;
  line-height:1.1;
  position:relative;
  margin-bottom: 5px;
  padding-left:20px;
}
.ip-detail-outer .ip-left ul li:before {
  content:'';
  position:absolute;
  left:0;
  top:6px;
  width:7px;
  height:7px;
  background-color:#650810;
  border-radius:50%;
}
.ip-detail-outer .ip-asidebar {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction:column;
  z-index: 2;
}
.ip-detail-outer .ip-asidebar h3,
.ip-detail-outer .ip-asidebar h2 {
  color:#820409;
  font-size:24px;
  line-height: .9;
  margin-bottom:25px;
  font-family: 'playfair_displayregular';
}
.ip-detail-outer .ip-asidebar ul {
  width: 100%;
  position: relative;
  transition:all ease .3s;
  display: flex;
  flex-wrap: wrap;
}
.ip-detail-outer .ip-asidebar ul li {
  display: inline-block;
  width: 100%;
  line-height: 1;
  position: relative;
  padding-bottom: 7px;
}
.ip-detail-outer .ip-asidebar ul li.parent:after {
  content:'';
  background:url(../images/aside-arrow.png) left top no-repeat;
  background-size:contain;
  width:12px;
  height:16px;
  position:absolute;
  right:0;
  top:5px;
  transform: rotate(-90deg);
  cursor:pointer;
}
.ip-detail-outer .ip-asidebar ul li.parent.active:after {
  -ms-transform: rotate(-90deg); 
  -webkit-transform: rotate(-90deg); 
  transition:all ease .3s;
  transform: rotate(-90deg);
}
.ip-detail-outer .ip-asidebar ul li a {
  display: inline-block;
  width: 80%;
  color: #0D0D0D;
  font-size: 16px;
  line-height: 1.5;
  transition:all ease .3s;
  font-family: 'latoregular';
}
.ip-detail-outer .ip-asidebar ul li ul {
  height:0;
  visibility: hidden;
  opacity: 0;
}
.ip-detail-outer .ip-asidebar ul li.parent.active ul {
  height:auto;
  visibility: visible;
  opacity: 1;
  margin:10px 0 5px 0;
}
.ip-detail-outer .ip-asidebar ul li.parent.active ul li a {
  color:#444;
  font-family: 'latoregular';
}
.ip-detail-outer .ip-asidebar ul li.parent.active ul li:last-child {
  padding:0;
}
.ip-detail-outer .ip-asidebar ul li > a:hover, 
.ip-detail-outer .ip-asidebar ul > li.active a,
.ip-detail-outer .ip-asidebar ul li.parent.active ul li a:hover {
  color:#820409;
  font-family: 'latobold';
}

.ipatf-detail h3 {
  font-family: 'latobold_italic';
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 22px;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: 100%;
  text-align: center; 
}
.ipatf-detail h3::before, .ipatf-detail h3::after {
  border-top: 2px solid #fff;
  content: "";
  top: 9px;
  left: 0;
  position: absolute;
}
.ipatf-detail h3::after {
  left: auto;
  right: 0px;
}

/* ip content ends here -------------------------- */


/* blog page starts here ------------------------- */
.blog-row {
  margin:0 0 70px 0;
  position: relative;
  border-bottom: 1px solid #707070;
}
.blog-thumbnail {
  position: relative;
}
.blog-thumbnail img {
  width:100%;
  max-width:764px;
}
.blog-detail {
  padding-left: 12px;
}
.ip-detail-outer .ip-left .blog-detail h2 {
  color:#820409;
  line-height: 1.3;
  margin-bottom:25px;
  margin-top: 24px;
  font-family: 'playfair_displayregular';
}
.ip-detail-outer .ip-left .blog-detail h2 a {
  color:#820409;
}
.blog-detail span {
  position: absolute;
  left: -10px;
  top: -6px;
  background: #820409;
  width: 86px;
  height: 86px;
  font-size:24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #DBDBDB;
  text-align: center;
  padding: 8px 0 0;
  display: block;
  font-family: 'latobold';
}
.blog-detail span strong {
  color: #fff;
  font-size: 40px;
  font-family: 'playfair_displaybold';
  line-height: 0.7;
  display: block;
}
.blog-detail a.read-more {
  background-image: linear-gradient(to right, #820409, #C70C14);
  width:213px;
  height: 61px;
  color:#FFFFFF;
  font-size:16px;
  line-height: 1;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-family: 'latobold';
  margin:60px auto;
  text-align: center;
  border-radius: 30px;
  transition:all ease .3s;
}
.blog-detail a.read-more:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

/* blog page ends here --------------------------- */

/* blog detail page starts here -------------------------- */
.ip-left.blog-post {
  position:relative;
}
.blog-share-row {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  width:95%;
  margin-bottom: 20px;
}
.blog-share-row .social-share {
  display: flex;
  width:160px;
}
.blog-share-row .social-share span {
  color:#999999;
  font-size:16px;
  line-height: 1.3;
  font-family: 'latoregular';
  text-transform: uppercase;
  letter-spacing: 3.3px;
}
.ip-detail-outer .ip-left .blog-share-row .social-share ul {
  display:flex;
  justify-content:flex-start;
  flex-wrap: wrap;
  margin:0 0 0 25px;
}
.blog-share-row .social-share ul li {
  display:flex;
  padding:0;
  width: auto;
  margin-right: 13px;
}
.blog-share-row .social-share ul li:before {
  display: none;
}
.blog-share-row .social-share ul li:last-child {
  margin-right: 0;
}
.blog-share-row .social-share ul li svg {
  width:13px;
  height:22px;
}
.blog-share-row .social-share ul li:last-child svg {
  width:24px;
}
.blog-share-row .social-share ul li svg path {
} 
.title-404page .recent-posts {
  font-size:18px;
  color:#0d0d0d;
}
.title-404page .thumbnail {
  margin:20px 0 35px 0;
}
.title-404page .thumbnail img {
  width:100%;
}


.ip-left .blog-outer .pagination span, .ip-left .blog-outer .pagination a {
    color: #444;
    font-size: 16px;
    padding: 0 15px;
}
.ip-left .blog-outer .pagination span.current {
    color: #fff;
    font-size: 16px;
    padding: 6px 10px;
    background-image: linear-gradient(to bottom, #F60B26, #B40F22);
}
.ip-left.blog-post .pagination {
    display: flex;
    justify-content: flex-end;
    padding: 30px 20px 0 0;
    max-width: initial;
    width: 100%;
    border-top:1px solid #999;
}
.navigation.post-navigation {
  width:100%;
}
.navigation.post-navigation h2.screen-reader-text, 
.navigation.post-navigation .post-title {
    display: none;
}
.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.navigation.post-navigation .nav-previous .screen-reader-text, 
.navigation.post-navigation .nav-next .screen-reader-text {
    color: #999;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'latobold';
    display: inline-block;
    padding: 0 10px 5px 0;
    position: relative;
    border-bottom:4px solid transparent;
}
.navigation.post-navigation .nav-previous .screen-reader-text {
  margin-left:30px;
}
.navigation.post-navigation .nav-next .screen-reader-text {
  margin-right:0px;
}
.navigation.post-navigation .nav-previous .screen-reader-text:hover, 
.navigation.post-navigation .nav-next .screen-reader-text:hover {
  border-bottom:4px solid #820409;
}
.navigation.post-navigation .nav-previous .screen-reader-text:before {
    content: '';
    background: url(../images/blog-left-arrow.png) left top no-repeat;
    background-size: contain;
    width: 18px;
    height: 32px;
    position: absolute;
    left: -30px;
    top: -5px;
}
.navigation.post-navigation .nav-previous .screen-reader-text:hover:before {
    content: '';
    background: url(../images/blog-left-arrowhover.png) left top no-repeat;
    background-size: contain;
    width: 18px;
    height: 32px;
    position: absolute;
    left: -30px;
    top: -5px;
}
.navigation.post-navigation .nav-next .screen-reader-text:before {
    content: '';
    background: url(../images/blog-right-arrow.png) left top no-repeat;
    background-size: contain;
    width: 18px;
    height: 32px;
    position: absolute;
    right: -20px;
    top: -5px;
}
.navigation.post-navigation .nav-next .screen-reader-text:hover:before {
    content: '';
    background: url(../images/blog-right-arrowhover.png) left top no-repeat;
    background-size: contain;
    width: 18px;
    height: 32px;
    position: absolute;
    right: -20px;
    top: -5px;
}

.blog-post-date {
    letter-spacing: 3.3px;
    text-transform: uppercase;
    color: #999999;
    font-size: 16px;
    font-family: 'latoregular';
  }

.ip-detail-outer .ip-asidebar  .gform_wrapper {
    margin-top: 0px !important;
    position: relative;
}
.ip-asidebar .gform_wrapper:after {
    content: '* All Fields Required';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    color: #444;
    line-height: .9;
    text-align: center;
    font-size: 12px;
}
.ip-detail-outer .ip-asidebar .gform_wrapper .top_label li,
.ip-detail-outer .ip-asidebar .gform_wrapper .top_label li.gfield.gfield_error {
    width: 100% !important;
    padding: 0px !important;
}
.ip-detail-outer .ip-asidebar .gform_wrapper li.hidden_label input {
    margin: 0px !important;
}
.ip-detail-outer .ip-asidebar  .sidebar-tel {
    display: block;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}


/*blog details starts ----------------------------------- */


/* media query starts here ------------------------------- */
@media ( min-width:320px ) and ( max-width:767px) {
  .header .header-tel, .slick-next:before, 
  .slick-prev:before, .ipatf-detail {
    display:none;
  } 
  .ip-atf {
    padding: 100px 32px 10px 18px;
    height: 515px;
  }
  .ip-atf .ip-atf-area p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: 'playfair_displayregular';
    margin: 0 0 10px 70px;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #fff;
  }
  .ip-atf .ip-atf-area span {
    font-family: 'latobold_italic';
    font-size: 16px;
    color: #fff;
    text-align: right;
    width: 100%;
    display: block;
  }
  .ip-inner {
    margin: -294px 15px 0 15px;
  }
  .ip-detail-outer .ip-left {
    width:100%;
    padding:40px 25px;
  }
  .ip-detail-outer .ip-left.blog-post h1 {
    font-size:42px;
    line-height: 1.2;
    margin-bottom:35px;
  }
  .ip-detail-outer .ip-left h2 {
    font-size:26px; 
    margin-bottom:5px;
  }
  .ip-detail-outer .ip-left h3 {
    font-size:22px;
  }
  .ip-detail-outer .ip-left h4 {
    font-size:20px;
  }
  .ip-detail-outer .ip-left h5 {
    font-size:18px;
  }
  .ip-detail-outer .ip-left h6 {
    font-size:16px;
  }
  .ip-detail-outer .ip-left p {
    margin-bottom:40px;
  }
  .ip-detail-outer .ip-left blockquote p {
    font-size:16px;
    padding-left:25px;
    line-height: 2;
    padding:0 0 0 15px;
  }
  .ip-detail-outer .ip-left blockquote {
    margin: 12px 0 35px 20px
  }
  .ip-detail-outer .ip-left .blog-detail h2 {
    font-size:24px;
  }
  .blog-thumbnail {
    max-width: 310px;
    margin-left:5px;
  }
  .blog-row .blog-detail p {
    margin:0;
  }
  .blog-row {
    margin-bottom:60px;
  }
  .blog-share-row .social-share {
    width:100%;
    margin-top:10px;
  }
  .ip-detail-outer .ip-left ul {
    margin:0 0 50px 20px;
  }
  .blog-share-row {
    position:relative;
  }
  .blog-share-row {
    margin:0 0 10px 0;
  }
  .blog-share-row .social-share ul {
    margin:0;
  }
  .ip-detail-outer .ip-left blockquote .quote-text p {
    font-size:16px;
    margin-left:15px;
    padding:20px 0 35px 15px;
  }
  .hp-form-row.ip-form-row {
    position: relative;
    background-image: linear-gradient(#C2C2C2, #E8E8E8, #e6e6e6);
  }
  .hp-form-row.ip-form-row:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 0 solid transparent;
    border-right: 2500px solid #fff;
    border-bottom: 310px solid transparent;
    display: block !important;
  }
  .hp-form-row.ip-form-row:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 2500px solid #fff;
    border-bottom: 310px solid transparent;
    display: none;
  }
  .ip-detail-outer .ip-asidebar .gform_wrapper {
      padding: 0 12px;
  }
  .ip-detail-outer .ip-asidebar {
      margin-bottom: 70px;
  }
  
}
@media ( max-width:374px ) {
  .ip-inner {
    margin-top:-280px;
  }
}

@media ( max-width:360px ) {
  .ip-detail-outer .ip-left h1 {
    font-size:45px;
  }
  .blog-share-row .social-share {
    width:150px;
    padding-right:0;
  }
  .blog-share-row .blog-post-date,
  .blog-share-row .social-share span {
    font-size:14px;
  }
  .ip-inner {
    margin-top:-270px;
  }

}

@media ( min-width:768px ) {
  .ip-content-outer {
    background-color: #7f8082;
    padding: 81px 0 0 0;
  }
  .ip-content-outer .ip-atf {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding:0 20px 0 25px;
  }
  .ip-atf-area {
    display: inline-block;
    width:47%;
  }
  .ip-atf .ipatf-detail {
    display: inline-block;
    width:48%;
    position:relative;
    vertical-align: top;
    margin:0;
  }
  .ip-atf .ip-atf-testimonial {
    display: none;
    width:100%;
    padding:0 0 0 75px;
    top:0px;
  }
  .ip-atf .ip-atf-testimonial p {
    color:#fff;
    line-height: 1.15;
    font-family: 'playfair_displayregular';
    margin-bottom: 20px;
    letter-spacing: 0.1px;
  } 
  .ip-atf .ip-atf-testimonial span {
    display: inline-block;
    width:100%;
    color:#fff;
    font-size:18px;
    text-align:left;
    padding-left: 15px;
    border-left: 3px solid #fff;
    line-height: 1.9;
    font-family: 'latobold_italic';
    margin-bottom:5px;
  }
  .ip-atf .ip-atf-buttons {
    position:relative;
  }
  .ip-atf .ip-atf-buttons li {
    border-radius:32px;
    transition: all ease .3s;
  }
  .ip-atf .ip-atf-buttons li a {
    display: inline-block;
    width:100%;
    color:#0D0D0D;
    font-size:14px;
    font-family: 'latobold';
    text-transform:uppercase;
    background-color:#fff;
    text-align: center;
    border-radius:32px;
    transition:all ease .3s;
    padding: 12px 12px;
    letter-spacing: 0.7px;
  }
  .ip-atf .ip-atf-buttons li a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
  }
  .ip-inner {
    margin:0 30px;
  }
  .ip-detail-outer .ip-left {
    width:64%;
    padding-left:30px;
  }
  .ip-detail-outer .ip-left {
    padding-bottom: 45px;
  }
  .ip-detail-outer .ip-inner:before {
    width:245px;
  }
  .ip-detail-outer .ip-asidebar {
    width:245px;
    padding:55px 20px 0 20px;
    background-color: rgba( 254, 254, 254, .45 );
  }
  .ip-detail-outer .ip-left h1 {
    font-size:50px;
  }
  .ip-detail-outer .ip-left h2 + ul,
  .ip-detail-outer .ip-left ul {
    margin:0 0 50px 25px;
  } 
  .ip-detail-outer .ip-left h1 > br {
    display: none;
  }
  .ip-detail-outer .ip-left.ip-blog h1 {
    margin-bottom: 65px;
  }
  .ip-detail-outer .ip-left blockquote .quote-title h4 {
    margin:0;
  }
  .ipatf-detail h3:before, .ipatf-detail h3:after {
    width:24%;
  }
  .ip-detail-outer .ip-left blockquote {
    margin:20px 0 40px 15px;
  }
  .ip-detail-outer .ip-left blockquote .quote-title {
    top:110px;
  }
  .ip-detail-outer .ip-left.ip-bio-left blockquote  .quote-title.quote-title2 {
    top:70px;
  }
  .ip-detail-outer .ip-left blockquote .quote-text p {
    padding:0 0 0 25px;
  }
  .ip-detail-outer .ip-asidebar h3, .ip-detail-outer .ip-asidebar h2 {
    font-size: 22px;
  }
}

@media ( min-width:992px ) {
  .ip-content-outer .ip-atf {
    padding: 0 70px 10px 45px;
  }
  .ip-atf .ip-atf-testimonial p {
    font-size:22px;
  }
  .ip-atf .ip-atf-buttons {
    width:100%;
  }
  .ip-atf .ip-atf-buttons li a {
    font-size:16px;
    line-height: 1;
    padding:15px 22px;
  }
  .ip-atf .title, .ip-atf .title strong {
    font-size:28px;
  }
  .ip-detail-outer .ip-left {
    width:70%;
  }
  .ip-detail-outer .ip-left.blog-post h1 {
    font-size:52px;
    margin-top:40px;
  }
  .ip-atf .ip-atf-testimonial p {
    font-size: 18px;
  }
  .ip-detail-outer .ip-left blockquote .quote-text p {
    font-size:20px;
  }
  .ipatf-detail h3:before, .ipatf-detail h3:after {
    width:28%;
  }
  .ip-atf .ip-atf-testimonial span {
    margin:0;
  }
  .ip-detail-outer .ip-asidebar h3, .ip-detail-outer .ip-asidebar h2 {
    font-size: 24px;
  }
  .ip-content-outer {
    background-color: #7f8082;
    padding: 101px 0 0 0;
  }

}

@media ( min-width:1200px ) {
	/*blog FAQS starts ----------------------------------- */


  .ip-atf-area {
    width:550px;
  }
  .ip-atf .ipatf-detail {
    width:500px;
  }
  .ip-atf .title, .ip-atf .title strong {
    font-size:34px;
  }
  .ip-detail-outer .ip-left {
    width: 63%;
    padding-left: 70px;
  }
  .ip-detail-outer .ip-asidebar {
    width: 378px;
    padding: 60px 25px 0 25px;
    background-color: rgba(254,254,254,0.4);
  }
  .ip-inner {
    margin:25px 60px 0 60px;
  }
  .ip-detail-outer .ip-left h3 {
    font-size:32px;
  }
  .ip-atf .ip-atf-buttons li a {
    padding:22px 32px;
  }
  .ipatf-detail h3:before, .ipatf-detail h3:after {
    width: 34%;
  }
  .ip-atf .ip-atf-testimonial p {
    font-size: 22px;
  }
  .ip-detail-outer .ip-left.ip-blog h1 {
    font-size: 110px;
  }

}

@media ( min-width:1280px ) {
  .ip-atf-area {
    width: 630px;
  }
  .ip-atf .ipatf-detail {
    width:552px;
  }
  .ip-content-outer .ip-atf {
    padding:0 58px 0 75px;
  }
  .ip-detail-outer .ip-left blockquote .quote-text p {
    font-size:26px;
  }
  .ip-atf .ip-atf-buttons li a {
    padding:22px 38px;
  }

}

@media ( min-width:1359px ) {
  .ip-detail-outer .ip-left {
    width: 69%;
  }
  .ip-detail-outer .ip-left h3 {
    font-size:22px;
	  font-weight:600;
  }
  .ip-atf .ip-atf-testimonial p {
    font-size:26px;
  }

}


@media screen and ( min-width:1510px ) {
  .ip-detail-outer .ip-left blockquote .quote-title {
    top:110px;
  }
  .ip-detail-outer .ip-left.ip-bio-left blockquote  .quote-title.quote-title2 {
    top:70px;
  }

}