* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html body {
  font-family: var(--text-font);
  font-weight: normal;
  overflow-x: hidden;
  background: #fff;
  padding: 140px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

html body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-black);
  opacity: 0;
  z-index: 9999;
  pointer-events: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

*::selection {
  color: #fff;
  background: var(--color-primary-color);
}

*::-moz-selection {
  color: #fff;
  background: var(--color-primary-color);
}

*::-webkit-selection {
  color: #fff;
  background: var(--color-primary-color);
}

*::-ms-selection {
  color: #fff;
  background: var(--color-primary-color);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: var(--text-font);
  border: 0;
  outline: 0;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: var(--text-font);
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: var(--title-font);
  font-weight: normal;
  color: var(--primary-black);
  margin: 0;
}

body h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
}

body h2 {
  color: var(--primary-black);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  color: var(--primary-black) 0;
  font-family: var(--text-font);
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  margin: 0;
  padding: 0 0 15px 0;
  text-align: left;
  display: block;
}

body a {
  font-family: var(--text-font);
  font-size: 18px;
  font-weight: normal;
  color: var(--primary-black) 0;
  text-decoration: none;
  outline: none !important;
}

body a:focus {
  outline: none !important;
}

body a:hover {
  color: var(--color-primary-color);
  outline: none !important;
}

body p:last-of-type {
  padding-bottom: 0;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.button-main {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 18px 1.444rem;
  background: var(--color-primary-color);
  display: inline-block;
  text-align: center;
}

.button-main:hover,
.button-main.border-btn:hover {
  color: #fff;
  background: var(--primary-black);
}

.for-mobile {
  display: none;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: transparent;
  border: 0;
  padding: 0 0 11px;
  box-shadow: unset;
  margin: 0;
}

.gform_wrapper.gravity-theme .gform_validation_errors span::before {
  content: none;
}

.gform_wrapper.gravity-theme .gform_validation_errors h2 {
  color: red;
  font-size: 14px;
  text-align: center;
  margin: 0 auto 10px;
  border: 1px solid;
  line-height: normal;
  padding: 15px;
  border-radius: 15px;
}

.gform_wrapper.gravity-theme form .validation_message {
  background: transparent;
  padding: 5px 0 10px;
  margin: 0;
  border: 0;
  color: red;
  font-size: 12px;
}

.gform_confirmation_wrapper {
  color: green;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}

.page-template-vacation-rental .meet-our-broker.communities-cta::before {
  content: none;
}

.contact-us-section .contact-us-form h2 {
  margin-bottom: 18px;
}

.fixed {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

#header .bottom-wrap {
  position: relative;
}

#header.fixed .bottom-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

#header .top-wrap {
  background: var(--color-primary-color);
  padding: 12px 0;
}

#header .top-wrap .inner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .top-wrap .inner-wrap .left-col {
  display: flex;
  align-items: center;
}

#header .top-wrap .inner-wrap .left-col p {
  padding: 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

#header .top-wrap .inner-wrap .left-col p::before {
  content: "";
  width: 14px;
  height: 15px;
  background-image: url(../images/calendar-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
}

#header .top-wrap .inner-wrap .left-col p.date {
  margin-right: 17px;
  padding-right: 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.9);
}

#header .top-wrap .inner-wrap .left-col p.temperature::before {
  background-image: url(../images/cloude-icon.svg);
  width: 16px;
  height: 11px;
  vertical-align: baseline;
}

#header .top-wrap .inner-wrap ul.social {
  display: flex;
  align-items: center;
  gap: 7px;
}

#header .bottom-wrap {
  padding: 20px 0;
  background: #FFF;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.04);
}

#header .bottom-wrap .inner-wrap {
  display: flex;
  align-items: center;
}

#header .bottom-wrap .header-search {
  margin-left: auto;
  position: relative;
}

#header .bottom-wrap .header-search input.search-field {
  height: 38px;
  width: 286px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  border-radius: 50px;
  padding: 0 30px 0 20px;
  color: #333;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#header .bottom-wrap .header-search button {
  width: 16px;
  height: 16px;
  font-size: 0;
  border: 0;
  background: transparent url(../images/search-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 12px;
  right: 13px;
  cursor: pointer;
}

#header .bottom-wrap .logo {
  margin-right: 45px;
}

#header .bottom-wrap ul#menu-header-menu {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}

#header .bottom-wrap ul#menu-header-menu li {
  padding: 0 20px;
}

#header .bottom-wrap ul#menu-header-menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .bottom-wrap ul#menu-header-menu li.menu-item-has-children {
  position: relative;
}

#header .bottom-wrap ul#menu-header-menu li .submenu-click-arrow {
  display: inline-block;
  width: 12px;
  height: 9px;
  background: url(../images/drop-down.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}

#header .bottom-wrap ul#menu-header-menu li a {
  position: relative;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

#header .bottom-wrap ul#main-menu li a:hover,
#header .bottom-wrap ul#main-menu li.active a,
#header .bottom-wrap ul#main-menu li.menu-has-children:hover > a {
  color: var(--color-primary-color);
}

#header .bottom-wrap ul#menu-header-menu li ul.sub-menu {
  background-color: #fff;
  width: max-content;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 1.333rem;
  padding: 0.556rem;
  top: 1.778rem;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform-origin: top;
}

#header .bottom-wrap ul#menu-header-menu li ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  position: relative;
  padding: 0px;
  text-align: left;
}

#header .bottom-wrap ul#menu-header-menu li ul.sub-menu li a {
  display: block;
  padding: 0.556rem 1.111rem;
  text-transform: initial;
  font-size: 0.778rem;
  color: var(--primary-black);
  font-weight: 500;
  transition: none;
  text-transform: uppercase;
}

