/* dnn bug fixes */
a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

[class*='Pane'] {
  margin-bottom: 0px !important;
}

#dnn_content {
  padding: 0px !important;
}

.dnnLogin {
  margin-top: 200px;
}

/* nav changes 
.header_bg {
	position: absolute;
}*/
.list-style ul li {
  list-style-type: square;
}

.header-left {
  text-align: right;
}

.nav-content {
  padding: 15px 0;
}

.nav-content a,
.nav-content a:link {
  color: #fff;
  font-size: 22px;
  line-height: 1.9;
  text-align: center;
}

.nav-content a.underline {
  text-decoration: underline;
}

.nav-content img {
  margin-left: 15px;
  max-height: 58px;
}

.headerBox .headertopBox {
  border-bottom: none;
}

.dg-accordion02 .panel-heading .panel-title a {
  font-size: 16px;
  padding: 12px 25px;
}

.show-sm {
  display: none !important;
}

.mobile_dnn_logo img {
  vertical-align: top;
}

/* Blog Content */

.blog-content {
  padding: 40px 5px;
}

.blog-content img {
  padding: 20px 0 10px 0;
}

.blog-content em {
  text-align: center;
  margin: auto;
  font-size: 18px;
}

.blog-content h1 {
  padding-top: 45px;
}

.blog-content h2 {
  padding-top: 35px;
}

.blog-content h3 {
  padding-top: 10px;
}

.blog-content h4 {
  margin-top: 20px;
}

.blog-content h5 {
  margin-top: 40px;
}

.blog-content h6 {
  margin-top: 20px;
}

.blog-content li {
  font-size: 15px;
}

.blog-content dt {
  padding: 10px 0;
  font-size: 21px;
}

.blog-content dt:before {
  display: inline-block;
  content: '';
  height: 10px;
  margin-right: 10px;
  background-color: #000;
  width: 10px;
}

.blog-content dd {
  margin-left: 40px;
}

.blog-section {
  padding: 0 55px;
}

.blog-content .row .row-content {
  padding: 20px 0;
}

.blog-content .blog-quote {
  background-color: #f6f6f6;
  padding: 40px;
  margin: 40px 0;
}

.header h1 {
  padding: 35px;
  border: 1px solid #212529;
  margin-top: 60px;
}

.constrain {
  width: 100%;
}

/* buttons */

a.underlined--white:any-link {
  text-decoration: underline;
  color: white;
}

a.btn-red,
a.btn-red:link {
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  padding: 9px 28px;
  background-color: #921a15;
  border: 2px solid #921a15;
  border-radius: 50px;
  /*-webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.25);*/
  transition: all 250ms;
}

a.btn-red:hover,
a.btn-red:link:hover {
  background-color: transparent;
  color: #921a15 !important;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  border: 2px solid #fff;
}

a.btn-white,
a.btn-white:link {
  display: inline-block;
  color: #921a15 !important;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  padding: 9px 28px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.25);
  transition: all 250ms;
}

a.btn-white:hover,
a.btn-white:link:hover {
  background-color: transparent;
  color: #fff !important;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

/* hero changes */

.home-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -380px;
  padding: 200px 0;
}

.home-hero .bean-float {
  position: absolute;
  bottom: 0;
  right: 100px;
  z-index: 1;
}

.home-hero .bean-float img {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.45));
}

.home-hero .bean-float .hero-badge {
  display: block;
  margin: 0 1rem 0 auto;
  width: fit-content;
  height: 173px;
}

.home-hero .bean-float .hero-badge img {
  max-height: 100%;
}

.home-hero .hh-content {
  max-width: 60%;
  position: relative;
  z-index: 2;
}

.home-hero h1 {
  font-size: 65px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 45px;
}

.home-hero h1 span {
  font-weight: 300;
}

.home-hero a.btn-red {
  font-size: 20px;
  padding: 13px 34px;
}

/* home who changes */

.home-who {
  padding: 60px 0;
}

.home-title h2 {
  color: #333333;
  font-size: 55px;
  line-height: 1.2;
}

.home-title h2 span {
  font-weight: 700;
}

.home-title p {
  font-family: 'Oswald';
  color: #333333;
  font-size: 28px;
  line-height: 1.2;
}

