/* 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/rec-rev-cta.png) 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 {
	/* max-width: 1000px; */
	margin: 0px auto 0px auto;
	font-family: "Proxima Nova Semi Bold", "Proxima Nova Bold", "Proxima Nova Reg", "Proxima Nova Extra Bold";
  padding-bottom: 5px;
}

.DCJSalert [class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.DCJSalert .icon-warning_sign:before {
  content: '\f071';
}
.DCJSalert .icon-check:before {
  content: "\f046";
}
.DCJSalert .icon-check_empty:before {
    content: "\f096";
}
.DCJSalert #activealert {
  background-color: #D83933;
  padding: 15px 25px;
  display: flex;
  align-items: center;
}

.DCJSalert #activealert .alert-icon {
  color: #fff;
}

.DCJSalert #activealert .alert-text p {
  font-family: "Proxima Nova", Arial, sans-serif;
  margin: 0px 0px 0px 15px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
}

.DCJSalert #activealert .alert-text a:link, 
.DCJSalert #activealert .alert-text a:visited,
.DCJSalert #activealert .alert-text a:hover {
  color: #fff !important;
}

.DCJSalert #activealert .alert-close-btn {
  margin-left: auto;
}

.DCJSalert #activealert .close-alert {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer
}

@media screen and (min-width: 768px) {
  .DCJSalert #activealert .alert-icon,
  .DCJSalert #activealert .alert-text p,
  .DCJSalert #activealert .close-alert {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .DCJSalert {
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .DCJSalert #activealert {
    padding: 15px 45px;
  }
  .DCJSalert #activealert .alert-icon,
  .DCJSalert #activealert .alert-text p,
  .DCJSalert #activealert .close-alert {
    font-size: 18px;
  }
}

/* Test Alert Message styling */

section.alert-test-message {
  padding: 15px 25px;
  margin-top: -4px;
  text-align: center;
}
section.alert-test-message .message h2 {
    color: #D83933;
    font-weight: bold;
}
section.alert-test-message .message p {
    font-size: 16px;
}
section.alert-test-message .message p span.emphasis {
    color: #D83933;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #D83933;
}



/* OLD DCJS ALERT STYLING */

/* .DCJSalert {
  padding: 25px;
  background-color: #D23A37; 
  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;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.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;
} */