#header .bottom-wrap ul#menu-header-menu li ul.sub-menu li:hover {
  background: var(--color-primary-color);
}

#header .bottom-wrap ul#menu-header-menu li ul.sub-menu li:hover a {
  color: #fff;
}

#header .bottom-wrap ul#menu-header-menu li.current_page_item > a,
#header .bottom-wrap ul#menu-header-menu li.current-menu-ancestor > a,
#header .bottom-wrap ul#menu-header-menu li.current-menu-parent > a,
#header .bottom-wrap ul#menu-header-menu > li > a:hover {
  color: var(--color-primary-color);
}

#header .bottom-wrap ul#menu-header-menu li ul.sub-menu li.current_page_item {
  background: var(--color-primary-color);
}

#header .bottom-wrap ul#menu-header-menu li ul.sub-menu li.current_page_item a {
  color: #fff;
}

/**/
#header .res_navigation {
  width: 40px;
  height: 29px;
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 40px;
  height: 29px;
}

.res_navigation .nav-toggle.active span {
  background-color: var(--primary-black);
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 4px;
  border-radius: 10px;
  width: 100%;
  background: var(--primary-black);
  left: auto;
  right: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:last-child {
  transition: 0.2s ease-in-out;
  width: 75%;
}

.res_navigation .nav-toggle span:first-child {
  top: 0;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 10px;
  width: 50%;
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:last-child {
  top: 20px;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
  transform: translateX(-3%) rotate(90deg);
  top: 16px !important;
}

.res_navigation .nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.res_navigation .nav-toggle.active span:first-child,
.res_navigation .nav-toggle.active span:last-child {
  top: 15px;
}

.container {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  float: none;
  padding: 0 15px;
}

.breaking-news {
  padding: 30px 0 60px;
}

.breaking-news .wrap {
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: var(--color-boxes-color);
  gap: 20px;
  position: relative;
}

.breaking-news .wrap .swiper-slide p {
  font-weight: 600;
}

.breaking-news p.title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
  background: var(--color-primary-color);
  padding: 11px 20px;
  flex: none;
  margin: 5px;
}

.breaking-news .breaking-slider {
  margin-right: 120px;
}

.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
  background-image: var(--chevron-active);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
}

.swiper-button-prev {
  background-image: var(--chevron-inactive);
  transform: rotate(180deg);
  left: auto;
  right: 60px;
}

.breaking-news .swiper-button-next {
  top: 27px;
  right: 5px;
}

.breaking-news .swiper-button-prev {
  top: 27px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.top-story h2.center {
  padding-bottom: 40px;
}

.top-story .swiper-button-prev,
.top-story .swiper-button-next {
  background-image: url(../images/slider-right-arrow-black.svg);
  right: -25px;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
}

.top-story .swiper-button-prev {
  transform: rotate(180deg);
  left: -25px;
}

.top-story .top-story-wrap {
  position: relative;
}

.single-news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.common-slider.swiper {
  padding-bottom: 3px;
}

.swiper-slide.single-news {
  height: auto;
}

.single-news .img-wrap {
  height: 260px;
  flex: 0 0 260px;
}

.single-news .img-wrap a {
  display: block;
  height: 100%;
}

.single-news .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}

.single-news .author-wrap {
  display: flex;
  gap: 16px;
  padding-bottom: 12px;
}

.single-news .author-wrap p.author {
  color: var(--color-primary-color);
  font-size: 12px;
  line-height: normal;
  padding: 0;
}

.single-news .author-wrap p.date {
  color: #333;
  font-size: 12px;
  line-height: normal;
}

.single-news p.news-title {
  line-height: 122%;
}

.single-news p.news-title a {
  color: var(--primary-black);
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 122%;
}

.single-news p.news-content {
  font-size: 15px;
  line-height: 146%;
}

.single-news p.posted-time {
  font-size: 12px;
  line-height: normal;
  padding-top: 10px;
}

.single-news .news-wrap {
  padding: 20px 25px;
  border-radius: 30px;
  background-color: #fff;
  margin-top: -30px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 100%;
}

.single-news a.category {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 1px 3px;
  border-radius: 6px;
  background: var(--color-primary-color);
  display: inline-block;
}

.feature-stories {
  padding: 60px 0;
}

.feature-stories h2 {
  padding-bottom: 30px;
}

.feature-stories .top-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.feature-stories .feature-wrap {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}

.feature-stories .feature-wrap .swiper-button-prev {
  background-image: url(../images/slider-right-arrow-black.svg);
  height: 40px;
  width: 40px;
  left: 1px;
  right: auto;
}

.feature-stories .feature-wrap .swiper-button-next {
  background-image: url(../images/feature-arrow.svg);
  height: 40px;
  width: 40px;
  right: 1px;
}

.feature-stories .feature-wrap .img-wrap {
  height: 472px;
  flex: 0 0 472px;
}

.feature-stories .feature-wrap .news-wrap {
  margin-top: -90px;
}

.feature-stories a.category {
  margin-bottom: 10px;
}

.feature-stories .feature-wrap p.news-title a {
  font-size: 36px;
  line-height: 100%;
}

.feature-stories .right-col {
  display: flex;
  flex-direction: column;
}

.feature-stories .right-col .single-news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 50%;
}

.feature-stories .right-col .single-news:first-child {
  margin-bottom: 20px;
}

.feature-stories .right-col .single-news p.news-title a {
  font-size: 26px;
}

