/* News */
.w3l-news-breadcrum .breadcrum-bg {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(24, 53, 131, 0.8), rgba(24, 53, 131, 0.8)), url("../../assets/images/9.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed; }

.w3l-news-breadcrum .breadcrum-bg h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 600; }

.w3l-news-breadcrum .breadcrum-bg p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px; }

.w3l-news-breadcrum .breadcrum-bg p a {
  font-size: 16px;
  color: var(--primary-color); }

.w3l-news-breadcrum .breadcrum-bg p a:hover {
  text-decoration: underline;
  color: #fff; }

.py-sm-5 {
  padding-top: 3rem !important; }

.py-sm-5 {
  padding-bottom: 3rem !important; }

.py-4 {
  padding-top: 1.5rem !important; }

.py-4 {
  padding-bottom: 1.5rem !important; }

.container {
  min-width: 100% !important; }

 .py-lg-3 {
  padding-top: 1rem !important; }

 .py-lg-3 {
  padding-bottom: 1rem !important; }

@media (max-width: 736px) {
  .w3l-news-breadcrum .breadcrum-bg h2 {
    font-size: 40px; } }

@media (max-width: 600px) {
  .w3l-news-breadcrum .breadcrum-bg h2 {
    font-size: 35px; } }

.sign_in_form {
   background-color:  #ffffff;
   overflow: hidden;
}
    
.sign_in_results {
   display: none;
}

.masterHeaderAccountPhoto {
   margin-top: 3px; 
   margin-bottom: 0px; 
   margin-left: 0px; 
   margin-right: 5px; 
   border-radius: 3px; 
   float: right; 
   object-fit: cover;
}

.masterHeaderAccountPhoto:hover {
   cursor: pointer;
}

.commentContainerAccountPhoto {  
   margin-top: 3px; 
   margin-bottom: 0px; 
   margin-left: 0px; 
   margin-right: 5px; 
   border-radius: 3px; 
   float: right; 
   object-fit: cover;   
}

.commentContainerAccountPhoto:hover {
   cursor: pointer;
}

.input_field {
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 14px;
  border: none;
  padding: 12px;
  border: 1px solid #ddd;
  width: 100%;
  line-height: 24px;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;    
}

.button {
  background-color: #ddd; /* Light Grayish */
  border: none;
  color: #000; /* Black */
  width: 100%;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;    
}

.button:hover {
  background-color: #ccc; /* Darker Gray */
  color: #000; /* Black */
  cursor: pointer; 
  font-weight: bold;
}

.button-white {
  background-color: #ffffff; /* White */
  border: none;
  color: #183982;
  width: 100%;  
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}  

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 10px;  
  width: 94%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* The Sign In Form Modal Close Button */
.signInFormModalClose {
  color: #183982;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.signInFormModalClose:hover,
.signInFormModalClose:focus {
  color: #da251c;
  text-decoration: none;
  cursor: pointer;
}

/* The Sign In Modal Close Button */
.sign-in-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.signInModalClose {
  color: #183982;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.signInModalClose:hover,
.signInModalClose:focus {
  color: #da251c;
  text-decoration: none;
  cursor: pointer;
}

/* The Sign In Question Form Modal Close Button */
.signInQuestionFormModalClose {
  color: #183982;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.signInQuestionFormModalClose:hover,
.signInQuestionFormModalClose:focus {
  color: #da251c;
  text-decoration: none;
  cursor: pointer;
}

/* The Sign In Question Modal Close Button */
.signInQuestionModalClose {
  color: #183982;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.signInQuestionModalClose:hover,
.signInQuestionModalClose:focus {
  color: #da251c;
  text-decoration: none;
  cursor: pointer;
}

/* The Sign In SMS Form Modal Close Button */
.signInSMSFormModalClose {
  color: #183982;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.signInSMSFormModalClose:hover,
.signInSMSFormModalClose:focus {
  color: #da251c;

  text-decoration: none;
  cursor: pointer;
}

/* The Sign In SMS Modal Close Button */
.signInSMSModalClose {
  color: #183982;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.signInSMSModalClose:hover,
.signInSMSModalClose:focus {
  color: #da251c;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 12px;
  color: black;
  font-weight: bold;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  color: black;
  text-align: left!important;
}

/* When the screen is greater than 500, set the modal */
@media screen and (min-width: 500px) {
   .modal-content {
	width: 70%;
   }
}

/* When the screen is greater than 600, set the modal */
@media screen and (min-width: 600px) {
   .modal-content {
	width: 70%;
   }
}

/* When the screen is greater than 800, set the modal */
@media screen and (min-width: 800px) {
   .modal-content {
	width: 50%;
   }
}

/* When the screen is greater than 1024, set the modal */
@media screen and (min-width: 1024px) {
   .modal-content {
	width: 40%;
   }
}
/* When the screen is greater than 1280, set the modal */
@media screen and (min-width: 1280px) {
   .modal-content {
	width: 30%;
   }
}
/* When the screen is greater than 1600, set the modal */
@media screen and (min-width: 1600px) {
   .modal-content {
	width: 30%;
   }
}    

.comment-container {
  margin-top: 10px; 
  margin-right: 0px; 
  margin-bottom: 10px; 
  overflow: hidden;
}

.edit-comment-container {
  margin-top: 10px; 
  margin-right: 0px; 
  margin-bottom: 10px; 
  overflow: hidden;
}

.reply-comment-container {
  display: none; 
  margin-left: 0px; 
  margin-top: 0px; 
  margin-right: 0px; 
  margin-bottom: 0px; 
  overflow: hidden;
}

.posted-reply-comment-container {
  margin-top: 10px; 
  margin-right: 0px; 
  margin-bottom: 10px; 
  overflow: hidden;
}

.input_comment_field {
  resize: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 14px;
  border: none;
  padding: 6px;
  border: 1px solid #ddd;
  width: 100%;
  line-height: 18px;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;    
}

.commenting-policy-link {margin-left: 0px; margin-right:0px; text-decoration: none; color: #183583;}
.commenting-policy-link:hover {text-decoration: underline; color: #d62716; cursor: pointer;}

.post-bold-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.post-bold-button:hover {background-color: #ccc; color: #000; cursor: pointer;}
.post-italic-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.post-italic-button:hover {background-color: #ccc; color: #000; cursor: pointer;}
.post-underline-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.post-underline-button:hover {background-color: #ccc; color: #000; cursor: pointer;}
.post-strikethrough-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.post-strikethrough-button:hover {background-color: #ccc; color: #000; cursor: pointer;}
.post-link-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.post-link-button:hover {background-color: #ccc; color: #000; cursor: pointer;}

.post-comment-button {margin-top: 0px; margin-bottom: 0px; margin-right: 0px; border: 0; border-radius: 3px; height: 30px; width: 70px; background: #ddd; color: #000; float: right;}
.post-comment-button:hover {background-color: #ccc; color: #000; cursor: pointer;}

.reply-comment-link {margin-left: 0px; margin-right:0px; text-decoration: none; color: #183583;}
.reply-comment-link:hover {text-decoration: underline; color: #d62716; cursor: pointer;}

.input_reply_comment_field {
  resize: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 14px;
  border: none;
  padding: 6px;
  border: 1px solid #ddd;
  width: 100%;
  line-height: 18px;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;    
}

.reply-bold-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.reply-bold-button:hover {background-color: #ccc; color: #000; cursor: pointer;}
.reply-italic-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.reply-italic-button:hover {background-color: #ccc; color: #000; cursor: pointer;}
.reply-underline-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.reply-underline-button:hover {background-color: #ccc; color: #000; cursor: pointer;}
.reply-strikethrough-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.reply-strikethrough-button:hover {background-color: #ccc; color: #000; cursor: pointer;}
.reply-link-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.reply-link-button:hover {background-color: #ccc; color: #000; cursor: pointer;}

.post-reply-comment-button {margin-top: 0px; margin-bottom: 0px; margin-right: 0px; border: 0; border-radius: 3px; height: 30px; width: 70px; background: #ddd; color: #000; float: right;}
.post-reply-comment-button:hover {background-color: #ccc; color: #000; cursor: pointer;}

.edit-comment-link {margin-left: 0px; margin-right:0px; text-decoration: none; color: #183583;}
.edit-comment-link:hover {text-decoration: underline; color: #d62716; cursor: pointer;}

.input_edit_comment_field {
  resize: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 14px;
  border: none;
  padding: 6px;
  border: 1px solid #ddd;
  width: 100%;
  line-height: 18px;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;    
}

.edit-bold-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.edit-bold-button:hover {background-color: #ccc; color: #000; cursor: pointer;}
.edit-italic-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.edit-italic-button:hover {background-color: #ccc; color: #000; cursor: pointer;}
.edit-underline-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.edit-underline-button:hover {background-color: #ccc; color: #000; cursor: pointer;}
.edit-strikethrough-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.edit-strikethrough-button:hover {background-color: #ccc; color: #000; cursor: pointer;}
.edit-link-button {margin-top: 0px; margin-bottom: 0px; margin-right: 3px; border: 0; border-radius: 3px; height: 30px; width: 30px; background: #ddd; color: #000; float: left;}
.edit-link-button:hover {background-color: #ccc; color: #000; cursor: pointer;}

.save-edit-comment-button {margin-top: 0px; margin-bottom: 0px; margin-right: 0px; border: 0; border-radius: 3px; height: 30px; width: 70px; background: #ddd; color: #000; float: right;}
.save-edit-comment-button:hover {background-color: #ccc; color: #000; cursor: pointer;}

.cancel-edit-comment-button {margin-top: 0px; margin-bottom: 0px; margin-right: 5px; border: 0; border-radius: 3px; height: 30px; width: 70px; background: #ddd; color: #000; float: right;}
.cancel-edit-comment-button:hover {background-color: #ccc; color: #000; cursor: pointer;}


/* The Comment Modal (background) */
.comment-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Comment Modal Content */
.comment-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 10px;  
  width: 94%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* The Comment Modal Close Button */
.commentModalClose {
  color: #183982;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.commentModalClose:hover,
.commentModalClose:focus {
  color: #da251c;
  text-decoration: none;
  cursor: pointer;
}

.comment-modal-header {
  padding: 2px 12px;
  color: black;
  font-weight: bold;
}

.comment-modal-body {
  padding: 2px 16px;
}

.comment-modal-footer {
  padding: 2px 16px;
  color: black;
  text-align: left!important;
}

/* Vertical Lines */
.comment-vl {
  border-left: 2px solid black;
  height: 100%;
}

/* When the screen is greater than 500, set the modal */
@media screen and (min-width: 500px) {
   .comment-modal-content {
	width: 70%;
   }
}

/* When the screen is greater than 600, set the modal */
@media screen and (min-width: 600px) {
   .comment-modal-content {
	width: 70%;
   }
}

/* When the screen is greater than 800, set the modal */
@media screen and (min-width: 800px) {
   .comment-modal-content {
	width: 50%;
   }
}

/* When the screen is greater than 1024, set the modal */
@media screen and (min-width: 1024px) {
   .comment-modal-content {
	width: 40%;
   }
}
/* When the screen is greater than 1280, set the modal */
@media screen and (min-width: 1280px) {
   .comment-modal-content {
	width: 30%;
   }
}
/* When the screen is greater than 1600, set the modal */
@media screen and (min-width: 1600px) {
   .comment-modal-content {
	width: 30%;
   }
}

/* The Account Profile Modal (background) */
.account-profile-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Account Profile Modal Content */
.account-profile-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 10px;  
  width: 94%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* The Account Profile Modal Close Button */
.accountProfileModalClose {
  color: #183982;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.accountProfileModalClose:hover,
.accountProfileModalClose:focus {
  color: #da251c;
  text-decoration: none;
  cursor: pointer;
}

.account-profile-modal-header {
  padding: 2px 12px;
  color: black;
  font-weight: bold;
}

.account-profile-modal-body {
  padding: 2px 16px;
}

.account-profile-modal-footer {
  padding: 2px 16px;
  color: black;
  text-align: left!important;
}

/* When the screen is greater than 500, set the modal */
@media screen and (min-width: 500px) {
   .account-profile-modal-content {
	width: 70%;
   }
}

/* When the screen is greater than 600, set the modal */
@media screen and (min-width: 600px) {
   .account-profile-modal-content {
	width: 70%;
   }
}

/* When the screen is greater than 800, set the modal */
@media screen and (min-width: 800px) {
   .account-profile-modal-content {
	width: 50%;
   }
}

/* When the screen is greater than 1024, set the modal */
@media screen and (min-width: 1024px) {
   .account-profile-modal-content {
	width: 40%;
   }
}
/* When the screen is greater than 1280, set the modal */
@media screen and (min-width: 1280px) {
   .account-profile-modal-content {
	width: 30%;
   }
}
/* When the screen is greater than 1600, set the modal */
@media screen and (min-width: 1600px) {
   .account-profile-modal-content {
	width: 30%;
   }
}


