/*overrides*/
body {
  font-family: 'Lato', sans-serif;
  -ms-overflow-style: scrollbar;
  padding-top: 100px !important; }
  @media (max-width: 1200px) {
    body {
      padding-top: 80px !important; } }

@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
    overflow-x: hidden; } }
::-moz-selection {
  background: rgba(236, 31, 31, 0.4);
  color: #000; }

::selection {
  background: rgba(236, 31, 31, 0.4);
  color: #000; }

input::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
  font-weight: 300;
  transition: all .3s ease; }

input:-moz-placeholder {
  font-size: 21px;
  color: #000;
  font-weight: 300;
  transition: all .3s ease; }

/* FF 4-18 */
input::-moz-placeholder {
  font-size: 21px;
  color: #000;
  font-weight: 300;
  transition: all .3s ease; }

/* FF 19+ */
input:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
  font-weight: 300;
  transition: all .3s ease; }

/* IE 10+ */
input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent; }

/* IE 10+ */
@media (max-width: 450px) {
  input::-webkit-input-placeholder {
    font-size: 14px; }

  input:-moz-placeholder {
    font-size: 14px; }

  /* FF 4-18 */
  input::-moz-placeholder {
    font-size: 14px; }

  /* FF 19+ */
  input:-ms-input-placeholder {
    font-size: 14px; }

  /* IE 10+ */ }
h1, .h1 {
  font-size: 40px; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 32px; } }
  @media (max-width: 450px) {
    h1, .h1 {
      font-size: 30px; } }