.feature-stories .right-col .single-news p.news-title a:hover,
.feature-stories .feature-wrap p.news-title a:hover,
.single-news p.news-title a:hover,
.more-accident-news .left-col .news-wrap p.news-title a:hover,
.more-accident-news .right-col p.news-title a:hover {
  color: var(--color-primary-color);
}

.feature-stories .right-col .single-news .img-wrap {
  height: auto;
}

.feature-stories .right-col .single-news .img-wrap img {
  border-radius: 30px;
}

.feature-stories .right-col .news-wrap {
  margin-top: 0;
  margin-left: -60px;
}

.feature-stories .bottom-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}

.latest-news {
  padding: 60px 0;
  background: var(--color-background-color);
}

.latest-news h2 {
  padding-bottom: 30px;
}

.latest-news .latest-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 40px;
}

.latest-news .latest-news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.houston-accidents {
  padding: 60px 0;
}

.houston-accidents h2 {
  padding-bottom: 40px;
}

.common-sec .title-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.common-sec .swiper-button-prev,
.common-sec .swiper-button-next {
  top: 12px;
  margin-top: 0;
}

.houston-accidents .wrap:not(:last-child) {
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 60px;
}

.fatal-accident {
  padding: 60px 0;
  background: var(--color-background-color);
}

.fatal-accident h2 {
  padding-bottom: 30px;
}

.fatal-accident .wrap {
  display: grid;
  grid-template-columns: auto 490px auto;
  grid-gap: 20px;
}

.fatal-accident .wrap > div {
  display: flex;
}

.fatal-accident .wrap > div > div {
  display: flex;
  flex-direction: column;
}

.fatal-accident .wrap .news-wrap {
  height: 100%;
}

.fatal-accident .wrap .left .img-wrap {
  height: 353px;
  flex: 0 0 353px;
}

.fatal-accident .wrap .middle .img-wrap {
  height: 410px;
  flex: 0 0 410px;
}

.fatal-accident .wrap .middle p.news-title a {
  font-size: 36px;
}

.fatal-accident .wrap .right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.fatal-accident .wrap .right > div {
  height: 50%;
}

.fatal-accident .wrap .right .img-wrap {
  height: 210px;
  flex: 0 0 210px;
}

.police {
  padding: 60px 0;
}

.police .title-wrap {
  padding-bottom: 30px;
}

footer {
  background: var(--color-footer-background-color);
  padding: 60px 0 0;
}

footer .wrap {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr 1fr;
}

footer .middle .text {
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
}

footer ul {
  height: max-content;
}

footer ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  opacity: 0.8;
}

footer ul li a:hover {
  color: var(--color-primary-color);
}

footer .left-menu {
  display: flex;
}

