/* This stylesheet covers the home page slideshow, alert message, call to action boxes, etc */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 14px;
  padding: 8px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  line-height: 12px;
}
.text a:link, a:visited, a:hover {color:white;}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.calls {width:1020px;margin:auto;margin-bottom:20px;max-width: 100%;}
.SORCall, .OPSCall, .MPCCall, .RECCall {
	border:1px solid #CCC;
	width:495px;
	height:180px;
	overflow:hidden;
	float:left;
	margin-top:10px;
	margin-left: 10px;
	text-align:right;
	position: relative;
	max-width: 95%;
}
.SORCall p, .OPSCall p, .MPCCall p, .RECCall p {
	width:350px;
	float:right;
	font-size:18px;
	padding:5px;
}
.SORCall a, .OPSCall a, .MPCCall a, .RECCall a {
	position: absolute;
	right: 0;
	bottom: 0;
}
.SORCall {
	background:url(../images/interface/wtcMemorial.jpg) no-repeat;
}

.OPSCall {
	background:url(../images/interface/ops-cta-bk.png) no-repeat;
}
.MPCCall {
	background:url(../images/interface/mpc-cta-bk.png) no-repeat;
}
.RECCall {
	background:url("../images/interface/rec-cta-bk.png") no-repeat;
}

/* The alert message box */
.DCJSalert {
  padding: 25px;
  background-color: #D23A37; /* Red */
  color: white;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
.DCJSalert a:link, .DCJSalert a:visited, .DCJSalert a:hover {
	color:white;
	font-weight: bold;
}
.DCJSalert img{
	width:16px;
	float:left;
	margin-right:20px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}


.raRow {
  width: 715px;
  margin:auto;
  text-align: center;
  overflow: hidden;
}

.raRowchild {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  float:left;
}