.background-white,
.background-white p,
a.background-white,
.background-white a,
.background-white a:link,
.background-white a:visited,
.background-white a:hover,
.background-white a:active {
  color: #000;
}

.btnColorGrey {
  background-color: #aaa;
  color:#FFFFFF;
}

.top-nav li ul.dropdown-menu a {
  text-transform: none;
}

.logo img {
  padding-top: 10px;
}

.pd-bt {
  padding-bottom: 15px;
}

.linkMagButton {
  margin-top: 5px;
  text-align: center;
}
.linkMagViewMoreButton {
  margin-top: 15px;
  text-align: right;
}

.borderData {
  border: 2px solid #333;
}

.borderDataGray {
  border: 2px solid #ccc;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.bottom-bottom-0 {
  padding-bottom: 0 !important;
}

/* .hilightYellow {
  background: #edb100;
  color: #000 !important;
} */

figcaption {
  text-align: center;
}

.carousel-fade-transition .item {
  padding: 180px 0;
  /* border: 2px solid #333; */
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  font-family: "fontAwesome";
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "\f053";
  margin-right: 10px;
  font-size: 36px;
  color: #fff;
  background-color: #c81010;
  border: 1px solid red;
  padding: 10px 15px;
}
.owl-carousel .owl-nav .owl-next:after {
  content: "\f054";
  margin-right: 10px;
  font-size: 36px;
  color: #fff;
  background-color: #c81010;
  border: 1px solid red;
  padding: 10px 15px;
}

.carousel-nav-white.owl-carousel .owl-dots span {
  background: #c81010 none repeat scroll 0 0;
  border: 2px solid red;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .logo img {
    margin: 10px auto;
    max-width: 100px;
  }
  .owl-carousel {
    display: none !important;
  }
}

.card-body {
  padding: 0px;
}
.card .topTitleBorder {
  text-align: center;
  border-bottom: 2px solid #888;
}
.card .TopTitle {
  color: #fff;
  background: #3aadba;
  margin: 0;
  padding: 10px;
  font-weight: bold;
  font-size: 19px;
}
.card .BottomTitle {
  color: #3aadba;
  background: none;
  font-weight: 600;
  min-height: 60px;
  font-size: 18px;
}
.filter select {
  width: 200px;
}

.featuredArticles ul li p {
  margin-bottom: 0;
}

.btnDownload {
  border-radius: 8px;
  width: fit-content;
}

.btnFloat {
  float: left;
  margin-right: 5px;
}

.commentSection {
  margin-top: 35px;
}
.commentSection .quote {
  display: flow-root;
  margin-bottom: 30px;
}
.commentSection .quote > i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}
.commentSection .messageSection {
  display: table;
}
.commentSection .message {
  padding-bottom: 5px;
}
.commentSection .posterTitle {
  display: inline;
  font-size: 14px;
  color: gray;
  margin-right: 15px;
}
.commentSection .posterDate {
  display: inline;
  font-size: 12px;
  color: gray;
}

.commentSection .reply {
  margin-top: -25px;
  margin-left: 50px;
  font-size: small;
}

.commentSection .reply > i {
  font-size: 25px;
  color: #555;
}
.commentSection .messageImg {
  width: 200px;
}
.commentSection .reply .messageImg {
  width: 160px;
}

.commentSection form {
  width: 95%;
}
.row1-1 {
  width: 100%;
  float: left;
  padding-right: 20px;
}
.row1-2 {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.row1-3 {
  width: 33%;
  float: left;
  padding-right: 20px;
}
.row2-3 {
  width: 67%;
  float: left;
  padding-right: 20px;
}
.row3-4 {
  width: 75%;
  float: left;
  padding-right: 20px;
}
.row1-4 {
  width: 25%;
  float: left;
  padding-right: 20px;
}

@media (max-width: 415px) {
  .row1-1,
  .row1-2,
  .row1-3,
  .row2-3,
  .row1-4,
  .row3-4 {
    width: 100%;
  }
  .btnFloat {
    margin-top: 5px;
  }
}

.commentSection form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}
.commentSection form textarea {
  width: 100%;
  height: 140px;
  min-height: 120px;
  max-height: 200px;
  margin-bottom: 15px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.formBody {
  margin-left: 15px;
}

.borderBox {
  border: 2px solid #7a7a7a;
  padding: 8px;
  margin: 10px 0 30px;
}

legend {
  width: fit-content;
  padding: 0 10px;
}

.main-dark-button {
  background-color: royalblue;
  color: #fff;
  padding: 5px;
  margin-top: 10px;
}

.btnColorGrey {
  background-color: #bbb;
}

#form-submit span {
  color: red;
}

#commentsForm fieldset.borderBox {
  background-color: rgb(252, 223, 223);
}
#commentsForm legend {
  background-color: #fff;
  border: 1px solid chocolate;
}

input[type="radio"] {
  transform: scale(1.5, 1.5);
  margin: 0 5px;
}

.font20 {
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .top-nav li:hover > ul {
    margin-top: -25px;
  }
}

.dropdown-menu {
  min-width: 18rem;
}

a.linkMag1:hover {
  text-decoration: none;
}

h2.fontSize {
  font-size: 22px;
  font-weight: 600;
}

.checkbox-list {
  display: inline-block;
  margin: 10px 15px;
}
.checkbox-list input[type="checkbox"] {
  transform: scale(1.5, 1.5);
  margin-right: 5px;
}
.background-darkblue {
  background-color: #001690;
}

.background-sky {
  background-color: #c2e2fa;
}

.background-darkorange {
  background-color: #rgb(237, 66, 66);
}

.background-orange {
  background-color: #ff8f8f;
}

.color-white {
  color: #ffffff;
}

legend {
  padding: 5px 8px;
  font-weight: 500;
}

.mlr15 {
  margin-left: 15px;
  margin-right: 15px;
}