footer .left-menu ul:first-child {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

footer .right-menu ul {
  width: max-content;
  margin-left: auto;
}

footer p.copyright {
  color: #b9b9b9;
  font-size: 14px;
  line-height: 242%;
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.incident-page {
  padding: 60px 0;
}

.incident-page .wrap {
  display: grid;
  grid-template-columns: 735px auto;
  grid-gap: 33px;
}

.incident-page .left-col p.sub-title {
  font-size: 15px;
  line-height: 173.333%;
  padding: 27px 0;
}

.incident-page .left-col .author-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  margin-bottom: 40px;
}

.incident-page .left-col .author-box .author-details {
  display: flex;
  align-items: center;
  gap: 15px;
}

.incident-page .left-col .author-box .image {
  border-radius: 8px;
  background: #798e78;
  width: 50px;
  height: 50px;
}

.incident-page .left-col .author-box .image p {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.incident-page .left-col .author-box .name p:first-child {
  color: #333;
  font-family: var(--title-font);
  font-weight: 600;
  line-height: normal;
  padding: 0;
}

.incident-page .left-col .author-box .name p:last-child {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.incident-page .left-col .author-box .share {
  display: flex;
  align-items: center;
  gap: 10px;
}

.incident-page .left-col .author-box .share p {
  font-weight: 600;
}

.incident-page .left-col .author-box .share .img-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}

.incident-page .left-col .incident-content h2,
.incident-page .left-col .incident-content h3,
.incident-page .left-col .incident-content h4,
.incident-page .left-col .incident-content h5,
.incident-page .left-col .incident-content h6 {
  color: #333;
  font-size: 26px;
  line-height: 120%;
  margin: 30px 0;
}

.incident-page .left-col .incident-content h3 {
  font-size: 24px;
}

.incident-page .left-col .incident-content h4 {
  font-size: 22px;
}

.incident-page .left-col .incident-content h5 {
  font-size: 20px;
}

.incident-page .left-col .incident-content h6 {
  font-size: 18px;
}

.incident-page .left-col .incident-content ul li,
.incident-page .left-col .incident-content ol li {
  color: var(--primary-black);
  font-size: 15px;
  font-weight: 600;
  line-height: 173%;
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}

.incident-page .left-col .incident-content ol li {
  list-style: decimal;
}

.incident-page .left-col .incident-content p {
  font-size: 15px;
  padding: 0;
  margin-bottom: 15px;
}

.incident-page .left-col .incident-content p a {
  font-size: 15px;
  color: var(--primary-black);
  text-decoration: underline;
  font-weight: 600;
}

.incident-page .left-col .incident-content p a:hover {
  color: var(--color-primary-color);
}

.incident-page .left-col .incident-content blockquote {
  padding-left: 20px;
  border-left: 1px solid var(--primary-black);
  margin: 30px 0;
}

.incident-page .left-col .incident-content blockquote p {
  color: var(--primary-black);
  font-style: italic;
  font-weight: 600;
}

.incident-page .right-col > div {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.incident-page .right-col p.title {
  color: #333;
  font-family: var(--title-font);
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.incident-page .right-col .incident-detail p.text {
  color: #333;
  font-family: var(--title-font);
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}

.incident-page .right-col .incident-detail p.text span {
  font-family: inherit;
}

.incident-page .right-col .incident-detail span.note {
  color: #333;
  font-family: var(--text-font);
  font-size: 12px;
  font-style: italic;
}

.incident-page .right-col .incident-detail > div {
  position: relative;
  padding: 10px 20px 10px 50px;
  border-bottom: 1px solid #e6e6e6;
}

.incident-page .right-col .incident-detail > div::before {
  position: absolute;
  content: "";
  background-image: url(../images/incident-cal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 18px;
  left: 21px;
  top: 11px;
}

.incident-page .right-col .incident-detail .accident-location::before {
  background-image: url(../images/incident-location.svg);
  width: 15px;
}

.incident-page .right-col .incident-detail .total-vehicle::before {
  background-image: url(../images/incident-vehicle.svg);
  width: 18px;
  height: 15px;
}

.incident-page .right-col .incident-detail .total-injured::before {
  background-image: url(../images/incident-injured.svg);
  width: 18px;
  height: 18px;
}

.incident-page .right-col .incident-detail .map {
  border-bottom: 0;
  padding: 10px;
}

.incident-page .right-col .incident-detail .map::before {
  content: none;
}

.incident-page .right-col .incident-detail iframe {
  height: 230px;
  border-radius: 15px;
}

.incident-page .right-col .incident-detail p.source {
  color: #333;
  font-size: 14px;
  margin: 16px 0;
}

.incident-page .right-col .incident-detail p.source a {
  color: #333;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}

.incident-page .right-col .incident-detail p.source a:hover {
  color: var(--color-primary-color);
}

.incident-page .right-col button {
  color: var(--color-primary-color);
  font-family: var(--text-font);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  background: transparent;
  border-radius: 30px;
  border: 1px solid var(--color-primary-color);
  padding: 13px;
  width: 100%;
  cursor: pointer;
}

.incident-page .right-col button:hover {
  background-color: var(--color-primary-color);
  color: #fff;
}

.incident-page .right-col .news-letter {
  padding: 25px;
}

.incident-page .right-col .news-letter p.title {
  padding: 0 0 10px;
  border: 0;
}

.incident-page .right-col .news-letter p.sub-text {
  font-size: 14px;
  padding-bottom: 15px;
}

.incident-page .right-col .news-letter input {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  line-height: normal;
  padding: 15px 15px 16px 20px !important;
  min-height: unset !important;
}

.incident-page .right-col .news-letter .gform_footer {
  padding: 0;
  margin: 0;
}

.incident-page .right-col .news-letter .gform_footer input {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  margin: 10px 0 0;
  border: 1px solid var(--color-primary-color);
  color: var(--color-primary-color);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: all ease 0.5s;
}

.incident-page .right-col .news-letter .gform_footer input:hover {
  background: var(--color-primary-color);
  color: #fff;
}

.incident-page .right-col .trending-news {
  margin-bottom: 0;
}

.incident-page .right-col .trending-news .tabs {
  display: flex;
}

.incident-page .right-col .trending-news .tabs p {
  width: 100%;
  color: #333;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  line-height: normal;
}

.incident-page .right-col .trending-news .tabs p:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px 0 0 0;
}

.incident-page .right-col .trending-news .tabs p:last-child {
  border-radius: 0 30px 0 0;
}

.incident-page .right-col .trending-news .tabs p.active {
  background: var(--color-primary-color);
  color: #fff;
}

.tab-content-wrapper .tab-inner {
  display: grid;
  grid-template-columns: 120px auto;
  grid-gap: 14px;
  margin-bottom: 20px;
}

.tab-content-wrapper .tab-inner:last-child {
  margin-bottom: 0px;
}

.tab-content-wrapper .tab-inner .top {
  display: flex;
  gap: 10px;
  padding: 0 0 6px;
}

.tab-content-wrapper .tab-inner img {
  border-radius: 10px;
}

.tab-content-wrapper .tab-inner p.author-name {
  color: var(--color-primary-color);
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}

.tab-content-wrapper .tab-inner p.date {
  color: #333;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
}

.tab-content-wrapper .tab-inner p.news-title {
  color: #333;
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 120%;
  font-size: 16px;
}

.tab-content-wrapper .tab-inner p.news-title a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}

.tab-content-wrapper .tab-inner p.news-title a:hover {
  color: var(--color-primary-color);
}

.incident-page .right-col .trending-news .tab-content-wrapper {
  padding: 20px;
}

.related-articles {
  background: var(--color-background-color);
  padding: 60px 0;
}

.related-articles h2 {
  padding-bottom: 30px;
}

.related-articles .news-list,
.category-page .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.category-page {
  padding: 60px 0;
}

.category-page p.sub-title {
  padding: 16px 0 40px;
}

.category-page .filter-bar {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.category-page .filter-bar > div {
  position: relative;
}

.category-page .filter-bar > div::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 9px;
  background: url(../images/down-arrow.svg) no-repeat;
  right: 17px;
  top: 21px;
  pointer-events: none;
  background-size: contain;
}

.category-page .filter-bar select {
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  min-width: 140px;
  appearance: none;
  cursor: pointer;
}

.category-page .filter-bar select#filter-type {
  min-width: 200px;
}

.more-accident-news {
  background: var(--color-background-color);
  padding: 60px 0 0;
  position: relative;
}

.more-accident-news::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, var(--color-background-color) 0%, rgba(235, 227, 219, 0.44) 81.96%, rgba(235, 227, 219, 0.03) 100%);
  height: 400px;
  z-index: 1;
  pointer-events: none;
}

.more-accident-news .wrap {
  display: grid;
  grid-template-columns: 736px auto;
  grid-gap: 60px;
  height: 1100px;
  overflow-y: auto;
}

.more-accident-news .wrap::-webkit-scrollbar {
  opacity: 0;
}

.more-accident-news p.title {
  color: #333;
  font-family: var(--title-font);
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  padding-bottom: 20px;
  margin-bottom: 40px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 4px 2px;
  background-repeat: repeat-x;
}

.more-accident-news .left-col .news-wrap {
  display: grid;
  grid-template-columns: max-content 1fr 250px;
  grid-gap: 30px;
  margin-bottom: 40px;
}

.more-accident-news .left-col .news-wrap p.time {
  font-size: 12px;
  line-height: normal;
}

.more-accident-news .left-col .news-wrap .top {
  display: flex;
  gap: 16px;
  padding-bottom: 12px;
}

.more-accident-news .left-col .news-wrap .top p.author {
  color: var(--color-primary-color);
  font-size: 12px;
  line-height: normal;
  padding: 0;
}

.more-accident-news .left-col .news-wrap .top p.date {
  color: #333;
  font-size: 12px;
  line-height: normal;
}

.more-accident-news .left-col .news-wrap p.news-title {
  color: #333;
  font-family: var(--title-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.more-accident-news .left-col .news-wrap p.news-title a,
.more-accident-news .right-col p.news-title a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.more-accident-news .left-col .news-wrap p.news-text {
  color: var(--primary-black);
  font-family: var(--text-font);
  font-size: 15px;
  line-height: 146%;
}

.more-accident-news .left-col .news-wrap .image {
  height: 157px;
}

.more-accident-news .left-col .news-wrap .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.more-accident-news .right-col p.news-title {
  color: #333;
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 10px;
}

.more-accident-news .right-col p.time {
  font-size: 12px;
  line-height: normal;
}

.more-accident-news .right-col .single {
  position: relative;
  padding-left: 18px;
}

.more-accident-news .right-col .single:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.more-accident-news .right-col .single::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color-primary-color);
  top: 10px;
  left: 0;
  border-radius: 50%;
}

.fatal-accident .wrap .middle a.category {
  margin-bottom: 15px;
}

.mapfilter {
  position: relative;
}
.mapfilter:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 230px;
  z-index: 1;
  background: var(--primary-black);
}
.mapfilter .topsection h2 {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 30px;
}
.mapfilter .innermap {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px;
  position: relative;
  z-index: 5;
}
.mapfilter .innermap select#location_map {
  border-radius: 86px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 14px 20px;
  appearance: none;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-image: url("../images/ic-menu-dropdown-arrow-black.svg");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: right 17px center;
  cursor: pointer;
  max-width: 230px;
}
.mapfilter .innermap div#map {
  margin-top: 40px;
  border-radius: 30px;
}
.mapfilter .searchlist {
  display: flex;
  justify-content: center;
  column-gap: 9px;
}
.mapfilter .searchlist .searchbox {
  position: relative;
}
.mapfilter .searchlist .searchbox input {
  border-radius: 156px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 316px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 21px;
  padding-right: 46px;
}
.mapfilter .searchlist .searchbox input::placeholder {
  color: #333;
}
.mapfilter .searchlist .searchbox span {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

strong.posttitle {
  font-size: 20px;
}

a.postlink {
  color: var(--color-primary-color);
  font-size: 12px;
  line-height: normal;
  padding: 0;
}

.single-incidents .mapfilter,
.tax-region .mapfilter,
.tax-incident_type .mapfilter {
  padding-top: 50px;
}

.top-story-slider iframe {
  height: 480px;
}

select#filter-region,
select#filter-sort {
  width: 190px;
}

