@charset "utf-8";
/* CSS Document */
.clearfix::after { 
	content: "";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.right {
	float:right;
}
sup {
	font-size:initial;
}
.sidebar-widget sup {
	font-size:75%;
}

.btn-info, .alert-info {
  background-color: #0a6bad!important;
}
.btn-info:hover {
  background-color: #1981c7!important;
  border-color: #ff00ff;
}

.link-module {
	text-decoration:underline;
	color:#fff;
}
.link-module:hover {
	text-decoration:none;
	color:#fff;
	cursor:pointer;
}
.panel-heading {
	padding:8px 15px;
}
.panel-heading .accordion-toggle::after {
	height:40px;
}

.post-showinfo .post-head {
	margin-left:122px;
}
.post-showinfo .post-icon {
	width:108px;
	height:auto;
	left:-122px;
	background:none;
}
.post-showinfo .post-body {
	margin-left:122px;
}

.swatch-blue {
	background:#0A6BAD;
}

 /* MODALS */
 /* Omega Template Modals */
 /* News/Announcements */
#newsModal .modal-header, #jeopardyModal .modal-header {
	 /* background-color: #ffe3c7; */
	 background-color: #c65117;
 }
 #newsModal.modal, #jeopardyModal.modal {
	top: 180px;
 }
 .modal-title, .modal a {
	 /* color: #de5310; */
	 color: #ffffff;
 }
 .modal a:hover {
	color: #b43f17;
 }
/* NXL Custom Modals */
.modal-button {
	cursor: pointer;
}
.pc-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 5; /* Sit on top */
	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 */
}
.pc-modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 800px;
}
.pc-modal-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.pc-modal-close:hover,
.pc-modal-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.pc-modal-content img {
	/* float: right; */

}
/* END MODALS */


 .fade-out .figure-image:hover .figure-overlay {
	opacity: 0;
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	margin: 0;
	top: 0;
  }
  
  .fade-out .figure-overlay {
	opacity: 1;
  }
  .figure-overlay {
    background-color: rgba(16,107,175,.9);
	color: #fff;
  }
  .marc {
	  color: #ff00ff;
  }

  /* reCAPTCHA */
  #form-submit {
	  cursor: not-allowed
  }

  /* Bootstrap Override */
  .navbar-nav {
	  margin-right: 115px;
  }

  .privacy-policy {
    margin-left: 100px;
}