/* ACCORDION STYLES
-------------------------------------------------- */
.accordion .card-header:after {
	font-family: 'FontAwesome';  
	content: "\f078";
	float: right; 
}
.accordion .card-header.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f054"; 
}
.accordion-container {
	margin-bottom:18px;
}
.accordion-body {
	color: #000;
	background-color: #fff;
	font-size: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-body ol ul{
	margin-bottom: 0;
}
.accordion-title {
	font-size: 1em;
	font-weight: bold;
	margin-right:10px;
}
.card-blue {
	width:100%; height:100px;
	padding: 5px;
	margin-bottom:18px;
}
.card-blue a {
	color: #fff;
	text-decoration: none;
}
.card-white {
	width:100%; height:100px;
	padding: 5px;
	margin-bottom:18px;
	background-color: #fff;
	border-color: #23366F;
	border-width: 2px;
}
.card-white a {
	color: #23366F;
	text-decoration: none;
}
.card-white:hover {
	background-color: #d9edf7;
}
.card-international {
	width:100%; height:150px;
	padding: 5px;
	margin-bottom:18px;
	background-color: #fff;
	border-color: #23366F;
	border-width: 2px;
}
.card-international-content {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.card-international a {
	color: #23366F;
}
.card-international:hover {
	background-color: #d9edf7;
}
.simple-card h2 {
  font-weight: normal; 
  font-size: .8rem;
  letter-spacing: .025em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.responsive {
  max-width: 100%;
  height: auto;
}

ul.indent-small {
    list-style: disc;
	margin-left: -3px;
    margin-bottom: 0px !important;
}

.no-border {
	border: none;
}	

#boxtitlegray {
	padding: 5px; background: #f4f4f4; border: 1px solid #e1dfdf;
}