h2, .h2 {
  font-size: 24px;
  font-weight: 500; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, p {
  margin: 0 0 30px 0; }

p:empty {
  display: none; }

a {
  color: #E8171F; }
  a:hover {
    color: #d01018;
    text-decoration: underline; }

p a {
  color: #E8171F; }
  p a:hover {
    color: #d01018;
    text-decoration: underline; }

#header > .container {
  position: relative; }

@media (max-width: 767px) {
  .content-fragment-page {
    padding: 20px; } }

/*homepage featured items*/
.big-featured {
  display: flex;
  align-items: center;
  width: calc(60% - 140px);
  margin: 0 20px 50px 120px;
  min-height: 500px;
  font-size: 21px;
  line-height: 30px; }
  .big-featured .big-featured-offset-1 {
    padding: 20px 20px 20px 0;
    border: 15px solid #ccc;
    border-width: 15px 15px 15px 0;
    width: 80%;
    background: white;
    transform: translateX(-120px); }
    .big-featured .big-featured-offset-1 .big-inner {
      position: relative;
      padding: 10px 0 10px 20px;
      border-left: 15px solid #E8171F; }
  .big-featured h2 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px; }
    .big-featured h2 a {
      color: inherit;
      transition: all .3s ease; }
      .big-featured h2 a:hover {
        text-decoration: none;
        color: #E8171F; }
  .big-featured p {
    margin-bottom: 0; }

.home-hero {
  margin-bottom: 50px; }
  .home-hero .featured-posts {
    width: 40%;
    padding: 0 20px 50px;
    flex-direction: column; }
    .home-hero .featured-posts .news-item .news-item-image {
      width: 30%;
      margin-right: 5%; }
    .home-hero .featured-posts .news-item .news-item-content {
      width: 65%;
      font-size: 14px; }
      .home-hero .featured-posts .news-item .news-item-content h3 {
        font-size: 22px;
        line-height: 27px;
        margin: 0 0 4px 0; }
    .home-hero .featured-posts .news-item:last-child {
      padding-bottom: 0; }
  @media (max-width: 1024px) {
    .home-hero .big-featured {
      width: 100%; }
    .home-hero .featured-posts {
      width: 100%; }
      .home-hero .featured-posts .news-item .news-item-image img {
        max-height: 100%; } }
  @media (max-width: 767px) {
    .home-hero .big-featured {
      width: 100%;
      margin: 0 0 50px;
      align-items: flex-end; }
      .home-hero .big-featured .big-featured-offset-1 {
        padding: 0;
        border: 0;
        border-width: 0;
        width: 100%;
        background: white;
        transform: translateX(0); }
        .home-hero .big-featured .big-featured-offset-1 .big-inner {
          padding: 20px 0 0 0;
          border: 0; } }
  @media (max-width: 450px) {
    .home-hero .featured-posts {
      width: 100%;
      padding: 0; }
      .home-hero .featured-posts .news-item {
        width: 100%;
        color: #000;
        font-size: 14px;
        line-height: 20px; }
        .home-hero .featured-posts .news-item .news-item-image {
          width: 100%;
          margin: 0 0 20px; }
          .home-hero .featured-posts .news-item .news-item-image img {
            max-width: 100%;
            max-height: 100%; }
        .home-hero .featured-posts .news-item .news-item-content {
          width: 100%; } }

.category {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #E8171F;
  text-decoration: none;
  transition: all .3s ease; }
  .news-item .category {
    font-size: 12px; }
  .category:hover {
    color: #d01018;
    text-decoration: none; }

/*tags*/
.tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase; }
  .tags span.tags-label {
    display: inline-block;
    margin: 0 20px 10px 0;
    font-weight: 300; }
  .tags ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 16px; }
    .tags ul li {
      margin: 0 15px 15px 0; }
      .tags ul li:last-child {
        margin-right: 0; }

/*mobile menu trigger*/
.open-menu {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -17px 0 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  background: transparent;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media (max-width: 1200px) {
    .open-menu {
      display: block; } }
  .open-menu:before {
    display: none; }

.open-menu .icon-bar {
  position: absolute;
  height: 3px;
  width: 100%;
  top: 0;
  right: 0;
  opacity: 1;
  margin: 0;
  background-color: #E8171F;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.open-menu .icon-bar:nth-child(1) {
  top: 4px; }

.open-menu .icon-bar:nth-child(2) {
  top: 14px;}

.open-menu .icon-bar:nth-child(3) {
  top: 24px; }

.open-menu.open .icon-bar:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #E8171F; }

.open-menu.open .icon-bar:nth-child(2) {
  opacity: 0;
  right: -60px;
  background: #E8171F; }

.open-menu.open .icon-bar:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #E8171F; }

.btn-red {
  border-radius: 0;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #E8171F;
  transition: all .3s ease; }
  .btn-red:hover {
    color: #fff;
    background: #d01018; }

/*main menu*/
#main-menu .navbar-nav {
  display: flex; }
  #main-menu .navbar-nav li {
    position: relative; }

.overlay {
  content: '';
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  clear: none;
  background: rgba(0, 0, 0, 0.75);
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden; }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    z-index: 2; }
    
    
    @media only screen and (max-width: 1200px) {
        .subscribe-form .btn-primary {
            width:75%;
        }
        /*
        .overlay.open {
            z-index: 1002;
            top: 60px;
        }
        .overlay.open,
        .subscribe-container.open.s-model {
            z-index: 1002 !important;
            width: 100%;
        }
        */
        
        .subscribe-container.open.s-model {
            width: 100%;
        }
        .s-model button.close {
            right:0;
        }
        body.subform-on #header #main-menu .navbar-nav {
            left: -100vw;
        }
    }
    @media only screen and (max-width: 767px) {
        .overlay.open {
            top: 44px;
        }
    }

.search-field {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -20px);
  position: absolute;
  z-index: 3;
  top: 100%;
  width: 85vw;
  left: 50%;
  padding: 20px;
  background: #ECEDEE;
  transition: all .3s ease; }
  .search-field.open {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0); }
  .search-field form {
    display: flex; }
  .search-field input[type="text"] {
    border: 0;
    padding: 5px 10px;
    width: calc(100% - 100px);
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border-left: 1px solid #4A4A4A;
    text-transform: none; }
  .search-field input[type="button"] {
    border: 0;
    padding: 5px;
    width: 96px;
    border-radius: 0;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    background: #000;
    font-weight: 500; }
  .search-field:before {
    display: none;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ECEDEE; }
  @media (max-width: 1200px) {
    .search-field {
      z-index: 1002; } }

