* {
	box-sizing:         border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
}

#pCont,
#pContent,
#pDecorative,
#pHeader,
#pFooter,
#pFocus,
#pFocus.full,
#pRelated,
#pFooterList,
#relatedSummary,
.full .pArticle {
	width: auto;
	margin: 0;
	padding: 0;
}

#pContent {
	padding-top: 60px;
}

#pDecorative {
	height: auto;
}

#pRelated {
	width: 100%;
}

#pMainNav,
#pSubNav {
	float: none;
	margin: 0;
	height: auto;
}

.mobile-hamburger {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: block;
}

.mobile-hamburger:active,
.mobile-hamburger:focus {
	box-shadow: none;
	background: none;
	outline: none;
	border: none;
}
.mobile-hamburger span {
	display: block;
	height: 2px;
	width: 100%;
	background-color: #fff;
	margin-bottom: 8px;
}

#pMainNav {
	display: none;
	margin-top: 60px;
	padding: 0;
}

#pSubNav {
	display: none;
	padding: 0 0 20px 0;
}

#pMainNav.show,
#pSubNav.show {
	display: block;
}

#pMainNav li,
#pSubNav li {
	padding: 5px 0;
}

#pMainNav li,
#pSubNav li {
	float: none;
	display: block;
	width: 100%;
	background: none;
	color: #fff;
}
#pMainNav li:first-child,
#pMainNav li:last-child {
	padding: 0;
}
#pMainNav li.first,
#pMainNav li.last {
	padding: 0;
}

#pMainNav a,
#pSubNav a {
	text-align: center;
	color: #fff;
	background: none;
	font-size:1.4em;
	line-height:1.2em;
	text-transform:uppercase;
	display: block;
}

#pHeader {
	width: 100%;
	min-height: 60px;
	background-color: #000;
}

.branding {
	width: auto;
	background: none;
	top: 0;
	width: 85px;
	margin: 5px 0 0 10px;
}

.pArticle,
.full .pArticle {
	padding: 10px;
}

td.regularPricing {
	width: 50%;
	padding-right: 10px;
}

.mediumTextField,
.mediumTextArea {
	width: 100%;
	background-image: none;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 4px;
}

td .wrap .pricing {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
}

.regularPricing td {
	padding-bottom: 5px;
}

#pRelated {
	padding:0 10px;
}

.relatedBanner {
	width: auto;
}

#pFooterList {
	padding: 10px;
	display: block;
}

#pFooterList li {
	float: none;
	border: none;

	text-align: center;
	padding: 5px 0;
}

#specialExams th:last-child {
	display: none;
}

.socialMedia,
#pRequestLesson,
#pBreadcrumb {
	display: none;
}
