*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
#admin_link {
	float: right;
	margin: 0 0 0 20px;
	font-size: .9em;
}
.container {
	width: 100%;
}
.accordion-toggle {
	float: left;
	width: 100%;
	background: #FFFFFF;
	margin: -1px 0 0 0;
	cursor: pointer;
	padding: 10px 20px 10px 10px;
	border: 1px solid #e2e2e2;
	color: #cf7600;
	font-size: 18px;
	font-weight: 700;
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.accordion-toggle:hover {
	color: #cf7600;
}
.accordion-content {
	display: none;
}
.accordion-content.default {
	float: left;
	width: 100%;
	display: block;
	border: 1px #EEEEEE solid;
	padding: 10px;
	margin: -1px 0 20px 0;
	background-color: #FCFCFC;
}
.faculty_list td,
.faculty_list th {
	padding-right: 10px;
}
#program_block {
	float: none;
	position: relative;
	width: 100%;
	border: 0px #DDD solid;
	padding: 0;
	word-wrap: break-word;
	margin: 20px 0 !important;
}
#program_block h2 {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 30px;
	color: #1e5696;
	margin-top: 0px;
	margin-bottom: 0px;
}
#program_block .address {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.1em;
}
.responseHolder {
	float: left;
	width: 100%;
	border-bottom: #E7E7E7 1px solid;
	padding: 5px 0;
	margin: 0;
	font-size: .95em;
	color: #333;
}
.responseQues {
	float: left;
	font-weight: 700;
	width: 50%;
}
.responseAns {
	float:left;
	margin: 0;
}
.faTableContainer {
	float: left;
	border-bottom: #E7E7E7 0px solid;
	padding-bottom: 5px;
	margin: 0;
	font-size: .95em;
	color: #333;
}
.faTableResponse1 {
	float: left;
	font-weight: bold;
}
.faTableResponse2 {
	float: left;
	font-weight: bold;
}
.faTableResponse3 {
	float: left;
	font-weight: bold;
}
.information_table {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
	border-top: 0 !important;
}
.information_table td, th {
	padding: 5px;
}
.information_table .question {
	text-align: left;
	font-weight: bold;
}
.information_table .ans_head{
	text-align:center;
	font-weight:bold;
	padding:7px;
}
.information_table .answer {
	padding: 7px;
}
div#accordionContainer h3 {
	margin-bottom: 0;
	font-size: 14pt;
}
.accordion-content.default table td:first-child {
    font-weight: 400;
	width:50%;
}
.formmated h3.title-6 {
	color:#1e5696;
}
table.faculty_list {
	width: 100%;
	border-top: 0 !important;
}
table.faculty_list th {
	text-align: left;
}
table.faculty_list th, table.faculty_list td {
	border: 0;
	padding: 5px;
}
table.praxis_table {
	width: 100%;
	border-top: 0;
}

	table.praxis_table td {
		padding: 5px;
	}

.formatted table.multicultural_list, .formatted table.internal_table {
	width: 100%;
	border-top: 0;
	margin-bottom: 20px;
}

	table.multicultural_list th {
		text-align: left;
	}

	table.multicultural_list th, table.multicultural_list td {
		border: 0;
		padding: 7px;
	}

		table.multicultural_list th, table.multicultural_list td table td {
			border: 0;
			padding: 3px;
		}

.accordion-content.default table.multicultural_list td:first-child {
	font-weight: bold;
	width: 50%;
}
	.accordion-content.default table.multicultural_list td:first-child span, .accordion-content.default table.multicultural_list td table td:first-child {
		font-weight: normal;
	}

.accordion-content.default table.multicultural_list td:nth-child(2) {
	padding-left: 20px;
}

.accordion-content.default table.multicultural_list td ul.internal_table {
	margin-left: 15px;
}

		.formatted table#mainTable td label {
	font-weight:700;
}
ol.sidebar-nav li {
	font-weight: 700;
	color: #1e5696;
	margin-left:20px;
}

ol.sidebar-nav li.highlight {
	color: #cf7600;
	margin-left:20px;
}

ol.sidebar-nav li.highlight a {
	font-weight: 700;
	color: #cf7600;
}

ol.sidebar-nav.custom-counter {
	margin: 0;
	list-style-type: none;
}

ol.sidebar-nav.custom-counter li {
	font-weight: 700;
	color: #1e5696;
	margin-left:0px;
}

ol.sidebar-nav.custom-counter li.inactive-step {
	font-weight: 700;
	color: #888888;
	margin-left:0px;
}

ol.sidebar-nav.custom-counter li.highlight {
	color: #cf7600;
	margin-left:0px;
}
ol.sidebar-nav.custom-counter li {
	counter-increment: step-counter;
	margin-bottom: 10px;
}

ol.sidebar-nav.custom-counter li::before {
	content: counter(step-counter);
	margin-right: 5px;
	background-color: #1e5696;
	color: white;
	font-weight: bold;
	padding: 3px 8px;
	border-radius: 3px;
}
ol.sidebar-nav.custom-counter li.inactive-step::before {
	background-color: #888888;
}
ol.sidebar-nav.custom-counter li.highlight::before {
	background-color: #cf7600;
}
.sessionHeader {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    border-bottom: 0px solid #ddd;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.sessionHeader span {
    font-weight: 400;
    color: #1e5696;
    margin-left: 10px;
}

.textarea {
	width:100% !important;
	min-height:100px;
}
.border-CCC {
	border:1px #CCC solid !important;
}
.no-border {
	border:0 !important;
}

.wrap-div .parent {
    width: 100%;
}
.wrap-div .parent .child {
    float: left;
    width:50%;
	padding: 0 10px;
	margin-bottom: 20px;
}
		.formatted table.buttonTable, .formatted table.buttonTable tr, .formatted table.buttonTable tr td {
			border:0;
			background:#fafafa;
			margin-top:20px;
		}

@media (max-width: 979px){
.wrap-div .parent .child {
    float: left;
    width:100%;
	display:block;
}
}