body #header #main-menu .navbar-nav li.dropdown a.search-trigger {
  position: relative; }
  body #header #main-menu .navbar-nav li.dropdown a.search-trigger:after {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -20px);
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ECEDEE;
    transition: all .3s ease; }
  body #header #main-menu .navbar-nav li.dropdown a.search-trigger.open:after {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0); }
  @media (max-width: 1200px) {
    body #header #main-menu .navbar-nav li.dropdown a.search-trigger:after {
      display: none;
      visibility: hidden;
      opacity: 0;
      transform: translate(-50%, 0); } }

@media only screen and (max-width: 1200px) {
  body #header #main-menu .navbar-nav {
    display: flex;
    flex-direction: column;
    text-align: center;
    top: 100px; }
    body #header #main-menu .navbar-nav li a {
      font-weight: 700;}
      body #header #main-menu .navbar-nav li.subscribe a {
          margin-right:0 !important;
      }
      body #header #main-menu .navbar-nav li a.btn-red {
        color: #fff !important; }
      body #header #main-menu .navbar-nav li a > .search-ico path {
        fill: #E8171F; }
    body.mobile-ui #header #main-menu .button-link a {
        
    }
}

@media (min-width: 1201px) and (max-width: 1300px){
    body #header #main-menu .navbar-nav li.subscribe a {
        background: #de1219;
        font-size: 11px;
        text-transform: uppercase;
        color: #fff;
        padding: 1rem 1rem;
        text-decoration: none;
        margin-right: 0px !important;
    }
    .logo-wrapper > .navbar-logo {
        display: block;
        margin-right: 15px;
    }
    .logo-wrapper .tagline {
        font-size: 12px;
    }
}

.search-ico {
  display: inline;
  margin: 0 0 -5px; }

body #header #main-menu .navbar-nav {
  padding: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0px; }
  @media (max-width: 1200px) {
    body #header #main-menu .navbar-nav {
      top: 80px;
      transform: translateY(0%); } }
body #header #main-menu .navbar-nav.open {
    right: auto;
    left: 0;
    padding-top: 1%;
    transform: translateY(0%);
    z-index: -1;
}

    @media only screen 
  and (min-device-width: 1024px)
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    body #header #main-menu .navbar-nav.open {
    right: auto;
    left: 0;
    top: 52px;
    padding-top: 36px;
    transform: translateY(0%); }  
  }

.dropdown:last-child {
  position: relative;
  height: 100%;
  padding: 0 10px; }
  .dropdown:last-child .btn-red {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  @media (max-width: 1200px) {
    .dropdown:last-child {
      height: 67px; } }

@media (max-width: 1200px) {
  body #header #main-menu .navbar-nav li.dropdown:first-child {
    margin-top: 0; } }