.page-not-found {
  padding: 100px 0;
}

.page-not-found h2 {
  margin: 20px 0;
}

.news-letter-sec {
  padding: 50px 0 0;
}

.news-letter-sec p.sub-title {
  padding-bottom: 35px;
}

.news-letter-sec h2.center {
  padding-bottom: 10px;
}

.news-letter-sec form {
  width: 414px;
  margin: 0 auto;
  position: relative;
}

.news-letter form input[type=email] {
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 47px;
  padding: 0 65px 0 15px !important;
  font-size: 14px !important;
}

.news-letter-sec form .gform_footer {
  position: absolute;
  top: 5px;
  left: auto;
  right: 5px;
  padding: 0 !important;
  margin: 0 !important;
}

.news-letter-sec form .gform_footer input {
  font-size: 0;
  width: 36px;
  height: 36px;
  border: 0;
  background: url(../images/news-right-red.svg) no-repeat;
  flex: 0 0 36px;
  cursor: pointer;
  margin: 0 !important;
}

.no-results {
  text-align: center;
  grid-column: 1/7;
  font-size: 26px;
  font-weight: 400;
}

.top-story-slider iframe {
  border-radius: 30px;
}

@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  body h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body p,
  body a {
    font-size: 16px;
  }
  body h2 {
    font-size: 45px;
  }
  .breaking-news p.title {
    font-size: 18px;
  }
  .breaking-news .swiper-button-prev,
  .breaking-news .swiper-button-next {
    top: 25px;
  }
  .top-story h2.center {
    padding-bottom: 30px;
  }
  .feature-stories h2,
  .latest-news h2,
  .fatal-accident h2 {
    padding-bottom: 20px;
  }
  .feature-stories .right-col .single-news p.news-title a {
    font-size: 20px;
  }
  .feature-stories .feature-wrap p.news-title a {
    font-size: 30px;
  }
  .feature-stories a.category {
    margin-bottom: 15px;
  }
  .feature-stories .feature-wrap .img-wrap {
    height: 420px;
    flex-basis: 420px;
  }
  .fatal-accident .wrap .left .img-wrap {
    height: 293px;
    flex-basis: 293px;
  }
  .fatal-accident .wrap .middle p.news-title a {
    font-size: 30px;
  }
  .fatal-accident .wrap .middle .img-wrap {
    height: 380px;
    flex-basis: 380px;
  }
  .fatal-accident .wrap .right .img-wrap {
    height: 170px;
    flex-basis: 170px;
  }
  body h1 {
    font-size: 45px;
  }
  .incident-page .left-col p.sub-title {
    padding: 25px 0;
  }
  .incident-page .left-col .incident-content h2,
  .incident-page .left-col .incident-content h3,
  .incident-page .left-col .incident-content h4,
  .incident-page .left-col .incident-content h5,
  .incident-page .left-col .incident-content h6 {
    margin: 25px 0;
  }
  .incident-page .left-col .incident-content blockquote {
    margin: 25px 0;
  }
  .more-accident-news .wrap {
    height: 970px;
  }
  .more-accident-news::before {
    height: 280px;
  }
  .mapfilter .topsection h2 {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .mapfilter {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 100%;
  }
  .mapfilter {
    padding: 40px 0;
  }
  body p,
  body a {
    font-size: 15px;
  }
  body h2 {
    font-size: 40px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 40px;
    width: 40px;
  }
  .single-news .news-wrap {
    padding: 15px 20px;
  }
  .single-news .img-wrap {
    height: 230px;
    flex-basis: 230px;
  }
  .breaking-news p.title {
    font-size: 16px;
  }
  .breaking-news .swiper-button-prev,
  .breaking-news .swiper-button-next {
    top: 29px;
  }
  .swiper-button-prev {
    right: 50px;
  }
  .top-story h2.center {
    padding-bottom: 20px;
  }
  .top-story .top-story-wrap {
    width: 95%;
    margin: 0 auto;
  }
  .feature-stories h2,
  .latest-news h2,
  .fatal-accident h2 {
    padding-bottom: 20px;
  }
  .feature-stories .right-col .single-news p.news-title a {
    font-size: 18px;
  }
  .feature-stories .feature-wrap p.news-title a {
    font-size: 26px;
  }
  .feature-stories a.category {
    margin-bottom: 15px;
  }
  .feature-stories .feature-wrap .img-wrap {
    height: 380px;
    flex-basis: 380px;
  }
  .fatal-accident .wrap .left .img-wrap {
    height: 293px;
    flex-basis: 293px;
  }
  .fatal-accident .wrap .middle p.news-title a {
    font-size: 30px;
  }
  .fatal-accident .wrap .middle .img-wrap {
    height: 380px;
    flex-basis: 380px;
  }
  .fatal-accident .wrap .right .img-wrap {
    height: 170px;
    flex-basis: 170px;
  }
  .houston-accidents h2 {
    padding-bottom: 20px;
  }
  .houston-accidents .wrap:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  footer .middle .logo {
    width: 170px;
    margin: 0 auto;
  }
  body h1 {
    font-size: 42px;
  }
  .incident-page .wrap {
    grid-template-columns: 695px auto;
    grid-gap: 30px;
  }
  .incident-page .left-col p.sub-title {
    padding: 25px 0;
  }
  .incident-page .left-col .incident-content h2,
  .incident-page .left-col .incident-content h3,
  .incident-page .left-col .incident-content h4,
  .incident-page .left-col .incident-content h5,
  .incident-page .left-col .incident-content h6 {
    margin: 25px 0;
  }
  .incident-page .left-col .incident-content blockquote {
    margin: 25px 0;
  }
  .category-page p.sub-title {
    padding: 10px 0 30px;
  }
  .more-accident-news .wrap {
    height: 970px;
  }
  .more-accident-news::before {
    height: 280px;
  }
  .category-page .filter-bar select {
    padding: 10px 15px;
    font-size: 14px;
  }
  .category-page .filter-bar > div::before {
    width: 10px;
    height: 6px;
    right: 17px;
    top: 19px;
  }
}
@media (max-width: 1120px) {
  html body {
    padding: 110px 0 0;
  }
  .container {
    width: 100%;
  }
  body p,
  body a {
    font-size: 14px;
  }
  body h2 {
    font-size: 36px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 40px;
    width: 40px;
  }
  #header .top-wrap {
    padding: 6px 0;
  }
  #header .bottom-wrap .logo {
    margin-right: 35px;
    width: 120px;
  }
  #header .bottom-wrap {
    padding: 15px 0;
  }
  #header .bottom-wrap ul#menu-header-menu li {
    padding: 0 13px;
  }
  #header .bottom-wrap ul#menu-header-menu {
    margin: 0 -13px;
  }
  #header .bottom-wrap .header-search input.search-field {
    width: 236px;
  }
  .single-news .news-wrap {
    padding: 15px 20px;
  }
  .single-news .img-wrap {
    height: 210px;
    flex-basis: 210px;
  }
  .single-news p.news-content {
    font-size: 14px;
  }
  .breaking-news {
    padding: 30px 0 40px;
  }
  .breaking-news p.title {
    font-size: 16px;
  }
  .breaking-news .swiper-button-prev,
  .breaking-news .swiper-button-next {
    top: 29px;
  }
  .swiper-button-prev {
    right: 50px;
  }
  .top-story h2.center {
    padding-bottom: 20px;
  }
  .top-story .top-story-wrap {
    width: 95%;
    margin: 0 auto;
  }
  .feature-stories h2,
  .latest-news h2,
  .fatal-accident h2 {
    padding-bottom: 20px;
  }
  .latest-news .latest-wrap {
    grid-template-columns: 1fr 250px;
    grid-gap: 30px;
  }
  .feature-stories .right-col .single-news p.news-title a {
    font-size: 18px;
  }
  .feature-stories .feature-wrap p.news-title a {
    font-size: 23px;
  }
  .feature-stories a.category {
    margin-bottom: 15px;
  }
  .feature-stories .feature-wrap .img-wrap {
    height: 380px;
    flex-basis: 380px;
  }
  .fatal-accident .wrap .left .img-wrap {
    height: 293px;
    flex-basis: 293px;
  }
  .fatal-accident .wrap .middle p.news-title a {
    font-size: 26px;
  }
  .fatal-accident .wrap .middle .img-wrap {
    height: 380px;
    flex-basis: 380px;
  }
  .fatal-accident .wrap .right .img-wrap {
    height: 170px;
    flex-basis: 170px;
  }
  .fatal-accident .wrap {
    grid-template-columns: auto 370px auto;
  }
  .houston-accidents h2 {
    padding-bottom: 20px;
  }
  .houston-accidents .wrap:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  footer .middle .logo {
    width: 170px;
    margin: 0 auto;
  }
  body h1 {
    font-size: 38px;
  }
  .incident-page .wrap {
    grid-template-columns: 595px auto;
    grid-gap: 30px;
  }
  .incident-page .left-col p.sub-title {
    padding: 20px 0;
  }
  .incident-page .left-col .incident-content h2,
  .incident-page .left-col .incident-content h3,
  .incident-page .left-col .incident-content h4,
  .incident-page .left-col .incident-content h5,
  .incident-page .left-col .incident-content h6 {
    margin: 25px 0;
  }
  .incident-page .left-col .incident-content blockquote {
    margin: 25px 0;
  }
  .category-page p.sub-title {
    padding: 10px 0 30px;
  }
  .more-accident-news .wrap {
    height: 970px;
  }
  .more-accident-news::before {
    height: 250px;
  }
  .category-page .filter-bar select {
    padding: 10px 15px;
    font-size: 14px;
  }
  .category-page .filter-bar > div::before {
    width: 10px;
    height: 6px;
    right: 17px;
    top: 19px;
  }
  .more-accident-news .wrap {
    grid-template-columns: 636px auto;
    grid-gap: 40px;
    height: 900px;
  }
  .more-accident-news p.title {
    font-size: 23px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .more-accident-news .left-col .news-wrap {
    grid-template-columns: max-content 1fr 220px;
    grid-gap: 20px;
    margin-bottom: 30px;
  }
  .more-accident-news .left-col .news-wrap p.news-title {
    font-size: 19px;
  }
  .mapfilter .topsection h2 {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  body h2 {
    font-size: 34px;
  }
  #header .res_navigation {
    display: block;
    position: relative;
    order: 4;
  }
  html.menu-open {
    overflow: hidden;
  }
  .top-story iframe {
    height: 330px;
  }
  #header .bottom-wrap .nav-main.nav {
    display: block;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
    padding: 0;
    overflow: hidden;
    float: none;
    margin: 0;
    height: auto;
  }
  html.menu-open #header .bottom-wrap .nav-main.nav {
    left: 0;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  #header .bottom-wrap ul#menu-header-menu {
    margin: 100px 0px 0px 0 !important;
    display: block !important;
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #header .bottom-wrap ul#menu-header-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    margin: 0 !important;
    padding: 0 !important;
  }
  #header .bottom-wrap ul#menu-header-menu li:last-child {
    border: 0;
  }
  #header .bottom-wrap ul#menu-header-menu li a {
    width: 100%;
    display: block;
    padding: 16px 15px;
    text-transform: capitalize;
    font-size: 16px;
  }
  .feature-stories,
  .houston-accidents,
  .fatal-accident,
  .police {
    padding: 50px 0;
  }
  .feature-stories .top-wrap {
    grid-template-columns: 1fr;
  }
  .feature-stories .right-col {
    flex-direction: unset;
    gap: 20px;
  }
  .feature-stories .right-col .single-news {
    grid-template-columns: 1fr;
    height: auto;
  }
  .feature-stories .right-col .news-wrap {
    margin-top: -50px;
    margin-left: 0;
    height: auto;
  }
  .feature-stories .right-col .single-news .img-wrap {
    height: 210px;
    flex-basis: 210px;
  }
  .feature-stories .bottom-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-stories .right-col .single-news:first-child {
    margin-bottom: 0;
  }
  .latest-news .latest-news-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .fatal-accident .wrap {
    grid-template-columns: 1fr 1fr;
  }
  .fatal-accident .wrap .right {
    flex-direction: unset;
    gap: 15px;
    grid-column: 1/3;
  }
  .fatal-accident .wrap .right > div {
    height: auto;
  }
  footer {
    padding-top: 50px;
  }
  footer .wrap {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  footer .wrap .middle {
    order: 1;
  }
  footer .wrap .left-menu {
    order: 2;
  }
  footer .wrap .right-menu {
    order: 3;
  }
  footer .middle .logo,
  footer .middle .text,
  footer .right-menu ul {
    margin-left: 0;
    text-align: left;
  }
  footer .left-menu ul:first-child {
    display: none;
  }
  .incident-page .wrap {
    grid-template-columns: 1fr;
  }
  .incident-page .left-col .author-box {
    padding: 25px 0;
    margin-bottom: 30px;
  }
  .incident-page .left-col .incident-content h2,
  .incident-page .left-col .incident-content h3,
  .incident-page .left-col .incident-content h4,
  .incident-page .left-col .incident-content h5,
  .incident-page .left-col .incident-content h6 {
    font-size: 24px;
    margin: 20px 0;
  }
  .incident-page .left-col .incident-content h3 {
    font-size: 22px;
  }
  .incident-page .left-col .incident-content h4 {
    font-size: 20px;
  }
  .incident-page .left-col .incident-content h5 {
    font-size: 18px;
  }
  .incident-page .left-col .incident-content h6 {
    font-size: 16px;
  }
  .related-articles .news-list,
  .category-page .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .related-articles h2 {
    padding-bottom: 20px;
  }
  .more-accident-news .wrap {
    grid-template-columns: 1fr;
    height: 100%;
  }
  .more-accident-news .wrap .inner {
    max-height: 650px;
    overflow-y: auto;
  }
  .more-accident-news .wrap .inner::-webkit-scrollbar {
    opacity: 0;
  }
  .more-accident-news .wrap > div {
    position: relative;
  }
  .more-accident-news .wrap > div::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #ebe3db 0%, rgba(235, 227, 219, 0.44) 81.96%, rgba(235, 227, 219, 0.03) 100%);
    height: 250px;
    z-index: 1;
    pointer-events: none;
  }
  .page-not-found {
    padding: 60px 0;
  }
  .page-not-found h2 {
    margin: 10px 0;
  }
  .button-main {
    font-size: 16px;
    padding: 13px 1.444rem;
  }
  .news-letter-sec p.sub-title {
    padding-bottom: 15px;
  }
  .common-sec .swiper-button-prev,
  .common-sec .swiper-button-next {
    top: 0px;
  }
  .swiper-wrapper {
    align-items: center;
  }
  .category-page .filter-bar {
    gap: 6px;
  }
}
@media (max-width: 767px) {
  body h2 {
    font-size: 28px;
  }
  .mapfilter .innermap select#location_map {
    background-position: right 29px center;
  }
  select#filter-region,
  select#filter-sort {
    width: 100%;
  }
  .fatal-accident .wrap > div > div {
    width: 100%;
  }
  .more-accident-news .wrap > div::before {
    height: 50px;
  }
  .top-story iframe {
    height: 220px;
  }
  .mapfilter .searchlist {
    flex-direction: column;
    row-gap: 10px;
  }
  .mapfilter .searchlist .searchbox input {
    width: 100%;
  }
  .mapfilter .searchlist .searchbox input::placeholder,
  .mapfilter .innermap select#location_map {
    font-size: 14px;
  }
  .mapfilter .innermap select#location_map {
    max-width: 100%;
  }
  #header .top-wrap .inner-wrap .left-col p.date {
    margin-right: 10px;
    padding-right: 10px;
  }
  #header .top-wrap .inner-wrap ul.social {
    gap: 3px;
  }
  #header .bottom-wrap .header-search input.search-field {
    width: 146px;
  }
  .breaking-news .wrap {
    border-radius: 30px;
    display: block;
    padding: 10px;
  }
  .breaking-news .swiper-button-prev,
  .breaking-news .swiper-button-next {
    top: 39px;
  }
  .breaking-news .breaking-slider {
    margin: 10px;
  }
  .breaking-news p.title {
    width: max-content;
  }
  .top-story h2.center,
  .feature-stories h2,
  .latest-news h2,
  .fatal-accident h2 {
    padding-bottom: 15px;
  }
  .feature-stories .feature-wrap .img-wrap {
    height: 280px;
    flex-basis: 280px;
  }
  .feature-stories .right-col {
    flex-direction: column;
  }
  .feature-stories .bottom-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .latest-news .latest-wrap {
    grid-template-columns: 1fr;
  }
  .common-sec .title-wrap h2 {
    padding-right: 100px;
  }
  .fatal-accident .wrap {
    grid-template-columns: 1fr;
  }
  .fatal-accident .wrap .right {
    grid-column: unset;
  }
  .fatal-accident .wrap .left .img-wrap {
    height: 213px;
    flex-basis: 213px;
  }
  .fatal-accident .wrap .middle .img-wrap {
    height: 210px;
    flex-basis: 210px;
  }
  .fatal-accident .wrap .middle p.news-title a {
    font-size: 14px;
  }
  .fatal-accident .wrap .right {
    flex-direction: column;
  }
  footer p.copyright {
    margin-top: 20px;
  }
  .incident-page {
    padding: 50px 0;
  }
  body h1 {
    font-size: 34px;
  }
  .incident-page .left-col .author-box .image {
    width: 40px;
    height: 40px;
  }
  .incident-page .left-col .author-box .image p {
    font-size: 20px;
  }
  .incident-page .left-col .author-box {
    flex-direction: column;
    gap: 20px;
    align-items: baseline;
  }
  .incident-page .right-col .news-letter input {
    padding: 10px 15px !important;
  }
  .incident-page .right-col .news-letter .gform_footer input {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .related-articles .news-list,
  .category-page .news-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .category-page p.sub-title {
    padding: 10px 0 20px;
  }
  .category-page .filter-bar {
    flex-direction: column;
  }
  .category-page .filter-bar > div {
    width: 200px;
    margin: 0 auto;
  }
  .more-accident-news .left-col .news-wrap {
    grid-template-columns: 1fr;
    grid-gap: 14px;
    margin-bottom: 45px;
  }
  .news-letter-sec form {
    width: 100%;
  }
  #header .top-wrap .inner-wrap .left-col p {
    font-size: 11px;
  }
}

/*# sourceMappingURL=style.css.map */
