.im-box-left {
	float:left;
	width:48%;

}

.im-box-right {
	float:right;
	width:48%;
}

.im-accordion-wrapper {
	width: 100%;
}

.im-accordion-wrapper .list-header {
	background-color: #ececec;
	padding: 7px;
	margin-bottom: 10px;
	font-size: 0;
	display: table;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
}

.im-accordion-wrapper .list-header .list-header-text {
	display: table-cell;
	width: calc(100% - 35px);
	font-size: 18px;
	font-weight: bold;
	color: rgb(3,52,95);
	line-height: 1.2em;
}

.im-accordion-wrapper .list-header .list-header-text-integrated {
	color: #CEA12B;
}

.im-accordion-wrapper .list-header .list-header-icon {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 35px;
	font-size: 18px;
	color: rgb(0,78,127);
}

.im-accordion-wrapper .page-accordion.collapsed .collapsable {
	display: none;
}

.im-accordion-wrapper .collapsable {
	padding: 0 7px;
}

.im-accordion-wrapper .collapsable p {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 16px;
}

.im-accordion-wrapper .collapsable ol,
.main-content .content-wrap ol {
	font-size: 18px;
	line-height: 22px;
}

.im-accordion-wrapper .collapsable .victory p {
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 0;
}

table td {
	display: table-cell;
	float: none;
	padding: 10px;
}

@media only screen and (max-width: 800px) {
	.im-box-left {
		float:left;
		width:100%;

	}

	.im-box-right {
		float:left;
		width:100%;
	}
}

.im-box-pro-bono {
	float:none;
	width:100%;
	display:block;
	padding:40px;
	background-color:#e0e0e0;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.img-pro-bono {
	max-width: 280px;
	display:block;
	width: 100%;
}

.responsive .main-content .content-wrap img.img-pro-bono {
	max-width: 280px !important;
}

.img-left {
	float: left;
	padding-right:20px;
	padding-bottom:10px;
}

.img-right {
	float: right;
	padding-left:20px;
	padding-bottom:10px;
}

.im-accordion-wrapper .victory,
.im-accordion-wrapper .service,
.im-accordion-wrapper .engagement-example {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}

.im-accordion-wrapper .engagement-example p {
	font-size: 17px;
	line-height: 26px;
}

.im-accordion-wrapper .engagement-example p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.im-box-pro-bono {
		padding: 20px;
	}

	.img-pro-bono {
		width: 50%;
		display: block;
	}
}

@media only screen and (max-width: 400px) {
	.img-pro-bono {
		width: 100%;
	}
	.responsive .main-content .content-wrap img.img-pro-bono {
		max-width: 100% !important;
	}
}

.im-tagline {
	width: 80%;
	margin: 0 auto;
}

.im-tagline p {
	text-align: center;
	color: #CEA12B !important;
	font-size: 26px !important;
	line-height: 30px !important;
}

#recruitingSchedule {
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	font-weight: 100;
}

#recruitingSchedule tr:not(:first-child) td strong {
	padding-top: 20px;
	display: inline-block;
}

#recruitingSchedule td {
	padding: 10px 0;
}

#recruitingSchedule tr td:first-child {
	padding-right: 20px;
}

#recruitingSchedule td strong {
	font-size: 20px;
}

@media only screen and (max-width: 980px) {
	#recruitingSchedule {
		font-size: 15px;
		line-height: 18px;
	}

	#recruitingSchedule td strong {
		font-size: 17px;
	}
}

.nav-divider {
	font-size: 18px;
	vertical-align: middle;
	color: #858585;
}

@media screen and (min-width: 981px) {
	.nav ul li {
		position: relative;
	}

	.nav ul li:hover a {
		color: white;
		background-color: #004e7f;
	}

	.nav ul li .subnav {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		background-color: #F0F0F0;
		width: 200px;
		padding: 15px;
		right: 0;
		transition: opacity .2s ease-in-out, visibility 0s linear 0.2s;
		-webkit-transition: opacity .2s ease-in-out, visibility 0s linear 0.2s;
		-moz-transition: opacity .2s ease-in-out, visibility 0s linear 0.2s;
		-o-transition: opacity .2s ease-in-out, visibility 0s linear 0.2s;
	}

	.nav ul li:hover .subnav {
		visibility: visible;
		opacity: 1;
		transition-delay: 0s;
	}

	.nav ul li .subnav ul {
		float: left;
		height: auto;
	}

	.nav ul li .subnav ul li {
		float: left;
		height: auto;
		width: 100%;
	}

	.nav ul li .subnav ul li a {
		width: 100%;
		background-color: transparent;
		box-sizing: border-box;
		float: left;
		display: block;
		height: auto;
		padding: 10px;
		color: #858585;
		line-height: 20px;
		border-bottom: 0 !important;
	}

	.nav ul li .subnav ul li:hover a {
		color: #004e7f;
		background-color: #D3DAE3;
	}
}

@media screen and (max-width: 980px) {
	.responsive .nav ul {
		border-bottom: 0;
	}

	.nav-divider {
		display: none;
	}

	.nav ul li .subnav {
		margin-top:7px;
	}

	.nav ul li .subnav li {
		padding-left: 30px;
	}

	.nav ul li .subnav ul:after {
		display: none;
	}

	.nav ul li .subnav li:last-child {
		margin-bottom: -7px;
		border-bottom: 0;
	}
}