.home-title p span {
  color: #b32018;
}

/* home practices changes */

.home-practices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.hp-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.hp-row .item {
  width: 25%;
}

.hp-row .item-lg {
  width: 50%;
  background-color: #dfdad8;
}

.hp-row .item-lg .light {
  background-color: #ede7e7;
}

.hp-row .item .content,
.hp-row .item-lg .content {
  padding: 85px 35px;
}

.hp-row .item-lg .content.left {
  width: 50%;
}

.hp-row .item-lg .content.right {
  width: 50%;
  text-align: center;
}

.hp-row .item.injury-bg {
  background-image: url(/Portals/0/Home/InjuryBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.hp-row .item.comp-bg {
  background-image: url(/Portals/0/Home/CompensationBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.hp-row .item.death-bg {
  background-image: url(/Portals/0/Home/WrongfulDeathBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.hp-row .item.cond-bg {
  background-image: url(/Portals/0/Home/ConditionsBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.hp-row .item.cond-bg .content h2,
.hp-row .item.cond-bg .content a,
.hp-row .item.injury-bg .content h2,
.hp-row .item.injury-bg .content a {
  color: #fff;
}

.hp-row .item .content h2,
.hp-row .item-lg .content h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 20px;
}

.hp-row .item .content a,
.hp-row .item-lg .content a {
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0em;
  font-weight: 400;
  transition: all 250ms;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.hp-row .item .content a:hover,
.hp-row .item-lg .content a:hover {
  text-decoration: none;
  border-bottom: 2px solid #921a15;
}

.hp-row .item .content h2 span,
.hp-row .item-lg .content h2 span {
  font-size: 22px;
  font-weight: 300;
}

.home-practices ul li {
  list-style-type: disc;
}

.home-practices2 {
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr;
}

.home-practices2 .item {
  margin: 15px;
  min-height: 250px;
  z-index: 0;
}

/*
.home-practices2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-practices2 .item {
  margin: 15px;
  width: 22%;
  min-height: 250px;
  z-index: 0;
}*/
.home-practices2 .item a {
  color: #fff;
  z-index: 10;
}

.home-practices2 .item .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  text-align: center;
  background-position: center;
  position: relative;
}

.home-practices2 .item .content:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(146, 26, 21, 0.7);
  content: '';
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.home-practices2 .item:hover .content:before {
  background: rgba(146, 26, 21, 0);
}

.home-practices2 a:hover {
  text-decoration: none;
  border: none;
}

.home-practices2 .item:hover .content h3 {
  opacity: 1;
}

.home-practices2 .item .content h3 {
  color: #fff;
  transition: all 0.3s;
  z-index: 10;
}

.home-practices2 .item .content h3 a:hover {
  color: #921a15;
}

/* why choose us chanegs */

.why-bg {
  background: url(/Portals/0/Home/WhyBG.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.why-content a,
.why-content a:link {
  color: #b32018;
  font-weight: 700;
}

/* red bg changes */
.red-bg {
  background-color: #921a15;
}

.red-bg ul li {
  color: #fff;
  font-size: 24px;
  line-height: 1.75;
  list-style-type: none;
}

.red-bg ul li:before {
  content: '\f054';
  position: relative;
  left: -16px;
  top: -4px;
  margin-left: -8px;
  font: normal normal normal 10px/1 FontAwesome;
  color: #fff;
}

.red-bg h2 {
  color: #fff;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 35px;
}

.red-bg h2 span {
  font-weight: 300;
}

/* home testimonials changes */

.home-test {
  display: flex;
  flex-direction: row;
}

.home-test .ht-left {
  width: 45%;
}

.home-test .ht-right {
  width: 55%;
  position: relative;
}

.home-test .ht-right .content {
  position: absolute;
  width: 100%;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 22x 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.4);
  padding: 145px 40px 40px 80px;
  z-index: 10;
}

.home-test .ht-right .content:before {
  content: url(/Portals/0/Home/Blockquote.png);
  position: absolute;
  top: 40px;
  left: 40px;
}

.Testimonials03-tab blockquote {
  padding: 15px 0 40px 0;
  border: none;
}

.Testimonials03-tab .dot {
  bottom: 20px;
  right: 0px;
  text-align: left;
}

/* contact changes */
.Full_Screen_PaneF,
.Full_Screen_PaneH {
  background-image: url(/Portals/0/Home/ContactBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

div#form_div_387 {
  max-width: 1440px;
  margin: auto;
  padding: 40px 0 90px 0;
}

.contact-content h3 {
  color: #fff;
  font-size: 55px;
  line-height: 1.2;
  font-weight: 300;
}

.contact-content h3 span {
  font-weight: 700;
}

.contact-content p {
  color: #fff;
}

/*Review Us*/

.home-review {
  background-color: #333333;
}

.home-review h2 {
  color: #fff;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 600;
}

.home-review p {
  color: #fff;
  font-size: 17px;
}

.home-review a {
  margin-top: 15px;
}

/* footer changes */

.footer_box [class*='Pane'] {
  margin: 0;
}

.footer_box .footer_bg {
  background-image: url(/Portals/0/Home/FooterBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-content h3 {
  color: #fff;
}

.footer-content p {
  color: #fff;
}

.footer-content .small-line {
  height: 1px;
  width: 45px;
  border-top: 2px solid #fff;
  padding-bottom: 25px;
}

.footer-content .line {
  height: 1px;
  width: 100%;
  border-top: 2px solid #fff;
  margin: 15px 0;
}

.footer-content .socials .fa {
  font-size: 20px;
  color: #fff;
  background-color: #333;
  padding: 12px;
  border-radius: 50px;
  transition: all 250ms;
  margin: 0 15px;
  width: 42px;
  height: 42px;
}

.footer-content .socials .fa:hover {
  background-color: #808080;
}

.footer-content ul li {
  color: #fff;
  line-height: 1.9;
  list-style-type: circle;
}

.footer-content ul li a {
  font-size: 16px;
  color: #fff !important;
}

.hide-dots li {
  list-style-type: none;
}

.footer-content .contact-info a,
.footer-content .contact-info p {
  color: #fff;
  font-size: 15px;
  display: block;
  padding-bottom: 10px;
  line-height: 1.4;
}

.footer-content .contact-info a .fa,
.footer-content .contact-info p .fa {
  font-size: 20px;
}

.footer_bottom .footer_bottom_bg {
  background-color: #1a1a1a;
  opacity: 1;
}

.copyright_style,
.copyright_style p,
.copyright_style a {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.copyright_style a.wm_plug,
.copyright_style a.wm_plug:link {
  border-bottom: 1px solid #b32018;
}

.copyright_style a:hover,
.copyright_style a:link:hover,
.copyright_style a.wm_plug:hover,
.copyright_style a.wm_plug:link:hover {
  color: #b32018;
}

/* internal hero changes */

.int-hero {
  padding: 50px 0;
  background-color: #dfdad8;
  background-image: url(/Portals/0/Home/CB-Stamp-Dark.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.int-hero-content h1 {
  color: #333;
  font-size: 55px;
  line-height: 1.2;
}

.int-hero-content h1 span {
  font-weight: 700;
}

.int-hero-content h2 {
  font-family: 'Oswald';
  color: #333;
  font-size: 28px;
  line-height: 1.2;
}

.int-hero-content h2 span {
  color: #b32018;
}

.int-hero-content h2 span.reg {
  font-size: 18px;
  font-family: 'Open Sans';
  color: #333;
  line-height: 1;
}

.int-hero-content p {
  font-family: 'Oswald';
  color: #333;
  font-size: 28px;
  line-height: 1.2;
}

.int-hero-content p span {
  color: #b32018;
}

.int-hero-content p span.reg {
  font-size: 18px;
  font-family: 'Open Sans';
  color: #333;
  line-height: 1;
}

.int-hero-linker {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
}

.int-hero-linker .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16%;
  padding: 24px;
  margin: 0 14px;
  border-radius: 6px;
  background-color: #fff;
  border: solid transparent 0;
  border-top: solid #921a15 12px;
  text-align: center;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
  transition: all 250ms;
}

.int-hero-linker .item:hover {
  background-color: #f2f2f2;
}

.int-hero-linker .item a {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  transition: all 250ms;
}

/* internal-content changes */
.int-content-linker {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.int-content-linker .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 24px;
  margin: 0 10px 15px;
  border-radius: 6px;
  background-color: #fff;
  border: solid transparent 0;
  border-top: solid #921a15 12px;
  text-align: center;
  box-shadow: 0 2px 7px 0 rgb(0 0 0 / 21%);
  transition: all 250ms;
}

.int-content-linker .item:hover {
  background-color: #f2f2f2;
}

.int-content-linker .item a {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  transition: all 250ms;
}

.red-bg2 {
  background-color: #921a15;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.red-bg2 .Testimonials11-tab .testimonials11-box h2,
.red-bg2 .Testimonials11-tab .testimonials11-box h2 span,
.red-bg2 .Testimonials11-tab .testimonials11-box p {
  color: #fff;
}

.Testimonials11-tab .testimonials11-box {
  padding: 20px;
  margin-top: 30px;
}

.int-content .line,
.blog-content .line {
  width: 80px;
  height: 1px;
  border-top: 2px solid #921a15;
  margin: 15px 0 20px;
}

.int-content p {
  padding: 8px 0 0;
}

.int-content hr,
.blog-content hr {
  border-top: dashed #921a15 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.int-content .contact-box hr {
  border-top: dashed #921a15 1px;
}

.int-content a,
.blog-content a {
  border-bottom: 2px solid #921a15;
  transition: all 250ms;
}

.int-content a:hover,
.blog-content a:hover {
  color: #333;
  border-color: #333;
  text-decoration: none;
}

.red-bg h4,
.red-bg p {
  color: #fff;
}

.red-bg h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  padding-bottom: 20px;
}

.red-bg a {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
  transition: all 250ms;
}

.red-bg a:hover {
  color: #cccccc;
  border-color: #cccccc;
}

.guide.red-bg ul li {
  color: #fff;
  line-height: 1.75;
  font-size: 100%;
  list-style-type: disc;
  padding: 6px 0;
}

.guide.red-bg ul li:before {
  display: none;
}

.guide.red-bg h2 {
  color: #fff;
  font-size: 48px;
  font-weight: normal;
  padding-bottom: 0px;
}

.guide.red-bg a {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
  transition: all 250ms;
}

.guide.red-bg a:hover {
  color: #cccccc;
  border-color: #cccccc;
}

.guide.red-bg .line {
  width: 80px;
  height: 1px;
  border-top: 2px solid #fff;
  margin: 15px 0 20px;
}

.int-content ul li {
  padding: 6px 0;
}

.clear-both {
  clear: both;
}

.int-content .contact-box {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border: solid transparent 0;
  border-top: solid #921a15 12px;
  border-radius: 6px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
}

.int-content .contact-box hr {
  margin: 8px 0;
}

/* social security landing page styles  */

.ss-landing-hero__section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 3rem;
}

.ss-landing-hero-text__container {
  padding: 5% 0 5% 7%;
}

.ss-landing-hero-cta__container {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ss-landing-content__wrapper {
  width: 56%;
  margin: 0 auto;
}

.ss-landing-content__wrapper p,
.ss-landing-content__wrapper a,
.ss-landing-content__wrapper ul li {
  font-size: 24px;
}

.ss-landing-banner__section {
  background-color: #921a15;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ss-landing-banner__section .int-hero-linker {
  justify-content: center;
}

.ss-landing-banner-section__text {
  color: white;
}

.ss-landing-banner-section__text a {
  font-size: inherit;
}

.ss-landing-testimonials__section {
  background-color: #921a15;
}

.ss-landing-testimonials__section h1,
.ss-landing-testimonials__section h2 {
  color: white;
}

.ss-landing-testimonials-section__title {
  color: white;
  text-align: center;
  padding: 1rem;
}

.ss-landing-testimonials__grid {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.ss-landing-testimonials__grid blockquote {
  padding: 2rem;
  background-color: white;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.25);
  height: fit-content;
}

.ss-landing-testimonials__grid blockquote p {
  text-indent: 0;
  color: #000;
  font-style: normal;
}

.ss-landing-testimonials__grid blockquote h1,
h2,
h3,
h4,
h5,
p {
  color: black;
}

/* testimonial shortcode changes */

.Testimonials04-tab blockquote p {
  font-size: 14px;
}

.Testimonials04-tab blockquote .pic h2 {
  font-size: 20px;
}

.Testimonials04-tab blockquote .pic span {
  font-size: 18px;
}

/* case studies pages changes */

.case-studies .item {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 22x 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.4);
  margin: 20px 10px;
}

.case-studies .item h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
}

.case-studies .item h2 span {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  color: #921a15;
}

/* areas of practice page changes */

.service02-ibox .ico.color_1 span,
.service02-ibox .ico.color_1 span:after {
  background-color: #921a15;
}

.service02-ibox .ico.color_1 {
  border-color: #921a15;
}

.service02-ibox .ico.color_2 span,
.service02-ibox .ico.color_2 span:after {
  background-color: #8e837a;
}

.service02-ibox .ico.color_2 {
  border-color: #8e837a;
}

.service02-ibox .ico.color_3 span,
.service02-ibox .ico.color_3 span:after {
  background-color: #333;
}

.service02-ibox .ico.color_3 {
  border-color: #333;
}

.service02-ibox h3 {
  margin: 30px 0 20px 0;
  font-size: 24px;
}

/*MISC*/

.Testimonials11-tab .row .col-sm-4 {
  border-bottom: none;
}

/* blog changes */

div#xBlog_list_467 {
  padding: 60px 0;
}

.blog-content p {
  padding: 8px 0;
}

/* thank you / 404 page changes */

.fourohfour {
  font-size: 10em;
  line-height: 1.2;
}

.error {
  font-size: 5em;
  line-height: 1.2;
}

.not_found {
  font-size: 3em;
  line-height: 1.2;
}

.ty-title {
  font-size: 6em;
  line-height: 1.2;
}

.ty-subtitle {
  font-size: 3em;
  line-height: 1.2;
}

.contactty h2 {
  color: #fff;
}

.contactty p {
  color: #fff;
}

.Result_01_Default .result_form h1 {
  color: #fff;
  text-align: center;
}

/* media queries */

@media only screen and (max-width: 1920px) {
  .home-hero {
    padding: 140px 0;
  }

  .home-hero h1 {
    font-size: 52px;
  }
}

@media only screen and (max-width: 1600px) {
  .home-hero {
    background-position-y: bottom;
  }

  .home-hero h1 {
    font-size: 48px;
  }

  .home-hero .hh-content {
    max-width: 50%;
  }

  .home-hero .bean-float {
    right: 25px;
  }

  .home-title h2 {
    font-size: 48px;
    line-height: 1.2;
  }

  .home-test {
    align-items: center;
    flex-wrap: wrap;
  }

  .home-test .ht-left,
  .home-test .ht-right {
    width: 50%;
  }

  .home-test .ht-right .content {
    position: relative;
    width: 100%;
  }

  div#form_div_387 {
    padding: 40px 15px 90px 15px;
  }

  #dnngo_megamenu>div.dnngo_gomenu>ul>li>a>span {
    padding: 0px 9px;
    font-size: 18px;
  }

  .headerBox .dnn_logo {
    height: 110px;
    line-height: 110px;
  }

  .int-hero-linker {
    flex-wrap: wrap;
  }

  .home-hero {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1200px) {
  .home-hero {
    padding: 55px 0;
  }

  .home-hero .bean-float {
    max-width: 400px;
    width: 100%;
  }

  .home-hero .hh-content {
    max-width: 60%;
  }

  .home-hero h1 {
    font-size: 42px;
  }

  .home-practices2 .item {
    margin: 10px;
  }

  .home-practices2 .item h3 {
    font-size: 32px;
  }

  .why-content img {
    max-width: 55px;
  }

  .why-content h3 {
    font-size: 32px;
    line-height: 1.2;
  }

  .int-hero-linker .item {
    width: 30%;
    margin: 8px 8px;
  }

  .int-hero-linker .item a {
    font-size: 20px;
  }

  .int-hero.lg {
    height: 760px;
  }

  #dnngo_megamenu>div.dnngo_gomenu>ul>li>a>span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .int-hero-linker .item {
    width: 33%;
    margin-top: 10px;
  }

  .int-content-linker .item {
    width: 45%;
  }

  .mobile_left_icon .fa,
  .mobile_right_icon a {
    border-color: #fff;
    color: #fff;
  }

  .mobile_nav>.shade {
    background-color: #333333;
  }

  .nav-content {
    padding: 15px;
    text-align: left;
  }

  .nav-content a,
  .nav-content a:link {
    color: #921a15;
    display: block;
    padding: 0px !important;
    font-size: 18px;
  }

  a.btn-white,
  a.btn-red {
    text-align: center;
  }

  .home-hero .hh-content {
    padding-top: 0px;
  }

  .home-hero .bean-float {
    display: none;
  }

  .home-hero .hh-content {
    max-width: 100%;
  }

  .home-hero h1 {
    font-size: 50px;
  }

  .home-title {
    padding-bottom: 25px;
  }

  .hp-row .item-lg {
    width: 100%;
  }

  .hp-row .item {
    width: 50%;
  }

  .home-practices2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .red-bg .text-right {
    padding-top: 35px;
  }

  .home-test .ht-left,
  .home-test .ht-right {
    width: 100%;
    margin: 15px 0;
  }

  .footer-content .col-md-3 {
    padding: 20px 15px;
  }

  .int-hero-content {
    padding-top: 0px;
  }

  .int-hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
  }

  .int-hero.lg {
    height: 580px;
  }

  .ss-landing-hero__section {
    grid-template-columns: 1fr;
  }

  .ss-landing-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .mm-menu .mm-navbar>*,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.7) !important;
  }
}

@media only screen and (max-width: 768px) {
  .show-sm {
    display: inline-block !important;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .home-practices2 {
    grid-template-columns: 1fr 1fr;
  }

  .home-practices2 .item h3 {
    font-size: 28px;
  }

  .why-bg {
    background-size: cover;
  }

  .why-content .col-sm-6 {
    padding: 15px;
  }

  .red-bg h2 {
    font-size: 46px;
  }

  .responsive-video {
    margin: 25px 0;
  }

  .red-bg ul li {
    font-size: 16px;
  }

  .ty-title {
    font-size: 4em;
  }

  .ty-subtitle {
    font-size: 2em;
  }

  - .fourohfour {
    font-size: 5em;
  }

  .error {
    font-size: 3em;
  }

  .not_found {
    font-size: 2em;
  }

  .home-hero {
    padding: 25px 0;
  }

  .ss-landing-content__wrapper {
    width: 86%;
  }

  .ss-landing-content__wrapper p,
  .ss-landing-content__wrapper a,
  .ss-landing-content__wrapper ul li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 599px) {
  h1 {
    font-size: 48px;
    line-height: 1.2;
  }

  h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  .hp-row .item {
    width: 100%;
  }

  .hp-row .item-lg .content.right,
  .hp-row .item-lg .content.left {
    width: 100%;
  }

  .home-practices2 {
    grid-template-columns: 1fr;
  }

  .home-practices2 .item {
    margin: 10px 0;
  }

  .int-hero {
    height: auto;
    padding: 40px 0;
  }

  .int-hero-linker .item {
    width: 100%;
    margin: 6px 6px;
  }

  .int-hero-linker .item a {
    font-size: 18px;
  }

  .home-hero {
    height: 100%;
    padding: 60px 0;
  }

  .home-hero h1 {
    font-size: 32px;
    padding-bottom: 20px;
  }

  .home-hero a.btn-red {
    font-size: 18px;
    padding: 15px;
  }

  .int-content-linker .item a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 520px) {
  .int-content-linker .item {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .int-hero.lg {
    height: 720px;
  }

  .ss-landing-hero-text__container {
    margin: 1rem;
  }
}

@media only screen and (max-width: 379px) {
  .home-test .ht-right .content {
    padding: 130px 45px 20px;
  }

  .home-test .ht-right .content:before {
    left: calc(100% - 70%);
  }

  .int-hero-linker .item {
    width: 45%;
  }

  .int-hero-linker .item a {
    font-size: 16px;
    padding: 0 2px;
  }

  .case-studies .item h2 {
    font-size: 32px;
  }

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding: 0;
  }
}