/* Mobile Styles */

/*################################################################
HEADER
################################################################*/

#header-table td {
	padding: 25px;
}

#header-table td.logo_col {
	position: relative;
	width: 100%;
	padding: 25px;
}

#header-table td.menu_col {
	width: 1%;
	white-space: nowrap;
	vertical-align: top;
}

#header-logo {
	flex-wrap: wrap;
}

#header-logo a#logo {
	width: 250px;
	height: 50px;
	background-position: left center;
	background-size: contain;
}

#partnership-with {
	flex-direction: row;
}

/* Notice */

#header .notice > .wrapper {
	align-items: flex-start;
	padding: 5px 15px;
}

#header .notice > .wrapper > div.notice_icon,
#header .notice > .wrapper > div.close_notice {
	margin: 10px 0;
}

/*################################################################
PANELS
################################################################*/

table#panels {
	display: block;
}

#panels > tbody {
	display: flex;
	flex-direction: column;
}

#panels > tbody > tr {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1 1 auto;
}

#panels > tbody > tr > td {
	display: block;
	flex: 1 1 auto;
}

#panels td.container {
	max-width: 100%;
	padding: 50px 25px;
	box-sizing: border-box;
}

#panels tr.panel:first-child td.container {
	padding-top: 175px;
}

#about .entry h2:first-child {
	font-size: calc(34pt + .25vw);
	line-height: 1em;
}

/*################################################################
PAGE
################################################################*/

.entry p > a.button {
	width: 100%;
	margin: 15px 0 0 0;
}

.entry p > a.button:first-child {
	margin-top: 25px;
}

/*################################################################
TESTIMONIALS
################################################################*/

.testimonial_gallery {
	margin: 30px auto;
}

/*################################################################
FEATURED PRESS
################################################################*/

#featured-in {
	margin-top: 35px;
}

.featured_label {
	margin-bottom: 15px;
}

.featured_items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}

.featured_item {
	display: block;
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
	flex: 0 1 auto;
}

a.featured_press {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 90%;
	box-sizing: border-box;
}

a.featured_press + a.featured_press {
	margin-left: 0;
}

/*################################################################
PROGRAMS
################################################################*/

.program_tabs {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

.program_tab {
	display: block;
	padding: 15px 20px;
	border-left: 10px #504155 solid;
}

.program_tab.active {
	border-left-color: #FFFFFF;
}

.program_info {
	padding: 20px;
}

/*################################################################
FAQ
################################################################*/

#faqs h3 + blockquote {
	padding: 20px;
}

/*################################################################
LOGIN
################################################################*/

#panels tr#login-page.panel:first-child td.container {
	padding-top: 175px;
}

#login-panel {
	width: 100%;
	padding: 50px 20px 20px 20px;
	box-sizing: border-box;
}

#login-badge span {
	width: 50px;
	height: 50px;
	background-size: 60px;
}

/*################################################################
PORTAL
################################################################*/

.user_info div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.user_info div + div {
	margin-left: 0;
	margin-top: 10px;
	flex: 0 1 auto;
}

#resource-button + #dashboard-button {
	margin-top: 20px;
	margin-left: 0;
}

#resources .entry h3 {
	padding: 15px 20px;
}

#resources .entry ul {
	padding: 10px 20px;
}

#resources .entry ul li {
	margin: 10px auto;
}

/*################################################################
ARCHIVES
################################################################*/

#panels tr#other-posts.panel:first-child td.container {
	padding-top: 110px;
}

.post_table td {
	padding: 30px 0;
}

.post_table tbody tr:first-child td.entry_col {
	padding-top: 0;
}

/*################################################################
FOOTER
################################################################*/

#footer {
	padding: 50px 25px;
}

#footer .menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#footer #copyright .menu {
	flex-direction: column;
}

#footer .menu li {
	display: block;
	width: 50%;
	text-align: center;
	padding: 5px 0;
	box-sizing: border-box;
	flex: 0 1 auto;
}

#footer #copyright .menu li {
	width: 100%;
	flex: 1 1 auto;
}

#footer .menu li:before {
	display: none;
}

/*################################################################
HEADINGS
################################################################*/

h1 {
	font-size: calc(32pt + .25vw);
}

h2 {
	font-size: calc(28pt + .25vw);
}

h3 {
	font-size: calc(22pt + .25vw);
}

h4 {
	font-size:  calc(16pt + .25vw);
}