.main-navigation a.nav-li-a {
    height: 100% !important;
}

.main-navigation a.nav-li-a:hover {
    color: white !important;
}
.main-navigation p{
    font-size:18px;
}
#banner .subscribe{
    height: 55px;
}
body {
    margin: auto;
    line-height: inherit;
    font-family: inherit;
    display: block;
}

.subscribe a{
    color: black;
    text-decoration: none;
}

#minical_nav a, .view a, .submit a{
    color: white;
}
#menuBar ul.main-navigation a.nav-li-a p{
    margin-bottom: 0;
}

#content .column {
    width: 46%;
    
}
.column a p.headline, .column a h1.headline , .column a p{
    color: black;
    text-decoration: none;
}

.column a h1.headline{
    font-size: 2rem;
}

.column a:hover, .subscribe a:hover {
    text-decoration: none;
}

#content .single .shot {
    width:100%;
}

#content .single .shot img {
    width: auto;
    max-width: 100%;
    height: auto;
}
#banner .bannersplit{
    width: 100%;
}

.gsc-search-button-v2{
    line-height: 1;
}

.text-decoration-none{
    text-decoration: none;
    color:inherit;
}

.text-decoration-none:hover{
    text-decoration: none;
    color:inherit;
}

.form-control-sm, .form-control, .form-control-sm:focus, .form-control:focus{
    color:black !important;
    font-size: 0.875rem !important;
}

/* ======================== CSS For Updated Layout */

.news .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 15px 20px;
  background: #efefef;
  border: 1px solid black;
}

.news .member img {
    max-width: 100%;
    margin: 5px 0 5px 0;
}

.news .member h4 {
  font-weight: 700;
  font-size: 1.5rem;
  color: black;
}

.news .member span.credit {
  font-weight: bold;
  display: block;
  font-size: 10px;
  text-align: left;
  color: black;
}

.news .member p.caption {
  padding-top: 10px;
  font-size: 14px;
  color: black;
  text-align: justify;
  margin-bottom: 0;
  line-height: 1.15;
}

.news .military-article .member  a.more{
    text-align: center !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

/* replaced #5cb874 with #ae0000 color */
/* replaced #80c792 with #b35c5c color */


.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ae0000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #b35c5c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}

.headline{
    color:black;
}

.headline p, .headline h4{
    line-height: initial;
    margin-bottom: 0;
}

.member .more {
    display: block;
    color: #a00000;
    margin-top: 3px;  
    padding: 3px 5px 0 5px;
    height: 20px;
    text-align: right;
    text-decoration: underline;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .news .member span.credit {
        font-size: 16px;
    }
    .news .member p.caption {
        font-size: 24px;
    }
    .news .member .headline h4{
        font-size: 30px;
    }
    #articleContent{
        font-size: 24px;
    }
    .member .more{
        font-size: 24px;
    }
}

#articleContent.full a {
	text-decoration:underline;
	color:#ab0000;font-weight:bold;
	font-size:1em;
}

.paginate {
    width: 80%;
    height: 100px;
    /*float: left;*/
    padding: 8px;
    margin: 0 auto;
}

.page {
    border: 1px #666 solid;
    border-radius: 10px;
    background: #a00000;
    color: #fff;
    padding: 10px;
    font-size: 1.5em;
    margin: 0 5px;
}

.view-success-report {
    cursor: pointer;
}


/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/

/*.clients {*/
/*    width: 80%;*/
/*    display: block;*/
/*}*/


.clients .swiper-slide img {
  opacity: 1;
  /*transition: 0.3s;*/
}

.clients .swiper-slide img:hover {
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ae0000;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ae0000;
}



/*.clients .swiper-wrapper{*/
/*    width: 215px;*/
/*}*/


#___gcse_0{
    margin-top: 10px;
}

textarea.form-control:focus {
    height: auto;
}
