@media (min-width: 768px) {
.card-create{
  padding:0 10px;
}

  .photo-grid .grid-item:hover a{
    opacity:0.1;
  }
  .navbar ul li a:hover{
    background-color:#515151;
  }

/* .navbar ul ul li a:hover{
    padding-left: 30px;
  } */

  .tab-content {
    margin: 50px 60px;
  }


  /* .three-up article:not(:last-of-type){
    padding-right:15px;
  } */

  .nav.nav-tabs .nav-item a:hover,.nav.nav-tabs .nav-item a:focus{
    background-color:#343434;
  }

  blockquote .more{
    font-weight:400;
  }

}

@media (max-width: 767px) {

.card-create {
    padding: 0 30px;
}

.more{
  font-weight:700;
}

.photo-grid .grid-text, .photo-grid .grid-wide{
  height:200px;
}

.more a{
  font-weight:700;
}

.qt-attr{
  font-weight:700;
}

.card-create{
      padding-right: 30px;
    padding-left: 30px;
}

footer .pd-5, footer .ft-logo .col-8{
  padding:0 30px;
}

footer .ft-quote{
      padding: 0 10px;
    display: block;
    font-size:22px;
}

.more a{
      display: inline;
}

article.featuredImg{
  margin-bottom:10px;
}

article .p-rt{
  padding-left:0;
}

.bg-img{
  height:400px;
}

.mtdp{
      margin-left: -15px;
    margin-right: -15px;
}

.bg-lt-gray .mtdp{
      margin-left: -35px;
    margin-right: -35px;
}

.three-up article{
  margin-bottom:10px;
}

.navbar-brand > img {

    max-width: 65%;
}

.photo-grid .grid-item:hover a{
  opacity:0;
}
  .navbar-toggler{
    display:block;
  }

  .header-1 .bg-primary, .header-2 .bg-primary {
    background-color: #000 !important;
  }

  .header-1 .bg-primary .horiz-links, .header-2 .bg-primary .horiz-links{
    background-color: #343434;
    margin-bottom:0;
    padding-bottom:50px;
    padding-top:20px;
  }

  .bg-primary .container{
    padding-left: 0;
    padding-right: 0;
  }

  .horiz-links{
    padding-left:50px;
    padding-right:50px;
  }
  .horiz-links li{
    display:block;
    padding:10px 0;
  }

  .dropdown-toggle::after{
    border: 0;
    background-image: url(../img/icons/plus-white.png);
    width: 30px;
    height: 30px;
    background-position: center;
    display: inline-block;
    background-size: contain;
    background-repeat:no-repeat;
    float:left;
    margin-right:20px;
  }

  .navbar li{
    padding-left:30px;
    padding-right:30px;
  }

  .news-section .newImgsm{
        height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .m-p-0{
    padding:0 !important;
  }
}


/* move to styles */

.three-up p{
  font-size:17px;
  line-height: 24px;
}

.three-up h3{
  font-size:18px;
  line-height: 22px;
}

table td, table th{
  font-weight:600;
}



.card-create a:hover .card-body{
  background-color: #515151;
}

.card-create a:hover .card-img-top{
  opacity:.5;
}

.card-create a:hover{
  text-decoration:none;
}

.card-create .card{
  background-color:#515151;
  border: 0;
  border-radius:0;
      margin-bottom: 10px;
          margin-left: 0;
}

.card-create .card .card-img-top{
  border:0;
  border-radius:0;
}



/*add this to previous existed rule */
.quote-caption{
      font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}


.newspadding p,.news-rt p{
  font-weight:600;
}
.newImg{
  height:408px;
}
.newspadding{
  padding: 25px 30px;
}
.news-rt{
  padding: 25px;
}
/* end rule */
.nav-open .search-container:after {
    /* content: '';
    content: url(../img/arrow.png);
    padding-left: 15px; */
    /* top: 0; */
    /* bottom: 0; */
    /* z-index: 99999;
    right: 15px;
    opacity: 1;
    transition: all .5s ease-in-out;
    position: absolute;
    z-index: 9999;
    width: 40px;
    height: 50px;
    line-height: 45px; */
}