/*breadcrumbs*/
.breadcrumbs {
  font-size: 14px; }
  .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    color: #999;
    list-style-type: none; }
    .breadcrumbs ul li {
      position: relative;
      margin-bottom: 5px; }
      .breadcrumbs ul li:before {
        content: "/\00a0";
        padding: 0 5px 0 7px;
        color: #ccc; }
      .breadcrumbs ul li a {
        color: #E8171F; }
      .breadcrumbs ul li:first-child::before {
        display: none; }

/*social media mini*/
.social-media-mini {
  clear: both;
  padding: 35px 0 10px; }
  .social-media-mini > .container {
    width: 670px;
    max-width: 100%; }
  .social-media-mini h3 {
    text-align: center;
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 30px; 
    text-transform: none; }
    
  .social-media-mini h4,
  .social-media-mini .h4 {
    font-size: inherit;
    margin-top: 0; }
  .social-media-mini ul.list-unstyled {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    line-height: 20px; }
    .social-media-mini ul.list-unstyled li {
      float: none;
      margin: 0 0 20px;
      padding: 0;
      border: 0; }
      .social-media-mini ul.list-unstyled li .box {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        padding: 5px;
        margin: 0;
        border: 0;
        background: transparent; }
        .social-media-mini ul.list-unstyled li .box img {
          margin-right: 10px;
          max-width: 32px;
          max-height: 32px; }
        .social-media-mini ul.list-unstyled li .box:hover {
          box-shadow: none;
          text-decoration: none; }
    @media (max-width: 560px) {
      .social-media-mini ul.list-unstyled {
        flex-wrap: wrap; }
        .social-media-mini ul.list-unstyled.row:before, .social-media-mini ul.list-unstyled.row:after {
          display: none;
          clear: none; }
        .social-media-mini ul.list-unstyled .col-xs-3 {
          width: 50%; } }

.layout-wide {
  width: 1440px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
  }

.flex-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .flex-wrapper .latest-post-box {
    width: 50%;
    padding: 0 20px; }
    .flex-wrapper .latest-post-box h2 {
      margin-bottom: 0;
      color: #E8171F;
      font-size: 21px;
      font-weight: 500;
      text-transform: uppercase; }
    .flex-wrapper .latest-post-box h3 {
      font-size: 30px;
      font-weight: 300;
      text-align: left;
      min-height: 100px;
      text-transform: none;
      margin: 0 0 10px; }
      .flex-wrapper .latest-post-box h3 a {
        color: #000;
        transition: all .3s ease; }
        .flex-wrapper .latest-post-box h3 a:hover {
          text-decoration: none;
          color: #E8171F; }
      @media (max-width: 1200px) {
        .flex-wrapper .latest-post-box h3 {
          font-size: 24px; } }
      @media (max-width: 480px) {
        .flex-wrapper .latest-post-box h3 {
          font-size: 22px;
          line-height: 27px; } }
    .flex-wrapper .latest-post-box .date {
      font-size: 16px; }
    .flex-wrapper .latest-post-box .post-preview {
      padding: 20px 0;
      border-bottom: 1px solid #ccc; }
      .flex-wrapper .latest-post-box .post-preview:first-child {
        padding-top: 0; }
    @media (max-width: 767px) {
      .flex-wrapper .latest-post-box {
        width: 100%;
        padding: 0;
        margin-bottom: 30px; } }
  .flex-wrapper .main-left-column {
    width: calc(100% - 300px);
    padding: 0 30px 0 0; }
    .flex-wrapper .main-left-column img {
      display: block;
      max-width: 100%; }
    @media (max-width: 768px) {
      .flex-wrapper .main-left-column {
        width: 100%;
        padding: 0; } 
      .flex-wrapper .news-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 30px 0;
     }
     .flex-wrapper .news-item .news-item-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    }
    @media (min-width: 767px) {
  .flex-wrapper .news-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #999;
    }
     }
    .flex-wrapper .news-item:first-child {
      padding-top: 0; }
    .flex-wrapper .news-item:last-child {
      border-bottom: 0; }
    .flex-wrapper .news-item .news-item-image {
      width: 20%;
      margin-right: 5%; }
      .flex-wrapper .news-item .news-item-image img {
        max-width: 100%;
        max-height: 160px; }
    .flex-wrapper .news-item .news-item-content {
      width: 75%;
      font-size: 21px;
      font-weight: 300; }
    
      .flex-wrapper .news-item .news-item-content h3 {
        font-weight: 300;
        color: #000;
        margin: 0 0 10px;
        text-align: left;
        font-weight: 500; }
        .flex-wrapper .news-item .news-item-content h3 a {
          color: #000;
          transition: all .3s ease; }
          .flex-wrapper .news-item .news-item-content h3 a:hover {
            text-decoration: none;
            color: #E8171F; }
      .flex-wrapper .news-item .news-item-content p {
        margin: 0 0 10px; }
      .flex-wrapper .news-item .news-item-content .date {
        font-size: 16px;
        font-weight: 500; }
    @media (max-width: 1100px) {
      .flex-wrapper .news-item .news-item-image {
        width: 30%; }
      .flex-wrapper .news-item .news-item-content {
        width: 65%; } }
    @media (max-width: 970px) {
      .flex-wrapper .news-item .news-item-image {
        width: 100%;
        margin: 0 0 25px; }
      .flex-wrapper .news-item .news-item-content {
        width: 100%; } }
    @media (max-width: 767px) {
      .flex-wrapper .news-item .news-item-image {
        width: 30%;
        margin: 0 5% 0 0; }
      .flex-wrapper .news-item .news-item-content {
        width: 65%;
        display: flex;
        flex-direction: column; }
        .flex-wrapper .news-item .news-item-content .date {
          order: 1;
          margin-bottom: 15px; }
        .flex-wrapper .news-item .news-item-content h3 {
          order: 2;
          font-size: 26px;
          line-height: 32px; }
        .flex-wrapper .news-item .news-item-content .post-summary {
          order: 3; } }
    @media (max-width: 768px) {
      .flex-wrapper .news-item .news-item-image {
        width: 100%;
        margin: 0 0 20px 0; }
        .flex-wrapper .news-item .news-item-image img {
          display: block;
          width: 100%;
          max-width: 100%;
          max-height: 100%; }
      .flex-wrapper .news-item .news-item-content {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        padding:20px 0;
        border-bottom:1px solid #999;
        }
        .flex-wrapper .news-item .news-item-content .date {
          order: 1;
          margin-bottom: 15px; }
        .flex-wrapper .news-item .news-item-content h3 {
          order: 2;
          font-size: 26px;
          line-height: 32px; }
        .flex-wrapper .news-item .news-item-content .post-summary {
          order: 3; } }

.related-trends {
  padding: 50px 0; }
  .related-trends h2 {
    color: #E8171F;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase; }

.trend-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%; }
  @media (max-width: 450px) {
    .trend-flex-wrapper {
      margin: 0; } }
  .trend-flex-wrapper .trend-box {
    /*width: 23%;*/
    width: 31%;
    margin: 0 1%;
    color: #000;
    transition: all .3s ease;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300; }
    .trend-flex-wrapper .trend-box h2 {
      color: #000;
      font-size: 22px;
      font-weight: 500;
      text-transform: none;
      transition: all .3s ease;
      margin-bottom: 20px; }
    .trend-flex-wrapper .trend-box img {
      display: inline-block;
      max-width: 100%;
      height: 246px;
      margin-bottom: 20px; }
    .trend-flex-wrapper .trend-box:hover {
      text-decoration: none; }
      .trend-flex-wrapper .trend-box:hover h2 {
        color: #E8171F; }
    @media (max-width: 767px) {
      .trend-flex-wrapper .trend-box {
        width: 48%; }
        .trend-flex-wrapper .trend-box img {
          width: 100%; } }
    @media (max-width: 450px) {
      .trend-flex-wrapper .trend-box {
        width: 100%;
        margin: 0; } }
    .trend-flex-wrapper .trend-box.product-spotlight {
      font-size: 21px;
      line-height: 30px; }
      .trend-flex-wrapper .trend-box.product-spotlight > h2 {
        color: #E8171F;
        font-size: 21px;
        font-weight: 500;
        text-transform: uppercase; }
      @media (max-width: 450px) {
        .trend-flex-wrapper .trend-box.product-spotlight {
          margin-top: 50px; } }
    
    @media only screen 
          and (min-device-width: 768px)
          and (max-device-width: 1024px) 
          and (orientation: portrait) 
          and (-webkit-min-device-pixel-ratio: 2) {
            .trend-flex-wrapper .trend-box {
                width: 30%;
                margin: 0 1%;
                color: #000;
                transition: all .3s ease;
                font-size: 14px;
                line-height: 20px;
                font-weight: 300;
            }
            .trend-flex-wrapper .trend-box.product-spotlight {
                font-size: 21px;
                line-height: 30px;
                float: left;
                width: 100%;
                padding-top: 4%;
            }
            .trend-flex-wrapper .trend-box.product-spotlight > h2 {
                color: #E8171F;
                font-size: 21px;
                font-weight: 500;
                text-transform: uppercase;
                text-align: center;
            }
            .product-spotlight:before {
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                width: 5px;
                height: 100%;
                background: none !important;
            }
          }
          
          @media only screen 
          and (min-device-width: 768px)
          and (max-device-width: 1024px) 
          and (orientation: landscape)
          and (-webkit-min-device-pixel-ratio: 2) {
            .trend-flex-wrapper .trend-box {
                width: 30%;
                margin: 0 1%;
                color: #000;
                transition: all .3s ease;
                font-size: 14px;
                line-height: 20px;
                font-weight: 300;
            }
            .trend-flex-wrapper .trend-box.product-spotlight {
                font-size: 21px;
                line-height: 30px;
                float: left;
                width: 100%;
            }
            .trend-flex-wrapper .trend-box.product-spotlight > h2 {
                color: #E8171F;
                font-size: 21px;
                font-weight: 500;
                text-transform: uppercase;
                text-align: center;
            }
            .product-spotlight:before {
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                width: 5px;
                height: 100%;
                background: none !important;
            }
          }
    
.featured-image {
  width: calc(100% - 330px);
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .featured-image {
      width: 100%; } }

.tools {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
  font-size: 16px; }
  .tools .date {
    color: #555; }
  .tools .share {
    margin-left: auto;
    text-transform: uppercase; }
    .tools .share img {
      margin: -3px 0 0 5px; }

.top-intro {
  position: relative;
  width: 65%;
  padding: 0 0 0 25px;
  margin: 25px auto 50px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300; }
  .top-intro p {
    margin-bottom: 0; }
  .top-intro:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 12px;
    height: 100%;
    background: #E8171F; }
  @media (max-width: 1024px) {
    .top-intro {
      width: 100%; } }
  @media (max-width: 767px) {
    .top-intro {
      font-size: 20px;
      line-height: 24px; } }

.loader {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.spotlight-sidebar {
  float: none !important;
  width: 300px;
  margin-bottom: 30px; }
  .main-content .spotlight-sidebar {
    margin: 0 0 20px 30px; }
  .spotlight-sidebar h2, .spotlight-sidebar .h2 {
    text-transform: uppercase;
    color: #E8171F;
    font-size: 21px;
    font-weight: 500; }
  .spotlight-sidebar h3, .spotlight-sidebar .h3 {
    text-transform: none;
    color: #000;
    font-size: 21px;
    font-weight: 700; }
  .spotlight-sidebar img {
    display: block;
    max-width: 100%; }
  @media (max-width: 768px) {
    .spotlight-sidebar {
      width: 100% !important;
      padding: 20px;
    } }

@media (max-width: 767px) {
  .main-content {
    display: flex;
    flex-direction: column; }
    .main-content .spotlight-sidebar {
      margin-top: 50px;
      order: 2;
      margin-left: 0; }
    .main-content .related-trends {
      order: 3; } }

.contact-us {
  min-height: 65vh;
  display: flex;
  flex-direction: column; }
  .contact-us:after {
    content: '';
    clear: both; }
  .contact-us form {
    margin: 20px -15px; }
    .contact-us form label {
      font-size: 14px;
      color: #000; }
    .contact-us form input, .contact-us form select {
      background: rgba(0, 0, 0, 0.05);
      border: 0;
      border-radius: 0;
      height: 50px; }

.product-spotlight {
  margin-bottom: 50px;
  position: relative;
  
  padding: 0 30px; }
  .product-spotlight p {
      color: #333;
  }
  .product-spotlight h2 {
      color: #333;
    font-size: 21px;
    text-transform: uppercase;
    color: #E8171F; }
  .product-spotlight h3 {
      color: #333;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 30px;
    text-transform: none;
    text-align: left !important;
    color:#333;
    font-weight: 700; }
  .product-spotlight .btn-red {
    margin: 0 auto;
    display: block;
    width: 120px; }
  .product-spotlight:before {
    position: absolute;
    top: 0;
    left: 10px !important;
    content: '';
    width: 5px;
    height: 88% !important;
    background: rgba(0, 0, 0, 0.05); }
  @media (max-width: 450px) {
    .product-spotlight {
      text-align: center;
      padding: 0; }
      .product-spotlight:before {
        width: 80%;
        top: -36px;
        left: 50%;
        height: 5px;
        transform: translateX(-50%); 
        display: none;
      } }

.attorney-spotlight {
    padding: 0 10px;
  font-size: 14px; }
  .attorney-spotlight img {
    display: block;
    margin-bottom: 30px; }
  .attorney-spotlight h3 {
    font-weight: 500; }
 
  .product-spotlight a p{color: black;}
  .product-spotlight a:hover{text-decoration: none;}
    
  .attorney-spotlight a p{color: black;}
  .attorney-spotlight a:hover{text-decoration: none;}
  
  @media (max-width: 450px) {
    .attorney-spotlight {
      text-align: center; }
      .attorney-spotlight img {
        width: 100%;
        max-width: 100%; } }

/*# sourceMappingURL=new.css.map */
body.home-page {
    background-color: #fff;
    padding-top: 140px !important;
}

.flex-wrapper .latest-post-box h2 a{
    text-decoration:none;
}

.trend-flex-wrapper .trend-box img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#subemail {
              color: transparent;
              font-size: 18px;
              height: 35px;
              -moz-border-radius: 3px;
              -webkit-border-radius: 3px;
              border-radius: 3px;
              -moz-transition: 0.3s all ease;
              -ms-transition: 0.3s all ease;
              -o-transition: 0.3s all ease;
              -webkit-transition: 0.3s all ease;
              transition: 0.3s all ease;
            }
            #subemail
             {
              height: 35px;
              padding: 0 10px;
              width: 100%;
              color: #555555;
              position: relative;z-index: 2;
            }
        
            #subemail::-moz-placeholder {
              color: #555555;
            }
            #subemail::-o-placeholder {
              color: #555555;
            }
            #subemail:-ms-input-placeholder {
              color: #555555;
            }
            #subemail::-webkit-input-placeholder {
              color: #555555;
            }
            #subemail:focus
            {
              background-color: rgba(255, 255, 255, .8);
            }
            
            .justice-featured p {
				margin-bottom: 10px;
				font-size: 1.50rem;
				color: white;
				font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
				font-weight: 300;
				line-height: 1.5;
			 }
            
            .justice-featured h2,.justice-featured h2 p {
				font-size: 2.10rem;
				color: white;
				font-weight: 800;
				margin-bottom: 25px;
				font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
			 }
			.justice-featured h2 a {
				  color: inherit;
				  transition: all .3s ease; }
				  .justice-featured h2 a:hover {
					text-decoration: none;
					color: #E8171F; }
			
			 
			.readMore{
			  font-weight: 600;
				text-transform: uppercase;
				color: #fff;
				transition: all .3s ease;
				letter-spacing: 1.5px;
				font-size: 1.30rem;
				font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
				background-color: #e8171f;
				border-color: #e8171f;
				padding: 8px;
				text-decoration: none;
			}
			.readMore:hover {
				background-color: #d01018;
				color: #fff;
				text-decoration: none; }
				
			.related-trends {
				padding: 30px 0; }

			.justice-featured .justice-featured-offset-1 .big-inner {
				  position: relative;
				  padding: 0 0 0 20px;
				  width: 100%;   
			}

			.justice-featured {
              display: flex;
              align-items: center;
              width: 97%;
              height:500px;
              margin: 0 20px 30px 20px !important;
              min-height: 350px;
              font-size: 21px;
              line-height: 30px;
          }
            .justice-featured .justice-featured-offset-1 {
              padding: 0rem;
              margin-left: 6%;
              width: auto;
              border-left: 10px solid #E8171F;
              /*height: 100%;*/
          }

          @media (max-width: 500px) {
		  .justice-featured {
                display: flex;
                align-items: center;
                width: 90%;
                /*margin: 0 20px 30px 6px !important;*/
                min-height: 350px;
                font-size: 21px;
                line-height: 30px;
            }
            .justice-featured .justice-featured-offset-1 {
                padding: 0rem;
                margin-left: 1%;
                width: auto;
                border-left: 10px solid #E8171F;
                /*height: 100%;*/
                top: 62%;
                position: relative;
            }

            .justice-featured h2,.justice-featured h2 p {
                font-size: 1.70rem;
                color: black;
                font-weight: 800;
                margin-bottom: 25px;
              }
            .readMore{
              font-size: 1.05rem;
            }
            /*.social-media-mini {
              clear: both;
              padding: 0px 0 10px;
              margin-top: 35%;
            }*/

          }
          .w400mx {
              max-width:400px;
              display:block;
          }
          .flex-wrapper .news-item.no-image .news-item-content {
      width: 100%;
    }
    
    .blog-links .navigation-list.links a {
        max-width:50%;
    }